/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* header start */
.header {
  z-index: 2;
  position: fixed;
  top: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 1180px;
  height: 90px;
  margin-top: 0.1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.header.active {
  top: 0;
  background-color: #fff;
}
.header .logobox {
  width: 175px;
  height: 57px;
  float: left;
  margin-top: 16px;
  text-align: center;
  overflow: hidden;
}
.menubox {
  position: relative;
  width: 884px;
  height: 50px;
  float: left;
  margin-top: 30px;
  margin-left: 120px;
}
.menubox ul {
  width: 100%;
  height: 30px;
  margin: 0 auto;
}
.menubox ul .nav-item {
  z-index: 1;
  position: relative;
  float: left;
  max-width: 200px;
  height: 50px;
  padding: 0 18px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.menubox ul .nav-item:hover,
.menubox ul .nav-item.another {
  background: url('../images/nav_ico.png') center bottom no-repeat;
}
.menubox ul .nav-item:hover > a,
.menubox ul .nav-item.another > a {
  color: #619606;
}
.menubox ul .nav-item:hover::before,
.menubox ul .nav-item.another::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #fff;
}
.menubox ul .nav-item:hover::after,
.menubox ul .nav-item.another::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  border: 6px solid transparent;
  border-bottom-color: #619606;
  opacity: 1;
}
.menubox ul .nav-item a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
  overflow: hidden;
}
.menubox ul .nav-item > ul {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 100%;
  height: 0;
  visibility: hidden;
  transform: translateX(-50%);
  perspective: 500px;
}
.menubox ul .nav-item > ul li {
  position: relative;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  transform: rotateY(90deg);
  transition: transform .4s, opacity .5s;
  opacity: 0;
  background-color: #619606;
}
.menubox ul .nav-item > ul li:nth-child(1) {
  transition-delay: 0ms;
}
.menubox ul .nav-item > ul li:nth-child(2) {
  transition-delay: 100ms;
}
.menubox ul .nav-item > ul li:nth-child(3) {
  transition-delay: 200ms;
}
.menubox ul .nav-item > ul li:nth-child(4) {
  transition-delay: 300ms;
}
.menubox ul .nav-item > ul li:nth-child(5) {
  transition-delay: 400ms;
}
.menubox ul .nav-item > ul li:nth-child(6) {
  transition-delay: 500ms;
}
.menubox ul .nav-item > ul li:nth-child(7) {
  transition-delay: 600ms;
}
.menubox ul .nav-item > ul li:nth-child(8) {
  transition-delay: 700ms;
}
.menubox ul .nav-item > ul li:nth-child(9) {
  transition-delay: 800ms;
}
.menubox ul .nav-item > ul li:nth-child(10) {
  transition-delay: 900ms;
}
.menubox ul .nav-item > ul li:nth-child(11) {
  transition-delay: 1000ms;
}
.menubox ul .nav-item > ul li:nth-child(12) {
  transition-delay: 1200ms;
}
.menubox ul .nav-item > ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.menubox ul .nav-item > ul li:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menubox ul .nav-item > ul li:hover > a {
  color: #619606;
}
.menubox ul .nav-item > ul li a {
  position: relative;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.menubox ul .nav-item > ul li.drop > a {
  padding-right: 18px;
  padding-left: 12px;
  color: #fff;
  background-image: url('../images/drop.png');
  background-repeat: no-repeat;
  background-position: 96px center;
  box-sizing: border-box;
}
.menubox ul .nav-item > ul li.drop:hover > a {
  color: #619606;
}
.menubox ul .nav-item > ul li:hover > a:link::after,
.menubox ul .nav-item > ul li:hover > a:visited::after {
  height: 248%;
}
.menubox ul .nav-item > ul li > dl {
  position: absolute;
  left: 107px;
  top: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  perspective: 500px;
}
.menubox ul .nav-item > ul li > dl dd {
  position: relative;
  width: 100%;
  background-color: #619606;
  height: 50px;
  transform: rotateY(90deg);
  transition: transform .4s, opacity .5s;
  opacity: 0;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(1) {
  transition-delay: 0ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(2) {
  transition-delay: 100ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(3) {
  transition-delay: 200ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(4) {
  transition-delay: 300ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(5) {
  transition-delay: 400ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(6) {
  transition-delay: 500ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(7) {
  transition-delay: 600ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(8) {
  transition-delay: 700ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(9) {
  transition-delay: 800ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(10) {
  transition-delay: 900ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(11) {
  transition-delay: 1000ms;
}
.menubox ul .nav-item > ul li > dl dd:nth-child(12) {
  transition-delay: 1200ms;
}
.menubox ul .nav-item > ul li > dl dd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.menubox ul .nav-item > ul li > dl dd:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menubox ul .nav-item > ul li > dl dd:hover a {
  color: #619606;
}
.menubox ul .nav-item > ul li > dl dd a {
  position: relative;
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.menubox ul .nav-item > ul li:hover > dl {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.menubox ul .nav-item > ul li:hover > dl dd {
  transform: rotateY(0);
  opacity: 1;
}
.menubox ul .nav-item:hover > ul {
  height: auto;
  visibility: visible;
}
.menubox ul .nav-item:hover > ul li {
  transform: rotateY(0);
  opacity: 1;
}
/* 内页头部 start */
/* 内页头部 end */
/* header end */
/* banner start */
.bannerbox {
  position: relative;
  width: 100%;
  min-width: 1180px;
  height: 840px;
  overflow: hidden;
}
.bannerbox .hd {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  overflow: hidden;
  z-index: 1;
}
.bannerbox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.bannerbox .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: all .2s;
}
.bannerbox .hd ul li.on {
  background: #619606;
  width: 30px;
  color: #fff;
  border-radius: 10px;
}
.bannerbox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.bannerbox .bd li {
  height: 840px;
  zoom: 1;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bannerbox .bd li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerbox .prev,
.bannerbox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  z-index: 2;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bannerbox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.bannerbox .prev:hover,
.bannerbox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* banner end */
.product {
  position: relative;
  height: 933px;
  padding-top: 94px;
  box-sizing: border-box;
  background-color: #fafafa;
}
.product .searchbox {
  position: absolute;
  top: -76px;
  left: 50%;
  width: 1180px;
  height: 110px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
  background-color: rgba(97, 150, 6, 0.5);
}
.product .searchbox .lefttext {
  width: 200px;
  height: auto;
  float: left;
  margin-top: 28px;
  margin-left: 48px;
  color: #fff;
}
.product .searchbox .lefttext h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.product .searchbox .lefttext p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
}
.product .searchbox .formbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 280px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.product .searchbox .formbox .search-text {
  width: 230px;
  padding-left: 10px;
  color: #b3b3b3;
  line-height: 35px;
}
.product .searchbox .formbox .submit-search {
  width: 35px;
  height: 35px;
  background: url('../images/ico_search.png') center center no-repeat;
  cursor: pointer;
}
.product .searchbox .righttel {
  width: 240px;
  height: 48px;
  float: right;
  margin-right: 50px;
  margin-top: 31px;
}
.product .searchbox .righttel img {
  float: right;
}
.product .searchbox .righttel .leftnum {
  width: 178px;
  height: 48px;
  float: left;
  color: #fff;
  text-align: right;
}
.product .searchbox .righttel .leftnum .text {
  font-size: 16px;
  line-height: 16px;
}
.product .searchbox .righttel .leftnum .num {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.product .producttitle {
  position: relative;
  width: 218px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  background: url('../images/alltitle_bg.png') left center no-repeat;
  margin-bottom: 40px;
}
.product .producttitle .cn {
  margin-top: 26px;
  margin-left: 36px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}
.product .producttitle h3 {
  margin-top: 6px;
  margin-left: 36px;
  color: #619606;
  font-size: 22px;
  line-height: 22px;
}
.product .proclass {
  width: 100%;
  height: 37px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.product .proclass dt {
  float: left;
  margin-right: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #619606;
  font-size: 18px;
}
.product .proclass dt img {
  vertical-align: top;
  margin-right: 8px;
}
.product .proclass dd {
  float: left;
  padding: 0 10px;
  margin-right: 30px;
}
.product .proclass dd a {
  line-height: 22px;
  color: #4d4d4d;
}
.product .proclass dd a:hover {
  color: #619606;
}
.product .protab {
  width: 322px;
  height: 35px;
  margin: 40px auto 30px;
}
.product .protab li {
  width: 140px;
  height: 35px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 33px;
  text-align: center;
  color: #619606;
  font-size: 14px;
  border: 1px solid #619606;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
.product .protab li.active {
  color: #fff;
  background-color: #619606;
}
.product .promainbox {
  position: relative;
  width: 1180px;
  height: 553px;
  margin: 0 auto;
}
.product .promainbox .productlist {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 1180px;
  height: 553px;
}
.product .promainbox .productlist li {
  position: relative;
  width: 370px;
  height: 270px;
  float: left;
  overflow: hidden;
}
.product .promainbox .productlist li .imgbox {
  display: block;
  width: 370px;
  height: 270px;
}
.product .promainbox .productlist li .imgbox img {
  width: 370px;
  height: 270px;
}
.product .promainbox .productlist li .maskbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  transition: all .4s;
  background-color: rgba(97, 150, 6, 0.8);
  opacity: 0;
}
.product .promainbox .productlist li .maskbox .productname {
  width: 320px;
  margin: 0 auto;
  margin-top: 80px;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}
.product .promainbox .productlist li .maskbox .productdesc {
  width: 320px;
  height: 56px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
  overflow: hidden;
}
.product .promainbox .productlist li .maskbox .proicon {
  display: block;
  margin: 0 auto;
  margin-top: 18px;
}
.product .promainbox .productlist li .maskbox .line {
  position: absolute;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
}
.product .promainbox .productlist li .maskbox .line.line1 {
  top: 12px;
  left: 12px;
  width: 0;
  height: 5px;
}
.product .promainbox .productlist li .maskbox .line.line2 {
  top: calc(95%);
  left: 12px;
  width: 5px;
  height: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.product .promainbox .productlist li .maskbox .line.line3 {
  bottom: 12px;
  left: 12px;
  width: 0;
  height: 5px;
}
.product .promainbox .productlist li .maskbox .line.line4 {
  bottom: 12px;
  right: 12px;
  width: 5px;
  height: 0;
}
.product .promainbox .productlist li .proname {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 270px;
  height: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.8);
}
.product .promainbox .productlist li .proname::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #619606;
}
.product .promainbox .productlist li .proname a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.product .promainbox .productlist li:hover .maskbox {
  transform: scale(1) rotateY(360deg);
  opacity: 1;
}
.product .promainbox .productlist li:hover .proname {
  bottom: -60px;
}
.product .promainbox .productlist li.li2 {
  width: 415px;
  height: 553px;
  margin-left: 13px;
}
.product .promainbox .productlist li.li2 .imgbox {
  width: 415px;
  height: 553px;
}
.product .promainbox .productlist li.li2 .imgbox img {
  width: 415px;
  height: 553px;
}
.product .promainbox .productlist li.li2 .maskbox .productname {
  margin-top: 210px;
}
.product .promainbox .productlist li.li2 .maskbox .productdesc {
  margin-top: 20px;
}
.product .promainbox .productlist li.li2 .maskbox .line.line2 {
  top: calc(97%);
}
.product .promainbox .productlist li.li3 {
  position: absolute;
  top: 0;
  right: 0;
}
.product .promainbox .productlist li.li4 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .promainbox .productlist li.li5 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product .promainbox .productlist li:hover .maskbox i.line1 {
  width: 346px;
}
.product .promainbox .productlist li:hover .maskbox i.line2 {
  height: 245px;
}
.product .promainbox .productlist li:hover .maskbox i.line3 {
  width: 346px;
}
.product .promainbox .productlist li:hover .maskbox i.line4 {
  height: 245px;
}
.product .promainbox .productlist li.li2:hover .maskbox i.line1 {
  width: 391px;
}
.product .promainbox .productlist li.li2:hover .maskbox i.line2 {
  height: 524px;
}
.product .promainbox .productlist li.li2:hover .maskbox i.line3 {
  width: 390px;
}
.product .promainbox .productlist li.li2:hover .maskbox i.line4 {
  height: 524px;
}
.middlebox {
  width: 100%;
  height: 512px;
  overflow: hidden;
  background: url('../images/middle_bg.jpg') center center no-repeat;
}
.middlebox .lefttext {
  width: 440px;
  height: auto;
  float: left;
  margin-top: 186px;
  margin-left: 138px;
  color: #f5f5f5;
}
.middlebox .lefttext h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.middlebox .lefttext .cn {
  font-size: 20px;
  line-height: 20px;
  margin-top: 30px;
}
.middlebox .lefttext .en {
  width: 320px;
  height: 38px;
  margin-top: 17px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.middlebox .righttel {
  width: 200px;
  height: 200px;
  float: right;
  margin-top: 153px;
  margin-right: 137px;
  padding-right: 26px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: right;
  background: url('../images/middle_telbg.png') right center no-repeat;
}
.middlebox .righttel .text {
  margin-top: 46px;
  font-size: 16px;
  line-height: 16px;
  color: #f5f5f5;
}
.middlebox .righttel .tel {
  font-size: 24px;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 24px;
  margin-top: 8px;
}
.middlebox .righttel .online-result {
  display: block;
  width: 170px;
  height: 35px;
  margin-top: 26px;
  line-height: 31px;
  text-align: center;
  color: #619606;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.middlebox .righttel .online-result:hover {
  color: #fff;
  background-color: transparent;
}
.qualityandcase {
  width: 100%;
  height: 852px;
  overflow: hidden;
  background-color: #fafafa;
}
.qualityandcase .quality .qualitytitle {
  position: relative;
  width: 218px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  background: url('../images/alltitle_bg.png') left center no-repeat;
  width: 170px;
  margin-bottom: 40px;
}
.qualityandcase .quality .qualitytitle .cn {
  margin-top: 26px;
  margin-left: 36px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}
.qualityandcase .quality .qualitytitle h3 {
  margin-top: 6px;
  margin-left: 36px;
  color: #619606;
  font-size: 22px;
  line-height: 22px;
}
.qualityandcase .quality .qualitylist {
  width: 1180px;
  height: 264px;
}
.qualityandcase .quality .qualitylist li {
  position: relative;
  width: 236px;
  height: 264px;
  float: left;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  background-color: #fafafa;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.qualityandcase .quality .qualitylist li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #619606;
}
.qualityandcase .quality .qualitylist li .imgbox {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-top: 48px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center 0;
}
.qualityandcase .quality .qualitylist li .imgbox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 69px;
  height: 69px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.qualityandcase .quality .qualitylist li h4 {
  z-index: 1;
  margin-top: 26px;
  text-align: center;
  color: #619606;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.qualityandcase .quality .qualitylist li h4::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #e5e5e5;
}
.qualityandcase .quality .qualitylist li .info {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #808080;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.qualityandcase .quality .qualitylist li.li1 .imgbox {
  background-image: url('../images/ico_q1.png');
}
.qualityandcase .quality .qualitylist li.li2 .imgbox {
  background-image: url('../images/ico_q2.png');
}
.qualityandcase .quality .qualitylist li.li3 .imgbox {
  background-image: url('../images/ico_q3.png');
}
.qualityandcase .quality .qualitylist li.li4 .imgbox {
  background-image: url('../images/ico_q4.png');
}
.qualityandcase .quality .qualitylist li.li5 .imgbox {
  background-image: url('../images/ico_q5.png');
}
.qualityandcase .quality .qualitylist li:hover {
  z-index: 1;
  border-color: #fafafa;
  background-color: #fafafa;
  box-shadow: 0px 10px 26px 4px rgba(97, 150, 6, 0.3);
}
.qualityandcase .quality .qualitylist li:hover::after {
  bottom: 0;
}
.qualityandcase .quality .qualitylist li:hover .imgbox {
  background-position-y: -70px;
}
.qualityandcase .quality .qualitylist li:hover h4 {
  color: #fff;
}
.qualityandcase .quality .qualitylist li:hover .info {
  color: #f5f5f5;
}
.qualityandcase .case {
  margin-top: 50px;
}
.qualityandcase .case .casetitle {
  position: relative;
  width: 218px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  background: url('../images/alltitle_bg.png') left center no-repeat;
  margin-bottom: 40px;
}
.qualityandcase .case .casetitle .cn {
  margin-top: 26px;
  margin-left: 36px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}
.qualityandcase .case .casetitle h3 {
  margin-top: 6px;
  margin-left: 36px;
  color: #619606;
  font-size: 22px;
  line-height: 22px;
}
.qualityandcase .case .caselist {
  width: 1180px;
  height: 280px;
  margin: 0 auto;
}
.qualityandcase .case .caselist li {
  position: relative;
  width: 372px;
  height: 280px;
  float: left;
  margin-right: 32px;
  overflow: hidden;
  background-color: #fff;
}
.qualityandcase .case .caselist li:last-child {
  margin-right: 0;
}
.qualityandcase .case .caselist li .imgbox {
  position: absolute;
  left: 50%;
  top: 45%;
  display: block;
  width: 335px;
  height: 196px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qualityandcase .case .caselist li .imgbox img {
  width: 335px;
  height: 196px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.qualityandcase .case .caselist li .casename {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 16px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  box-sizing: border-box;
}
.qualityandcase .case .caselist li .maskbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  transition: all .4s;
  background-color: rgba(97, 150, 6, 0.8);
  opacity: 0;
  z-index: 1;
}
.qualityandcase .case .caselist li .maskbox .productname {
  width: 320px;
  margin: 0 auto;
  margin-top: 80px;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}
.qualityandcase .case .caselist li .maskbox .productdesc {
  width: 320px;
  height: 56px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
  overflow: hidden;
}
.qualityandcase .case .caselist li .maskbox .proicon {
  display: block;
  margin: 0 auto;
  margin-top: 18px;
}
.qualityandcase .case .caselist li .maskbox .line {
  position: absolute;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
}
.qualityandcase .case .caselist li .maskbox .line.line1 {
  top: 12px;
  left: 12px;
  width: 0;
  height: 5px;
}
.qualityandcase .case .caselist li .maskbox .line.line2 {
  top: calc(95%);
  left: 12px;
  width: 5px;
  height: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.qualityandcase .case .caselist li .maskbox .line.line3 {
  bottom: 12px;
  left: 12px;
  width: 0;
  height: 5px;
}
.qualityandcase .case .caselist li .maskbox .line.line4 {
  bottom: 12px;
  right: 12px;
  width: 5px;
  height: 0;
}
.qualityandcase .case .caselist li:hover .imgbox {
  top: 50%;
  width: 372px;
  height: 280px;
}
.qualityandcase .case .caselist li:hover .imgbox img {
  width: 372px;
  height: 280px;
}
.qualityandcase .case .caselist li:hover .casename {
  bottom: -16px;
}
.qualityandcase .case .caselist li:hover .maskbox {
  z-index: 1;
  transform: scale(1) rotateY(360deg);
  opacity: 1;
}
.qualityandcase .case .caselist li:hover .maskbox i.line1 {
  width: 348px;
}
.qualityandcase .case .caselist li:hover .maskbox i.line2 {
  height: 251px;
}
.qualityandcase .case .caselist li:hover .maskbox i.line3 {
  width: 346px;
}
.qualityandcase .case .caselist li:hover .maskbox i.line4 {
  height: 251px;
}
.reason {
  width: 100%;
  min-width: 1180px;
  height: 1194px;
  overflow: hidden;
  background: url('../images/reason_bg.jpg') center center no-repeat;
}
.reason .reasontitle {
  position: relative;
  width: 534px;
  height: 162px;
  margin: 0 auto;
  padding-top: 18px;
  margin-top: 104px;
  margin-bottom: 40px;
}
.reason .reasontitle .en {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: rgba(97, 150, 6, 0.3);
  line-height: 30px;
  font-weight: bold;
}
.reason .reasontitle .cn {
  font-size: 42px;
  font-weight: bold;
  color: #619606;
  line-height: 42px;
}
.reason .reasontitle .cn span {
  font-size: 112px;
}
.reason .reasontitle .reasonslogan {
  width: 100%;
  margin: 0 auto;
  margin-top: 39px;
  color: #808080;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
}
.reason .reasoncontent {
  position: relative;
  width: 1180px;
  height: auto;
}
.reason .reasoncontent .reasonbox1 {
  width: 465px;
  height: 419px;
  float: left;
  margin-left: 75px;
}
.reason .reasoncontent .reasonbox1 h4 {
  font-size: 16px;
  line-height: 16px;
  color: #619606;
  font-weight: bold;
}
.reason .reasoncontent .reasonbox1 .en {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 14px;
}
.reason .reasoncontent .reasonbox1 .cn {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.reason .reasoncontent .reasonbox1 .reasonimg {
  margin-top: 45px;
}
.reason .reasoncontent .reasonbox2 {
  width: 465px;
  height: 419px;
  float: left;
  margin-left: 174px;
}
.reason .reasoncontent .reasonbox2 h4 {
  font-size: 16px;
  line-height: 16px;
  color: #619606;
  font-weight: bold;
}
.reason .reasoncontent .reasonbox2 .en {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 14px;
}
.reason .reasoncontent .reasonbox2 .cn {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.reason .reasoncontent .reasonbox2 .reasonimg {
  margin-top: 45px;
}
.reason .reasoncontent .reasonbox3 {
  width: 465px;
  height: 419px;
  float: left;
  margin-top: 54px;
  margin-left: 75px;
}
.reason .reasoncontent .reasonbox3 h4 {
  font-size: 16px;
  line-height: 16px;
  color: #619606;
  font-weight: bold;
}
.reason .reasoncontent .reasonbox3 .en {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 14px;
}
.reason .reasoncontent .reasonbox3 .cn {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.reason .reasoncontent .reasonbox3 .reasonimg {
  margin-top: 45px;
}
.reason .reasoncontent .reasonbox4 {
  width: 465px;
  height: 419px;
  float: left;
  margin-top: 54px;
  margin-left: 174px;
}
.reason .reasoncontent .reasonbox4 h4 {
  font-size: 16px;
  line-height: 16px;
  color: #619606;
  font-weight: bold;
}
.reason .reasoncontent .reasonbox4 .en {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 14px;
}
.reason .reasoncontent .reasonbox4 .cn {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.reason .reasoncontent .reasonbox4 .reasonimg {
  margin-top: 45px;
}
.reason .reasoncontent .linebox1 {
  position: absolute;
  top: 0;
  width: 26px;
  height: 489px;
  left: 0;
}
.reason .reasoncontent .linebox1 .shape {
  width: 26px;
  height: 26px;
  background-color: #619606;
  border-radius: 50%;
}
.reason .reasoncontent .linebox1 .line {
  display: block;
  width: 1px;
  height: 446px;
  margin-left: 12.5px;
  background-color: #619606;
}
.reason .reasoncontent .linebox2 {
  position: absolute;
  top: 0;
  width: 26px;
  height: 489px;
  left: 640px;
}
.reason .reasoncontent .linebox2 .shape {
  width: 26px;
  height: 26px;
  background-color: #619606;
  border-radius: 50%;
}
.reason .reasoncontent .linebox2 .line {
  display: block;
  width: 1px;
  height: 446px;
  margin-left: 12.5px;
  background-color: #619606;
}
.subbanner {
  width: 100%;
  height: 404px;
  overflow: hidden;
  background: url('../images/subbanner.jpg') center center no-repeat;
}
.subbanner .lefttel {
  width: 200px;
  float: right;
  margin-top: 153px;
  margin-right: 137px;
  padding-right: 26px;
  overflow: hidden;
  box-sizing: border-box;
  background: url('../images/middle_telbg.png') right center no-repeat;
  width: 230px;
  height: 200px;
  float: left;
  text-align: right;
  padding: 0;
  margin-left: 50px;
  background: url('../images/lefttel_bg.png') left center no-repeat;
}
.subbanner .lefttel .text {
  margin-top: 46px;
  font-size: 16px;
  line-height: 16px;
  color: #f5f5f5;
}
.subbanner .lefttel .tel {
  font-size: 24px;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 24px;
  margin-top: 8px;
}
.subbanner .lefttel .online-result {
  display: block;
  width: 170px;
  height: 35px;
  margin-top: 26px;
  line-height: 31px;
  text-align: center;
  color: #619606;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.subbanner .lefttel .online-result:hover {
  color: #fff;
  background-color: transparent;
}
.subbanner .lefttel .text {
  color: #4d4d4d;
  width: 170px;
  display: inline-block;
  text-align: left;
}
.subbanner .lefttel .tel {
  color: #619606;
}
.subbanner .lefttel .online-result {
  display: inline-block;
  color: #fff;
  background-color: #619606;
  border-color: #619606;
}
.subbanner .lefttel .online-result:hover {
  color: #619606;
  border-color: #619606;
}
.subbanner .righttext {
  width: 440px;
  height: auto;
  float: left;
  margin-top: 186px;
  margin-left: 138px;
  color: #f5f5f5;
  float: right;
  text-align: right;
}
.subbanner .righttext h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.subbanner .righttext .cn {
  font-size: 20px;
  line-height: 20px;
  margin-top: 30px;
}
.subbanner .righttext .en {
  width: 320px;
  height: 38px;
  margin-top: 17px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.subbanner .righttext h3 {
  text-align: right;
  color: #619606;
}
.subbanner .righttext .cn {
  display: inline-block;
  color: #4d4d4d;
}
.subbanner .righttext .en {
  display: inline-block;
  color: #999;
  border-color: #e5e5e5;
}
.customer {
  width: 100%;
  min-width: 1180px;
  height: 732px;
  overflow: hidden;
  background: url('../images/customer_bg.jpg') center center no-repeat;
}
.customer .customertitle {
  position: relative;
  width: 218px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  background: url('../images/alltitle_bg.png') left center no-repeat;
  width: 134px;
  margin-top: 60px;
  background-image: url('../images/customtitle_bg.png');
  margin-bottom: 88px;
}
.customer .customertitle .cn {
  margin-top: 26px;
  margin-left: 36px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}
.customer .customertitle h3 {
  margin-top: 6px;
  margin-left: 36px;
  color: #619606;
  font-size: 22px;
  line-height: 22px;
}
.customer .customertitle .cn,
.customer .customertitle h3 {
  color: #fff;
}
.customer .tabcontent {
  position: relative;
  width: 917px;
  height: 112px;
  margin-left: 220px;
}
.customer .tabcontent .customertext {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 917px;
}
.customer .tabcontent .customertext .en {
  font-size: 14px;
  line-height: 14px;
  color: #ccc;
  text-transform: uppercase;
}
.customer .tabcontent .customertext .customername {
  width: 100%;
  margin-top: 13px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #619606;
}
.customer .tabcontent .customertext .customerdesc {
  width: 784px;
  height: 56px;
  margin-top: 26px;
  line-height: 28px;
  overflow: hidden;
  color: #808080;
  font-size: 14px;
}
.customer .customertabnav {
  width: 917px;
  height: 200px;
  margin-top: 28px;
  margin-left: 220px;
  overflow: hidden;
}
.customer .customertabnav li {
  width: 280px;
  height: 200px;
  float: left;
  margin-right: 36px;
  background-color: #619606;
}
.customer .customertabnav li:last-child {
  margin-right: 0;
}
.customer .customertabnav li a {
  display: block;
  width: 280px;
  height: 200px;
}
.customer .customertabnav li a img {
  width: 280px;
  height: 200px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: .5;
}
.customer .customertabnav li:hover a img,
.customer .customertabnav li.active a img {
  opacity: 1;
}
.about {
  margin-bottom: 69px;
}
.about .lefttext {
  width: 456px;
  height: auto;
  float: left;
  margin-top: 50px;
}
.about .lefttext .en {
  font-size: 30px;
  font-weight: bold;
  color: #e6e6e6;
  line-height: 30px;
}
.about .lefttext .aboutname {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  color: #619606;
  line-height: 24px;
  margin-top: 18px;
}
.about .lefttext .line {
  display: block;
  width: 445px;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
  background-color: #e6e6e6;
}
.about .lefttext .aboutinfo {
  color: #808080;
  font-size: 14px;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
}
.about .lefttext .aboutother {
  width: 100%;
  height: 40px;
  margin-top: 52px;
}
.about .lefttext .aboutother .production {
  position: relative;
  width: 160px;
  height: 40px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #619606;
  box-sizing: border-box;
}
.about .lefttext .aboutother .production a {
  position: relative;
  z-index: 1;
  display: block;
  color: #619606;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.about .lefttext .aboutother .production::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #619606;
}
.about .lefttext .aboutother .production:hover a {
  color: #fff;
}
.about .lefttext .aboutother .production::after {
  left: -100%;
}
.about .lefttext .aboutother .production:hover::after {
  left: 0;
}
.about .lefttext .aboutother .team {
  position: relative;
  width: 160px;
  height: 40px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #619606;
  box-sizing: border-box;
}
.about .lefttext .aboutother .team a {
  position: relative;
  z-index: 1;
  display: block;
  color: #619606;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.about .lefttext .aboutother .team::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #619606;
}
.about .lefttext .aboutother .team:hover a {
  color: #fff;
}
.about .lefttext .aboutother .team::after {
  right: -100%;
}
.about .lefttext .aboutother .team:hover::after {
  right: 0;
}
.about .rightimg {
  width: 635px;
  height: 400px;
  float: right;
}
.about .rightimg img {
  width: 635px;
  height: 400px;
}
.news {
  width: 100%;
  height: 995px;
  overflow: hidden;
  background: url('../images/news_bg.png') center center no-repeat;
}
.news .newstitle {
  position: relative;
  width: 218px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  background: url('../images/alltitle_bg.png') left center no-repeat;
  width: 170px;
  margin-top: 62px;
  margin-bottom: 40px;
}
.news .newstitle .cn {
  margin-top: 26px;
  margin-left: 36px;
  font-size: 12px;
  line-height: 12px;
  color: #4d4d4d;
}
.news .newstitle h3 {
  margin-top: 6px;
  margin-left: 36px;
  color: #619606;
  font-size: 22px;
  line-height: 22px;
}
.news .newscontent {
  width: 1180px;
  height: auto;
  margin-top: 40px;
}
.news .newscontent .recommend {
  position: relative;
  width: 100%;
  height: 485px;
}
.news .newscontent .recommend .recommendimg {
  display: block;
  width: 590px;
  height: 485px;
  float: left;
}
.news .newscontent .recommend .recommendimg img {
  width: 590px;
  height: 485px;
}
.news .newscontent .recommend .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 590px;
  height: 485px;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.news .newscontent .recommend .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../images/link.png') center center no-repeat;
}
.news .newscontent .recommend:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.news .newscontent .recommend .rightcontent {
  width: 590px;
  height: 485px;
  float: right;
  background-color: #fafafa;
}
.news .newscontent .recommend .rightcontent .recomname {
  width: 480px;
  height: 20px;
  margin: 0 auto;
  margin-top: 116px;
  line-height: 20px;
  color: #4d4d4d;
  font-size: 16px;
  text-align: center;
}
.news .newscontent .recommend .rightcontent .recomname:hover {
  color: #619606;
}
.news .newscontent .recommend .rightcontent .titleline {
  display: block;
  width: 50px;
  height: 2px;
  margin: 40px auto 40px;
  background-color: #d9d9d9;
}
.news .newscontent .recommend .rightcontent .recomdesc {
  width: 480px;
  height: 84px;
  margin: 0 auto;
  color: #808080;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
}
.news .newscontent .recommend .rightcontent .linebox {
  width: 476px;
  height: auto;
  margin: 0 auto;
  margin-top: 38px;
}
.news .newscontent .recommend .rightcontent .linebox .line {
  display: block;
  height: 1px;
  margin: 0 auto;
  background-color: #619606;
}
.news .newscontent .recommend .rightcontent .linebox .line1 {
  width: 300px;
  opacity: .2;
}
.news .newscontent .recommend .rightcontent .linebox .line2 {
  width: 390px;
  margin-top: 2px;
  opacity: .6;
}
.news .newscontent .recommend .rightcontent .linebox .line3 {
  width: 475px;
  margin-top: 2px;
}
.news .newscontent .recommend:hover .rightcontent .recomname {
  color: #619606;
}
.news .newscontent .newslist {
  width: 1180px;
  height: auto;
}
.news .newscontent .newslist li {
  position: relative;
  width: 590px;
  height: 65px;
  float: left;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #fafafa;
}
.news .newscontent .newslist li .maskbg {
  display: block;
  position: absolute;
  left: -590px;
  top: 0;
  width: 590px;
  height: 65px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #619606;
}
.news .newscontent .newslist li a {
  position: relative;
  z-index: 1;
  width: 398px;
  height: 63px;
  float: left;
  margin-left: 30px;
  padding-left: 20px;
  line-height: 63px;
  color: #4d4d4d;
}
.news .newscontent .newslist li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #d9d9d9;
}
.news .newscontent .newslist li .date {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 63px;
  float: right;
  margin-right: 30px;
  color: #808080;
  font-size: 14px;
  line-height: 63px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .newscontent .newslist li:hover .maskbg {
  left: 0;
}
.news .newscontent .newslist li:hover a {
  color: #fff;
}
.news .newscontent .newslist li:hover a::before {
  background-color: #fff;
}
.news .newscontent .newslist li:hover .date {
  color: #fff;
}
.formandfriend {
  height: 246px;
  margin-top: 46px;
}
.formandfriend .leftform {
  position: relative;
  width: 700px;
  height: 196px;
  float: left;
}
.formandfriend .leftform input::-webkit-input-placeholder,
.formandfriend .leftform textarea::-webkit-input-placeholder {
  color: #808080;
}
.formandfriend .leftform .username {
  display: block;
  width: 210px;
  height: 40px;
  float: left;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  color: #808080;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-right: 35px;
}
.formandfriend .leftform .usertel {
  display: block;
  width: 210px;
  height: 40px;
  float: left;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  color: #808080;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-right: 35px;
}
.formandfriend .leftform .useremail {
  display: block;
  width: 210px;
  height: 40px;
  float: left;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  color: #808080;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.formandfriend .leftform .xqcontent {
  display: block;
  width: 455px;
  height: 130px;
  float: left;
  padding: 10px;
  margin-top: 26px;
  line-height: 38px;
  color: #808080;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.formandfriend .leftform .submit-form {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  outline: none;
  color: #fff;
  cursor: pointer;
  background-color: #619606;
  border: none;
}
.formandfriend .rightfriend {
  width: 402px;
  height: auto;
  float: right;
}
.formandfriend .rightfriend .toptitle h3 {
  display: inline-block;
  margin-left: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #619606;
}
.formandfriend .rightfriend .toptitle span {
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
}
.formandfriend .rightfriend .line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.formandfriend .rightfriend .friendlist {
  width: 100%;
  height: auto;
}
.formandfriend .rightfriend .friendlist li {
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
}
.formandfriend .rightfriend .friendlist li a {
  color: #808080;
}
.formandfriend .rightfriend .friendlist li a:hover {
  color: #619606;
}
