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

@media only screen and (max-width: 768px) {
  html{
    font-size: 400%;
  }
}

@media only screen and (max-width: 480px) {
  html{
    font-size: 320%;
  }
}



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

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

}

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

}

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

.header{
  position: fixed;
  top:0;
  z-index: 999;
  width: 100%;
  background: rgba(255,255,255,1);
  height:auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.header-wrapper{
  width: 100%;
}

.header-wrapper .header-top{
  width: 100%;
  padding: 0 15px;
  height: 35px;
  background: #364272;
}

.header-wrapper .header-top .header-contact{
  float: left;
}

.header-wrapper .header-top .header-contact>div{
  float: left;
  color: #fff;
  height: 35px;
  line-height: 35px;
  margin-right: 30px;
}

.header-wrapper .header-top .header-contact>div>a{
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}
.header-wrapper .header-top .header-link{
  float: right;
}
.header-wrapper .header-top .header-link li{
  float: left;
  height: 35px;
  line-height: 35px;
}

.header-wrapper .header-top .header-link li .iconfont{
  color: rgba(255,255,255,.7);
  margin-left: 10px;
}

.header-wrapper .header-top .header-mobile-search{
  float: right;
  height: 35px;
  line-height: 35px;
}

.header-wrapper .header-top .header-mobile-search .iconfont{
  color: #fff;
  font-size: 20px;
}

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

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

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

.header-wrapper .header-search-link{
  margin-top: 30px;
}

.header-wrapper .form-wrapper{
  width:2.5rem;
  padding: 0 20px;
  height: 35px;
  border-radius: 20px;
  background: #9aa0b8;
}

.header-wrapper .form-wrapper .seacrh-input{
  float: left;
  display: inline-block;
  outline: 0;
  width:1.6rem;
  height: 35px;
  font-size: 14px;
  border-radius: 20px;
  background: #9aa0b8;
  border: 1px solid #9aa0b8;
  color: #fff;
}

.header-wrapper .form-wrapper .seacrh-input::-webkit-input-placeholder{
  color: #fff;
}

.header-wrapper .form-wrapper .seacrh-icon{
  float: right;
  display: block;
  height: 35px;
  line-height: 35px;
    padding: 0;
  border: 1px solid transparent;
  outline: none;
  background: #9aa0b8;
}

.header-wrapper .form-wrapper .seacrh-icon .iconfont{
  color: #fff;
  font-size: 24px;
}

.header-wrapper .form-wrapper .seacrh-input::-webkit-input-placeholder{
  color: #fff;
}

.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 .nav-item-link{
  display: block;
  text-transform : uppercase;
  height: 80px;
  line-height: 80px;
  font-size:20px;
  margin:0 35px;
  font-weight: bold;
}

.header-wrapper .nav-main-list .nav-main-item .nav-item-link .iconfont{
  font-size: 12px;
}

.header-wrapper .nav-main-list .nav-list{
  display: none;
  z-index: 999;
  border-top: 1px solid #eee;
  box-shadow: 0 6px 12px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1); 
}

.header-wrapper .nav-main-list .about-nav-list{
  position: absolute;
  left:0;
  top:80px;
  width:calc(100%);
  background: #fff;
}

.header-wrapper .nav-main-list .product-nav-list{
  position: absolute;
  left:0;
  top:80px;
  width:calc(100%);
  background: #fff;
}


.header-wrapper .nav-main-list .nav-list>li>a{
  display: block;
  font-size: 14px;
  color:#222;
  padding: 15px 20px;
  line-height: 1.4;
/*  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.header-wrapper .nav-main-list :hover .nav-item-link{
  color: #364272;
}

.header-wrapper .nav-main-list .nav-list>li>a:hover{
  background: #364272;
  color: #fff;
}

.header .nav-collapse{ 
  cursor: pointer;
}

.header .nav-collapse .iconfont{
  font-size: 32px;
  height: 90px;
  line-height: 90px;
}

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

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

 .nav-mobile-wrapper .collapse-nav-list .mobile-link{
  height: 56px;
  line-height: 56px;
  color:#fff;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}


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

.nav-mobile-wrapper .collapse-nav-list .panel-heading>h4{
  margin:0 15px;
  border-bottom: .01rem solid #e5e5e5;
}

.nav-mobile-wrapper .collapse-nav-list .active{
  background: #364272;
 }

.nav-mobile-wrapper .collapse-nav-list .active>h4{
  border-bottom: none;
 }


.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:46px;
  line-height: 46px;
  color:#fff;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.nav-mobile-wrapper .collapse-nav-list .nav-p-list>li  .nav-two-list li>a{
  display: block;
  height:35px;
  line-height: 35px;
  color:#fff;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}

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

.index-banner-wrapper{
  border-bottom: 18px solid #364272;
}

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

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

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

.index-mobile-banner{
  margin: 125px 0 0 0;
}

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

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


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

@media only screen and (max-width: 992px) {
  .index-banner{
    margin: 125px 0 0 0;
  }
  .header-wrapper .header-nav{
    height: 90px;
  }
  .header-wrapper .header-nav .header-logo{
    width: 60px;
    height: 90px;
  }
  
}

@media only screen and (max-width: 767px) {
  .index-banner-wrapper{
    border-bottom: 12px solid #364272;
  }
}

@media only screen and (max-width: 480px) {
  .header-wrapper .header-top .header-contact>div{
    margin-right: 10px;
  }

  .header-wrapper .header-top .header-contact>div>a{
    font-size: 12px;
  }

  .header-wrapper .header-top .header-contact>div .iconfont{
    font-size: 12px;
  }
}


.index-wrapper{
 
}
.index-re-product{
  margin-top: .6rem;
}

.index-re-product .re-product-item{
  background: #f2f2f2;
  border-radius: 4px;
  padding: .4rem .3rem;
}

.index-re-product .re-product-item .re-product-box{
  width: 50%;
}

.index-re-product .re-product-item .re-product-img{
  width: 50%;
}

.allIMG{
  display: block;
  width: 100%;
}

.index-re-product .re-product-box .name{
  color: #232223;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "custom_1";
}

.index-re-product .re-product-box .title{
  color: #232223;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0 16px 0;
}

.index-re-product .re-product-box .link{
  padding-right: 30px;
  font-size: 14px;
  color: #364272;
  background: url("../images/product_go.png")no-repeat right center;
}

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

@media only screen and (max-width: 992px) {
  
  .index-re-product .re-product-box .name{
    font-size: 20px;
  }
  .index-re-product .re-product-box .title{
    font-size: 16px;
  }

  .index-re-product .re-product-item .re-product-box{
    width: 40%;
  }
  .index-re-product .re-product-item .re-product-img{
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .index-re-product .re-product-item{
    margin-bottom:10px;
  }
  .index-re-product .re-product-item .re-product-box{
    width: 60%;
  }
  .index-re-product .re-product-item .re-product-img{
    width: 40%;
  }

}

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

  .index-re-product .re-product-box .name{
    font-size: 18px;
  }
  .index-re-product .re-product-box .title{
    font-size: 14px;
    margin: 6px 0 15px 0;
  }

  .index-re-product .re-product-item .re-product-box{
    width: 45%;
  }
  .index-re-product .re-product-item .re-product-img{
    width: 55%;
  }

}

.index-product{
  margin: .9rem 0 .3rem 0;
}

.index-title{
  border-top: 2px solid #364272;
  margin-bottom: .2rem;
}

.index-title h3{
  position: relative;
  bottom: 25px;
  margin: 0 auto;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #364272;
  text-transform: uppercase;
  font-weight: 600;
  border:2px solid #364272;
  background: #fff;
}


.index-product .product-content .product-item{
  padding:.1rem;
  border: 2px solid #f2f2f2;
  margin-bottom: .4rem;
  transition:box-shadow 1s;
}

.index-product .product-content .product-item>a{
  display: block;
}

.index-product .product-content .product-item .name{
  font-size: 15px;
  color: #222;
  text-align: center;
  height: 70px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  margin: .2rem 0;
}

.index-product .product-content .product-item:hover{
  box-shadow: 0 0 12px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
}

.index-product .product-content .product-item:hover .name{
  color: #364272;
}



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

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

@media only screen and (max-width: 768px) {
  .index-product .container-fluid{
    padding-right: 25px;
    padding-left: 25px;
  }
  .index-product .product-content .col{
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .index-title h3{
    position: relative;
    bottom: 20px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .index-product .product-content .product-item .name{
    font-size: 14px;
  }
}

.index-about{
  padding: 1rem 0 .8rem 0;
  background: url("../images/company_beijing.jpg");
}

.index-about .about-content{
  padding: .3rem;
  background: #fff;
  box-shadow: 0 0 14px rgba(0,0,0,.2);
  margin: .2rem 0 0 0;
}

.index-about .about-content .company-img{
  background: url("../images/about_img_beijing.jpg");
  padding: .2rem;
}

.index-about .about-content .company-text>h3{
  font-size: 34px;
  color: #364272;
  font-weight: bold;
  margin: .2rem 0 0 0;
}

.index-about .about-content .company-text>h6{
  font-size: 24px;
  font-weight: bold;
  margin:.1rem 0 .4rem 0;
}

.index-about .about-content .company-text>p{
  line-height: 1.5;
}

.index-about .about-content .company-text .link{
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #364272;
  border-radius: 4px;
  margin-top: .7rem;
}

.index-about .about-content .company-text .link>a{
  display:block;
  color: #fff;
  background: url("../images/company_go.png")no-repeat right 25px  center;
}


.index-about .about-link{
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  background: #bc371e;
  transition:background .5s;
}

.index-about .about-link a{
  display: block;
  color: #fff;
}

.index-about .about-link:hover{
  background: #a71d03;
}


@media only screen and (max-width: 1200px) {
  .index-about .about-content .company-text .link{
    margin-top: .3rem;
  }
  .index-about .about-content .company-text>h6{
    margin: .1rem 0 .2rem 0;
    font-size: 20px;
  }
  .index-about .about-content .company-text>h3{
    font-size: 30px;
    margin: 0;
  }
}

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

@media only screen and (max-width: 768px) {
  .index-about .about-content .company-text{
    margin-top: .3rem;
  }
}

@media only screen and (max-width: 480px) {
  .index-about .about-content .company-text>h6{
    font-size: 18px;
  }
  .index-about .about-content .company-text>h3{
    font-size: 26px;
  }
  
  .index-about .about-content .company-text .link{
    width: 120px;
    height: 34px;
    line-height: 34px;
  }
}


.index-news{
  margin: 1rem 0 .8rem 0;
}

.index-news .index-news-item{
  padding: .3rem;
  background: #f2f2f2;
  transition:box-shadow 1s;
}

.index-news .index-news-item .news-img{
  overflow: hidden;
  
}

.index-news .index-news-item .news-img img{
  transition:all .8s ease-in-out;
}

.index-news .index-news-item  .news-time{
  margin: 0.2rem 0 .2rem 0;
}

.index-news .index-news-item  .news-time .date{
  float: left;
  width: 18%;
}

.index-news .index-news-item  .news-time .date>span{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #364272;
  color: #fff;
  margin: 2px;
}

.index-news .index-news-item  .news-time .title{
  float: right;
  width: 82%;
}

.index-news .index-news-item  .news-time .title>span{
  font-size: 14px;
  color: #364272;
}

.index-news .index-news-item  .news-time .title>h6{
  font-size: 16px;
}

.index-news .index-news-item  .news-text{
  font-size: 14px;
}


.index-news .index-news-item .news-img:hover img{
  transform:scale(1.2);   
}

.index-news .index-news-item:hover{
  box-shadow: 0 0 16px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,.2);}


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

@media only screen and (max-width: 992px) {
  .index-news .index-news-item  .news-time .date>span{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 4px;
  }
}

@media only screen and (max-width: 768px) {
  .index-news .index-news-item  .news-time .date{
    float: left;
    width: 15%;
  }
  .index-news .index-news-item  .news-time .title{
    float: right;
    width: 85%;
  }
}

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

}

.footer-wrapper{
  background: #364272;
}

.footer-wrapper .footer-header{
  padding: .7rem 0;
  border: 1px solid #5f6b9a;
}

.footer-wrapper .footer-header .footer-logo{
   width: 30%;
   margin-right: 10%;
}

.footer-wrapper .footer-header .footer-aboutUs{
   width: 60%;
}

.footer-wrapper .footer-header .nav-headline>a{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-wrapper .footer-header .nav-headline{
  margin-bottom: .1rem;
}

.footer-wrapper .footer-header .nav-headline>a{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-wrapper .footer-header .nav-subheading .item{
  margin-bottom: 6px;
}

.footer-wrapper .footer-header .nav-subheading .item>a{
  font-size: 14px;
  color: #fff;
}

.footer-wrapper .footer-header .footer-aboutUs{
  
}

.footer-wrapper .footer-header .footer-aboutUs .footer-link{
  margin-top: .2rem;
}
.footer-wrapper .footer-header .footer-aboutUs .footer-link .item{
  float: left;
  margin-right: 15px;
}

.footer-wrapper .footer-header .footer-aboutUs .footer-link .item>a{
  display: block;
  color: #c3c7d5;
}

.footer-wrapper .footer-header .footer-product{
  border-right: 1px solid rgba(255,255,255,.4);
  border-left: 1px solid rgba(255,255,255,.4);
  padding:0 .1rem 0 .3rem;
}

.footer-wrapper .footer-header .footer-contact .name{
  color: #fff;
  font-size: 18px;
}

.footer-wrapper .footer-header .footer-contact ul>li{
  margin-bottom: 6px;
}

.footer-wrapper .footer-header .footer-contact ul>li>a{
  color: #fff;
  font-size: 14px;
}


.footer-wrapper .footer-bottom{
  line-height: 70px;
}

.footer-wrapper .footer-bottom .footer-copyright{
  color: #fff;
}

.footer-wrapper .footer-bottom .footer-support{
  text-align: right;
}

.footer-wrapper .footer-bottom .footer-support a{
  color: #fff;
}


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

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

@media only screen and (max-width: 768px) {
  .footer-wrapper .footer-header .footer-logo{
    width: 0;
    margin-right: 0;
  }

  .footer-wrapper .footer-header .footer-aboutUs{
    width: 100%;
  }
  .footer-wrapper .footer-header .footer-product{
    padding: 0;
    border-right: none;
    border-left: none;
    margin:.6rem 0;
  }
  .footer-wrapper .footer-bottom .footer-copyright{
    text-align: center;
  }
  .footer-wrapper .footer-bottom .footer-support{
    text-align: center;
  }
  .footer-wrapper .footer-bottom{
    line-height: 1.6;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .footer-wrapper .footer-header .nav-headline>a{
    font-size: 18px;
  }
}

.sub-banner-wrapper{
  margin: 180px 0 0 0;
}

.sub-wrapper .position-wrapper{
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.sub-wrapper .position-wrapper .position-item{
  display: inline-block;
}
.sub-wrapper .position-wrapper .position-item:last-child{
  color: #364272;
}

.sub-aboutUs{
  padding: .6rem 0 1.5rem 0;
}

.sub-aboutUs .sub-sidebar .sidebar-header{
  border-bottom: 1px solid #cccccc;
}

.sub-aboutUs .sub-sidebar .sidebar-header>span{
  display: inline-block;
  text-transform: uppercase;
  color: #364272;
  font-size: 18px;
  font-weight: bold;
  border-bottom:3px solid #364272;
}

.sub-aboutUs .sub-sidebar .sidebar-item{
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #cccccc;
}

.sub-aboutUs .sub-sidebar .sidebar-item .iconfont{
  margin-right: 5px;
}

.sub-aboutUs .sub-sidebar .sidebar-item a{
  display: inline-block;
  margin-left: 20px;
}

.sub-aboutUs .sub-sidebar .sidebar-item .active{
  color: #364272;
}

.sub-aboutUs .sub-about-title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .3rem;
}

.sub-aboutUs .sub-about-title span{
  color: #364272;
}

.sub-company-wrapper .company-content .desc{
  margin-bottom: .2rem;
}

.sub-company-wrapper .company-content img{
  margin-bottom: .2rem;
}

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

@media only screen and (max-width: 992px) {
  .sub-banner-wrapper{
    margin: 125px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .sub-aboutUs .sub-sidebar{
    margin-bottom: .5rem;
  }
  .sub-aboutUs .sub-sidebar .sidebar-item{
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .sub-aboutUs .sub-sidebar .sidebar-item{
    height: 45px;
    line-height: 45px;
  }
  .sub-aboutUs .sub-sidebar .sidebar-header>span{
    font-size: 16px;
  }
  .sub-aboutUs .sub-about-title{
    font-size: 20px;
  }
  .sub-wrapper .position-wrapper .position-item{
    font-size: 12px;
  }
}


.sub-history-wrapper{
  
}

.sub-history-wrapper .history-item{
  position: relative;
  border-left: 2px solid #e5e5e5;
  padding-left: .2rem;
  margin-left: .2rem;
  padding-bottom: .5rem;
  line-height: 1.8;
}

.sub-history-wrapper .history-item .yuan{
  position: absolute;
  top:6px;
  left: -9px;
  display: block;
  width: 16px;
  height: 16px;
  background: #c0442d;
  border-radius: 50%;
}

@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) {
  .sub-history-wrapper .history-item .yuan{
    left: -7px;
    width: 12px;
    height: 12px;
  }
}

.sub-equipment-wrapper .equip-item{
  padding: 15px;
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
}

.sub-honor-wrapper .honor-item{
  padding: 15px;
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
  background: #f2f2f2;
}

.sub-page{
  text-align: center;
  margin:.5rem 0 0 0; 
}

.sub-page .wrapper{
  display: inline-block;
}

.sub-page .wrapper .prev{
  display: block;
  float: left;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  margin-right: 10px;
}

.sub-page .wrapper .num{
  display: block;
  float: left;
}

.sub-page .wrapper .num span{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #364272;
  color: #fff;
  border-radius: 4px;
}

.sub-page .wrapper .next{
  display: block;
  float: left;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  margin-left: 10px;
}

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

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

}

@media only screen and (max-width: 768px) {
  .sub-equipment-wrapper .equip-item{
    padding: 10px;
    margin-bottom: 15px;
  }
  .sub-equipment-wrapper .col{
    padding-right: 6px;
    padding-left: 6px;
  }
  .sub-equipment-wrapper{
    padding: 0 10px;
  }

  .sub-honor-wrapper .honor-item{
    padding: 10px;
    margin-bottom: 15px;
  }

  .sub-honor-wrapper .col{
    padding-right: 6px;
    padding-left: 6px;
  }
  .sub-honor-wrapper{
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .sub-page .wrapper .prev{
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
  }

  .sub-page .wrapper .num span{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .sub-page .wrapper .next{
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-left: 6px;
  }

}

.sub-product-wrapper{
  padding: .6rem 0 1.2rem 0;
}

.sub-product-wrapper .product-item{
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #f2f2f2;
  margin-bottom: .4rem;
  padding:.1rem 0 .5rem 0;
  transition:box-shadow .5s;
}

.sub-product-wrapper .product-item .allIMG{
  padding:.2rem;
}

.sub-product-wrapper .product-item .name{
  font-size: 14px;
  color: #222;
  line-height: 1.6;
  height: 45px;
  border-left: 3px solid #364272;
  padding: 0 .2rem;
  transition:opacity .2s;
}

.sub-product-wrapper .product-item .hover-show{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -2.5rem;
  transition: margin-bottom .8s;
  background: rgba(54,66,114,.8);
}

.sub-product-wrapper .product-item .hover-show .show-box{
  padding: .2rem;
}

.sub-product-wrapper .product-item .hover-show .show-name{
  color: #fff;
  font-size: 16px;
  line-height:1.4;
  text-align: center;
  margin-bottom: .2rem;
}

.sub-product-wrapper .product-item .hover-show .show-link{
  border-top: 1px solid #fff;
  width: 100%;
  text-align: center;
  padding: .2rem 0 0 0;
}

.sub-product-wrapper .product-item .hover-show .show-link>a{
  display: inline-block;
  width: 80%;
  border: 1px solid #fff;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.sub-product-wrapper .product-item:hover .name{
  opacity:0;
}

.sub-product-wrapper .product-item:hover{
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

.sub-product-wrapper .product-item:hover .hover-show{
  display: block;
  margin-bottom:0;
}


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

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

@media only screen and (max-width: 768px) {
  .sub-product-wrapper .container-fluid{
    padding-right: 25px;
    padding-left: 25px;
  }
  .sub-product-wrapper .col{
    padding: 0 10px;
  }
  .sub-product-wrapper .product-item .hover-show .show-name{
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px){
  .sub-product-wrapper .product-item .hover-show .show-link>a{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}

.sub-detailsProduct-wrapper{
  margin: .5rem 0 1rem 0;
}

.sub-detailsProduct-wrapper .deproduct-title{
  border-bottom: 1px solid #cccccc;

}

.sub-detailsProduct-wrapper .deproduct-title .pull-left>h6{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

.sub-detailsProduct-wrapper .deproduct-title .pull-left>span{
  display: block;
  width: 80px;
  height: 3px;
  background: #364272;
}

.sub-detailsProduct-wrapper .deproduct-title .pull-right>a{
  display: block;
  font-size: 14px;
  color: #364272;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}

.sub-detailsProduct-wrapper .deproduct-title .pull-right>a .iconfont{
  font-size: 20px;
  padding-right: 5px;
}

.sub-detailsProduct-wrapper .deproduct-content{
  margin:.5rem 0 .6rem 0;
}

.sub-detailsProduct-wrapper .deproduct-content .deproduct-img{
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.1);
  background: #fff;
}

.sub-detailsProduct-wrapper .deproduct-content .deproduct-text .title{
  font-size: 18px;
  color: #364272;
  margin: .2rem 0;
}

.sub-detailsProduct-wrapper .deproduct-content .deproduct-text .desc{
  color: #222;
  line-height: 1.6;
  font-size: 14px;
}
.sub-detailsProduct-wrapper .deproduct-box{
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: .5rem;
  height: 60px;
  line-height: 60px;
}
.sub-detailsProduct-wrapper .deproduct-box .deproduct-download{
  margin-right: 40px;
}

.sub-detailsProduct-wrapper .deproduct-box .deproduct-download>a{
  display: block;
  background: url("../images/download_icon.png")no-repeat left center;
  padding-left: 50px;
  color: #232223;
  font-size: 18px;
}

.sub-detailsProduct-wrapper .deproduct-box .deproduct-email>a{
  display: block;
  background: url("../images/email_icon.png")no-repeat left center;
  padding-left: 50px;
  color: #232223;
  font-size: 18px;
}

.sub-detailsProduct-wrapper .deproduct-box .deproduct-icon-link .item{
  float: left;
  margin-left: 12px;
}
.sub-detailsProduct-wrapper .deproduct-box .deproduct-icon-link .item>a{
  display: block;
}
.sub-detailsProduct-wrapper .deproduct-box .deproduct-icon-link .item .iconfont{
  color: #727a9c;
  font-size: 18px;
}
.sub-detailsProduct-wrapper .deproduct-features{
  margin-bottom: .8rem;
}
.sub-detailsProduct-wrapper .deproduct-features .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .3rem;
}
.sub-detailsProduct-wrapper .deproduct-features .title>span{
  color: #364272;
}

.sub-detailsProduct-wrapper .deproduct-features .text{
  padding: .2rem 0;
}
.sub-detailsProduct-wrapper .deproduct-features .text .desc{
  margin-bottom: 20px;
}

.sub-detailsProduct-wrapper .deproduct-table{
  font-size: 15px;
}

.sub-detailsProduct-wrapper .deproduct-table .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .3rem;
}
.sub-detailsProduct-wrapper .deproduct-table .title>span{
  color: #364272;
}


.sub-detailsProduct-wrapper .deproduct-table table tr th{
  background: #4d4948;
  color: #fff;
  text-align: center;  
}

.sub-detailsProduct-wrapper .deproduct-table table tr td{
   text-align: center;
   padding: 15px;
}

.sub-detailsProduct-wrapper .deproduct-table .deproduct-text{
  margin: .2rem 0 0 0;
  color: #364272;
}

.sub-detailsProduct-wrapper .deproduct-mainimg{
  width: 70%;
  margin: .5rem auto 0;
}

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

@media only screen and (max-width: 992px) {
  .sub-detailsProduct-wrapper .deproduct-box{
    margin-top: .2rem;
  }
  .sub-detailsProduct-wrapper .deproduct-content .deproduct-text .title{
    margin: .1rem 0
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-download>a{
    font-size: 15px;
    background-size: 30px 30px;
    padding-left: 35px;
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-email>a{
    font-size: 15px;
    background-size: 30px 30px;
    padding-left: 35px;
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-download{
    margin-right: 20px;
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-icon-link .item{
    margin-left: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-detailsProduct-wrapper .deproduct-content .deproduct-img{
    margin-bottom: .4rem;
  }
  .sub-detailsProduct-wrapper .deproduct-title .pull-left{
    width: 100%;
  }
  .sub-detailsProduct-wrapper .deproduct-title .pull-right{
    float: left !important;
    width: 100%;
  }
  .sub-detailsProduct-wrapper .deproduct-features .allIMG{
    margin: .2rem auto;
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .sub-detailsProduct-wrapper .deproduct-title .pull-left>h6{
    font-size: 16px;
  }
  .sub-detailsProduct-wrapper .deproduct-title .pull-right>a{
    font-size: 13px;
  }
  .sub-detailsProduct-wrapper .deproduct-title .pull-right>a .iconfont{
    font-size: 16px;
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-download>a{
    font-size: 14px;
    background-size: 20px 20px;
    padding-left: 25px;
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-email>a{
    font-size: 14px;
    background-size: 20px 20px;
    padding-left: 25px;
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-icon-link .item .iconfont{
    font-size: 15px;
  }
  .sub-detailsProduct-wrapper .deproduct-box .deproduct-download{
    margin-right: 10px;
  }
  
  .sub-detailsProduct-wrapper .deproduct-features .title{
    font-size: 20px;
  }
  .sub-detailsProduct-wrapper .deproduct-table .title{
    font-size: 20px;
  }
}

.sub-news-wrapper{
  padding: .6rem 0 1.2rem 0;
}

.sub-news-wrapper .news-item{
  padding: .3rem;
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
}

.sub-news-wrapper .news-item .title{
  margin: .3rem 0;
}

.sub-news-wrapper .news-item .title a{
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.sub-news-wrapper .news-item .desc{
  font-size: 18px;
  color: #888; 
  line-height: 1.4;
  margin-bottom: .5rem;
}

.sub-news-wrapper .news-item .link{
  color: #444;
  text-decoration: underline;
  font-size: 16px;
}

.sub-news-wrapper .news-item .time{
  color: #777;
}

.sub-news-wrapper .news-item .title:hover a{
  color: #364272;
}
.sub-detailsnews-wrapper{
  padding: .6rem 0 1rem 0;
}
.sub-detailsnews-wrapper .title{
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.sub-detailsnews-wrapper .box{
  font-size: 18px;
  color: #888;
  text-align: center;
  padding: .3rem 0 .2rem 0; 
  border-bottom: 1px solid #dcdcdc;
}
.sub-detailsnews-wrapper .denews-content{
  margin-top: .5rem;
}
.sub-detailsnews-wrapper .denews-content p{
  font-size: 18px;
  color: #666;
  margin-bottom: .4rem;
  line-height: 1.6;
}


@media only screen and (max-width: 1200px) {
  .sub-news-wrapper .news-item .desc{
    margin-bottom: .3rem;
  }
  .sub-news-wrapper .news-item .title{
    margin: .2rem 0;
  }
}

@media only screen and (max-width: 992px) {
  .sub-news-wrapper .news-item .title a{
    font-size: 24px;
  }
  .sub-news-wrapper .news-item .desc{
    font-size: 16px;
  }
  .sub-detailsnews-wrapper .title{
    font-size: 24px;
    text-align: center;
  }
}

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

}

@media only screen and (max-width: 480px) {
  .sub-news-wrapper .news-item{
    margin-bottom: 15px;
  }
  .sub-news-wrapper .news-item .title a{
    font-size: 18px;
  }
  .sub-news-wrapper .news-item .desc{
    font-size: 14px;
  }
  .sub-detailsnews-wrapper .title{
    font-size: 18px;
    text-align: center;
  }
  .sub-detailsnews-wrapper .box{
    font-size: 14px;
  }
  .sub-detailsnews-wrapper .denews-content p{
    font-size: 14px;
  }
}


.sub-contact-wrapper .contact-ditu{
  padding: .6rem 0 .8rem 0;
}

.sub-contact-wrapper .contact-box{
  position: relative;
}

.sub-contact-wrapper iframe{
  width: 100%;
  height: 5rem;
}

.sub-contact-wrapper .contact-box .contact-content{
  position: absolute;
  top:0;
  left: 0;
  width: 40%;
  height:5rem;
  background: rgba(54,66,114,.8);
}

.sub-contact-wrapper .contact-content .name{
  color: #fff;
  text-align: center;
  font-size: 26px;
  margin-top: 1.2rem;
  line-height: 1.6;
}

.sub-contact-wrapper .contact-content ul{
  margin: .4rem;
}

.sub-contact-wrapper .contact-content ul .add{
  color: #fff;
}

.sub-contact-wrapper .contact-content ul .email a{
  color: #fff;
}

.sub-contact-wrapper .contact-content ul .tel a{
  color: #fff; 
}
.sub-contact-wrapper .contact-content ul .fax{
  color: #fff;
}

.sub-contact-wrapper .contact-content ul>li{
  font-size: 18px;
  margin-bottom: 5px;
}

.sub-contact-wrapper .contact-content ul>li span{
  font-size: 22px;
}

.sub-contact-wrapper .contact-form{
  background: #f2f2f2;
  padding: .6rem 0;
}

.sub-contact-wrapper .contact-form .form-desc{
  width: 75%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}

.sub-contact-wrapper .contact-form .form-section{
  padding: .6rem;
}

.sub-contact-wrapper .contact-form .form-group{
  
}

.sub-contact-wrapper .contact-form .form-group .form-control{
  height: 44px;
  background-color: #f2f2f2;
}

.sub-contact-wrapper .contact-form .form-textarea{
  
}

.sub-contact-wrapper .contact-form .form-textarea .form-control{
  background-color: #f2f2f2;
}

.sub-contact-wrapper .contact-form .form-button{
  margin-top: .6rem;
  text-align: center;
}

.sub-contact-wrapper .contact-form .form-button .btn-submit{
  background: #364272;
  color: #fff;
  font-size: 20px;
  padding: .1rem .6rem;
  margin: 0 .3rem;
}

.sub-contact-wrapper .contact-form .form-button .btn-reset{
  background: #969696;
  color: #fff;
  font-size: 20px;
  padding: .1rem .6rem;
  margin: 0 .3rem;
}

@media only screen and (max-width: 1200px) {
 .sub-contact-wrapper .contact-content{
    width: 40%;
  }
  .sub-contact-wrapper .contact-content .name{
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .sub-contact-wrapper .contact-content .name{
    margin-top: .8rem;
  }
  .sub-contact-wrapper .contact-content{
    width: 48%;
  }
  .sub-contact-wrapper .contact-content .name{
    font-size: 22px;
  }
  .sub-contact-wrapper .contact-content ul>li{
    font-size: 16px;
  }
  .sub-contact-wrapper .contact-content ul>li span{
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .sub-contact-wrapper .contact-box .contact-content{
    width: 100%;
    height:6rem;
  }
  .sub-contact-wrapper iframe{
    height: 6rem;
  }
}

@media only screen and (max-width: 480px) {
  .sub-contact-wrapper .contact-content .name{
    font-size: 18px;
  }
  .sub-contact-wrapper .contact-content ul>li{
    font-size: 14px;
  }
  .sub-contact-wrapper .contact-content ul>li>span{
    font-size: 16px;
  }
  .sub-contact-wrapper .contact-form .form-desc{
    width: 90%;
    font-size: 15px;
  }
  .sub-contact-wrapper .contact-form .form-button .btn-submit{
    font-size: 16px;
    margin: 0 .2rem;
  }
  .sub-contact-wrapper .contact-form .form-button .btn-reset{
    font-size: 16px;
    margin: 0 .2rem;
  }
  .sub-contact-wrapper .contact-form .form-section{
    padding: .2rem;
  }
}






















