@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;
  padding-left: 5.2%;
  padding-top: 40px;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 2.6%;
  width: 97.4%;
  background-color: #f7f7f7;
  height: 90%;
}
.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: 2.6%;
  bottom: 130px;
  z-index: 3;
  width: 2.6%;
  text-align: center;
}
.banner .banner-pagination span {
  display: block;
  opacity: 1;
  padding: 0;
  border-radius: 0;
  background: transparent;
  margin: 0 !important;
  cursor: pointer;
  outline: none;
  line-height: 38px;
  font-size: 18px;
  color: #686868;
  position: relative;
  width: 100%;
  height: auto;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: #030000;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  font-weight: bold;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 80%;
}
.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%;
}
.inTop {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 28px;
  padding-bottom: 15px;
}
.inTop .slogan {
  float: left;
  letter-spacing: 2px;
  font-size: 16px;
  padding-left: 29px;
  background: url(../images/slogan.png) 0 center no-repeat;
  line-height: 22px;
}
.inTop .tel {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
.inTop .tel::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 22px;
  margin-right: 8px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.title {
  line-height: 1;
  position: relative;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 80px;
  line-height: 53px;
  height: 53px;
  font-weight: bold;
  position: relative;
}
.title i::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -51px;
  bottom: 3px;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  width: 132px;
  height: 34px;
  background-color: #1ab289;
  border-radius: 17px;
  margin-top: 28px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 22px;
  color: #000000;
}
.moreLink {
  display: block;
  height: 37px;
  line-height: 37px;
  font-family: Impact;
  font-size: 22px;
  z-index: 2;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  min-width: 4px;
}
.moreLink::before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-right: 16px;
  font-size: 26px;
  background-color: #191a1b;
  color: #fff;
  font-family: Arial;
}
.moreLink:hover {
  color: #1ab289;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product {
  padding: 86px 0 80px;
  overflow: hidden;
  position: relative;
}
.product .proBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 1021px;
  height: 288px;
  right: -310px;
  top: 0;
  z-index: -1;
  background: url(../images/probg.jpg) 0 0 no-repeat;
}
.product .hotTabs {
  position: relative;
}
.product .hotTabs .search {
  position: absolute;
  left: 0;
  top: 342px;
  z-index: 2;
  width: 720px;
  height: 112px;
  background-color: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 56px 56px 56px;
  overflow: hidden;
  padding-right: 131px;
  padding-left: 170px;
}
.product .hotTabs .search span {
  position: absolute;
  z-index: 2;
  left: 96px;
  top: 27px;
  width: 74px;
  border-right: 1px solid #eee;
  height: 58px;
  line-height: 58px;
  font-family: Arial;
  font-size: 16px;
}
.product .hotTabs .search .searchInp {
  display: block;
  width: 100%;
  height: 112px;
  line-height: 112px;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotTabs .search .searchInp::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
}
.product .hotTabs .search .searchInp::-moz-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
}
.product .hotTabs .search .searchInp:-ms-input-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
}
.product .hotTabs .search .searchInp:focus::-webkit-input-placeholder,
.product .hotTabs .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .hotTabs .search .searchInp:focus::-moz-placeholder,
.product .hotTabs .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .hotTabs .search .searchInp:focus:-ms-input-placeholder,
.product .hotTabs .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.product .hotTabs .search .submitBtn {
  background: #1ab289 url(../images/searchico.png) center center no-repeat;
  width: 131px;
  height: 112px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotTabs .search .submitBtn:hover {
  background-color: #f65b00;
}
.product .hotTabs .bd {
  overflow: hidden;
  height: 510px;
}
.product .hotTabs .bd ul li {
  height: 510px;
  position: relative;
}
.product .hotTabs .bd ul li::after,
.product .hotTabs .bd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .hotTabs .bd ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 150px;
  left: 465px;
  width: 52px;
  height: 52px;
  background: url(../images/zan.png) center center no-repeat;
  background-color: #f65b00;
  border-radius: 100%;
}
.product .hotTabs .bd ul li .pic {
  display: block;
  float: right;
  width: 712px;
  height: 510px;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotTabs .bd 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;
}
.product .hotTabs .bd ul li .cont {
  float: left;
  width: 402px;
  padding-top: 90px;
}
.product .hotTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .hotTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #666666;
  margin-top: 8px;
}
.product .hotTabs .bd ul li .cont .more {
  display: inline-block;
  vertical-align: top;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  line-height: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotTabs .bd ul li .cont .more::before {
  content: "";
  width: 67px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -1px;
}
.product .hotTabs .bd ul li .cont .more i {
  font-weight: bold;
  min-width: 4px;
}
.product .hotTabs .bd ul li .cont .more:hover {
  color: #1ab289;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .hotTabs .bd ul li .cont .more:hover::before {
  background-color: #1ab289;
}
.product .hotTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .hotTabs .bd ul li:hover .cont .bt {
  color: #1ab289;
}
.product .hotTabs .hd {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
.product .hotTabs .hd ul li {
  float: left;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 7px;
  margin-right: 8px;
  font-size: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotTabs .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hdli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotTabs .hd ul li.on {
  background-color: #000000;
}
.product .hotTabs .hd ul li.on::before {
  opacity: 0;
}
.product .proNav {
  margin: 40px -55px 0;
  position: relative;
  overflow: hidden;
  width: 1410px;
  border-radius: 50px;
}
.product .proNav::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 50px;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  padding: 0 55px;
}
.product .proNav ul li {
  position: relative;
  z-index: 1;
}
.product .proNav ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -109px;
  top: -218px;
  width: 218px;
  height: 218px;
  background-color: #1ab289;
  opacity: 0.05;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 100px;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-color: #1ab289;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.product .proNav ul li:hover::before,
.product .proNav ul li.on::before {
  top: -118px;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  font-weight: bold;
  font-size: 18px;
  color: #1ab289;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  top: 18px;
  opacity: 1;
}
.product .proSwiper {
  margin-top: 44px;
}
.product .proSwiper::after,
.product .proSwiper:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper ul {
  margin-right: -68px;
}
.product .proSwiper ul li {
  float: left;
  width: 388px;
  margin-right: 68px;
}
.product .proSwiper ul li .item {
  overflow: hidden;
  position: relative;
  height: 368px;
  background-color: #f8f8f8;
  padding: 26px 26px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont {
  height: 102px;
  position: relative;
  padding-right: 132px;
}
.product .proSwiper ul li .item .cont::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 14px;
  left: 0;
  top: 54px;
  background: url(../images/proli.png) 0 center no-repeat;
}
.product .proSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .more {
  display: block;
  position: absolute;
  line-height: 60px;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 14px;
  font-family: "Times New Roman", Times;
  color: #666666;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .more::before {
  content: "";
  width: 67px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .more i {
  min-width: 4px;
  font-weight: bold;
}
.product .proSwiper ul li .item:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(26, 178, 137, 0.5) inset;
}
.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 .bt {
  color: #1ab289;
}
.product .proSwiper ul li .item:hover .more {
  color: #1ab289;
}
.product .proSwiper ul li .item:hover .more::before {
  background-color: #1ab289;
}
.product .bgico {
  position: absolute;
  background: url(../images/icobg.png) 0 center no-repeat;
  width: 335px;
  height: 335px;
  left: -278px;
  bottom: -313px;
  z-index: -1;
}
.characteristic {
  background-color: #f7f7f7;
  padding: 146px 0 76px;
  position: relative;
}
.characteristic .tsbg {
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  height: 850px;
  background: url(../images/tsbg.png) center 0 no-repeat;
  pointer-events: none;
}
.characteristic .tsBox {
  z-index: 2;
}
.characteristic .tsBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 30px;
  right: 0;
  background: url(../images/tsdot.png) 0 center no-repeat;
}
.characteristic .tsTit i {
  display: block;
  margin-left: -42px;
}
.characteristic .tsTit i img {
  display: inline-block;
  vertical-align: top;
}
.characteristic .tsTit span {
  display: block;
  text-align: center;
  width: 132px;
  height: 34px;
  background-color: #ffb486;
  border-radius: 17px;
  margin-top: 28px;
  line-height: 34px;
  font-size: 22px;
  color: #000000;
}
.characteristic .tsList {
  margin-top: 90px;
}
.characteristic .tsList ul {
  display: flex;
  justify-content: space-between;
}
.characteristic .tsList ul li {
  float: left;
  width: 285px;
}
.characteristic .tsList ul li .item {
  position: relative;
}
.characteristic .tsList ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.characteristic .tsList ul li .item i {
  width: 77px;
  height: 118px;
  position: absolute;
  left: -2px;
  top: 72px;
  pointer-events: none;
  z-index: 2;
}
.characteristic .tsList ul li .item i.num1 {
  background: url(../images/ts1.png) 0 0 no-repeat;
}
.characteristic .tsList ul li .item i.num2 {
  background: url(../images/ts2.png) 0 0 no-repeat;
}
.characteristic .tsList ul li .item i.num3 {
  background: url(../images/ts3.png) 0 0 no-repeat;
}
.characteristic .tsList ul li .item .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.characteristic .tsList ul li .item .text {
  font-size: 14px;
  line-height: 36px;
  margin-top: 105px;
  margin-left: 32px;
  height: 108px;
  margin-left: 85px;
}
.characteristic .tsList ul li .item::after {
  content: "";
  display: block;
  width: 16px;
  height: 61px;
  margin-top: 40px;
  margin-left: 36px;
  background: url(../images/tsli.png) 0 0 no-repeat;
}
.characteristic .tsList ul li .item:hover .tit {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #1ab289;
}
.characteristic .tsList ul li .item:hover .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.characteristic .tsList ul li:nth-child(2) {
  margin-top: -80px;
}
.characteristic .tsList ul li:nth-child(3) {
  margin-top: -160px;
}
.youshi {
  background: url(../images/ysbg.jpg) center bottom no-repeat;
}
.youshi .ysBox {
  height: 899px;
  padding-top: 40px;
}
.youshi .ysTabs .hd {
  width: 140px;
  margin-top: 198px;
}
.youshi .ysTabs .hd ul li {
  cursor: pointer;
  margin-top: 90px;
  height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000000;
  left: 0;
  top: -50px;
  pointer-events: none;
}
.youshi .ysTabs .hd ul li:first-child {
  margin-top: 0;
}
.youshi .ysTabs .hd ul li:first-child::before {
  display: none;
}
.youshi .ysTabs .hd ul li span {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
}
.youshi .ysTabs .hd ul li i {
  margin-top: 9px;
  font-family: Arial;
  font-size: 12px;
  color: #999999;
  line-height: 10px;
}
.youshi .ysTabs .hd ul li.on {
  color: #1ab289;
}
.youshi .ysTabs .hd ul li.on i:before,
.youshi .ysTabs .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysTabs .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 .ysPic {
  position: absolute;
  z-index: 2;
  right: -210px;
  top: 0;
}
.youshi .ysPic .bd {
  width: 948px;
  height: 663px;
  overflow: hidden;
  background-color: #fff;
}
.youshi .ysPic .bd ul li {
  overflow: hidden;
  width: 948px;
  height: 663px;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.youshi .ysCont {
  position: absolute;
  top: 710px;
  right: -134px;
  width: 532px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  width: 532px;
  height: 180px;
}
.youshi .ysCont .bd ul li .item {
  overflow: hidden;
  height: 180px;
  padding-top: 10px;
  line-height: 30px;
  color: #666666;
}
.youshi .ysCont .bd ul li .item::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  background-color: #434343;
  margin-bottom: 18px;
  -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:hover::before {
  width: 50px;
  background-color: #1ab289;
}
.youshi .ysimg {
  position: absolute;
  width: 523px;
  height: 366px;
  right: -310px;
  background: url(../images/ysimg.png) 0 center no-repeat;
  top: -239px;
  -webkit-animation: ysimg 15s linear infinite;
  animation: ysimg 15s linear infinite;
  -webkit-transform-origin: 30% 100%;
  -moz-transform-origin: 30% 100%;
  -o-transform-origin: 30% 100%;
  -ms-transform-origin: 30% 100%;
  transform-origin: 30% 100%;
}
@keyframes ysimg {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.youshi .number {
  z-index: 3;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 410px;
  top: 467px;
  background: url(../images/numbg.jpg) center 0 no-repeat;
  color: #fff;
  padding-left: 62px;
  padding-top: 104px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .number h4 {
  font-family: "BodoniBT", "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 70px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 5px;
}
.youshi .number h4 i {
  font-weight: bold;
}
.youshi .number p {
  line-height: 1;
  font-size: 18px;
  margin-top: 24px;
  margin-left: 6px;
}
.case {
  padding: 85px 0;
}
.case .caseTit .title {
  float: left;
}
.case .caseTit .tel {
  float: right;
  margin-top: 16px;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  height: 65px;
  background-color: #f7f7f7;
  border-radius: 33px 0px 33px 33px;
  line-height: 65px;
  padding: 0 38px;
  position: relative;
}
.case .caseTit .tel::after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 11px;
  width: 26px;
  height: 26px;
  border: solid 6px #1ab289;
  opacity: 0.34;
  border-radius: 100%;
}
.case .caseTit .tel::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.case .caseList ul {
  margin-right: -50px;
}
.case .caseList ul::after,
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  margin-top: 34px;
  width: 400px;
  margin-right: 50px;
}
.case .caseList ul li .pic {
  display: block;
  height: 264px;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  padding: 11px 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.case .caseList 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 ul li .cont {
  margin: 24px 5px 0;
  overflow: hidden;
  position: relative;
}
.case .caseList ul li .cont .more {
  display: block;
  right: -112px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 0;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .cont .more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 1px;
  background-color: #000000;
  margin-right: 30px;
  position: relative;
  top: -1px;
}
.case .caseList ul li .cont .more i {
  font-weight: bold;
  min-width: 4px;
}
.case .caseList ul li .cont .more:hover {
  color: #1ab289;
}
.case .caseList ul li .cont .more:hover::before {
  background-color: #1ab289;
}
.case .caseList ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  margin-right: 50px;
}
.case .caseList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
  margin-top: 2px;
  line-height: 24px;
  height: 24px;
}
.case .caseList 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 ul li:hover .cont .bt {
  color: #1ab289;
  margin-right: 160px;
}
.case .caseList ul li:hover .cont .bt::before {
  background-color: #1ab289;
}
.case .caseList ul li:hover .cont .more {
  right: 0;
}
.case .caseAlbum {
  float: right;
  width: 258px;
}
.case .case-albumSwiper {
  height: 622px;
}
.case .case-albumSwiper ul li {
  height: 174px;
}
.case .case-albumSwiper ul li a {
  display: block;
  height: 174px;
  position: relative;
  overflow: hidden;
}
.case .case-albumSwiper ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-albumSwiper ul li:hover a img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseTip {
  position: relative;
  margin-top: 32px;
  padding-top: 16px;
  padding-right: 24px;
  background: url(../images/casetip.png) right 0 no-repeat;
  text-align: right;
}
.case .caseTip .t1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.case .caseTip .t1 span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #181818;
  padding-bottom: 11px;
}
.case .caseTip .t2 {
  font-size: 12px;
  line-height: 18px;
  color: #dadada;
  margin-top: 18px;
}
.case .caseNum {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 40px;
  line-height: 16px;
  font-size: 20px;
  font-family: Impact;
  color: #999999;
}
.case .caseNum i {
  color: #1ab289;
  font-size: 74px;
  line-height: 61px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
}
.case .caseNum i::before {
  content: "0";
}
.case .caseNum span::before {
  content: "/0 ";
}
.case .caseEn {
  position: absolute;
  left: -142px;
  bottom: 0;
  font-family: Impact;
  font-size: 172px;
  line-height: 142px;
  color: #687faf;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
  text-transform: uppercase;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  z-index: 1;
}
.about .aboutText {
  height: 482px;
}
.about .aboutText .aboutL {
  float: left;
  width: 482px;
  padding-top: 86px;
  padding-right: 82px;
  border-right: 1px solid #eaeaea;
}
.about .aboutText .aboutL .tit {
  margin-top: 70px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .aboutL .tit::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #1ab289;
  margin-top: 14px;
}
.about .aboutText .aboutL .tip {
  margin-top: 7px;
}
.about .aboutText .aboutL .tip .t1 {
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 3px;
  color: #666666;
}
.about .aboutText .aboutL .tip .t2 {
  font-family: "Arial Narrow", Arial;
  font-size: 12px;
  color: #cccccc;
  line-height: 20px;
  margin-top: 2px;
}
.about .aboutText .aboutR {
  float: right;
  width: 482px;
  width: 768px;
  padding-top: 78px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  font-size: 15px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .aLink {
  margin-top: 25px;
}
.about .aboutText .aLink ul::after,
.about .aboutText .aLink ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .aLink ul li {
  float: left;
  margin-left: 56px;
}
.about .aboutText .aLink ul li:first-child {
  margin-left: 0;
}
.about .aboutText .aLink ul li a {
  display: block;
  width: 192px;
  height: 192px;
  border: solid 1px rgba(219, 219, 219, 0.3);
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  padding-top: 56px;
}
.about .aboutText .aLink ul li a em {
  display: block;
  width: 42px;
  height: 40px;
  margin: auto;
  position: relative;
}
.about .aboutText .aLink ul li a em::before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  background-color: #1ab289;
  opacity: 0.2;
  border-radius: 100%;
  left: -11px;
  top: -11px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.about .aboutText .aLink ul li a i:before,
.about .aboutText .aLink 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;
}
.about .aboutText .aLink ul li a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico1:after {
  background: url(../images/alinkico1h.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2:after {
  background: url(../images/alinkico2h.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico3:before {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico3:after {
  background: url(../images/alinkico3h.png) center center no-repeat;
}
.about .aboutText .aLink ul li a span {
  display: block;
  line-height: 1;
  font-weight: bold;
  margin-top: 24px;
  font-size: 18px;
}
.about .aboutText .aLink ul li.on a,
.about .aboutText .aLink ul li:hover a {
  border-color: #1ab289;
  background-color: #1ab289;
  color: #ffffff;
}
.about .aboutText .aLink ul li.on a em::before,
.about .aboutText .aLink ul li:hover a em::before {
  background-color: #ffffff;
  opacity: 0.51;
}
.about .aboutText .aLink ul li.on a i:before,
.about .aboutText .aLink ul li:hover a i:before,
.about .aboutText .aLink ul li.on a i:after,
.about .aboutText .aLink ul li:hover a i:after {
  top: -100%;
}
.about .aboutText .aLink ul li.li2 a em::before {
  left: auto;
  right: -11px;
  top: auto;
  bottom: -8px;
}
.about .aboutText .aLink ul li.li3 a em::before {
  left: auto;
  right: -11px;
}
.about .aboutPic {
  margin-left: -208px;
  overflow: hidden;
  width: 1509px;
  height: 540px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .honor {
  width: 233px;
  height: 335px;
  position: absolute;
  background: url(../images/honorbg.jpg) 0 center no-repeat;
  padding: 12px;
  right: -1px;
  bottom: 0;
  z-index: 4;
}
.about .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news {
  background: url(../images/newsbg.jpg) center bottom no-repeat;
  overflow: hidden;
  padding-top: 80px;
}
.news .newsTab {
  float: left;
  width: 140px;
  margin-left: -3px;
}
.news .newsTab ul {
  margin-top: 55px;
  height: 566px;
  border-right: 1px solid #ddd;
}
.news .newsTab ul li {
  position: relative;
  margin-top: 36px;
}
.news .newsTab ul li:first-child {
  margin-top: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #181f2b;
  margin-right: 22px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.news .newsTab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2px;
  width: 2px;
  height: 0;
  background-color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #1ab289;
  font-weight: bold;
  font-size: 18px;
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  height: 36px;
}
.news .newsTabs {
  width: 1034px;
  float: right;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.news .newsTabs::before {
  content: "";
  display: block;
  position: absolute;
  width: 1472px;
  height: 1px;
  background-color: #f3f3f3;
  z-index: -1;
  left: -128px;
  top: 230px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 602px;
}
.news .newsList {
  overflow: hidden;
  height: 602px;
}
.news .newsHot {
  position: relative;
}
.news .newsHot .hd {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}
.news .newsHot .hd ul li {
  float: left;
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 7px;
  margin-left: 8px;
  font-size: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hdli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .hd ul li.on {
  background-color: #000000;
}
.news .newsHot .hd ul li.on::before {
  opacity: 0;
}
.news .newsHot .newsBd {
  height: 272px;
  overflow: hidden;
}
.news .newsHot .newsBd ul li {
  height: 272px;
  position: relative;
}
.news .newsHot .newsBd ul li::after,
.news .newsHot .newsBd ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsHot .newsBd ul li .pic {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 470px;
  height: 272px;
  background-color: #fafafa;
  border: solid 2px #e6e6e6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .newsBd 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 .newsHot .newsBd ul li .cont {
  float: right;
  width: 508px;
  padding-top: 10px;
}
.news .newsHot .newsBd ul li .cont .date {
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-size: 30px;
  line-height: 22px;
  font-weight: bold;
}
.news .newsHot .newsBd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .newsBd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsHot .newsBd ul li .cont .line {
  width: 18px;
  height: 2px;
  background-color: #1ab289;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .newsBd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 8px;
}
.news .newsHot .newsBd ul li .cont .more {
  display: inline-block;
  vertical-align: top;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 39px;
  line-height: 32px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .newsBd ul li .cont .more::before {
  content: "";
  width: 67px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -1px;
}
.news .newsHot .newsBd ul li .cont .more i {
  font-weight: bold;
  min-width: 4px;
}
.news .newsHot .newsBd ul li .cont .more:hover {
  color: #1ab289;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsHot .newsBd ul li .cont .more:hover::before {
  background-color: #1ab289;
}
.news .newsHot .newsBd 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 .newsHot .newsBd ul li:hover .cont .bt {
  color: #1ab289;
}
.news .newsHot .newsBd ul li:hover .cont .line {
  width: 40px;
}
.news .list ul {
  margin-right: -50px;
}
.news .list ul::after,
.news .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list ul li {
  float: left;
  width: 311px;
  margin-right: 50px;
  margin-top: 40px;
  padding-top: 10px;
}
.news .list ul li .date {
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .date i {
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 34px;
  margin-right: 7px;
  line-height: 25px;
}
.news .list ul li .line {
  width: 104px;
  height: 1px;
  background-color: #1ab289;
  margin-top: 21px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li::after {
  content: "...";
  display: block;
  line-height: 30px;
}
.news .list ul li:hover .date {
  color: #1ab289;
}
.news .list ul li:hover .line {
  width: 100%;
}
.news .list ul li:hover .bt {
  color: #1ab289;
}
