/*!
 * 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 end */
.bannerbox #bannerArrow,
.bannerbox #bannerCircle {
  display: none;
}
.bannerbox .pics_wrap {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.bannerbox .html5zoo-img-0 img {
  width: 100%;
}
.bannerbox .html5zoo-arrow-left-0 {
  left: 10% !important;
}
.bannerbox .html5zoo-arrow-right-0 {
  right: 10% !important;
}
.bannerbox .html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.bannerbox .html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 48% !important;
}
.bannerbox .html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.bannerbox .banner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 325px;
  margin-top: 8px;
}
.bannerbox .banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}
.bannerbox .banner ul.bb li {
  position: absolute;
  display: none;
}
.bannerbox .banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 100;
}
.bannerbox .banner .num li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  line-height: 18px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
}
.bannerbox .banner .num li.num_hover {
  background-color: #f7de07;
}
.bannerbox .banner .num li.num_hover a {
  color: #fff;
}
.bannerbox .banner .num li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.bannerbox #focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.bannerbox #focus ul {
  height: 188px;
  position: absolute;
}
.bannerbox #focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.bannerbox #focus ul li a img {
  height: 188px;
  width: 255px;
}
.bannerbox #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.bannerbox #focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}
.bannerbox #focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}
.bannerbox #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
.bannerbox #focus .btn span.on {
  background: #fff;
}
.searchbar {
  width: 100%;
  height: 60px;
  background-color: #fafafa;
}
.searchbar .lefttext {
  width: 500px;
  height: 60px;
  float: left;
  line-height: 60px;
  color: #999;
  font-size: 12px;
}
.searchbar .rightform {
  width: 280px;
  height: 30px;
  float: right;
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #11b533;
}
.searchbar .rightform .search-text {
  display: block;
  width: 200px;
  float: left;
  padding-left: 10px;
  line-height: 30px;
  color: #ccc;
  background-color: transparent;
}
.searchbar .rightform .search-text::-webkit-input-placeholder {
  color: #ccc;
}
.searchbar .rightform .submit-search {
  display: block;
  width: 28px;
  height: 28px;
  float: right;
  background: url('../images/ico_search.png') center center no-repeat;
  border-left: 1px solid #11b533;
  cursor: pointer;
}
.cooperation {
  margin-top: 50px;
}
.cooperation .cooptitle {
  position: relative;
  width: 280px;
  height: 68px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.cooperation .cooptitle h3 {
  color: #11b533;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
.cooperation .cooptitle .en {
  margin-top: 31px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.cooperation .cooptitle::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #e6e6e6;
}
.cooperation .cooptitle::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 39px;
  left: 50%;
  width: 60px;
  height: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #11b533;
}
.cooperation .scrollcoopcase {
  position: relative;
  width: 1180px;
  height: 182px;
  margin: 0 auto;
}
.cooperation .scrollcoopcase .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
}
.cooperation .scrollcoopcase .hd .prev,
.cooperation .scrollcoopcase .hd .next {
  position: relative;
  display: inline-block;
  width: 560px;
  height: 22px;
  margin-right: 5px;
  margin-top: 10px;
  text-align: right;
  cursor: pointer;
}
.cooperation .scrollcoopcase .hd .next {
  text-align: left;
}
.cooperation .scrollcoopcase .hd .next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 1px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #11b533;
}
.cooperation .scrollcoopcase .hd .next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 560px;
  height: 1px;
  background-color: #eae7ea;
}
.cooperation .scrollcoopcase .hd .next:hover::after {
  width: 560px;
}
.cooperation .scrollcoopcase .hd .prev::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 580px;
  display: block;
  width: 560px;
  height: 1px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #eae7ea;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.cooperation .scrollcoopcase .hd .prev::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 560px;
  height: 1px;
  background-color: #11b533;
}
.cooperation .scrollcoopcase .hd .prev:hover::after {
  width: 0;
}
.cooperation .scrollcoopcase .bd ul {
  height: 145px;
}
.cooperation .scrollcoopcase .bd ul li {
  _display: inline;
  width: 220px;
  height: 145px;
  float: left;
  padding-top: 10px;
  margin-right: 20px;
  text-align: center;
}
.cooperation .scrollcoopcase .bd ul li .caseimg {
  display: block;
  width: 220px;
  height: 110px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cooperation .scrollcoopcase .bd ul li .caseimg img {
  width: 220px;
  height: 110px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.cooperation .scrollcoopcase .bd ul li .caseimg img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cooperation .scrollcoopcase .bd ul li .casename {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
}
.cooperation .scrollcoopcase .bd ul li:hover .casename {
  color: #11b533;
}
.cooperation .scrollcoopcase .bd ul li:hover .caseimg {
  box-shadow: 0 0 10px #fdf2f3;
}
.product {
  margin-top: 50px;
}
.product .producttitle {
  position: relative;
  width: 280px;
  height: 68px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.product .producttitle h3 {
  color: #11b533;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
.product .producttitle .en {
  margin-top: 31px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.product .producttitle::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #e6e6e6;
}
.product .producttitle::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 39px;
  left: 50%;
  width: 60px;
  height: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #11b533;
}
.product .productcontent {
  width: 1180px;
  height: 746px;
  overflow: hidden;
}
.product .productcontent .leftclass {
  width: 260px;
  height: 746px;
  float: left;
  background-color: #fafafa;
}
.product .productcontent .leftclass .menubox {
  width: 100%;
  height: 720px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fafafa;
  padding-top: 25px;
}
.product .productcontent .leftclass .menubox .proclass {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.product .productcontent .leftclass .menubox .proclass dt {
  position: relative;
  display: block;
  width: 100%;
  height: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 18px;
  box-sizing: border-box;
}
.product .productcontent .leftclass .menubox .proclass dt a {
  width: 100%;
  padding-left: 26px;
  line-height: 20px;
  font-size: 16px;
  color: #11b533;
  border-left: 2px solid #11b533;
  box-sizing: border-box;
}
.product .productcontent .leftclass .menubox .proclass dt a:hover {
  color: #11b533;
}
.product .productcontent .leftclass .menubox .proclass dt:hover a {
  color: #11b533;
}
.product .productcontent .leftclass .menubox .proclass dd {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  padding-left: 28px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.product .productcontent .leftclass .menubox .proclass dd a {
  color: #666;
  line-height: 28px;
  box-sizing: border-box;
}
.product .productcontent .leftclass .menubox .proclass dd a:hover {
  color: #11b533;
}
.product .productcontent .leftclass .menubox .proclass dd:last-child {
  margin-bottom: 10px;
}
.product .productcontent .leftclass .menubox .proclass dd:hover a {
  padding-left: 12px;
  color: #11b533;
}
.product .productcontent .rightpromain {
  width: 894px;
  height: 746px;
  float: right;
}
.product .productcontent .rightpromain .protabnav {
  width: 420px;
  height: 35px;
}
.product .productcontent .rightpromain .protabnav li {
  width: 140px;
  height: 35px;
  float: left;
  margin-right: 20px;
  line-height: 33px;
  text-align: center;
  color: #11b533;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #11b533;
  box-sizing: border-box;
  cursor: pointer;
}
.product .productcontent .rightpromain .protabnav li.active {
  color: #fff;
  background-color: #11b533;
}
.product .productcontent .rightpromain .protabcontent {
  position: relative;
  width: 100%;
  height: 711px;
}
.product .productcontent .rightpromain .productlist {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: auto;
}
.product .productcontent .rightpromain .productlist li {
  position: relative;
  width: 280px;
  height: 210px;
  float: left;
  margin-top: 27px;
  margin-right: 27px;
}
.product .productcontent .rightpromain .productlist li:nth-child(3n) {
  margin-right: 0;
}
.product .productcontent .rightpromain .productlist li .imgbox {
  display: block;
  width: 280px;
  height: 210px;
}
.product .productcontent .rightpromain .productlist li .imgbox img {
  width: 280px;
  height: 210px;
}
.product .productcontent .rightpromain .productlist li .proname {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}
.product .productcontent .rightpromain .productlist li:hover .proname {
  height: 100%;
  line-height: 210px;
  color: #fff;
  background-color: rgba(17, 181, 51, 0.8);
}
.subbanner1 {
  width: 100%;
  height: 250px;
  margin-top: 50px;
  overflow: hidden;
  background: url('../images/subbanner_1.jpg') center center no-repeat;
  background-size: cover;
}
.subbanner1 .subbannertext {
  width: 318px;
  height: 164px;
  float: right;
  margin-top: 45px;
  margin-right: 46px;
}
.subbanner1 .subbannertext h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #11b533;
}
.subbanner1 .subbannertext h4 {
  width: 313px;
  height: 34px;
  margin-top: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #11b533;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.subbanner1 .subbannertext .txt {
  margin-top: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
}
.subbanner1 .subbannertext .telbox {
  width: 100%;
  height: 30px;
  margin-top: 29px;
}
.subbanner1 .subbannertext .telbox .telnum {
  display: block;
  width: 150px;
  float: left;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #11b533;
}
.subbanner1 .subbannertext .telbox .online-mess {
  display: block;
  width: 140px;
  height: 30px;
  float: right;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background-color: #11b533;
  border: 2px solid #11b533;
}
.casebox {
  margin-top: 50px;
}
.casebox .casetitle {
  position: relative;
  width: 280px;
  height: 68px;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  margin-bottom: 40px;
}
.casebox .casetitle h3 {
  color: #11b533;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
.casebox .casetitle .en {
  margin-top: 31px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.casebox .casetitle::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #e6e6e6;
}
.casebox .casetitle::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 39px;
  left: 50%;
  width: 60px;
  height: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #11b533;
}
.casebox .caselist {
  width: 1180px;
  height: auto;
}
.casebox .caselist li {
  position: relative;
  width: 372px;
  height: 268px;
  float: left;
  margin-right: 20px;
  background-color: #fafafa;
}
.casebox .caselist li .imgbox {
  display: block;
  width: 335px;
  height: 196px;
  margin: 0 auto;
  margin-top: 16px;
}
.casebox .caselist li .imgbox img {
  width: 335px;
  height: 196px;
}
.casebox .caselist li .casename {
  width: 100%;
  margin-top: 19px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
}
.casebox .caselist li .mask {
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 1;
  display: block;
  width: 335px;
  height: 196px;
  -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);
}
.casebox .caselist li .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;
}
.casebox .caselist li: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);
}
.casebox .caselist li.li1,
.casebox .caselist li.li2 {
  width: 569px;
  height: 340px;
  margin-bottom: 20px;
}
.casebox .caselist li.li1 .imgbox,
.casebox .caselist li.li2 .imgbox {
  width: 537px;
  height: 266px;
}
.casebox .caselist li.li1 .imgbox img,
.casebox .caselist li.li2 .imgbox img {
  width: 537px;
  height: 266px;
}
.casebox .caselist li.li1 .mask,
.casebox .caselist li.li2 .mask {
  left: 16px;
  width: 537px;
  height: 266px;
}
.casebox .caselist li.li2,
.casebox .caselist li.li5 {
  margin-right: 0;
}
.choose {
  margin-top: 50px;
}
.choose .choosetitle {
  position: relative;
  width: 280px;
  height: 68px;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  margin-bottom: 40px;
}
.choose .choosetitle h3 {
  color: #11b533;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
.choose .choosetitle .en {
  margin-top: 31px;
  line-height: 16px;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.choose .choosetitle::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #e6e6e6;
}
.choose .choosetitle::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 39px;
  left: 50%;
  width: 60px;
  height: 3px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #11b533;
}
.choose .chooseconent {
  position: relative;
  width: 1180px;
  height: 326px;
}
.choose .chooseconent .chooseimg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.choose .chooseconent .lefttext {
  width: 350px;
  float: left;
}
.choose .chooseconent .lefttext .fchoosetextbox {
  width: 350px;
  height: auto;
}
.choose .chooseconent .lefttext .fchoosetextbox h4 {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #11b533;
  font-weight: bold;
}
.choose .chooseconent .lefttext .fchoosetextbox h4::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 10px;
  width: 90px;
  height: 1px;
  background-color: #e6e6e6;
}
.choose .chooseconent .lefttext .fchoosetextbox h4::before {
  z-index: 1;
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 40px;
  height: 3px;
  background-color: #11b533;
}
.choose .chooseconent .lefttext .fchoosetextbox .chooseinfo {
  margin-top: 23px;
  width: 100%;
  height: auto;
  line-height: 26px;
  color: #808080;
}
.choose .chooseconent .lefttext .schoosetextbox {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.choose .chooseconent .lefttext .schoosetextbox h4 {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #11b533;
  font-weight: bold;
}
.choose .chooseconent .lefttext .schoosetextbox h4::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 10px;
  width: 90px;
  height: 1px;
  background-color: #e6e6e6;
}
.choose .chooseconent .lefttext .schoosetextbox h4::before {
  z-index: 1;
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 40px;
  height: 3px;
  background-color: #11b533;
}
.choose .chooseconent .lefttext .schoosetextbox .chooseinfo {
  margin-top: 23px;
  width: 100%;
  height: auto;
  line-height: 26px;
  color: #808080;
}
.choose .chooseconent .righttext {
  width: 350px;
  float: right;
}
.choose .chooseconent .righttext .tchoosetextbox {
  width: 350px;
  height: auto;
}
.choose .chooseconent .righttext .tchoosetextbox h4 {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #11b533;
  font-weight: bold;
}
.choose .chooseconent .righttext .tchoosetextbox h4::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 10px;
  width: 90px;
  height: 1px;
  background-color: #e6e6e6;
}
.choose .chooseconent .righttext .tchoosetextbox h4::before {
  z-index: 1;
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 40px;
  height: 3px;
  background-color: #11b533;
}
.choose .chooseconent .righttext .tchoosetextbox .chooseinfo {
  margin-top: 23px;
  width: 100%;
  height: auto;
  line-height: 26px;
  color: #808080;
}
.choose .chooseconent .righttext .tchoosetextbox h4 {
  text-align: right;
}
.choose .chooseconent .righttext .tchoosetextbox h4::after {
  left: 0;
}
.choose .chooseconent .righttext .tchoosetextbox h4::before {
  left: 0;
}
.choose .chooseconent .righttext .lastreason {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.choose .chooseconent .righttext .lastreason h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-align: right;
  color: #11b533;
}
.choose .chooseconent .righttext .lastreason .en {
  margin-top: 13px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
  line-height: 18px;
  text-align: right;
}
.choose .chooseconent .righttext .lastreason .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background-color: #e6e6e6;
}
.choose .chooseconent .righttext .lastreason .line::after {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 3px;
  background-color: #11b533;
}
.choose .chooseconent .righttext .lastreason .cn {
  font-size: 18px;
  margin-top: 23px;
  text-align: right;
  line-height: 18px;
  color: #4d4d4d;
}
.aboutus {
  margin-top: 50px;
}
.aboutus .leftbox {
  width: 516px;
  height: auto;
  float: left;
}
.aboutus .leftbox .topclassnav {
  width: 100%;
  height: 136px;
  margin-top: 42px;
}
.aboutus .leftbox .topclassnav li {
  width: 136px;
  height: 136px;
  float: left;
  margin-right: 54px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: url('../images/aboutnav_bg.png') center center no-repeat;
}
.aboutus .leftbox .topclassnav li:last-child {
  margin-right: 0;
}
.aboutus .leftbox .topclassnav li .textbox {
  width: 105px;
  height: 105px;
  text-align: center;
  overflow: hidden;
}
.aboutus .leftbox .topclassnav li .textbox .iconbox {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: url('../images/ico_about1.png') center center no-repeat;
}
.aboutus .leftbox .topclassnav li .textbox .navname {
  display: block;
  margin-top: 2px;
  color: #11b533;
  font-size: 16px;
}
.aboutus .leftbox .topclassnav li.factory .textbox .iconbox {
  background-image: url('../images/ico_about2.png');
}
.aboutus .leftbox .topclassnav li.team .textbox .iconbox {
  background-image: url('../images/ico_about3.png');
}
.aboutus .leftbox .topclassnav li:hover,
.aboutus .leftbox .topclassnav li.active {
  background-image: url('../images/aboutnav_bg_hover.png');
}
.aboutus .leftbox .topclassnav li:hover .textbox .iconbox,
.aboutus .leftbox .topclassnav li.active .textbox .iconbox {
  background-image: url('../images/ico_about1_hover.png');
}
.aboutus .leftbox .topclassnav li:hover .textbox .navname,
.aboutus .leftbox .topclassnav li.active .textbox .navname {
  color: #fff;
}
.aboutus .leftbox .topclassnav li:hover.factory .textbox .iconbox,
.aboutus .leftbox .topclassnav li.active.factory .textbox .iconbox {
  background-image: url('../images/ico_about2_hover.png');
}
.aboutus .leftbox .topclassnav li:hover.team .textbox .iconbox,
.aboutus .leftbox .topclassnav li.active.team .textbox .iconbox {
  background-image: url('../images/ico_about3_hover.png');
}
.aboutus .leftbox .aboutinfomain {
  width: 462px;
  height: auto;
  margin-top: 65px;
}
.aboutus .leftbox .aboutinfomain h3 {
  font-size: 24px;
  line-height: 24px;
  color: #11b533;
  font-weight: bold;
}
.aboutus .leftbox .aboutinfomain .line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 26px;
  background-color: #e6e6e6;
}
.aboutus .leftbox .aboutinfomain .aboutdesc {
  height: 112px;
  overflow: hidden;
  margin-top: 23px;
  font-size: 14px;
  line-height: 28px;
  color: #808080;
}
.aboutus .leftbox .aboutinfomain .aboutmore {
  position: relative;
  width: 135px;
  height: 31px;
  margin-top: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #11b533;
}
.aboutus .leftbox .aboutinfomain .aboutmore .arrow {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 37px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #11b533;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #11b533;
  box-sizing: border-box;
  background: #fff;
}
.aboutus .leftbox .aboutinfomain .aboutmore .readmore {
  display: block;
  width: 88px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #11b533;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.aboutus .leftbox .aboutinfomain .aboutmore:hover .arrow {
  left: 100px;
}
.aboutus .leftbox .aboutinfomain .aboutmore:hover .readmore {
  right: 50px;
}
.aboutus .rightimgbox {
  width: 625px;
  height: 533px;
  float: right;
}
.aboutus .rightimgbox img {
  width: 625px;
  height: 533px;
}
.newbox {
  margin-top: 50px;
}
.newbox .newstitle {
  width: 100%;
  height: 36px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #fafafa;
}
.newbox .newstitle .leftname {
  width: 200px;
  height: 24px;
  float: left;
  line-height: 2px;
  font-size: 24px;
  font-weight: bold;
  color: #11b533;
}
.newbox .newstitle .rightnewsclass {
  width: 254px;
  height: 35px;
  float: right;
}
.newbox .newstitle .rightnewsclass li {
  position: relative;
  width: 64px;
  height: 35px;
  float: left;
  margin-right: 20px;
}
.newbox .newstitle .rightnewsclass li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #11b533;
}
.newbox .newstitle .rightnewsclass li a {
  display: block;
  color: #4d4d4d;
  text-align: center;
}
.newbox .newstitle .rightnewsclass li.active::after {
  width: 100%;
}
.newbox .newstitle .rightnewsclass li.active a {
  color: #11b533;
}
.newbox .newsflashcontent {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
}
.newbox .newsflashcontent .toprecommend {
  width: 100%;
  height: 202px;
}
.newbox .newsflashcontent .toprecommend .newsimg {
  position: relative;
  width: 366px;
  height: 202px;
}
.newbox .newsflashcontent .toprecommend .newsimg .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -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);
}
.newbox .newsflashcontent .toprecommend .newsimg .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;
}
.newbox .newsflashcontent .toprecommend .newsimg: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);
}
.newbox .newsflashcontent .toprecommend .newsimg img {
  width: 366px;
  height: 202px;
}
.newbox .newsflashcontent .toprecommend .recommendlist {
  width: 366px;
  height: 202px;
  float: left;
  margin-right: 41px;
}
.newbox .newsflashcontent .toprecommend .recommendlist:last-child {
  margin-right: 0;
}
.newbox .newsflashcontent .toprecommend .recommendlist .recommendtitle {
  width: 100%;
  height: 22px;
  margin-top: 24px;
  box-sizing: border-box;
}
.newbox .newsflashcontent .toprecommend .recommendlist .recommendtitle:hover {
  padding-left: 6px;
}
.newbox .newsflashcontent .toprecommend .recommendlist .desc {
  width: 100%;
  height: 60px;
  margin-top: 28px;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #808080;
}
.newbox .newsflashcontent .toprecommend .recommendlist .date {
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  color: #b2b2b2;
}
.newbox .newsflashcontent .toprecommend .recommendlist .date::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #e6e6e6;
}
.newbox .newsflashcontent .bottomflashlist {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newbox .newsflashcontent .bottomflashlist li {
  position: relative;
  width: 366px;
  height: 50px;
  float: left;
  margin-right: 41px;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.newbox .newsflashcontent .bottomflashlist li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: #11b533;
}
.newbox .newsflashcontent .bottomflashlist li:nth-child(3n) {
  margin-right: 0;
}
.newbox .newsflashcontent .bottomflashlist li a {
  position: relative;
  width: 282px;
  height: 49px;
  float: left;
  padding-left: 12px;
  line-height: 49px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
}
.newbox .newsflashcontent .bottomflashlist li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.newbox .newsflashcontent .bottomflashlist li span {
  display: block;
  width: 80px;
  height: 49px;
  float: right;
  line-height: 49px;
  font-size: 14px;
  color: #999;
}
.newbox .newsflashcontent .bottomflashlist li:hover .flashname {
  color: #11b533;
}
.newbox .newsflashcontent .bottomflashlist li:hover .flashname::before {
  content: '';
  background-color: #11b533;
}
.newbox .newsflashcontent .bottomflashlist li:hover::after {
  content: '';
  width: 100%;
}
.friend {
  width: 100%;
  height: 50px;
  margin-top: 50px;
  overflow: hidden;
  background-color: #fafafa;
}
.friend .lefttitle {
  width: 90px;
  float: left;
  line-height: 50px;
  font-size: 18px;
  color: #11b533;
  overflow: hidden;
}
.friend .lefttitle .linebox {
  display: inline-block;
  font-size: 0;
}
.friend .lefttitle .linebox i {
  display: inline-block;
  width: 1px;
  height: 15px;
  margin-right: 1px;
  background-color: #11b533;
}
.friend .lefttitle .linebox i:nth-child(1) {
  opacity: .8;
}
.friend .lefttitle .linebox i:nth-child(2) {
  opacity: .6;
}
.friend .linkslist {
  width: 1060px;
  height: auto;
  float: left;
  margin-left: 26px;
}
.friend .linkslist li {
  float: left;
  margin-right: 26px;
}
.friend .linkslist li a {
  display: block;
  line-height: 50px;
  color: #808080;
}
.friend .linkslist li a:hover {
  color: #11b533;
}
