/*全局样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  /*height: 100%;*/
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  font-family: "PingFang SC", "FZLanTingHei-R-GBK", "Lantinghei SC", "华文黑体", "Microsoft YaHei", "Helvetica Neue", Arial;
  overflow-x: hidden;
  word-break: break-all !important;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.2;
}
/*button,
input[type=button],
button:focus,
input[type=button]:focus,
input {
  -webkit-appearance: none;
  outline: none;
}*/
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none!important;
}
.imgVerMiddle {
  vertical-align: middle;
}
label {
  font-weight: normal;
}
.label-error {
  color: red;
}
img {
  vertical-align: middle;
  border: 0;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
::-webkit-input-placeholder {
  color: #ccc;
}
.vertival {
  vertical-align: middle;
}
.clearfix:after,
.clearfix:before {
  clear: both;
  content: '';
  display: table;
}
a {
  outline: none;
  cursor: pointer;
  color: #666;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
  outline: none!important;
}
.green {
  color: #08B14C;
}
#top {
  background: #333333;
  color: #fff;
  padding: 10px 0;
  font-weight: 300;
}
#top a {
  color: #fff;
  padding-left: 20px;
}
#top a img {
  margin-right: 5px;
}
#top .version {
  text-align: right;
}
.navbar {
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  background: #fff;
}
.navbar .navbar-default {
  background: #fff;
}
.navbar .navbar-default .navbar-brand {
  width: 441px;
  height: 77px;
  vertical-align: middle;
  padding: 18px 0 0 15px;
}
.navbar .navbar-default .navbar-brand img {
  width: 100%;
}
.navbar .navbar-default .navbar-toggle {
  border: 0;
  margin-top: 15px;
}
.navbar .navbar-collapse {
  float: right;
  padding-right:0;
}
.navbar .navbar-collapse a {
  height: 106px;
  line-height: 106px;
  padding: 0px 16px;
  text-align: center;
}
.navbar .navbar-collapse a:hover,
.navbar .navbar-collapse a.active {
  background: url(../images/menuactive.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.navbar .navbar-collapse a.contact:after {
  width: 0;
}
.navbar .navbar-collapse a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 42%;
  width: 1px;
  height: 18px;
  background: #E7E7E7;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #08B14C;
  border: 1px solid #fff;
}
.banner2
{
    position:relative; width:1140px;height:130px;overflow:hidden;margin:0px auto 10px;
    }
.banner2 img
{position:absolute;
 left:50%;
 transform:translate(-50%,0);
 height:128px;
    }
.container .title0 {
  font-size: 24px;
  color: #000;
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 1.5rem;
}
.container .title0 span {
  background: #fff;
  padding: 0 20px;
}
.container .title0 .line {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin-top: -16px;
  display: block;
}
.container .more {
  background: #08B14C;
  color: #fff;
  border-radius: 4px;
  padding: 8px 0;
  text-align: center;
  display: block;
  width: 150px;
  margin: 1rem auto;
}
.container .more:hover {
  opacity: .8;
}
.home_news .item {
  width: 20%;
  margin-bottom: 20px;
}
.home_news .item .title {
  color: #333;
  overflow:hidden;
  height:20px;
   line-height:20px;
 text-overflow:ellipsis;
 white-space:nowrap;
 margin-bottom:6px
}
.home_news .item .pic {
  text-align: center;
  height: 120px;
  line-height:120px;
  overflow:hidden
}
.home_news .item .pic img
{
    max-height:120px;
 }
.home_news .item .desc {
  color: #999;
  max-height: 36px;
  line-height: 18px;
  /*text-overflow: ellipsis;
      width: 100%;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_news .item .more {
  padding: 5px 0;
  width: 100%;
  margin: 0 auto;
}
.home_products .item {
  width: 20%;
}
.home_products,
.product_list {
  padding-bottom: 2rem;
}
.home_products .item,
.product_list .item {
  margin-bottom: 20px;
}
.home_products .item .inner,
.product_list .item .inner {
  background: #F3F3F3;
  padding: 10px;
}
.product_list .item
{
    padding:10px 5px
    }
.product_list .item .inner 
{
    padding: 10px 5px;
    }
.home_products .item .inner:hover,
.product_list .item .inner:hover {
  box-shadow: 0 0 15px #88b3d6;
}
.home_products .item .pic,
.product_list .item .pic {
  max-width: 205px;
  height: 186px;
  line-height:186px;
  background:#fff;
  margin: 0 auto 1rem;
  text-align:center
}
.home_products .item .pic img,
.product_list .item .pic img {
  
}
.home_products .item .title,
.product_list .item .title {
  color: #262627;
  text-align: center;
  margin: 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_about {
  background: #F8F8F8;
  padding-bottom: 2rem;
}
.home_about .gspic img {
  margin: .5rem 0rem;
  width: 100%;
  max-width: 344px;
}
.home_about .title0 span {
  background: #F8F8F8;
}
.home_about .text {
  color: #212121;
  font-size: 1.4rem;
  line-height: 24px;
}
.home_about .text p {
  text-indent: 20px;
}
.home_honors {
  padding-bottom: 5rem;
}
.home_honors .item {
  width: 20%;
}
.home_honors .item,
.honors .item {
  display:block
}
.home_honors .item .title,
.honors .item .title {
  color: #333;
  text-align: center;
}
.home_honors .item .pic,
.honors .item .pic {
      text-align: center;
    height: 186px;
    line-height: 186px;
    background: #fff;
    max-width: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.home_honors .item .pic img
{
    max-height:186px;
    }
.honors .item .pic img
{
    max-height:180px;
    }
.menu-left-mobile{
  margin-top: 1rem;
}
.menu-left-mobile:after{
  content: '';
  width: 20px;
  height: 2px;
  box-shadow: 0 -7px 0 #ccc, 0 7px 0 #ccc;
  display: inline-block;
  background: #ccc;
}
.left .title {
  font-size: 18px;
  font-weight: bold;
  margin: 3.5rem 0 2rem;
}
.left ul > li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  background: url(../images/icon-plus.jpg) no-repeat left 3px;
  padding-left: 20px;
  padding-bottom:10px;
}
.left ul > li a {
  font-weight: bold;
  color: #333;
}
.left ul > li > ul {
  padding: 10px 10px 0 10px;
}
.left ul > li > ul > li {
  margin-bottom: 5px;
  border: 0;
  background: none;
  padding-left: 0;
}
.left ul > li > ul > li a {
  font-weight: normal;
  color: #666;
}
.left ul > li > ul > li a.active{color:#08B14C;font-weight: 800;}
.left ul > li > ul > li a:hover {
  text-decoration: underline;
  color:#08B14C;
}
.right {
  margin: 3.5rem 0 7rem;padding-right:0;
  /*padding: 2rem 3rem;*/
}
.right h1.title {
  color: #08B14C;
  font-size: 22px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.right .inner {
  padding: 2rem;
  background: #fff;
}
.right .inner .news {
  font-size: 1.4rem;
}
.right .inner .news ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.right .inner .news ul li .time {
  float: right;
  color: #999;
}
.right .inner .news_detail .title {
  color: #08B14C;
  font-size: 18px;
  text-align: center;
}
.right .inner .news_detail .desc {
  color: #999;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.right .inner .news_detail .context {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 1.4;
  /*p{
          text-indent: 2rem;
        }*/
}
.right .inner .products_detail .context img {
  max-width: 100%!important;
}
.page {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  margin-top: 2rem;
}
.page a,
.page span {
  padding: 4px 7px;
  background: #fff;
  color: #666;
  margin-right: 4px;
}
.page span {
  font-weight: bold;
  color: #32c200;
}
.page a:hover {
  border: 1px solid #390;
  color: #fff;
  background: #390;
}
#footer {
  background: #08B14C;
  color: #fff;
  padding: 3rem 0;
}
#footer .link {
  padding-top: 2rem;
}
#footer a {
  color: #fff;
  padding: 0 10px;
}
#footer a:first-child {
  padding-left: 0;
}
#footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 320px)
{
    html
    {
        font-size:9px}
    }
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #top {
    text-align: center;
  }
  #top .version {
    text-align: center;
    margin-top: 10px;
  }
  .navbar .navbar-default .navbar-brand {
    width: 27rem;
    height: 50px;
    padding-top: 8px;
    margin-bottom: 10px;
  }
  .navbar .navbar-default .navbar-toggle:focus,
  .navbar .navbar-default .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar .navbar-collapse {
    height: auto;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    z-index: 10;
  }
  .navbar .navbar-collapse .nav {
    float: right;
  }
  .navbar .navbar-collapse a {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .navbar .navbar-collapse a:after {
    width: 0;
  }
  .home_news .item,
  .home_products .item,
  .home_honors .item {
    width: 100%;
  }
   .banner2{width:100%}
  .banner2 img{height:auto;left:0;}
}
@media (min-width: 992px) {
  .navbar .container {
    width: 1170px;
  }
}
.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:73px;background:url(../images/r_b.png) 0px bottom no-repeat;z-index:999;}
.izl-rmenu .btn1{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu a{width:72px;height:73px; display:block;}
.izl-rmenu .btn-phone{background-color:#a2abb0;background:url(../images/customer_service.png) 0px 0px no-repeat;}
.izl-rmenu .btn-phone:hover{background-color:#f06f52;background:url(../images/customer_service_two.png) 0px 0px no-repeat;}
.izl-rmenu .btn-top{background:url(../images/return_top.png) 0px 0px no-repeat;background-color:#fe9700;display:none;}
.izl-rmenu .btn-top:hover{background-color:#f06f52;background:url(../images/return_top_two.png) 0px 0px no-repeat;}

#imgmax
{
    width: 100%;
    height:300px;
    line-height: 278px;
    margin: 0 auto;
   
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    }
    #imgmax img{max-height:280px;}
   
#viewimglist
{
    width: 100%;
    margin: 0 auto;
    
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-top:0;
    height:70px
    }
    
#viewimglist li{float:left; margin-right:8px; cursor:pointer;border:1px solid transparent;} 
#viewimglist li.active{border-color:red;}
#viewimglist li img{max-width:50px; max-height:50px}   

.imgleft{margin-bottom:20px}
.imgright{line-height:40px; font-size:16px;}
.imgright strong{ font-size:18px;}
