@charset "utf-8";
/* CSS Document */
body, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", "宋体", "Arial", "Arial Narrow", "HELVETICA";
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #666;
}
input {
  font-family: "微软雅黑", "Arial", "Arial Narrow", HELVETICA;
}
a, a span {
  color: #232323;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
a:hover {
  color: #6eb92b;
}
em {
  font-style: normal
}
img {
  border: 0;
  vertical-align: middle
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
p {
  word-wrap: break-word
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl, .clear {
  clear: both;
  height: 0;
  line-height: 0;
  content: '.';
  display: block;
  visibility: hidden;
}
.header {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
}
.head-box {
  width: 100%;
  height: 85px;
  background: #151515 url(../images/head-bg.jpg) repeat-x center bottom;
  padding-bottom: 1px;
}
.head-content {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
}
.trmenu {
  position: absolute;
  right: 0px;
  line-height: 85px;
  top: 0px;
}
.trmenu li {
  display: inline-block;
  padding: 0 9px;
}
.trmenu li a {
  color: #999;
  font-size: 15px;
}
.trmenu li a:hover {
  color: #fff;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.logo {
  padding: 20px 0;
  text-align: Center;
}
.logo img{height: 45px;}
.carousel-indicators {
  display: none;
}
/* navbox */
.nav {
  position: relative;
  z-index: 999;
  width: 100%;
}
.nav-bottom-line {
  width: 100%;
  height: 5px;
  background: #151515 url(../images/nav-bottom-line.gif) no-repeat center top;
}
.nav en a {
  display: block;
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #333333;
  color: #fff;
  top: 50%;
  margin-top: -15px;
  font-size: 14px;
  overflow: hidden;
}
.menubox {
  height: 39px;
  width: 100%;
  z-index: 9;
  margin: 0 auto;
  font-family: '微软雅黑';
  background: #151515 url(../images/nav-bg.jpg) repeat-x center bottom;
}
ul.sub1 {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  text-align: center;
}
.menubox li {
  display: inline-block;
  line-height: 39px;
  list-style: none;
}
.menubox li a {
  text-decoration: none;
  display: block;
}
.menubox li a span {
  float: left;
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 3px 40px 0;
  text-align: center;
}
.hover_menu {
  text-decoration: none;
  background: url(/tpl/www/images/menu-hover-bg.jpg) no-repeat center bottom;
  height: 39px;
}
.menubox li.selected .submenu {
  display: block;
}
.menubox li .submenu {
  display: none;
  position: absolute;
  width: 100%;
  top: 43px;
  left: 0px;
}
.menubox li .submenu li {
  float: none;
  padding: 0;
  background: none;
  height: auto;
  border-bottom: dotted 0px #BEBEBE;
}
.hover_menu_box .menubox {
  background: #151515 url(../images/nav-hover-bg.jpg) repeat-x center bottom;
  height: 44px;
}
.hover_menu_box .head-box {
  background: #2e2e2e url(../images/head-hover-bg.jpg) repeat-x center bottom;
}
.hover_menu_box .nav-bottom-line {
  display: none;
  background: #151515 url(../images/nav-bottom-hover-line.jpg) repeat-x left top;
}
.menu_news_bg .nav-bottom-line {
  display: block;
  background: #151515 url(../images/menu-box-bottom-line.gif) repeat-x left top;
}
.menu_news_bg {
  width: 100%;
  min-height: 438px;
  background: #151516 url(../images/menu-bg.jpg) repeat-x left top;
  height: 438px;
  box-shadow: 0px 2px 2px #232323;
  -moz-box-shadow: 0px 2px 2px #232323;
  -webkit-box-shadow: 0px 2px 2px #232323;
}
.menu_news_main {
  width: 100%;
  max-width: 1370px;
  margin: auto;
  padding-left: 290px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 438px;
}
.menu_news_main .menu_news_img2 {
  width: 25%;
  max-width: 230px;
  display: none;
}
.menu_news_main .menu_news_img2 img {
  width: 100%;
  opacity: 0.6;
  filter(alpha=60);
  transition: all 0.5s linear 0s;
}
.menu_news_main .menu_news_img2 img:hover {
  opacity: 1;
  filter(alpha=100)
}
.menu_news_main .menu_news_li, .menu_news_main .menu_news_img1 {
  display: block;
}
.menu_news_main .menu_news_img1 img {
  opacity: 0.6;
  filter(alpha=60);
  transition: all 0.5s linear 0s;
}
.menu_news_main .menu_news_img1 img:hover {
  opacity: 1;
  filter(alpha=100)
}
.menu_news_li h3 {
  color: #6eb92b;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
.menu_news_li {
  padding-right: 100px;
  padding-top: 20px;
  height: 150px;
  float: left;
  text-align: left;
}
.menu_li_txt a {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  display: block;
  width: 250px;
}
.product .menu_news_li, .product .menu_news_img1 {
  display: none;
}
.product .menu_news_img2 {
  display: block;
}
.menu_li_txt a:hover {
  color: #fff;
}
.menu_news_img1 {
  float: left;
}
.menu_news_img2 {
  float: left;
  position: relative;
  transition: all 0.5s linear 0s;
}
.menu_news_img2_hover {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 4px;
  background: #6eb92b;
}
.menu_news_img2:hover .menu_news_img2_hover {
  display: block;
}
.hover_menu_box li a span {
  color: #dadada;
  padding-top: 3px;
  line-height: 36px;
}
.hover_menu_box li a:hover span {
  color: #fff;
}
.header en a {
  background: #999;
  color: #333;
}
.carousel-inner .item {
  background-attachment: fixed;
  background-position: center top !important;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
  transform: matrix;
}
.carousel-inner .item img {
  font: bold 38px helvetica, sans-serif;
  color: white;
  position: absolute;
  bottom: 150px;
  left: 200px;
  padding: 10px;
}
.prlx-1 {
  position: absolute;
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center top !important;
}
.carousel-inner .item img.textpic {}
.carousel-inner .item img.luntai {
  right: 120px;
  left: auto;
  bottom: -530px;
}
.carousel-inner .item {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@keyframes move {
  0% {
    height: 82px
  }
  100% {
    height: 50px;
  }
}
.sub2 {
  display: none;
}
.sub2 .button {
  display: block;
/*
  position: absolute;
  top: 17px;
  right: 10px;
*/
  padding: 2px 0 0 5px;
  background: none;
  border: 0px;
}
.sub2 .button .icon-bar {
  background-color: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  margin: 4px 0;
  width: 22px;
}
.sub2 .button:hover {
  background: none;
}
.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mod-news {
  background: #d7d8d8 url(../images/news-bg.jpg) no-repeat center top;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.mod-news-title {
  padding: 35px 0;
  text-align: left;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
}
.mod-news-title h1 {
  font-size: 36px;
  font-weight: normal;
  color: #000;
  display: inline-block;
}
.mod-news-title span {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-left: 15px;
}
.mod-news .morebutton {
  position: absolute;
  right: 0px;
  font-size: 16px;
  color: #fff;
  background: #6fba2c;
  padding: 8px 15px;
}
.mod-news-content {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
.mod-news-content ul:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.mod-news-content li {
  width: 33.333333%;
  float: left;
  padding: 0 0.7%;
}
.mod-news-content li img {
  width: 100%;
}
.mod-news-content li h1 {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  padding: 0 0 15px;
  position: relative;
}
.mod-news-content li p {
  font-size: 15px;
  color: #666;
  line-height: 27px;
}
.mod-news-content a.button {
  background: #6fba2c;
  height: 46px;
  padding: 0 50px;
  display: inline-block;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border-radius: 23px;
  margin-top: 30px;
  box-shadow: 0 0 8px #6fba2c;
}
.mod-news-content a.button:hover {
  background: #65ab27;
  box-shadow: 0 0 8px #65ab27;
  color: #fff;
}
.mod-news-content li .customerImgbox {
  overflow: hidden;
  max-height: 270px;
}
.mod-news-content li .customerImgbox img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.mod-news-content li:hover .customerImgbox img {
  transform: scale(1.1);
}
.mod-news-content li .news-box {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.mod-news-content li.first {
  padding-left: 0px;
  padding-right: 1.4%;
}
.mod-news-content li.last {
  padding-right: 0px;
  padding-left: 1.4%;
}
.mod-news-txt {
  padding: 20px 35px 35px;
}
.mod-news-txt a:hover {
  color: #6eb92b;
}
.mod-news-txt h1 span {
  position: absolute;
  right: 0px;
}
.mod-product {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  background: url(/tpl/www/images/mod-product-bg.jpg) repeat-y center top;
}
.mod-product-title {
  padding: 35px 0;
  text-align: left;
  width: 1370px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.mod-product-title h1 {
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  color: #6fba2c;
}
.mod-product-title span {
  color: #999;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  padding-left: 15px;
}
.mod-product .morebutton {
  position: absolute;
  right: 0px;
  font-size: 16px;
  color: #fff;
  background: #6fba2c;
  padding: 8px 15px;
}
.mod-product-content {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mod-product-content ul {
  width: 100%;
  margin-top: 20px;
}
.mod-product-content li {
  width: 16.6666%;
  float: left;
  text-align: Center;
  padding: 0 2%;
  transition: all 0.3s ease 0s;
}
.mod-product-content li:nth-child(4){
  padding: 0;
}
.mod-product-content li:hover {
  transform: translate3d(0px, -6px, 0px);
}
.mod-product-content li img {
  width: 100%;
}
.mod-product-content li span {
  font-size: 18px;
  color: #999;
}
.mod-product-content h1 {
  font-size: 30px;
  color: #fff;
  line-height: 110%;
  margin: 10px auto;
  font-weight: bold;
}
.mod-product-content a:hover h1 {
  color: #6eb92b;
}
.mod-product-content .pro-left {
  width: 50%;
  position: relative;
  min-height: 550px;
  float: left;
}
.mod-product-content .pro-left font {
  font-size: 270px;
  position: absolute;
  color: #494949;
  left: 0px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 270px;
  line-height: 270px;
  top: -70px;
}
.mod-product-content .pro-right {
  width: 50%;
  position: relative;
  min-height: 550px;
  float: right;
}
.mod-product-content .pro-right font {
  font-size: 270px;
  position: absolute;
  color: #494949;
  right: 0px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 270px;
  line-height: 270px;
  top: -70px;
}
.mod-product-content a.button {
  background: #6fba2c;
  height: 46px;
  padding: 0 50px;
  display: inline-block;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border-radius: 23px;
  margin-top: 30px;
  box-shadow: 0 0 8px #6fba2c;
}
.mod-product-content a.button:hover {
  background: #65ab27;
  box-shadow: 0 0 8px #65ab27;
}
.mod-about {
  width: 100%;
  margin: 0 auto;
  padding: 130px 0;
  background-image: url(/tpl/www/images/about-bg.jpg);
  background-position: center bottom;
  background-attachment: fixed;
  display: none;
}
.mod-about-title {
  padding: 90px 0 40px;
  text-align: center;
}
.mod-about-title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.mod-about-title span {
  font-size: 24px;
  color: #999;
}
.mod-about-content {
  text-align: center;
  max-width: 1370px;
  margin: 0 auto;
}
.mod-about-content span {
  max-width: 560px;
  width: 90%;
  margin: 0 auto;
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  color: #000;
}
.mod-about-content li {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.mod-about-content li h1 {
  font-size: 72px;
  color: #fff;
  display: inline-block;
  line-height: 72px;
  height: 72px;
}
.mod-about-content li p {
  font-size: 18px;
  color: #fff;
}
.adbanner {
  width: 100%;
  height: 438px;
  margin: 0 auto;
  background-image: url(/tpl/www/images/adbanner.jpg);
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}
.mod-dongtai {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 5% 100px;
}
.mod-zhaobiao {
  width: 100%;
  overflow: hidden;
  padding-bottom: 8px;
  background: #f2f2f2 url(../images/zhaobiao-image.jpg) no-repeat right center;
}
.mod-zhaobiao-title span {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  padding-left: 20px;
}
.mod-zhaobiao-title h1 {
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  color: #000;
}
.mod-zhaobiao .morebutton {
  font-size: 16px;
  color: #fff;
  background: #6fba2c;
  padding: 8px 15px;
}
.mod-zhaobiao ul {
  width: 100%;
  margin: 40px 0;
}
.mod-zhaobiao li {
  display: inline-block;
  width: 100%;
}
.mod-zhaobiao li a {
  line-height: 35px;
  color: #000;
  font-size: 16px;
  display: inline-block;
}
.mod-zhaobiao li a:hover {
  color: #6eb92b;
}
.mod-zhaobiao li span {
  line-height: 35px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding-right: 45px;
}
.mod-zhaobiao-box {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 70px 40px;
}
.zhaobiao-content {
  width: 490px;
  float: left;
}
.mod-zhaopin {
  width: 100%;
  overflow: hidden;
  padding-bottom: 8px;
  background: #f2f2f2 url(../images/zhaopin-image.jpg) no-repeat left center;
}
.mod-zhaopin-title span {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  padding-left: 20px;
}
.mod-zhaopin-title h1 {
  font-size: 36px;
  font-weight: normal;
  display: inline-block;
  color: #000;
}
.mod-zhaopin .morebutton {
  font-size: 16px;
  color: #fff;
  background: #6fba2c;
  padding: 8px 15px;
}
.mod-zhaopin ul {
  width: 100%;
  margin: 40px 0;
}
.mod-zhaopin li {
  display: inline-block;
  width: 100%;
}
.mod-zhaopin li a {
  line-height: 35px;
  color: #000;
  font-size: 16px;
  display: inline-block;
}
.mod-zhaopin li a:hover {
  color: #6eb92b;
}
.mod-zhaopin li span {
  line-height: 35px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding-right: 45px;
}
.mod-zhaopin-box {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 70px 40px;
}
.zhaopin-content {
  width: 490px;
  float: right;
}
.mod-dongtai a.button {
  background: #6fba2c;
  height: 46px;
  padding: 0 50px;
  display: inline-block;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  border-radius: 23px;
  margin-top: 30px;
  margin-left: 8px;
  box-shadow: 0 0 8px #6fba2c;
}
.mod-dongtai a.button:hover {
  background: #65ab27;
  box-shadow: 0 0 8px #65ab27;
}
.mod-brand {
  border-top: 1px solid #d2d2d2;
}
.mod-brand ul {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
/*  display: flex;*/
/*  justify-content: space-between;*/
}
.mod-brand li {
  float: left;
  text-align: center;
    width: 25%;
}
.mod-brand li a {
  padding: 40px 0;
  display: block;
}
.mod-brand li a img {
  max-width: 100%;
  width: auto;
  transition: all 0.2s linear 0s;
}
/*.mod-brand li a:hover img {
  max-width: 210px;
  width: auto;
  filter: grayscale(0%);
  opacity: 1;
}
.mod-brand li a img.hidden {
  display: none;
}
.mod-brand li a:hover img.hidden {
  display: inline-block;
}
.mod-brand li a img.show {
  display: inline-block;
}
.mod-brand li a:hover img.show {
  display: none;
}
.mod-brand li.c0 a:hover {
  background: #6fba2c;
  display: block;
  width: 100%;
}
.mod-brand li.c1 a:hover {
  background: #ff0000;
  display: block;
  width: 100%;
}
.mod-brand li.c2 a:hover {
  background: #ddd;
  display: block;
  width: 100%;
}
.mod-brand li.c3 a:hover {
  background: #ddd;
  display: block;
  width: 100%;
}*/
.footer {
  width: 100%;
  background: #333;
  /*overflow: hidden;*/
}
.foot-content {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 30px;
}
.foot-maps {
  float: left;
  width: 100%;
}
.foot-maps h1{
  font-weight: normal;
  border-bottom: 1px solid #666;
  padding-bottom: 15px;
}
.foot-maps h1 a{
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  margin-right: 20px;
}
.foot-maps span {
  font-size: 24px;
  color: #555;
  margin-left: 15px;
}
.foot-maps ul {
  margin-top: 50px;
}
.foot-maps li {
  float: left;
  width: 14%;
  min-height: 160px;
}
.foot-maps li a {
  display: block;
  padding-right: 10%;
}
.foot-maps li h5 {
  font-size: 16px;
  color: #ccc;
  font-weight: normal;
  margin-bottom: 18px;
}
.foot-maps li a {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.foot-maps li a:hover {
  color: #ccc;
}
.foot-contact li a {
  font-size: 16px;
  padding-right: 0;
  color: #ccc;
}
.foot-ewm {
  width: 30%;
  float: left;
  padding-left: 3%;
  overflow: hidden;
}
.foot-ewm h1 {
  color: #6fba2c;
  font-size: 27px;
  font-weight: bold;
}
.foot-ewm span {
  font-size: 24px;
  color: #555;
}
.foot-ewm li {
  margin-top: 50px;
}
.foot-ewm li strong {
  font-weight: normal;
  font-size: 18px;
  color: #6fba2c;
}
.foot-ewm li p {
  color: #ccc;
  font-size: 16px;
}
.foot-contact li {
  width: auto;
  padding-right: 50px;
  min-height: auto;
  line-height: 40px;
}
.foot-contact li strong {
  display: inline-block;
  font-size: 16px;
  color: #6fba2c;
}
.foot-contact li p {
  display: inline-block;
  font-size: 16px;
  color: #cccccc;
}
.share {
    float: right;
}
.share a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
  position: relative;
}
a#weibo {
    background-image: url(/tpl/www/images/weibo.png);
}
a#wechat {
    background-image: url(/tpl/www/images/wechat2.png);
}
a#facebook {
    background-image: url(/tpl/www/images/facebook.png);
}
a#twitter {
    background-image: url(/tpl/www/images/twitter.png);
}
a#instagram {
    background-image: url(/tpl/www/images/instagram.png);
}
a#wechat_video {
    background-image: url(/tpl/www/images/wechat_video1.png);
}
a#weibo:hover {
    background-image: url(/tpl/www/images/weibo1.png);
}
a#wechat:hover {
    background-image: url(/tpl/www/images/wechat1.png);
}
a#facebook:hover {
    background-image: url(/tpl/www/images/facebook1.png);
}
a#twitter:hover {
    background-image: url(/tpl/www/images/twitter1.png);
}
a#instagram:hover {
    background-image: url(/tpl/www/images/instagram1.png);
}
a#wechat_video:hover {
    background-image: url(/tpl/www/images/wechat_video2.png);
}
.popover {
    position: absolute;
    display: none;
    background-color: #fff;
    left: 50%;
    bottom: 30px;
    margin-left: -86px;
    padding-top: 16px;
    padding-bottom: 12px;
    width: 172px;
    height: 202px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
}
.popover:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #f7f8f9;
}
.popover .qrcode {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.popover .qrcode img {
    width: 100%;
    height: 100%;
}
.popover .text {
    font-size: 14px;
    color: #222;
    line-height: 22px;
    text-align: center;
}
.popover.show {
    display: block;
}

.popover_wechat_video {
    position: absolute;
    display: none;
    background-color: #fff;
    left: 50%;
    bottom: 30px;
    margin-left: -86px;
    padding-top: 16px;
    padding-bottom: 12px;
    width: 172px;
    height: 202px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
}
.popover_wechat_video:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #f7f8f9;
}
.popover_wechat_video .wechat_video {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.popover_wechat_video .wechat_video img {
    width: 100%;
    height: 100%;
}
.popover_wechat_video .text {
    font-size: 14px;
    color: #222;
    line-height: 22px;
    text-align: center;
}
.popover_wechat_video.show {
    display: block;
}


/* main_image */
.main_visual {
  height: 588px;
  border-top: 1px solid #d7d7d7;
  overflow: hidden;
  position: relative;
  margin-top: 128px;
}
.main_image {
  height: 588px;
  overflow: hidden;
  position: relative;
}
/*.main_image ul{width:9999px;height:588px;overflow:hidden;position:absolute;top:0;left:0}*/
.main_image li {
  float: left;
  width: 100%;
  height: 588px;
}
.main_image li span {
  display: block;
  width: 100%;
  height: 588px
}
.main_image li a {
  display: block;
  width: 100%;
  height: 588px
}
.main_image li .img_1 {
  background: url('/tpl/www/images/img_main_1.jpg') center top no-repeat
}
.main_image li .img_2 {
  background: url('/tpl/www/images/img_main_2.jpg') center top no-repeat
}
.main_image li .img_3 {
  background: url('/tpl/www/images/img_main_3.jpg') center top no-repeat
}
.main_image li .img_4 {
  background: url('/tpl/www/images/img_main_4.jpg') center top no-repeat
}
.main_image li .img_5 {
  background: url('/tpl/www/images/img_main_5.jpg') center top no-repeat
}
div.flicking_con {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
  width: 300px;
  height: 21px;
  margin: 0 0 0 -50px;
}
div.flicking_con a {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 4px;
  padding: 0;
  background: #fff;
  display: block;
  text-indent: -1000px
}
div.flicking_con a.on {
  background: #6fba2c;
}
#btn_prev, #btn_next {
  z-index: 11111;
  position: absolute;
  display: block;
  width: 80px !important;
  height: 80px !important;
  top: 50%;
  margin-top: -37px;
}
#btn_prev {
  background: url(/tpl/www/images/slideprev.png) no-repeat left top;
  left: 0px;
  background-size: 100%;
}
#btn_next {
  background: url(/tpl/www/images/slidenext.png) no-repeat right top;
  right: 0px;
  background-size: 100%;
}
@media screen and (max-width: 1700px) {
  .carousel-inner .item img.luntai {
    right: -110px;
    width: 800px;
    bottom: -440px;
  }
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {
  .nav en a {
    right: 50px;
  }
  .menu li a span {
    padding: 0 20px;
  }
  .menu_news_img1 img {
    width: 350px;
  }
  .menu_li_txt a {
    width: 200px;
  }
  .mod-product-content .pro-left, .mod-product-content .pro-right {
    min-height: 500px;
  }
  .mod-product-content .pro-left font, .mod-product-content .pro-right font {
    font-size: 220px;
    height: 220px;
    line-height: 220px;
  }
  .mod-product-content ul {
    top: 90px;
  }
  .carousel-inner .item {
    width: 100%;
    min-height: 610px;
    overflow: hidden;
  }
  .prlx-1 {
    background-size: 110% auto;
  }
  .carousel-inner .item img {
    width: 35%;
    left: 100px;
    bottom: 80px;
  }
  .carousel-inner .item img.luntai {
    width: 600px;
    bottom: -340px;
    right: -110px;
  }
  .mod-news, .mod-product {
    padding: 0 60px 60px;
  }
  .head-box {
    padding: 0 60px;
  }
  .menu {
    padding: 0 60px;
  }
  .mod-zhaopin {
    background-position: -400px center;
  }
  .main_visual, .main_image, /*.main_image ul,*/ .main_image li, .main_image li a {
    height: 440px;
    background-size: auto 100% !important;
  }
}
@media screen and (max-width: 1300px) {
  .nav en a, .navbar-select en a {
    right: 20px;
  }
  .adbanner {
    background-position: 30% center;
  }
  .mod-news-txt {
    position: relative;
  }
  .mod-news-content li h1 {
    position: static;
  }
  .mod-news-txt h1 span {
    right: 35px;
    bottom: 13px;
    font-size: 13px;
    line-height: 27px;
    color: #666;
  }
  .main_visual, .main_image, /*.main_image ul,*/ .main_image li, .main_image li a {
    height: 400px;
    background-size: auto 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .foot-contact li {
    width: 33.333%;
    padding: 0px;
    min-height: auto;
    line-height: 40px;
  }
  .foot-contact li strong {
    display: block;
    font-size: 16px;
    color: #6fba2c;
  }
  .foot-contact li p {
    display: block;
    font-size: 16px;
    color: #cccccc;
  }
  .menu_news_main {
    padding-left: 210px;
  }
  .mod-news-txt {
    padding: 20px 20px 50px;
  }
  .mod-about {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1120px) {
  .menu li a span {
    padding: 0 15px;
  }
  .mod-product-content .pro-left, .mod-product-content .pro-right {
    min-height: 460px;
  }
  .mod-product-content .pro-left font, .mod-product-content .pro-right font {
    font-size: 180px;
    height: 180px;
    line-height: 180px;
  }
  .mod-product-content ul {
    top: 70px;
  }
  .mod-product-content ul li {
    width: 25%;
  }
  .mod-product-content ul li:nth-child(5), .mod-product-content ul li:nth-child(6) {
    display: none;
  }
  .mod-product-content ul li span {
    font-size: 14px;
    white-space: nowrap;
  }
  .mod-zhaobiao {
    background: #fff;
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .mod-zhaopin {
    background: #f2f2f2;
  }
}
@media screen and (max-width: 1024px) {
  #ZoomBox {
    width: 80% !important;
    left: 10% !important;
    height: auto !important;
  }
  #ZoomImage {
    width: 100% !important;
    height: auto !important;
  }
  .hover_menu_box {
    background: #6eb92b;
  }
  .hover_menu_box en a {
    background: #333;
    color: #fff;
  }
  .nav en, .navbar-select en {
    right: 50px;
    top: 15px;
  }
  .nav en a, .navbar-select en a {
    background: none;
  }
  .nav, .header {
    height: 70px;
  }
  .nav {
    background: #6eb92b;
    height: 70px;
  }
  .menubox {
    margin: 0;
    height: 70px;
  }
  .navbar-select .menubox {
    margin: 0px;
  }
  .nav en a, .navbar-select en a {
    top: 15px;
    right: 120px;
    background: #333;
  }
  .nav en a:hover {
    background: #333;
    color: #fff;
  }
  .menu li {
    float: none;
    height: auto;
  }
  .menu li a span {
    float: none;
  }
  .sub2 ul {
    background: #232323;
    width: 100%;
    position: absolute;
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .sub2 ul a span {
    color: #fff;
    border-bottom: 1px solid #3f3e3e;
    width: 100%;
    text-align: left;
    text-indent: 2em;
  }
  .sub1 {
    display: none;
  }
  .sub2 {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .sub2 en{
/*    margin-top: 2px;*/
    margin-left: 5px;
  }
  .hover_menu {
    background: none;
  }
  .mod-news-content li {
    width: 50%;
  }
  .mod-news-content li.last {
    display: none;
  }
  .mod-news {
    padding: 0 20px 150px;
  }
  .mod-news-content li img {
    float: left;
    width: 30%;
  }
  .mod-news-content li h1 {
    padding-top: 0px;
  }
  .mod-product-content .pro-left, .mod-product-content .pro-right {
    min-height: 360px;
  }
  .mod-product-content .pro-left font, .mod-product-content .pro-right font {
    font-size: 150px;
    height: 150px;
    line-height: 150px;
  }
  .mod-product-content ul {
    top: 30px;
  }
  .prlx-1 {
    background-size: 160% auto;
  }
  .carousel-inner .item img {
    width: 40%;
    bottom: 130px;
    left: 50px;
  }
  .mod-brand li a {
    padding: 30px 10px;
  }
  .adbanner {
    background-attachment: scroll;
  }
  .mod-news-txt {
    width: 100%;
    padding: 25px 20px 50px;
  }
  .adbanner {
    background-position: 30% center;
    background-size: auto 100%;
    height: 420px;
  }
  .mod-news {
    padding: 0 20px 80px;
  }
  .trmenu {
    display: none;
  }
  .nav {
    display: none;
  }
  .head-box, .hover_menu_box .head-box {
    background: #6eb92b;
    padding: 0 20px;
    height: 72px;
  }
  .header en a {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
/*    margin-top: -15px;*/
/*    position: absolute;*/
/*    right: 50px;*/
    text-align: center;
/*    top: 50%;*/
    width: 30px;
  }
  .header en a.j {
    right: 120px;
  }
  .header en a.f {
    right: 85px;
  }
  .main_visual {
    margin-top: 71px
  }
  .sub2 ul {
    margin-top: 0px;
  }
  .sub2 ul a span {
    border-bottom: 1px solid #3f3e3e;
    color: #fff;
    text-align: left;
    text-indent: 2em;
    width: 100%;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    padding: 0 30px;
  }
  .main_visual, .main_image, /*.main_image ul,*/ .main_image li, .main_image li a {
    height: 380px;
    background-size: auto 100% !important;
  }
  .mod-product {
    padding: 0 20px 60px;
  }
  .logo {
    padding: 13px 0;
  }
}
@media screen and (max-width: 850px) {
  .foot-content {
    padding: 60px 6%;
  }
  .carousel-inner .item {
    width: 100%;
    min-height: 450px;
    overflow: hidden;
  }
  .carousel-inner .item img {
    width: 50%;
    bottom: 100px;
  }
  .prlx-1 {
    background-size: 130% auto;
  }
  .foot-maps {
    width: 100%;
  }
  .foot-maps ul {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .foot-maps li {
    width: 33.33333%;
  }
  .foot-maps li h5 {
    margin-bottom: 0px;
    padding: 15px 0 10px;
  }
  .foot-ewm {
    width: 100%;
    padding-left: 0px;
  }
  .foot-ewm li {
    margin-top: 20px;
  }
  .mod-zhaobiao li span, .mod-zhaopin li span {
    display: inline-block;
    padding-right: 20px;
  }
  .main_visual, .main_image, /*.main_image ul,*/ .main_image li, .main_image li a {
    height: 380px;
    background-size: auto 100% !important;
  }
}
@media screen and (max-width: 700px) {
    .logo img{height: 35px;}
  .mod-product {
    background: #2c2c2c;
    padding-bottom: 70px;
  }
  .mod-product-title {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .mod-product-content .pro-left {
    width: 100%;
    background: #363636;
    padding: 100px 0 70px;
    box-sizing: content-box;
  }
  .mod-product-content .pro-right {
    width: 100%;
    background: #2c2c2c;
    padding: 100px 0;
    box-sizing: content-box;
  }
  .mod-product-content .pro-left font {
    font-size: 200px;
    height: 200px;
    line-height: 200px;
    left: 0px;
    top: 0px;
  }
  .mod-product-content .pro-right font {
    font-size: 200px;
    height: 200px;
    line-height: 200px;
    left: 0px;
    right: auto;
    top: 40px;
  }
  .mod-product-content ul {
    top: 140px;
  }
  .mod-product-content .pro-right ul {
    top: 180px;
  }
  .carousel-inner .item {
    min-height: 360px;
  }
  .carousel-inner .item img {
    bottom: 10px;
    left: 10px;
    display: none;
  }
  .carousel-inner .item img.luntai {
    bottom: -240px;
    display: block;
    right: -110px;
    width: 400px;
  }
  .prlx-1 {
    background-size: 110% auto;
  }
  .carousel-inner .item img {
    width: 50%;
    bottom: 30px;
    left: 50px;
  }
  .mod-news {
    padding-bottom: 60px;
  }
  .mod-news-title {
    padding: 60px 0 30px;
  }
  .mod-about {
    padding-bottom: 60px;
  }
  .mod-about-title {
    padding-top: 60px;
  }
  .mod-about-content ul {
    margin: 60px auto 0;
    width: 90%;
  }
  .mod-about-content li h1 {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
  .mod-about-content li p {
    font-size: 14px;
  }
  .adbanner {
    background-size: 130% auto;
    height: 240px
  }
  .mod-dongtai {
    padding: 60px 5%;
  }
  .mod-zhaobiao, .mod-zhaopin {
    width: 100%;
  }
  .mod-zhaobiao {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .mod-zhaobiao ul, .mod-zhaopin ul {
    margin-top: 20px;
  }
  .mod-news-content li h1 {
    padding-bottom: 10px;
  }
  .mod-zhaobiao li span, .mod-zhaopin li span {
    display: inline-block;
    padding-right: 25px;
  }
  .main_visual, .main_image, /*.main_image ul,*/ .main_image li, .main_image li a {
    height: 380px;
    background-size: auto 100% !important;
  }
  .mod-about {
    padding: 60px 0;
  }
  .mod-about-content ul {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .mod-news-title, .mod-about-title {
    padding: 30px 0;
  }
  .mod-news-content li.first {
    margin-bottom: 50px;
  }
  .mod-news-content li.first, .mod-news-content li {
    width: 100%;
    padding: 0px;
  }
  .mod-news-content li h1 {
    font-size: 18px;
  }
  .mod-news-content li p {
    font-size: 13px;
    line-height: 24px;
  }
  .mod-news-content a.button {
    margin: 15px 0;
  }
  .mod-product-content h1 {
    font-size: 20px;
  }
  .mod-product-content .pro-left, .mod-product-content .pro-right {
    padding: 40px 0 70px;
  }
  .mod-product-content .pro-left font, .mod-product-content .pro-right font {
    font-size: 150px;
  }
  .mod-about-content span {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
  }
  .prlx-1 {
    background-size: 180% auto;
  }
  .adbanner {
    background-position: 30% center;
    background-size: auto 100%;
  }
  .foot-contact {
    margin: 30px 0;
  }
  .foot-contact:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .foot-contact li {
    width: 100%;
    padding: 0px;
    min-height: auto;
    line-height: 40px;
  }
  .foot-contact li strong {
    display: inline-block;
    font-size: 16px;
    color: #6fba2c;
  }
  .foot-contact li p {
    display: inline-block;
    font-size: 16px;
    color: #cccccc;
  }
  .foot-ewm {
    text-align: left !important;
  }
  .main_visual, .main_image, /*.main_image ul,*/ .main_image li, .main_image li a {
    height: 160px;
    background-size: auto 100% !important;
  }
  .banner .bg {
    height: 0 !important;
  }
  .banner .video {
    position: relative !important;
  }
  .banner .video video {
    width: 100%;
    height: auto !important;
  }
  #btn_prev, #btn_next {
    width: 60px !important;
    height: 60px !important;
  }
  .mod-product-content ul li {
    width: 33.33333%;
    margin-bottom: 30px;
    white-space: nowrap;
  }
  .mod-product-content ul li:nth-child(5), .mod-product-content ul li:nth-child(6) {
    display: inline-block;
  }
  .mod-product-content ul li span {
    font-size: 14px;
  }
  .mod-news, .mod-product {
    position: relative;
    padding-bottom: 120px;
  }
  .mod-news .morebutton, .mod-product .morebutton {
    display: none;
  }
  .mod-news .morebutton.mob, .mod-product .morebutton.mob {
    display: block !important;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    text-align: center;
  }
  .zhaopin-content {
    float: left;
  }
  .mod-zhaopin-title h1, .mod-zhaopin-title span, .mod-zhaobiao-title h1, .mod-zhaobiao-title span, .mod-product-title h1, .mod-product-title span, .mod-news-title h1, .mod-news-title span {
    font-size: 24px;
  }
  .zhaobiao-content, .zhaopin-content {
    width: 100%;
  }
  .zhaobiao-content li a, .zhaopin-content li a, .zhaobiao-content li span, .zhaopin-content li span {
    display: block;
  }
  .mod-zhaobiao-box, .mod-zhaopin-box {
    padding: 20px;
  }
  .mod-zhaobiao-title span, .mod-zhaopin-title span {
    padding-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .menu li a span {
    line-height: 50px;
  }
  .mod-product-content {
    overflow: hidden;
  }
  .mod-product-content ul {
    top: 60px;
  }
  .mod-product-content .pro-right ul {
    top: 100px;
  }
  .mod-product-content .pro-left font, .mod-product-content .pro-right font {
    font-size: 100px;
    line-height: 100px;
    height: 100px;
  }
  .mod-dongtai a.button, .mod-product-content a.button, .mod-news-content a.button, .mod-news-content a.button, .mod-news-content a.button {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin: 0 0 8px 8px;
  }
  .mod-news-title h1, .mod-about-title h1, .mod-zhaobiao h1, .mod-zhaopin h1, .mod-product-title h1 {
    font-size: 26px;
  }
  .mod-zhaobiao span, .mod-zhaopin span, .mod-product-title span, .mod-news-title span, .mod-about-title span {
    font-size: 16px;
    line-height: 18px;
  }
  .mod-news-title, .mod-about-title {
    padding: 20px 0;
  }
  .mod-product {
    padding-bottom: 30px;
  }
  .mod-product-title {
    padding-top: 30px;
  }
  .mod-product-content li span {
    font-size: 14px;
  }
  .mod-product-content .pro-left {
    min-height: 200px;
  }
  .mod-product-content .pro-right {
    min-height: 220px;
  }
  .mod-about-content li h1 {
    line-height: 24px;
    height: 24px;
    font-size: 24px;
  }
  .mod-about-content li p {
    font-size: 12px;
    line-height: 18px;
    height: auto;
  }
  .nav en a, .navbar-select en a {
    right: 50px;
  }
  .sub2 .button {
    right: 10px;
  }
  .mod-brand li {
    width: 50%;
  }
  .mod-brand li a {
    padding: 15px 10px;
  }
  .mod-brand li a img {
  }
  .mod-brand li a:hover img {
    width: 80%;
  }
  .carousel-inner .item {
    min-height: 160px;
  }
  .mod-about-title {
    padding-top: 30px;
  }
  .mod-news {
    padding-bottom: 0px;
  }
  .mod-dongtai {
    padding: 30px 5%;
  }
  .mod-zhaopin li a, .mod-zhaobiao li a {
    line-height: 40px;
  }
  .carousel-control.left {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .carousel-control.right {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .mod-brand {
    border: 0px;
  }
  .mod-brand li {
    padding: 1px;
  }
  .mod-brand li a {
    background: #f2f2f2;
  }
  .carousel-inner .item {
    min-height: 240px;
  }
  .carousel-inner .item img {
    bottom: 10px;
    left: 10px;
    display: none;
  }
  .carousel-inner .item img.luntai {
    bottom: -200px;
    display: block;
    right: -100px;
    width: 350px;
  }
  .prlx-1 {
    width: 100%;
    background-position: -180px top !important;
  }
  .carousel-control {
    display: none;
  }
  .carousel-indicators {
    display: block;
  }
  .carousel-indicators li {
    border: 0px;
    background: #fff;
  }
  .carousel-indicators .active {
    background: #6eb92b;
  }
  .page-banner img {
    height: 34px;
  }
  .adbanner {
    background-position: 30% center;
    background-size: auto 100%;
  }
  .mod-zhaobiao li span, .mod-zhaopin li span {
    padding-right: 5px;
  }
  .mod-product-content ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .mod-product-content ul li:nth-child(5), .mod-product-content ul li:nth-child(6) {
    display: none;
  }
  .main_visual, .main_image, /*.main_image ul,*/ .main_image li, .main_image li a {
    height: 120px;
    background-size: auto 100% !important;
  }
  .mod-product {
    padding-bottom: 80px;
  }
  .mod-news {
    padding-bottom: 120px;
  }
  .header en a {
    right: 50px;
  }
  .header en a.j {
    right: 120px;
  }
  .header en a.f {
    right: 85px;
  }
}
.touzi {
  margin-top: 0 !important;
  padding: 70px 38px !important;
}
.cate_list2 {}
.cate_list2 li {
  width: 46%;
  border: 1px solid #70bb2b;
  text-align: center;
  float: left;
  margin: 2%;
  box-sizing: border-box;
}
.cate_list2 li a {
  margin: 15px;
  line-height: 100%;
  display: block;
}<!--0.00020003318786621-->