.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;
}

/* å…¬å…±æ ‡é¢˜ */
.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: 794px;
  background: url(../images/header-background.png) no-repeat top center;
  background-size: 1920px 794px;
  position: relative;
  padding-top: 406px;
}

.header img {
  display: block;
}

.header .yan {
  width: 62%;
  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 #19997a;
  border-radius: 20px;
  overflow: hidden;
}

.part1 .layout .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  background: #19997a;
}

.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: #19997a;
}

.part1 .layout .tab .on::after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 5px;
  background: #E88E5F;
  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 #19997a;
  border-radius: 28px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #19997a;
  line-height: 56px;
  text-align: center;
  text-indent: 0em;
}

.part2 {
  padding-top: 104px;
  padding-bottom: 40px;
  background: url(../images/part2-background.png) 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 #19997a;
  background: linear-gradient(0deg, #6c8edf 0%, #ffffff 100%);
  border-radius: 8px;
}

.part2 .layout .tab .on {
  background: #19997a;
  border: 2px solid #c3efe4;
  border-radius: 8px;
  color: #FFFFFF;
}

.part2 .layout .tab li {
  width: 232px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #19997a;
  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: #19997a;
}

.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: 20px;
}

.part2 .layout .content li ul li .time span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #19997a;
  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 {
  margin-top: 20px;
  padding-top: 60px;
  background: url(../images/part3-background.png) no-repeat top center;
  background-size: 100% 1000px;
}

.part3 .layout {
  margin-top: 43px;
}

.part3 .layout .tab {
  width: fit-content;
  margin: 0 auto 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: 2px solid #19997a;
  background: linear-gradient(0deg, #30bd9a 0%, #ffffff 100%);
  border-radius: 8px;
}

.part3 .layout .tab .on {
  background: #19997a;
  border: 2px solid #c3efe4;
  border-radius: 8px;
  color: #FFFFFF;
}

.part3 .layout .tab li {
  width: 232px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #19997a;
  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: #19997a;
}

.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: 15px;
  background: url(../images/part4-background.png) 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 .layout {
  position: relative;
}

.part4 .swiperbox .more {
  position: absolute;
  top: -32px;
  right: 0px;
}

.part4 .swiperbox .swiper-button-prev {
  left: 25px;
}

.part4 .swiperbox .swiper-button-next {
  right: 25px;
}

.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: #19997a;
}

.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 #19997a;
  color: #19997a;
}

.part6 {
  margin-top: 96px;
}

.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 #19997a;
}

.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: #19997a;
}

.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: #c3efe4;
  margin-right: 11px;
}

@media screen and (max-width: 1200px) {
  .header .yan {
    width: 1200px;
  }
}

.layout_main_zjtd {
  /* background: #FCF9F9; */
  padding: 60px 0;
}

.zjtd_moduler .main_body {
  position: relative;
  width: 100%;
  padding-top: 36px;
}

.zjtd_moduler .list {
  width: 1200px;
}

.zjtd_moduler .more {
  width: fit-content;
  display: block;
  /* text-align: right; */
  margin-bottom: 10px;
  /* float: right; */
  position: absolute;
  top: 6px;
  right: 0;
}

.zjtd_moduler a {
  display: block;
}

.zjtd_moduler .item {
  float: left;
  width: 270px;
  height: 288px;
  box-sizing: border-box;
  margin-top: 36px;
  margin-right: 40px;
  border: 1px solid #E6DCDC;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding: 24px 23px;
  background: #fff;
}

.zjtd_moduler .item:nth-child(1),
.zjtd_moduler .item:nth-child(2),
.zjtd_moduler .item:nth-child(3),
.zjtd_moduler .item:nth-child(4) {
  margin-top: 0;
}

.zjtd_moduler .item:nth-child(4n) {
  margin-right: 0;
}

.zjtd_moduler .item .img {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.zjtd_moduler .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.zjtd_moduler .item .item_dl {
  padding-top: 12px;
  width: 100%;
  text-align: center;
}

.zjtd_moduler .item .item_name {
  font-size: 20px;
  color: #342525;
  line-height: 26px;
}

.zjtd_moduler .item .item_detail {
  margin-top: 20px;
  height: 82px;
  font-size: 14px;
  color: #7B6C6C;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.zjtd_moduler .item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.zjtd_moduler .item:hover .item_detail {
  color: #19997a;
}


.elevator-nav {
    position: fixed;
    bottom: 20%;
    right: 50%;
    margin-right: -690px;
    z-index: 99;
}

.elevator-nav li {
    background-color: #19997a;
    border-radius: 13px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 17px;
}

.elevator-nav li a {
    width: 76px;
    height: 76px;
    display: block;
    text-align: center;
}

.elevator-nav li a:hover {
    color: #ffffff !important;
}

.elevator-nav li a span {
    padding-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.elevator-nav .text a {
    padding: 8px 4px;
}

.elevator-nav .hovereq {
    position: absolute;
    top: 50%;
    left: -167px;
    display: none;
    z-index: 100;
    transform: translateY(-50%);
    width: 162px;
    height: 42px;
}

.elevator-nav .hovereq span {
    padding-left: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #898989;
    line-height: 42px;
    width: 162px;
    height: 42px;
    background: url(../images/phone_icon.png) no-repeat;
    display: block;
    position: absolute;
}

.elevator-nav li:hover .hovereq,
.elevator-nav li:hover .hoverapp {
    display: block;
}

@media screen and (max-width: 1390px) {
    .elevator-nav {
        margin-right: -48%;
    }
}



.notice-wrapper {
  margin-top: -90px;
  position: relative;
  z-index: 5;
  margin-left: 0;
  }
.notice-wrapper .notice-box {
      min-height: 200px;
      width: 1200px;
      border: 1px solid #19997a;
      margin: 0px auto 0;
      background-color: #ffffff;
}

.notice-box {}
.notice-wrapper .notice-box .notice-text {
  padding: 30px 50px;
}
.notice-wrapper .notice-box .notice-text h3 a {
  text-align: center;
  display: block;
  height: 80px;
  font-size: 28px;
  font-weight: 600;
  color: #19997a;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.notice-wrapper .notice-box .notice-text p {
  margin-top: 10px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  max-height: 108px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.notice-wrapper .notice-box .notice-text p a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #19997a;
  line-height: 36px;
}