@font-face{
  font-family: 'custom';
  src:url('../fonts/custom.TTF');
}

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
  url('iconfont.woff') format('woff'),
  url('iconfont.ttf') format('truetype'),
  url('iconfont.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

body,h1,h2,h3,h4,h5,h6,p,section{
  padding: 0;
  margin:0;
}

html,body{
  height:100%;
}

body{
  font-family: 'custom';
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 176px;
}

.click-page{
  text-align: center;
}

.click-page .click-btn{
  font-size: 16px;
  font-weight: bold;
  cursor:pointer;
  margin-top: 10px;
  background: url(../images/product-icon2.png) no-repeat center 26px;
  padding-bottom: 26px;
}
.product-item-list{
  display: none;
}
.inaline{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.intwoline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.infourline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}

.wrap {
  min-height: 100%;
}
.wrap-inside{
  padding-bottom: 220px;
}
.footer{
  height: 220px;
  margin-top: -220px;
}

a,a:link,a:hover,a:active,a:visited{
  text-decoration: none;
  color:#000;
}

ul,li{
  list-style: none;
  padding:0;
  margin: 0;
}

.conWidth{
  max-width: 1200px;
  margin:0 auto;
}

.header{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 999;
  background-color: #fff;
}
.header .nav-collapse{
  width:36px;
  display: inline-block;
  cursor: pointer;
  margin: 35px 0 34px;
}
.header .nav-collapse .line{
  height: 3px;
  background-color: #000;
}
.header .nav-collapse .line:nth-child(2){
  margin: 10px 0;
}
.header .collapse-nav-list{
  position: absolute;
  top:100%;
  left:0;
  right:0;
  z-index: 999;
  background-color: #282828;
}

.header .collapse-nav-list .mobile-link{
  height: 60px;
  padding-left: 10px;
  line-height: 60px;
  color:#fff;
  font-size: 16px;
  display: block;
}

.header .collapse-nav-list .mobile-link.active{
  background-color: #000;
}

.header .collapse-nav-list .panel-heading{
  padding: 0;
}

.collapse-nav-list .nav-p-list{
  padding: 0 20px 0 10px;
}
.collapse-nav-list .panel-group{
  margin-bottom: 0;
}
.collapse-nav-list .nav-p-list>li .nav-link-title{
  display: block;
  height:40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e1;
  color:#fff;
  font-size: 14px;
}
.collapse-nav-list .nav-p-list>li .nav-item-link{
  display: block;
  font-size: 12px;
  color:#868686;
  line-height: 32px;
}

.protype1{
  display: block;
  height:40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e1;
  color:#fff;
  font-size: 14px;}
.protype1 a{color:#fff;}

.protype2{
  display: block;
  font-size: 12px;
  color:#868686;
  line-height: 32px;}
.protype2 a{  color:#868686;}

.collapse-nav-list .panel-body{
  border-top: 0 ! important;
  padding:0;
}

.top-wrapper{
  border-bottom: 1px solid #dbdbdb;
  height: 36px;
}

.top-wrapper .top-link{
  line-height: 35px;
  font-size: 13px;
 /* font-weight: bold;*/
}
.top-wrapper .top-link .iconfont{
  margin-right: 12px;
/*  font-size: 16px;*/
}
.top-wrapper form{
  position: relative;
  top:5px;
}
.top-wrapper form input:nth-child(1) {
  appearance:none;
  -webkit-appearance:none;
  height:26px;
  border:1px solid #dbdbdb;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  padding-left: 16px;
  outline: none;
  font-size: 14px;
  width:250px;
}

.top-wrapper form input:nth-child(2) {
  position: absolute;
  right:16px;
  top:5px;
  appearance:none;
  -webkit-appearance:none;
  border:0;
  outline: none;
  background: url(../images/input_search_icon.png) no-repeat center center;
  width:17px;
  height:17px;
}

.nav-wrapper{
  border-bottom: 3px solid #c60000;
  height: 140px;
}
.nav-wrapper .pull-left{
  line-height: 137px;
}
.nav-wrapper .navs .nav-item{
 float: left;
 font-size: 16px;
 font-weight: bold;
}
.nav-wrapper .navs .nav-item .nav-item-link{
 line-height: 137px;
 padding:0 20px;
}

.index-company-wrapper{
  padding:80px 0;
}
.index-company-wrapper img{
  width: 100%;
}
.index-company-wrapper .company-title{
  font-size: 24px;
  color:#c60000;
  line-height: 40px;
  margin-bottom: 8px;
  font-weight: bold;
}


.index-company-wrapper .desc{
  color:#333;
  font-size: 18px;
  line-height: 28px;
  word-break: break-all;
}

.index-company-wrapper .company-content .link-more{
  color:#c60000;
  font-size: 17px;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.index-products-wrapper{
  background-color: #f5f6f9;
  padding:80px 0;
}

.index-products-wrapper .products-title{
  font-size: 24px;
  color:#c60000;
  text-align: center;
  font-weight: bold;
}

.index-products-wrapper .desc{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin:30px 0 60px 0;
}

.index-products-wrapper .desc a{
  display: inline-block;
  color: #333;
  line-height: 26px;
}


.index-products-wrapper .product-item{
  background-color: white;
}

.index-products-wrapper .product-item a .name{
  color:#333;
  font-size: 18px;
  margin: 0 10px;
  border-top: 1px solid #dbdbdb;
  padding: 30px 0;
  font-weight: bold;
}

.module-wrapper{
  padding: 80px 0;
}
.module-wrapper .title{
  font-size: 24px;
  color:#c60000;
  text-align: center;
  margin-bottom: 70px;
  font-weight: bold;
}
.module-wrapper .index-new-item .time-content{
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
}

.module-wrapper .index-new-item .month{
  font-size: 22px;
  color:#8c8c8c;
}

.module-wrapper .index-new-item .year{
  color:#000;
  font-size: 14px;
  font-weight: bold;
}

.module-wrapper .index-new-item .news-title{
  font-size: 14px;
  color:#000;
  line-height: 26px;
  font-weight: bold;
}
.module-wrapper .index-new-item .news-img-box{
  margin: 16px 0;
}
.module-wrapper .index-new-item .news-desc{
  color:#8c8c8c;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.module-wrapper .index-new-item .more-link{
  font-size: 12px;
  color:#c60000;
}
.bread-wrapper{
  margin: 20px 15px 0;
  border-bottom: 1px solid #dbdbdb;
}
.product-bread{
  margin: 20px 0 0;
}
.bread-wrapper ol{
  margin-bottom: 0;
}
.bread-wrapper a{
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color:#ababab;
}
.bread-wrapper li{
  font-size: 12px;
  color:#ababab;
  float: left;
}

.news-wrapper{
  padding: 50px 0;
  margin: 0 15px;
}
.news-wrapper h3.news-title{
  font-size: 30px;
  color:#000;
  margin-bottom: 30px;
}
.news-wrapper h3.news-title span:nth-child(1){
  color:#c60000;
}
.news-list .news-item{
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px dashed #dbdbdb;
}

.news-list .news-item .more-link{
  display: block;
}

.news-list .news-item .container-fluid{
  padding: 0;
}

.news-list .news-item .news-item-img-box{
  padding: 4px;
  background-color: #dbdbdb;
  display: inline-block;
  width:100%;
}
.news-list .news-item .news-item-img-box img{
  width: 100%;
}

.news-list .news-item .time{
  color:#c60000;
  font-size: 14px;
  font-weight: bold;
}

.news-list .news-item .news-item-title{
  font-size: 16px;
  color:#000;
  padding: 20px 0;
  line-height: 26px;
  font-weight: bold;
  word-break:break-all;
}
.news-list .news-item .news-item-desc{
  line-height: 26px;
  color:#888;
  font-size: 14px;
  word-break:break-all;
}

.newsDetail-wrapper{
  padding:30px 0;
}
.newsDetail-wrapper .title-content{
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.newsDetail-wrapper .title-content h4{
  font-weight: bold;
  color:#010101;
  font-size: 18px;
}
.newsDetail-wrapper .title-content p{
  margin: 20px 0 10px 0;
  font-size: 13px;
  color:#787878;
}
.newsDetail-wrapper .title-content p span:nth-child(1) {
  margin-right: 26px;
}

.newsDetail-wrapper .newsDetail-content p{
  line-height: 26px;
  color:#000;
  font-size: 14px;
  text-indent: 14px;
  margin-top: 32px;
  word-break:break-all;
}

.service-wrapper{
  padding: 50px 0 100px 0;
}

.service-wrapper .service-img{
  width: 100%;
}

.service-wrapper  .service-title{
  font-size: 22px;
  color:#c60000;
  margin: 30px 0;
}

.service-wrapper .desc{
  color:#000;
  font-size: 18px;
  line-height: 32px;
  word-break: break-all;
}

.service-wrapper .container-fluid:nth-child(1){
  margin-bottom: 30px;
}

.download-wrapper {
  padding:12px 0 100px 0;
}
.download-wrapper .download-item{
  margin-top:40px;
}

.download-wrapper .download-item .download-img-box{
  display: inline-block;
  padding: 4px;
  border:1px solid #dbdbdb;
  width: 100%;
}
.download-wrapper .download-item .download-img{
  width: 100%;
}

.download-wrapper .download-item .download-content{
  padding:30px 0;
}

.download-wrapper .download-item .download-content p{
  margin-bottom: 20px;
  font-size: 18px;
  color:#5e5e5e;
}

.download-wrapper .download-item .download-content p span:nth-child(1) {
  color:#000;
  font-weight: bold;
}


.download-wrapper .download-item .btn-icon{
  display: block;
  background: url(../images/download_icon.png) no-repeat left center;
  padding-left: 30px;
  color:#fff;
  font-weight: bold;
  width: 120px;
  height: 36px;
  line-height: 36px;
}

.feedback-wrapper .feedback-content{
  padding:60px 5% 80px 5%;
}
.feedback-wrapper .feedback-content .feedback-title-content{
  text-align: center;
  padding: 10px 0 60px 0;
}
.feedback-wrapper .feedback-content .feedback-title-content h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.feedback-wrapper .feedback-content .feedback-title-content h3 span:nth-child(1) {
  color:#c60000;
}
.feedback-wrapper .feedback-content .feedback-title-content h3 span:nth-child(2) {
  color:#000;
}

.feedback-wrapper .feedback-content .feedback-title-content p{
  line-height: 28px;
  font-size: 16px;
  color: #000;
}
.feedback-wrapper .feedback-content .feedback-title-content p a{
  color:#c60000;
}
.feedback-wrapper .feedback-content .feedback-title-content span{
  color:#c60000;
}
.feedback-form-content .form-control textarea{
  resize: none;
}
.feedback-form-content .form-group{
  margin-bottom: 30px;
}

.feedback-form-content .form-group label span{
  color:#c60000;
  padding-right: 16px;
}
.feedback-form-content .form-btn-box .btn{
  width: 120px;
  margin: 20px 15px 0 15px;
}

.contact-us-wrapper{
  background-color:#f5f6fa;
  padding: 80px 0 200px 0;
}
.contact-us-wrapper .title{
  text-align: center;
  margin-bottom: 100px;
  font-size: 24px;
}
.contact-us-wrapper .title span:nth-child(1){
  color:#c60000;
}

.contact-us-wrapper .title span:nth-child(2){
  color: #000;
}

.contact-us-wrapper .contact-right{
  padding-left: 60px;
}

.contact-us-wrapper .small-title{
  padding: 24px 0;
  color:#c60000;
  font-size: 20px;
}

.contact-us-wrapper ul li{
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 24px;
}
.contact-us-wrapper ul li:nth-child(1){
  background:url(../images/contact_icon_1.png) no-repeat left center;
}
.contact-us-wrapper ul li:nth-child(2){
  background:url(../images/contact_icon_2.png) no-repeat left center;

}
.contact-us-wrapper ul li:nth-child(3){
  background:url(../images/contact_icon_3.png) no-repeat left center;

}
.contact-us-wrapper ul li:nth-child(4){
  background:url(../images/contact_icon_4.png) no-repeat left center;

}
.contact-us-wrapper ul li:nth-child(5){
  background:url(../images/contact_icon_5.png) no-repeat left center;

}
.contact-us-wrapper ul li:nth-child(6){
  background:url(../images/contact_icon_6.png) no-repeat left center;

}

.page-nav-wrapper{
  padding-top: 70px;
}

.page-title{
  line-height: 60px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f5f6f9;
  font-size: 20px;
  font-weight: bold;
  text-indent: 10px;
}

.page-nav-wrapper .nav-list{
  display: block;
  line-height: 60px;
  padding-left: 24px;
  border-bottom: 1px solid #dbdbdb;
  background: url(../images/arrow_right.png) no-repeat 8px center;
  font-size: 18px;
  font-weight: bold;
}

.page-nav-wrapper .nav-list-son{
  display: block;
  line-height: 60px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  padding-left: 30px;
}
.producttype1{
	display: block;
  line-height: 60px;
  padding-left: 24px;
  border-bottom: 1px solid #dbdbdb;
  background: url(../images/arrow_right.png) no-repeat 8px center;
  font-size: 18px;
  font-weight: bold;}
.producttype2{
	display: block;
  line-height: 60px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  padding-left: 30px;}

.page-nav-wrapper .nav-list-son a{
  
}

.page-nav-wrapper .nav-ul li{
  line-height: 60px;
  border-bottom: 1px solid #dbdbdb;
}

.page-nav-wrapper .nav-ul li a{
  font-size: 16px;
  padding-left: 30px;
}

.timely-contact {
  margin-top: 24px;
}
.timely-contact div{
  line-height: 60px;
  background-color: #f5f6f9;
  border-bottom:1px solid #dbdbdb;
}

.timely-contact div span{
  background: url(../images/listen_icon.png) no-repeat 10px center;
  padding:10px 0 10px 40px;
  font-size: 18px;
  color:#000;
}
.timely-contact div i{
  font-size: 24px;
  margin: 0 4px;
}






.about-profile-content{
  padding: 40px 0 120px 0;
}

.about-profile-content .desc{
  color:#000;
  font-size: 16px;
  line-height: 26px;
  word-break: break-all;
}
.about-profile-content .desc span{
  color:#c60000;
}
.about-profile-content .about-profile-img{
  margin-bottom: 10px;
  width: 100%;
}
.about-profile-content-2{
  margin: 40px 0;
}
.about-profile-desc{
  text-align: center;
  font-size: 18px;
  color:#000;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-environment-content{
  padding: 40px 0 20px;
}
.about-environment-content a{
  display: block;
  margin-bottom: 40px;
}
.about-environment-img-box{
  border:1px solid #dbdbdb;
  padding: 4px;
}
.about-environment-img-box img{
  width: 100%;
}


.about-environment-content .desc{
  color:#000;
  font-size: 14px;
  border-bottom: 1px solid #676767;
  display: inline-block;
  margin-top: 12px;
}

.about-culture-content{
  padding-bottom: 60px;
  margin: 0 15px;
}


.about-culture-content .culture-item{
  margin-top: 40px;
}
.about-culture-content .culture-item .title{
  color:#000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 6px;
}

.about-culture-content .culture-item .title span:nth-child(1){
  color:#c60000;
  font-size: 32px;
}

.about-culture-content .culture-item .desc-content{
  padding: 12px;
}
.about-culture-content .culture-item .desc{
  font-size: 16px;
  line-height: 26px;
}

.about-culture-content .culture-item .desc-content-item{
  margin-top: 24px;
}
.about-culture-content .culture-item .desc-content-item .small-title{
  color:#000;
  font-size: 18px;
  margin-bottom: 10px;
}

.about-culture-content .culture-item .desc-content-item .small-title span:nth-child(1){
  color:#c60000;
  font-size: 18px;
}

.product-wrapper{
  padding-bottom: 100px;
}

.product-list-wrapper .title{
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

.product-list-wrapper .product-item{
  border:1px solid #dbdbdb;
  margin-top: 30px;
  float: left;
}

.product-list-wrapper .product-item:hover{
  box-shadow: 0 0 16px rgba(0,0,0,.3);
}

.product-list-wrapper .product-item a{
  display: block;
}

.product-list-wrapper .product-item .product-img{
  width: 100%;
}


.product-list-wrapper .product-item .desc{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 20px 0;
}

.product-list-wrapper .product-item:hover .desc{
  color: #c60000;
}

.product-detail-wrapper{
  padding:40px 0 80px;
  border-bottom: 1px solid #dbdbdb;
}
.product-detail-wrapper .title{
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}
.product-detail-wrapper .img-box{
  margin: 0 auto 20px;
  width: 80%;
}

.product-detail-wrapper .img-box .product-img{
  width: 100%;
}

.product-detail-wrapper p{
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-detail-btn-box a{
  display: inline-block;
  width: 120px;
  font-size: 14px;
  color:#000;
  background-color: #e5e5e6;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 34px;
  font-weight: bold;
}
.product-detail-btn-box{
  text-align: center;
}

.product-new-list{
  padding: 40px 0 80px;
}

.product-new-list .title{
  font-size: 24px;
  font-weight: bold;
}

.product-new-list .product-item{
  border-bottom: 1px solid #dbdbdb;
  padding: 40px 0;
}
.product-new-list .product-item a{
  display: block;
}

.product-new-list .product-item img{
  width: 100%;
}

.product-new-list .product-item .product-title{
  font-size: 20px;
  font-weight: bold;
  margin: 26px 0 26px 0;
}

.product-new-list .product-item p{
  font-size: 16px;
  margin-top: 12px;
}















.footer{
  padding:40px 0 16px 0;
  border-top: 1px solid #dbdbdb;
}

.footer .pull-left strong{
  font-size: 18px;
}
.footer .pull-left ul{
  margin-top: 16px;
}
.footer .pull-left ul li{
  font-size: 14px;
  color:#8c8c8c;
  line-height: 26px;
}
.footer .pull-left .footer-icon-wrapper{
  margin-top: 50px;
}
.footer .pull-left .footer-icon-wrapper i{
  font-size: 32px;
  margin: 0 10px;
}
.footer .pull-right{
  text-align: right
}
.footer .pull-right .qcode-box{
  display: inline-block;
}
.footer .pull-right .qcode-box p{
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.footer .pull-right .footer-copy-text{
  margin-top: 50px;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  body{
    padding-top: 156px;
  }
  .top-wrapper{
    padding: 0 15px;
  }
  .logo{
    width: 140px;
  }
  .nav-wrapper{
    border-bottom: 2px solid #c60000;
    height: 120px;
    padding: 0 15px;
  }
  .nav-wrapper .pull-left{
    line-height: 118px;
  }
  .nav-wrapper .navs .nav-item .nav-item-link{
   line-height: 118px;
   padding: 0 10px;
   font-size: 14px;
  }
  .index-company-wrapper{
    padding:60px 0;
  }
  .index-company-wrapper .company-title{
    font-size: 22px;
    line-height: 36px;
  }
  .index-company-wrapper .desc{
    font-size: 15px;
    line-height: 22px;
  }

  .index-company-wrapper .company-content .link-more{
    color:#c60000;
    font-size: 17px;
    position: absolute;
    right: 10px;
    bottom: 0px;
  }
  .index-products-wrapper{
    padding:40px 0;
  }

  .index-products-wrapper .products-title{
    font-size: 22px;
  }

  .index-products-wrapper .desc{
    font-size: 14px;
    margin:24px 0 48px 0;
  }

  .index-products-wrapper .product-item{
    margin-bottom: 16px;
  }

  .index-products-wrapper .product-item a .name{
    font-size: 16px;
    margin: 0 8px;
    padding: 24px 0;
  }

  .module-wrapper{
    padding: 60px 0;
  }
  .module-wrapper .title{
    font-size: 22px;
    margin-bottom: 48px;
  }
  .module-wrapper .index-new-item .time-content{
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .module-wrapper .index-new-item .month{
    font-size: 20px;
  }

  .module-wrapper .index-new-item .year{
    font-size: 12px;
  }

  .module-wrapper .index-new-item .news-title{
    font-size: 14px;
    line-height: 24px;
  }
  .module-wrapper .index-new-item .news-img-box{
    margin: 16px 0;
  }
  .module-wrapper .index-new-item .news-desc{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .module-wrapper .index-new-item .more-link{
    font-size: 12px;
  }

  .news-wrapper h3.news-title{
    font-size: 28px;
    margin-bottom: 28px;
  }
  .news-list .news-item{
    padding-bottom: 26px;
    margin-top: 26px;
  }


  .news-list .news-item .time{
    font-size: 12px;
  }

  .news-list .news-item .news-item-title{
    font-size: 16px;
    padding: 16px 0;
    line-height: 24px;
  }
  .news-list .news-item .news-item-desc{
    line-height: 24px;
    font-size: 14px;
  }
  .download-wrapper {
    padding:12px 0;
  }
  .download-wrapper .download-item{
    margin-top:32px;
  }


  .download-wrapper .download-item .download-content{
    padding:20px 0;
  }

  .download-wrapper .download-item .download-content p{
    margin-bottom: 14px;
    font-size: 16px;
  }


  .download-wrapper .download-item .btn-icon{
    padding-left: 30px;
  }

  .contact-us-wrapper .contact-right{
   padding-left: 15px;
  }

}

@media screen and (max-width: 768px) {
  body{
    padding-top: 98px;
  }
  .top-wrapper{
    padding: 0 15px;
  }
  .nav-wrapper .pull-left{
    line-height: 98px;
  }
  .logo{
    width: 100px;
  }
  .nav-wrapper{
    border-bottom: 2px solid #c60000;
    height: 98px;
    padding: 0 15px;
  }
  .index-company-wrapper{
    padding:60px 0 80px;
  }
  .index-company-wrapper .company-title{
    font-size: 22px;
    line-height: 36px;
    margin-top: 22px;
  }
  .index-company-wrapper .desc{
    font-size: 15px;
    line-height: 22px;
  }

  .index-company-wrapper .company-content .link-more{
    color:#c60000;
    font-size: 17px;
    position: absolute;
    right: 10px;
    bottom: -44px;
  }
  .index-products-wrapper{
    padding:40px 0;
  }

  .index-products-wrapper .products-title{
    font-size: 22px;
  }

  .index-products-wrapper .desc{
    font-size: 14px;
    margin:24px 0 48px 0;
  }

  .index-products-wrapper .product-item{
    margin-bottom: 16px;
  }

  .index-products-wrapper .product-item .name{
    font-size: 16px;
    margin: 0 8px;
    padding: 24px 0;
  }
  .page-nav-wrapper{
    padding-top: 40px;
  }
  .page-nav-wrapper .nav-list{
    font-size: 16px;
  }

  .module-wrapper{
    padding: 60px 0;
  }
  .module-wrapper .title{
    font-size: 22px;
    margin-bottom: 48px;
  }
  .module-wrapper .index-new-item .time-content{
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .module-wrapper .index-new-item .month{
    font-size: 20px;
  }

  .module-wrapper .index-new-item .year{
    font-size: 12px;
  }

  .module-wrapper .index-new-item .news-title{
    font-size: 14px;
    line-height: 24px;
  }
  .module-wrapper .index-new-item .news-img-box{
    margin: 16px 0;
  }
  .module-wrapper .index-new-item .news-desc{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .module-wrapper .index-new-item .more-link{
    font-size: 12px;
  }
  
  .module-wrapper .index-new-item{
    margin-bottom: 16px;
  }
  .news-list .news-item .container-fluid{
    padding: 15px;
  }
  .footer .pull-left{
    float: none !important;
    text-align: center;
  }
  .footer .pull-left ul{
    margin-top: 10px;
  }
  .footer .pull-left .footer-icon-wrapper{
    display: none;
  }
  .footer .pull-right{
    float: none!important;
    margin-top: 6px;
  }
  .footer .pull-right{
    text-align: center;
  }
  .footer .pull-right .qcode-box p{
    margin-top: 6px;
  }
  .footer .pull-right .footer-copy-text{
    margin-top: 24px;
    font-size: 12px;
    padding-bottom: 12px;
  }
  .product-new-list{
    padding: 30px 15px 60px;
  }


  .product-new-list .title{
    font-size: 20px;
  }

  .product-new-list .product-item{
    padding: 26px 0;
  }

  .product-new-list .product-item h4.product-title{
    font-size: 18px;
    margin: 20px 0;
  }

  .product-new-list .product-item p{
    font-size: 14px;
    margin-top: 10px;
  }

  .contact-us-wrapper .contact-right{
   padding-left: 15px;
  }

  
}
@media screen and (max-width: 480px) {
  .download-wrapper {
    padding:12px 0 100px 0;
  }
  .download-wrapper .download-item{
    margin-top:40px;
  }

  .download-wrapper .download-item .download-img-box{
    display: inline-block;
    padding: 4px;
    border:1px solid #dbdbdb;
    width: 100%;
  }
  .download-wrapper .download-item .download-img{
    width: 100%;
  }

  .download-wrapper .download-item .download-content{
    padding:30px 0;
  }

  .download-wrapper .download-item .download-content p{
    margin-bottom: 12px;
    font-size: 14px;
    color:#5e5e5e;
  }

  .download-wrapper .download-item .download-content p span:nth-child(1) {
    font-weight: bold;
  }
  .download-wrapper .download-item .btn-danger{
    padding: 2px 12px;
  }

  .download-wrapper .download-item .btn-icon{
    background-size: 14px;
    padding-left: 20px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .about-environment-content .col{
    padding: 0 4px;
  }
  .about-environment-content .desc{
    font-size: 14px;
  }
  .product-list-wrapper .col{
    padding: 0 8px;
  }
  .product-list-wrapper .product-item .desc{
    font-size: 14px;
  }
  .index-products-wrapper .product-item{
    width: 90%;
    margin: 22px auto 0;
  }
  .index-products-wrapper .product-item a .name{
    text-align: center;
  }
}

.allImg{width:100%; max-width:640px;}


.product-list-wrapper .click-page{
  text-align: center;
}

.product-list-wrapper .click-page .click-btn{
  font-size: 16px;
  font-weight: bold;
  cursor:pointer;
  margin-top: 10px;
  background: url(../images/product-icon2.png) no-repeat center 26px;
  padding-bottom: 26px;
}