@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 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;
  background-color: #eaeef2;
}
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,
.topWow,
.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;
  overflow: hidden;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #063a14 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: #063a14;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banNum {
  color: #fff;
  position: absolute;
  font-family: Arial;
  z-index: 3;
  top: 50%;
  margin-top: -42px;
  left: 6%;
  height: 91px;
  width: 95px;
  background: url(../images/banpage.png) right 0 no-repeat;
  padding-top: 8px;
}
@media screen and (max-width: 1320px) {
  .banner .banNum {
    margin-right: -590px;
  }
}
.banner .banNum .curNum {
  font-size: 35px;
  line-height: 26px;
  font-weight: bold;
}
.banner .banNum .curNum::before {
  content: "0";
}
.banner .banNum .allNum {
  margin-top: 30px;
  font-size: 22px;
  line-height: 16px;
  text-align: right;
}
.banner .banNum .allNum::before {
  content: "0";
}
.title {
  line-height: 1;
  position: relative;
  text-align: center;
  color: #2b3541;
}
.title a {
  display: inline-block;
  vertical-align: top;
  color: #2b3541;
}
.title span {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
.title i {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 12px;
}
.title::after {
  content: "";
  display: block;
  width: 56px;
  height: 6px;
  background-color: #063a14;
  margin: 20px auto 0;
}
.moreLink {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 32px;
  line-height: 32px;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 18px;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink::before {
  content: '';
  width: 92px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #063a14, #063a14);
  background-image: linear-gradient(to right, #063a14, #063a14);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 97px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  background-color: #003d89;
  opacity: 0.12;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #063a14;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::before {
  background-size: 100% 100%;
}
.moreLink:hover::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 50px;
}
.titBox .moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.solution {
  background: url(../images/fabg.png) center bottom no-repeat;
  padding: 95px 0 164px;
  overflow: hidden;
  position: relative;
}
.solution .title i {
  margin-top: 14px;
  font-size: 20px;
  letter-spacing: 6px;
  margin-right: -6px;
}
.solution .title::after {
  margin: 20px auto 0;
}
.solution .faList {
  margin-top: 32px;
  position: relative;
  height: 592px;
}
.solution .faList ul li {
  position: absolute;
}
.solution .faList ul li .item {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faList ul li .item .pic {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faList ul li .item .pic img {
  display: block;
}
.solution .faList ul li .item h4 {
  font-weight: bold;
  font-size: 22px;
  color: #eaeef2;
  line-height: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -52px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faList ul li .item .zxLink {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: 30px;
  width: 100px;
  height: 38px;
  background-color: #eaeef2;
  border-radius: 30px;
  line-height: 38px;
  font-size: 16px;
  color: #2b3541;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.solution .faList ul li .item .zxLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
  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;
}
.solution .faList ul li .item .zxLink:hover {
  background: none;
  color: #fff;
  background-color: rgba(6, 58, 20, 0.5);
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.solution .faList ul li .item .zxLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.solution .faList ul li .item:hover .pic {
  transform: scale(1.06) rotateY(180deg);
}
.solution .faList ul li .item:hover h4 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.solution .faList ul li.li2 {
  top: 10px;
  left: 49%;
}
.solution .faList ul li.li3 {
  top: -56px;
  right: 0;
}
.solution .faList ul li.li4 {
  bottom: 50px;
  left: 426px;
}
.solution .faList ul li.li5 {
  right: 0;
  bottom: 0;
}
.director {
  padding: 10px 0 80px;
  overflow: hidden;
}
.director .title i {
  margin-top: 14px;
  font-size: 20px;
  letter-spacing: 6px;
  margin-right: -6px;
}
.director .title::after {
  margin: 20px auto 0;
}
.director .zjList {
  margin-top: 10px;
}
.director .zjList ul {
  margin: 0 -17px;
}
.director .zjList ul::after,
.director .zjList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.director .zjList ul li {
  float: left;
  width: 25%;
  padding: 0 17px;
  margin-top: 32px;
}
.director .zjList ul li .item {
  position: relative;
  padding-bottom: 84px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.director .zjList ul li .item .pic {
  display: block;
  width: 100%;
  height: 364px;
  background-color: #145f39;
  border-radius: 10px;
  padding-bottom: 65px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.director .zjList ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.director .zjList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.director .zjList ul li .item .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 116px;
  background-color: #ffffff;
  border-radius: 40px;
  padding-top: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.director .zjList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -22px;
  right: 0;
  margin: 0 15px;
  height: 60px;
  background: url(../images/zjbt.jpg) center center no-repeat;
  background-size: cover;
  background-color: #063a14;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  color: #eaeef2;
  font-size: 18px;
  padding: 0 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.director .zjList ul li .item .cont .zxLink {
  display: block;
  height: 78px;
  position: relative;
  line-height: 78px;
}
.director .zjList ul li .item .cont .zxLink em {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: #eaeef2;
  display: block;
  position: absolute;
  left: 25%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.director .zjList ul li .item .cont .zxLink em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/zxico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.director .zjList ul li .item .cont .zxLink span {
  display: block;
  width: 50%;
  float: right;
  text-align: center;
  padding-right: 22px;
  font-size: 16px;
  position: relative;
}
.director .zjList ul li .item .cont .zxLink span::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px dashed #063a14;
  height: 36px;
}
.director .zjList ul li .item .cont .zxLink:hover {
  color: #063a14;
}
.director .zjList ul li .item .cont .zxLink:hover em {
  background-color: #063a14;
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.director .zjList ul li .item .cont .zxLink:hover em::before {
  filter: grayscale(100) brightness(5);
}
.director .zjList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.director .zjList 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);
}
.director .zjList ul li .item:hover .cont {
  box-shadow: 0 3px 25px rgba(6, 58, 20, 0.1);
}
.director .zjList ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media screen and (max-width: 1320px) {
  .director .zjList ul {
    margin: 0 -12px;
  }
  .director .zjList ul li {
    padding: 0 12px;
  }
  .director .zjList ul li .item .cont .bt {
    font-size: 17px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding: 220px 0 48px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.youshi .ysList {
  margin-top: 38px;
  position: relative;
}
.youshi .ysList ul li {
  position: relative;
  z-index: 2;
}
.youshi .ysList ul li::after,
.youshi .ysList ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList ul li .pic {
  float: left;
  width: 330px;
  height: 330px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.youshi .ysList 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;
}
.youshi .ysList ul li .box {
  float: left;
  padding-top: 22px;
}
.youshi .ysList ul li .box .num {
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysList ul li .box .num em {
  display: block;
  font-family: Impact;
  font-size: 116px;
  line-height: 95px;
  background: linear-gradient(180deg, rgba(6, 58, 20, 0.9) 0%, rgba(6, 58, 20, 0) 68%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  padding-left: 30px;
}
.youshi .ysList ul li .box .num i {
  display: block;
  width: 165px;
  height: 36px;
  margin-top: -25px;
  position: relative;
  background: url(../images/ysbt.png) 0 center no-repeat;
  z-index: 2;
}
.youshi .ysList ul li .box .num i::before {
  content: "";
  display: block;
  position: absolute;
  left: 81px;
  width: 26px;
  height: 36px;
  background: url(../images/ysbtico.png) 0 center no-repeat;
}
.youshi .ysList ul li .box .text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #2b3541;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .box .zxLink {
  display: block;
  margin-top: 20px;
  width: 130px;
  height: 48px;
  background-color: #eaeef2;
  border-radius: 30px;
  position: relative;
  padding-left: 55px;
  line-height: 48px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #063a14, #063a14);
  background-image: linear-gradient(to right, #063a14, #063a14);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.youshi .ysList ul li .box .zxLink em {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .box .zxLink em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/zxico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .box .zxLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 4px 10px -2px rgba(6, 58, 20, 0.2);
  color: #fff;
}
.youshi .ysList ul li .box .zxLink:hover 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:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysList ul li:hover .box .num {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysList ul li:hover .box .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysList ul li.li1::before {
  content: "";
  display: block;
  position: absolute;
  left: 274px;
  bottom: -92px;
  width: 276px;
  height: 171px;
  background: url(../images/ysline1.png) 0 bottom no-repeat;
}
.youshi .ysList ul li.li1 .box {
  margin-left: 35px;
}
.youshi .ysList ul li.li2 {
  margin-top: 66px;
  width: 815px;
  z-index: 4;
}
.youshi .ysList ul li.li2 .pic {
  float: right;
}
.youshi .ysList ul li.li2 .box {
  float: left;
  width: 420px;
  padding-top: 0;
}
.youshi .ysList ul li.li3 {
  position: absolute;
  right: 0;
  top: 10px;
  width: 435px;
  z-index: 3;
}
.youshi .ysList ul li.li3::before {
  content: "";
  display: block;
  position: absolute;
  right: 278px;
  top: 241px;
  width: 276px;
  height: 171px;
  background: url(../images/ysline3.png) right bottom no-repeat;
}
.youshi .ysList ul li.li3 .pic {
  width: 330px;
  height: 330px;
  margin-left: 105px;
}
.youshi .ysList ul li.li3 .box {
  margin-top: 54px;
  padding-top: 0;
}
.youshi .ysList ul li.li3 .box .text {
  margin-top: 28px;
}
.youshi .ysList ul li.li3 .box .zxLink {
  margin-top: 18px;
}
.youshi .ysList ul li.li4 {
  margin-top: 56px;
}
.youshi .ysList ul li.li4::before {
  content: "";
  display: block;
  position: absolute;
  right: 411px;
  top: -180px;
  width: 107px;
  height: 349px;
  background: url(../images/ysline4.png) 0 0 no-repeat;
}
.youshi .ysList ul li.li4 .pic {
  float: left;
  width: 815px;
  height: 375px;
}
.youshi .ysList ul li.li4 .box {
  float: right;
  width: 440px;
  padding-top: 40px;
}
.youshi .ysList ul li.li4 .box .zxLink {
  background-color: #fff;
}
.youshi .ysList ul li.li4 .box .zxLink em {
  background-color: #eaeef2;
}
.youshi .ysList ul li.li5 {
  margin-top: 35px;
  z-index: 1;
}
.youshi .ysList ul li.li5::before {
  content: "";
  display: block;
  position: absolute;
  left: 384px;
  top: -84px;
  width: 107px;
  height: 349px;
  background: url(../images/ysline5.png) 0 0 no-repeat;
}
.youshi .ysList ul li.li5 .pic {
  float: right;
  width: 815px;
  height: 375px;
}
.youshi .ysList ul li.li5 .box {
  float: left;
  width: 340px;
  padding-top: 56px;
}
.youshi .ysList ul li.li5 .box .zxLink {
  background-color: #fff;
}
.youshi .ysList ul li.li5 .box .zxLink em {
  background-color: #eaeef2;
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li.li1 .box {
    width: 470px;
    margin-left: 25px;
  }
  .youshi .ysList ul li.li2 {
    width: 755px;
  }
  .youshi .ysList ul li.li2 .box {
    width: 400px;
  }
  .youshi .ysList ul li.li3 {
    width: 380px;
  }
  .youshi .ysList ul li.li3 .pic {
    margin-left: 50px;
  }
  .youshi .ysList ul li.li4 {
    margin-top: 56px;
  }
  .youshi .ysList ul li.li4::before {
    right: 340px;
  }
  .youshi .ysList ul li.li4 .pic {
    width: 755px;
  }
  .youshi .ysList ul li.li4 .box {
    width: 400px;
  }
  .youshi .ysList ul li.li5::before {
    left: 314px;
  }
}
.cooperate {
  background: url(../images/hzbg.jpg) center 0 no-repeat;
  padding-top: 209px;
  margin-top: -209px;
  overflow: hidden;
}
.cooperate .hzBox {
  height: 731px;
  padding-top: 280px;
  position: relative;
}
.cooperate .hzBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 1302px;
  height: 386px;
  left: 50%;
  margin-left: -651px;
  top: 236px;
  background: url(../images/hzline.png) center 0 no-repeat;
}
.cooperate .title {
  width: 522px;
  height: 523px;
  background: url(../images/hztit.png) center center no-repeat;
  margin: auto;
  padding-top: 176px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -261px;
  z-index: 3;
}
.cooperate .hzList ul {
  position: relative;
  height: 112px;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.cooperate .hzList ul:first-child {
  margin-top: 0;
}
.cooperate .hzList ul li .pic {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .hzList ul li .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cooperate .hzList ul li .pic:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cooperate .hzList ul li.li1 {
  position: absolute;
  left: 26px;
  top: 0;
}
.cooperate .hzList ul li.li2 {
  position: absolute;
  left: 188px;
  top: 75px;
}
.cooperate .hzList ul li.li3 {
  position: absolute;
  right: 190px;
  top: 86px;
}
.cooperate .hzList ul li.li4 {
  position: absolute;
  right: 92px;
  top: -36px;
}
.cooperate .hzList ul li.li6 {
  margin-top: 58px;
}
.cooperate .hzList ul li.li7 {
  margin-top: 75px;
}
.cooperate .hzList ul li.li8 {
  margin-top: 70px;
}
.cooperate .hzList ul li.li9 {
  margin-top: 50px;
}
.cooperate .hzList ul li.li10 {
  margin-top: -40px;
}
.inCont {
  padding: 80px 0 54px;
}
.inCont .title {
  position: relative;
  z-index: 2;
  text-align: left;
}
.inCont .title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -48px;
  top: 6px;
  width: 244px;
  height: 62px;
  background: url(../images/titbg.png) 0 0 no-repeat;
  border-radius: 35px;
}
.inCont .title i {
  margin-top: 18px;
  line-height: 10px;
}
.inCont .title::after {
  margin-left: 0;
  margin-top: 24px;
}
.inCont .about {
  float: left;
  width: 530px;
}
.inCont .about .pic {
  margin-top: 34px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 346px;
  border-radius: 10px;
}
.inCont .about .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .about .pic:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.inCont .about .text {
  margin-top: 62px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  max-height: 160px;
  color: #2b3541;
  text-align: justify;
}
.inCont .about .more {
  display: block;
  margin-top: 50px;
  width: 130px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
  padding-left: 55px;
  line-height: 48px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #063a14, #063a14);
  background-image: linear-gradient(to right, #063a14, #063a14);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  overflow: hidden;
}
.inCont .about .more em {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #063a14;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .about .more em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/aboutmore.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .about .more:hover {
  background-color: #063a14;
  background-size: 100% 100%;
  box-shadow: 0 4px 10px -2px rgba(6, 58, 20, 0.2);
  color: #fff;
}
.inCont .about .more:hover em {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.inCont .case {
  float: left;
  width: 340px;
  margin-left: 75px;
}
.inCont .case .caseSwiper {
  margin-top: 34px;
}
.inCont .case .caseSwiper .swiper-container {
  height: 714px;
}
.inCont .case .caseSwiper ul li {
  height: 344px;
}
.inCont .case .caseSwiper ul li .item {
  height: 344px;
  position: relative;
}
.inCont .case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 188px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .case .caseSwiper 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;
}
.inCont .case .caseSwiper ul li .item .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 186px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 8px 30px 0;
}
.inCont .case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .case .caseSwiper ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.inCont .case .caseSwiper ul li .item .cont .line {
  border-top: 1px dashed rgba(6, 58, 20, 0.2);
  position: relative;
  font-size: 0;
}
.inCont .case .caseSwiper ul li .item .cont .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #063a14;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.inCont .case .caseSwiper ul li .item .cont .line:hover::after,
.inCont .case .caseSwiper ul li .item .cont .line.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.inCont .case .caseSwiper ul li .item .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .case .caseSwiper ul li .item .cont .more {
  margin-top: 14px;
  width: 20px;
  height: 20px;
  background-color: #063a14;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .case .caseSwiper ul li .item .cont .more::before {
  content: ">";
  font-family: simsun;
}
.inCont .case .caseSwiper ul li .item:hover {
  border-color: #063a14;
  box-shadow: none;
}
.inCont .case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.inCont .case .caseSwiper ul li .item:hover .cont .bt {
  color: #063a14;
  font-weight: bold;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.inCont .case .caseSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.inCont .news {
  float: right;
  width: 340px;
  margin-right: -20px;
}
.inCont .news .title {
  margin-left: 98px;
}
.inCont .news .newsSwiper {
  margin-top: 34px;
}
.inCont .news .newsSwiper .swiper-container {
  height: 714px;
}
.inCont .news .newsSwiper ul li {
  height: 344px;
}
.inCont .news .newsSwiper ul li .item {
  height: 344px;
  position: relative;
}
.inCont .news .newsSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 188px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .news .newsSwiper 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;
}
.inCont .news .newsSwiper ul li .item .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 186px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 8px 30px 0;
}
.inCont .news .newsSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .news .newsSwiper ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.inCont .news .newsSwiper ul li .item .cont .line {
  border-top: 1px dashed rgba(6, 58, 20, 0.2);
  position: relative;
  font-size: 0;
}
.inCont .news .newsSwiper ul li .item .cont .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #063a14;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.inCont .news .newsSwiper ul li .item .cont .line:hover::after,
.inCont .news .newsSwiper ul li .item .cont .line.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.inCont .news .newsSwiper ul li .item .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .news .newsSwiper ul li .item .cont .more {
  margin-top: 14px;
  width: 20px;
  height: 20px;
  background-color: #063a14;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inCont .news .newsSwiper ul li .item .cont .more::before {
  content: ">";
  font-family: simsun;
}
.inCont .news .newsSwiper ul li .item:hover {
  border-color: #063a14;
  box-shadow: none;
}
.inCont .news .newsSwiper 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);
}
.inCont .news .newsSwiper ul li .item:hover .cont .bt {
  color: #063a14;
  font-weight: bold;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.inCont .news .newsSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (max-width: 1380px) {
  .inCont .case {
    width: 320px;
    margin-left: 55px;
  }
  .inCont .news {
    margin-right: 0;
  }
}
@media screen and (max-width: 1320px) {
  .inCont .about {
    width: 480px;
  }
  .inCont .case {
    width: 320px;
    margin-left: 30px;
  }
  .inCont .news {
    width: 320px;
  }
}
