@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;
}
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;
  z-index: 1;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  right: 6.875%;
  top: 0;
  margin-right: -1px;
}
@media screen and (max-width: 1720px) {
  .banner::before {
    right: 6%;
  }
}
.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;
}
.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 {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.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-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  display: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 70%;
  right: 6.875%;
  width: 66px;
  height: 66px;
  margin-right: -33px;
  background: url(../images/br.png) 50% 50% no-repeat;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 1720px) {
  .banner .banner-next {
    right: 6%;
  }
}
.banner .banner-next:hover {
  background-color: #6cbe18;
}
.banner .banner-pagination {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 9%;
  z-index: 3;
  width: 300px;
  text-align: center;
  font-size: 0;
}
.banner .banner-pagination span {
  display: inline-block;
  border-radius: 0;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.2;
  margin: 0 6px !important;
  cursor: pointer !important;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.title {
  line-height: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  line-height: 24px;
  color: #dbdbdb;
}
.title span {
  display: block;
  font-size: 38px;
  margin-top: -14px;
  font-weight: bold;
}
.moreLink {
  display: block;
  width: 174px;
  height: 58px;
  background-color: #6cbe18;
  text-align: center;
  line-height: 58px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #2c7538;
  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;
}
.moreLink:hover {
  background: none;
  color: #2c7538;
  box-shadow: 0 10px 10px -5px rgba(44, 117, 56, 0.2);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.moreLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.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: 32px;
}
@keyframes line {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.about {
  position: relative;
  overflow: hidden;
  padding-top: 102px;
  padding-bottom: 90px;
}
.about .aboutText {
  margin-left: 494px;
}
.about .aboutText .tit {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #2c7538;
}
.about .aboutText .text {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 34px;
  height: 136px;
  font-size: 17px;
  color: #757575;
  text-align: justify;
}
.about .aboutText .moreLink {
  margin-top: 66px;
}
.about .tip {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -12px;
}
.about .tip .txt {
  font-size: 40px;
  line-height: 64px;
}
.about .tip .img {
  display: block;
  margin-top: 30px;
}
.about .tip .img img {
  display: block;
}
.about .aboutPic {
  float: left;
  position: relative;
  overflow: hidden;
  width: 494px;
  height: 418px;
  margin-top: 80px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  box-shadow: 0 5px 20px rgba(44, 117, 56, 0.3);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.about .video {
  float: right;
  width: 782px;
  height: 418px;
  margin-top: 80px;
}
.about .video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    margin-left: 420px;
  }
  .about .aboutPic {
    width: 420px;
    height: 390px;
  }
  .about .video {
    width: 740px;
    height: 390px;
  }
}
.product {
  overflow: hidden;
  position: relative;
  padding: 106px 0 72px;
  background-color: #f3f4f4;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .title {
  text-align: left;
}
.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 {
  margin-top: -8px;
  margin-bottom: -6px;
  float: right;
}
.product .proNav ul li {
  float: left;
  position: relative;
  margin-left: 57px;
}
.product .proNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -29px;
  width: 1px;
  height: 19px;
  background-color: #2c7538;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .proNav ul li:first-child::before {
  display: none;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 59px;
  line-height: 59px;
  font-size: 21px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 59px;
  background: url(../images/pronavli.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li.on a,
.product .proNav ul li:hover a {
  padding-left: 46px;
  color: #2c7538;
}
.product .proNav ul li.on a::before,
.product .proNav ul li:hover a::before {
  opacity: 1;
  width: 41px;
}
.product .proSwiper {
  margin: 25px auto 0;
  width: 96%;
  max-width: 1680px;
  min-width: 1180px;
}
.product .proSwiper .swiper-container {
  margin: 0 -23px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 31 13, default;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 31 13, default;
}
.product .proSwiper ul li {
  float: left;
  width: 25%;
  padding: 20px 23px;
}
.product .proSwiper ul li .item {
  background-color: #fff;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 112.8415%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper 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;
}
.product .proSwiper ul li .item .bt {
  display: block;
  padding: 27px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  max-width: 100%;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #dcdcdc;
  line-height: 44px;
  font-size: 18px;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #6cbe18, #6cbe18);
  background-image: linear-gradient(to right, #6cbe18, #6cbe18);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proSwiper ul li .item .bt span:hover {
  background-size: 100% 100%;
  color: #fff !important;
  border-color: #6cbe18 !important;
}
.product .proSwiper ul li .item:hover {
  box-shadow: 0 5px 18px rgba(44, 117, 56, 0.2);
}
.product .proSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proSwiper ul li .item:hover .bt span {
  border-color: #2c7538;
  color: #2c7538;
}
@media screen and (max-width: 1680px) {
  .product .proSwiper .swiper-container {
    margin: 0 -15px;
  }
  .product .proSwiper ul li {
    padding: 20px 15px;
  }
}
.product .pro-pagination {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.product .pro-pagination span {
  display: inline-block;
  vertical-align: top;
  border: solid 1px transparent;
  opacity: 1;
  padding: 4px;
  border-radius: 100%;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer !important;
  outline: none;
  font-size: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .pro-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #b2b2b2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .pro-pagination span.swiper-pagination-bullet-active {
  border: solid 1px #2c7538;
}
.product .pro-pagination span.swiper-pagination-bullet-active:before {
  background-color: #2c7538;
}
.youshi {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.youshi .furen {
  position: absolute;
  width: 100%;
  top: 264px;
  line-height: 187px;
}
.youshi .furen span {
  width: 3840px;
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  animation: furen 30s linear infinite;
}
@keyframes furen {
  0% {
    left: 0;
  }
  100% {
    left: -1920px;
  }
}
.youshi .furen span i {
  display: block;
  float: left;
  width: 1920px;
  font-family: Arial;
  font-size: 224px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #2c7538, -1px 1px 0 #2c7538, 1px -1px 0 #2c7538, -1px -1px 0 #2c7538;
  color: #fff;
}
.youshi .ysImg {
  width: 540px;
  height: 540px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.youshi .ysImg::before {
  content: "";
  width: 378px;
  height: 486px;
  display: block;
  position: absolute;
  top: -23px;
  right: -99px;
  background: url(../images/ysimgbg.png) right 0 no-repeat;
  transform-origin: 40% 40%;
  animation: xz 8s linear infinite;
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
.youshi .ysImg .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}
.youshi .ysImg .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysImg .img:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysTabs {
  margin-top: 56px;
  position: relative;
}
.youshi .ysTxt1 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -84px;
}
.youshi .ysTxt1 .bd {
  width: 130px;
  height: 48px;
  overflow: hidden;
}
.youshi .ysTxt1 .bd ul li {
  line-height: 48px;
  font-size: 22px;
  width: 130px;
  height: 48px;
}
.youshi .ysTxt1 .bd ul li i {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 48px;
  margin-right: 12px;
}
.youshi .ysTxt1 .bd ul li i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysTxt1 .bd ul li i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysTxt1 .bd ul li i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysTxt3 {
  position: absolute;
  right: 0;
  top: -84px;
  text-align: right;
}
.youshi .ysTxt3 .bd {
  width: 130px;
  height: 48px;
  overflow: hidden;
}
.youshi .ysTxt3 .bd ul li {
  line-height: 48px;
  font-size: 22px;
  width: 130px;
  height: 48px;
}
.youshi .ysTxt3 .bd ul li i {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 48px;
  margin-right: 12px;
}
.youshi .ysTxt3 .bd ul li i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysTxt3 .bd ul li i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysTxt3 .bd ul li i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysTxt2 {
  width: 600px;
  margin: auto;
}
.youshi .ysTxt2 .bd {
  height: 88px;
  overflow: hidden;
}
.youshi .ysTxt2 .bd ul li {
  text-align: center;
}
.youshi .ysTxt2 .bd ul li .tit {
  line-height: 28px;
  padding-top: 10px;
  font-size: 22px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysTxt2 .bd ul li .tit i {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.youshi .ysTxt2 .bd ul li .tit i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysTxt2 .bd ul li .tit i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysTxt2 .bd ul li .tit i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysTxt2 .bd ul li .text {
  font-size: 18px;
  margin-top: 12px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #757575;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTxt2 .bd ul li:hover .tit {
  color: #2c7538;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysTxt2 .bd ul li:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .page .prev {
  width: 125px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 3;
  background: url(../images/ysl.png) 0 center no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .next {
  width: 125px;
  height: 19px;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 3;
  background: url(../images/ysr.png) 0 center no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.authorized {
  background: url(../images/sqbg.jpg) center 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
.authorized .title i {
  color: #dbdbdb;
  opacity: 0.2;
}
.authorized .title span {
  color: #ffffff;
}
.authorized .sqBox {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.authorized .sqBox .title {
  padding-top: 90px;
  padding-bottom: 45px;
  position: relative;
}
.authorized .sqBox .title::before {
  content: "";
  display: block;
  width: 1610px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.authorized .sqCont {
  position: relative;
  text-align: center;
  color: #ffffff;
  min-height: 610px;
}
.authorized .sqCont .sqTab {
  position: absolute;
  right: -150px;
  top: 110px;
}
.authorized .sqCont .sqTab ul li {
  position: relative;
  width: 150px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: 106px;
  cursor: pointer;
}
.authorized .sqCont .sqTab ul li:first-child {
  margin-top: 0;
}
.authorized .sqCont .sqTab ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 192px;
  height: 100%;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.24));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.24));
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.authorized .sqCont .sqTab ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 0;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.authorized .sqCont .sqTab ul li:hover,
.authorized .sqCont .sqTab ul li.on {
  font-weight: bold;
}
.authorized .sqCont .sqTab ul li:hover::before,
.authorized .sqCont .sqTab ul li.on::before {
  opacity: 1;
}
.authorized .sqCont .sqTab ul li:hover::after,
.authorized .sqCont .sqTab ul li.on::after {
  height: 86px;
}
.authorized .sqCont .w1 {
  width: 17%;
}
.authorized .sqCont .w2 {
  width: 32.3%;
}
.authorized .sqCont .w3 {
  width: 50%;
}
.authorized .sqCont .sqList {
  min-height: 610px;
}
.authorized .sqCont table {
  width: 100%;
}
.authorized .sqCont table tr {
  min-height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.authorized .sqCont table tr th {
  font-size: 24px;
  padding-top: 34px;
  padding-bottom: 24px;
  line-height: 34px;
  font-weight: normal;
}
.authorized .sqCont table tr td {
  font-size: 16px;
  opacity: 0.8;
  padding: 10px 0;
}
.authorized .sqCont table tr td span {
  display: inline-block;
  vertical-align: middle;
}
.authorized .sqCont table tr td.w3 span::after {
  content: "，";
}
.authorized .sqCont table tr td.w3 span:last-child::after {
  display: none;
}
.authorized .sqCont table tr:nth-last-child(2n) {
  background-color: rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 1560px) {
  .authorized .sqCont .sqTab {
    right: 0;
  }
  .authorized .sqCont .sqTab ul li::before {
    width: 100%;
    border-radius: 0;
  }
  .authorized .sqCont .sqTabs {
    margin-right: 150px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.authorized .sqimg {
  position: absolute;
  left: -320px;
  top: 255px;
  width: 248px;
  height: 561px;
  background: url(../images/sqimg.png) 0 0 no-repeat;
}
.case {
  overflow: hidden;
  padding: 90px 0 10px;
}
.case .caseSwiper {
  position: relative;
  margin: 50px -80px 0;
  margin: 50px -20px 0;
}
.case .caseSwiper::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 55px;
  width: 1034px;
  height: 1px;
  background-color: #ebebeb;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper::before {
    width: 900px;
  }
}
.case .caseSwiper ul li {
  float: left;
  width: 33.33%;
  padding: 0 80px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 20px;
}
.case .caseSwiper ul li .item {
  text-align: center;
}
.case .caseSwiper ul li .item .bt {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .bt i {
  display: block;
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  /* width: 106px;
  height: 106px; */
  width: 100%;
  padding-top: 75%;
  border-radius: 0
}
.case .caseSwiper ul li .item .bt i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
/* .case .caseSwiper ul li .item .bt i img {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} */
.case .caseSwiper ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  margin-top: 20px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  color: #a3a3a3;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.case .caseSwiper ul li .item:hover .bt i {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
/* .case .caseSwiper ul li .item:hover .bt i img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
} */
.case .caseSwiper ul li .item:hover .bt span {
  color: #2c7538;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .caseSwiper ul li .item:hover p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper {
    margin: 50px -54px 0;
  }
  .case .caseSwiper ul li {
    padding: 0 54px;
  }
}
.case .moreLink {
  margin: auto;
  margin-top: 66px;
}
.news {
  position: relative;
  overflow: hidden;
  padding-top: 146px;
  padding-bottom: 54px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .moreLink {
  margin: auto;
  margin-top: 36px;
}
.news .newsList {
  margin-top: 18px;
  margin-left: -70px;
  margin-right: -70px;
}
.news .newsList .list {
  margin: 0 -8px;
}
.news .newsList .list::after,
.news .newsList .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  width: 25%;
  float: left;
  padding: 0 8px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item {
  height: 260px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .pic {
  display: block;
  width: 0;
  height: 260px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .cont {
  padding: 58px 40px 0;
}
.news .newsList .list ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a1a1a1;
  font-size: 15px;
  margin-top: 8px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .cont .tt {
  margin-top: 46px;
  line-height: 30px;
}
.news .newsList .list ul li .item .cont .tt::after,
.news .newsList .list ul li .item .cont .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li .item .cont .tt .date {
  float: left;
  font-family: Arial;
  font-size: 14px;
  color: #a6a6a6;
  padding-left: 30px;
  background: url(../images/date.png) 0 center no-repeat;
}
.news .newsList .list ul li .item .cont .tt .more {
  width: 30px;
  height: 30px;
  float: right;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .cont .tt .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/newsar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.news .newsList .list ul li .item .cont .tt .more:hover::before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsList .list ul li .item:hover {
  border-color: #2c7538;
}
.news .newsList .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list ul li .item:hover .cont .bt {
  color: #2c7538;
}
.news .newsList .list ul li .item:hover .cont .bt::before {
  border-color: #2c7538;
}
.news .newsList .list ul li.on {
  width: 50%;
}
.news .newsList .list ul li.on .item {
  padding-left: 57.26%;
}
.news .newsList .list ul li.on .item .pic {
  width: 57.26%;
  opacity: 1;
}
.news .newsList .list ul li.on .item .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  white-space: pre-wrap;
}
.news .newsList .list ul li.on .item .cont p {
  opacity: 0;
  margin-top: -36px;
}
@media screen and (max-width: 1460px) {
  .news .newsList {
    margin-left: 0;
    margin-right: 0;
  }
}
