@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  border-radius: 0 150px 0 0;
}
@media screen and (max-width: 1620px) {
  .banner .bannerSwiper {
    border-radius: 0 80px 0 0;
  }
}
@media screen and (max-width: 1400px) {
  .banner .bannerSwiper {
    border-radius: 0 40px 0 0;
  }
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #32b16c solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #32b16c;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title::before {
  content: "";
  display: block;
  background: #eaeaea;
  position: absolute;
  left: 0;
  top: 29px;
  left: 86px;
  width: 1214px;
  height: 1px;
}
.title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 29px;
  width: 76px;
  border-top: 1px dashed #32b16c;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-left: 225px;
}
.title span {
  display: block;
  margin-top: 48px;
}
.title span img {
  display: inline-block;
  vertical-align: top;
}
.moreLink {
  display: block;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  font-weight: bold;
  min-width: 5px;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  top: -2px;
  background: url(../images/morear.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.2);
}
.moreLink:hover {
  color: #32b16c;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::after {
  filter: grayscale(0) brightness(1);
  animation: zyfd 1.5s linear infinite;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 50px;
}
.service {
  padding: 70px 0 120px;
  background: url(../images/fwbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.service .slogan {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 15px;
  line-height: 1;
}
.service .slogan::before {
  content: "//";
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  font-size: 14px;
}
.service .fwList {
  margin-top: 40px;
}
.service .fwList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwList ul {
  display: flex;
  justify-content: space-between;
}
.service .fwList ul li {
  float: left;
  width: 196px;
  height: 552px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.service .fwList ul li .item {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #0a5d41;
}
.service .fwList ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .bt {
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 10px 44px;
}
.service .fwList ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}
.service .fwList ul li .item .bt i {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  line-height: 16px;
  font-family: "Microsoft YaHei Light";
}
.service .fwList ul li .item .cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 62px 46px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.service .fwList ul li .item .cont .tt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 32px;
  height: 42px;
  line-height: 42px;
}
.service .fwList ul li .item .cont .tt i {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
  font-family: "Microsoft YaHei Light";
}
.service .fwList ul li .item .cont .more {
  display: block;
  width: 160px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  border: solid 1px #d4d4d4;
  text-align: center;
  line-height: 38px;
  margin-top: 34px;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .cont .more i {
  font-weight: bold;
  min-width: 4px;
}
.service .fwList ul li .item .cont .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  top: -2px;
  background: url(../images/morear.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.2);
}
.service .fwList ul li .item .cont .more:hover {
  background-color: #32b16c;
  color: #fff;
  border-color: #32b16c;
}
.service .fwList ul li .item .cont .more:hover::after {
  filter: grayscale(100) brightness(5);
}
.service .fwList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.service .fwList ul li:hover,
.service .fwList ul li.on {
  width: 485px;
}
.service .fwList ul li:hover .item .pic,
.service .fwList ul li.on .item .pic {
  opacity: 1;
  filter: alpha(opacity=100);
}
.service .fwList ul li:hover .item .bt,
.service .fwList ul li.on .item .bt {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-bottom: 0;
}
.service .fwList ul li:hover .item .cont,
.service .fwList ul li.on .item .cont {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-left: 62px;
}
.youshi {
  overflow: hidden;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 168px;
}
.youshi .ysEn {
  position: absolute;
  right: -218px;
  top: -92px;
  width: 85px;
  height: 564px;
  background: url(../images/ysen.png) center center no-repeat;
}
.youshi .ysTit {
  position: absolute;
  top: -113px;
  right: 330px;
  line-height: 1;
  text-align: right;
}
.youshi .ysTit i {
  display: block;
}
.youshi .ysTit i img {
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTit span {
  display: block;
  font-size: 24px;
  margin-top: -14px;
  padding-right: 16px;
}
.youshi .ysBox {
  height: 545px;
  position: relative;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 296px;
  height: 713px;
  background-color: rgba(50, 177, 108, 0.1);
}
.youshi .ysPic {
  position: absolute;
  width: 792px;
  height: 545px;
  left: -310px;
  bottom: 0;
}
.youshi .ysPic .bd {
  overflow: hidden;
  position: relative;
  width: 792px;
  height: 545px;
  border-radius: 0px 120px 0px 0px;
}
.youshi .ysPic .bd ul li {
  width: 792px;
  height: 545px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysCont {
  width: 408px;
  margin-left: 560px;
  padding-top: 140px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 350px;
}
.youshi .ysCont .bd ul li .item {
  height: 350px;
  padding-top: 16px;
  position: relative;
  z-index: 1;
  padding-right: 8px;
  text-align: right;
}
.youshi .ysCont .bd ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #32b16c;
  border-radius: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  line-height: 1;
  position: relative;
}
.youshi .ysCont .bd ul li .item .tit span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item .tit i {
  font-family: "Arial Narrow";
  font-size: 12px;
  color: #999999;
  line-height: 10px;
  display: block;
  margin-top: 12px;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-right: 1px solid #1b1b1b;
  padding-right: 14px;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.youshi .ysCont .bd ul li .item:hover::before {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #32b16c;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .hd {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 296px;
  height: 713px;
  padding: 123px 50px 0 58px;
  z-index: 4;
}
.youshi .hd ul li {
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 3;
  padding-top: 20px;
  margin-top: 44px;
}
.youshi .hd ul li:first-child {
  margin-top: 0;
}
.youshi .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  margin-right: -48px;
  border-radius: 100%;
  width: 57px;
  height: 57px;
  background-color: #a8ebc7;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
}
.youshi .hd ul li i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li span {
  display: block;
  margin-top: 16px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
.youshi .hd ul li.on,
.youshi .hd ul li:hover {
  color: #26804f;
}
.youshi .hd ul li.on::before,
.youshi .hd ul li:hover::before {
  opacity: 0.54;
  filter: alpha(opacity=54);
}
.youshi .hd ul li.on i,
.youshi .hd ul li:hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .hd ul li.on span,
.youshi .hd ul li:hover span {
  font-weight: bold;
}
.youshi .ysNumEn {
  position: absolute;
  bottom: -50px;
  right: 43px;
  z-index: 2;
  pointer-events: none;
  height: 600px;
  overflow: hidden;
}
.youshi .ysNumEn .bd ul li {
  text-transform: uppercase;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 164px;
  line-height: 132px;
  color: rgba(249, 253, 252, 0.29);
  width: 132px;
  height: 600px;
  text-align: right;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.youshi .next {
  position: absolute;
  z-index: 4;
  right: -40px;
  bottom: -136px;
  width: 296px;
  height: 136px;
  background-color: #32b16c;
  display: block;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 27px;
  padding-left: 76px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .next::before {
  content: "//";
  display: block;
  position: absolute;
  left: 76px;
  top: 90px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 1;
}
.youshi .next i {
  font-weight: bold;
  min-width: 5px;
}
.youshi .next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  top: -2px;
  background: url(../images/morear.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.2);
}
.youshi .next:hover {
  color: #fff;
}
.youshi .next:hover::after {
  filter: grayscale(100) brightness(5);
  animation: zyfd 1.5s linear infinite;
}
.youshi .tip {
  height: 136px;
  line-height: 1;
  position: relative;
  padding-top: 46px;
}
.youshi .tip::before {
  content: "";
  display: block;
  background: #eaeaea;
  position: absolute;
  left: 175px;
  top: 73px;
  left: 86px;
  width: 1214px;
  height: 1px;
}
.youshi .tip::after {
  content: "";
  display: block;
  position: absolute;
  left: 95px;
  top: 73px;
  width: 76px;
  border-top: 1px dashed #32b16c;
}
.youshi .tip i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #999999;
  margin-left: 210px;
}
.youshi .tip span {
  display: block;
  margin-top: 20px;
}
.youshi .tip span img {
  display: inline-block;
  vertical-align: top;
}
.case {
  padding: 90px 0 70px;
}
.case .titBox .moreLink {
  margin-top: -16px;
}
.case .titBox .moreLink::before {
  content: "//";
  display: block;
  position: absolute;
  left: 0;
  top: 63px;
  line-height: 1;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.case .caseBox {
  margin-top: 40px;
}
.case .caseNav {
  float: left;
  width: 248px;
  padding: 52px 0;
  position: relative;
}
.case .caseNav .bd {
  height: 556px;
  overflow: hidden;
}
.case .caseNav .bd ul li {
  margin-bottom: 20px;
}
.case .caseNav .bd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 76px;
  background-color: #fafafa;
  border-radius: 5px;
  line-height: 76px;
  padding-left: 20px;
  padding-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #32b16c, #32b16c);
  background-image: linear-gradient(to right, #32b16c, #32b16c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  font-size: 15px;
}
.case .caseNav .bd ul li a::before {
  content: "";
  width: 43px;
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 100%;
  margin-right: 12px;
  background: url(../images/pronavico.png) center center no-repeat;
  background-color: #fafafa;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav .bd ul li:hover a,
.case .caseNav .bd ul li.on a {
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.case .caseNav .bd ul li:hover a::before,
.case .caseNav .bd ul li.on a::before {
  background-color: #ffffff;
  background-image: url(../images/pronavicoh.png);
}
.case .caseNav .page .prev {
  position: absolute;
  width: 23px;
  height: 33px;
  top: 2px;
  left: 50%;
  margin-left: -12px;
  background: url(../images/caset.png) center center no-repeat;
  filter: grayscale(100) brightness(0.3);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav .page .prev:hover,
.case .caseNav .page .prev.on {
  filter: grayscale(0) brightness(1);
}
.case .caseNav .page .next {
  position: absolute;
  width: 23px;
  height: 33px;
  bottom: 2px;
  left: 50%;
  margin-left: -12px;
  background: url(../images/caset.png) center center no-repeat;
  filter: grayscale(100) brightness(0.3);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav .page .next:hover,
.case .caseNav .page .next.on {
  filter: grayscale(0) brightness(1);
}
.case .caseList {
  float: right;
  width: 994px;
}
.case .caseList .one {
  height: 400px;
  position: relative;
}
.case .caseList .one .pic {
  display: block;
  float: left;
  width: 536px;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .one .cont {
  width: 390px;
  float: right;
  padding-top: 16px;
  position: relative;
}
.case .caseList .one .cont::before {
  content: "//";
  display: block;
  position: absolute;
  font-size: 14px;
  top: 320px;
  left: 340px;
  line-height: 1;
}
.case .caseList .one .cont .en {
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 160px;
  font-weight: bold;
  opacity: 0.04;
  line-height: 110px;
  margin-left: -50px;
  font-style: italic;
  text-transform: uppercase;
}
.case .caseList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  padding-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .one .cont .bt::before {
  content: "...";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.case .caseList .one .cont .line {
  width: 32px;
  height: 2px;
  background-color: #32b16c;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 15px;
  color: #666666;
  margin-top: 30px;
}
.case .caseList .one .cont .more {
  display: inline-block;
  vertical-align: top;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 20px;
  margin-top: 35px;
  font-weight: bold;
  position: relative;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .one .cont .more i {
  min-width: 5px;
  font-weight: bold;
}
.case .caseList .one .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 298px;
  height: 1px;
  background-color: #eaeaea;
  left: -110px;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #32b16c, #32b16c);
  background-image: linear-gradient(to right, #32b16c, #32b16c);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseList .one .cont .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  top: -2px;
  background: url(../images/morear.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.2);
}
.case .caseList .one .cont .more:hover {
  color: #32b16c;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .one .cont .more:hover::before {
  background-size: 100% 100%;
}
.case .caseList .one .cont .more:hover::after {
  filter: grayscale(0) brightness(1);
  animation: zyfd 1.5s linear infinite;
}
.case .caseList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseList .one:hover .cont .bt {
  color: #32b16c;
}
.case .caseList .one:hover .cont .line {
  width: 40px;
}
.case .caseList .list ul {
  margin-right: -50px;
}
.case .caseList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList .list ul li {
  margin-right: 50px;
  margin-top: 36px;
  float: left;
  width: 298px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.case .caseList .list ul li::after {
  content: "";
  position: absolute;
  background: #32b16c;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 35px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.case .caseList .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .caseList .list ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 5px;
  border: solid 1px #f2f2f2;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .list ul li .cont {
  position: relative;
}
.case .caseList .list ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  padding-left: 4px;
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .list ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .list ul li .cont .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #2b2b2b;
  margin-right: 7px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .list ul li .cont .bt::after {
  content: "//";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.case .caseList .list ul li .cont .bt:hover {
  color: #32b16c;
}
.case .caseList .list ul li .cont .tt {
  border-top: 1px solid #eee;
  padding-top: 10px;
  line-height: 24px;
}
.case .caseList .list ul li .cont .tt::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList .list ul li .cont .tt p {
  float: left;
  margin-left: 15px;
  position: relative;
  font-family: "Arial Narrow";
  font-size: 12px;
  z-index: 1;
}
.case .caseList .list ul li .cont .tt p::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #a8ebc7;
  opacity: 0.35;
  left: -6px;
  top: -1px;
  border-radius: 100%;
  z-index: -1;
}
.case .caseList .list ul li .cont .tt .more {
  display: block;
  position: relative;
  float: right;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .list ul li .cont .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .list ul li .cont .tt .more i {
  min-width: 4px;
}
.case .caseList .list ul li .cont .tt .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 8px;
  margin-left: 15px;
  position: relative;
  top: -2px;
  background: url(../images/morear.png) 0 center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.2);
}
.case .caseList .list ul li .cont .tt .more:hover {
  color: #32b16c;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .list ul li .cont .tt .more:hover::after {
  filter: grayscale(0) brightness(1);
  animation: zyfd 1.5s linear infinite;
}
.case .caseList .list ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseList .list ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseList .list ul li:hover .cont .bt {
  color: #32b16c;
}
.about {
  padding: 80px 0;
}
.about .aboutL {
  float: left;
  width: 325px;
}
.about .aboutL .aboutTit {
  position: relative;
  z-index: 1;
}
.about .aboutL .aboutTit i {
  display: block;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  font-size: 163px;
  line-height: 112px;
  font-weight: bold;
  color: #f6fdfa;
  top: -38px;
  left: -350px;
}
.about .aboutL .aboutTit span {
  display: block;
}
.about .aboutL .aboutTit span img {
  display: inline-block;
  vertical-align: top;
}
.about .aboutL .line {
  font-size: 12px;
  font-weight: bold;
  margin-top: 66px;
  line-height: 1;
  letter-spacing: 5px;
  color: #e1e1e1;
  overflow: hidden;
  height: 12px;
}
.about .aboutL .line::before {
  content: "///////////////////////////////";
}
.about .aboutL .honor {
  margin-top: 40px;
  width: 287px;
}
.about .aboutL .honor ul li {
  text-align: center;
  margin-top: 16px;
}
.about .aboutL .honor ul li:first-child {
  margin-top: 0;
}
.about .aboutL .honor ul li .pic {
  display: block;
  width: 287px;
  height: 200px;
  padding: 18px;
  background: url(../images/honorbg.png) center center no-repeat;
}
.about .aboutL .honor ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutL .honor ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  padding: 0 24px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutL .honor ul li .bt::before {
  content: "— ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.about .aboutL .honor ul li .bt::after {
  content: " —";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.about .aboutL .honor ul li:hover .pic {
  box-shadow: 0 5px 15px rgba(50, 177, 108, 0.2);
}
.about .aboutL .honor ul li:hover .bt {
  color: #32b16c;
}
.about .aboutText {
  float: right;
  width: 922px;
  margin-right: -40px;
  position: relative;
}
.about .aboutText .tit {
  margin-top: 32px;
}
.about .aboutText .tit span {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 10px;
  color: #cccccc;
}
.about .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  color: #666666;
  margin-top: 22px;
}
.about .aboutText .moreLink {
  position: absolute;
  top: 453px;
  z-index: 3;
  right: -40px;
  border-bottom: 1px solid #1b1b1b;
  line-height: 36px;
  padding-left: 28px;
}
.about .aboutText .moreLink::before {
  content: "//";
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}
.about .aboutText .moreLink:hover {
  border-color: #32b16c;
}
.about .aboutPic {
  width: 962px;
  height: 422px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  box-shadow: 0 5px 25px rgba(50, 177, 108, 0.2);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news {
  padding: 86px 0;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .title::before {
  background-color: #e5f6fb;
}
.news .newsTab ul {
  float: right;
  margin-top: -26px;
  margin-right: -5px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 120px;
  width: 80px;
}
.news .newsTab ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: -60px;
  width: 1px;
  height: 64px;
  background-color: #c6e9f3;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child::before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/newsnavar.png) center center no-repeat;
  left: 50%;
  margin-left: -8px;
  width: 15px;
  height: 9px;
  bottom: -31px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: block;
  margin: auto;
  height: 40px;
  width: 45px;
  overflow: hidden;
}
.news .newsTab ul li a i.ico1 {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2 {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3 {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a span {
  display: block;
  height: 18px;
  margin-top: 30px;
  line-height: 18px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
  font-size: 18px;
  color: #177052;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.news .newsTabs {
  margin-top: 40px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 470px;
}
.news .newsList {
  overflow: hidden;
  height: 470px;
}
.news .newsList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 {
  float: left;
}
.news .newsList .list1 li {
  float: left;
  width: 350px;
  height: 470px;
  border: solid 1px #dedede;
  padding: 24px 24px 0;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li:first-child {
  margin-left: 0;
}
.news .newsList .list1 li .pic {
  display: block;
  width: 100%;
  height: 195px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .cont {
  padding-top: 20px;
}
.news .newsList .list1 li .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 15px;
}
.news .newsList .list1 li .cont .date {
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
  line-height: 20px;
}
.news .newsList .list1 li:hover {
  border-color: #32b16c;
}
.news .newsList .list1 li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 li:hover .cont .bt {
  color: #32b16c;
}
.news .newsList .list2 {
  float: right;
  width: 500px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  margin-top: 30px;
  border-bottom: 1px solid #dedede;
  height: 136px;
  padding-left: 180px;
  padding-top: 10px;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #32b16c;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list2 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list2 ul li .pic {
  display: block;
  width: 140px;
  height: 105px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date {
  font-size: 14px;
  line-height: 12px;
  color: #999999;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  line-height: 25px;
  height: 25px;
  margin-top: 5px;
}
.news .newsList .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list2 ul li:hover .bt {
  color: #32b16c;
}
