.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #0b5757;
  border-top-color: #0b5757;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #0b5757;
  border-bottom-color: #0b5757;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.je {
  animation: jello 2s 1s infinite;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.abo {
  height: 810px;
  background: url(../images/abo.png) no-repeat center top;
  padding: 79px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .box {
  display: flex;
  justify-content: space-between;
}
.abo .box .top {
  width: 535px;
  display: flex;
  justify-content: space-between;
}
.abo .box .top .zm {
  font-family: Arial;
  font-size: 42px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.abo .box .top .zm i {
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  line-height: 45px;
  color: #333;
  display: block;
  margin: 17px 0 0 58px;
}
.abo .box .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin: 65px 0 0;
}
.abo .box .out {
  font-family: Arial;
  font-size: 107px;
  color: #f8f8f8;
  line-height: 79px;
  font-weight: bold;
  letter-spacing: 26px;
  margin: 18px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
.abo .warp .z1 {
  width: 611px;
  position: relative;
  left: -69px;
}
.abo .warp .z1 .about {
  width: 611px;
  height: 484px;
  overflow: hidden;
}
.abo .warp .z1 .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .z1 .about img:hover {
  transform: scale(1.1);
}
.abo .warp .z1 .tu {
  width: 294px;
  height: 31px;
  position: absolute;
  top: 463px;
  left: 0;
}
.abo .warp .z1 p {
  font-size: 14px;
  color: #fff;
  line-height: 13px;
  letter-spacing: 3px;
  position: absolute;
  top: 516px;
  left: 0;
}
.abo .warp .z1 .rong {
  display: block;
  width: 212px;
  height: 150px;
  position: absolute;
  bottom: -73px;
  right: 0;
}

.abo .warp .z1 .rong img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;;
}


.abo .warp .z1 .rong::before {
  content: "";
  display: block;
  width: 222px;
  height: 165px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
}
.abo .warp .y1 {
  width: 656px;
  position: relative;
}
.abo .warp .y1 .text {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 210px;
}
.abo .warp .y1 .more {
  display: block;
  width: 161px;
  height: 37px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 14px;
  color: #0b5757;
  line-height: 37px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  margin: 40px 0 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.abo .warp .y1 .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .warp .y1 .list {
  width: 626px;
  height: 119px;
  margin: 60px 0 0 23px;
  display: flex;
  justify-content: space-between;
}
.abo .warp .y1 .list li {
  padding-left: 39px;
  height: 119px;
  border-left: 2px solid #e0e0e0;
  position: relative;
}
.abo .warp .y1 .list li::before {
  content: "";
  display: block;
  width: 2px;
  height: 29px;
  position: absolute;
  background: #333;
  top: 0;
  left: -2px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .y1 .list li a {
  display: block;
}
.abo .warp .y1 .list li a i {
  display: block;
  width: 55px;
}
.abo .warp .y1 .list li a span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 15px;
}
.abo .warp .y1 .list .on::before {
  height: 119px;
}
.abo .warp .y1 .list .on a span {
  color: #0b5757;
}
.abo .warp .y1 .list li:nth-child(1) a i {
  margin: 28px 0 0 5px;
  background: url(../images/r1.png) no-repeat top left;
  height: 39px;
}
.abo .warp .y1 .list li:nth-child(1) a span {
  margin: 21px 0 0;
}
.abo .warp .y1 .list li:nth-child(2) a i {
  margin: 23px 0 0 5px;
  background: url(../images/r2.png) no-repeat top left;
  height: 46px;
}
.abo .warp .y1 .list li:nth-child(2) a span {
  margin: 18px 0 0;
}
.abo .warp .y1 .list li:nth-child(3) a i {
  margin: 19px 0 0 5px;
  background: url(../images/r3.png) no-repeat top left;
  height: 53px;
}
.abo .warp .y1 .list li:nth-child(3) a span {
  display: block;
  margin: 16px 0 0;
}
.abo .warp .y1 .list .on:nth-child(1) a i {
  background: url(../images/r1s.png) no-repeat top left;
}
.abo .warp .y1 .list .on:nth-child(2) a i {
  background: url(../images/r2s.png) no-repeat top left;
}
.abo .warp .y1 .list .on:nth-child(3) a i {
  background: url(../images/r3s.png) no-repeat top left;
}
.abo .warp .y1 .rui {
  font-family: Cambria;
  font-size: 18px;
  line-height: 14px;
  color: #333;
  letter-spacing: 4px;
  position: absolute;
  top: 26px;
  right: -123px;
  writing-mode: tb-rl;
}
.pro {
  height: 1189px;
  background: url(../images/pro.jpg) no-repeat center top;
  box-sizing: border-box;
  overflow: hidden;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  width: 320px;
  height: 75px;
  margin: 117px 0 0;
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 49px;
  height: 5px;
  position: absolute;
  background: #0b5757;
  top: 24px;
  left: 150px;
}
.pro .box .top .zm {
  font-family: Arial;
  font-size: 100px;
  font-weight: bold;
  line-height: 74px;
  color: #000;
  opacity: 0.05;
}
.pro .box .top h3 {
  position: absolute;
  top: 12px;
  left: 0;
}
.pro .box .top h3 a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 29px;
  color: #333;
}
.pro .box .top p {
  font-size: 16px;
  color: #999;
  line-height: 17px;
  letter-spacing: 2px;
  position: absolute;
  top: 51px;
  left: 0;
}
.pro .box .prolist {
  width: 850px;
  position: relative;
  margin-right: -70px;
}
.pro .box .prolist .swiper-slide .listbt {
  display: block;
  width: 230px;
  height: 250px;
  margin: 0 auto;
}
.pro .box .prolist .swiper-slide .listbt .cond {
  padding: 50px 0 0;
  box-sizing: border-box;
  margin: 25px 0;
  position: relative;
  z-index: 50;
  content: "";
  display: block;
  width: 100%;
  height: 225px;
  position: absolute;
}
.pro .box .prolist .swiper-slide .listbt .cond .ico {
  position: relative;
  width: 94px;
  height: 94px;
  overflow: hidden;
  margin: 20px auto 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.pro .box .prolist .swiper-slide .listbt .cond .ico i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 94px;
  height: 94px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}
.pro .box .prolist .swiper-slide .listbt .cond .ico i img {
  display: block;
  margin: 0 auto;
  -webkit-transition: .5s;
  transition: .5s;
}
.pro .box .prolist .swiper-slide .listbt .cond .ico span {
  display: block;
  width: 94px;
  height: 94px;
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}
.pro .box .prolist .swiper-slide .listbt .cond .ico span img {
  display: block;
  margin: 0 auto;
  -webkit-transition: .5s;
  transition: .5s;
}
.pro .box .prolist .swiper-slide .listbt .cond p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  width: 135px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.pro .box .prolist .swiper-slide .listbt .cond::before{
  -webkit-transition: .5s;
  transition: .5s;
}
.pro .box .prolist .swiper-slide .listbt .cond:hover .ico i {
  top: -100px;
}
.pro .box .prolist .swiper-slide .listbt .cond:hover .ico span {
  top: 0;
}
.pro .box .prolist .swiper-slide-active .listbt .cond::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  box-shadow: 0px -4px 17px 3px rgba(11, 87, 87, 0.3);
  border-radius: 12px 12px 0px 0px;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translateX(0%);
}
.pro .box .prolist .swiper-slide-active .listbt .cond .ico {
  margin: 0 auto 0;
}
.pro .box .prolist .swiper-slide-active .listbt .cond .ico i {
  top: -100px;
}
.pro .box .prolist .swiper-slide-active .listbt .cond .ico span {
  top: 0;
}
.pro .box .prolist .swiper-slide-active .listbt .cond p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  margin: 20px auto 0;
}



.pro .box .prolist .swiper-slide:hover .listbt .cond::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  box-shadow: 0px -4px 17px 3px rgba(11, 87, 87, 0.3);
  border-radius: 12px 12px 0px 0px;
  z-index: -1;
  top: 0;
  left: 0;
}
.pro .box .prolist .swiper-slide:hover .listbt .cond .ico {
  margin: 0 auto 0;
}
.pro .box .prolist .swiper-slide:hover .listbt .cond .ico i {
  top: -100px;
}
.pro .box .prolist .swiper-slide:hover .listbt .cond .ico span {
  top: 0;
}
.pro .box .prolist .swiper-slide:hover .listbt .cond p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  margin: 20px auto 0;
}


.pro .box .prolist .next {
  position: absolute;
  top: 130px;
  right: -130px;
  width: 56px;
  height: 56px;
  background: url(../images/next-pro.png) no-repeat center;
  cursor: pointer;
}
.pro .proImg {
  margin: 50px 0 0;
  position: relative;
}
.pro .proImg .swiper-slide .warp {
  display: flex;
  justify-content: space-between;
}
.pro .proImg .swiper-slide .warp .z1 {
  margin: 115px 0 0 74px;
  position: relative;
  width: 480px;
}
.pro .proImg .swiper-slide .warp .z1::before {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  position: absolute;
  background: #0b5757;
  top: 71px;
  left: 0;
}
.pro .proImg .swiper-slide .warp .z1 .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .proImg .swiper-slide .warp .z1 .cond {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
  /*padding: 0 0 0 60px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proImg .swiper-slide .warp .z1 p {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 126px;
  margin: 73px 0 0;
}
.pro .proImg .swiper-slide .warp .z1 .more {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  position: relative;
  margin: 20px 0 0;
  z-index: 50;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pro .proImg .swiper-slide .warp .z1 .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.pro .proImg .swiper-slide .warp .z1 .more::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  background: #0b5757;
  top: 15px;
  left: 90px;
  z-index: -1;
}
.pro .proImg .swiper-slide .warp .y1 {
  width: 650px;
  height: 485px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.pro .proImg .swiper-slide .warp .y1 .img {
  display: block;
  width: 630px;
  height: 465px;
  overflow: hidden;
  border-radius: 10px;
}
.pro .proImg .swiper-slide .warp .y1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .proImg .swiper-slide .warp .y1 .img img:hover {
  transform: scale(1.1);
}
.pro .proImg .arr {
  width: 160px;
  height: 100px;
  background: url(../images/arr-pro.png) no-repeat center;
  position: absolute;
  top: 350px;
  right: -77px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.pro .proImg .arr .prevs {
  width: 50%;
  height: 100px;
  cursor: pointer;
}
.pro .proImg .arr .nexts {
  width: 50%;
  height: 100px;
  cursor: pointer;
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 0;
}
.pro .listimg li {
  width: 400px;
  position: relative;
}
.pro .listimg li .tu {
  width: 400px;
  height: 301px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.pro .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pro .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .listimg li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .cond {
  display: block;
  width: 351px;
  height: 48px;
  border-radius: 10px;
  padding: 0 40px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #333;
  line-height: 48px;
  background: url(../images/title2.png) no-repeat center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .listimg .on .cond {
  bottom: 48px;
  opacity: 1;
}
.adv {
  margin: 70px 0 0;
  overflow: hidden;
}
.adv .box {
  display: flex;
  justify-content: space-between;
}
.adv .box .top {
  margin: 0 0 0 79px;
  position: relative;
}
.adv .box .top::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  background: #0b5757;
  top: 24px;
  left: -78px;
}
.adv .box .top .zm {
  font-family: Arial;
  font-size: 52px;
  line-height: 40px;
  font-weight: 1000;
  color: #333;
}
.adv .box .top .zm i {
  font-family: Arial;
  font-size: 52px;
  color: #0b5757;
  font-weight: 1000;
}
.adv .box .top h3 {
  font-size: 24px;
  color: #666;
  line-height: 25px;
  letter-spacing: 5px;
  margin: 28px 0 0;
}
.adv .box .plaet {
  width: 435px;
  display: flex;
  justify-content: space-between;
}
.adv .box .plaet .num {
  font-family: Arial;
  font-size: 24px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.adv .box .plaet a {
  display: block;
  width: 140px;
  height: 40px;
  background: #0b5757;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.adv .advlist {
  margin: 59px 0 0;
  position: relative;
}
.adv .advlist .bd li {
  position: relative;
  width: 1280px;
  height: 630px;
}
.adv .advlist .bd li .plaet {
  width: 710px;
  height: 261px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px 60px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  padding: 58px 0 0;
  box-sizing: border-box;
}
.adv .advlist .bd li .plaet .num {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  top: 59px;
  left: 0;
}
.adv .advlist .bd li .plaet .cond {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  margin-left: 105px;
}
.adv .advlist .bd li .plaet .cond i {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  margin-left: 5px;
}
.adv .advlist .bd li .plaet p {
  font-size: 16px;
  color: #666;
  width: 608px;
  line-height: 42px;
  margin: 20px 0 0;
}
.adv .advlist .bd li .aside {
  margin-left: 300px;
  width: 980px;
  height: 629px;
  position: relative;
}
.adv .advlist .bd li .aside .ys {
  width: 980px;
  height: 629px;
  overflow: hidden;
}
.adv .advlist .bd li .aside .ys img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .advlist .bd li .aside .ys img:hover {
  transform: scale(1.1);
}
.adv .advlist .bd li .aside .num {
  font-family: Arial;
  font-size: 24px;
  color: #333;
  line-height: 17px;
  font-weight: bold;
  position: absolute;
  top: 357px;
  right: -61px;
}
.adv .advlist .hd {
  width: 301px;
  height: 367px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.adv .advlist .hd li {
  width: 301px;
  height: 92px;
  font-size: 20px;
  color: #333;
  line-height: 92px;
  padding: 0 0 0 121px;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .advlist .hd li:nth-child(1) {
  background: url(../images/y1.png) no-repeat center left;
  background-position-x: 74px;
}
.adv .advlist .hd li:nth-child(2) {
  background: url(../images/y2.png) no-repeat center left;
  background-position-x: 74px;
}
.adv .advlist .hd li:nth-child(3) {
  background: url(../images/y3.png) no-repeat center left;
  background-position-x: 74px;
}
.adv .advlist .hd li:nth-child(4) {
  background: url(../images/y4.png) no-repeat center left;
  background-position-x: 74px;
}
.adv .advlist .hd .on:nth-child(1) {
  background: #0b5757 url(../images/y1s.png) no-repeat center left;
  background-position-x: 74px;
  color: #fff;
  width: 331px;
}
.adv .advlist .hd .on:nth-child(2) {
  background: #0b5757 url(../images/y2s.png) no-repeat center left;
  background-position-x: 74px;
  color: #fff;
  width: 331px;
}
.adv .advlist .hd .on:nth-child(3) {
  background: #0b5757 url(../images/y3s.png) no-repeat center left;
  background-position-x: 74px;
  color: #fff;
  width: 331px;
}
.adv .advlist .hd .on:nth-child(4) {
  background: #0b5757 url(../images/y4s.png) no-repeat center left;
  background-position-x: 74px;
  color: #fff;
  width: 331px;
}
.adv .advlist .hs {
  height: 155px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 179px;
  right: -48px;
}
.adv .advlist .hs li {
  width: 2px;
  height: 26px;
  background: #aaa;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .advlist .hs .on {
  background: #0b5757;
}
.adv .advlist .arr {
  width: 160px;
  height: 100px;
  background: url(../images/arr-adv.png) no-repeat center;
  position: absolute;
  top: 530px;
  right: -80px;
  display: flex;
  justify-content: space-between;
}
.adv .advlist .arr .prev {
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.adv .advlist .arr .next {
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.news {
  height: 976px;
  background: #fbfbfb;
  margin: 70px 0 0;
  padding: 55px 0 0;
  box-sizing: border-box;
}
.news .top {
  width: 320px;
  height: 75px;
  position: relative;
}
.news .top::before {
  content: "";
  display: block;
  width: 49px;
  height: 5px;
  position: absolute;
  background: #0b5757;
  top: 24px;
  left: 150px;
}
.news .top .zm {
  font-family: Arial;
  font-size: 100px;
  font-weight: bold;
  line-height: 74px;
  color: #000;
  opacity: 0.05;
  letter-spacing: -5px;
}
.news .top h3 {
  position: absolute;
  top: 12px;
  left: 0;
}
.news .top h3 a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 29px;
  color: #333;
}
.news .top p {
  font-size: 16px;
  color: #999;
  line-height: 17px;
  letter-spacing: 2px;
  position: absolute;
  top: 51px;
  left: 0;
}
.news .newlist {
  margin: 70px 0 0;
  position: relative;
}
.news .newlist::before {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 391px;
  left: 0;
}
.news .newlist .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .warp .list {
  width: 615px;
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .warp .list .z1 .data {
  width: 124px;
  height: 124px;
  background: url(../images/data1.png) no-repeat center;
  padding: 35px 0 0;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .list .z1 .data i {
  display: block;
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.news .newlist .bd li .warp .list .z1 .more {
  display: block;
  width: 18px;
  height: 28px;
  background: url(../images/more2.png) no-repeat center;
  margin: 30px auto 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .list .y1 {
  width: 460px;
}
.news .newlist .bd li .warp .list .y1 .tu {
  width: 460px;
  height: 230px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
}
.news .newlist .bd li .warp .list .y1 .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.news .newlist .bd li .warp .list .y1 .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .list .y1 .tu .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .warp .list .y1 .text {
  margin: 30px 0 0;
}
.news .newlist .bd li .warp .list .y1 .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .list .y1 .text p {
  font-size: 14px;
  color: #666;
  line-height: 39px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 78px;
  margin: 5px 0 0;
}
.news .newlist .bd li .warp .list:hover .z1 .data {
  background: url(../images/data2.png) no-repeat center;
  color: #fff;
}
.news .newlist .bd li .warp .list:hover .z1 .data i {
  color: #fff;
}
.news .newlist .bd li .warp .list:hover .z1 .more {
  background: url(../images/more3.png) no-repeat center;
  transform: rotateY(360deg);
}
.news .newlist .bd li .warp .list:hover .y1 .text .cond {
  color: #0b5757;
  font-weight: bold;
  letter-spacing: 1px;
}
.news .newlist .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.news .newlist .bd li .art .list {
  width: 397px;
  height: 290px;
  position: relative;
  z-index: 50;
  margin: 26px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .art .list .text .data {
  font-family: Arial;
  font-size: 14px;
  color: #ccc;
  line-height: 10px;
}
.news .newlist .bd li .art .list .text .data i {
  display: block;
  font-family: Arial;
  font-size: 50px;
  color: #ccc;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news .newlist .bd li .art .list .text .cond {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #333;
  margin: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newlist .bd li .art .list .text p {
  font-size: 14px;
  color: #666;
  line-height: 39px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 78px;
}
.news .newlist .bd li .art .list .text .more {
  display: block;
  width: 22px;
  height: 30px;
  background: url(../images/more4.png) no-repeat center;
  margin: 30px 0 0;
}
.news .newlist .bd li .art .list .img {
  display: block;
  width: 390px;
  height: 290px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 22px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.news .newlist .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .art .on {
  margin: 0;
}
.news .newlist .bd li .art .on .text .data {
  width: 100px;
  height: 100px;
  background: #0b5757;
  border-radius: 20px 0px 20px 0px;
  padding: 22px 0 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.news .newlist .bd li .art .on .text .data i {
  color: #fff;
  text-align: center;
}
.news .newlist .bd li .art .on .text .cond {
  width: 351px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 0 19px;
  box-sizing: border-box;
  position: absolute;
  top: 232px;
  left: 26px;
  margin: 0;
}
.news .newlist .bd li .art .on .text p {
  display: none;
}
.news .newlist .bd li .art .on .text .more {
  display: none;
}
.news .newlist .bd li .art .on .img {
  opacity: 1;
  pointer-events: all;
}
.news .newlist .hd {
  width: 664px;
  position: absolute;
  top: -129px;
  right: 0;
  display: flex;
  justify-content: space-between;
  background: url(../images/line1.png) no-repeat center;
}
.news .newlist .hd li a {
  display: block;
  padding-left: 78px;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  position: relative;
}
.news .newlist .hd li a::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  box-shadow: 0px 2px 8px 0px rgba(11, 87, 87, 0.08);
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .hd li:nth-child(1) a::before {
  background: #fff url(../images/nt1.png) no-repeat center;
}
.news .newlist .hd li:nth-child(2) a::before {
  background: #fff url(../images/nt2.png) no-repeat center;
}
.news .newlist .hd li:nth-child(3) a::before {
  background: #fff url(../images/nt3.png) no-repeat center;
}
.news .newlist .hd .on:nth-child(1) a::before {
  background: #0b5757 url(../images/nt1s.png) no-repeat center;
}
.news .newlist .hd .on:nth-child(2) a::before {
  background: #0b5757 url(../images/nt2s.png) no-repeat center;
}
.news .newlist .hd .on:nth-child(3) a::before {
  background: #0b5757 url(../images/nt3s.png) no-repeat center;
}
.link {
  margin: 48px 0 50px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  font-size: 16px;
  color: #666;
  line-height: 15px;
  letter-spacing: 1px;
  width: 98px;
  height: 38px;
  background: url(../images/link.png) no-repeat top left;
  padding: 27px 0 0;
  box-sizing: border-box;
  flex: 1;
}
.link .lj {
  flex: 0 0 88%;
  display: flex;
  flex-wrap: wrap;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin: 0 15px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #333;
  transform: translateX(4px);
}
