
/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 28px;
    width: 28px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #fff;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #fff;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}






@media only screen and (max-width:1660px) {
	html{
		font-size:16px;
	}
	
}

@media only screen and (max-width:1400px) {
	html{
		font-size:14px;
	}
		
}

@media only screen and (max-width:1200px) {
   html{
   	font-size:12px;
   }
   
 

}
@media only screen and (max-width:1100px) {
  html{
  	font-size:14px;
  }
  .wrap{
	  width: auto;padding: 0 15px;
  }
  .header .wrap{
	  display: block;
  }
  .header .logo{
	  max-width: 140px;margin-top: 12px;
  }
  .header .naver{
	  position: absolute;
	  left: 0;right: 0;
	  top: 100%;z-index: 23;background: #000;display: none;
  }
  .header .naver ul{
	  display: block;
  }
  .header .naver li{
	  margin-left: 0;padding: 0 15px;
  }
  .header .naver li a{
	  font-size: 18px;line-height: 36px;
  }
  .header .naver li .nli{
	  position: static;width: auto;
  }
  .header .naver li dd a{
	  font-size: 15px;line-height: 1.8;text-align: left;
  }
  .header .naver li dd{
	  margin: 0 10px 8px;
  }
  .header{
	  height: 50px;background: #000;
  }
  .layout{
	  padding-top: 50px;
  }
  .gh{
	  display: block;right: 20px;top: 12px;
  }
  .header .naver li i{
  	   position: absolute;
  	   right: 0;top: 0;
  	   width: 40px;height: 40px;
  	   display: block;
  	   background: url(../images/qms18.png) no-repeat center;
  	   transition:all 0.3s;
  	   -ms-transition:all 0.3s;  /* IE 9 */
  	   -moz-transition:all 0.3s;     /* Firefox */
  	   -webkit-transition:all 0.3s; /* Safari 和 Chrome */
  	   -o-transition:all 0.3s;
  }
  .header .naver li i.on{
	  transform:rotate(90deg);
	  -ms-transform:rotate(90deg);  /* IE 9 */
	  -moz-transform:rotate(90deg);     /* Firefox */
	  -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	  -o-transform:rotate(90deg);
  }
  .crumbs dd span, .crumbs dd a{
	  font-size: 14px;
  }
  .about h1{
	  font-size: 26px;
  }
  .about .del{
	  font-size: 14px;margin-top: 10px;
  }
  .about{
	  padding: 20px 0 60px;
  }
  .footer .hds{
	  display: block;padding-top: 24px;
  }
  .footer .hds .nav{
	  display: none;
  }
 .footer .bds .logo{
	 float: none;max-width: 180px;margin-top: 0;
 }
  .footer .bds .text{
	  float: none;width: auto;margin-top: 20px;
  }
  .footer .bds{
	  padding: 14px 0;
  }
  .footer .hds dd img{
	  width: 88%;
  }
  .footer .hds dd{
	  margin-left: 14px;
  }
  .footer .bds .text p{
	  font-size: 15px;
  }
  .footer .copyright{
	  padding: 5px 0;font-size: 12px;
  }
  .contact{
	  padding: 20px 0 40px;margin-top: 0;
  }
  .contact .hds{
	  display: block;margin-bottom: 20px;
  }
  .contact .hds h1{
	  font-size: 26px;
  }
  .contact .hds .text{
	  width: auto;
  }
  .contact .hds .del{
	  font-size: 14px;
  }
  .contact .hds dd a{
	  width: 88%;
  }
  .contact .hds dd{
	  margin-right: 14px;
  }
  .contact .hds .form{
	  margin-top: 20px;width: auto;
  }
  .contact .hds .form li{
	  margin-bottom: 14px;width: auto;float: none;margin-right: 0;
  }
  .contact .hds .form li .t1{
	  height: 36px;font-size: 14px;
  }
  .contact .hds .form li .t2{
	  height: 90px;
  }
  .contact .hds .form .sub{
	  font-size: 14px;
  }
  .contact .maps{
	  height: auto;
  }
  .findty{
	  padding: 30px 0 40px;
  }
  .uitlt{
	  float: none;
  }
  .findty .uitlt{
	  width: auto;
  }
  .findty .uitlt h1{
	  font-size: 26px;margin-bottom: 14px;
  }
  .findty .uitlt li h4{
	  font-size: 14px;
  }
  .findty .uitlt li .lsele{
	  height: 36px;font-size: 14px;background-size: 10px auto;
  }
  .findty .uitlt li{
	  margin-bottom: 10px;
  }
  .findty .uitrt{
	  width: auto;
  }
  .uitrt{
	  float: none;margin-top: 30px;
  }
  .uitlist li{
	  float: none;width: auto;margin-bottom: 20px;margin-right: 0;padding: 20px 0;
  }
  .uitlist li h6{
	  font-size: 16px;margin-top: 10px;
  }
  .uitlist li .pic{
	  height: 16rem;
  }
  .pages dd a{
	  font-size: 14px;min-width: 26px;padding: 0 6px;line-height: 24px;
  }
  .news h1{
	  font-size: 26px;
  }
  .news .hds a{
	  display: block;
  }
  .news .hds{
	  margin-top: 14px;
  }
  .news .hds .pic{
	  width: auto;
  }
  .news .hds .txt{
	  width: auto;padding: 20px 15px;
  }
  .news .hds .txt h3{
	  font-size: 16px;height: auto;
  }
  .news .hds .txt p{
	  font-size: 14px;margin-bottom: 30px;height: auto;
  }
  .news .hds .txt h6{
	  font-size: 14px;width: 100px;
  }
  .newsdel .hds h6,
  .news .bds li h6, .news .hds .txt h5{
	  font-size: 14px;background-size: 14px auto;padding-left: 20px;
  }
  .news .bds li a{
	  display: block;
  }
  .news .bds li .txt,
  .news .bds li .pic{
	  width: auto;
  }
  .news .bds li .txt{
	  margin-top: 14px;
  }
  .news .bds li h3{
	  font-size: 16px;
  }
  .news .bds li p{
	  font-size: 14px;height: auto;margin: 5px 0 14px;line-height: 1.6;
  }
  .newsdel .hds h1{
	  font-size: 20px;line-height: 1.4;
  }
  .newsdel .del{
	  padding: 12px 0;font-size: 14px;line-height: 1.8;
  }
  .newsdel .fts{
	  display: block;
  }
  .newsdel .fts .b1{
	  font-size: 14px;margin-bottom: 16px;
  }
  .newsdel{
	  padding: 20px 0 40px;
  }
  .uitprolt{
	  width: auto;background: none;padding-top: 14px;
  }
  .prodel .uitrt, .product .uitrt{
	  width: auto;padding-bottom: 30px;margin-top: 20px;
  }
  .prodel .wrap, .product .wrap{
	  display: block;
  }
  .uitprolt::before{
	  display: none;
  }
  .uitprolt h1{
	  font-size: 26px;margin-bottom: 10px;
  }
  .uitprolt li a{
	  font-size: 16px;line-height: 44px;
  }
  .prodel .uitrt .box{
	  padding: 20px 15px;
  }
  .prodel .uitrt h3{
	  font-size: 18px;
  }
  .prodel .uitrt .swippro{
	  margin: 20px 0 0;
  }
  .prodel .uitrt .swippro .pic{
	  height: 15rem;
  }
  .prodel .uitrt .swippro .prev, .prodel .uitrt .swippro .next{
	  background-size: 10px auto !important;width: 30px;height: 30px;left: -10px;
  }
  .prodel .uitrt .swippro .next{
	  left: auto;right: -10px;
  }
  .prodel .uitrt .table{
	  margin-top: 20px;
  }
  .prodel .uitrt .del{
	  font-size: 14px;line-height: 1.8;
  }
  .prodel .uitrt table td,
  .prodel .uitrt table th{
	  font-size: 14px;
  }
  .prodel .uitrt table{
	  width: 100%;display: block;
overflow-x: auto;
white-space: nowrap;
  }
  .prodel .uitrt table td,
  .prodel .uitrt table th{
	  min-width: 120px;
	  display: inline-block;
	  vertical-align: middle;
	  text-align: center;
  }
  .hbanner{
	  height: 46vh;
  }
  .hbanner .txt{
	  left: 15px;right: 15px;
  }
  .hbanner .txt h3{
	  font-size: 18px;
  }
  .hbanner .txt h2{
	  font-size: 26px;
  }
  .hbanner .txt h6{
	  font-size: 13px;line-height: 30px;
  }
  .hbanner .txt p{
	  font-size: 14px;width: auto;padding: 0 20px;
  }
  .hpage1 li{
	  width: 50%;margin-bottom: 18px;
  }
  
  .hpage1 ul{
	  flex-wrap: wrap;
  }
  .hpage1{
	  padding: 20px 0 5px;
  }
  .hpage1 li h6{
	  font-size: 14px;
  }
  .hpage1 li .pic{
	  height: 5rem;
  }
  .hpage2{
	  padding: 30px 0;
  }
  .hpage5 .hds h1,
  .hpage2 h1, .hpage3 h1, .hpage4 h1{
	  font-size: 22px;
  }
  .hpage2 .ovs{
	  margin: 20px 20px 0;
  }
  .hpage2 .ovs .prev, .hpage2 .ovs .next{
	  width: 30px;height: 30px;background-size: 12px auto !important;left: -35px;
  }
  .hpage2 .ovs .next{
	  left: auto;right: -35px;
  }
  .hpage2 .swipvity .pic{
	  height: auto;
  }
  .hpage2 .swipvity h3{
	  font-size: 16px;height: auto;
  }
  .hpage2 .swipvity p{
	  font-size: 14px;height: auto;line-height: 1.4;margin: 10px 0 12px;
  }
  .hpage2 .swipvity h6{
	  font-size: 14px;
  }
  .hpage4{
	  padding: 30px 0;
  }
  .hpage4 .swrippic .pic{
	  /*height: 17rem;*/
  }
  .hpage4 .swrippic .swiper-slide{
	  width: 19rem;height: auto;
  }
  .hpage4 .swrippic{
	  margin: 20px 0 0;
  }
  .hpage4 .swrippic .pic img{
      /*display: none !important;*/
  }
  .hpage5{
	  padding: 30px 0;
  }
  .hpage5 .hds{
	  display: block;
  }
  .hpage5 .hds .text{
	  width: auto;margin-top: 10px;
  }
  .hpage5 .hds .more,
  .hpage5 .hds .del{
	  font-size: 14px;
  }
  .hpage5 .hds h1{
	  width: auto;
  }
  .hpage5 .video{
	  margin-top: 20px;
  }
  .hpage3{
	  padding: 30px 0;
  }
  .hpage3 .bds .dsrt,
  .hpage3 .bds .dslt,
  .hpage3 .bds .lt{
	  float: none;width: auto;height: auto;
  }
  .hpage3 .bds .ds{
	  padding: 20px 20px;position: static;
  }
  .hpage3 .bds .ds h3{
	  font-size: 16px;
  }
  .hpage3 .bds .ds .pic{
	  position: static;
  }
  .hpage3 .bds .ds .ico{
	  position: static;
  }
  .hpage3 .bds .dsrt{
	  margin-top: 5px;
  }
  .hpage3 .bds .dsrt .ds:nth-child(1) .pic{
	  height: 12rem;
  }
  .hpage3 .bds .dslt .ds .pic{
	  height: 15rem;
  }
  .hpage3 .bds .rt .ds,
  .hpage3 .bds .dsrt .ds:nth-child(2),
  .hpage3 .bds .dsrt .ds:nth-child(1){
	  height: auto;
  }
  .hpage3 .bds .dsrt .ds:nth-child(1){
	  margin-bottom: 5px;
  }
  .hpage3 .bds .rt{
	  float: none;width: auto;height: auto;margin-top: 5px;
  }
  .hpage3 .bds .rt .dsbtn{
	  height: auto;margin-top: 20px;padding: 20px 0 0;
  }
  .hpage3 .bds .rt .dsbtn .ts,
  .hpage3 .bds .rt .dsbtn .pic{
	  position: static;
  }
  .hpage3 .bds .rt .dsbtn .ts{
	  margin-top: 60px;text-align: center;
  }
  .hpage3 .bds .rt .dsbtn .ico{
	  margin: 10px auto 0;
  }
  .hpage3 .bds .dsrt .ds:nth-child(2) .pic{
	  height: 12rem;
  }
  .header a.heightbtn{
  position: absolute;
    right: 65px;
    top: 5px;
    line-height: 40px;
    height: 40px;
}
  
  
  
  .mkvideo .icos{
      right: 10px;
  }
  
  
  
  
  
  
  
}













