@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:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 110px;
  background: url(../images/banbar.png) center bottom no-repeat;
  left: 0;
  bottom: -4px;
  z-index: 3;
}
.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: -650px;
  bottom: 18%;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  opacity: 1;
  width: auto;
  height: auto;
  cursor: pointer;
  outline: none;
  font-family: Arial;
  font-size: 18px;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background-color: #555555;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 22px;
  position: relative;
  top: -2px;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  color: #28b537;
  font-weight: bold;
}
.banner .banner-pagination span.swiper-pagination-bullet-active::after {
  width: 65px;
  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%;
}
.banner .banbar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 98px;
  color: #ffffff;
  width: 100%;
}
.banner .banbar .inContent {
  padding: 0 64px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.banner .banbar .slogan {
  font-size: 18px;
  float: left;
}
.banner .banbar .tel {
  float: right;
  color: #ffffff;
  font-family: Impact;
  font-size: 36px;
}
.banner .banbar .tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  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/tel.png) center center no-repeat;
}
.title {
  line-height: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title b {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
.title em {
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 5px;
  background-color: #2fa83d;
  margin: 12px 18px;
  position: relative;
}
.title em::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -18px;
  top: 0;
  background-color: #2fa83d;
}
.title em::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: -18px;
  top: 0;
  background-color: #2fa83d;
}
.title span {
  display: block;
  font-size: 18px;
  letter-spacing: 18px;
  margin-right: -18px;
}
.about {
  overflow: hidden;
  position: relative;
  padding: 80px 0 110px;
}
.about .aboutBox {
  height: 576px;
}
.about .aboutText {
  width: 592px;
}
.about .aboutText .tit {
  position: relative;
  line-height: 1;
  height: 144px;
  z-index: 2;
  padding-top: 78px;
}
.about .aboutText .tit i {
  z-index: -1;
  pointer-events: none;
  font-family: Impact;
  font-size: 180px;
  opacity: 0.04;
  line-height: 144px;
  display: block;
  position: absolute;
  left: -218px;
  top: 0;
}
.about .aboutText .tit span {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 38px;
}
.about .aboutText .line {
  margin-top: 17px;
  font-size: 0;
}
.about .aboutText .line::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 10px;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  border-radius: 5px;
}
.about .aboutText .line::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  border-radius: 5px;
  margin-left: 15px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 31px;
  height: 155px;
  font-size: 16px;
  text-align: justify;
  margin-top: 35px;
  color: #888888;
}
.about .aboutText .aLink {
  margin-top: 135px;
  margin-left: 295px;
}
.about .aboutText .aLink::after,
.about .aboutText .aLink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .aboutText .aLink ul li {
  position: relative;
  float: left;
}
.about .aboutText .aLink ul li a {
  display: block;
  line-height: 1;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 38px;
  position: relative;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.3);
}
.about .aboutText .aLink ul li a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink ul li:hover a,
.about .aboutText .aLink ul li.on a {
  font-size: 20px;
  font-weight: bold;
  color: #28b537;
}
.about .aboutText .aLink ul li:hover a i,
.about .aboutText .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;
  filter: grayscale(0) brightness(1);
}
.about .aboutPic {
  position: absolute;
  right: -310px;
  top: 0;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 956px;
  height: 576px;
  border-radius: 100px 0px 0px 0px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 10px 20px -5px rgba(40, 181, 55, 0.2);
}
.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 .aboutPic .dot {
  display: block;
  position: absolute;
  width: 103px;
  height: 140px;
  background: url(../images/aboutdot.png) 0 center no-repeat;
  left: -18px;
  bottom: -50px;
}
.about .aboutimg {
  position: absolute;
  width: 377px;
  height: 227px;
  background: url(../images/aboutimg.png) 0 center no-repeat;
  left: -119px;
  bottom: -68px;
}
.service {
  background: url(../images/fwbg.jpg) center 0 no-repeat;
  background-color: #f5f5f5;
  padding: 56px 0 40px;
  overflow: hidden;
  position: relative;
}
.service .title {
  color: #fff;
}
.service .title b {
  color: #fff;
}
.service .title span {
  color: #fff;
}
.service .title em {
  background-color: #fff;
}
.service .title em::before {
  background-color: #fff;
}
.service .title em::after {
  background-color: #fff;
}
.service .fwList {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  padding: 45px 0;
}
.service .fwList::after,
.service .fwList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwList::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1500px;
  height: 100%;
  background-color: #ffffff;
}
.service .fwList ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.service .fwList ul li {
  float: left;
  padding: 0 5px;
  width: 322px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.service .fwList ul li .item {
  height: 518px;
  background-color: #f5f5f5;
  padding: 50px 20px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/fwli.jpg) center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .pic {
  display: block;
  width: 188px;
  height: 188px;
  border-radius: 120px;
  position: relative;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList 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;
}
.service .fwList ul li .item .bt {
  margin-top: 32px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
}
.service .fwList ul li .item .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
.service .fwList ul li .item .ico {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 86px;
  z-index: 2;
  left: 50%;
  margin-left: -15px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .ico img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.service .fwList ul li .item .num {
  position: absolute;
  z-index: 2;
  bottom: 0;
  line-height: 16px;
  font-family: Arial;
  font-size: 14px;
  margin: auto 20px 46px;
  left: 0;
  right: 0;
}
.service .fwList ul li .item .num::after {
  content: "//";
  position: absolute;
  right: 0;
  top: 0;
}
.service .fwList ul li .item .num::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #bfbfbf;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 30px auto 25px;
}
.service .fwList ul li .item .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto 28px 0;
  padding-right: 115px;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .cont .tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .cont .tt span {
  font-size: 24px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
}
.service .fwList ul li .item .cont .tt i {
  display: inline-block;
  vertical-align: bottom;
  line-height: 34px;
  font-family: Arial;
  font-size: 12px;
}
.service .fwList ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  font-size: 15px;
  color: #888888;
  margin-top: 13px;
}
.service .fwList ul li .item .cont .more {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 64px;
  height: 64px;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwList ul li .item .cont .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fwmore.png) center center no-repeat;
}
.service .fwList ul li .item .cont .more:hover {
  box-shadow: 0 5px 15px rgba(40, 181, 55, 0.5);
}
.service .fwList ul li .item .cont .more:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.service .fwList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.service .fwList ul li .item:hover .cont .tt {
  color: #28b537;
}
.service .fwList ul li:hover,
.service .fwList ul li.on {
  width: 676px;
}
.service .fwList ul li:hover .item,
.service .fwList ul li.on .item {
  padding: 28px 28px 0;
}
.service .fwList ul li:hover .item::before,
.service .fwList ul li.on .item::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.service .fwList ul li:hover .item .pic,
.service .fwList ul li.on .item .pic {
  width: 100%;
  height: 320px;
  border-radius: 0;
}
.service .fwList ul li:hover .item .bt,
.service .fwList ul li.on .item .bt {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.service .fwList ul li:hover .item .ico,
.service .fwList ul li.on .item .ico {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.service .fwList ul li:hover .item .num,
.service .fwList ul li.on .item .num {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.service .fwList ul li:hover .item .cont,
.service .fwList ul li.on .item .cont {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-bottom: 33px;
}
.support {
  padding: 80px 0;
}
.support .title {
  text-align: right;
}
.support .zcTabs {
  margin-top: 70px;
  position: relative;
}
.support .zcTabs::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 289px;
  top: -45px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/zcline.png) center 0 no-repeat;
}
.support .zcTabs .hd {
  height: 256px;
}
.support .zcTabs .hd ul {
  display: flex;
  justify-content: space-between;
}
.support .zcTabs .hd ul li {
  cursor: pointer;
  position: relative;
}
.support .zcTabs .hd ul li i {
  display: block;
  margin: auto;
  width: 47px;
  height: 47px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 47px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  background-size: 100% 0%;
  background-position: center 0;
}
.support .zcTabs .hd ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}
.support .zcTabs .hd ul li:nth-child(1) {
  top: 143px;
}
.support .zcTabs .hd ul li:nth-child(2) {
  top: 179px;
}
.support .zcTabs .hd ul li:nth-child(3) {
  top: 124px;
}
.support .zcTabs .hd ul li:nth-child(5) {
  top: 25px;
}
.support .zcTabs .hd ul li:nth-child(6) {
  top: 149px;
}
.support .zcTabs .hd ul li.on i {
  background-size: 100% 100%;
  color: #fff;
}
.support .zcTabs .bd {
  position: absolute;
  z-index: 2;
  width: 538px;
  height: 195px;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  border-radius: 10px;
  left: 0;
  top: -126px;
  overflow: hidden;
}
.support .zcTabs .bd ul li .item {
  width: 538px;
  height: 195px;
  padding: 10px;
  color: #ffffff;
}
.support .zcTabs .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.support .zcTabs .bd ul li .item .pic {
  float: left;
  width: 198px;
  height: 175px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.support .zcTabs .bd ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.support .zcTabs .bd ul li .item .cont {
  float: right;
  margin-right: 15px;
  width: 276px;
  padding-top: 36px;
}
.support .zcTabs .bd ul li .item .cont .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.support .zcTabs .bd ul li .item .cont .tit::before {
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
  background: url(../images/fwbt.png) 0 center no-repeat;
}
.support .zcTabs .bd ul li .item .cont .tit::after {
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  background: url(../images/fwbt.png) 0 center no-repeat;
}
.support .zcTabs .bd ul li .item .cont p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
.youshi {
  background: url(../images/ysbg.jpg) center -1px no-repeat;
  padding-top: 80px;
}
.youshi .ysBox {
  height: 644px;
  padding-top: 56px;
  padding-left: 342px;
}
.youshi .ysBox .ysimg {
  display: block;
  position: absolute;
  left: -310px;
  top: 0;
  width: 774px;
  height: 644px;
  background: url(../images/ysimg.jpg) center 0 no-repeat;
  border-radius: 0px 20px 20px 0px;
}
.youshi .ysBox .title {
  color: #fff;
  position: absolute;
  left: 0;
  top: 120px;
  text-align: left;
  z-index: 2;
}
.youshi .ysBox .title em {
  background-color: #fff;
}
.youshi .ysBox .title em::before,
.youshi .ysBox .title em:after {
  background-color: #fff;
}
.youshi .ysList {
  position: relative;
  z-index: 2;
}
.youshi .ysList ul {
  margin-right: -30px;
}
.youshi .ysList ul::after,
.youshi .ysList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList ul li {
  float: left;
  margin-bottom: 38px;
  width: 299px;
  height: 252px;
  margin-right: 30px;
  padding: 28px 10px 0;
  text-align: center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  position: relative;
  background: url(../images/ysli.jpg) center center no-repeat;
  z-index: 2;
  overflow: hidden;
}
.youshi .ysList ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/yslih.jpg) center center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.youshi .ysList ul li em {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  margin: auto;
  overflow: hidden;
}
.youshi .ysList ul li em::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.youshi .ysList ul li i:before,
.youshi .ysList 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 .ysList ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysList ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysList ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysList ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysList ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysList ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysList ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysList ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysList ul li i.ico5:before {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .ysList ul li i.ico5:after {
  background: url(../images/ysico5h.png) center center no-repeat;
}
.youshi .ysList ul li i.ico6:before {
  background: url(../images/ysico6.png) center center no-repeat;
}
.youshi .ysList ul li i.ico6:after {
  background: url(../images/ysico6h.png) center center no-repeat;
}
.youshi .ysList ul li h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 38px;
}
.youshi .ysList ul li p {
  font-size: 16px;
  color: #888888;
  line-height: 26px;
  margin-top: 13px;
}
.youshi .ysList ul li.on {
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.06);
  border-radius: 40px;
}
.youshi .ysList ul li.on::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi .ysList ul li.on em {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysList ul li.on em::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysList ul li.on i:before,
.youshi .ysList ul li.on i:after {
  top: -100%;
}
.youshi .ysList ul li.on h4 {
  color: #fff;
}
.youshi .ysList ul li.on p {
  color: #fff;
}
.security {
  background: url(../images/aqbg.jpg) center bottom no-repeat;
  padding-top: 65px;
}
.security .aqList {
  margin-top: 30px;
}
.security .aqList ul {
  display: flex;
  justify-content: space-between;
}
.security .aqList ul li {
  width: 314px;
  height: 576px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.security .aqList ul li .pic {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.security .aqList ul li .pic::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #313131;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.security .aqList 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;
}
.security .aqList ul li .bt {
  position: absolute;
  z-index: 3;
  width: 158px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
  bottom: 30px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: auto;
}
.security .aqList ul li .bt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  opacity: 0.8;
}
.security .aqList ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.security .aqList ul li.on {
  width: 672px;
}
.security .aqList ul li.on .pic::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.case {
  padding: 80px 0;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .title {
  text-align: left;
}
.case .caseBox {
  padding-top: 34px;
  padding-right: 428px;
}
.case .tel {
  position: absolute;
  right: 428px;
  top: 68px;
  line-height: 42px;
  color: #616161;
}
.case .tel::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.case .tel i {
  font-family: Impact;
  font-size: 24px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
}
.case .caseSwiper {
  margin-top: 60px;
}
.case .caseSwiper ul li {
  float: left;
  margin-right: 16px;
  width: 280px;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  border: solid 1px #dcdcdc;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li:hover .bt {
  color: #28b537;
}
.case .caseImg {
  width: 388px;
  height: 442px;
  background: url(../images/caseimg.jpg) center center no-repeat;
  position: absolute;
  background-size: 100%;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseImg:hover {
  background-size: 108%;
}
.qualification {
  background: url(../images/zzbg.jpg) center 0 no-repeat;
  padding-top: 68px;
}
.qualification .title {
  color: #fff;
}
.qualification .zzList {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  padding-top: 43px;
  padding-bottom: 17px;
}
.qualification .zzList::before {
  content: "";
  display: block;
  position: absolute;
  width: 1500px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -11px 0px 43px 0px rgba(104, 104, 104, 0.18);
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -750px;
}
.qualification .zzList ul {
  margin: 0 -27px;
}
.qualification .zzList ul::after,
.qualification .zzList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.qualification .zzList ul li {
  float: left;
  padding: 0 27px;
  width: 25%;
  margin-bottom: 30px;
}
.qualification .zzList ul li .pic {
  display: block;
  width: 100%;
  height: 202px;
  position: relative;
  overflow: hidden;
  padding: 11px;
  background: url(../images/zzli.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzList ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.qualification .zzList ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* position: absolute; */
  /* left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .zzList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  background-color: #f5f5f5;
  margin-top: 8px;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #28b537, #28b537);
  background-image: linear-gradient(to right, #28b537, #28b537);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
/* .qualification .zzList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
} */
.qualification .zzList ul li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.qualification .scTabs {
  margin-top: 20px;
  position: relative;
}
.qualification .scTabs .bd {
  height: 297px;
  overflow: hidden;
  margin: 0 -10px;
}
.qualification .scTabs .bd ul::after,
.qualification .scTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.qualification .scTabs .bd ul li {
  float: left;
  padding: 10px 0;
  width: 25%;
}
.qualification .scTabs .bd ul li .item {
  width: 300px;
  height: 277px;
  background-color: #ffffff;
  padding: 5px 5px 0;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .scTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .scTabs .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;
}
.qualification .scTabs .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 42px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .scTabs .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.qualification .scTabs .bd ul li .item:hover {
  box-shadow: 0 0 15px rgba(40, 181, 55, 0.1);
}
.qualification .scTabs .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);
}
.qualification .scTabs .bd ul li .item:hover .bt {
  color: #28b537;
}
.qualification .scTabs .prev {
  position: absolute;
  width: 40px;
  height: 55px;
  background-color: #0d346f;
  left: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.qualification .scTabs .prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 28px;
}
.qualification .scTabs .prev:hover {
  background-color: #28b537;
}
.qualification .scTabs .next {
  position: absolute;
  width: 40px;
  height: 55px;
  background-color: #0d346f;
  right: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.qualification .scTabs .next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 28px;
}
.qualification .scTabs .next:hover {
  background-color: #28b537;
}
.cooperation {
  padding-top: 80px;
}
.cooperation .cooSwiper {
  margin: 15px -16px 0;
}
.cooperation .cooSwiper ul li {
  float: left;
  width: 16.666%;
}
.cooperation .cooSwiper ul li .item {
  margin: 15px 16px;
}
.cooperation .cooSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 98px;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .cooSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .cooSwiper ul li .item .pic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .cooSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .cooSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #666666;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperation .cooSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.cooperation .cooSwiper ul li .item:hover .pic {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.cooperation .cooSwiper 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);
}
.cooperation .cooSwiper ul li .item:hover .pic::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cooperation .cooSwiper ul li .item:hover .pic::after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cooperation .cooSwiper ul li .item:hover .bt {
  color: #28b537;
}
.news {
  padding: 70px 0 80px;
  overflow: hidden;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
  text-align: left;
}
.news .newsTab .more {
  float: right;
  width: 146px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 44px;
  margin-top: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more::after {
  content: "";
  width: 18px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -2px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more:hover {
  border-color: #28b537;
  background-color: #28b537;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(40, 181, 55, 0.5);
}
.news .newsTab .more:hover::after {
  filter: grayscale(100) brightness(4);
}
.news .newsTab ul {
  float: right;
  margin-top: 32px;
  margin-right: 66px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 70px;
  line-height: 50px;
}
.news .newsTab ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 18px;
  background-color: #b9b9b9;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child::before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #444444;
  left: 50%;
  width: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-size: 100% 100%;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  width: 100%;
  left: 0;
}
.news .newsTabs {
  position: relative;
  margin-top: 35px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 681px;
}
.news .newsList {
  overflow: hidden;
  height: 681px;
}
.news .newsList .list1 ul {
  margin-right: -56px;
}
.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;
  margin-right: 56px;
  width: 396px;
  height: 480px;
  padding: 0 38px 0;
  position: relative;
}
.news .newsList .list1 ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  height: 448px;
  background-color: #f7f7f7;
}
.news .newsList .list1 ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 6px;
  background-image: linear-gradient(0deg, #31a43e 0%, #1ec730 100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.news .newsList .list1 ul li .cont {
  height: 280px;
  padding-top: 55px;
}
.news .newsList .list1 ul li .cont .date i {
  display: block;
  line-height: 27px;
  font-family: Arial;
  font-size: 37px;
}
.news .newsList .list1 ul li .cont .date span {
  display: block;
  font-size: 16px;
  line-height: 12px;
  margin-top: 14px;
}
.news .newsList .list1 ul li .cont .bt {
  margin-top: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -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 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  font-size: 15px;
  color: #888888;
  margin-top: 14px;
}
.news .newsList .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 200px;
  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.on::after {
  width: 100%;
  left: 0;
}
.news .newsList .list1 ul li:hover .cont .bt {
  color: #28b537;
}
.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 .list2 ul {
  margin-right: -56px;
}
.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;
  margin-right: 56px;
  width: 396px;
  position: relative;
  margin-top: 24px;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  position: relative;
  line-height: 66px;
  height: 66px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .line {
  height: 1px;
  background-color: #dedede;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #28b537, #28b537);
  background-image: linear-gradient(to right, #28b537, #28b537);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list2 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  font-size: 15px;
  color: #888888;
  margin-top: 16px;
}
.news .newsList .list2 ul li .date {
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  margin-top: 26px;
}
.news .newsList .list2 ul li:hover .bt {
  color: #28b537;
}
.news .newsList .list2 ul li:hover .line {
  background-size: 100% 100%;
}
.news .newsList .list3 {
  background-color: #ffffff;
  padding: 0 26px;
  margin-top: 40px;
}
.news .newsList .list3 ul {
  margin-right: -164px;
}
.news .newsList .list3 ul::after,
.news .newsList .list3 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list3 ul li {
  float: left;
  height: 120px;
  width: 300px;
  margin-right: 164px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 35px;
}
.news .newsList .list3 ul li .date {
  height: 16px;
  line-height: 16px;
  background: url(../images/date2.png) 0 center no-repeat;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  text-align: right;
}
.news .newsList .list3 ul li .bt {
  margin-top: 12px;
  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 .list3 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list3 ul li:hover .bt {
  color: #28b537;
}
.links {
  padding: 10px 0 20px;
  background-color: #f9f9f9;
}
.links .linksBox {
  display: flex;
  line-height: 34px;
}
.links .tit {
  float: left;
  line-height: 34px;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
  background: url(../images/linkstit.png) 0 center no-repeat;
  padding-left: 34px;
  height: 34px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  margin-right: -20px;
  line-height: 34px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #28b537;
}
