@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 {
  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 *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.banner .swiper-container {
  display: block;
  width: 100%;
}
.banner .xunpan {
  width: 18.75%;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  height: 100px;
  line-height: 100px;
  font-size: 15px;
  background-color: #ddf1d9;
  color: #666666;
}
.banner .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 56px;
  height: 35px;
  background: url(../images/xunpan.png) 0 center no-repeat;
}
.banner .xunpan i {
  font-weight: bold;
}
.banner .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #46a000;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(70, 160, 0, 0.15);
}
.banner .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #46a000;
}
.banner .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.banner .swiper-slide a {
  display: block;
}
.banner .swiper-slide a:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.banner .swiper-slide .cont {
  display: block;
  background: url(../images/slogan.jpg) center 0 no-repeat;
  width: 18.75%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .swiper-slide .cont .text {
  color: #444444;
  width: 230px;
  margin: auto;
  padding: 100px 0 200px;
}
.banner .swiper-slide .cont .text .line {
  width: 51px;
  height: 2px;
  background-color: #46a000;
}
.banner .swiper-slide .cont .text .t1 {
  margin-top: 42px;
  font-size: 16px;
  line-height: 26px;
}
.banner .swiper-slide .cont .text .t2 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
}
.banner .swiper-slide .pic {
  width: 81.25%;
  margin-left: 18.75%;
}
.banner .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.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%;
  cursor: pointer;
}
.banner .banner-swiper-pagination {
  position: absolute;
  width: auto;
  text-align: right;
  right: 18%;
  bottom: 55px;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  z-index: 9;
}
.banner .banner-swiper-pagination:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 61px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.banner .banner-swiper-pagination .swiper-pagination-current {
  font-size: 24px;
}
.banner .banner-swiper-pagination .swiper-pagination-current:before {
  content: "0";
}
.banner .banner-swiper-pagination .swiper-pagination-total {
  font-size: 14px;
}
.banner .banner-swiper-pagination .swiper-pagination-total:before {
  content: "0";
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #46a000;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #46a000;
}
.title {
  line-height: 1;
}
.title:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.title .left i {
  float: left;
  font-size: 68px;
  font-family: 'Times New Roman', Times, serif;
  color: #46a000;
  line-height: 48px;
  margin-right: 10px;
  text-transform: uppercase;
  text-shadow: 3px 2px 0 rgba(70, 160, 0, 0.3);
}
.title .left h3 {
  font-size: 30px;
  font-weight: bold;
  z-index: 1;
  float: left;
  margin-bottom: 4px;
}
.title .left h4 {
  font-size: 16px;
  color: #cccccc;
}
.title .tip {
  float: left;
  font-size: 18px;
  margin-left: 13px;
  padding-left: 23px;
  line-height: 34px;
  padding-bottom: 6px;
  position: relative;
  color: #484848;
  padding-right: 20px;
}
.title .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 6px;
  width: 1px;
  height: 40px;
  background-color: #dcdcdc;
}
.title .tip:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.title .more {
  float: right;
  background: url(../images/more.png) center center no-repeat;
  width: 49px;
  height: 49px;
}
.title .more:hover {
  background: url(../images/moreh.png) center center no-repeat;
}
.product {
  padding: 80px 0;
}
.product .proNav {
  max-width: 760px;
  height: 46px;
  background-color: #ffffff;
  padding: 0 30px;
  position: relative;
  box-shadow: 0 0 15px rgba(70, 160, 0, 0.2);
  float: right;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
}
.product .proNav .ul {
  height: 46px;
  overflow: hidden;
}
.product .proNav:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -3px;
  border-radius: 100%;
  height: 6px;
  width: 6px;
  background-color: #cde2cb;
}
.product .proNav:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-radius: 100%;
  height: 6px;
  width: 6px;
  background-color: #cde2cb;
}
.product .proNav a {
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
}
.product .proNav a:hover {
  color: #46a000;
}
.product .list ul {
  margin-right: -51px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  margin-top: 42px;
  margin-right: 51px;
  width: 366px;
  height: 420px;
  background: url(../images/proli.png) center center no-repeat;
  background-color: #f9f9f9;
  border-radius: 10px;
  text-align: center;
  padding: 20px 26px 0;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .pic {
  display: block;
  width: 320px;
  height: 320px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  box-shadow: 0 0 15px rgba(70, 160, 0, 0.2);
}
.product .list li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #444444;
  line-height: 30px;
  margin-top: 28px;
  padding: 0 15px;
}
.product .list li:hover {
  background: url(../images/prolih.png) center center no-repeat;
}
.product .proTabs {
  float: right;
  width: 930px;
}
.product .proTabs .hd {
  height: 50px;
  background-color: #e4e4e4;
  line-height: 50px;
  padding-right: 20px;
}
.product .proTabs .hd ul li {
  float: left;
  width: 150px;
  height: 50px;
  background-color: #eceff4;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #46a000, #46a000);
  background-image: linear-gradient(to right, #46a000, #46a000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proTabs .hd ul li i {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 21px;
  height: 50px;
  overflow: hidden;
}
.product .proTabs .hd ul li i:before,
.product .proTabs .hd ul li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proTabs .hd ul li i.ico1:before {
  background: url(../images/prohdico1.png) center center no-repeat;
}
.product .proTabs .hd ul li i.ico1:after {
  background: url(../images/prohdico1h.png) center center no-repeat;
}
.product .proTabs .hd ul li i.ico2:before {
  background: url(../images/prohdico2.png) center center no-repeat;
}
.product .proTabs .hd ul li i.ico2:after {
  background: url(../images/prohdico2h.png) center center no-repeat;
}
.product .proTabs .hd ul li.on {
  background-size: 100% 100%;
  color: #fff;
}
.product .proTabs .hd ul li.on i {
  border-color: #46a000;
}
.product .proTabs .hd ul li.on i:before,
.product .proTabs .hd ul li.on i:after {
  top: -100%;
}
.product .proTabs .hd .more {
  float: right;
  color: #888888;
}
.product .proTabs .hd .more:hover {
  color: #46a000;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.product .proTabs .bd {
  overflow: hidden;
}
.product .proTabs .bd ul {
  margin-right: -21px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product .proTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs .bd li {
  width: 296px;
  height: 264px;
  background-color: #ffffff;
  float: left;
  margin-top: 20px;
  margin-right: 21px;
  border: solid 1px #c5c5c5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd li .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.product .proTabs .bd li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .proTabs .bd li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 41px;
  border-top: solid 1px #c5c5c5;
  position: relative;
  padding: 0 80px 0 20px;
  font-size: 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #46a000, #46a000);
  background-image: linear-gradient(to right, #46a000, #46a000);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proTabs .bd li .bt:after {
  content: "";
  display: block;
  background: url(../images/proli.png) center center no-repeat;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 60px;
  height: 30px;
  z-index: 3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proTabs .bd li:hover .bt {
  color: #fff;
  background-size: 100% 100%;
}
.product .proTabs .bd li:hover .bt:after {
  background: url(../images/prolih.png) center center no-repeat;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  height: 900px;
}
.youshi .ysBox {
  padding-top: 98px;
}
.youshi .ysTit {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 70px;
  color: #fff;
  line-height: 1;
}
.youshi .ysTit h3 {
  font-size: 30px;
}
.youshi .ysTit h3 i {
  font-size: 48px;
  line-height: 40px;
}
.youshi .ysTit h4 {
  margin-top: 26px;
  font-size: 14px;
  letter-spacing: 18px;
}
.youshi .thumbsTab {
  position: absolute;
  width: 540px;
  border-bottom: 1px solid #fff;
  z-index: 3;
  top: 216px;
}
.youshi .thumbsTab li {
  display: 33.3333%;
  height: 128px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.youshi .thumbsTab li i {
  display: block;
  width: 76px;
  height: 62px;
  overflow: hidden;
  margin: auto;
  background: url(../images/yshdli.png) center center no-repeat;
  background-size: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .thumbsTab li i:before,
.youshi .thumbsTab 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 .thumbsTab li i.ico1:before,
.youshi .thumbsTab li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .thumbsTab li i.ico2:before,
.youshi .thumbsTab li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .thumbsTab li i.ico3:before,
.youshi .thumbsTab li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .thumbsTab li i.ico4:before,
.youshi .thumbsTab li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .thumbsTab li h4 {
  margin-top: 14px;
  letter-spacing: 5px;
}
.youshi .thumbsTab li.swiper-slide-thumb-active i {
  background-size: 76px;
}
.youshi .thumbsTab .ys-next {
  position: absolute;
  right: 60px;
  height: 19px;
  width: 50px;
  background: url(../images/ysr.png) center center no-repeat;
  bottom: -57px;
  outline: none;
  z-index: 4;
  cursor: pointer;
}
.youshi .thumbsTab .ys-prev {
  position: absolute;
  left: 60px;
  height: 19px;
  width: 50px;
  background: url(../images/ysl.png) center center no-repeat;
  bottom: -57px;
  outline: none;
  z-index: 4;
  cursor: pointer;
}
.youshi .thumbsTab .ys-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -57px;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  z-index: 2;
}
.youshi .thumbsTab .ys-pagination .swiper-pagination-current:before {
  content: "0";
}
.youshi .thumbsTab .ys-pagination .swiper-pagination-total:before {
  content: "0";
}
.youshi .galleryTop {
  height: 601px;
}
.youshi .galleryTop li {
  height: 601px;
}
.youshi .galleryTop li .pic {
  float: right;
  width: 601px;
  height: 601px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.youshi .galleryTop li .pic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.youshi .galleryTop li .pic:hover:before,
.youshi .galleryTop li .pic.pic:hover:before,
.youshi .galleryTop li .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.youshi .galleryTop li .pic img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.youshi .galleryTop li .cont {
  padding-top: 412px;
}
.youshi .galleryTop li .cont h4 {
  line-height: 1;
  font-size: 24px;
}
.youshi .galleryTop li .cont h4 span {
  font-weight: bold;
  color: #46a000;
}
.youshi .galleryTop li .cont .text {
  line-height: 36px;
  color: #444444;
  margin-top: 34px;
}
.youshi .message .formbox {
  float: left;
  width: 970px;
}
.youshi .message .formbox label {
  float: left;
  margin-right: 92px;
  display: block;
}
.youshi .message .formbox label i {
  display: block;
  float: left;
  width: 33px;
  margin-right: 10px;
  height: 34px;
  position: relative;
  top: 30px;
}
.youshi .message .formbox label i:before {
  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 .message .formbox label i.ico1:before,
.youshi .message .formbox label i.ico1:after {
  background: url(../images/inpxm.png) center center no-repeat;
}
.youshi .message .formbox label i.ico2:before,
.youshi .message .formbox label i.ico2:after {
  background: url(../images/inpdh.png) center center no-repeat;
}
.youshi .message .formbox label i.ico3:before,
.youshi .message .formbox label i.ico3:after {
  background: url(../images/inpnr.png) center center no-repeat;
}
.youshi .message .formbox label i.ico4:before,
.youshi .message .formbox label i.ico4:after {
  background: url(../images/inpyzm.png) center center no-repeat;
}
.youshi .message .formbox input {
  margin-top: 30px;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
  height: 36px;
  background: none;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 34px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .message .formbox input::-webkit-input-placeholder {
  color: #ffffff;
}
.youshi .message .formbox input:focus,
.youshi .message .formbox input:active {
  border-color: #fff;
}
.youshi .message .formbox input:focus::-webkit-input-placeholder,
.youshi .message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.youshi .message .formbox .code {
  position: relative;
  float: left;
}
.youshi .message .formbox .code .imgCode {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 36px;
  border: none;
  display: block;
}
.youshi .message .submitform {
  float: right;
  margin-top: 40px;
  width: 100px;
  height: 90px;
  background: #46a000 url(../images/lybtn.png) center center no-repeat;
  background-size: 100%;
  border-radius: 6px;
  text-align: center;
  padding: 20px 30px;
  font-weight: bold;
  border: none;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .message .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 6px;
  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;
}
.youshi .message .submitform:hover {
  background-size: 120%;
  color: #fff;
}
.youshi .message .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case {
  padding: 76px 0;
}
.case .caseList {
  margin-top: 40px;
}
.case .caseList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList .one {
  float: left;
  width: 574px;
}
.case .caseList .one .pic {
  display: block;
  width: 100%;
  height: 442px;
  position: relative;
  overflow: hidden;
}
.case .caseList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .one .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 538px;
  left: 18px;
  top: 18px;
  height: 406px;
  border: solid 4px #ffffff;
  opacity: 0.3;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .one:hover .pic:before {
  width: 518px;
  left: 28px;
  top: 28px;
  height: 386px;
}
.case .caseList .one:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseList .one .cont {
  height: 95px;
  padding-top: 15px;
}
.case .caseList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #444444;
}
.case .caseList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .one .cont .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 3px;
  height: 16px;
  background-color: #46a000;
}
.case .caseList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  font-size: 13px;
  margin-top: 5px;
  color: #666666;
}
.case .caseList .one:hover .cont .bt {
  color: #46a000;
}
.case .caseList .caseTabs {
  width: 592px;
  height: 536px;
  position: relative;
  float: right;
  border: 1px #f6f6f6 solid;
  border-right: none;
  padding: 50px 0 50px 35px;
}
.case .caseList .caseTabs .bd {
  height: 434px;
  overflow: hidden;
}
.case .caseList .caseTabs li {
  background-color: #f9f9f9;
  margin-bottom: 26px;
}
.case .caseList .caseTabs li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList .caseTabs li .pic {
  display: block;
  width: 266px;
  height: 204px;
  float: left;
  position: relative;
  overflow: hidden;
}
.case .caseList .caseTabs li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .caseTabs li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseList .caseTabs li .cont {
  height: 204px;
  width: 290px;
  float: right;
  padding: 45px 40px 0;
}
.case .caseList .caseTabs li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.case .caseList .caseTabs li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList .caseTabs li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
  height: 84px;
  font-size: 13px;
  margin-top: 16px;
  color: #666666;
}
.case .caseList .caseTabs li:hover .cont .bt {
  color: #46a000;
}
.case .caseList .caseTabs .prev {
  position: absolute;
  width: 557px;
  left: 35px;
  height: 50px;
  top: 0;
  background: url(../images/caset.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .caseTabs .prev:hover {
  background: url(../images/caseth.png) center center no-repeat;
}
.case .caseList .caseTabs .next {
  position: absolute;
  width: 557px;
  left: 35px;
  height: 50px;
  bottom: 0;
  background: url(../images/caseb.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList .caseTabs .next:hover {
  background: url(../images/casebh.png) center center no-repeat;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  padding-top: 70px;
  height: 900px;
}
.about .aboutPic {
  float: left;
  width: 600px;
  position: relative;
}
.about .aboutPic .pic {
  display: block;
  width: 960px;
  height: 630px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.about .aboutPic .pic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.about .aboutPic .pic:hover:before,
.about .aboutPic .pic.pic:hover:before,
.about .aboutPic .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.about .aboutPic .pic img {
  width: 960px;
  height: 630px;
  display: block;
}
.about .aboutText {
  float: right;
  width: 540px;
  padding-top: 44px;
}
.about .aboutText h4 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: right;
}
.about .aboutText h4 a {
  color: #fff;
}
.about .aboutText h5 {
  color: #fff;
  line-height: 1;
  margin-top: 28px;
  white-space: nowrap;
  text-align: right;
  letter-spacing: 18px;
  margin-right: -18px;
  font-size: 14px;
}
.about .aboutText > .line {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  margin-top: 31px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  color: #fff;
  margin-top: 41px;
  text-align: right;
}
.about .aboutText .aLink {
  margin-top: 74px;
  position: relative;
  height: 350px;
}
.about .aboutText .aLink .aLinkBox {
  width: 720px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 40px 0px 40px 0px;
  position: absolute;
  padding: 54px 0 0 54px;
  right: 0;
  top: 0;
}
.about .aboutText .aLink .aLinkBox * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a {
  display: block;
  float: left;
  position: relative;
  width: 290px;
  height: 100px;
  background-color: #eff8ed;
  margin-right: 38px;
  margin-bottom: 38px;
  padding: 20px 0 0 30px;
  line-height: 1;
}
.about .aboutText .aLink a:first-child {
  margin-left: 0;
}
.about .aboutText .aLink a i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background-color: #777777;
  border-radius: 6px;
  overflow: hidden;
}
.about .aboutText .aLink a i:before,
.about .aboutText .aLink a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .aLink a i.ico1:before {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico2:before {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico3:before {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico4:before {
  background: url(../images/aboutico4.png) center center no-repeat;
}
.about .aboutText .aLink a .line {
  float: left;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #999999;
  margin-left: 20px;
  margin-top: 29px;
}
.about .aboutText .aLink a .t {
  display: block;
  font-weight: bold;
  line-height: 60px;
  font-size: 18px;
  margin-left: 20px;
  float: left;
  position: relative;
  z-index: 2;
}
.about .aboutText .aLink a em {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #ddf0d9;
  font-size: 72px;
  line-height: 100px;
}
.about .aboutText .aLink a span {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a span.cn {
  font-size: 22px;
}
.about .aboutText .aLink a span.en {
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}
.about .aboutText .aLink a:hover i {
  background-color: #46a000;
}
.about .aboutText .aLink a:hover i:before {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.about .aboutText .aLink a:hover .cn {
  color: #46a000;
}
.about .aboutText .aLink a:hover .en {
  color: #46a000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.news {
  padding: 80px 0;
}
.news .list ul {
  margin-right: -60px;
}
.news .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list li {
  margin-top: 30px;
  margin-right: 60px;
  float: left;
  width: 360px;
  height: 110px;
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 25px 30px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li:hover {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(70, 160, 0, 0.15);
}
.news .list li .bt {
  font-size: 15px;
  line-height: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list li .bt:hover {
  color: #46a000;
}
.news .list li .bt:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 11px;
  background-color: #999999;
  color: #fff;
  line-height: 10px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .date {
  margin-top: 10px;
  line-height: 24px;
}
.news .list li .date span {
  color: #999999;
  float: left;
}
.news .list li .date .more {
  float: right;
  display: block;
  height: 12px;
  width: 39px;
  position: relative;
  top: 8px;
  background: url(../images/newsMore.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .date .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list li:hover {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(70, 160, 0, 0.15);
}
.news .list li:hover .bt:before {
  background: #46a000;
}
.news .list li:hover .date .more {
  background: url(../images/newsMoreh.png) 0 center no-repeat;
}
.links {
  height: 0;
  position: relative;
  padding-left: 462px;
  z-index: 2;
}
.links .linksBox {
  position: absolute;
  right: 0;
  width: 738px;
  top: 36px;
}
.links .tit {
  color: #46a000;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  float: left;
  width: 50px;
}
.links .list {
  line-height: 26px;
  float: left;
  width: 688px;
  height: 52px;
  overflow: hidden;
}
.links .list a {
  margin-left: 30px;
  color: #444444;
  display: inline-block;
}
.links .list a:hover {
  color: #46a000;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.letter-wrap {
  display: inline-block;
  position: relative;
}
.letter-wrap * {
  pointer-events: none;
}
.letter-wrap__char {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333;
}
.letter-wrap__char-inner {
  display: inline-block;
}
.letter-wrap__char-inner:after {
  content: attr(data-letter);
  position: absolute;
  top: 100%;
  left: 0;
  color: #46a000;
}