.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
html,
body {
  min-width: 1200px;
}
/* 公共标题 */
#more{
    width: 271px;
    height: 66px;
    background: linear-gradient(90deg, #35C8C1, #2FBFCB, #26B6CE);
    border-image: linear-gradient(125deg, #8AD8E5, #26BFC3) 4 4;
    box-shadow: 0px 2px 42px 1px rgba(61,101,84,0.11);
    border-radius: 33px;
    font-size: 29px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FDFDFD;
    line-height: 55px;
    text-align: center;
    margin-top: 65px;
    border: 4px solid #84D6E3;
}
#more:hover{
  color: white !important;
}
.title-Bt {
  position: relative;
  text-align: center;
}
.title-Bt h3 {
  position: relative;
  z-index: 5;
  font-size: 44px;
  color: #333;
  padding: 30px 0 23px;
  line-height: 34px;
  letter-spacing: 1px;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.title-Bt p {
  font-size: 20px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}
.title-Bt .oval {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -112.5px;
  width: 225px;
  height: 97px;
  background: url("../images/tit_bg01.png") no-repeat center center;
  background-size: cover;
}
.title-Bt em {
  position: absolute;
  top: 65px;
  left: -10px;
  z-index: 6;
  width: 21px;
  height: 21px;
  content: "";
  animation: to-left 4s cubic-bezier(0.36, 0, 0.64, 1) -2.8s infinite alternate, to-top 4s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  animation-fill-mode: forwards;
}
@keyframes to-top {
  0% {
    top: -10px;
  }
  100% {
    top: 87px;
  }
}
@keyframes to-left {
  0% {
    left: -10px;
    z-index: 4;
  }
  70% {
    z-index: 6;
  }
  100% {
    left: 210px;
  }
}
.title-Bt .oval em::after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url("../images/tit_bg02.png") no-repeat center center;
  background-size: cover;
  content: "";
}
.header {
  height: 926px;
  background: url(../images/header-background.png) no-repeat top center;
  background-size: 1920px 926px;
  position: relative;
  padding-top: 406px;
}
.header img {
  display: block;
}
.header .yan {
  width: 1561px;
  height: 350px;
  margin: -346px auto 0;
}
.header .yan img {
  width: 100%;
  height: 100%;
}
.header .header-title {
  width: 1126px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 133px;
  z-index: 1;
}
.header .baoming {
  width: 335px;
}
.header a {
  display: block;
  width: 335px;
  height: 136px;
  margin: 0 auto 0;
  transition: all .3s !important;
  animation-fill-mode: initial;
}
.header a:hover {
  transform: scale(1.2);
  transition: all .3s;
}
.part1 {
  margin-top: 61px;
}
.part1 .layout {
  margin-top: 46px;
  background: #FFFFFF;
  border: 2px solid #23ACA5;
  border-radius: 20px;
  overflow: hidden;
}
.part1 .layout .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  background: #23ACA5;
}
.part1 .layout .tab .on {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/part1-on.png) no-repeat;
  background-size: 264px 77px;
  background-position: center 10px;
  color: #137655;
}
.part1 .layout .tab .on::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 5px;
  background: #35C8C2;
  border-radius: 3px;
  margin-top: -14px;
}
.part1 .layout .tab li {
  width: 264px;
  height: 100%;
  margin-right: 123px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 73px;
  text-align: center;
  cursor: pointer;
}
.part1 .layout .tab li:nth-last-child(1) {
  margin-right: 0;
}
.part1 .layout .content {
  padding: 68px 40px 61px 46px;
}
.part1 .layout .content .active {
  display: block;
}
.part1 .layout .content li {
  display: none;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  text-indent: 2em;
  text-align: justify;
}
.part1 .layout .content li a {
  margin: 46px auto 0;
  display: block;
  width: 228px;
  height: 56px;
  border: 1px solid #23ACA5;
  border-radius: 28px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #23ACA5;
  line-height: 56px;
  text-align: center;
  text-indent: 0em;
}
.part2 {
  padding-top: 104px;
  padding-bottom: 40px;
  background: url(../images/part2-background.jpg) no-repeat center top;
  background-size: 100% 834px;
}
.part2 .layout {
  margin-top: 41px;
}
.part2 .layout .tab {
  width: 464px;
  margin: 0 auto 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: 2px solid #23ACA5;
  background: linear-gradient(0deg, #23ACA5 0%, #FFFFFF 100%);
  border-radius: 8px;
}
.part2 .layout .tab .on {
  background: #23ACA5;
  border: 2px solid #C8F0DE;
  border-radius: 8px;
  color: #FFFFFF;
}
.part2 .layout .tab li {
  width: 232px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #137655;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.part2 .layout .tab li:nth-child(1) {
  margin-left: -3px;
}
.part2 .layout .tab li:nth-last-child(1) {
  margin-right: -3px;
}
.part2 .layout .content {
  position: relative;
}
.part2 .layout .content .active {
  display: block;
}
.part2 .layout .content .xian {
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EAEAEA;
  z-index: 0;
}
.part2 .layout .content li {
  display: none;
  position: relative;
  z-index: 1;
}
.part2 .layout .content li ul .more {
  position: absolute;
  top: -29px;
  right: 0;
  margin-right: 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.part2 .layout .content li ul li {
  display: block;
  float: left;
  margin-right: 18px;

}
.part2 .layout .content li ul li:hover .title {
  color: #23ACA5;
}
.part2 .layout .content li ul li:hover .pic{
  transform: scale(1.3);
}
.part2 .layout .content li ul li:nth-last-child(2) {
  margin-right: 0;
}
.part2 .layout .content li ul li a {
  display: block;
}
.part2 .layout .content li ul li img {
  display: block;
}
.part2 .layout .content li ul li .style {
  width: 52px;
  margin-bottom: 30px;
}
.part2 .layout .content li ul li .time {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 36px;
}
.part2 .layout .content li ul li .time span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #61D5BE;
  margin-left: 9px;
}
.part2 .layout .content li ul li .picbox{
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 19px;
}
.part2 .layout .content li ul li .pic {
  width: 286px;
  height: 163px;
  border-radius: 8px 8px 0px 0px;
  /* margin-bottom: 19px; */
  transition: all .3s;
}
.part2 .layout .content li ul li .title {
  width: 259px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 .layout .content li ul li .writer {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.part3 {
  height: 1379px;
  margin-top: 20px;
  padding-top: 60px;
  background: url(../images/part3-background.png) no-repeat top center;
  background-size: 100% 1379px;
}
.part3 .layout {
  margin-top: 43px;
}
.part3 .layout .tab {
  width: 696px;
  margin: 0 auto 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: 2px solid #23ACA5;
background: linear-gradient(0deg, #23B8B9 0%, #FFFFFF 100%);
  border-radius: 8px;
}
.part3 .layout .tab .on {
  background: #23ACA5;
  border: 2px solid #C8F0DE;
  border-radius: 8px;
  color: #FFFFFF;
}
.part3 .layout .tab li {
  width: 232px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #137655;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.part3 .layout .tab li:nth-child(1) {
  margin-left: -3px;
}
.part3 .layout .tab li:nth-last-child(1) {
  margin-right: -3px;
}
.part3 .layout .content {
  position: relative;
  padding-bottom: 67px;
}
.part3 .layout .content .box {
  display: none;
}
.part3 .layout .content .box ul .more {
  position: absolute;
  top: -29px;
  right: 0;
  margin-right: 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.part3 .layout .content .box ul .more a {
  width: auto;
  background-color: transparent;
  box-shadow: none;
}
.part3 .layout .content .box ul li {
  float: left;
  margin-right: 18px;
  margin-bottom: 40px;
}
.part3 .layout .content .box ul li:hover .bottom .title {
  color: #23ACA5;
}
.part3 .layout .content .box ul li:hover .pic{
  transform: scale(1.3);
}
.part3 .layout .content .box ul li:nth-child(4n) {
  margin-right: 0;
}
.part3 .layout .content .box ul li a {
  width: 286px;
  display: block;
  box-shadow: 0px 1px 10px 0px rgba(61, 109, 120, 0.19);
  border-radius: 8px;
}
.part3 .layout .content .box ul li a .picbox{
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.part3 .layout .content .box ul li a .pic {
  display: block;
  width: 286px;
  height: 163px;
  border-radius: 8px 8px 0px 0px;
  transition: all .3s;
}
.part3 .layout .content .box ul li a .bottom {
  width: 286px;
  background-color: #fff;
  padding: 19px 14px 24px 13px;
}
.part3 .layout .content .box ul li a .bottom .title {
  width: 259px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .content .box ul li a .bottom .writer {
  margin-top: 18px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.part3 .layout .content .active {
  display: block;
}
.part4 {
  min-width: 1200px;
  margin-top: 20px;
  padding-top: 60px;
  background: url(../images/part4-background.jpg) no-repeat top center;
  background-size: 100% 680px;
}
.part4 .banner {
  margin-bottom: 107px;
  display: flex;
  justify-content: space-between;
}
.part4 .banner a {
  display: block;
  width: 548px;
  height: 188px;
  overflow: hidden;
}
.part4 .banner a img:hover{
  transform: scale(1.3);
}
.part4 .banner a img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part4 .swiperbox {
  position: relative;
  min-width: 1200px;
  max-width: 1424px;
  margin: 0 auto;
}
.part4 .swiperbox .more {
  position: absolute;
  top: -32px;
  right: 110px;
}
.part4 .swiperbox .swiper-button-prev {
  left: 0px;
}
.part4 .swiperbox .swiper-button-next {
  right: 0px;
}
.part4 .swiperbox .swiper-button-next:after,
.part4 .swiperbox .swiper-button-prev:after {
  content: "";
}
.part4 .swiper {
  margin-top: 47px;
  width: 1200px;
}
.part4 .swiper .picbox{
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.part4 .swiper .swiper-slide:hover .pic{
  transform: scale(1.3);
}
.part4 .swiper .pic {
  display: block;
  width: 376px;
  height: 174px;
  border-radius: 8px 8px 0px 0px;
  transition: all .3s;

}
.part4 .swiper .bottom {
  position: relative;
  width: 376px;
  height: 241px;
  background: #FFFFFF;
  border: 1px solid #E5EFEF;
  padding: 19px 16px 32px 21px;
}
.part4 .swiper .bottom .title {
  width: 339px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .swiper .bottom .cont {
  margin-top: 19px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .swiper .bottom a {
  position: absolute;
  bottom: 32px;
  display: block;
  font-family: PingFang SC;
  font-weight: 400;
  color: #23ACA5;
}
.part5 {
  margin-top: 100px;
}
.part5 .layout {
  margin-top: 37px;
}
.part5 .layout ul li {
  float: left;
  margin-right: 18px;
}

.part5 .layout ul li:hover img{
  transform: scale(1.3);
}
.part5 .layout ul li:nth-last-child(1) {
  margin-right: 0;
}
.part5 .layout ul li .picbox{
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 8px;
}
.part5 .layout ul li img {
  display: block;
  width: 286px;
  height: 163px;
  border-radius: 8px;

  transition: all .3s;
}
.part5 .layout ul li .bottom {
  display: flex;
  justify-content: space-around;
}
.part5 .layout ul li .bottom a {
  display: block;
  padding: 0 19px 0 25px;
  border-radius: 15px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.part5 .layout ul li .bottom .baoming {
  background: #E99A66;
  color: #fff;
}
.part5 .layout ul li .bottom .baoming:hover {
  color: #fff !important;
}
.part5 .layout ul li .bottom .xiangqing {
  border: 1px solid #23ACA5;
  color: #23ACA5;
}
.part6 {
  margin-top: 36px;
}
.part6 .layout {
  margin-top: 32px;
  display: flex;
  position: relative;
}
.part6 .layout .more {
  position: absolute;
  top: -30px;
  right: 0px;
}
.part6 .layout .first {
  width: 749px;
  background: #FFFFFF;
  padding: 69px 39px 0 46px;
  border: 1px solid #16B7AC;
}
.part6 .layout .first h3 {
  margin-bottom: 26px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part6 .layout .first div {
  width: 665px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 .layout ul {
  padding: 45px 20px 63px 10px;
  background-color: #23ACA5;
}
.part6 .layout ul li a {
  display: block;
}
.part6 .layout ul li:hover a {
  color: #FEFEFE !important;
}
.part6 .layout ul .other {
  padding: 18px 0;
  margin-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.part6 .layout ul .other a {
  width: 400px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FEFEFE;
  /* text-align: center; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part6 .layout ul .other i {
  margin-bottom: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #DAFFF3;
  margin-right: 11px;
}
@media screen and (max-width: 1200px) {
  .header .yan {
    width: 1200px;
  }
}
/*2023/3/28 新增 */
.news{
  margin-top: 90px;
}
.slider_item{
  width: 663px;
  height: 338px;
  float: left;
  overflow: hidden;
  position: relative;
}
.slider_item #swiper2{
  width: 663px;
  height: 338px;
}
#swiper2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.slider_right {
  width: 520px;
  height: 338px;
  float: right;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #eff1f0;
}
.consulting-head {
  padding: 20px;
  background-color: #ffffff;
}
.slider_right .head {
  padding-bottom: 9px;
  border-bottom: 1px solid #23ACA5;
  overflow: hidden;
}
.slider_right .head ul {
  float: left;
}
.slider_right .head a {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 28px;
}
.slider_right .head ul .on {
  color: #23ACA5;
}
.slider_right .head ul .on:after {
  content: " ";
  position: absolute;
  height: 6px;
  width: 100%;
  background: #23ACA5;
  bottom: -9px;
  left: 0;
  z-index: 1;
}
.slider_right .head ul li {
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #888888;
  line-height: 28px;
  letter-spacing: 1px;
  cursor: pointer;
}
.slider_right .text-list {
  width: 480px;
}
.text-list ul {
  padding-top: 6px;
}
.text-list ul li {
  line-height: 24px;
  overflow: hidden;
  margin-top: 19px;
}
.text-list ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  width: 75%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 24px;
  margin: 0 10px 0 3px;
}
.text-list ul li span {
  font-size: 17px;
  font-weight: 400;
  color: #999999;
  float: right;
}
.container-list {
  margin-top: 113px;
}
.fill .head {
  margin-bottom: 30px;
}
.fill .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}
.fill .head .head-title {
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #23ACA5;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}
.container-bannerimg {
  overflow: hidden;
  margin-top: 60px;
}
.container-bannerimg a {
  display: block;
  float: left;
  margin-right: 20px;
  height: 137px;
  overflow: hidden;
}
.container-bannerimg a:last-child{
  margin-right: 0;
}
.container-bannerimg a img {
  width: 385px;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.container-bannerimg a img:hover  {
  transform: scale(1.2);
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #23ACA5;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.news_box{
  margin-top: 61px;
}
.layout.banner a {
  display: inline-block;
  margin-right: 79px;
  overflow: hidden;
}
.layout.banner a:nth-child(2n) {
  margin-right: 0;
}
.banner a img{
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.banner a:hover img{
  transform: scale(1.3);
}
/*2023/3/28 E */
