* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  min-width: 1100px;
  line-height: 1;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
h1{ font-size:16px; font-weight:normal;}
html body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
ul,
li {
  padding: 0;
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
td{ padding-left:5px; line-height:180%; color:#333;}
img {
  border: none;
  vertical-align: middle;
}
input {
  border: none;
}
button {
  border: none;
  background-color: transparent;
}
p {
  margin: 0;
}
.ani-img .item-img {
  overflow: hidden;
}
.ani-img .item-img .img {
  transition: transform 0.3s;
}
.ani-img:hover .item-img .img {
  transform: scale(1.1);
}
.ani-img .item-img {
  overflow: hidden;
}
.ani-img .item-img .img {
  transition: transform 0.3s;
}
.ani-img:hover .item-img .img {
  transform: scale(1.1);
}
.comp-top {
  display: none;
  position: fixed;
  right: 35px;
  bottom: 95px;
  z-index: 100;
  width: 62px;
  cursor: pointer;
}

.head-wrapper {
  height: 80px;
}
.head-wrapper .head-inner {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 1px 0px 0px #CED1D6;
}
.head-wrapper .header-main {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-wrapper .header-main .logo-link:hover {
  opacity: 0.7;
}
.head-wrapper .header-main .logo-link .logo {
  height: 50px;
}
.head-wrapper .header-main .DhLink {
  display: flex;
  justify-content: flex-end;
}
.head-wrapper .header-main .DhLink .DhLink-item {
  position: relative;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.head-wrapper .header-main .DhLink .DhLink-item.DhLink-item-search .link:after {
  display: none;
}
.head-wrapper .header-main .DhLink .DhLink-item.DhLink-item-search .link:hover .link-search {
  transform: translateY(-10px);
}
.head-wrapper .header-main .DhLink .DhLink-item:hover .links-sub {
  padding: 40px;
  max-height: 100vh;
}
.head-wrapper .header-main .DhLink .DhLink-item.DhLink-item {
  margin-left: 36px;
}
.head-wrapper .header-main .DhLink .DhLink-item .link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  color: #333;
  vertical-align: middle;
}
.head-wrapper .header-main .DhLink .DhLink-item .link:hover {
  font-weight: 700;
}
.head-wrapper .header-main .DhLink .DhLink-item .link:hover:after, .head-wrapper .header-main .links .DhLink-item .link.active:after {
  background-size: 100% 2px;
}
.head-wrapper .header-main .DhLink .DhLink-item .link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
  display: block;
  height: 2px;
  content: '';
  background-image: linear-gradient(0deg, #162A36, #162A36);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: background 0.3s;
}
.head-wrapper .header-main .DhLink .DhLink-item .link .link-search {
  width: 74px;
  margin-top: 12px;
  transition: all 0.3s;
}
.head-wrapper .header-main .DhLink .DhLink-item .link.active {
  font-weight: 700;
}
.head-wrapper .header-main .DhLink .links-sub {
  position: absolute;
  left: -40px;
  right: 0;
  top: 81px;
  width: 324px;
  box-sizing: border-box;
  background-color: #fff;
  max-height: 0;
  padding: 0 40px;
  overflow: hidden;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transition: max-height, padding 0.3s;
}
.head-wrapper .header-main .DhLink .links-sub .links-sub-link {
  position: relative;
  z-index: 10;
  display: block;
  line-height: 30px;
  text-align: left;
  color: #333;
  font-size: 16px;
}
.head-wrapper .header-main .DhLink .links-sub .links-sub-link:hover {
  color: #4e6ef2;
}
.head-wrapper .header-main .DhLink .links-sub .links-sub-link + .links-sub-link {
  margin-top: 10px;
}
.head-wrapper .header-main .Contactlove-link {
  display: block;
  width: 110px;
  line-height: 36px;
  text-align: center;
  border-radius: 95px;
  background-color: #4e6ef2;
  color: #fff;
}
.head-wrapper .header-main .Contactlove-link:hover {
  background: linear-gradient(90deg, #4e6ef2 0%, #FF9A52 100%);
}
.mobile-head-wrapper {
  display: none;
}
.mobile-menu-wrapper {
  display: none;
}

@media (any-hover: hover) {
  .footer-wrapper .footer-contact .copyright a:hover {
    opacity: 0.7;
  }
}
.home-wrapper .banner-main {
  position: relative;
  height: 320px;
  display: block;
  margin: auto;
}

.home-wrapper .banner-main .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wrapper .banner-main .mobile-banner {
  display: none;
}
.home-wrapper .summary-main {
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  margin-top: -288px;
  padding-bottom: 30px;
}
.home-wrapper .summary-main .item {
  width: 380px;
  height: 260px;
  padding-top: 27px;
  box-sizing: border-box;
  margin-right: 30px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(170deg, #e6fff3 -2%, rgba(240, 241, 248, 1) 15%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(41px);
  box-shadow: 0px 6px 16px 3px rgba(12, 90, 82, 0.14);
}
.home-wrapper .summary-main .item:nth-child(3n) {
  margin-right: 0;
}
.home-wrapper .summary-main .item .item-icon {
  display: block;
  height: 66px;
  margin: auto;
}
.home-wrapper .summary-main .item .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
}
.home-wrapper .summary-main .item .item-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 15px;
  line-height: 28px;
  font-size: 15px;
  color: #666;
  text-align:left;
  
}

.home-wrapper .summary-main .item .item-summary img { width:350px;}
.home-wrapper .summary-main .item .item-titleright {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
}
.home-wrapper .summary-main .item .item-summaryright {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 25px;
  line-height: 28px;
  font-size: 15px;
  color: #666;
  text-align:left;
  
}
.item-summary a{ color:#333;}
.item-summary a:hover{ color:#000;text-decoration: underline;}
.home-wrapper .main-title {
	height: 66px;
	margin-top: 32px;
	margin-bottom: 10px;
	box-sizing: border-box;
	line-height: 32px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	
}
.home-wrapper .main-title span { font-size:14px; color:#666;}
.home-wrapper .recommend-main {
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.home-wrapper .recommend-main .list {
  width: 1200px;
  margin: auto;
  display: flex; 
}
.home-wrapper .recommend-main .list .item {
  width: 380px;
  margin-right: 30px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EBEEF5;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.home-wrapper .recommend-main .list .item:nth-child(3n) {
  margin-right: 0;
}
.home-wrapper .recommend-main .list .item:hover {
  box-shadow: 0px 6px 16px 3px rgba(12, 90, 82, 0.14);
}
.home-wrapper .recommend-main .list .item:hover .item-text .title {
  color: #53b78e;
}
.home-wrapper .recommend-main .list .item:hover .item-text .btn {
  color: #53b78e;
}
.home-wrapper .recommend-main .list .item:hover .item-text .btn:before {
  border: 8px solid #53B78E;
}
.home-wrapper .recommend-main .list .item .item-img {
  height: 230px;
}
.home-wrapper .recommend-main .list .item .item-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wrapper .recommend-main .list .item .item-text {
  position: relative;
  height: 136px;
  padding: 10px  20px  10px 20px;
  box-sizing: border-box;
}
.home-wrapper .recommend-main .list .item .item-text .time {
  line-height: 23px;
  padding-left: 30px;
  font-size: 16px;
  color: #666;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}
.home-wrapper .recommend-main .list .item .item-text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.home-wrapper .recommend-main .list .item .item-text .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  line-height: 23px;
  color: #666;
  font-size: 16px;
}
.home-wrapper .recommend-main .list .item .item-text .btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 23px;
  font-size: 16px;
  color: #999;
  padding-left: 30px;
}
.home-wrapper .recommend-main .list .item .item-text .btn:before {
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #E4E7ED;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.home-wrapper .contact-main {
  padding: 60px 0;
  background-image: url('../images/juankuanxuzhi_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-wrapper .contact-main .list {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.home-wrapper .contact-main .list .link {
  display: block;
  width: 585px;
  height: 298px;
  padding-top: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #EBEEF5;
  transition: box-shadow 0.3s;
}
.home-wrapper .contact-main .list .link:hover {
  box-shadow: 0px 6px 16px 3px rgba(12, 90, 82, 0.14);
}
.home-wrapper .contact-main .list .link:hover .link-icon {
  transform: rotate(15deg);
}
.home-wrapper .contact-main .list .link:hover .link-title span {
  border-bottom-color: #0B1F2E;
}
.home-wrapper .contact-main .list .link .link-icon {
  display: block;
  height: 70px;
  margin: auto;
  transition: all 0.3s;
}
.home-wrapper .contact-main .list .link .link-title {
  margin-top: 17px;
  line-height: 26px;
  color: #333;
  font-weight: 700;
}
.home-wrapper .contact-main .list .link .link-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.home-wrapper .contact-main .list .link .link-summary {
  width: 431px;
  margin: 20px auto 0;
  line-height: 30px;
  color: #666;
}
.footer {  background: linear-gradient(170deg, #e6fff3 -2%, rgba(240, 241, 248, 1) 15%, rgba(255, 255, 255, 1) 100%); color:#333; padding-top:20px; padding-bottom:20px; line-height:180%; text-align:center;}
.footer a{ color:#333;}
.footer a:hover{color:#000;	text-decoration: underline;}
.LogoTitle{ color:#013698; letter-spacing:1.2px; font-size:13px;}