@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: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #04b277 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: #04b277;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title::before {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  left: -26px;
  z-index: -1;
  bottom: 0;
  height: 220px;
  background: url(../images/titbg.png) 0 0 repeat-y;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  min-height: 62px;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 28px;
  margin-top: 18px;
}
.moreLink {
  display: block;
  width: 194px;
  height: 52px;
  background-color: #ffffff;
  border: solid 1px #a0a0a0;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  min-width: 6px !important;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/morear.png) 0 center no-repeat;
  width: 14px;
  height: 17px;
  margin-left: 30px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  border-color: #04b277;
  background-color: #04b277;
  box-shadow: 0 10px 10px -5px rgba(4, 178, 119, 0.5);
  color: #fff;
}
.moreLink:hover::after {
  filter: grayscale(100) brightness(5);
}
.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: 12px;
}
.product {
  overflow: hidden;
  padding: 72px 0 80px;
}
.product .proNav::after,
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
  padding-top: 38px;
}
.product .proNav ul {
  float: right;
  width: 1014px;
  height: 156px;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.product .proNav ul li {
  float: left;
}
.product .proNav ul li a {
  display: block;
  width: 185px;
  height: 156px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 42px;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: #04b277;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
}
.product .proNav ul li a i {
  display: block;
  font-family: Impact;
  font-size: 36px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 22px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  padding: 0 5px;
}
.product .proNav ul li a em {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a em::before {
  content: "+";
}
.product .proNav ul li a:hover {
  color: #04b277;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  color: #fff;
  padding-top: 22px;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  height: 194px;
  top: -18px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav ul li:hover a em,
.product .proNav ul li.on a em {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proList {
  margin-top: 20px;
}
.product .proList ul {
  margin-right: -40px;
}
.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;
  width: 400px;
  margin-right: 40px;
  margin-top: 40px;
}
.product .proList ul li .item {
  height: 375px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  padding: 19px 19px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  width: 125px;
  height: 2px;
  background-color: #333333;
  bottom: -1px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  -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 {
  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 .proList ul li .item .tt {
  position: relative;
  padding-right: 70px;
  height: 84px;
  line-height: 84px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 84px;
  line-height: 84px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #999999;
  position: relative;
  border-radius: 100%;
  top: -2px;
  margin-right: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  color: #04b277;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .more:hover {
  color: #04b277;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item:hover {
  box-shadow: 3px 10px 20px rgba(4, 178, 119, 0.2);
}
.product .proList ul li .item:hover::after {
  background-color: #04b277;
  right: 0;
  width: 100%;
}
.product .proList ul li .item:hover .pic {
  border-color: #04b277;
}
.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 .tt {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product .proList ul li .item:hover .bt::before {
  background-color: #04b277;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 780px;
  padding-top: 98px;
}
.youshi .ysTit {
  line-height: 1;
}
.youshi .ysTit em {
  display: block;
  font-size: 22px;
}
.youshi .ysTit em span {
  color: #04b277;
}
.youshi .ysTit i {
  display: block;
  height: 87px;
  margin-top: 23px;
}
.youshi .ysTit i img {
  display: inline-block;
  vertical-align: top;
}
.youshi .tel {
  margin-top: 86px;
}
.youshi .tel span {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 16px;
}
.youshi .tel span::before {
  content: "";
  display: block;
  position: absolute;
  width: 73px;
  height: 1px;
  background-color: #333333;
  opacity: 0.5;
  left: 0;
  bottom: -12px;
}
.youshi .tel i {
  display: block;
  font-family: Impact;
  font-size: 30px;
  line-height: 24px;
  margin-top: 36px;
}
.youshi .ysTabs {
  margin-top: 70px;
}
.youshi .ysCont {
  height: 420px;
}
.youshi .ysCont .bd {
  width: 814px;
  height: 250px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  width: 814px;
  height: 250px;
  position: relative;
  background: url(../images/ysli.png) 0 0 no-repeat;
  padding-top: 80px;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.youshi .ysCont .bd ul li:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #04b277;
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .ysTt::after,
.youshi .ysCont .ysTt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .ysTt .tel {
  float: left;
  position: relative;
  padding-left: 60px;
  line-height: 1;
}
.youshi .ysCont .ysTt .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 44px;
  height: 44px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysCont .ysTt .tel span {
  display: block;
  color: #888888;
}
.youshi .ysCont .ysTt .tel i {
  display: block;
  margin-top: 10px;
  font-family: Impact;
  font-size: 28px;
  line-height: 22px;
}
.youshi .ysCont .ysTt .ewm {
  float: left;
  margin-left: 46px;
  background-color: #229049;
  width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .ysTt .ewm .ewmimg {
  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 .ysCont .ysTt .ewm .ewmimg::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 .ysCont .ysTt .ewm .ewmimg img {
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .ysCont .ysTt .ewm:hover .ewmimg {
  visibility: initial;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.youshi .ysPic {
  position: absolute;
  left: 478px;
  top: 152px;
  z-index: 2;
  width: 385px;
  height: 385px;
  background-color: #04b277;
  border-radius: 100%;
}
.youshi .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  left: 308px;
  top: 348px;
  width: 31px;
  height: 31px;
  border: solid 1px #00a271;
  opacity: 0.5;
  border-radius: 100%;
}
.youshi .ysPic::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #04b277;
  top: 392px;
  left: 328px;
  border-radius: 100%;
}
.youshi .ysPic .bd {
  width: 385px;
  height: 385px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  top: 9px;
  right: 13px;
}
.youshi .ysPic .bd ul li {
  width: 385px;
  height: 385px;
  overflow: hidden;
}
.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.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .hd {
  position: absolute;
  right: -50px;
  top: 104px;
}
.youshi .hd ul li {
  width: 302px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding-left: 122px;
  height: 42px;
  margin-top: 132px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li:first-child {
  margin-top: 0;
  right: 130px;
}
.youshi .hd ul li:nth-child(2) {
  right: 40px;
}
.youshi .hd ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000000;
  left: -20px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 60px;
  font-family: "Times New Roman", Times;
  line-height: 42px;
  font-weight: bold;
}
.youshi .hd ul li h4 {
  font-size: 20px;
  line-height: 1;
}
.youshi .hd ul li p {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 10px;
  color: #ebf4f1;
}
.youshi .hd ul li:hover h4 {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .hd ul li:hover p {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.youshi .hd ul li:hover::after,
.youshi .hd ul li.on::after {
  width: 30px;
  left: -47px;
}
.youshi .hd ul li:hover::before,
.youshi .hd ul li.on::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.case {
  padding: 105px 0 80px;
  overflow: hidden;
}
.case .titBox .title {
  float: left;
}
.case .titBox .tel {
  float: right;
  margin-top: 2px;
  text-align: right;
}
.case .titBox .tel span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.case .titBox .tel span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.case .titBox .tel i {
  display: block;
  font-weight: bold;
  border-top: 1px solid #333;
  margin-top: 16px;
  font-family: Arial;
  font-size: 24px;
  padding-top: 18px;
  line-height: 18px;
}
.case .caseList {
  margin-top: 40px;
}
.case .caseList::after,
.case .caseList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper {
  position: relative;
  float: left;
  width: 520px;
  height: 640px;
}
.case .caseSwiper ul {
  margin-right: -10px;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 640px;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 395px;
  background-color: #f8f8f8;
  padding: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.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 .cont {
  position: relative;
  padding-top: 45px;
  padding-right: 10px;
}
.case .caseSwiper ul li .item .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .num {
  font-family: Impact;
  font-size: 36px;
  line-height: 28px;
  left: 10px;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .num::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 165px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #04b277, #04b277);
  background-image: linear-gradient(to right, #04b277, #04b277);
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 180px;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont p {
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 20px;
}
.case .caseSwiper 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);
}
.case .caseSwiper ul li .item:hover .cont .num {
  color: #04b277;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .caseSwiper ul li .item:hover .cont .num::before {
  background-size: 100% 100%;
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #04b277;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.case .caseSwiper .case-pagination {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 14px;
  font-size: 0;
}
.case .caseSwiper .case-pagination span {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  border: solid 1px #aaaaaa;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .case-pagination span.swiper-pagination-bullet-active {
  background-color: #04b277;
}
.case .caseSwiper .case-next {
  position: absolute;
  width: 110px;
  height: 40px;
  background-color: #04b277;
  border-radius: 20px;
  right: 10px;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.case .caseSwiper .case-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #04b277;
  border-radius: 18px;
  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 .caseSwiper .case-next::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  font-family: "SimSun", "宋体";
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .case-next:hover {
  background: none;
  color: #04b277;
  box-shadow: 0 10px 10px -5px rgba(4, 178, 119, 0.5);
}
.case .caseSwiper .case-next:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .caseSwiper .case-next:hover::after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.case .list {
  float: right;
  margin-top: -18px;
  width: 720px;
  margin-bottom: -23px;
}
.case .list ul {
  margin-right: -40px;
}
.case .list ul::after,
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list ul li {
  float: left;
  width: 340px;
  margin-right: 40px;
  margin-top: 18px;
}
.case .list ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 260px;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .list 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;
}
.case .list ul li .item .tt {
  height: 62px;
  line-height: 62px;
  position: relative;
  padding-right: 80px;
  padding-left: 10px;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.case .list ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .list ul li .item .tt .more {
  position: absolute;
  right: 10px;
  top: 6px;
  text-transform: uppercase;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .list ul li .item .tt .more:hover {
  color: #04b277;
  border-bottom-color: #04b277;
}
.case .list ul li .item:hover .pic {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(4, 178, 119, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .list 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);
}
.case .list ul li .item:hover .tt {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .list ul li .item:hover .tt .bt {
  color: #04b277;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.about .aboutBox {
  height: 704px;
}
.about .aboutText {
  margin-left: 465px;
  position: relative;
  padding-top: 105px;
}
.about .aboutText .honor {
  width: 225px;
  height: 170px;
  display: block;
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 2;
  background: url(../images/honorbg.png) 0 0 no-repeat;
  padding: 16px;
}
.about .aboutText .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText .title {
  margin-right: 298px;
  text-align: right;
}
.about .aboutText .title::before {
  left: auto;
  right: -28px;
}
.about .aboutText .aboutTit {
  line-height: 1;
  margin-top: 70px;
}
.about .aboutText .aboutTit span {
  font-size: 22px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .aboutTit i {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  margin-left: 14px;
  color: #999999;
}
.about .aboutText .text {
  font-size: 14px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 34px;
  height: 136px;
  color: #666666;
  margin-top: 22px;
}
.about .aboutText .more {
  display: block;
  margin-top: 30px;
  width: 125px;
  height: 40px;
  background-color: #00a271;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #04b277;
  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;
}
.about .aboutText .more:hover {
  background: none;
  color: #04b277;
  box-shadow: 0 10px 10px -5px rgba(4, 178, 119, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutPic {
  position: absolute;
  left: -320px;
  top: 0;
  width: 643px;
  height: 704px;
}
.about .aboutPic .pic {
  width: 643px;
  height: 704px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 5px 20px rgba(4, 178, 119, 0.3);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .show {
  margin-top: 40px;
  margin-bottom: 60px;
  z-index: 2;
}
.about .show .hd {
  position: absolute;
  height: 100px;
  left: 465px;
  top: -140px;
  width: 815px;
}
.about .show .hd::after,
.about .show .hd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .show .hd ul {
  display: flex;
  justify-content: space-between;
}
.about .show .hd ul li {
  float: left;
}
.about .show .hd ul li a {
  float: left;
  display: block;
  position: relative;
  width: 260px;
  height: 100px;
  border-bottom: solid 1px #dedede;
  padding-top: 35px;
  padding-left: 110px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .hd ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #04b277;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .show .hd ul li a i {
  position: absolute;
  left: 52px;
  top: 27px;
  display: block;
  width: 34px;
  height: 34px;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .hd ul li a i::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #00a271;
  border-radius: 100%;
  left: -4px;
  top: -4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .hd ul li a i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .hd ul li a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .show .hd ul li a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .show .hd ul li a i.ico3:before {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .show .hd ul li a span {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.about .show .hd ul li a em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  line-height: 8px;
}
.about .show .hd ul li:hover a,
.about .show .hd ul li.on a {
  background-color: rgba(0, 162, 113, 0.05);
}
.about .show .hd ul li:hover a::before,
.about .show .hd ul li.on a::before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .show .hd ul li:hover a i::before,
.about .show .hd ul li.on a i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .show .hd .showA:hover::after {
  opacity: 1;
  right: -64px;
}
.about .show .hd .showA:hover b {
  background-image: url(../images/alinkarh.png);
}
.about .showTabs {
  overflow: hidden;
  height: 274px;
  position: relative;
}
.about .showList .bd {
  height: 274px;
  overflow: hidden;
}
.about .showList .bd ul {
  margin-right: -40px;
}
.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 {
  width: 290px;
  height: 274px;
  margin-right: 40px;
}
.about .showList .bd ul li .item {
  height: 272px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 220px;
  border: 5px solid #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showList .bd 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;
}
.about .showList .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.about .showList .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .showList .bd ul li .item .bt::before {
  content: "------";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.about .showList .bd ul li .item .bt::after {
  content: "------";
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.about .showList .bd ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 60%;
}
.about .showList .bd ul li .item:hover .pic {
  border-color: #04b277;
}
.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 {
  color: #04b277;
}
.news {
  padding: 0 0 80px;
  overflow: hidden;
}
.news .newsTab {
  position: relative;
  height: 220px;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 13px;
  width: 1587px;
  height: 220px;
  background-color: #00a271;
}
.news .newsTab .title {
  float: left;
  padding-left: 29px;
  padding-top: 57px;
}
.news .newsTab .title::before {
  top: 0;
  left: 0;
}
.news .newsTab .title span {
  color: #fff;
}
.news .newsTab ul {
  float: right;
  margin-top: 80px;
  margin-right: -46px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 40px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 210px;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left 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: 36px;
  margin-right: 15px;
  margin-left: -3px;
  height: 52px;
  overflow: hidden;
  -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 a span {
  font-size: 18px;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-size: 100% 100%;
  background-color: #ffffff;
  color: #04b277;
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
}
.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: 50px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 540px;
}
.news .newsList {
  overflow: hidden;
  height: 540px;
}
.news .newsHot {
  float: left;
  width: 535px;
  overflow: hidden;
  position: relative;
}
.news .newsHot .bd {
  width: 535px;
  height: 540px;
  overflow: hidden;
}
.news .newsHot .bd ul li {
  width: 535px;
  height: 540px;
  overflow: hidden;
}
.news .newsHot .bd ul li .pic {
  display: block;
  width: 100%;
  height: 380px;
  background-color: #fff;
  border: solid 1px #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .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;
}
.news .newsHot .bd ul li .cont {
  position: relative;
  padding-top: 20px;
}
.news .newsHot .bd ul li .cont .tt {
  position: relative;
  padding-right: 125px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsHot .bd ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .bd ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsHot .bd ul li .cont .tt .date {
  position: absolute;
  right: 0;
  width: 115px;
  height: 25px;
  background-color: #f8f8f8;
  border-radius: 13px;
  text-align: center;
  top: 8px;
  line-height: 25px;
}
.news .newsHot .bd ul li .cont .tt .date span {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.news .newsHot .bd ul li .cont .tt .date i {
  display: inline-block;
  vertical-align: top;
  color: #666666;
}
.news .newsHot .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 16px;
  color: #999999;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsHot .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);
}
.news .newsHot .bd ul li:hover .cont .tt {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.news .newsHot .bd ul li:hover .cont .tt .bt {
  color: #04b277;
}
.news .newsHot .bd ul li:hover .cont p {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.news .newsHot .news-next {
  position: absolute;
  width: 110px;
  height: 40px;
  background-color: #00a271;
  left: 0;
  top: 340px;
  z-index: 3;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsHot .news-next::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  font-family: "SimSun", "宋体";
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}
.news .newsHot .news-next:hover {
  box-shadow: 0 10px 10px -5px rgba(4, 178, 119, 0.5);
}
.news .list {
  float: right;
  width: 706px;
}
.news .list ul li {
  height: 120px;
  position: relative;
  margin-top: 20px;
  padding-left: 190px;
  padding-right: 108px;
  padding-top: 8px;
}
.news .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 58px;
  background-color: #dedede;
  top: 30px;
  right: 80px;
}
.news .list ul li:first-child {
  margin-top: 0;
}
.news .list ul li .pic {
  display: block;
  width: 160px;
  height: 120px;
  background-color: #fff;
  border: solid 1px #f8f8f8;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .date {
  position: absolute;
  top: 30px;
  right: 0;
  text-align: center;
  font-family: Arial;
}
.news .list ul li .date span {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .date i {
  display: block;
  color: #666666;
  line-height: 12px;
  margin-top: 15px;
  font-size: 14px;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 8px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .list ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .list ul li:hover .bt {
  color: #04b277;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .list ul li:hover p {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .list ul li:hover .date span {
  color: #04b277;
}
