.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: #20bac2;
  border-top-color: #20bac2;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #20bac2;
  border-bottom-color: #20bac2;
  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);
  }
}
.pro {
  margin: 69px 0 0;
  padding: 0 0 10px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
  z-index: 50;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 39px;
  height: 24px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 63px;
  left: -24px;
  z-index: -1;
}
.pro .box .top .zm {
  font-family: 'Times New Roman', Times, serif;
  line-height: 42px;
  font-size: 60px;
  color: #333;
  font-weight: bold;
}
.pro .box .top .zm i {
  color: #20bac2;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.pro .box .top h3 {
  margin: 30px 0 0;
}
.pro .box .top h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.pro .box .top h3 a i {
  font-size: 24px;
  font-weight: bold;
}
.pro .box .more {
  display: block;
  height: 67px;
  font-size: 16px;
  color: #333;
  line-height: 67px;
  padding: 0 0 0 58px;
  background: url(../images/more1.png) no-repeat center left;
}
.pro .box .more i {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #333;
  margin: 0 0 0 70px;
  position: relative;
  top: -15px;
}
.pro .box .more i::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 20px;
  right: 0;
}
.pro .prolist {
  margin: 50px 0 0;
}
.pro .prolist .swiper-slide .list .tu {
  display: block;
  width: 120px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/pb1.png) no-repeat center top;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .swiper-slide .list .tu img {
  display: block;
}
.pro .prolist .swiper-slide .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .prolist .swiper-slide .list .zm {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 10px;
  text-align: center;
  margin: 4px 0 0;
}
.pro .prolist .swiper-slide .list:hover .tu {
  background: url(../images/pb2.png) no-repeat center top;
}
.pro .prolist .swiper-slide-active .list .tu {
  background: url(../images/pb2.png) no-repeat center top;
}
.pro .proimg {
  margin: 70px 0 0;
  position: relative;
}
.pro .proimg .swiper-slide .list {
  width: 1278px;
  height: 360px;
  border: solid 1px #dedede;
  position: relative;
}
.pro .proimg .swiper-slide .list .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proimg .swiper-slide .list .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 .list .img img:hover {
  transform: scale(1.1);
}
.pro .proimg .swiper-slide .list .text {
  width: 319px;
  height: 186px;
  background: url(../images/plaet.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 70px 18px 0 98px;
  box-sizing: border-box;
}
.pro .proimg .swiper-slide .list .text::before {
  content: "";
  display: block;
  width: 217px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 110px;
  left: 89px;
}
.pro .proimg .swiper-slide .list .text .cond {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proimg .swiper-slide .list .text p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin: 30px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proimg .swiper-slide .list .text p::before {
  content: "{";
  font-size: 14px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .proimg .swiper-slide .list .text p::after {
  content: "}";
  font-size: 14px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .proimg .swiper-button-next {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  background: url(../images/prev-pro.png) no-repeat center;
  right: -120px;
}
.pro .proimg .swiper-button-prev {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  background: url(../images/next-pro.png) no-repeat center;
  left: -120px;
}
.pro .imglist {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.pro .imglist li {
  width: 400px;
  height: 435px;
  background: #f7f7f7;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
/*.pro .imglist li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  top: 24px;
  right: 28px;
  z-index: 50;
}*/
.pro .imglist li .img {
  display: block;
  width: 100%;
  height: 255px;
  overflow: hidden;
}
.pro .imglist li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .imglist li .img img:hover {
  transform: scale(1.1);
}
.pro .imglist li .text {
  position: relative;
  margin: 35px 0 0;
  z-index: 50;
  padding: 10px 0 0 0;
}
.pro .imglist li .text::before {
  content: "";
  display: block;
  width: 360px;
  height: 2px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .imglist li .text .zm {
  font-family: Arial;
  font-size: 38px;
  font-weight: 1000;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  color: #eeeeef;
  text-align: center;
  z-index: -1;
}
.pro .imglist li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align:center;
}
.pro .imglist li .text .more {
  display: block;
  width: 50px;
  height: 10px;
  background: url(../images/more2.png) no-repeat center;
  margin: 35px auto 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .imglist li:hover {
  background: #fff;
  box-shadow: -1px 5px 17px 3px rgba(12, 30, 54, 0.05);
}
.pro .imglist li:hover .text::before {
  background: url(../images/line2.png) no-repeat center;
}
.pro .imglist li:hover .text .more {
  background: url(../images/more3.png) no-repeat center;
  transform: rotateX(360deg);
}
.adv {
  height: 940px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin: 60px 0 0;
  padding: 177px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.adv .contents {
  position: relative;
}
.adv .top {
  position: absolute;
  top: -56px;
  left: 0;
  z-index: 50;
}
.adv .top::before {
  content: "";
  display: block;
  width: 39px;
  height: 24px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 63px;
  left: -24px;
  z-index: -1;
}
.adv .top .zm {
  font-family: 'Times New Roman', Times, serif;
  line-height: 42px;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.adv .top .zm i {
  color: #f7c1bc;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.adv .top h3 {
  margin: 30px 0 0;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 25px;
}
.adv .top h3 i {
  font-size: 24px;
  font-weight: bold;
}
.adv .advlist {
  position: relative;
}
.adv .advlist .bd li {
  width: 1280px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.adv .advlist .bd li .plaet {
  width: 560px;
  margin: 169px 0 0;
  position: relative;
}
.adv .advlist .bd li .plaet::before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  position: absolute;
  background: #f7c1bc;
  top: 10px;
  left: 0;
}
.adv .advlist .bd li .plaet .cond {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 0 55px;
}
.adv .advlist .bd li .plaet .zm {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 13px;
  margin: 12px 0 0 55px;
}
.adv .advlist .bd li .plaet p {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  margin: 35px 0 0 0;
}
.adv .advlist .bd li .ys {
  width: 611;
  height: 579px;
}
.adv .advlist .bd li .samll {
  width: 126px;
  height: 126px;
  position: absolute;
  top: 50%;
  right: -265px;
  margin-top: -63px;
}
.adv .advlist .hd {
  width: 703px;
  height: 717px;
  position: absolute;
  top: -65px;
  right: -48px;
  pointer-events: none;
}
.adv .advlist .hd li {
  width: 703px;
  height: 717px;
  background: url(../images/yb.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.7s;
}
.adv .advlist .hd li:nth-child(1) {
  transform: rotate(0deg);
}
.adv .advlist .hd li:nth-child(2) {
  transform: rotate(0deg);
}
.adv .advlist .hd li:nth-child(3) {
  transform: rotate(90deg);
}
.adv .advlist .hd li:nth-child(4) {
  transform: rotate(180deg);
}
.adv .advlist .hd .on:nth-child(1) {
  transform: rotate(0deg);
  opacity: 1;
}
.adv .advlist .hd .on:nth-child(2) {
  transform: rotate(90deg);
  opacity: 1;
}
.adv .advlist .hd .on:nth-child(3) {
  transform: rotate(180deg);
  opacity: 1;
}
.adv .advlist .hd .on:nth-child(4) {
  transform: rotate(270deg);
  opacity: 1;
}
.adv .advlist .arr {
  width: 207px;
  height: 50px;
  background: url(../images/arr-adv.png) no-repeat center;
  position: absolute;
  top: 485px;
  right: 210px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.adv .advlist .arr .prev {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.adv .advlist .arr .next {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.adv .advlist .arr .pageState {
  position: relative;
  top: 35px;
  left: 30px;
  font-size: 26px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
.adv .advlist .arr .pageState span {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -37px;
  left: -60px;
}
.adv .box {
  width: 570px;
  position: absolute;
  top: 527px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.adv .box .qq {
  display: block;
  width: 140px;
  height: 140px;
  background: url(../images/qq1.png) no-repeat center;
}
.adv .box .plaet {
  width: 362px;
  margin: 27px 0 0;
}
.adv .box .plaet p {
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.adv .box .plaet .num {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 17px;
  font-weight: bold;
  margin: 21px 0 0;
}
.case {
  height: 1159px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 69px 0 0;
  box-sizing: border-box;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
  z-index: 50;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 39px;
  height: 24px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 63px;
  left: -24px;
  z-index: -1;
}
.case .box .top .zm {
  font-family: 'Times New Roman', Times, serif;
  line-height: 42px;
  font-size: 60px;
  color: #333;
  font-weight: bold;
}
.case .box .top .zm i {
  color: #20bac2;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.case .box .top h3 {
  margin: 30px 0 0;
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.case .box .top h3 i {
  font-size: 24px;
  font-weight: bold;
}
.case .box .more {
  display: block;
  height: 67px;
  font-size: 16px;
  color: #333;
  line-height: 67px;
  padding: 0 0 0 58px;
  background: url(../images/more1.png) no-repeat center left;
}
.case .box .more i {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #333;
  margin: 0 0 0 70px;
  position: relative;
  top: -15px;
}
.case .box .more i::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 20px;
  right: 0;
}
.case .caselist {
  margin: 50px 0 0;
  position: relative;
  height: 472px;
  z-index: 50;
}
.case .caselist .solu {
  font-family: Impact;
  font-size: 100px;
  line-height: 81px;
  color: #0c1e36;
  opacity: 0.05;
  position: absolute;
  top: -48px;
  left: 406px;
  z-index: -1;
}
.case .caselist .bd li {
  width: 1280px;
  height: 472px;
  display: flex;
  justify-content: space-between;
}
.case .caselist .bd li .tu {
  width: 620px;
  height: 470px;
  border: 1px solid #dedede;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.case .caselist .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caselist .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caselist .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.case .caselist .bd li .plaet {
  width: 580px;
  margin: 70px 0 0;
  position: relative;
}
.case .caselist .bd li .plaet::before {
  content: "";
  display: block;
  width: 533px;
  height: 1px;
  position: absolute;
  background: #dedede;
  top: 65px;
  left: 60px;
}
.case .caselist .bd li .plaet .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caselist .bd li .plaet .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
  color: #333;
  margin: 25px 0 0;
}
.case .caselist .bd li .plaet p {
  font-size: 16px;
  color: #666;
  line-height: 38px;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 76px;
  margin: 25px 0 0;
}
.case .caselist .bd li .plaet .more {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/more4.png) no-repeat center;
  margin: 121px 0 0 173px;
}
.case .caselist .next {
  font-family: Impact;
  font-size: 20px;
  color: #333;
  padding: 0 0 0 72px;
  height: 52px;
  line-height: 52px;
  background: url(../images/next-case.png) no-repeat center left;
  position: absolute;
  top: 295px;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.case .caselist .next:hover{
    transform: translateY(4px);
}

.case .list {
  display: flex;
  justify-content: space-between;
  margin: 62px 0 0;
}
.case .list li {
  width: 400px;
  height: 338px;
  background: #f7f7f7;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  position: relative;
}
.case .list li::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  background: #f7c1bc;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .list li .img {
  display: block;
  width: 100%;
  height: 285px;
  overflow: hidden;
  margin: -12px 0 0;
}
.case .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .list li .img img:hover {
  transform: scale(1.1);
}
.case .list li .text {
  height: 65px;
  padding: 0 60px 0 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.case .list li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list li .text .more {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  position: absolute;
  top: 0;
  right: 0;
}
.case .list li:hover {
  background: #fff;
  box-shadow: 0px 2px 11px 1px rgba(57, 62, 70, 0.15);
}
.case .list li:hover::before {
  width: 400px;
}
.abo {
  height: 843px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 102px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .z1 {
  width: 598px;
}
.abo .z1 .top {
  position: relative;
  z-index: 90;
}
.abo .z1 .top::before {
  content: "";
  display: block;
  width: 39px;
  height: 24px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 63px;
  left: -24px;
  z-index: -1;
}
.abo .z1 .top .zm {
  font-family: 'Times New Roman', Times, serif;
  line-height: 42px;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.abo .z1 .top .zm i {
  color: #f7c1bc;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.abo .z1 .top h3 {
  margin: 30px 0 0;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 25px;
}
.abo .z1 .top h3 i {
  font-size: 24px;
  font-weight: bold;
}
.abo .z1 .cond {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  margin: 80px 0 0;
  display: block;
}
.abo .z1 .cond i {
  font-family: AdobeHeitiStd, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 0 8px;
}
.abo .z1 p {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  margin: 35px 0 0;
}
.abo .z1 .box {
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 65px 0 0;
}
.abo .z1 .box .rong {
  display: block;
  width: 255px;
  height: 190px;
  position: relative;
}
.abo .z1 .box .rong::before {
  content: "";
  display: block;
  width: 269px;
  height: 207px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: -6px;
  left: -11px;
  z-index: 1;
}
.abo .z1 .box .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .z1 .box .rong img:hover {
  transform: scale(1.1);
}
.abo .z1 .box .list {
  width: 287px;
  height: 170px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
  margin: 5px 0 0;
}
.abo .z1 .box .list::before {
  content: "";
  display: block;
  width: 287px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 67px;
  left: 0;
}
.abo .z1 .box .list li {
  width: 287px;
  height: 32px;
  display: flex;
  justify-content: space-between;
}
.abo .z1 .box .list li .num {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.abo .z1 .box .list li .num i {
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 32px;
  font-weight: bold;
  margin: 0 5px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .z1 .box .list li .z {
  width: 80px;
  height: 25px;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  text-align: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .z1 .box .list li:nth-child(1) .num i {
  color: #f7c1bc;
}
.abo .z1 .box .list li:nth-child(1) .z {
  background: #f7c1bc;
}
.abo .z1 .box .list li:nth-child(2) {
  margin: 70px 0 0;
}
.abo .z1 .box .list li:nth-child(2) i {
  margin: 0 30px 0 0;
}
.abo .y1 {
  width: 593px;
  height: 600px;
  margin: 0 -38px 0 0;
  position: relative;
}
.abo .y1 .list li {
  position: absolute;
}
.abo .y1 .list li i {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 1px 26px 5px rgba(243, 77, 50, 0.1);
}
.abo .y1 .list li .cond {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.abo .y1 .list li:nth-child(1) {
  top: 0;
  left: 73px;
}
.abo .y1 .list li:nth-child(1) i {
  background: url(../images/r1.png) no-repeat center;
}
.abo .y1 .list li:nth-child(2) {
  top: 160px;
  right: 0;
}
.abo .y1 .list li:nth-child(2) i {
  background: url(../images/r2.png) no-repeat center;
}
.abo .y1 .list li:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 106px;
}
.abo .y1 .list li:nth-child(3) i {
  background: url(../images/qq.png) no-repeat center;
  width: 70px;
  height: 70px;
}
.abo .y1 .list li:nth-child(4) {
  top: 314px;
  left: 0;
}
.abo .y1 .list li:nth-child(4) i {
  background: url(../images/r4.png) no-repeat center;
  width: 90px;
  height: 90px;
}
.abo .y1 .list li:nth-child(5) {
  width: 233px;
  top: 205px;
  left: 147px;
}
.abo .y1 .list li:nth-child(5) i {
  display: block;
  width: 233px;
  height: 233px;
  background: url(../images/middle.png) no-repeat center;
}
.abo .y1 .box {
  position: absolute;
  top: 355px;
  right: -162px;
  position: relative;
}
.abo .y1 .box::before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: -31px;
  right: -29px;
}
.abo .y1 .box .zm {
  font-family: 'Times New Roman', Times, serif;
  line-height: 14px;
  color: #fefeff;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: right;
}
.abo .y1 .box p {
  font-size: 14px;
  color: #fff;
  line-height: 12px;
  letter-spacing: 6px;
  margin: 17px 0 0;
  text-align: right;
}
.news {
  margin: 70px 0 0;
  overflow: hidden;
}
.news .top {
  position: relative;
  z-index: 50;
}
.news .top::before {
  content: "";
  display: block;
  width: 39px;
  height: 24px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 63px;
  left: -24px;
  z-index: -1;
}
.news .top .zm {
  font-family: 'Times New Roman', Times, serif;
  line-height: 42px;
  font-size: 60px;
  color: #333;
  font-weight: bold;
}
.news .top .zm i {
  color: #20bac2;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.news .top h3 {
  margin: 30px 0 0;
}
.news .top h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.news .top h3 a i {
  font-size: 24px;
  font-weight: bold;
}
.news .newlist {
  margin: 50px 0 0;
  height: 670px;
  position: relative;
  z-index: 50;
}
.news .newlist::before {
  content: "";
  display: block;
  width: 1366px;
  height: 350px;
  position: absolute;
  background: #f8f8f8;
  top: 0;
  left: 234px;
  z-index: -1;
}
.news .newlist .bd li .reglistimg {
  position: relative;
}
.news .newlist .bd li .reglistimg .box .list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.news .newlist .bd li .reglistimg .box .list::before {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 71px;
  left: 490px;
  z-index: 1;
}
.news .newlist .bd li .reglistimg .box .list .img {
  display: block;
  width: 530px;
  height: 300px;
  overflow: hidden;
}
.news .newlist .bd li .reglistimg .box .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 .reglistimg .box .list .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .reglistimg .box .list .plaet {
  width: 567px;
  margin: 50px 0 0;
  position: relative;
}
.news .newlist .bd li .reglistimg .box .list .plaet::before {
  content: "";
  display: block;
  width: 39px;
  height: 24px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 65px;
  left: -65px;
}
.news .newlist .bd li .reglistimg .box .list .plaet .data {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-align: right;
}
.news .newlist .bd li .reglistimg .box .list .plaet .data span {
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.news .newlist .bd li .reglistimg .box .list .plaet .data i {
  font-size: 34px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  margin: 0 10px 0 0;
}
.news .newlist .bd li .reglistimg .box .list .plaet .cond {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  display: block;
  margin: 30px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.news .newlist .bd li .reglistimg .box .list:hover .plaet .cond{
    color: #20bac2;
    letter-spacing: 1px;
}

.news .newlist .bd li .reglistimg .box .list .plaet p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  margin: 30px 0 0;
}
.news .newlist .bd li .reglistimg .nextreglistimg {
  width: 51px;
  height: 100px;
  background: url(../images/nextnews.png) no-repeat center;
  position: absolute;
  top: 103px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  writing-mode: tb-rl;
  color: #333;
  line-height: 51px;
  text-align: center;
  cursor: pointer;
}
.news .newlist .bd li .reg {
  margin: 100px 0 0;
  height: 270px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newlist .bd li .reg .list {
  width: 400px;
  height: 110px;
  background: url(../images/line3.png) no-repeat top left;
  margin: 0 0 50px 0;
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .reg .list .data {
  width: 85px;
  position: relative;
}
.news .newlist .bd li .reg .list .data .img {
  display: block;
  width: 85px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .reg .list .data .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 .reg .list .data .img img:hover {
  transform: scale(1.1);
}

.news .newlist .bd li .reg .list .data .time {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-align: center;
  display:block;
}
.news .newlist .bd li .reg .list .data .time span {
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.news .newlist .bd li .reg .list .data .time span i {
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  /* margin: 0 7px 0 0; */
}

.news .newlist .bd li .reg .list:hover .data .time{
  display: none;
}

.news .newlist .bd li .reg .list .text {
  width: 270px;
}
.news .newlist .bd li .reg .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  margin: 13px 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newlist .bd li .reg .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newlist .bd li .reg .list:hover {
  transform: translateY(4px);
}
.news .newlist .bd li .reg .list:hover .data .img {
  opacity: 1;
  pointer-events: all;
}
.news .newlist .bd li .reg .list:hover .text .cond {
  color: #20bac2;
}
.news .newlist .hd {
  width: 555px;
  height: 70px;
  position: absolute;
  top: -128px;
  right: 0;
  z-index: 50;
  background: url(../images/lin4.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.news .newlist .hd li {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  width: 110px;
}
.news .newlist .hd li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 18px;
  padding: 53px 0 0;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .hd .on a {
  font-weight: bold;
  background: url(../images/ntb.png) no-repeat center bottom;
}
.news .newlist .hd li:nth-child(1) {
  background: url(../images/nt1.png) no-repeat center top;
}
.news .newlist .hd li:nth-child(2) {
  background: url(../images/nt2.png) no-repeat center top;
}
.news .newlist .hd li:nth-child(3) {
  background: url(../images/nt3.png) no-repeat center top;
}
.news .newlist .hd .on:nth-child(1) {
  background: url(../images/nt1s.png) no-repeat center top;
}
.news .newlist .hd .on:nth-child(2) {
  background: url(../images/nt2s.png) no-repeat center top;
}
.news .newlist .hd .on:nth-child(3) {
  background: url(../images/nt3s.png) no-repeat center top;
}
.link {
  margin: 50px 0 70px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 30px;
  font-weight: bold;
  flex: 1;
}
.link p i {
  color: #20bac2;
  font-weight: bold;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 85%;
}
.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;
}
