@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-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%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 100px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #00a046 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: #00a046;
  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);
}
.inTop {
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  margin-top: -72px;
  z-index: 3;
  padding: 35px 50px 0 46px;
}
.inTop .inTopList {
  display: flex;
  justify-content: space-between;
}
.inTop .tel {
  float: left;
  height: 48px;
  position: relative;
  padding-top: 4px;
  padding-left: 66px;
}
.inTop .tel span {
  display: block;
  line-height: 1;
  font-size: 16px;
}
.inTop .tel i {
  display: block;
  margin-top: 10px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
}
.inTop .tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 48px;
  height: 48px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.inTop .slogan {
  float: left;
  position: relative;
  padding: 0 85px;
  height: 50px;
}
.inTop .slogan::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 45px;
  background-color: #dddddd;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inTop .slogan::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 45px;
  background-color: #dddddd;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inTop .slogan .txt {
  font-size: 16px;
  letter-spacing: 2px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1;
  padding-bottom: 10px;
}
.inTop .slogan .xunpan {
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  position: relative;
}
.inTop .slogan .xunpan i {
  color: #00a046;
  margin: 0 8px;
}
.inTop .slogan .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #00a046;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(0, 160, 70, 0.15);
}
.inTop .slogan .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #00a046;
}
.inTop .slogan .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inTop .search {
  float: right;
  width: 295px;
  height: 45px;
  position: relative;
  overflow: hidden;
  padding-right: 24px;
  margin-top: 3px;
}
.inTop .search .searchInp {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: none;
  padding-right: 20px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchInp::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.inTop .search .searchInp::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.inTop .search .searchInp:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.inTop .search .searchInp:focus::-webkit-input-placeholder,
.inTop .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .searchInp:focus::-moz-placeholder,
.inTop .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .searchInp:focus:-ms-input-placeholder,
.inTop .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  width: 24px;
  height: 45px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
}
.inTop .search .submitBtn:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 20px;
  position: absolute;
  left: 104px;
  top: 32px;
  letter-spacing: 6px;
}
.title span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: 50px;
  height: 1px;
  background-color: #cccccc;
  position: relative;
  top: -1px;
}
.moreLink {
  display: block;
  height: 38px;
  line-height: 38px;
  font-family: ArialMT;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  width: 38px;
  height: 38px;
  background-color: #fafafa;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background: url(../images/morear.png) center center no-repeat;
  border-radius: 100%;
  width: 38px;
  height: 38px;
}
.moreLink:hover {
  color: #00a046;
}
.moreLink:hover::after {
  background-color: #00a046;
}
.moreLink:hover::before {
  background-image: url(../images/morearh.png);
  animation: zyfd 1.5s linear infinite;
}
.product {
  overflow: hidden;
  position: relative;
  padding: 70px 0;
}
.product .proNav::after,
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  float: right;
  margin-right: -80px;
}
.product .proNav ul li {
  float: left;
  position: relative;
  margin-left: 66px;
  margin-top: 32px;
}
.product .proNav ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  top: 31px;
  left: -75px;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li::before {
  content: "";
  display: block;
  top: 34px;
  position: absolute;
  width: 210px;
  right: 100%;
  margin-right: -66px;
  border-bottom: dashed 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:first-child {
  margin-left: 0;
}
.product .proNav ul li:first-child::before {
  display: none;
}
.product .proNav ul li:first-child::after {
  display: none;
}
.product .proNav ul li a {
  display: block;
  height: 70px;
  width: 150px;
  position: relative;
  padding-top: 21px;
  padding-left: 13px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  border: solid 1px #dddddd;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  border: solid 2px #00a046;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li a i {
  display: block;
  font-size: 20px;
  line-height: 15px;
  font-family: Impact;
  position: relative;
  z-index: 2;
}
.product .proNav ul li a span {
  display: block;
  position: relative;
  z-index: 2;
  margin-left: 16px;
  background-color: #fff;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  color: #00a046;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proList {
  margin-top: 28px;
}
.product .proList ul {
  margin: 0 -13px;
}
.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: 25%;
  padding: 0 13px;
  margin-top: 22px;
}
.product .proList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -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;
  border-radius: 5px;
}
.product .proList ul li .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  padding-right: 90px;
  height: 48px;
  line-height: 48px;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  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 .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 30px;
  height: 1px;
  background-color: #dddddd;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic {
  border-color: #00a046;
}
.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 .bt {
  color: #00a046;
}
.product .proList ul li .item:hover .tt .more {
  color: #00a046;
}
.product .proList ul li .item:hover .tt .more::before {
  background-color: #00a046;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  padding-bottom: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  height: 688px;
}
.about .aboutPic {
  position: absolute;
  top: 150px;
  right: -120px;
  width: 450px;
  height: 450px;
  background-color: #fff;
  border: solid 10px #f9f9f9;
  border-radius: 100%;
  overflow: hidden;
  -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 {
  box-shadow: 0 0 20px -5px rgba(0, 160, 70, 0.4);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutbgico {
  width: 88px;
  height: 148px;
  position: absolute;
  pointer-events: none;
  left: 58px;
  top: 151px;
  background: url(../images/aboutico.png) 0 center no-repeat;
}
.about .aboutText {
  width: 892px;
}
.about .aboutText .title {
  height: 106px;
}
.about .aboutText .tit {
  margin-top: 55px;
  line-height: 1;
  margin-left: 196px;
  font-size: 24px;
  font-weight: bold;
}
.about .aboutText .text {
  margin-left: 196px;
  margin-top: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 42px;
  height: 126px;
  font-size: 16px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .hongjin {
  margin-top: 44px;
  margin-left: 390px;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 70px;
  font-weight: bold;
  line-height: 52px;
  text-shadow: 1px 1px 0 #00a046, -1px -1px 0 #00a046, -1px 1px 0 #00a046, 1px -1px 0 #00a046;
  color: #fff;
  opacity: 0.4;
}
.about .aboutText .more {
  display: block;
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 3;
  height: 39px;
  line-height: 39px;
  font-family: Arial;
  font-size: 16px;
  padding-left: 69px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::after {
  content: "";
  position: absolute;
  width: 114px;
  height: 114px;
  left: -31px;
  top: -37px;
  background: url(../images/aboutmore.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more i {
  min-width: 4px;
}
.about .aboutText .more:hover {
  color: #00a046;
  right: -5px;
}
.about .honor {
  position: absolute;
  z-index: 2;
  top: 37px;
  left: 694px;
  width: 213px;
  height: 148px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
  padding: 15px 16px;
  background: url(../images/honorbg.jpg) center center no-repeat;
}
.about .honor img {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aLink {
  margin-top: 136px;
  margin-right: 272px;
}
.about .aLink::after,
.about .aLink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aLink ul li {
  float: left;
}
.about .aLink ul li a {
  display: block;
  height: 60px;
  border-left: 1px solid #fff;
  position: relative;
  line-height: 60px;
  color: #ffffff;
  padding-left: 20px;
}
.about .aLink ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #f69900;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 60px;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aLink ul li a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aLink ul li a i.ico3 {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aLink ul li a span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.about .aLink ul li a em {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 12px;
  margin-left: 10px;
}
.about .aLink ul li:hover a::before,
.about .aLink ul li.on a::before {
  height: 30px;
}
.about .aLink ul li:hover a::after,
.about .aLink ul li.on a::after {
  height: 30px;
}
.about .aLink ul li:hover a i,
.about .aLink ul li.on a i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .showTabs {
  margin-top: 50px;
}
.about .showTabs .bd {
  overflow: hidden;
  margin: 0 -20px;
}
.about .showTabs .bd ul::after,
.about .showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .showTabs .bd ul li {
  float: left;
  width: 25%;
}
.about .showTabs .bd ul li .item {
  display: block;
  margin: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 220px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 10px #f6f6f6;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
}
.about .showTabs .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .showTabs .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 .showTabs .bd ul li .item:hover .bt {
  color: #00a046;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  position: relative;
}
.youshi .ysBox {
  height: 620px;
}
.youshi .ysL {
  float: left;
  width: 350px;
  height: 600px;
  color: #fff;
  position: relative !important;
  z-index: 1;
  padding: 52px 34px 0;
  background-color: #00a046;
}
.youshi .ysL:hover {
  background-color: transparent;
}
.youshi .ysL .text{
  width: 350px;
  height: 600px;
  color: #fff;
  padding: 52px 34px 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 0;
}
.youshi .ysL .t1 {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
}
.youshi .ysL .t1::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
  height: 11px;
  width: 87px;
  background: url(../images/ystip.png) 0 center no-repeat;
}
.youshi .ysL .t2 {
  font-size: 18px;
  line-height: 1;
  margin-top: 23px;
}
.youshi .ysL .line {
  width: 271px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 23px;
}
.youshi .ysL .t3 {
  font-family: Arial;
  font-size: 12px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
}
.youshi .ysL .tel {
  margin-top: 40px;
}
.youshi .ysL .tel span {
  display: block;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
.youshi .ysL .tel span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 32px;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysL .tel i {
  display: block;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  margin-top: 9px;
  line-height: 18px;
  margin-left: 33px;
}
.youshi .ysTabs {
  float: right;
  width: 755px;
  padding-top: 70px;
}
.youshi .ysTabs .title {
  height: 87px;
  margin-left: -102px;
}
.youshi .ysTabs .title span {
  top: 14px;
}
.youshi .ysCont {
  margin-top: 40px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 270px;
}
.youshi .ysCont .bd ul li .item {
  height: 270px;
  padding-top: 10px;
}
.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 .num {
  font-family: Arial;
  font-size: 48px;
  line-height: 35px;
  opacity: 0.1;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item .tit {
  line-height: 1;
  font-size: 20px;
  margin-top: -14px;
  position: relative;
  z-index: 2;
}
.youshi .ysCont .bd ul li .item .tit::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: #999999;
  margin-left: 10px;
  margin-top: 19px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  margin-top: 13px;
}
.youshi .ysCont .bd ul li .item:hover .num {
  color: #00a046;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysPic {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -148px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.youshi .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  width: 212px;
  height: 58px;
  /* background: url(../images/ysty.png) center center no-repeat; */
  bottom: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 350px;
  height: 350px;
  background-color: #fff;
  border: solid 7px #ffffff;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li {
  position: relative;
  overflow: hidden;
  width: 336px;
  height: 336px;
}
.youshi .ysPic .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .hd {
  position: relative;
  padding-top: 50px;
}
.youshi .hd::after,
.youshi .hd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .hd::before {
  content: "";
  display: block;
  position: absolute;
  left: -102px;
  top: 0;
  width: 1181px;
  height: 1px;
  background-color: #dddddd;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .hd ul li {
  cursor: pointer;
}
.youshi .hd ul li i {
  width: 52px;
  height: 52px;
  background-color: #ededed;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 50%;
  overflow: hidden;
}
.youshi .hd ul li i:before,
.youshi .hd ul li 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;
}
.youshi .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .hd ul li:hover i:before,
.youshi .hd ul li:hover i:after {
  top: -100%;
}
.youshi .hd ul li span {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-left: 12px;
  padding-top: 10px;
  text-align: left;
}
.youshi .hd ul li span b {
  font-weight: normal;
  font-size: 17px;
}
.youshi .hd ul li span em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 7px;
  text-transform: uppercase;
  color: #888888;
  line-height: 10px;
}
.youshi .hd ul li:hover i,
.youshi .hd ul li.on i {
  background-color: #00a046;
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .hd ul li:hover i:before,
.youshi .hd ul li.on i:before,
.youshi .hd ul li:hover i:after,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.case {
  padding-top: 66px;
  padding-bottom: 50px;
}
.case .caseT {
  height: 466px;
}
.case .caseT::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 610px;
  height: 764px;
  background-color: #f8f8f8;
  border-radius: 20px 20px 20px 0px;
}
.case .caseL {
  padding-top: 150px;
  width: 610px;
  float: left;
}
.case .caseL .title {
  height: 107px;
}
.case .caseL .text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 42px;
  color: #666666;
}
.case .caseL .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #dddddd;
  margin-left: 30px;
  margin-bottom: 10px;
}
.case .caseL .more {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin-top: 26px;
  line-height: 35px;
  position: relative;
  padding-left: 11px;
  color: #999999;
  left: 0;
}
.case .caseL .more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 22px;
  height: 1px;
  background-color: #00a046;
  position: relative;
  top: -2px;
}
.case .caseL .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background-color: #00a046;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 0;
  top: 2px;
}
.case .caseL .more:hover {
  color: #00a046;
  left: 5px;
}
.case .casebgico {
  width: 88px;
  height: 148px;
  position: absolute;
  pointer-events: none;
  left: 452px;
  top: 60px;
  background: url(../images/aboutico.png) 0 center no-repeat;
}
.case .message {
  float: right;
  width: 466px;
  margin-right: 72px;
  padding-top: 64px;
}
.case .message .tip {
  font-size: 16px;
  line-height: 1;
}
.case .message .tel {
  margin-top: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  letter-spacing: 2px;
}
.case .message .tel::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 12px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.case .message .tit {
  line-height: 1;
  margin-top: 60px;
}
.case .message .tit span {
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
}
.case .message .tit i {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  margin-left: 12px;
  line-height: 12px;
}
.case .message .formbox {
  position: relative;
  margin-top: 36px;
}
.case .message .formbox label {
  display: block;
  float: left;
}
.case .message .formbox input {
  display: block;
  border: none;
  background: none;
  width: 225px;
  height: 40px;
  background-color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .message .formbox input.username {
  background: url(../images/inpxm.png) 8px center no-repeat;
  background-color: #ffffff;
  margin-right: 16px;
}
.case .message .formbox input.usertel {
  background: url(../images/inpdh.png) 12px center no-repeat;
  background-color: #ffffff;
}
.case .message .formbox input.xqcontent {
  background: url(../images/inpnr.png) 6px center no-repeat;
  background-color: #ffffff;
  width: 465px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.case .message .formbox input.codeText {
  background: url(../images/inpyzm.png) 6px center no-repeat;
  background-color: #ffffff;
}
.case .message .formbox input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.case .message .formbox input::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.case .message .formbox input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.case .message .formbox input:focus,
.case .message .formbox input:active {
  box-shadow: 0 0 0 1px #00a046 inset;
  z-index: 2;
}
.case .message .formbox input:focus::-webkit-input-placeholder,
.case .message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .message .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.case .message .formbox .code .imgCode {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 55px;
  height: 22px;
  border: none;
  display: block;
  z-index: 5;
}
.case .message .formbox .submitform {
  float: right;
  width: 225px;
  height: 40px;
  background-color: #00a046;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.case .message .formbox .submitform::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00a046;
  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 .message .formbox .submitform:hover {
  background-color: transparent;
  color: #00a046;
  box-shadow: 0 10px 10px -5px rgba(0, 160, 70, 0.5);
}
.case .message .formbox .submitform:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .caseTabs {
  position: relative;
  height: 317px;
  background-color: #ffffff;
  border-radius: 0px 50px 0px 0px;
  padding-top: 40px;
  width: 1050px;
}
.case .caseTabs .bd {
  width: 1000px;
  overflow: hidden;
  height: 277px;
}
.case .caseTabs .bd ul {
  margin-right: -50px;
}
.case .caseTabs .bd ul::after,
.case .caseTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd ul li {
  float: left;
  margin-right: 50px;
  width: 300px;
}
.case .caseTabs .bd ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  border-radius: 5px;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.case .caseTabs .bd 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;
}
.case .caseTabs .bd ul li .item .tt {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  padding-right: 90px;
  height: 52px;
  line-height: 52px;
}
.case .caseTabs .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  position: relative;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .item .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .item .more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 30px;
  height: 1px;
  background-color: #dddddd;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item:hover .pic {
  border-color: #00a046;
}
.case .caseTabs .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);
}
.case .caseTabs .bd ul li .item:hover .tt .bt {
  color: #00a046;
}
.case .caseTabs .bd ul li .item:hover .tt .more {
  color: #00a046;
}
.case .caseTabs .bd ul li .item:hover .tt .more::before {
  background-color: #00a046;
}
.case .caseTabs .page {
  position: absolute;
  right: -170px;
  top: 142px;
}
.case .caseTabs .page::after,
.case .caseTabs .page:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .page .prev {
  float: left;
  width: 42px;
  height: 42px;
  background-color: #00a046;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  padding-right: 1px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .caseTabs .page .prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 30px;
}
.case .caseTabs .page .prev:hover {
  background-color: #00a046;
  box-shadow: 0 0 15px rgba(0, 160, 70, 0.5);
}
.case .caseTabs .page .next {
  margin-left: 26px;
  float: left;
  width: 42px;
  height: 42px;
  background-color: #00a046;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  cursor: pointer;
  padding-left: 1px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .caseTabs .page .next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 30px;
}
.case .caseTabs .page .next:hover {
  background-color: #00a046;
  box-shadow: 0 0 15px rgba(0, 160, 70, 0.5);
}
.news {
  padding: 70px 0;
  overflow: hidden;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsTab {
  position: relative;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
  height: 103px;
}
.news .newsTab ul {
  float: right;
  margin-top: 50px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 55px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 100px;
  line-height: 38px;
  font-size: 18px;
  padding-left: 20px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #00a046, #00a046);
  background-image: linear-gradient(to right, #00a046, #00a046);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsTab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: -8px;
  width: 1px;
  height: 43px;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #00a046, #00a046);
  background-image: linear-gradient(to right, #00a046, #00a046);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: left 0;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #00a046;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  background-size: 100% 100%;
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  background-size: 100% 100%;
}
.news .newsTabs {
  position: relative;
  margin-top: 50px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 530px;
}
.news .newsList {
  overflow: hidden;
  height: 530px;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul {
  margin-right: -40px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  float: left;
  position: relative;
  width: 400px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 40px;
}
.news .newsList .list1 ul li .cont {
  height: 120px;
}
.news .newsList .list1 ul li .cont .date {
  font-family: Arial;
  line-height: 16px;
  font-size: 12px;
  color: #444444;
}
.news .newsList .list1 ul li .cont .date span {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 16px;
  background-color: #d3d3d3;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
}
.news .newsList .list1 ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #878787;
  margin-top: 20px;
  line-height: 28px;
}
.news .newsList .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .cont .bt::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #00a046;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.news .newsList .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 250px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  border: solid 10px #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li:hover {
  border-color: #00a046;
}
.news .newsList .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 ul li:hover .cont .bt {
  color: #00a046;
}
.news .newsList .list2 {
  border: solid 1px #e5e5e5;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.news .newsList .list2::after,
.news .newsList .list2:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 59px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1250px;
  height: 1px;
  background-color: #e5e5e5;
}
.news .newsList .list2 ul {
  margin: 0 -10px;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  width: 33.33%;
  padding: 0 35px;
}
.news .newsList .list2 ul li .item {
  position: relative;
  height: 59px;
  line-height: 59px;
  padding-right: 84px;
}
.news .newsList .list2 ul li .item::after {
  content: "";
  position: absolute;
  background: #00a046;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list2 ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #666666;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #666666;
}
.news .newsList .list2 ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .item .bt::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.news .newsList .list2 ul li .item:hover .date {
  color: #00a046;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #00a046;
}
.news .newsList .list2 ul li .item:hover .bt::before {
  background-color: #00a046;
}
