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%;
  }
  body{
    font-size: 13px;
  }
}

@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) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {
  
}
.weizhi{
  position: relative;
}

.header{
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background: rgba(235,232,232,.64);
  border-bottom: 4px solid #56a700;
  height:auto;
}

/*.header-hui{
  position: fixed;
  top:0;
  z-index: 999;
  width: 100%;
  background: rgba(228,229,234,0.64);
  border-bottom: 4px solid #56a700;
  height:auto;
}*/

.header-wrapper{
  width: 100%;
}

.header-wrapper .header-nav{
  height: 85px;
  padding: 0 0 0 15px;
}

.header-wrapper .header-nav .header-logo{
  display: block;
  width: 200px;
  height: 85px;
  vertical-align:middle; 
  display:table-cell; 
}

.header-wrapper .header-nav .header-logo>img{
  display: inline-block;
  width: 100%;
}

.header-wrapper .language{
  height: 45px;
  line-height: 45px;
  text-align: right;
  margin-right: 35px;
}

.header-wrapper .language>a{
  display: inline-block;
  margin: 0 10px;
}

.header-wrapper .nav-main-list{
  
}

.header-wrapper .nav-main-list .nav-main-item{
  float: left;
  position: relative;
}
.header-wrapper .nav-main-list .nav-main-item{
   margin: 0 5px;
}
.header-wrapper .nav-main-list .nav-main-item .nav-item-link{
  display: block;
  height: 40px;
  line-height: 40px; 
  padding:0 40px;
  border-radius: 30px;
  transition: background .4s;
  transition: color .1s;
}

.header-wrapper .nav-main-list .nav-main-item .nav-item-link:hover{
  background: #56a700;
  color: #fff;
}

.header-wrapper .nav-main-list .nav-main-item .nav-item-link.active{
  background: #56a700;
  color: #fff;
}




.header-wrapper .nav-main-list .nav-two-list{
  display: none;
  z-index: 999;
  position: absolute;
  top:40px;
  left: 0;
  width:calc(100%);
  padding: 10px;
  background: #56a700;
}

.header-wrapper .nav-main-list .pro-nav-two-list{
  position: absolute;
  left: -30px;
  width:calc(150%);
}
.header-wrapper .nav-main-list .nav-two-list li{
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.header-wrapper .nav-main-list .nav-two-list li>a{
  display: block;
  color: #fff;
}


.header .nav-collapse{ 
  cursor: pointer;
  width: 80px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}

.header .nav-collapse img{
  display: inline-block;
}

.nav-mobile-wrapper{
  position: relative;
}

.nav-mobile-wrapper .collapse-nav-list{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  z-index: 999;
  background-color:rgba(255,255,255,.9);
  padding-bottom: 20px;
}

 .nav-mobile-wrapper .collapse-nav-list .mobile-link{
  height: 60px;
  line-height: 60px;
  display: block;
  font-size: 15px;
  text-decoration:underline
}

.nav-mobile-wrapper .collapse-nav-list .line{
   border-bottom: 1px solid #cfd1d1;
}

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

.nav-mobile-wrapper .collapse-nav-list .panel-heading>h4{
  padding:0 15px; 
}

.nav-mobile-wrapper .collapse-nav-list .nav-p-list{
  padding:0 15px;
}

.nav-mobile-wrapper .collapse-nav-list .panel-group{
  margin-bottom: 0;
}

.nav-mobile-wrapper .collapse-nav-list .panel-group .iconfont{
  font-size: 10px;
  margin-left: 10px;
}

.nav-mobile-wrapper .collapse-nav-list .nav-p-list>li{
  
}

.nav-mobile-wrapper .collapse-nav-list .nav-p-list>li .nav-link-title{
  display: block;
  height:45px;
  line-height: 45px;
  font-size: 14px;
}


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

.index-banner-wrapper{
 
}

.index-banner{
  margin: 0 0 0 0;
}

.index-banner.item{
  width: 100%;
}

.index-banner .item .banner{
  display: block;
  width: 100%;
}


@media only screen and (max-width: 1200px) {
  .header-wrapper .header-nav .header-logo {
    width: 160px;
  }
  .header-wrapper .nav-main-list .nav-main-item .nav-item-link{
    padding: 0 35px;
  }
  .header-wrapper .language{
    margin-right: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .index-banner{
    
  }
  .header-wrapper .language{
    height: 85px;
    line-height: 85px;
    margin-right: 0;
  }
 
}

@media only screen and (max-width: 768px) {
  .header-wrapper .header-nav{
    height: 60px;
  }
  .header-wrapper .header-nav .header-logo{
    width: 120px;
    height: 60px;
  }
  .header .nav-collapse{
    height: 60px;
    line-height: 60px;
  }
  .index-banner{
    
  }
  .header-wrapper .language{
    height: 60px;
    line-height: 60px;
  }
  .header-wrapper .language>a{
    margin: 0 2px;
  }
}

@media only screen and (max-width: 480px) {

}


.index-aboutUs{
  margin: .4rem 0;
  padding: 0 15px 60px 15px;
}


.index-aboutUs .about-beijing{
  position: relative;
}

.index-aboutUs .about-beijing .about-img{
  width: 680px;
}

.index-aboutUs .about-beijing .about-img img{
  display: block;
  width: 100%;
}

.index-aboutUs .about-content{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 610px);
}


.index-aboutUs .about-content .title{
  height: 90px;
  line-height: 90px;
  font-size: 25px;
  color: #525151;
  text-indent: 90px;
}

.index-aboutUs .about-content .text{
  background: #56a700;
  padding: 75px;
}

.index-aboutUs .about-content .text p{
  color: #fff;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em; 
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:9;
}

.index-aboutUs .about-content .link{
  text-align: right;
  margin-top: 40px;
}

.index-aboutUs .about-content .link>a{
  display: inline-block;
  font-size: 18px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  background: url("../images/beijing-button.png")no-repeat bottom right;
  background-size: 170px 40px;
  color: #4e8a09;
  text-align: center;
}


@media only screen and (max-width: 1200px) {
 .index-aboutUs .about-beijing .about-img{
    width: 560px;
  }

  .index-aboutUs .about-content{
    width: calc(100% - 400px);
  }
  .index-aboutUs .about-content .title{
    text-indent: 180px;
  }
   .index-aboutUs .about-content .text p{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
  }

}

@media only screen and (max-width: 992px) {
  .index-aboutUs .about-beijing .about-img{
    width: 480px;
  }

  .index-aboutUs .about-content{
    width: calc(100% - 320px);
  }
  .index-aboutUs .about-content .title{
    text-indent: 0;
    text-align: right;
    font-size: 22px;
    height: 54px;
    line-height: 54px;
  }
  .index-aboutUs .about-content .text{
    padding: 30px;
  }
  

}

@media only screen and (max-width: 768px) {
  .index-aboutUs .about-beijing .about-img{
    width: 80%;
  }

  .index-aboutUs .about-content{
    width: calc(100% - 80px);
  }
  .index-aboutUs .about-content .title{
    font-size: 18px;
  }
  .index-aboutUs .about-content .link>a{
    font-size: 15px;
  }

  .index-aboutUs .about-content .link{
    margin-top: 20px;
  }
  .index-aboutUs .about-content .text{
    padding: 20px;
  }
  
}

@media only screen and (max-width: 480px) {
  .index-aboutUs{
    padding: 0 15px 80px 15px;
  }

 .index-aboutUs .about-beijing .about-img{
    width: 80%;
  }

  .index-aboutUs .about-content{
    width: calc(100% - 70px);
  }

  .index-aboutUs .about-content .title{
    height: 42px;
    line-height: 42px;

  }
  .index-aboutUs .about-content .text p{
    line-height: 24px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
  }
  .index-aboutUs .about-content .link{
    
  }
  .index-aboutUs .about-content .link>a{
    background-size: 140px 33px;
    width: 140px;
    height: 33px;
    line-height: 33px;
  }

}



.index-product{
  width: 100%;
  background: #eceded;
  padding: .7rem 15px;
}

.index-product .title{   
  font-size: 25px;
  color: #525151;
  text-align: center;
  margin: 0 0 .6rem 0;
}
.index-product .product-content{
  width: 100%;
  margin:0 auto;
}
.index-product .pro-item{
  margin: 0 5px;
}

.index-product .pro-item h6{
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #56a700;
  font-size: 15px;
  color: #fff;
  transition: background .3s;
  font-weight: bold;
}

.index-product .pro-item:hover h6{
  background: #cf000c;
}

@media only screen and (max-width: 1640px) {
  .index-product .product-content{
    width: 90%;
    margin:0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .index-product .title{
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .index-product .title{
    font-size: 18px;
  }
  .index-product .product-content{
    width: 80%;
    margin:0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .index-product .product-content{
    width: 80%;
    margin:0 auto;
  }
}


.index-news{
  width: 100%;
  padding: 40px 15px 15px 15px;
}

.index-news .title{
  font-size: 25px;
  color: #525151;
  margin: 0 0 20px 0;
}
.index-news .more{
  height: 100px;
  background: url("../images/news-img.jpg");
  border: 2px solid #eceded;
}

.index-news .more>a{
  float: right;
  display: inline-block;
  height: 96px;
  line-height: 96px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  width: 160px;
  background: #56a700;
}


.index-news .news-item {
  margin: 25px 0;
}
.index-news .news-item .time{
  text-align: center;
  border: 1px solid #000;
  padding: 20px 10px;
  width:90px;
}

.index-news .news-item .time>span:nth-child(1){
  display:block;
  font-size: 14px;  
  border-bottom: 1px solid #000;
}

.index-news .news-item .time>span:nth-child(2){
  display:block;
  font-size: 25px;  
}

.index-news .news-item .text{
  width: calc(100% - 90px);
  padding-left: 15px;
}

.index-news .news-item .text>a{
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.index-news .news-item .text>p{
  text-indent: 2em;
  line-height: 1.6;
  color: #525151;

}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .index-news .title{
    font-size: 22px;
  }
  .index-news .more>a{
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .index-news .title{
    font-size: 18px;
  }
  .index-news .more{
    height: 80px;
  }

  .index-news .more>a{
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    width: 120px;
  }
  .index-news .news-item{
    margin: 20px 0 0 0;
  }
  .index-news .news-item .time>span:nth-child(1){
    font-size: 15px;  
  }

  .index-news .news-item .time>span:nth-child(2){
    font-size: 20px;  
  }
  .index-news .news-item .time{
    padding: 20px 10px;
    width:70px;
  }

  .index-news .news-item .text{
    width: calc(100% - 70px);
    padding-left: 15px;
  }

  .index-news .col:nth-child(4){
    display: none;
  }
  .index-news .col:nth-child(5){
    display: none;
  }
  .index-news .col:nth-child(6){
    display: none;
  }

}

@media only screen and (max-width: 480px) {
  
}

.index-contact{
  padding: 0 15px;
}

.index-contact .box{
  width: 80%;
  margin: 0 auto;
}

.index-contact .item{
  float: left;
  width: calc(100% / 5);
  text-align: center;
  margin-top: 20px;
}
.index-contact .item a{
  display: block;
  margin:10px 0 0 0;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .index-contact .box{
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .index-contact .item{
    width: calc(50%);
  }
  .index-contact .mobile-item{
    display: none;
  }
}

@media only screen and (max-width: 480px) {

}

.index-ditu{
  padding: 0 15px;
  position: relative;
  top:60px;
  z-index: 99;
}

.footer-wrapper{
  z-index: 1;
  width: 100%;
}

.footer-wrapper {
  width: 100%;
}

.footer-wrapper .footer-content{
  padding: 120px  15px 0 15px;
  width: 100%;
  height: 350px;
  background: #56a700 url("../images/footer-beijing.jpg") no-repeat center center;
}

.footer-wrapper .footer-content .erweima,
.footer-wrapper .footer-content .footer-nav{
  float: left;
}


.footer-wrapper .footer-content .erweima:nth-child(1){
  width: 10%;
  margin-right: 10%;
}

.footer-wrapper .footer-content .erweima:nth-child(2){
  width: 10%;
  margin-right: 40%;
}

.footer-wrapper .footer-content .footer-nav:nth-child(3){
  width: 15%;
}

.footer-wrapper .footer-content .footer-nav:nth-child(4){
  width: 15%;
}


.footer-wrapper .footer-content .erweima-title{
  color: #fff;
  margin-bottom: 25px;
  font-size: 14px;
}

.footer-wrapper .footer-content .nav-one{
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.footer-wrapper .footer-content .nav-two li>a{
  display: block;
  color: #fff;
  line-height: 1.6;
}

.footer-wrapper .footer-bottom{
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.footer-wrapper .footer-bottom span{
  display: inline-block;
  padding: 0 10px;
  color: #525151;
}
.footer-wrapper .footer-bottom a{
  display: inline-block;
  padding: 0 10px;
  color: #525151;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .footer-wrapper .footer-content .erweima:nth-child(1){
    width: 20%;
    margin-right: 10%;
  }

  .footer-wrapper .footer-content .erweima:nth-child(2){
    width: 20%;
    margin-right: 10%;
  }

  .footer-wrapper .footer-content .footer-nav:nth-child(3){
    width: 20%;
  }

  .footer-wrapper .footer-content .footer-nav:nth-child(4){
    width: 20%;
  }

}

@media only screen and (max-width: 768px) {
 .footer-wrapper .footer-content .erweima:nth-child(1){
    width: 20%;
    margin-right: 5%;
  }

  .footer-wrapper .footer-content .erweima:nth-child(2){
    width: 20%;
    margin-right: 5%;
  }

  .footer-wrapper .footer-content .footer-nav:nth-child(3){
    width: 20%;
  }

  .footer-wrapper .footer-content .footer-nav:nth-child(4){
    width: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .index-ditu{
    top:40px;
  }

  .index-ditu #dituContent{
    height: 320px !important;
  }

  .footer-wrapper .footer-content{
    padding: 50px  15px 0 15px;
  }
  .footer-wrapper .footer-content .erweima-title{
    margin-bottom: 10px;
  }
  .footer-wrapper .footer-content .erweima:nth-child(1){
    width: 25%;
    margin-right: 25%;
    margin-bottom: 10px;
  }

  .footer-wrapper .footer-content .erweima:nth-child(2){
    width: 25%;
    margin-right: 25%;
    margin-bottom: 10px;
  }

  .footer-wrapper .footer-content .footer-nav:nth-child(3){
    width: 50%;
  }

  .footer-wrapper .footer-content .footer-nav:nth-child(4){
    width: 50%;
  }
}

.sub-wrapper{
  padding: 0 15px 1.2rem 15px;
}

.sub-position{
  height: 36px;
  line-height: 36px;
  text-align: right;
}
.sub-wrapper .sub-sidebar{
  width:290px;
}

.sub-wrapper .sub-sidebar .sidebar-header{
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  border-radius: 8px 8px 0 0;
  text-indent: 30px;
  background: -webkit-linear-gradient(top, rgb(86, 167, 0), rgb(57, 105, 7),rgb(86, 167, 0));
  background: -o-linear-gradient(top, rgb(86, 167, 0), rgb(57, 105, 7),rgb(86, 167, 0));
  background: -moz-linear-gradient(top, rgb(86, 167, 0), rgb(57, 105, 7),rgb(86, 167, 0));
  background: linear-gradient(top, rgb(86, 167, 0), rgb(57, 105, 7),rgb(86, 167, 0));
  border-bottom: 1px solid #d3d3d3;
}

.sub-wrapper .sub-sidebar .sidebar-list{
  text-indent: 30px;
  
}
.sub-wrapper .sub-sidebar .sidebar-list li{
  padding: 1px 0;
  border-bottom: 1px solid #d3d3d3;
}
.sub-wrapper .sub-sidebar .sidebar-list li>a{
  display: block;
  height: 50px;
  line-height: 50px;
  background: #f2f1f1;
  color: #525151
}

.sub-wrapper .sub-sidebar .sidebar-list .active{
  background: ;
  color: #fff;
  background:#56a700 url("../images/go-icon.png")no-repeat right  center;
}

.sub-wrapper .sub-sidebar .sidebar-list .pro_active>a{
  color: #fff;
  background:#56a700 url("../images/go-icon.png")no-repeat right  center;
}


.sub-wrapper .sub-sidebar .sidebar-list li:hover a{
  color: #fff;
  background:#56a700 url("../images/go-icon.png")no-repeat right  center;
}

.sub-wrapper .sub-sidebar .sidebar-contact{
  margin-top: 20px;
  border: 1px solid #dfe4e7;
  padding: 2px;
}
.sub-wrapper .sub-sidebar .sidebar-contact img{
  
}
.sub-wrapper .sub-sidebar .sidebar-contact ul{
  padding: 50px 30px;
}
.sub-wrapper .sub-sidebar .sidebar-contact ul>li{
  color: #444444;
  line-height: 2;
}

.sub-wrapper .sub-sidebar .sidebar-contact .contact-img{
  color: #bd0707;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 102px;
  padding-top: 20px;
  background: url("../images/img_1.jpg")no-repeat center top;
}
.sub-wrapper .sub-mobile-sidebar {
  margin-bottom: 20px;
}
.sub-wrapper .sub-mobile-sidebar .subnav_bth{
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e3e4e2;
}

.sub-wrapper .sub-mobile-sidebar .subnav_bth .name{ 
  color: #56a700;
  font-size: 16px;
}

.sub-wrapper .sub-mobile-sidebar .sidebar-mobile-list{
  display: none;
}

.sub-wrapper .sub-mobile-sidebar .sidebar-mobile-list li{
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e3e4e2;
}
.sub-wrapper .sub-mobile-sidebar .sidebar-mobile-list li a{
  display: block;
  text-indent: 30px;
  background: url("../images/go-icon-1.png")no-repeat right center;
}


.sub-wrapper .sub-right{
  width: calc(100% - 290px);
  padding-left: 15px;
}

.sub-wrapper .sub-right .sub-column{
  font-size: 18px;
  color: #525151;
  border-left: 7px solid #56a700;
  padding-left: 10px;
  margin: 10px 0;
}
.sub-wrapper .sub-right .line{
  margin: 0 0 .4rem 0;
}
.sub-wrapper .sub-right .line span{
  display: block;
  border: 1px dotted #7b7a7c;
  margin-bottom: 1px;
}

.sub-company p{
  text-align: justify;
  text-indent: 2em;
  color: #525151;
  line-height: 2;
}
.sub-title{
  margin-bottom: .3rem;
}
.sub-title h3{
  color: #56a700;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sub-title h6{
  text-transform:uppercase;
  color: #c2c4bf;
  font-size: 20px;
  font-weight: bold;
}

.sub-honor .honor-item{

}

.sub-honor .honor-item img{
  padding: 2px;
  border: 1px solid #dfe4e7;
}

.sub-honor .honor-item .name{
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.sub-honordetails .honord-content{
  width: 80%;
  margin: 0 auto;
}


.sub-equipment .item{

}

.sub-equipment .item img{
  padding: 2px;
  border: 1px solid #dfe4e7;
}

.sub-equipment .item .name{
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.sub-equipmentdetails .equipmentd-content{
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .sub-honor .honor-item{
    padding: 0 10px;
  }
  .sub-equipment .item{
    padding: 0 10px;
  }
}

@media only screen and (max-width: 992px) {
  .sub-wrapper .sub-sidebar{
    width:250px;
  }
  .sub-wrapper .sub-right{
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 768px) {
  .sub-wrapper .sub-sidebar{
    width:100%;
  }
  .sub-wrapper .sub-mobile-sidebar{
     width:100%;
  }
  .sub-wrapper .sub-right{
    width:100%;
    padding-left: 0;
  }

  .sub-honordetails .honord-content{
    width: 100%;
  }
  .sub-equipmentdetails .equipmentd-content{
    width: 100%;
  }
  .sub-wrapper{
    padding: 0 15px 20px 15px;
  }
  .sub-wrapper .index-contact{
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .sub-honor .honor-item{
    padding: 0 6px;
  }
  .sub-equipment .item{
    padding: 0 6px;
  }
}
.sub-product .product-content .item{
  padding: 0 5px;
  margin-bottom: 20px;
}
.sub-product .product-content .item img{
  padding: 2px;
  border: 1px solid #dfe4e7;
}

.sub-product .product-content .item .name{
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #56a700;
  text-align: center;
  margin-top: 2px;
  transition: background .3s;
}
.sub-product .product-content .item:hover .name{
  background: #b5b4b4;
}
.sub-productdetails{
  padding: 0 25px;
}
.sub-productdetails .productdetails-content{
  
}

.sub-productdetails .pro-d-img .img{
  position: relative;
  width: 55%;
  margin-right: 7%;
}

.sub-productdetails .pro-d-img .img .img-name{
  position: absolute;
  width: 100%;
  height: 35px;
  line-height: 35px;
  top: -15px;
  left: 0;
  background: url("../images/name-img.png")no-repeat center;
  background-size: 70%;
  text-align: center;
  color: #fff;
}

.sub-productdetails .pro-d-img .drawing{
  width: 38%;
}
.sub-productdetails .pro-d-img .drawing>div:nth-child(1){
  width: 100%;
}

.sub-productdetails .pro-d-img .drawing>div:nth-child(2){
  width: 100%;
  text-align: center;
}

.sub-productdetails .pro-d-img .drawing>div:nth-child(2) a{
  display: inline-block;
  width: 240px;
  height: 44px;
  line-height: 44px;
  background: #56a700;
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
}

.sub-productdetails .pro-text{
  color: #686868;
  margin: .4rem 0 0 0;
  line-height: 1.8;
}

@media only screen and (max-width: 1200px) {
  .sub-productdetails .pro-d-img .drawing>div:nth-child(2) a{
    width: 200px;
    font-size: 16px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .sub-productdetails .pro-d-img .drawing>div:nth-child(2) a{
    width: 140px;
    height: 38px;
    line-height: 38px; 
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-productdetails{
    padding: 0 ;
  }
  .sub-productdetails .pro-d-img .img{
    width: 100%;
    margin-right: 0;
  }
  .sub-productdetails .pro-d-img {
    margin-top: 40px;
  }
  .sub-productdetails .pro-d-img .drawing{
    width: 100%;
    margin-top: 10px;
  }
  .sub-productdetails .pro-d-img .drawing>div:nth-child(1){
    width: 50%;
  }

  .sub-productdetails .pro-d-img .drawing>div:nth-child(2){
    width: 45%;
    margin-left: 5%;
  }
  .sub-productdetails .pro-d-img .drawing>div:nth-child(2) a{
    width: 100%;
    font-size: 13px;
    margin-top: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .sub-productdetails .pro-d-img .img .img-name{
    background-size: 90%;
  }
}
.sub-news{
  padding:0 25px;
}
.sub-news .news-item{
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  padding: 20px 0 0 0;
  margin-bottom: .35rem;
  
}

.sub-news .news-item .box{
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  padding: 20px;
}

.sub-news .news-item .box>a{
  display: block;
}

.sub-news .news-item .box .time{
  margin-right: 20px;
}

.sub-news .news-item .box .news-text{
  color: #525151;
  line-height: 1.8;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  margin: 20px 0 10px 0;
}

.sub-news .news-item .box .link{
  display: block;
  text-align: right;
  color: #525151;
}

.sub-newsdetails{
  padding:0 25px;
}
.sub-newsdetails .newsdetails-content{
  
}
.sub-newsdetails .newsdetails-content .title{
  font-size: 18px;
  text-align: center;
  color: #525151;
  font-weight: bold;
  margin-bottom: .4rem;
}

.sub-newsdetails .newsdetails-content .text{
  text-align: justify;
  text-indent: 2em;
  line-height: 2;
  color: #525151;
  min-height: 300px;
}
.sub-newsdetails .newsdetails-content .next-page{
  margin-top: .8rem;
  border-top: 1px solid #dfe4e7;
  color: #525151;
  padding: 10px 0; 
}
.sub-newsdetails .newsdetails-content .next-page>a{
  display: block;
  width: 48%;
  color: #525151;
  line-height: 30px; 
}

.sub-contact{
  padding: 0 25px;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
  .sub-news .news-item .box .news-text{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  .sub-news{
    padding:0;
  }
  .sub-newsdetails{
    padding:0;
  }
  .sub-contact{
    padding: 0;
  }
  #dituContent{
    height: 400px !important;
  }
}

@media only screen and (max-width: 480px) {
  .sub-newsdetails .newsdetails-content .next-page>a{
    width: 100%;
  }
   #dituContent{
    height: 340px !important;
  }
}

.pager span{
  margin: 0 5px;
}