html{
  font-size: 625%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  html{
    font-size: 540%;
  }
}

@media only screen and (max-width: 992px) {
  html{
    font-size: 480%;
  }
}

@media only screen and (max-width: 768px) {
  html{
    font-size: 400%;
  }
}

@media only screen and (max-width: 480px) {
  html{
    font-size: 320%;
  }
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  body{
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  
}

@media only screen and (max-width: 480px) {
 
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {
  
}

.header{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  height: 75px;
}

.nav-wrapper{
  padding:0;
  position: relative;
}

.header-logo{
  width:3.6rem;
  background: #5cb984;
  height: 75px;
}

.header-logo>a{
  display: block;
  text-align: center;
  height: 75px;
  line-height: 75px;
}

.header-logo>a>img{
  display: inline-block;
  width: 80%;
}

.nav-wrapper .nav-main-list{
  margin-left:.2rem;
}

.nav-wrapper .nav-main-list .nav-main-item{
  float: left;
  height: 75px;
  line-height: 75px;
  position: relative;
}


.nav-wrapper .nav-main-list .nav-main-item .nav-item-link{
  padding:0 .3rem;
}

.nav-wrapper .nav-main-list .nav-main-item .nav-item-link:hover{
  color: #5cb984;
}

.nav-wrapper .nav-main-list .nav-list{
  display: none;
  z-index: 999;
  position: absolute;
  left:0;
  top: 70px;
  background: #1894c3;
  width:calc(100%);
  box-shadow: 0 6px 12px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1); 
}

.nav-wrapper .nav-main-list .nav-list>li{
  border-bottom: 1px solid #81c3dc;
}


.nav-wrapper .nav-main-list .nav-list>li>a{
  display: block;
  color: #fff;
  font-size: 13px;
  height: .46rem;
  line-height:.46rem;
  text-align: center;
}


.nav-wrapper .language{
  margin-top: 22px;
  margin-right:40px;
}

.nav-wrapper .language .language-cn{
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #66ca93; 
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  margin-right: 5px;
}

.nav-wrapper .language .language-en{
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #12499e;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}


.nav-wrapper .language .language-link{
  display: block;
  color: #fff;
}

.header .nav-collapse{ 
  cursor: pointer;
  height: 75px;
  line-height: 75px;
  width: 80px;
  text-align: center;
}


.header .nav-collapse .iconfont{
  color: #fff;
  font-size: 45px;
}


.show-items{
 width: 100%;
}

.show-items .item{
  
}

.show-items .item-company{
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: rgba(255,255,255,.5);
}

.show-items .item-product{
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: rgba(255,255,255,.5);
}

.show-items .item-company ul{
  margin-left: 4.6rem;
}

.show-items .item ul>li{
  margin: 0 20px;
}

.show-items .item ul>li>a{
  display: block;
  font-size: 14px;
}

.show-items .item ul>li:hover a{
  color: #2465b1;
}

.show-items .item-product ul{
  margin-left: 4.2rem;
}




.nav-mobile-wrapper{
  position: relative;
}

 .nav-mobile-wrapper  .collapse-nav-list{
  position: absolute;
  top:100%;
  left:0;
  right: 0;
  z-index: 999;
  background-color: #5cb984;
  padding-bottom: 20px;
}

 .nav-mobile-wrapper .collapse-nav-list .mobile-link{
  height: 50px;
  line-height: 50px;
  color:#fff;
  display: block;
  font-size: 16px;
}


.nav-mobile-wrapper .collapse-nav-list .panel-heading{
  padding: 0;
}

.nav-mobile-wrapper .collapse-nav-list .panel-heading>h4{
  margin:0 15px;
  border-bottom: .01rem solid #e5e5e5;
}

.nav-mobile-wrapper .collapse-nav-list .active{
  background: #313131;
 }

.nav-mobile-wrapper .collapse-nav-list .active>h4{
  border-bottom: none;
 }


.nav-mobile-wrapper .collapse-nav-list .nav-p-list{
  padding:0 15px;
  background: #5cb984;
}

.nav-mobile-wrapper .collapse-nav-list .panel-group{
  margin-bottom: 0;
}

.nav-mobile-wrapper .collapse-nav-list .panel-group .iconfont{
  font-size: 14px;
  margin-left: 10px;
}

.nav-mobile-wrapper .collapse-nav-list .nav-p-list>li{
  width: 100%;
}

.nav-mobile-wrapper .collapse-nav-list .nav-p-list>li .nav-link-title{
  display: block;
  height:40px;
  line-height: 40px;
  color:#fff;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.nav-mobile-wrapper .collapse-nav-list .panel-body{
  border-top: 0 ! important;
  padding:0;
}



@media only screen and (max-width: 1400px) {
  .nav-wrapper .language{
    margin-right: 10px;
  }
}


@media only screen and (max-width: 1200px) {
  .nav-wrapper .nav-main-list{
    margin-left:.6rem;
  }
  .nav-wrapper .nav-main-list .nav-main-item .nav-item-link{
    padding:0 .2rem;
    font-size: 15px;
  }
  .header-logo{
    width: 3.2rem;
  }

  .header-logo>a>img{
    width: 90%;
  }
  .show-items .item-company ul{
    margin-left: 4.2rem;
  }
    .show-items .item-product ul{
    margin-left: 3.8rem;
  }

}

@media only screen and (max-width: 992px) {
  .header{
    background: #5cb984;
  }
  .mobile-pull{
    float: right !important;
  }
  .nav-wrapper .language .language-cn{
    background: #fff;
  }

  .nav-wrapper .language .language-cn .language-link{
    color: #5cb984;
  }
  .header-logo{
    width: 3.8rem;
  }
  .nav-wrapper .language{
    margin-right: 0;
  }
 
}

@media only screen and (max-width: 767px) {
 
}

@media only screen and (max-width: 480px) {
  .header .nav-collapse .iconfont{
    font-size: 36px;
  }
  .header-logo{
    width: 3.8rem;
  }
  .header .nav-collapse{
    width: 60px;
  }
}

.wrap-banner{
  margin-top: 75px;
  position: relative;
  width: 100%;
  height: auto;
}

.wrap-banner .index-box{
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 999;
}

.wrap-banner .index-banner{
/*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;*/
}

.index-banner.item{
  width: 100%;
}

.index-banner .item .banner{
  display: block;
  width: 100%;
}

.carousel-indicators{
  bottom: 0;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

}


.wrap-banner .index-product-1{
  width: 100%;
}

.wrap-banner .index-product-1>a{
  display: block;
  width: 100%;
  height: 200px;
  background: rgba(92,185,132,.7);
  padding: 40px 30px;
  color: #fff;
}

.wrap-banner .index-title{
  font-size: 26px;
  font-weight: 500;
  font-family: "Roboto";
  text-transform : uppercase;
}

.wrap-banner .index-product-1 .product-left{
  width: 55%;
}

.wrap-banner .index-product-1 .product-right{
  width: 45%;
  margin-top: 10px;
}


.wrap-banner .index-product-1 .product-left h6{
  font-size: 15px;
  margin: 5px 0 20px 0;
}

.wrap-banner .index-product-1 .product-left span{
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
}


.wrap-banner .index-product-1 .product-left .iconfont{
  display: block;
  font-size: 32px;
  opacity:0.7;
  filter:alpha(opacity=70);
  margin-top: 20px;
}


.wrap-banner .index-product-2{
  width: 100%;
}

.wrap-banner .index-product-2>a{
  display: block;
  width: 100%;
  height: 200px;
  background: rgba(0,0,0,.7);
  padding: 40px 30px;
  color: #fff;
}

.wrap-banner .index-product-2 .product-left{
  width: 55%;
}

.wrap-banner .index-product-2 .product-right{
  width: 45%;
  margin-top: 10px;
}


.wrap-banner .index-product-2 .product-left h6{
  font-size: 15px;
  margin: 5px 0 20px 0;
}

.wrap-banner .index-product-2 .product-left span{
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
}


.wrap-banner .index-product-2 .product-left .iconfont{
  display: block;
  font-size: 32px;
  opacity:0.7;
  filter:alpha(opacity=70);
  margin-top: 20px;
}



.wrap-banner .index-about{
  width: 100%;
}

.wrap-banner .index-about>a{
  display: block;
  width: 100%;
  height: 200px;
  background: rgba(92,185,132,.7);
  padding: 40px 30px;
  color: #fff;
}

.wrap-banner .index-about .about-left{
  width: 30%;
}

.wrap-banner .index-about .about-right{
  width: 70%;
  margin-top: 10px;
}

.wrap-banner .index-about .about-right p{
  font-size: 14px;
  text-indent: 2em;
  line-height: 2;
}

.wrap-banner .index-about .about-left h6{
  font-size: 15px;
  margin: 5px 0 20px 0;
}

.wrap-banner .index-about .about-left span{
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
}


.wrap-banner .index-about .about-left .iconfont{
  display: block;
  font-size: 32px;
  opacity:0.7;
  filter:alpha(opacity=70);
  margin-top: 20px;
}


.wrap-banner .index-news{
  width: 100%;
}

.wrap-banner .index-news>a{
  display: block;
  width: 100%;
  height: 200px;
  background: rgba(0,0,0,.7);
  padding: 40px 30px;
  color: #fff;
}

.wrap-banner .index-news .news-left{
  width: 30%;
}

.wrap-banner .index-news .news-right{
  width: 70%;
  margin-top: 10px;
}

.wrap-banner .index-news .news-right h6{
  font-size: 14px;
  line-height: 2;
  text-align: right;
}


.wrap-banner .index-news .news-right p{
  font-size: 12px;
  line-height: 2;
  margin-top: 10px;
}

.wrap-banner .index-news .news-left h6{
  font-size: 15px;
  margin: 5px 0 20px 0;
}

.wrap-banner .index-news .news-left span{
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
}


.wrap-banner .index-news .news-left .iconfont{
  display: block;
  font-size: 32px;
  opacity:0.7;
  filter:alpha(opacity=70);
  margin-top: 20px;
}

.sub-banner{
  margin-top: 75px;
}



@media only screen and (max-width: 1200px) {
  .wrap-banner .index-title{
    font-size: 16px;
  }

  .wrap-banner .index-title-s{
    font-size: 12px !important;
  }
  .wrap-banner .index-box .box-item>a{
    height: 180px !important;
    padding: 30px 20px !important;
  }
  .wrap-banner .index-about .about-right p{
    font-size: 13px;
  }
  .wrap-banner .index-news .news-right h6{
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

}


.mobile-index-box .mobile-wrap-banner{
  margin-top: 75px;
}

.mobile-index-box .mobile-index-product{
  width: 100%;
  background: #85c09f;
  padding: .8rem 0 1rem 0;
}

.mobile-index-box .mobile-index-product-b{
  width: 100%;
  background: #3a4146;
  padding: .8rem 0 1rem 0;
}


.mobile-index-box .mobile-index-title .title{
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 36px;
}

.mobile-index-box .mobile-index-title .s-title{
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
.mobile-index-box .mobile-index-title .line{
  text-align: center;
}
.mobile-index-box .mobile-index-title .line span{
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #fff; 
}

.mobile-index-box .mobile-pro-img{
  text-align: center;
  margin: .2rem 0 .4rem 0;
}

.mobile-index-box .mobile-pro-img>a{
  display: block;
}

.mobile-index-box .mobile-pro-img>a>img{
  display: inline-block;
  width: 60%;
}

.mobile-index-box .mobile-box-icon{
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.mobile-index-box .mobile-box-icon .iconfont{
  display: inline-block;
  color: #fff;
  font-size: 40px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mobile-index-box .mobile-index-about{
  width: 100%;
  background: #85c09f;
  padding: .8rem 0 1rem 0;
}

.mobile-index-box .mobile-index-news{
  width: 100%;
  background: #3a4146;
  padding: .8rem 0 1rem 0;
}

.mobile-index-about .about-text{
  color: #fff;
  font-size: 16px;
  line-height: 2;
  padding: .4rem 20px;
  text-align: justify;
}

.mobile-index-about .link{
  text-align: center;
}

.mobile-index-about .link a{
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 15px;
  color: #5cb984;
}

.mobile-index-news .news-content {
  padding: 0 20px;
  margin-bottom: .4rem;
}

.mobile-index-news .news-content .news-img{
  text-align: center;
  width: 100%;
  margin: .5rem 0 .4rem 0;
}

.mobile-index-news .news-content .news-img>img{
  display: inline-block;
  width: 100%;
}

.mobile-index-news .news-content .news-name a{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.mobile-index-news .news-content .news-text{
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-top: .2rem;
}


.mobile-index-news  .link{
  text-align: center;
}

.mobile-index-news  .link a{
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  font-size: 15px;
  color: #333333;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
  .mobile-index-box .mobile-pro-img>a>img{
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-index-box .mobile-pro-img>a>img{
    width: 90%;
  }
  .mobile-index-box .mobile-index-title .title{
    font-size: 24px;
  }
  .mobile-index-box .mobile-index-title .s-title{
    font-size: 16px;
  }
  .mobile-index-box .mobile-box-icon .iconfont{
    font-size: 34px;
  }
  .mobile-index-about .about-text{
    font-size: 13px;
  }
  .mobile-index-about .link a{
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .mobile-index-news .news-content .news-name a{
    font-size: 15px;
  }

  .mobile-index-news .news-content .news-text{
    font-size: 13px;
  }
  .mobile-index-news .link a{
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
}

.footer{
  line-height: 50px;
  background: #5cb984;
}

.footer .footer-copyright{
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer .footer-support{
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.footer .footer-support a{
  color: #fff; 
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .footer{
    background: #5cb984;
  }
}

@media only screen and (max-width: 768px) {
  .footer{
    line-height: 24px;
    padding: 20px;
  }
  .footer .footer-copyright{
    text-align: center;
    font-size: 13px;
  }

.footer .footer-support{
    text-align: center;
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  
}

.sub-position{
  height: 54px;
  line-height: 54px;
  background: #eee;
  font-size: 14px;
}

.sub-position{
  height: 54px;
  line-height: 54px;
  background: #eee;
  font-size: 14px;
  padding: 0 40px;
}

.sub-position .iconfont{
  color: #364272;
  font-size: 16px;
  margin-right: 5px;
}


.sub-position a:last-child{
 color: #1b56b9;
}

.sub-about{
  padding: .7rem 0 .8rem 0;
}

.sub-title{
  font-size: 40px;
  color: #1b56b9;
  font-weight: bold;
  text-align: center;
}

.sub-about .sub-about-content{
  padding: 0 40px;
  text-align: center;
  margin: .4rem 0 0 0;
}

.sub-about .sub-about-content .name{
  font-size: 24px;
  color: #222;
  margin: 0 0 .3rem 0;
}

.sub-about .sub-about-content .text{
  color: #666;
  width: 70%;
  margin: 0 auto;
}

.sub-about .sub-about-content .text p{
  color: #666;
  margin-bottom: .4rem;
  line-height: 2;
}

@media only screen and (max-width: 1200px) {
  .sub-about .sub-about-content .text{
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .sub-title{
    font-size: 36px;
  }
  
}

@media only screen and (max-width: 768px) {
  .sub-position{
    padding: 0 20px;
  }
  .sub-about .sub-about-content{
    padding: 0 20px;
  }
  .sub-title{
    font-size: 32px;
  }
  .sub-about .sub-about-content .name{
    font-size: 20px;
  }
  .sub-about .sub-about-content .text{
    width: 95%;
  }
}

@media only screen and (max-width: 480px) {
  .sub-title{
    font-size: 24px;
  }
  .sub-about .sub-about-content .name{
    font-size: 18px;
  }
}

.sub-news{
  padding: .7rem 0 .8rem 0;
}

.sub-news .news-item{
  height: 440px;
  background: #f8f8f8;
  margin-bottom: .3rem;
}

.sub-news .news-item:nth-child(2n-1) .news-item-content{
  width: 50%;
  float: left;
  padding: .4rem;
} 

.sub-news .news-item:nth-child(2n-1) .news-item-img{
  width: 50%;
  float: right;
} 

.sub-news .news-item:nth-child(2n) .news-item-content{
  width: 50%;
  float: right;
  padding: .4rem;
} 

.sub-news .news-item:nth-child(2n) .news-item-img{
  width: 50%;
  float: left;
} 

.sub-news .news-item .news-item-img>img{
  display: block;
  width: 100%;
  height: 440px;
}

.sub-news .news-item .news-item-content .name{
  margin:60px 0 40px 0;
}

.sub-news .news-item .news-item-content .name a{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

.sub-news .news-item .news-item-content .text{
  color: #444;
  line-height: 1.8;
}

.sub-news .news-item .news-item-content .link{
  display: block;
  width: 175px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #dcdcdc;
  margin-top: 50px;
}

.sub-news .news-item .news-item-content .name:hover a{
  color: #1b56b9;
}

.sub-news .news-item .news-item-content .link:hover{
  background: #1b56b9;
  color: #fff;
}

.sub-detailsnews{
  padding: .7rem 0 .8rem 0;
}

.sub-detailsnews .detailsnews-title{
  font-size: 24px;
  text-align: center;
}

.sub-detailsnews .detailsnews-release{
  text-align: center;
  font-size: 14px;
  color: #888888;
  border-bottom: 1px solid #d2d2d2;
  padding: .3rem 0 .2rem 0;
}

.sub-detailsnews .detailsnews-text{
  margin-top: .4rem;
}

.sub-detailsnews .detailsnews-text p{
  text-indent: 2em;
  color: #555;
  margin-bottom: .3rem;
  line-height: 1.8;
  text-align: justify;
}

@media only screen and (max-width: 1200px) {
  .sub-news .news-item{
    height: 400px;
  }
  .sub-news .news-item .news-item-img>img{
    height: 400px;
  }
  .sub-news .news-item .news-item-content .name{
    margin: 40px 0 30px 0;
  }
}

@media only screen and (max-width: 992px) {
  .sub-news .news-item{
    height: 320px;
  }
  .sub-news .news-item .news-item-img>img{
    height: 320px;
  }
  .sub-news .news-item .news-item-content .name{
    margin: 20px 0 20px 0;
  }
  .sub-news .news-item .news-item-content .name a{
    font-size: 18px;
  }
  .sub-news .news-item .news-item-content .link{
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-news .news-item:nth-child(2n-1) .news-item-content{
    width: 100%;
  } 

  .sub-news .news-item:nth-child(2n-1) .news-item-img{
    width: 100%;
  } 

  .sub-news .news-item:nth-child(2n) .news-item-content{
    width: 100%;
  } 

  .sub-news .news-item:nth-child(2n) .news-item-img{
    width: 100%;
  } 
  .sub-news .news-item{
    height: auto;
  }
  .sub-news .news-item .news-item-img>img{
     height: auto;
  }

}

@media only screen and (max-width: 480px) {
  .sub-news .news-item .news-item-content .name a{
    font-size: 16px;
  }
  .sub-news .news-item .news-item-content .link{
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .sub-detailsnews .detailsnews-title{
    font-size: 18px;
  }
}

.sub-product{
  padding: .7rem 0 .8rem 0;
}

.sub-product .sub-product-item{
  width: 100%;
  background: #f6f6f6;
  padding: .4rem .3rem;
  border-bottom: 6px solid #1b56b9;
  margin-bottom: .3rem;
}

.sub-product .sub-product-item .pull-left{
  width: 45%;
  margin-right: 5%;
}

.sub-product .sub-product-item .pull-right{
  width: 50%;
}

.sub-product .sub-product-item .pull-right .name{
  font-size: 24px;
  font-weight: bold;
}

.sub-product .sub-product-item .pull-right .text{
 line-height: 1.8;
 margin: .2rem 0 .3rem 0;
}

.sub-product .sub-product-item .pull-right .link{
  display: block;
  color: #666;
}

.sub-product .sub-product-item .pull-right .link:hover{
  color: #1b56b9;
}


@media only screen and (max-width: 1200px) {
  .sub-product .sub-product-item .pull-left{
    width: 55%;
    margin-right: 5%;
  }
  .sub-product .sub-product-item .pull-right{
    width: 40%;
  }
}

@media only screen and (max-width: 992px) {
  .sub-product .sub-product-item .pull-right .name{
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-product .sub-product-item .pull-left{
    width: 100%;
    margin-right: 0;
  }

  .sub-product .sub-product-item .pull-left>img{
    width: 80%;
    margin: 0 auto;
  }

  .sub-product .sub-product-item .pull-right{
    width: 100%;
    margin-top: .4rem;
  }
  .sub-product .sub-product-item .pull-right .name{
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .sub-product .sub-product-item .pull-left>img{
    width: 100%;
  }
}


.sub-detailsproduct{
  padding: .7rem 0 .8rem 0;
}

.sub-detailsproduct .detailspro-title{
  font-size: 36px;
  color: #1b56b9;
  text-align: center;
  font-weight: bold;
  margin-bottom: .6rem;
}

.sub-detailsproduct .detailspro-box{
  border: 1px solid #bfbfbf;
  padding: .5rem;
}

.sub-detailsproduct .detailspro-box .detailspro-feature h6{
  font-size: 24px;
  font-weight: bold;
  margin: .2rem 0 .4rem 0;
}

.sub-detailsproduct .detailspro-box .detailspro-feature p{
  background: url("../images/bule-icon.png")no-repeat left 10px;
  padding-left: 25px;
  color: #444444;
  line-height: 2;
}
.sub-detailsproduct .detailspro-parameter{
  margin-top: .7rem;
}

.sub-detailsproduct .detailspro-parameter .title{
  color: #666;
  border-bottom: 1px solid #bfbfbf;
}

.sub-detailsproduct .detailspro-parameter .title h6{
  display: inline-block;
  border-bottom: 2px solid #1b56b9;
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
}

.sub-detailsproduct .detailspro-parameter .title span{
  font-size: 24px;
  color: #1b56b9;
}

.detailspro-table{
  margin-top: .5rem;
}

.detailspro-table .table tr td:nth-child(1){
  width: 25%;
}

.detailspro-table .table tr td:nth-child(2){
  width: 35%;
}


.detailspro-table .table tr td{
  text-align: center;
  padding: 20px 30px;
}

.detailspro-table .table tr td:nth-child(1){
  text-align: left;
}

.detailspro-table .table tr td:nth-child(2){
  background: #ddf3e5;
}

.detailspro-table .table tr:nth-child(1) td{
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #5cb984;
}

.detailspro-table .table .color{
  background: #bce7cf;
  border-bottom: 2px solid #5cb984;
}

.detailspro-table .table .color td{
  background: #bce7cf !important;
}

.detailspro-table .table-bordered{
  border: 2px solid #5cb984;
}

.detailspro-table .table-bordered > tbody > tr > td{
  border-right: none;
  border-left: none;
}

.detailspro-table .name{
  text-align: center;
  font-size: 16px;
}

.detailspro-table .table-img{
  display: inline-block;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}


@media only screen and (max-width: 1200px) {
  .sub-detailsproduct .detailspro-title{
    font-size: 32px;
  }
  .sub-detailsproduct .detailspro-box .detailspro-feature h6{
    margin:0 0 .4rem 0;
  }
  .detailspro-table .table tr td:nth-child(1){
    width: 33%;
  }

.detailspro-table .table tr td:nth-child(2){
    width: 33%;
  }
}

@media only screen and (max-width: 992px) {
  .sub-detailsproduct .detailspro-title{
    font-size: 28px;
  }
  .sub-detailsproduct .detailspro-box .detailspro-feature h6{
    font-size: 20px;
  }
  .sub-detailsproduct .detailspro-box .detailspro-feature p{
    background: url("../images/bule-icon.png")no-repeat left 8px;
  }
  .detailspro-table .table tr:nth-child(1) td{
    font-size: 16px;
  }
  .detailspro-table .table tr td{
    text-align: center;
    padding: 10px 20px;
  }
  .sub-detailsproduct .detailspro-parameter .title span{
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-detailsproduct .detailspro-box .detailspro-feature{
    margin-top: .5rem;
  }
  .detailspro-table .table tr td{
    text-align: center;
    padding: 8px;
  }
  .detailspro-table .table tr:nth-child(1) td{
    font-size: 14px;
  }
  .detailspro-table .name{
    text-align: center;
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .sub-detailsproduct .detailspro-title{
    font-size: 22px;
  }
  .sub-detailsproduct .detailspro-box .detailspro-feature h6{
    font-size: 18px;
  }
  .sub-detailsproduct .detailspro-parameter .title span{
    font-size: 18px;
  }
  .sub-detailsproduct .detailspro-parameter .title h6{
    font-size: 14px;
  }
  .sub-position{
    font-size: 13px;
  }
  
}

.sub-download{
  padding: .7rem 0 .8rem 0;
}

.sub-download .sub-download-item{
  position: relative;
  cursor:pointer;
  margin-bottom: .3rem;
}

.sub-download .sub-download-item .item-img{
  padding: 20px;
  background: #eee;
}

.sub-download .sub-download-item .item-show{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27,86,185,.9);
}


.sub-download .sub-download-item .item-show h3{
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.6rem;
}

.sub-download .sub-download-item .item-show h6{
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: .2rem  0 .5rem 0;
}

.sub-download .sub-download-item .item-show h6>span{
 margin: 0 10px;
}

.sub-download .sub-download-item .item-show a{
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
}

.sub-download .sub-download-item .item-show a .iconfont{
  color: #1b56b9;
  font-size: 20px;
}

.sub-download .sub-download-item:hover .item-show{
  display: block;  
}

@media only screen and (max-width: 1400px) {
  .sub-download .sub-download-item .item-show h3{
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .sub-download .sub-download-item .item-show h3{
    font-size: 16px;
    margin-top: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .sub-download .sub-download-item .item-show h3{
    margin-top: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .sub-download .sub-download-item .item-show h3{
    margin-top: .5rem;
     font-size: 14px;
  }
  .sub-download .sub-download-item .item-show h6{
    font-size: 12px;
    margin: .2rem 0 .3rem 0;
  }
  .sub-download .sub-download-item .item-show h6>span{
    display: block;
    text-align: center;
  }
  .sub-download .sub-download-item .item-show a{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sub-download .sub-download-item .item-show a .iconfont{
    font-size: 16px;
  }
}

.sub-honor{
  padding: .7rem 0 .8rem 0;
}

.sub-honor .sub-honor-content{
  margin-top: .5rem;
}

.sub-honor .sub-honor-content .sub-honor-item{
  padding: 20px;
  border: 1px solid #ddd;
  width: 18%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
  cursor: pointer;
}

.sub-contact{
  padding: .7rem 0 .8rem 0;
}


.sub-contact .contact-ditu{
  position: relative;
}

.sub-contact .contact-ditu .contact-kuang{
  position: absolute;
  top: 1.8rem;
  left: 25%;
  width: 50%;
  height: auto;
  background: rgba(27,86,185,.8);
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}

.sub-contact .contact-ditu .contact-kuang .wrapper{
  padding: 0.9rem .2rem 1.2rem .2rem;
}

.sub-contact .contact-ditu .contact-kuang .name{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.3rem;
}

.sub-contact .contact-ditu .contact-kuang .add{
  
}

.sub-contact .contact-ditu .contact-kuang .tel{
  
}

.sub-contact .contact-ditu .contact-kuang .tel a{
  color: #fff;
}

.sub-contact .contact-ditu .contact-kuang .email a{
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .sub-honor .sub-honor-content .sub-honor-item{
    width: 23%;
  }
}

@media only screen and (max-width: 992px) {
  .sub-honor .sub-honor-content .sub-honor-item{
    width: 48%;
    padding: 15px;
  }
  .sub-contact .contact-ditu>iframe{
    height: 600px;
  }
  .sub-contact .contact-ditu .contact-kuang{
    left: 15%;
    width: 70%;
    font-size: 16px;
  }
  .sub-contact .contact-ditu .contact-kuang .name{
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-contact .contact-ditu .contact-kuang{
    left: 5%;
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .sub-contact .contact-ditu .contact-kuang{
    font-size: 14px;
  }
  .sub-contact .contact-ditu .contact-kuang .name{
    font-size: 18px;
  }
  .sub-contact .contact-ditu>iframe{
    height: 400px;
  }
  .sub-honor .sub-honor-content .sub-honor-item{
    padding: 8px;
  }

}