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) {
  body{
    font-size: 18px;
  }
  /*.name{
    font-size: 24px;
  }
  .title{
    font-size: 40px;
  }*/
}

@media only screen and (max-width: 992px) {
  /*.name{
    font-size: 22px;
  }
  .title{
    font-size: 36px;
  }*/
}

@media only screen and (max-width: 768px) {
  body{
    font-size: 16px;
  }
  /*.name{
    font-size: 20px;
  }
  .title{
    font-size: 32px;
  }*/
}

@media only screen and (max-width: 480px) {
  /*.name{
    font-size: 18px;
  }
  .title{
    font-size: 28px;
  }*/
}

.header{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 9999;
}

.page-item{
  display: none;
}
.conWidth {
  max-width: 1440px;
  margin: 0 auto;
}

.top-wrapper{
  background: #333333;
  height: 40px;
  padding: 0 .15rem;
}

.top-wrapper .top-link{
  line-height: 39px;
  font-size: 16px;
  color: #fff;
}

.top-wrapper .top-link .iconfont{
  margin:0 .1rem 0 .2rem;
  font-size: 14px;
}

.nav-wrapper{
  padding: 0 .15rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 90px;
}

.header-logo{
  width: 1.4rem;
  margin: .2rem 0 0 0;
}

.nav-wrapper .nav-main-list{
  margin-left:.1rem;
}

.nav-wrapper .nav-main-list .nav-main-item{
  float: left;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  position: relative;
}

.nav-wrapper .nav-main-list .nav-main-item .nav-item-link{
  display: block;
  padding:0 .25rem;
}

.nav-wrapper .nav-main-list .nav-main-item .nav-item-link .iconfont{
  font-size:14px;
  color: #333;
  margin:0 0 0 .05rem; 
}

.nav-wrapper .nav-main-list .nav-list{
  display: none;
  z-index: 1000;
  position: absolute;
  left:15px;
  top: 90px;
  background: #fff;
  width:150%;
  border-top: 1px solid rgba(0,0,0,.15);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); 
}

.nav-wrapper .nav-main-list .nav-list>li>a{
  display: block;
  height: .46rem;
  line-height:.46rem;
  font-size: 16px;
  text-indent: .18rem;
}

.nav-wrapper .nav-main-list .nav-list>li>a:hover{
  background-color:#f6732a;
  color:#fff;
}


.nav-wrapper .button .language{
  position: relative;
  margin: 25px 0;
  float: left;
}

.nav-wrapper .button .language .language_bth{
  display: block;
  width: 1.4rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f6732a;
  color: #fff;
  cursor:pointer;
  -webkit-transition: 0.4s ease all;
}

.nav-wrapper .button .language .language_bth .iconfont{
  margin: 0 .06rem 0 0;
}

.nav-wrapper .button .language .language-bar{
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 999;
  width: calc(100%);
  padding:10px 0;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav-wrapper .button .language .language-bar a{
  display: block;
  color: #222;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.nav-wrapper .button .language .language-bar a:hover{
  color: #f6732a;
}




.nav-wrapper .button .search{
  position: relative;
  margin: 25px 0;
  float: left;
}

.nav-wrapper .button .search .search-bth{
  display: block;
  width: 1.4rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #dddddd;
  color: #333;
  cursor:pointer;
  margin: 0 0 0 .3rem;
  -webkit-transition: 0.4s ease all;
}

.nav-wrapper .button .search .search-bth .iconfont{
  margin: 0 .06rem 0 0;
}

.nav-wrapper .button .search .search-bar{
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 999;
  width: calc(360%);
  padding: 0.3rem 0.6rem;
  height: 160px;
  background: #f6732a;
}

.nav-wrapper .button .search .search-bar>p{
  color: #fff;
  font-weight:700;
}

.nav-wrapper .button .search .search-bar>p{
  color: #fff;
  font-weight:600;
  font-size: 18px;
}

.nav-wrapper .button .search .search-bar .form-wrapper{
  margin-top: .15rem;
}

.nav-wrapper .button .search .search-bar .form-wrapper .seacrh-input{
  appearance:none;
  -webkit-appearance:none;
  outline: 0;
  border:0;
  width:4.5rem;
  height: .4rem;
  background-color: #fff;
  font-size: 16px;
  padding: 0 .12rem;
  display: block;
  float: left;
}

.nav-wrapper .button .search .search-bar .form-wrapper .search-sub{
  appearance:none;
  -webkit-appearance:none;
  outline: 0;
  border:0;
  width:.4rem;
  height: .4rem;
  display: block;
  background: #dddddd url(../images/search_icon.png) no-repeat center center;
  float: left;
}


.nav-wrapper .button .search .search-bth:hover{
  background: #ccc;
}

.header .nav-collapse{
  display: inline-block;
  cursor: pointer;
  margin:20px .2rem;
}

.header .nav-collapse .line{
  width:.5rem;
  height: 2px;
  background-color: #333;
  border-radius: 10px;
}

.header .nav-collapse .line:nth-child(2){
  margin: 8px 0;
}

.nav-mobile-wrapper{
  position: relative;
}

.collapse-nav-list{
  position: absolute;
  top:100%;
  left:0;
  right: 0;
  z-index: 999;
  background-color: #555;
  overflow-y:scroll;
}

.collapse-nav-list .mobile-link{
  height: 50px;
  padding-left:.2rem;
  line-height: 50px;
  color:#fff;
  font-size: 16px;
  display: block;
}

.collapse-nav-list .mobile-link .iconfont{
  margin-right: .2rem;
  float: right;
  font-size: 10px;
} 

.collapse-nav-list .panel-heading{
  padding: 0;
  border: .01rem solid #666;
}

.collapse-nav-list .nav-p-list{
  padding:0 .2rem;
  background: #333;
}

.collapse-nav-list .panel-group{
  margin-bottom: 0;
}

.collapse-nav-list .nav-p-list>li{
  border-bottom: 1px solid #444;
}

.collapse-nav-list .nav-p-list>li .nav-link-title{
  display: block;
  height:40px;
  line-height: 40px;
  color:#fff;
  font-size: 16px;
  border-bottom: 1px solid #444;
}
.collapse-nav-list .nav-p-list>li .nav-two-list{
  padding: 6px 0;
}

.collapse-nav-list .nav-p-list>li .nav-two-list>li>a{
  color: #ccc;
  font-size: 14px;
  line-height: 32px;
}

.collapse-nav-list .panel-body{
  border-top: 0 ! important;
  padding:0;
}

.carousel{
  margin-top: 130px;
}

@media only screen and (max-width: 1280px) {
  .nav-wrapper .nav-main-list .nav-main-item .nav-item-link{
    padding:0 .2rem;
  }
  .nav-wrapper .button .search{
    display: none;
  }
  
}

@media only screen and (max-width: 1200px) {
  .header-logo{
    margin: 20px 0 0 0;
  }
 
}

@media only screen and (max-width: 992px) {
  .header-logo{
    margin: 25px 0 0 0;
  }
  .nav-wrapper .nav-main-list{
    margin-left: 0;
  }
  .nav-wrapper .nav-main-list .nav-main-item{
    font-size: 16px;
  }
  .nav-wrapper .nav-main-list .nav-main-item .nav-item-link{
    padding:0 .15rem;
  }
  .nav-wrapper .nav-main-list .nav-list{
    width: 200%;
  }
  
}

@media only screen and (max-width: 767px) {
  .header-logo{
    width: 1.4rem;
    margin: 18px 0 0 0;
  }

  .nav-wrapper{
    height: 60px;
  }

  .nav-wrapper .button .language{
    margin: 0;
  }
  .nav-wrapper .button .language .language_bth{
    height: 60px;
    line-height: 60px;
    width: 1.8rem;
  }

  .nav-wrapper .button .language .language-bar{
    position: absolute;
    top:60px;
  }

  .nav-wrapper .button .language .language-bar a{
    height: 38px;
    line-height: 38px;
  }

  .mobile-pull{
    float: right !important;
  }
  .carousel{
    margin-top: 62px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-indicators{
    bottom: -10px;
  }
}

.carousel .carousel-indicators li{
  width: .16rem;
  height: .16rem;
  background: rgba(255,255,255,.8);
  margin: .1rem;
}

.carousel .carousel-indicators .active{
  background: rgba(246,115,42,1);
  border: 2px solid #fff;
}

.index-wrap{
  
}

.index-culture-wrapper{
  width:100%;
  padding: .8rem 0 .4rem 0;
  background: #f6732a;
}

.index-culture-wrapper .video-bth{
  display: block;
  text-align: center;
}

.index-culture-wrapper .video-bth img{
  width: 1.5rem;
}

.index-culture-wrapper .culture-desc{
  width: 80%;
  margin: .4rem 10% .6rem;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.index-culture-wrapper .culture-desc>span{
  color: #fff;
  font-weight:bold;
}

.index-culture-wrapper .culture-list{
  width: 70%;
  margin: 0 15%;
  color: #fff;
}

.index-culture-wrapper .culture-list .name{
  font-size: 48px;
  font-family: 'cgfont';
  font-weight: bold;
}

.index-culture-wrapper .culture-list .desc{
  font-size: 20px;
  margin: .2rem 0 .4rem 0;
}

 .black_overlay{  
  display: none;  
  position:fixed;
  top: 0%;  
  left: 0%;  
  width: 100%;  
  height: 100%;  
  background-color:rgba(0,0,0,.6);  
  z-index:999;
}  

.white_content {  
  display: none;  
  position:fixed; 
  top: 20%;  
  left: 30%;  
  width: 40%;  
  height: 60%;  
  background-color: white;  
  z-index:1002;  
  overflow: auto; 
  box-shadow: 2px 6px 10px rgba(0,0,0,0.2);
}  

.video-content{
    padding: 0.1rem;
    margin: 2% 10% 4% 10%;
    border: 1px solid #ccc;
}

.video-content embed{
    width: 100%;
    height: 400px;
}

.video-close{
   cursor:pointer;
   text-align: right;
}

.video-close span{
  display: inline-block;
   width: .4rem;
   height: .4rem;
   border-radius: 50%;
   line-height: .4rem;
   text-align: center;
   background: #f6732a;
   color: #fff;
   margin: 2% 2% 0 0;
}

 .culture-list .row>div{
  padding-right: 30px;
  padding-left: 30px;
}

.biaodan_ul{ padding-bottom:20px;}
.biaodan_list{ width:100%; height:44px; line-height:44px; border:1px solid #ededed; margin-bottom:20px; text-indent:10px; font-size:15px; color:#333;}
.ny_select{ width:100%; height:44px; line-height:44px; border:1px solid #ededed; margin-bottom:20px; font-size:15px; color:#333;}
.biaodan_btn{ width:120px; height:40px; line-height:40px; border:none; cursor:pointer; background:#f6732a; color:#fff; text-align:center;}
.biaodan_reset{width:120px; height:40px; line-height:40px; border:none; cursor:pointer; background:#333333; color:#fff; text-align:center;}










@media only screen and (max-width: 1200px) {
 .white_content {  
    top: 15%;  
    left: 20%;  
    width: 60%;  
    height: 70%;  
  }  
}

@media only screen and (max-width: 992px) {
.white_content {  
    top: 25%;  
    left: 10%;  
    width: 80%;  
    height: 50%;  
  }
.culture-desc{
    font-size: 22px;
  }
.culture-list .name{
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
 .white_content {  
    top: 30%;  
    left: 5%;  
    width: 90%;  
    height: 40%;  
  }
 .culture-desc{
    font-size: 20px;
  }
.culture-list .name{
    font-size: 32px;
  }
 .culture-list .desc{
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px){
    
}

.index-product-wrapper{
  width:100%;
  padding: 1rem 0 .4rem 0;
}

.index-product-wrapper .title{
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .6rem;
}

.index-product-wrapper .title>span{
  color: #f6732a;
}

.index-product-wrapper .product-item{
  border: 2px solid #eee;
}

.index-product-wrapper .product-item .pro-name{
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
  margin:.4rem 0 .2rem 0;
}

.index-product-wrapper .product-item .pro-desc{
  color: #555;
  margin:0 .3rem .1rem .3rem; 
}

.index-product-wrapper .product-item .pro-img>img{
  display: block;
  width: 100%;
}

.index-product-wrapper .pro-link{
  margin: .2rem 0 .3rem 0;
}

.index-product-wrapper .pro-link .iconfont{
  font-size: 12px;
  margin-right: .1rem;
}

.index-product-wrapper .product-item .pro-name>a:hover{
  color: #f6732a;
}

.index-product-wrapper .pro-link>a:hover{
  color: #666;
}


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
  .index-product-wrapper .row>div{  
    padding-right: 30px;
    padding-left: 30px;
  }
  .index-product-wrapper .title{
    font-size: 40px;
  }
   .index-product-wrapper .product-more{
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .index-product-wrapper .row>div{  
    padding-right: 30px;
    padding-left: 30px;
  }
  .index-product-wrapper .title{
    font-size: 36px;
  }
  .index-product-wrapper .product-item .pro-name{
    font-size:20px; 
  }
  .index-product-wrapper .product-item .pro-img>img{
    width: 80%;
    margin: 0 10%;
  }
  .index-product-wrapper .product-more div>a{
    height: 32px !important;
    line-height: 32px !important;
  }
}

@media only screen and (max-width: 480px) {
  .index-product-wrapper .title{
    font-size: 32px;
  }
  .index-culture-wrapper .culture-desc{
    font-size: 18px;
  }
  .index-product-wrapper .product-item .pro-name{
    font-size:18px; 
  }
}


.index-news-wrapper{
  width:100%;
  padding: .8rem 0 .4rem 0;
  background: #eee;
}

.index-news-wrapper .title{
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .6rem;
}

.index-news-wrapper .title>span{
  color: #f6732a;
}

.index-news-wrapper .news-switch{
  padding-right: 15px;
}

.index-news-wrapper .news-switch .news-nav-item{
  width: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #5f5f5f;
  text-align: center;
}

.index-news-wrapper .news-switch .news-nav-item>a{
  color: #fff;
}

.index-news-wrapper .news-switch .active{
  display: block;
  background: #f6732a;
}

.index-news-wrapper .news-box{
  margin: 0.3rem 0 0 0;
}

.index-news-wrapper .news-box .news-item{
  margin: 0 0 .3rem 0;
}

.index-news-wrapper .news-box .news-item .news-img>img{
  display: block;
  width: 100%;
}

.index-news-wrapper .news-box .news-item .news-name{
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  margin: .4rem 0 .2rem 0;
}

.index-news-wrapper .news-box .news-item .news-name>a{
  display: block;
}

.index-news-wrapper .news-box .news-item .news-desc{
  
}

.index-news-wrapper .news-box .news-item .news-link{
  margin: .2rem 0 0 0;
}

.index-news-wrapper .news-box .news-item .news-link .iconfont{
  font-size: 12px;
  margin-right: .1rem;
}

.index-news-wrapper .news-box .news-item .news-name>a:hover{
  color: #f6732a;
}

.index-news-wrapper .news-box .news-item .news-link>a:hover{
  color: #666;
}



@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
  .index-news-wrapper .title{
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .index-news-wrapper .row>div{  
    padding-right: 30px;
    padding-left: 30px;
  }
  .index-news-wrapper .title{
    font-size: 36px;
  }
 /* .index-news-wrapper .news-box .news-item .news-name{
    font-size:20px; 
  }*/
  .index-news-wrapper .news-switch{
    padding-right: 30px;
  }
  .index-news-wrapper .news-switch .news-nav-item{
    height: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .index-news-wrapper .title{
     font-size: 32px;
  }
  .index-news-wrapper .news-switch .news-nav-item{
    width:140px; 
  }
  .index-news-wrapper .news-box .news-item .news-name{
    font-size:18px; 
  }
}

.footer{
  position: absolute;
  z-index: 999;
  width: 100%;
}

.footer .footer-content{
  width: 100%;
  padding: .4rem 0;
  background: #333;
  color: #fff;
}

.footer .footer-content .footer-office{
  border-bottom: 1px solid #eee;
  padding-bottom: .4rem;
}

.footer .footer-content .footer-office .footer-name{
  font-size: 18px;
  font-weight: bold;
}

.footer .footer-content .footer-office .footer-desc{
  margin: .2rem 0 0 0;
}

.footer .footer-content .footer-office .footer-desc li{
  color: #ccc;
  font-size: 16px;
  line-height: 28px;
}

.footer .footer-content .footer-office img{
  display: block;
  width: 100%;
  max-width: 290px;
}

.footer .footer-content .footer-SXKH{
  border-bottom: 1px solid #eee;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.footer .footer-content .footer-SXKH .footer-name{
  font-size: 24px;
  font-weight: bold;
}

.footer .footer-content .footer-SXKH .footer-desc{
  margin: .2rem 0 0 0;
}

.footer .footer-content .footer-SXKH .footer-desc li{
  color: #ccc;
  font-size: 16px;
  line-height: 28px;
  width: 80%;
}

.footer .footer-content .footer-SXKH .footer-desc li>a{
  color: #ccc;
  margin-right: .1rem;
}

.footer .footer-content .footer-contact{
  padding-top:.4rem;
}

.footer .footer-content .footer-contact .footer-icon{
  width: 15%;
}

.footer .footer-content .footer-contact .footer-icon .iconfont{
  font-size: 36px;

}

.footer .footer-content .footer-contact .footer-desc{
  width: 85%
}

.footer .footer-content .footer-contact .footer-desc li{
  color: #ccc;
  font-size: 16px;
  line-height: 28px;
}

.footer .footer-content .footer-contact .footer-desc li a{
 /* display: block;*/
  color: #ccc;
}

.footer .footer-content .footer-contact .footer-desc li a .icon{
  display: block;
  margin: 0.05rem;
}

.footer .footer-bottom{
  background: #202020;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.footer .footer-bottom span{
  padding: 0 .2rem;
}

.footer .footer-bottom a{
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .footer .footer-content .footer-contact .footer-desc{
    margin-bottom: .2rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer-content .footer-office .footer-desc{
    margin-bottom: .2rem;
  }
  .footer .footer-content .footer-SXKH .footer-desc{
    margin-bottom: .2rem;
  }
  .footer .footer-content .footer-SXKH .footer-desc li{
    width: 100%;
  }
  .footer .footer-bottom{
    line-height: 30px;
    padding: 10px 0;
  }
  .footer .footer-content .footer-SXKH .footer-name{
    font-size: 20px;
  }
  .footer .footer-content .footer-contact .footer-icon .iconfont{
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .footer .footer-content .footer-office .footer-desc li{
    font-size: 14px;
  }
  .footer .footer-content .footer-SXKH .footer-desc li{
    font-size: 14px;
  }
  .footer .footer-content .footer-contact .footer-desc li{
    font-size: 14px;
  }
  .footer .footer-bottom{
    font-size: 12px;
  }
  .footer .footer-bottom span{
    display: block;
  }

}


.about-banner img{
  display: block;
  width: 100%;
}

.wrap{
  min-height: 100%;
}

.wrap-inside{
  padding-bottom: 1rem;
}

.position-wrapper{
  line-height: 70px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: .6rem;
}

.position-line{
  border-top: 4px solid #f6732a;
}
.position-wrapper .position-list{
  padding: 0 15px;
}

.position-wrapper .position-list .position-left .position-item{
  float: left;
}

.position-wrapper .position-list .position-left .position-item .iconfont{
  margin: 0 4px;
  font-size: 14px;
}

.position-wrapper .position-list .position-left .position-item:last-child>a{
  color: #666;
}

.position-wrapper .position-list .position-right .position-item{
  float: left;
}

.position-wrapper .position-list .position-right .position-item{
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #333;
  border-radius: 50%;
  margin-left: .1rem;
  margin-top: 18px;
}

.position-wrapper .position-list .position-right .position-item>a{
  display: block;
}

.position-wrapper .position-list .position-right .position-item .iconfont{
  font-size: 18px;
  color: #fff;
}

.page-nav-wrapper{

}

.page-nav-wrapper .nav-list{
 
}

.page-nav-wrapper .nav-list:first-child{
  border-top: 1px solid #bdbdbd;
}

.page-nav-wrapper .nav-list .active{
  background: #d8d8d9;
}

.page-nav-wrapper .nav-list .nav-one-list{
  display: block;
  height: 60px;
  line-height: 60px;
  text-indent: .2rem;
  -webkit-transition: 0.2s ease all;
  border-bottom: 1px solid #bdbdbd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-nav-wrapper .nav-list .nav-one-list .iconfont{
  font-size: 10px;
  margin-right: .2rem;
}

.nav-video-list li{
  height: 60px;
  line-height: 60px;
  text-indent: .2rem;
  -webkit-transition: 0.2s ease all;
  border-bottom: 1px solid #bdbdbd;

}

.nav-video-list li a:hover,
.nav-video-list li.procur a,
.nav-video-list li.procur a:hover{color: #f6732a;}






.page-nav-wrapper .nav-list .nav-two-list{
  border-bottom: 1px solid #bdbdbd;
  padding: 10px 0;
}

.page-nav-wrapper .nav-list .nav-two-list>li{
  line-height: 40px;
  text-indent: .5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-nav-wrapper .nav-list a:hover{
  color: #f6732a;
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .page-nav-wrapper .nav-list .nav-one-list{
    height: 50px;
    line-height: 50px;
  }
  
  .nav-video-list li{height: 50px;
    line-height: 50px;}
}

@media only screen and (max-width: 767px) {
  .position-wrapper{
    line-height: 34px;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 480px) {
  .page-nav-wrapper .nav-list .nav-one-list{
    height: 42px;
    line-height: 42px;
  }
  .page-nav-wrapper .nav-list .nav-two-list>li{
    line-height: 36px;
  }
  .position-wrapper .position-list .position-left .position-item>a{
    font-size: 14px;
  }
  
    .nav-video-list li{height: 36px;
    line-height: 36px;}
	  .nav-video-list li a{font-size: 14px;}
	
}

.aboutSXKH-wrapper .company-wrapper .com-name{
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .3rem;
  font-size: 40px;
}

.aboutSXKH-wrapper .company-wrapper .com-name>span{
  color: #f6732a;
}
.aboutSXKH-wrapper .company-wrapper .com-desc{

}
.aboutSXKH-wrapper .company-wrapper .com-desc p{
  line-height: 32px;
  color: #444;
  padding-top:10px;
}

.aboutSXKH-wrapper .company-wrapper .com-desc p>span{
  font-weight: 600;
}

.aboutSXKH-wrapper .company-wrapper .com-img{
  display: block;
  width: 100%;
  margin-top: .2rem;
}

.aboutSXKH-wrapper .history-wrapper{
  margin-top: 1rem;
}

.aboutSXKH-wrapper .history-wrapper .his-name{
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .3rem;
}

.aboutSXKH-wrapper .history-wrapper .his-desc{
  line-height: 36px;
  text-align: center;
  color: #444;
  margin-bottom: .4rem;
}

.aboutSXKH-wrapper .history-wrapper .his-item .his-shu .his-content .time{
  font-size: 32px;
  font-family: 'cgfont';
  text-align: center;
  margin: .3rem 0 .2rem 0;
}

.aboutSXKH-wrapper .history-wrapper .his-item .his-shu .his-content>div{
  color: #444;
  padding: 0 .15rem;
  margin: 0 0 .2rem 0;
  font-size: 16px;
  min-height: 100px;
}

.aboutSXKH-wrapper .history-wrapper .his-item .his-shu .his-content>img{
  display: block;
  width: 100%;
}
.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n-1){
  padding: 0;
}

.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n){
  padding: 0;
}

.aboutSXKH-wrapper .history-wrapper .his-item{
}

.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n-1) .his-shu{
  padding-right:10%;
  min-height:560px;
  border-right: 1px solid #bdbdbd; 
}

.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n) .his-shu{
  padding-left: 10%;
  min-height:560px;
}

.aboutSXKH-wrapper .history-wrapper .his-item .his-shu .his-content{
  cursor:pointer;
}

.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n-1) .his-shu .his-content{
  border: 1px solid #bdbdbd;
  width: 100%;
}

.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n) .his-shu .his-content{
  border: 1px solid #bdbdbd;
  width: 100%;
}

.aboutSXKH-wrapper .history-wrapper .his-item .his-shu{
  position: relative;
  padding-bottom: .4rem;
}
.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n-1) .his-shu .iconfont{
  position: absolute;
  top:1rem;
  left:98.5%;
  z-index: 666;
}

.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n) .his-shu .iconfont{
  display: none;
}

.aboutSXKH-wrapper .history-wrapper .his-future{
  text-align: center;
}

.aboutSXKH-wrapper .history-wrapper .his-item .his-shu .his-content:hover .time{
  color: #f6732a;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .aboutSXKH-wrapper .history-wrapper .his-name{
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n-1) .his-shu{
    padding-left:5%;
    padding-right:0;
    min-height:auto;
    border-right: none;
    border-left: 1px solid #bdbdbd;
  }
  .aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n) .his-shu{
    padding-left:5%;
    padding-right:0;
    min-height:auto;
    border-right: none; 
    border-left: 1px solid #bdbdbd;
  }
  .aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n-1) .his-shu .iconfont{
    position: absolute;
    top:1rem;
    left:-8px;
    z-index: 666;
  }
  .aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n) .his-shu .iconfont{
    display: block;
    position: absolute;
    top:1rem;
    left:-8px;
    z-index: 666;
  }
  .aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n-1){
    padding:0 15px;
  }

.aboutSXKH-wrapper .history-wrapper .his-item:nth-child(2n){
    padding:0 15px;
  }
  .aboutSXKH-wrapper .history-wrapper .his-future{
    text-align: left;
  }
  .aboutSXKH-wrapper .history-wrapper .his-name{
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .aboutSXKH-wrapper .company-wrapper .com-desc p{
    line-height: 30px;
  }
  .aboutSXKH-wrapper .history-wrapper .his-name{
    font-size: 28px;
  }
  .aboutSXKH-wrapper .company-wrapper .com-name{
    font-size: 28px;
  }
}

.factory-wrapper{
  /*margin-top: 1rem;*/
}

.aboutSXKH-wrapper .factory-wrapper .factory-name{
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .4rem;
}

.aboutSXKH-wrapper .factory-wrapper .factory-name>span{
  color: #f6732a;
}

.aboutSXKH-wrapper .factory-wrapper .factory-content .factory-item{
  margin-bottom: .3rem;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0 0 0 .5);
  cursor:pointer;
}

.aboutSXKH-wrapper .factory-wrapper .factory-content .factory-item>img{
  display: block;
  width: 100%;
}

.aboutSXKH-wrapper .factory-wrapper .factory-content .factory-item .factory-item-color{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 99;
  -webkit-transition: 0.4s ease all;
}

.aboutSXKH-wrapper .factory-wrapper .factory-content .factory-item .factory-item-name{
  position: absolute;
  bottom: 0.1rem;
  left:0.1rem;
  width: 1.4rem;
  height: 36px;
  line-height: 36px;
  background: #f6732a;
  color: #fff;
  text-align: center;
  text-decoration:underline; 
}

.aboutSXKH-wrapper .factory-wrapper .factory-content .factory-item:hover .factory-item-color{
  background: rgba(0,0,0,0);
}

.aboutSXKH-wrapper .honor-wrapper{
  /*margin-top: 1rem;*/
}

/*新增*/

.honor-item{ border:1px solid #000000; padding:0.3rem 0.6rem 0;}
.honor-item:hover{ cursor:pointer; border:1px solid #fa661d;}

.aboutSXKH-wrapper .honor-wrapper .honor-name{
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .4rem;
}

.aboutSXKH-wrapper .honor-wrapper .honor-content .page-item{
  margin-bottom: .3rem;
}
.aboutSXKH-wrapper .honor-wrapper .honor-content .honor-img{
  display: block;
 /* width: 100%;*/
 height:226px;
 width:auto;
 margin:0 auto;
}

@media only screen and (max-width: 1200px) {
.aboutSXKH-wrapper .honor-wrapper .honor-content .honor-img{
 height:200px;
}
 
}

@media only screen and (max-width: 992px) {
.aboutSXKH-wrapper .honor-wrapper .honor-content .honor-img{
 height:144px;
}
 
}


.aboutSXKH-wrapper .honor-wrapper .honor-content .honor-con-name{
  font-size:18px;
  text-decoration: underline;
  margin: .4rem 0;
  text-align:center;
  min-height:40px;
}

.aboutSXKH-wrapper .honor-wrapper .honor-content .honor-con-desc{
  color: #444;
}

.aboutSXKH-wrapper .partner-wrapper{
  /*margin-top: 1rem;*/
}

.aboutSXKH-wrapper .partner-wrapper .partner-name{
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .4rem;
}

.aboutSXKH-wrapper .partner-wrapper .partner-content .partner-img{
  display: block;
  width: 100%;
  border: 1px solid #bdbdbd;
  margin-bottom: 30px;
  -webkit-transition: 0.2s ease all;
}

.aboutSXKH-wrapper .partner-wrapper .partner-content .partner-img:hover{
  box-shadow: 0px 0px 6px rgba(0,0,0,.4);
}


@media only screen and (max-width: 1200px) {
 
}

@media only screen and (max-width: 992px) {
  .aboutSXKH-wrapper .honor-wrapper .honor-name{
    font-size: 36px;
  }
  .aboutSXKH-wrapper .factory-wrapper .factory-name{
    font-size: 36px;
  }
  .aboutSXKH-wrapper .company-wrapper .com-name{
    font-size: 36px;
  }
  .aboutSXKH-wrapper .partner-wrapper .partner-name{
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
/* .aboutSXKH-wrapper .honor-wrapper .honor-content .honor-img{
    width: 40%;
    margin: 0 auto;
  }*/
  .aboutSXKH-wrapper .honor-wrapper .honor-content .honor-con-name{
    font-size: 20px;
    margin: .4rem 0;
    text-align: center;
  }
  .aboutSXKH-wrapper .honor-wrapper .honor-name{
	  margin-top: .8rem;
    font-size: 32px;
  }
  .aboutSXKH-wrapper .factory-wrapper .factory-name{
	  margin-top: .8rem;
    font-size: 32px;
  }
  .aboutSXKH-wrapper .partner-wrapper .partner-name{
	  margin-top: .8rem;
    font-size: 32px;
  }
  .aboutSXKH-wrapper .company-wrapper .com-name{
    font-size: 32px;
    margin-top: .8rem;
  }
  .aboutSXKH-wrapper .partner-wrapper .partner-content .col{
    padding: 0 8px;
  }
  .aboutSXKH-wrapper .partner-wrapper .partner-content .partner-img{
    margin-bottom: 8px;
  }
  .aboutSXKH-wrapper .factory-wrapper .row>div{
    padding: 0 8px;
  }
.aboutSXKH-wrapper .factory-wrapper .factory-content .factory-item .factory-item-color{
    background: rgba(0,0,0,0);
  }
}

@media only screen and (max-width: 480px) {
  .aboutSXKH-wrapper .factory-wrapper .factory-name{
    font-size: 28px;
  }
  .aboutSXKH-wrapper .honor-wrapper .honor-name{
    font-size: 28px;
  }
  .aboutSXKH-wrapper .partner-wrapper .partner-name{
    font-size: 28px;
  }
}

.product-wrapper .product-item{
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  margin-bottom: .3rem;
}

.product-wrapper .product-item .pro-img{
  padding-left: 0;
}

.product-wrapper .product-item .pro-img>img{
  display: block;
  width: 100%;
}

.product-wrapper .product-item .pro-text{
  height: auto;
}

.product-wrapper .product-item .name{
  font-weight: 600;
  text-decoration: underline;
  margin: .3rem 0;
  font-size: 24px;
}

.product-wrapper .product-item .pro-desc{
  color: #555;
  min-height: 100px;
  font-size:14px;
}

.product-wrapper .product-item .pro-link{
  display: block;
  width: 1.4rem;
  height: 50px;
  line-height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: .6rem 0 .1rem 0;
}

.product-wrapper .product-item .pro-link .iconfont{
  font-size: 10px;
  margin-right: 4px;
}

@media only screen and (max-width: 1366px) {
  .product-wrapper .product-item{
    width: 100%;
    height: 100%;
    background: #eee;
  }
  .product-wrapper .product-item .pro-text{
    background: #fff;
  }
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .product-wrapper .product-item .pro-img>img{
    margin-top: 10%;
  }
  .product-wrapper .product-item .name{
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .product-wrapper .product-item .pro-img>img{
    margin-top: 0;
    width: 80%;
    margin: 0 auto;
  }
  .product-wrapper{
    margin-top: .8rem;
  }
  .product-wrapper .product-item .pro-link{
    width: 1.8rem;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 15px;
    margin: 20px 0 15px 0;
  }
  .product-wrapper .product-item .pro-desc{
    min-height: 80px;
  }
  .product-wrapper .product-item .name{
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .product-wrapper .product-item .name{
    font-size: 18px;
  }
}

.productSecondary-wrapper .proS_banner>img{
  padding: 0 15px;
  width: 100%;
  display: block;
}
.productSecondary-wrapper .proS-title{
  line-height: 60px;
}
.productSecondary-wrapper .proS-title .proS-title-text{
  font-size: 40px;
  padding-left: 15px;
}

.productSecondary-wrapper .proS-title .proS-title-text>span{
  color: #f6732a;
}

.productSecondary-wrapper .proS-title .back{
  font-size: 24px;
  padding-right: 15px;
}

.productSecondary-wrapper .container-fluid{
  margin-top: 30px;
}

.productSecondary-wrapper .proS-item{
  border: 1px solid #bdbdbd;
  margin-bottom: 30px;
}

.productSecondary-wrapper .proS-item .proS-img{
  display: block;
  width: 100%;
}

.productSecondary-wrapper .proS-item .proS-line{
  display: block;
  width: 40px;
  height: 3px;
  background: #f6732a;
  margin:0.15rem 0 0 .3rem;
}

.productSecondary-wrapper .proS-item .proS-name{
  font-size: 23px;
  font-weight: 500;
  margin: 0.2rem 0.3rem 0rem 0.3rem;
}

.productSecondary-wrapper .proS-item .proS-memo{
	margin: 0.1rem 0.2rem 0.3rem 0.3rem;
	font-size:16px;
	color:#4b4b4b;
	}



@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .productSecondary-wrapper .proS-item .proS-name{
    font-size: 22px;
  }
  .productSecondary-wrapper .proS-title .back{
    font-size: 22px;
  }
  .productSecondary-wrapper .proS-title .proS-title-text{
    font-size:36px;
  }
}

@media only screen and (max-width: 768px) {
  .productSecondary-wrapper .proS_banner>img{
    padding: 0;
  }
  .productSecondary-wrapper .container-fluid{
    margin-top: 15px;
  }
  .productSecondary-wrapper{
    margin-top: .8rem;
  }
  .productSecondary-wrapper .proS-item .proS-name{
    font-size: 20px;
  }
  .productSecondary-wrapper .col{
    padding: 0 6px;
  }
  .productSecondary-wrapper .proS-item{
    margin-bottom: 15px;
  }
  .productSecondary-wrapper .proS-title .proS-title-text{
    font-size:32px;
  }
  .productSecondary-wrapper .proS-title .back{
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .productSecondary-wrapper .proS-item .proS-name{
    font-size: 14px;
  }
  .productSecondary-wrapper .proS-title .proS-title-text{
    font-size:28px;
  }
  .productSecondary-wrapper .proS-title .back{
    font-size: 18px;
  }
}




.productList-wrapper .proList-title{
  line-height: 60px;
}
.productList-wrapper .proList-title .proList-title-text{
  font-size: 40px;
  padding-left: 15px;
}

.productList-wrapper .proList-title .proList-title-text>span{
  color: #f6732a;
}

.productList-wrapper .proList-title .back{
  font-size: 24px;
  padding-right: 15px;
}

.productList-wrapper .container-fluid{
  margin-top: 30px;
}

.productList-wrapper .proList-item{
  border: 1px solid #bdbdbd;
  margin-bottom: 30px;
}

.productList-wrapper .proList-item .proList-img{
  display: block;
  width: 100%;
}

.productList-wrapper .proList-item .proList-line{
  display: block;
  width: 40px;
  height: 3px;
  background: #f6732a;
  margin:0 0 0 .3rem;
}

.productList-wrapper .proList-item .proList-name{
  font-size: 20px;
  font-weight: 500;
  margin: .3rem;
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .productList-wrapper .proList-title .back{
    font-size: 22px;
  }
  .productList-wrapper .proList-title .proList-title-text{
    font-size:36px;
  }
}

@media only screen and (max-width: 768px) {
  .productList-wrapper .container-fluid{
    margin-top: 15px;
  }
  .productList-wrapper{
    margin-top: .8rem;
  }
  .productList-wrapper .proList-item .proList-name{
    font-size: 18px;
  }
  .productList-wrapper .col{
    padding: 0 6px;
  }
  .productList-wrapper .proList-item{
    margin-bottom: 15px;
  }
  .productList-wrapper .proList-title .proList-title-text{
    font-size:32px;
  }
  .productList-wrapper .proList-title .back{
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .productList-wrapper .proList-item .proList-name{
    font-size: 16px;
  }
  .productList-wrapper .proList-title .proList-title-text{
    font-size:28px;
  }
  .productList-wrapper .proList-title .back{
    font-size: 18px;
  }
}

.news-wrapper .news-item{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
}

.news-wrapper .col-left{
  padding-left: 0;
}

.news-wrapper .news-item .news-img{
  display: block;
  padding: 4px;
  border: 1px solid #bdbdbd;
  position: relative;
}

.news-wrapper .news-item .news-img>img{
  display: block;
  width: 100%;
}

.news-wrapper .news-item .news-img .news-img-hover{
  position: absolute;
  left:4px;
  top:4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: 0.4s ease all;
}

.news-wrapper .news-item .news-img .news-img-hover:hover{
  opacity: 1;
}

.news-wrapper .news-item .news-img .news-img-hover>i{
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f6732a;
  color: #fff;
  text-align: center;
  line-height: 60px;
}


.news-wrapper .news-item .news-name{
  font-size: 24px;
  text-decoration: underline;
  font-weight: 600;
  margin-top: .2rem;
}

.news-wrapper .news-item .news-name>a{
  display: block;
  -webkit-transition: 0.2s ease all;
}

.news-wrapper .news-item .news-name:hover>a{
  color: #f6732a;
}

.news-wrapper .news-item .news-time{
  font-size: 16px;
  color: #555;
  margin: .6rem 0 .4rem 0;
}

.news-wrapper .news-item .news-time>span{
  font-size: 20px;
}

.news-wrapper .news-item  .news-desc{
  color: #555;
}


@media only screen and (max-width: 1200px) {
  .news-wrapper .news-item .news-time{
    margin: .4rem 0 .3rem 0;
  }
}

@media only screen and (max-width: 992px) {
  .news-wrapper .news-item .news-name{
    font-size: 22px;
  }
  
}

@media only screen and (max-width: 768px) {
  .news-wrapper .news-item .news-name{
    font-size: 20px;
  }
  .news-wrapper{
    margin-top: .8rem;
  }
  .news-wrapper .col-left{
  padding-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .news-wrapper .news-item .news-name{
    font-size: 18px;
  }
}

.productD-IMG{
  width: 100%;
  height: auto;
  background: url("../images/productD_img.jpg");
  padding:0.6rem 0;
}

.productD-IMG .productD-name{
  font-size: 40px;
 /* text-decoration: underline;*/
  color: #fff;
  margin: 50px 0 80px 0;
}
.productD-IMG .productD-contact{
  margin-right: 80px;
}
.productD-IMG .productD-contact>img{
  display: block;
}

.productD-IMG .productD-contact>p{
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.productD-IMG .productD-cata>a{
  display: block;
  color: #f6732a;
  text-align: center;
  text-decoration: underline;
}

.productD-IMG .productD-cata>img{
  display: block;
}

.productD-IMG .productD-cata>p{
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.productD-IMG .productD-contact>a{
  display: block;
  color: #f6732a;
  text-align: center;
  text-decoration: underline;
}

.productD-IMG .productD-pro{
  display: block;
  margin: 10px 0;
  width: 100%;
  max-width: 900px;
}


@media only screen and (max-width: 1200px) {
  .productD-IMG .productD-name{
    margin: 40px 0 60px 0;
  }
}

@media only screen and (max-width: 992px) {
  .productD-IMG .productD-name{
    font-size: 36px;
    margin: 15px 0 40px 0;
  }
  .productD-IMG .productD-cata>p{
    font-size: 22px;
  }
  .productD-IMG .productD-contact>p{
    font-size: 22px;
  }
  .productD-IMG .productD-contact>img{
    width: 80%;
    margin: 0 auto;
  }
  .productD-IMG .productD-cata>img{
    width: 80%;
    margin: 0 auto;
  }
  .productD-IMG .productD-contact{
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .productD-IMG .productD-name{
     font-size: 32px;
     margin: 60px 0 30px 0;
     text-align: center;
  }
  .productD-IMG .productD-cata{
    float: right !important;
    margin-right: 20%;
  }
  .productD-IMG .productD-contact{
    margin: 0 0 0 10%;
  }
  .productD-IMG .productD-cata>p{
    font-size: 20px;
  }
  .productD-IMG .productD-contact>p{
    font-size: 20px;
  }

}

@media only screen and (max-width: 480px) {
  .productD-IMG .productD-name{
    font-size: 26px;
  }
  .productD-IMG .productD-cata{
    float: right !important;
    margin-right: 10%;
  }
  .productD-IMG .productD-contact{
    margin: 0 0 0 10%;
  }
  
}

.download-wrapper .download-title{
  font-size: 40px;
  height: 60px;
  line-height: 60px;
  margin-left: 15px;
}

.download-wrapper .download-item{
  background: #eee;
  padding: .1rem;
  margin-bottom: .3rem;
}

.download-wrapper .download-item .download-img{
  display: block;
  box-shadow: 0 4px 0 rgba(0,0,0,.2);
}
.download-wrapper .download-item .download-content{
  margin-left: 0.3rem;
}
.download-wrapper .download-item .download-content .name{
  font-size: 20px;
  margin: 50px 0 10px 0;
  text-decoration: underline;
  -webkit-transition: 0.2s ease all;
}
.download-wrapper .download-item .download-content .capacity{
  color: #989898;
}

.download-wrapper .download-item .download-content .button{
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333;
  color: #fff;
  margin: 40px 0 0 0;
  -webkit-transition: 0.2s ease all;
}

.download-wrapper .download-item .download-content .button .iconfont{
  font-size: 24px;
  margin-left: 10px;
}

.download-wrapper .download-item .download-content .button:hover{
  background: #f6732a;
}

@media only screen and (max-width: 1200px) {
  .download-wrapper .download-item .download-img{
    width: 40%;
  }
  .download-wrapper .download-item .download-content{
    margin-left: 0.2rem;
    width: calc(60% - .2rem);
  }
  .download-wrapper .download-item .download-content .button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .download-wrapper .download-item .download-img{
    width: 100%;
  }
  .download-wrapper .download-item .download-content{
    width: 100%;
  }
  .download-wrapper .download-item .download-content .name{
    margin: 20px 0 10px 0;
  }
  .download-wrapper .download-item .download-content .button{
    margin: 20px 0 10px 0;
  }
  .download-wrapper .download-title{
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .download-wrapper .download-item .download-img{
    width: 35%;
  }
  .download-wrapper .download-item .download-content{
    margin-left: 0.4rem;
    width: calc(65% - .4rem);
  }
  .download-wrapper{
    margin-top: .8rem;
  }
  .download-wrapper .download-item .download-content .name{
    margin: 50px 0 20px 0;
  }
  .download-wrapper .download-item .download-content .button{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .download-wrapper .download-item .download-content .button .iconfont{
    font-size: 18px;
  }
  .download-wrapper .download-title{
    font-size: 32px;
    margin-left: 0;
  }
  .download-wrapper .col{
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .download-wrapper .download-item .download-content .name{
    margin: 40px 0 10px 0;
    font-size: 16px;
  }
  .download-wrapper .download-item .download-img{
    width: 40%;
  }
  .download-wrapper .download-item .download-content{
    margin-left: 0.2rem;
    width: calc(60% - .2rem);
  }
  .download-wrapper .download-title{
    font-size: 28px;
  }
}

.video-wrapper{
  
}

.video-wrapper .video-title{
  font-size: 40px;
  height: 60px;
  line-height: 60px;
  margin-left: 15px;
}

.video-wrapper .video-item{
  margin-bottom: 60px;
  margin-top:10px;
}

.video-wrapper .video-item .video-img{
  display: block;
  position: relative;
}

.video-wrapper .video-item .video-img>img{
  display: block;
  width: 100%;
  box-shadow: 0 4px 0 rgba(0,0,0,.2);
}

.video-wrapper .video-item .video-img .video-img-hover{
  position: absolute;
  left:0;
  top:0;
  width: calc(100% );
  height: calc(100%);
  background: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: 0.4s ease all;
}

.video-wrapper .video-item .video-img .video-img-hover:hover{
  opacity: 1;
}

.video-wrapper .video-item .video-img .video-img-hover>i{
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f6732a;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}




.video-wrapper .video-item .video-name{
  display: block;
  text-decoration: underline;
  margin-top: 15px;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .video-wrapper .video-title{
    font-size: 36px;
  }
  .video-wrapper .video-item{
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .video-wrapper .video-title{
    font-size: 32px;
  }
  .video-wrapper{
    margin-top: 40px;
  }
  .video-wrapper .video-item{
    margin-bottom: 30px;
  }
  .video-wrapper .col{
    padding:0 8px;
  }
}

@media only screen and (max-width: 480px) {
  
}

.contact-wrapper .contact-global{
  background: #f4f4f4;
  width: 100%;
  height: auto;
  padding: 0.7rem 0;
}

.contact-wrapper .contact-global .contact-title{
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .5rem;
}

.contact-wrapper .contact-global .contact-title>span{
  color: #f6732a;
}

.contact-wrapper .contact-global .contact-desc{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
}

.contact-wrapper .contact-china .contact-china-title{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin:.4rem 0 .3rem 0;
}

.contact-wrapper .contact-china .line{
  display: block;
  width: 70px;
  height: 4px;
  background: #f6732a;
  margin: 0 auto;
}

.contact-wrapper .contact-china .chinaditu{
  
}


.contact-wrapper .contact-china .chinaditu .chinaditu-content{
  margin-top: .4rem;
}

.contact-wrapper .contact-china .chinaditu .chinaditu-item{
  width:32.4%;
  height: 170px;
  padding: 10px 0;
  background: #333;
  margin: 0 .3%;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.contact-wrapper .contact-china .chinaditu .chinaditu-item>div{
  font-size: 20px;
  text-decoration: underline;
  margin: 6px 0 10px 0;
}

.contact-wrapper .contact-china .chinaditu .chinaditu-item>p{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.contact-wrapper .contact-china .chinaditu .chinaditu-item>p a{ color:#fff;}

.contact-wrapper .contact-china .chinaditu .chinaditu-item:hover{
  background: #f6732a;
}

.contact-wrapper .contact-china .chinaditu .diqu-weizhi{
  position: relative;
  width: 800px;
  height: 660px;
  margin: 0 auto;
  background: url("../images/china-ditu.png")no-repeat;
}

.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-ningbo{
  position: absolute;
  top:392px;
  left: 672px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-ningbo>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-ningbo .name{
  color: #fff;
  margin-left: 80px;
}

/*shanghai*/

.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-shanghai{
  position: absolute;
  top:364px;
  left: 675px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-shanghai>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-shanghai .name{
  color: #fff;
  margin-left: 80px;
}







.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-qingdao{
  position: absolute;
  top:250px;
  left: 660px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-qingdao>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-qingdao .name{
  color: #fff;
  margin-left: 80px;
}

.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-kunshan{
  position: absolute;
  top:355px;
  left: 660px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-kunshan>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-kunshan .name{
  color: #fff;
  margin-left: 80px;
}

.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-huangyan{
  position: absolute;
  top:400px;
  left: 680px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-huangyan>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-huangyan .name{
  color: #fff;
  margin-left: 80px;
}

.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-shenzhen{
  position: absolute;
  top:520px;
  left: 580px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-shenzhen>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-china .chinaditu .diqu-weizhi .diqu-shenzhen .name{
  color: #fff;
  margin-left: 80px;
}

.contact-wrapper .contact-china .chinaditu .diqu-weizhi-img>img{
  display: block;
  width: 100%;
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .contact-wrapper .contact-china .chinaditu{
    text-align: center;
  }
  .contact-wrapper .contact-china .chinaditu .chinaditu-item{
    width:32.1%;
    margin: 0.6%;
  }
}

@media only screen and (max-width: 768px) {
  .contact-wrapper .contact-china .chinaditu .chinaditu-content{
    padding: 0 15px;
  }
  .contact-wrapper .contact-china .chinaditu .chinaditu-item>div{
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-wrapper .contact-china .chinaditu .chinaditu-item{
    height: 200px;
  }
  .contact-wrapper .contact-china .chinaditu .chinaditu-item>div{
    font-size: 16px;
  }
  .contact-wrapper .contact-china .chinaditu .chinaditu-item>p{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .contact-wrapper .contact-global .contact-title{
    font-size: 32px;
  }
}


.contact-wrapper .contact-global .contact-global-title{
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin:.7rem 0 .3rem 0;
}

.contact-wrapper .contact-global .line{
  display: block;
  width: 70px;
  height: 4px;
  background: #f6732a;
  margin: 0 auto .6rem;
}

.contact-wrapper .contact-global .globalditu .globalditu-content{
  margin-top: .4rem;
}

.contact-wrapper .contact-global .globalditu .globalditu-item{
  width:calc((100% - 30px) / 3);
  height: 145px;
  background: #333;
  margin: 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding:20px 10px;
}

.contact-wrapper .contact-global .globalditu .globalditu-item>div{
  font-size: 20px;
  text-decoration: underline;
  margin: 0 0 15px 0;
}

.contact-wrapper .contact-global .globalditu  .globalditu-item>p{
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.contact-wrapper .contact-global .globalditu  .globalditu-item>p>a{
  color: #fff;
}

.contact-wrapper .contact-global .globalditu  .globalditu-item>h6{
  font-size: 18px;
  margin: 10px 0 0 0;
}


.contact-wrapper .contact-global .globalditu  .globalditu-item:hover{
  background: #f6732a;
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi{
  position: relative;
  width: 800px;
  height: 420px;
  margin: 0 auto;
  background: url("../images/global-ditu.png")no-repeat;
}


.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-portugal{
  position: absolute;
  top:100px;
  left: 334px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-portugal .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-portugal .name{
  color: #fff;
  margin-left: 120px;
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-shanghai{
  position: absolute;
  top:124px;
  left:607px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-shanghai .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-shanghai .name{
  color: #fff;
  margin-left: 120px;
}



.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-usa{
  position: absolute;
  top:65px;
  left:128px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-usa .right>img{
  margin:5px 0 0 100px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-usa .name{
  color: #fff;
  margin-left: 100px;
}



.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-indian{
  position: absolute;
  top:162px;
  left:514px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-indian .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-indian .name{
  color: #fff;
  margin-left: 120px;
}


/*diqu-germany*/

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-germany{
  position: absolute;
  top:72px;
  left:374px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-germany .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-germany .name{
  color: #fff;
  margin-left: 120px;
}


/*diqu-spain*/
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-spain{
  position: absolute;
  top:103px;
  left:345px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-spain .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-spain .name{
  color: #fff;
  margin-left: 120px;
}


/*diqu-italy*/
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-italy{
  position: absolute;
  top:108px;
  left: 383px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-italy .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-italy .name{
  color: #fff;
  margin-left: 120px;
}



/*diqu-hongkong*/
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-hongkong{
  position: absolute;
  top:144px;
  left:598px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-hongkong .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-hongkong .name{
  color: #fff;
  margin-left: 120px;
}





.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-japan{
  position: absolute;
  top:110px;
  left: 652px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-japan .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-japan .name{
  color: #fff;
  margin-left: 160px;
}


.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-zhejiang{
  position: absolute;
  top:127px;
  left:613px;
  width: 300px;
  height: 80px;
  background: url("../images/diqu_kuang.png");
}

.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-zhejiang .right>img{
  margin:10px 0 10px 140px;
}
.contact-wrapper .contact-global .globalditu .diqu-weizhi .diqu-zhejiang .name{
  color: #fff;
  margin-left: 130px;
}




.contact-wrapper .contact-global .globalditu .diqu-weizhi-img>img{
  display: block;
  width: 100%;
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .contact-wrapper .contact-global .globalditu{
    text-align: center;
  }
  .contact-wrapper .contact-global .globalditu .globalditu-item{
    width:calc((100% - 20px) / 2);
    margin: 5px;
    height: 145px;
  }

}

@media only screen and (max-width: 768px) {
  .contact-wrapper .contact-global .globalditu .globalditu-item>div{
    font-size: 18px;
  }
  .contact-wrapper .contact-global .globalditu .globalditu-content{
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-wrapper .contact-global .globalditu .globalditu-item>div{
    font-size: 16px;
  }
  .contact-wrapper .contact-global .globalditu .globalditu-item>p{
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .contact-wrapper .contact-global .globalditu .globalditu-item{
    height: 150px;
  }
  
}

.contact-message{
  width: 100%;
  height: auto;
  background: #f6732a;
  padding: .7rem 0;
  margin-top: 1rem;
}

 .contact-message .wrapper{
  width: 780px;
  margin: 0 auto;
}

 .contact-message .wrapper .name{
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

 .contact-message .wrapper .input{
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  width: 680px;
  height: 70px;
  background-color: #fff;
  padding: 0 20px;
  display: block;
  float: left;
  font-size: 18px;
}

 .contact-message .wrapper .send{
  display: block;
  float: right;
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  line-height: 70px;
}

 .contact-message .wrapper .send .iconfont{
  color: #f6732a;
  font-size: 40px;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
   .contact-message .wrapper{
    width: 90%;
  }
  .contact-message .wrapper .input{
    width: 85%;
  }
  .contact-message .wrapper .send{
    width: 10%;
  }
  .contact-message .wrapper .name{
    font-size: 22px;
  }
  .contact-wrapper .contact-china .contact-title{
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-message .wrapper .input{
    width: 80%;
  }
  .contact-message .wrapper .send{
    width: 15%;
  }
  .contact-message .wrapper .name{
    font-size: 20px;
  }
  .contact-wrapper .contact-china .contact-title{
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-message .wrapper .input{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .contact-message .wrapper .send{
    height: 50px;
    line-height: 50px;
  }
  .contact-message .wrapper .send .iconfont{
    color: #f6732a;
    font-size: 24px;
  }
  .contact-message .wrapper .name{
    font-size: 18px;
  }
  .contact-wrapper .contact-china .contact-title{
    font-size: 28px;
  }
  .contact-wrapper .contact-china .contact-china-title{
    font-size: 24px;
  }
  .contact-wrapper .contact-global .contact-global-title{
    font-size: 24px;
  }
}


.next_page {
  text-align: center;
  margin-top: .4rem;
}

.next_page .next_page_more{
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 30px;
  background: url("../images/next_icon.png")no-repeat center bottom;
}


@media only screen and (max-width: 1200px) {
  
}

@media only screen and (max-width: 992px) {
  .next_page .next_page_more{
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .next_page .next_page_more{
    font-size: 16px;
  }
  .next_page .next_page_more{
    padding-bottom: 25px;
    background-size: 30px 20px;
  }
}

@media only screen and (max-width: 480px) {
}


/*新添加*/

.productD-related .title{
  font-size: 36px;
  font-weight:600;
  text-align: center;
  margin: .6rem 0;
}
.productD-related .pro-conWidth{
  width: 90%;
}

.pro-carousel-control{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  text-align: center;
  padding-top:10%;
  width:0%;
  color: #333 !important;
}

.pro-carousel-control:hover{
  color: #f6732a;
}

.pro-carousel-control.left {
  left: -.6rem;
  right: auto;
}
.pro-carousel-control.right {
  right: -.3rem;
  left: auto;
}


@media only screen and (max-width: 1200px) {
  .productD-related .pro-conWidth{
    width: 90%;
  }
  .pro-carousel-control{
    font-size: 80px;
    padding-top:8%;
  }
}

@media only screen and (max-width: 992px) {
  
}

@media only screen and (max-width: 768px) {
  .productD-related .title{
    font-size: 32px;
  }
  .productD-related .title{
    margin-bottom: 0;
  }
  .pro-carousel-control{
    font-size: 80px;
    padding-top:50%;
  }
}

@media only screen and (max-width: 480px) {
  .productD-related .title{
    font-size: 28px;
  }
  .pro-carousel-control{
    font-size: 80px;
    padding-top:45%;
  }
}

.productD-wrapper>div:nth-child(2n){
  padding: .8rem 0;
}

.productD-wrapper>div:nth-child(2n+1){
  background: #f4f4f4;
  padding: .8rem 0;
}

.productD-wrapper .title{
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .6rem;
}

.productD-wrapper .productD-table{
  width: 100%;
}

.productD-wrapper .productD-table table{

}
.productD-wrapper .productD-table tr:nth-child(2n-1){
  background: #eaebeb;
}

.productD-wrapper .productD-table tr td{
  line-height: 30px;
  padding:15px 15px;
}


.productD-wrapper .productD-table tr:nth-child(1) td{
  background: #333;
  color: #fff;
/*  font-family: "custombold";*/
}


.productD-wrapper .img{
  display: block;
  width: 100%;
}
.productD-wrapper .productD-map{
  margin: .3rem 0 0 0;
}

.productD-mapname{
  font-family: "custombold";
}
.productD-maplist{ padding-top:30px;}
.productD-maplist li{ width:25%; padding:0 20px; float:left; display:inline; text-align:center;}
.productD-maplist li > img{ width:100%; display:block;}

@media only screen and (max-width: 768px) {
	.productD-maplist li{ width:50%; margin-bottom:15px;}
	.productD-maplist li{ font-size:14px;}
	}






.productD-wrapper .productD-advantages .desc_one{
  margin-bottom: .5rem;
  line-height: 2;
}





.productD-wrapper  .productD-advantages .desc{
  background: url("../images/gou_icon.png")no-repeat left top 14px;
  background-size: 14px 14px;
  padding-left: 30px;
  line-height: 2.5;
}

.productD-wrapper .productD-functional .item{
  margin-bottom: 30px;
}

.productD-wrapper .productD-functional .name{
  color: #f6732a;
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: .2rem;
}

.productD-wrapper .productD-functional .desc{
  font-size: 14px;
}


@media only screen and (max-width: 1200px) {
  .productD-wrapper .productD-functional .desc{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
  }
  .productD-wrapper .productD-table tr td{
    line-height: 24px;
    font-size: 16px;  
    padding:13px 10px;
  }
}

@media only screen and (max-width: 992px) {
  
}

@media only screen and (max-width: 768px) {
  .productD-wrapper .title{
    font-size: 28px;
  }
  .productD-wrapper .productD-table .item{
    font-size: 28px;
  }
  .productD-wrapper .productD-table tr td{
    line-height:20px;
    font-size: 14px;
    padding:5px 8px;
  }
  .productD-wrapper .productD-advantages .img{
    margin-bottom: 16px;
  }
  .productD-wrapper .productD-advantages .col{
    padding-right: 8px;
    padding-left: 8px;
  }
  .productD-wrapper .productD-functional .name{
    margin: .2rem 0;
  }
}

@media only screen and (max-width: 480px) {
  .productD-wrapper .title{
    font-size: 24px;
  }
  .productD-wrapper .productD-table .item{
    font-size: 24px;
  }
  .productD-wrapper .productD-table tr td{
    line-height:18px;
    font-size: 11px;
    padding:6px 5px;
  }
}

.wrap{
  margin-top: 130px;
}

.allimg{
  display: block;
  width: 100%;
}

.allimg-s{
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0.1rem auto;
}

.news-title{
  text-align: center;
  font-size: 32px;
}

.news-base-info{
  padding: .2rem 0 .4rem 0;
  text-align: center;
  border-bottom: 1px dashed #ddd;
}

.news-base-info>span{
  margin: 0 6px;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
  embed{
    height: 500px !important;
  }
}

@media only screen and (max-width: 768px) {
  embed{
    height: 400px !important;
  }
  .news-title{
    text-align: center;
    font-size: 24px;
  }
  .wrap{
    margin-top: 60px;
  }
}

@media only screen and (max-width: 480px) {
  embed{
    height: 320px !important;
  }
}


.index-banner{
  margin-top: 130px;
}
@media only screen and (max-width: 1200px) {
 
}

@media only screen and (max-width: 992px) {
  
}

@media only screen and (max-width: 768px) {
   .index-banner{
    margin-top: 60px;
  }
}

@media only screen and (max-width: 480px){
  
}


/*****************新增样式*********************/


.syabout-title{
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  margin-bottom: .6rem;
  color:#fff;
  text-transform:uppercase;
}


@media only screen and (max-width: 992px) {
.syabout-title{
    font-size: 40px;
  }
  
}


@media only screen and (max-width: 768px) {
  .syabout-title{
    font-size: 36px;
  }
 
}

@media only screen and (max-width: 480px) {
 .syabout-title{
    font-size: 32px;
  }
  
}


.huoban_item{ width:100%; padding:0.4rem 10px; border:1px solid #333333; position:relative; margin-bottom:0.48rem;}
.huoban_name{ position:absolute; left:0px; top:0px; height:20px; line-height:20px; background:#333333; color:#ffffff; padding:0px 10px;}
.huoban_img{ width:263px; height:113px; float:left; padding-right:10px; position:relative; margin-right:40px;}
.huoban_img:after{ content:""; position:absolute; width:1px; height:113px; background:#d8d8d9; right:0px; top:0px;}
.huoban_content{ width: calc(100% - 304px); float:right; color:#555555;}

.huoban_item:hover{border:1px solid #fa661d;}
.huoban_item:hover .huoban_name{background:#fa661d;}


@media only screen and (max-width: 480px) {

 .huoban_img{ width:100%; height:auto; padding-bottom:12px; border-bottom:1px solid #d8d8d9;}
 .huoban_img:after{content:""; position:absolute; width:0px; height:0px; background:#none;}
 .huoban_img > img{ width:253px; height:113px; display:block; margin:0 auto;}
 .huoban_content{ width:100%; margin-top:20px;} 
}


.productD_box1{ width:100%;}
.productD_video{ padding-left:0.15rem;}
.productD_video > iframe{ width:100%; height:428px;}
.productD_b1right{ padding-left:70px;}
.productD_list li{width:100%; height:61px; background:url(../images/gou02.png) no-repeat left center; line-height:23px; padding:19px 0 19px 57px; border-bottom:1px dashed #7d7d7d; }
@media only screen and (max-width: 992px){
	.productD_b1right{ padding-left:50px;}
	}


@media only screen and (max-width: 768px) {
.productD_b1right{ width:96%; margin:0 auto; padding-left:15px;}
.productD_list li{ width:100%; height:46px; line-height:16px; font-size:14px; background-size:16px 16px; padding:15px 0 15px 40px;} 
}



.productD_whyimg{ padding-left:0.5rem;}
.productD_whyimg > img{ width:100%; display:block;}
.productD_whyright{padding-left:0.5rem;}

.productD_whylist{border-bottom:1px solid #7d7d7d; border-top:1px solid #7d7d7d; padding:0.38rem 0; margin-bottom:0.48rem;}
.productD_whytitle{font-family: "custombold"; font-size:24px; padding-bottom:10px;}


@media only screen and (max-width: 768px){
	.productD_whyimg{ padding-left:0rem;}
	.productD_whyimg > img{ width:100%; max-width:394px; margin:0 auto; display:block;}
	.productD_whyright{ font-size:14px;}
	.productD_whytitle{ padding-top:20px; font-size:18px;}
	}


.productD_whydownload{ padding-top:0.3rem;}
.productD_whydownload > img{ width:120px; height:120px; margin:0 auto; display:block;}
.productD_whydownload > p{ margin-top:0.3rem;  text-align:center;}
.productD_whydownload > p a{ font-size:30px; border:1px solid #333333; padding:6px 10px;}
.productD_whydownload > p a:hover{ border:1px solid #f6732a; background:#f6732a; color:#fff;}

@media only screen and (max-width: 768px){
	.productD_whydownload > img{ width:70px; height:70px; margin:0 auto; display:block;}
	.productD_whydownload > p a{ font-size:18px;}
	}

.md90{ width:100%; max-width:800px; display:block; margin:0 auto;}
.md180{width:100%; max-width:1000px; display:block; margin:0 auto;}




.sitemapul li{ width:100%;}

.sitemapul li a:hover{color: #f6732a; text-decoration:underline;}
.sitemapul li dl dt{}
.sitemapul li dl dd{ padding:5px 0;}


.productD_whyimg iframe {
  width: 100%;
  height: 260px;
}






















