﻿.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: #109652;
  border-top-color: #109652;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #109652;
  border-bottom-color: #109652;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1200px;
  margin: 0 auto;
}
.content {
  width: 1400px;
  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 {
  height: 983px;
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 90px 0 0;
  box-sizing: border-box;
}
.pro .top {
  padding: 58px 0 0;
  background: url(../images/t1.png) no-repeat top left;
}
.pro .top h3 {
  font-size: 32px;
  color: #333;
  line-height: 24px;
}
.pro .prolist {
  margin: 60px 0 0;
  position: relative;
}
.pro .prolist .bd li {
  display: flex;
  flex-wrap: wrap;
}
.pro .prolist .bd li .list {
  width: 426px;
  margin: 0 45px 13px 0;
}
.pro .prolist .bd li .list .tu {
  width: 426px;
  height: 300px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 5px;
}
.pro .prolist .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .prolist .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.pro .prolist .bd li .list .text {
  height: 67px;
  padding: 0 80px 0 30px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: url(../images/title1.png) no-repeat top right;
}
.pro .prolist .bd li .list .text::before {
  content: "+";
  display: block;
  font-size: 16px;
  color: #109652;
  line-height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .prolist .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .bd li .list .text .more {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 67px;
  position: absolute;
  top: 0;
  right: 23px;
}
.pro .prolist .bd li .list:hover .text .cond {
  color: #109652;
  letter-spacing: 1px;
}
.pro .prolist .bd li .list:nth-child(3) {
  margin: 0 0 13px 0;
}
.pro .prolist .bd li .list:nth-child(6) {
  margin: 0 0 13px 0;
}
.pro .prolist .hd {
  position: absolute;
  top: -140px;
  right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
}
.pro .prolist .hd li {
  width: 185px;
  height: 46px;
  border-radius: 4px;    background: #f3f3f3;
  border: 1px solid #dfdfdf;
}
.pro .prolist .hd li a {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 46px;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .hd li a::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .hd .on {
  background: #109652;
}
.pro .prolist .hd .on a {
  color: #fff;
}
.pro .prolist .hd .on a::before {
  background: #fff;
}
.adv {
  height: 770px;
  background: url(../images/nsadv.jpg) no-repeat center top;
  padding: 100px 0 0;
  box-sizing: border-box;
}
.adv .advlist {
  margin: 0 0 0 -65px;
  position: relative;
}
.adv .advlist .bd li {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.adv .advlist .bd li .ys {
  width: 725px;
  height: 545px;
  overflow: hidden;
  border-radius: 10px;
}
.adv .advlist .bd li .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 .ys img:hover {
  transform: scale(1.1);
}
.adv .advlist .bd li .text {
  width: 465px;
  position: relative;
  height: 287px;
  z-index: 50;
  margin: 245px 0 0;
  padding: 29px 0 0;
  box-sizing: border-box;
}
.adv .advlist .bd li .text .num {
  font-family: Arial;
  font-size: 391px;
  color: #e9f5ef;
  line-height: 287px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.adv .advlist .bd li .text .cond {
  font-size: 26px;
  color: #333;
  line-height: 25px;
}
.adv .advlist .bd li .text .cond i {
  font-size: 16px;
  color: #999;
  line-height: 25px;
  margin-left: 15px;
  text-transform: uppercase;
}
.adv .advlist .bd li .text p {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  margin: 30px 0 0;
}
.adv .advlist .arrow {
  width: 124px;
  height: 49px;
  position: absolute;
  top: 586px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.adv .advlist .arrow .prev {
  width: 49px;
  height: 49px;
  background: url(../images/arr-adv.png) no-repeat left;
  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;
  cursor: pointer;
}
.adv .advlist .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.adv .advlist .arrow .next {
  width: 49px;
  height: 49px;
  background: url(../images/arr-adv.png) no-repeat right;
  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;
  cursor: pointer;
}
.adv .advlist .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.adv .advlist .top {
  height: 138px;
  background: url(../images/t2.png) no-repeat top left;
  padding: 67px 0 0;
  box-sizing: border-box;
  position: absolute;
  top: 34px;
  right: 0;
  width: 476px;
}
.adv .advlist .top p {
  font-size: 18px;
  color: #999;
  line-height: 18px;
  letter-spacing: 3px;
}
.adv .advlist .qq {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/qq.png) no-repeat center;
  position: absolute;
  top: 185px;
  right: 0;
  z-index: 50;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .advlist .art {
  margin: 33px 0 0 398px;
  width: 660px;
  display: flex;
  justify-content: space-between;
}
.adv .advlist .art .text i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding: 0 0 0 210px;
  box-sizing: border-box;
  letter-spacing: 4px;
  background: url(../images/hxj.png) no-repeat center left;
}
.adv .advlist .art .text p {
  font-size: 17px;
  color: #999;
  line-height: 17px;
  letter-spacing: 17px;
  margin: 11px 0 0;
}
.adv .advlist .art .num {
  font-size: 28px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  line-height: 30px;
  font-weight: bold;
  margin: 27px 0 0;
}
.server {
  height: 542px;
  background: url(../images/server.jpg) no-repeat center top;
  padding: 104px 0 0;
  box-sizing: border-box;
}
.server .contents {
  position: relative;
}
.server .list {
  display: flex;
  flex-wrap: wrap;
}
.server .list li {
  width: 150px;
  margin: 0 90px 55px 0;
}
.server .list li .art {
  display: flex;
}
.server .list li .art .num {
  display: flex;
  font-size: 13px;
  color: #bbb;
  line-height: 102px;
}
.server .list li .art i {
  display: block;
  width: 100px;
  height: 102px;
  background: url(../images/title2.png) no-repeat center;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.server .list li .art i::before {
  content: "";
  display: block;
  width: 100px;
  height: 102px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.server .list li p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  margin: 25px 0 0;
  padding: 0 0 0 63px;
}
.server .list .on .art i {
  background: url(../images/title3.png) no-repeat center;
}
.server .list li:nth-child(1) .art i::before {
  background: url(../images/s1.png) no-repeat center;
}
.server .list li:nth-child(1) p {
  padding: 0 0 0 36px;
}
.server .list li:nth-child(2) .art i::before {
  background: url(../images/s2.png) no-repeat center;
}
.server .list li:nth-child(2) p {
  padding: 0 0 0 47px;
}
.server .list li:nth-child(3) .art i::before {
  background: url(../images/s3.png) no-repeat center;
}
.server .list li:nth-child(4) {
  margin: 0 120px 55px 0;
}
.server .list li:nth-child(4) .art i::before {
  background: url(../images/s4.png) no-repeat center;
}
.server .list li:nth-child(5) .art i::before {
  background: url(../images/s5.png) no-repeat center;
}
.server .list li:nth-child(6) .art i::before {
  background: url(../images/s6.png) no-repeat center;
}
.server .list li:nth-child(7) .art i::before {
  background: url(../images/s7.png) no-repeat center;
}
.server .list li:nth-child(8) .art i::before {
  background: url(../images/s8.png) no-repeat center;
}
.server .list li:nth-child(9) .art i::before {
  background: url(../images/s9.png) no-repeat center;
}
.server .list .on:nth-child(1) .art i::before {
  background: url(../images/s1s.png) no-repeat center;
}
.server .list .on:nth-child(2) .art i::before {
  background: url(../images/s2s.png) no-repeat center;
}
.server .list .on:nth-child(3) .art i::before {
  background: url(../images/s3s.png) no-repeat center;
}
.server .list .on:nth-child(4) .art i::before {
  background: url(../images/s4s.png) no-repeat center;
}
.server .list .on:nth-child(5) .art i::before {
  background: url(../images/s5s.png) no-repeat center;
}
.server .list .on:nth-child(6) .art i::before {
  background: url(../images/s6s.png) no-repeat center;
}
.server .list .on:nth-child(7) .art i::before {
  background: url(../images/s7s.png) no-repeat center;
}
.server .list .on:nth-child(8) .art i::before {
  background: url(../images/s8s.png) no-repeat center;
}
.server .list .on:nth-child(9) .art i::before {
  background: url(../images/s9s.png) no-repeat center;
}
.server .top {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  position: absolute;
  top: 61px;
  right: 0;
}
.case {
  height: 504px;
  background: url(../images/case.jpg) no-repeat center top;padding: 104px 0 0;
}
.case .top {
  height: 40px;
  background: url(../images/t3.png) no-repeat left center;
  padding: 0 0 0 199px;
}
.case .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 40px;
}
.case .caselist {
  height: 450px;
  margin: 59px 0 0;
  position: relative;
}
.case .caselist .bd {
  display: flex;
}
.case .caselist .bd li {
  margin: 0 15px 0 0;
  width: 310px !important;
  height: 410px;
}
.case .caselist .bd li .list {
  width: 290px;
  margin: 0 auto;
}
.case .caselist .bd li .list .img {
  display: block;
  width: 290px;
  height: 278px;
  overflow: hidden;
}
.case .caselist .bd li .list .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 .list .img img:hover {
  transform: scale(1.1);
}
.case .caselist .bd li .list .text {
  padding: 10px 25px 0;
  box-sizing: border-box;
  border: solid 1px #eeeeee;
  border-top: none;
  position: relative;
}
.case .caselist .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 57px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caselist .bd li .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caselist .bd li .list .text .more {
  display: block;
  width: 17px;
  height: 57px;
  background: url(../images/mroe1.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 27px;
}
.case .caselist .bd li .list:hover {
  box-shadow: 0px 1px 25px 0px rgba(16, 150, 82, 0.08);
}
.case .caselist .bd li .list:hover .text {
  border: none;
}
.case .caselist .bd li .list:hover .text .cond {
  color: #109652;
  letter-spacing: 1px;
}
.case .caselist .art {
  width: 265px;
  position: absolute;
  top: -99px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.case .caselist .art .hd {
  width: 127px;
  display: flex;
  justify-content: space-between;
}
.case .caselist .art .hd li {
  width: 20px;
  height: 40px;
  background: url(../images/cire1.png) no-repeat center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caselist .art .hd .on {
  background: url(../images/cire2.png) no-repeat center;
}
.case .caselist .art .arrow {
  width: 100px;
  display: flex;
  justify-content: space-between;
}
.case .caselist .art .arrow .prev {
  width: 40px;
  height: 40px;
  background: url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
  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;
}
.case .caselist .art .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.case .caselist .art .arrow .next {
  width: 40px;
  height: 40px;
  background: url(../images/next-case.png) no-repeat center;
  cursor: pointer;
  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;
}
.case .caselist .art .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo {
  height: 963px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 90px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .warp {
  position: relative;
}
.abo .warp .plaet {
  width: 820px;
}
.abo .warp .plaet .top {
  width: 302px;
  padding: 86px 0 0 0;
  background: url(../images/t4.png) no-repeat top left;
}
.abo .warp .plaet .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 25px;
}
.abo .warp .plaet .cond {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  margin: 50px 0 25px;
}
.abo .warp .plaet .text {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .warp .plaet .list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dcdfe1;
  margin: 50px 0 0;
  position: relative;
  z-index: 50;
}
.abo .warp .plaet .list li {
  position: relative;
}
.abo .warp .plaet .list li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #109652;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .plaet .list li a {
  display: block;
  height: 90px;
  padding-left: 45px;
  font-size: 16px;
  color: #333;
  line-height: 90px;
}
.abo .warp .plaet .list .on::before {
  width: 150px;
}
.abo .warp .plaet .list li:nth-child(1) a {
  background: url(../images/r1.png) no-repeat center left;
}
.abo .warp .plaet .list li:nth-child(2) a {
  background: url(../images/r2.png) no-repeat center left;
}
.abo .warp .plaet .list li:nth-child(3) a {
  background: url(../images/r3.png) no-repeat center left;
}
.abo .warp .plaet .list .on:nth-child(1) a {
  background: url(../images/r1s.png) no-repeat center left;
  color: #109652;
  font-weight: bold;
}
.abo .warp .plaet .list .on:nth-child(2) a {
  background: url(../images/r2s.png) no-repeat center left;
  color: #109652;
  font-weight: bold;
}
.abo .warp .plaet .list .on:nth-child(3) a {
  background: url(../images/r3s.png) no-repeat center left;
  color: #109652;
  font-weight: bold;
}
.abo .warp .plaet .more {
  display: block;
  width: 180px;
  height: 40px;
  background: #109652 url(../images/more2.png) no-repeat center left;
  background-position-x: 107px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0 0 0 33px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 30px 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;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .plaet .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .warp .plaet .more:hover {
  background: #333 url(../images/more2.png) no-repeat center left;
  background-position-x: 107px;
}
.abo .warp .about {
  width: 1090px;
  height: 811px;
  position: absolute;
  top: -158px;
  right: -360px;
}
.abo .warp .about img {
  width: 1090px;
  height: 811px;
}
.abo .mess {
  display: flex;
  justify-content: space-between;
  margin: 154px 0 0;
}
.abo .mess .top .zm {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 10px;
  margin: 0 0 0 5px;
  position: relative;
}
.abo .mess .top h3 {
  font-size: 32px;
  color: #fff;
  line-height: 31px;
  font-weight: bold;
  margin: 18px 0 19px;
}
.abo .mess .top p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.abo .mess .top p a {
  color: #fff;
}
.abo .mess .FOM {
  width: 826px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo .mess .FOM .n {
  height: 34px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 21px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-bottom: solid 1px #dedede;
}
.abo .mess .FOM .n img {
  width: 80px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 7px;
}
.abo .mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 34px;
  font-size: 14px;
  background: none;
  color: #fff;
}
.abo .mess .FOM .n input::placeholder {
  color: #fff;
}
.abo .mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  background: none;
  color: #fff;
}
.abo .mess .FOM .n textarea::placeholder {
  color: #fff;
}
.abo .mess .FOM .n:nth-child(1) {
  width: 250px;
}
.abo .mess .FOM .n:nth-child(2) {
  width: 535px;
}
.abo .mess .FOM .n:nth-child(3) {
  width: 540px;
}
.abo .mess .FOM .n:nth-child(4) {
  width: 250px;
}
.abo .mess .FOM #btn {
  width: 245px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  text-align: center;
  position: relative;
}
.abo .mess .FOM #btn::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/shou.png) no-repeat center;
  background-size: contain;
  transform: rotate(270deg);
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -20px;
  animation: up-down 1s infinite;
}
.abo .mess .FOM #btn i::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/shou.png) no-repeat center;
  background-size: contain;
  transform: rotate(20deg);
  position: absolute;
  top: 0px;
  left: -30px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .mess .FOM #btn i::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/shou.png) no-repeat center;
  background-size: contain;
  transform: rotate(135deg);
  position: absolute;
  top: -35px;
  right: 35px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .mess .FOM #btn:hover i::before {
  left: -20px;
  opacity: 1;
}
.abo .mess .FOM #btn:hover i::after {
  top: -28px;
  opacity: 1;
}
.news {
  margin: 90px 0 0;    min-height: 750px;
}
.news .top {
  height: 40px;
  background: url(../images/t5.png) no-repeat left center;
  padding: 0 0 0 199px;
}
.news .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 40px;
}
.news .newlist {
  margin: 60px 0 0;
  position: relative;
}
.news .newlist .bd li {
  width: 1400px;
}
.news .newlist .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .warp .list {
  width: 430px;
}
.news .newlist .bd li .warp .list .img {
  display: block;
  width: 430px;
  
  overflow: hidden;
}
.news .newlist .bd li .warp .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 .warp .list .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .warp .list .text {
  padding: 0 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0 0;
}
.news .newlist .bd li .warp .list .text::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background: #999;
  border-radius: 50%;
  top: 18px;
  left: 0;
}
.news .newlist .bd li .warp .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .list .text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.news .newlist .bd li .warp .list:hover .text .cond {
  color: #109652;
  letter-spacing: 1px;
}
.news .newlist .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.news .newlist .bd li .art .list {
  width: 440px;
  height: 170px;
  padding: 27px 20px 0;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news .newlist .bd li .art .list .data {
  width: 58px;
  height: 18px;
  background: #999;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  text-align: center;
}
.news .newlist .bd li .art .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .art .list p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin: 10px 0 0;
}
.news .newlist .bd li .art .list .more {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  position: absolute;
  top: 60px;
  right: 21px;
}
.news .newlist .bd li .art .list:hover {
  box-shadow: 0px 0px 23px 3px rgba(16, 150, 82, 0.2);
}
.news .newlist .bd li .art .list:hover .cond {
  color: #109652;
  letter-spacing: 1px;
}
.news .newlist .bd li .art .list:nth-child(1) {
  box-shadow: 0px 0px 23px 3px rgba(16, 150, 82, 0.2);
}
.news .newlist .hd {
  width: 330px;
  position: absolute;
  top: -105px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.news .newlist .hd li a {
  display: block;
  width: 155px;
  height: 45px;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  padding: 0 0 0 65px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.news .newlist .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 30px;
}
.news .newlist .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 30px;
}
.news .newlist .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 30px;
}
.news .newlist .hd .on:nth-child(1) a {
  background: #109652 url(../images/nt1s.png) no-repeat center left;
  background-position-x: 30px;
  color: #fff;
}
.news .newlist .hd .on:nth-child(2) a {
  background: #109652 url(../images/nt2s.png) no-repeat center left;
  background-position-x: 30px;
  color: #fff;
}
.news .newlist .hd .on:nth-child(3) a {
  background: #109652 url(../images/nt3s.png) no-repeat center left;
  background-position-x: 30px;
  color: #fff;
}
.link {
  margin: 40px 0 0;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}
.link p {
  width: 80px;
  height: 30px;
  background: #109652;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  flex: 1;
}
.link .lj {
  flex: 0 0 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 40px;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 26px;
  margin-right: 15px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #109652;
}
@keyframes up-down {
  50% {
    margin-top: -15px;
  }
}





.hj-content {
  width: 1400px;
  margin: 0 auto;
}

.moudle-title h2,  .moudle-title h3 {
  font-size: 30px;
  color: #333;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.moudle-title .en {
  font-size: 18px;
  color: #999;
  line-height: 24px;
  text-align: center;
}
.design-wrap {
  background-color: #ffffff;
  padding: 40px 0;
}
.design-wrap .item {
  float: left;
  width: 335px;
  height: 251px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.design-wrap .item img {
  width: 100%;
  background-color: #f5f5f5;
  height: 100%;
  display: block;
}
.design-wrap .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 200px;
  left: 0;
  top: 0;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 1px #626b7a;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
.design-wrap .item .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: absolute;
  left: 0;
  top: 0;
}
.design-wrap .item .text::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 126px;
  transition: top 0.3s;
  margin-left: -30px;
}
.design-wrap .item .text em {
  position: relative;
}
.design-wrap .item:hover {
  transform: translateY(-5px);
}
.design-wrap .item:hover .text {
  opacity: 1;
}
.design-wrap .item:hover .text::after {
  top: 50%;
}
.design-wrap .item1,
.design-wrap .item5,
.design-wrap .item9 {
  margin-left: 0;
}
.design-wrap .item9,
.design-wrap .item10 {
  width: 685px;
  height: 450px;
}
.design-wrap .item9 .text,
.design-wrap .item10 .text {
  line-height: 32px;
  opacity: 0;
  padding: 180px 0;
  box-sizing: border-box;
}
.design-wrap .item9 .text::after,
.design-wrap .item10 .text::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 180px;
  transition: top 0.3s;
  margin-left: -30px;
}
 

.design-wrap .item9 .text .word,
.design-wrap .item10 .text .word {
  position: relative;
  width: 440px;
  margin: 0 auto;
}
.design-wrap .item9 .text .title,
.design-wrap .item10 .text .title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
.design-wrap .item9 .text .more,
.design-wrap .item10 .text .more {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.design-wrap .item7 {
  margin-left:0px;
}
.design-wrap .item10 {
  margin-left:0px;
}