@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,
.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 {
  height: auto !important;
}
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,
.boxBg {
  -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;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #1ea29d 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: #1ea29d;
  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;
  height: 105px;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 128px;
  line-height: 105px;
  color: #868686;
  opacity: 0.05;
  text-transform: uppercase;
  margin-left: -6px;
}
.title span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin-top: -67px;
  position: relative;
  z-index: 2;
}
.title em {
  display: block;
  font-size: 14px;
  margin-top: 16px;
  letter-spacing: 7px;
  color: #666666;
  background: url(../images/titico.png) 0 2px no-repeat;
  padding-left: 46px;
  position: relative;
  z-index: 2;
}
.moreLink {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 32px;
  line-height: 32px;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 18px;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink::before {
  content: '';
  width: 92px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1ea29d, #1ea29d);
  background-image: linear-gradient(to right, #1ea29d, #1ea29d);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 97px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  background-color: #1ea29d;
  opacity: 0.12;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #1ea29d;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::before {
  background-size: 100% 100%;
}
.moreLink:hover::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 50px;
}
.titBox .moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product {
  background-image: linear-gradient(81deg, #ffffff 0%, #f7f7f7 100%);
  padding: 96px 0 90px;
  overflow: hidden;
  position: relative;
}
.product .proBox {
  z-index: 2;
}
.product .tel {
  position: absolute;
  right: 0;
  top: -48px;
  height: 21px;
  line-height: 21px;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}
.product .tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 21px;
  vertical-align: top;
  margin-right: 20px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.product .proNav {
  float: right;
  margin-top: 12px;
  background-color: #ffffff;
  width: 255px;
}
.product .proNav ul {
  overflow: auto;
  height: 732px;
}
.product .proNav ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product .proNav ul li {
  position: relative;
}
.product .proNav ul li:nth-child(2n) {
  background-color: #eef6f6;
}
.product .proNav ul li a {
  display: block;
  height: 122px;
  line-height: 122px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
  padding-left: 56px;
  padding-right: 10px;
  font-size: 18px;
  z-index: 2;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1ea29d, #1ea29d);
  background-image: linear-gradient(to right, #1ea29d, #1ea29d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li a::before {
  content: "";
  width: 26px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 18px;
  background: url(../images/pronavico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  filter: grayscale(100) brightness(5);
}
.product .proL {
  float: left;
  width: 950px;
  margin-top: 34px;
}
.product .proSwiper ul li .item {
  height: 386px;
}
.product .proSwiper ul li .item .pic {
  display: block;
  float: right;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  width: 532px;
  height: 386px;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont {
  float: left;
  width: 360px;
  padding-top: 80px;
}
.product .proSwiper ul li .item .cont .en {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 1px;
  color: #666666;
}
.product .proSwiper ul li .item .cont .bt {
  margin-top: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .cont .line {
  width: 25px;
  height: 3px;
  background-color: #000000;
  border-radius: 2px;
  margin-top: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .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;
}
.product .proSwiper ul li .item .cont .more {
  margin-top: 44px;
  display: block;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 46px;
  background-color: #1ea29d;
  border-radius: 25px;
  line-height: 46px;
  font-weight: bold;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product .proSwiper ul li .item .cont .more i {
  min-width: 4px;
  font-weight: bold;
}
.product .proSwiper ul li .item .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1ea29d;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.product .proSwiper ul li .item .cont .more:hover {
  background: none;
  color: #1ea29d;
}
.product .proSwiper ul li .item .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.product .proSwiper ul li .item:hover .pic {
  border-color: #1ea29d;
}
.product .proSwiper 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);
}
.product .proSwiper ul li .item:hover .cont .bt {
  color: #1ea29d;
}
.product .proSwiper ul li .item:hover .cont .bt::before {
  background-color: #1ea29d;
}
.product .proSwiper ul li .item:hover .cont .line {
  background-color: #1ea29d;
  width: 50px;
}
.product .proList ul {
  margin-right: -34px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  margin-right: 34px;
  margin-top: 40px;
}
.product .proList ul li .item {
  width: 294px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proList ul li .item::after {
  content: "";
  position: absolute;
  background: #1ea29d;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.product .proList ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 196px;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  position: relative;
  overflow: hidden;
  padding: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont {
  height: 86px;
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  position: relative;
  padding-right: 100px;
}
.product .proList ul li .item .cont .en {
  text-transform: uppercase;
  font-family: Arial;
  line-height: 10px;
  color: #666666;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
.product .proList ul li .item .cont .en::before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 5px;
  background-color: #2240f6;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  bottom: -2px;
}
.product .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .cont .more {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 42px;
  width: 97px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #efefef;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 28px;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
}
.product .proList ul li .item .cont .more:hover {
  color: #fff;
  background-color: #1ea29d;
  border-color: #1ea29d;
  box-shadow: 0 10px 10px -5px rgba(30, 162, 157, 0.5);
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover::before {
  width: 80px;
}
.product .proList ul li .item:hover .pic {
  border-color: #1ea29d;
}
.product .proList 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);
}
.product .proList ul li .item:hover .cont .bt {
  color: #1ea29d;
}
.product .proList ul li .item:hover .cont .more {
  color: #fff;
  background-color: #1ea29d;
  border-color: #1ea29d;
}
.product .dotico {
  left: -144px;
  top: 105px;
  z-index: -1;
}
.dotico {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.dotico::before {
  content: "";
  display: block;
  background: url(../images/bgico.png) 0 center no-repeat;
  width: 319px;
  height: 319px;
  -webkit-animation: xz 50s linear infinite;
  animation: xz 50s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
  position: relative;
}
.youshi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 524px;
  height: 100%;
  background: url(../images/yshdbg.png) 0 0 no-repeat;
  pointer-events: none;
}
.youshi .ysBox {
  height: 1030px;
  padding-top: 84px;
}
.youshi .ysTit {
  color: #ffffff;
  line-height: 1;
  font-size: 28px;
  text-align: right;
  height: 91px;
  padding-top: 23px;
  background: url(../images/ystit.png) right center no-repeat;
  font-weight: bold;
  padding-top: 30px;
}
.youshi .ysTabs {
  margin-top: 206px;
}
.youshi .ysCont {
  width: 480px;
  height: 300px;
  position: relative;
  margin-left: 200px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 300px;
}
.youshi .ysCont .bd ul li .item {
  width: 480px;
  height: 300px;
  padding-top: 10px;
  color: #ffffff;
  text-align: right;
}
.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;
}
.youshi .ysCont .bd ul li .item .tit i {
  display: block;
  font-family: Arial;
  font-size: 42px;
  line-height: 32px;
}
.youshi .ysCont .bd ul li .item .tit span {
  margin-top: 27px;
  display: block;
}
.youshi .ysCont .bd ul li .item .tit span em {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  background-color: #1ea29d;
  border-radius: 5px;
  text-align: center;
  line-height: 43px;
  padding: 0 18px 0 22px;
  font-size: 22px;
  letter-spacing: 4px;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 26px;
  font-size: 15px;
  line-height: 36px;
  color: #c5ccda;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .tel {
  margin-top: 175px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
}
.youshi .ysCont .tel::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 28px;
  vertical-align: top;
  margin-right: 12px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysCont .tel span {
  color: #71737d;
}
.youshi .ysCont .tel i {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-weight: bold;
  margin-left: 14px;
  font-size: 24px;
}
.youshi .ysPic {
  position: absolute;
  width: 770px;
  height: 810px;
  bottom: 0;
  right: -200px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 770px;
  height: 810px;
}
.youshi .ysPic .bd ul li {
  width: 770px;
  height: 810px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.youshi .hd {
  position: absolute;
  left: -102px;
  top: 146px;
}
.youshi .hd ul li {
  cursor: pointer;
  position: relative;
  color: #fff;
  height: 58px;
  margin-top: 70px;
}
.youshi .hd ul li:first-child {
  margin-top: 0;
}
.youshi .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  margin-right: 20px;
  top: 18px;
  right: 100%;
  width: 11px;
  height: 2px;
  background-color: #41b4b0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li span {
  display: block;
  font-size: 18px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li em {
  font-family: Arial;
  font-size: 12px;
  display: block;
  line-height: 10px;
  color: #5ebab7;
}
.youshi .hd ul li.on::before {
  width: 87px;
}
.youshi .hd ul li.on span {
  font-weight: bold;
  font-size: 20px;
}
.youshi .hd .tip {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 11px;
  color: #999999;
  margin-top: 53px;
  line-height: 10px;
  padding-right: 27px;
  text-align: right;
}
.youshi .inLx {
  position: relative;
  z-index: 2;
  margin-top: 206px;
  width: 780px;
}
.youshi .inLx::after,
.youshi .inLx:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .inLx .lxL {
  float: left;
}
.youshi .inLx .lxL .tit {
  line-height: 1;
  font-size: 20px;
}
.youshi .inLx .lxL .tit span {
  color: #1ea29d;
}
.youshi .inLx .lxL .tt {
  margin-top: 16px;
}
.youshi .inLx .lxL .tt .ewm {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: url(../images/wxico.png) center center no-repeat;
  background-color: #ebeff2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .inLx .lxL .tt .ewm span {
  display: block;
  position: absolute;
  z-index: 9999;
  left: 110%;
  top: 50%;
  margin-top: -58px;
  width: 116px;
  height: 116px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 8px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.youshi .inLx .lxL .tt .ewm span::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.youshi .inLx .lxL .tt .ewm span img {
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .inLx .lxL .tt .ewm:hover span {
  visibility: initial;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.youshi .inLx .lxL .tt .lyBtn {
  width: 44px;
  height: 44px;
  background-color: #1ea29d;
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  border-radius: 30px;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  line-height: 44px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .inLx .lxL .tt .lyBtn i {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: url(../images/yslyico.png) center center no-repeat;
}
.youshi .inLx .lxL .tt .lyBtn:hover {
  width: 130px;
  box-shadow: 0 10px 10px -5px rgba(30, 162, 157, 0.5);
}
.youshi .inLx .tel {
  float: right;
  text-align: right;
  margin-top: 14px;
}
.youshi .inLx .tel span {
  padding-right: 11px;
  display: block;
}
.youshi .inLx .tel span em {
  display: inline-block;
  vertical-align: top;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #333;
  position: relative;
}
.youshi .inLx .tel span em::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -11px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
  background-color: #333;
  -webkit-animation: loader9g 3s ease-in-out infinite;
  animation: loader9g 3s ease-in-out infinite;
}
.youshi .inLx .tel span em::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 11px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
  background-color: #333;
  -webkit-animation: loader9d 3s ease-in-out infinite;
  animation: loader9d 3s ease-in-out infinite;
}
@-webkit-keyframes loader9g {
  0% {
    left: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes loader9g {
  0% {
    left: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes loader9d {
  0% {
    left: 11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: 11px;
    background-color: [object Object],[object Object];
  }
}
@keyframes loader9d {
  0% {
    left: 11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: 11px;
    background-color: [object Object],[object Object];
  }
}
.youshi .inLx .tel i {
  display: block;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 18px;
}
@media screen and (max-width: 1620px) {
  .youshi::before {
    margin-left: -900px;
  }
  .youshi .hd {
    left: -52px;
  }
}
@media screen and (max-width: 1520px) {
  .youshi::before {
    margin-left: -880px;
  }
  .youshi .hd {
    left: 0;
  }
}
.case {
  padding: 68px 0 90px;
  overflow: hidden;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .titBox .moreLink {
  margin-top: 36px;
}
.case .one {
  position: relative;
  z-index: 1;
}
.case .one::after,
.case .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .one::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 377px;
  top: 0;
  width: 464px;
  height: 464px;
  background-color: #fafafa;
  border-radius: 100%;
}
.case .one .pic {
  float: right;
  display: block;
  width: 690px;
  height: 464px;
  background-color: #fff;
  border: solid 1px #f3f3f3;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .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 .one .cont {
  float: left;
  width: 500px;
  padding-top: 122px;
  position: relative;
  z-index: 1;
}
.case .one .cont .en {
  position: absolute;
  font-family: "Arial Black";
  font-size: 100px;
  line-height: 74px;
  color: #ffffff;
  left: 0;
  top: 125px;
  text-shadow: 1px 0 0 #f2f2f2, -1px 0 0 #f2f2f2, 0 -1px 0 #f2f2f2, 0 1px 0 #f2f2f2;
  z-index: -1;
  text-transform: uppercase;
}
.case .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  margin-top: 4px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .one .cont .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 100%;
  margin-right: 14px;
  position: relative;
  top: -2px;
  margin-left: -20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .one .cont .line {
  width: 204px;
  height: 1px;
  background-color: #000000;
  position: relative;
  margin-left: -152px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1ea29d, #1ea29d);
  background-image: linear-gradient(to right, #1ea29d, #1ea29d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  margin-top: 20px;
  color: #555555;
}
.case .one .cont .more {
  margin-top: 40px;
  display: block;
  text-align: center;
  color: #fff;
  width: 160px;
  height: 46px;
  background-color: #1ea29d;
  border-radius: 25px;
  line-height: 46px;
  font-weight: bold;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.case .one .cont .more i {
  min-width: 4px;
  font-weight: bold;
}
.case .one .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1ea29d;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.case .one .cont .more:hover {
  background: none;
  color: #1ea29d;
}
.case .one .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .one:hover .cont .bt {
  color: #1ea29d;
}
.case .one:hover .cont .line {
  background-size: 100% 100%;
}
.case .caseSwiper {
  position: relative;
  margin-left: 150px;
}
.case .caseSwiper .swiper-container {
  height: 310px;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  height: 310px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item {
  position: relative;
  width: 310px;
  height: 210px;
  background-color: #fff;
  border: solid 1px #f3f3f3;
  overflow: hidden;
  top: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  background-color: rgba(30, 162, 157, 0.8);
  color: #fff;
  left: 0;
  bottom: -50px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseSwiper ul li .item:hover .bt {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseSwiper ul li.swiper-slide-active .item {
  width: 460px;
  height: 310px;
  top: 0;
}
.case .caseSwiper ul li.swiper-slide-next .item {
  left: 112px;
}
.case .caseSwiper ul li.swiper-slide-next + li .item {
  left: 72px;
}
.case .caseSwiper .case-prev {
  position: absolute;
  z-index: 2;
  left: -150px;
  top: 122px;
  width: 67px;
  height: 67px;
  background-color: #1ea29d;
  box-shadow: 0px 20px 38px 0px rgba(30, 162, 157, 0.36);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
}
.case .caseSwiper .case-prev::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/casel.png) center center no-repeat;
}
.case .caseSwiper .case-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .caseEn {
  position: absolute;
  width: 149px;
  height: 56px;
  right: 0;
  bottom: -22px;
  background: url(../images/caseen.png) 0 center no-repeat;
}
.case .dotico {
  left: -46px;
  bottom: -36px;
  top: auto;
}
.about {
  position: relative;
}
.about::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 693px;
  background-color: #f9f9f9;
}
.about .aboutBox {
  height: 693px;
  padding-top: 74px;
}
.about .aboutText {
  width: 658px;
  position: relative;
}
.about .aboutText .tit {
  height: 121px;
  line-height: 1;
  position: relative;
}
.about .aboutText .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 142px;
  background-color: #0f419c;
  top: 158px;
  left: 12px;
}
.about .aboutText .tit::after {
  content: "#";
  display: block;
  position: absolute;
  top: 325px;
  left: 5px;
  line-height: 14px;
  font-weight: bold;
  font-size: 20px;
}
.about .aboutText .tit em {
  display: block;
  font-family: Impact;
  font-size: 148px;
  line-height: 121px;
  opacity: 0.03;
  margin-left: -5px;
}
.about .aboutText .tit span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-top: -62px;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 9px;
  color: #666666;
}
.about .aboutText .text {
  margin-top: 42px;
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  color: #666666;
  margin-left: 58px;
}
.about .aboutText .honor {
  display: block;
  margin-top: 64px;
  margin-left: 28px;
  width: 290px;
  height: 205px;
  position: relative;
}
.about .aboutText .honor img {
  display: block;
  width: 304px;
  height: 201px;
  background: url(../images/honorbg.png) 0 center no-repeat;
  padding: 15px 22px 31px 52px;
  object-fit: contain;
}
.about .aboutText .honor span {
  position: absolute;
  display: block;
  left: 328px;
  top: 40px;
  width: 297px;
  background: url(../images/honoren.png) 0 0 no-repeat;
  padding-top: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor span::before {
  content: "";
  display: block;
  position: absolute;
  width: 81px;
  height: 1px;
  background-color: #41363b;
  top: 36px;
  left: -48px;
}
.about .aboutText .honor span em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.about .aboutText .honor:hover span {
  color: #1ea29d;
}
.about .aboutPic {
  width: 848px;
  height: 560px;
  overflow: hidden;
  position: absolute;
  right: -310px;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  box-shadow: 0 0 20px rgba(30, 162, 157, 0.2);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about .show .hd {
  height: 150px;
}
.about .show .hd::before {
  content: "";
  display: block;
  position: absolute;
  left: -310px;
  top: 0;
  z-index: -1;
  width: 1072px;
  height: 150px;
  background-color: #1ea29d;
}
.about .show .hd ul {
  float: left;
}
.about .show .hd ul::after,
.about .show .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .show .hd ul li {
  width: 250px;
  margin-left: 155px;
  position: relative;
  float: left;
}
.about .show .hd ul li:first-child {
  margin-left: 0;
}
.about .show .hd ul li:first-child::before {
  display: block;
}
.about .show .hd ul li a {
  float: left;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  position: relative;
  height: 150px;
  color: #fff;
  line-height: 150px;
}
.about .show .hd ul li a i {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 38px;
  position: relative;
  margin-right: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .hd ul li a i:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 26px;
  height: 26px;
  background-color: #34b9b4;
  top: 10px;
  left: 8px;
  border-radius: 100%;
}
.about .show .hd ul li a i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.about .show .hd ul li a i.ico1::after {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .show .hd ul li a i.ico2:before {
  left: 16px;
}
.about .show .hd ul li a i.ico2::after {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .show .hd ul li a .cn {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 18px;
}
.about .show .hd ul li a .en {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
  color: #3bb4af;
  line-height: 10px;
  margin-left: 14px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.about .show .hd ul li:hover a i,
.about .show .hd 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;
}
.about .show .hd ul li:hover a .cn,
.about .show .hd ul li.on a .cn {
  font-weight: bold;
}
.about .show .hd .tip {
  float: right;
  line-height: 1;
  padding-top: 64px;
  text-align: right;
}
.about .show .hd .tip .t1 {
  position: relative;
  font-size: 15px;
  margin-right: -15px;
  letter-spacing: 15px;
}
.about .show .hd .tip .t1::after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 1px;
  background-color: #1ea29d;
  border-radius: 1px;
  right: 15px;
  bottom: -10px;
}
.about .show .hd .tip .t2 {
  margin-top: 22px;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #cccccc;
}
.about .showTabs {
  margin-top: 36px;
  overflow: hidden;
  height: 256px;
  position: relative;
}
.about .showTabs::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #eeeeee;
}
.about .showList .bd {
  overflow: hidden;
  height: 256px;
}
.about .showList .bd ul {
  margin-right: -41px;
}
.about .showList .bd ul::after,
.about .showList .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .showList .bd ul li {
  float: left;
  width: 294px;
  margin-right: 41px;
}
.about .showList .bd ul li .item {
  height: 256px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.about .showList .bd ul li .item::after {
  content: "";
  position: absolute;
  background: #1ea29d;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.about .showList .bd ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.about .showList .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 196px;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  position: relative;
  overflow: hidden;
  padding: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about .showList .bd 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;
}
.about .showList .bd ul li .item .bt {
  display: block;
  height: 60px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd ul li .item .bt .s1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: 0;
}
.about .showList .bd ul li .item .bt .s2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-right: 60px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .showList .bd ul li .item .bt .s2:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .showList .bd ul li .item .bt .s2::before {
  content: "More+";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd ul li .item .bt .s2:hover {
  color: #1ea29d;
}
.about .showList .bd ul li .item .bt .s2:hover::before {
  color: #1ea29d;
}
.about .showList .bd ul li .item:hover .pic {
  border-color: #1ea29d;
}
.about .showList .bd 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);
}
.about .showList .bd ul li .item:hover .bt .s1 {
  top: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .showList .bd ul li .item:hover .bt .s2 {
  top: -100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .showList .bd ul li .item:hover .bt .s2::after {
  width: 111px;
}
.about .showList:nth-child(2) ul li .item .pic img {
  object-fit: contain;
}
.news {
  padding: 80px 0;
  overflow: hidden;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 36px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 56px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  width: 165px;
  height: 55px;
  border: solid 1px #c9c9c9;
  line-height: 53px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 53px;
  overflow: hidden;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #1ea29d;
  border-color: #1ea29d;
  color: #fff;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 34px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 700px;
}
.news .newsList {
  overflow: hidden;
  height: 700px;
}
.news .newsList .list1 ul {
  margin-right: -50px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 li {
  float: left;
  width: 400px;
  height: 452px;
  background-color: #f6f6f6;
  border: solid 1px #f6f6f6;
  padding: 0 39px;
  margin-right: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .cont {
  height: 236px;
  padding-top: 44px;
}
.news .newsList .list1 li .cont .date {
  font-family: Arial;
  font-size: 31px;
  line-height: 22px;
  font-weight: bold;
}
.news .newsList .list1 li .cont .date i {
  font-size: 16px;
  color: #999999;
  float: right;
}
.news .newsList .list1 li .cont .date i::before {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #dedede;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  position: relative;
  top: -1px;
}
.news .newsList .list1 li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  margin-top: 32px;
  -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: #888888;
  margin-top: 10px;
}
.news .newsList .list1 li .pic {
  display: block;
  width: 100%;
  height: 175px;
  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:hover {
  border-color: #1ea29d;
  background-color: #fff;
}
.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: #1ea29d;
}
.news .newsList .list2 ul {
  margin-right: -50px;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  width: 400px;
  margin-right: 50px;
  margin-top: 40px;
  height: 84px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #1ea29d;
  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 .date {
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  color: #999999;
}
.news .newsList .list2 ul li .date i {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  vertical-align: bottom;
  line-height: 14px;
  margin-right: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt::before {
  content: "+";
  display: block;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  right: 0;
  top: 0;
  -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 .bt:hover::before {
  right: 5px;
}
.news .newsList .list2 ul li:hover .bt {
  color: #1ea29d;
}
.news .newsList .list2 ul li:hover .bt::before {
  color: #1ea29d;
}
