
/*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: #2582ff;
    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: #2582ff;
    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: #2582ff;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #2582ff;
    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;
  }
  .layout{
	  padding-top: 50px;
  }
  .wrap{
	  width: auto !important;padding: 0 15px;
  }
  .header .wrap{
	 height: 50px;background: #fff;display: block;padding: 0;
  }
  .header .logo{
	  max-width: 34px;position: absolute;
	  left: 20px;
	  top: 2px;z-index: 1;
  }
  .uittit{
	  position: static;
  }
  .header .rts{
	  display: block;
  }
  .header .naver{
	  position: absolute;
	  left: 0;right: 0;
	  top: 100%;z-index: 23;margin-right: 0; background: #fff;display: none;
  }
  .header .naver ul{
	  display: block;padding: 10px 0;
  }
  .header .naver li{
	  padding: 0 20px;margin-right: 0;
  }
  .header .naver li h3 i{
	  display: block;margin-left: 0;position: absolute;
	 right: 0;
	  top: 50%;z-index: 1;
	  transform:translateY(-50%);
	  -ms-transform:translateY(-50%);  /* IE 9 */
	  -moz-transform:translateY(-50%);     /* Firefox */
	  -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	  -o-transform:translateY(-50%); 
  }
  .header .naver .nli{
	  position: static;
  }
  .header .naver .nli .wap{
	  padding: 4px 0;
  }
  .header .naver .nli dd{
	 margin-right: 10px;display: block;
  }
  .header .naver .nli dl{
	  text-align: left;
  }
  .header .naver .nli dd a{
	  font-size: 14px;line-height: 30px;
  }
  .header .naver li h3 a{
	  font-size: 16px;line-height: 36px;display: block;
  }
  .header .tel::before{
	  display: none;
  }
  .header .tel{
	  position: absolute;
	 right: 70px;
	  top: 14px;z-index: 2; width: auto;
  }
  .header .tel a{
	  font-size: 16px;padding-left: 16px;
  }
  .gh{
	  display: block;right: 20px;top: 14px;
  }
  .banner{
	  margin-top: 0;height: 46vw;
  }
  .banner .txt{
	  left: 20px;
  }
  .banner .txt h3{
	  font-size: 24px;
  }
  p{
	  font-size: 14px !important;
  }
  .banner .txt p{
	  margin-top: 0;
  }
  .uittit .wrap{
	  display: block;
  }
  .uittit .nav{
	  display: none;
  }
  .uittit .nav li a{
	  font-size: 14px;
  }
  .uittit .nav li{
	  margin-right: 20px;
  }
  .uittit .nav li::before{
	  bottom: 0;
  }
  .crumbs dl{
	  justify-content: flex-start;
  }
  .uittit{
	  padding: 10px 0;
  }
  .crumbs dt,
  .crumbs dd span, .crumbs dd a{
	  font-size: 13px;
  }
  .about .abo1{
	  padding: 30px 0;margin: 0 15px;
  }
  .about .abo1 .wrap{
	  padding: 20px 15px;
  }
  .about .abo1 h3{
	  font-size: 20px;
  }
  .about .abo1 i{
	  margin: 6px 0 10px;
  }
  .about .abo1 .del{
	  font-size: 14px;
  }
  .uitabos li{
	  width: auto;margin-bottom: 20px;
  }
  .uitabos{
	  display: block;
  }
  .uitabos li h4 span{
	  font-size: 34px;
  }
  .uitabos li h6{
	  font-size: 14px;margin-top: 4px;
  }
  .about h1{
	  font-size: 24px;
  }
  .about .abo2 .bds{
	  padding: 20px;
  }
  .about .swipzhiz li h4{
	  font-size: 14px;
  }
  .about .swipzhiz li .pic{
	  padding: 15px;
  }
  .about .abo2 .bds .bns{
	  margin-top: 14px;
  }
  .about .abo2 .bds .bns .prev{
	  width: 30px;height: 30px;background-size: 6px auto;margin: 0 10px;
  }
  .about .abo3{
	  padding: 30px 0;
  }
  .about .abo3 ul{
	  display: block;
  }
  .about .abo3 .bds{
	  margin-top: 20px;
  }
  .about .abo3 li{
	  height: auto;width: auto;margin-right: 0;
  }
  .about .abo3 li .msk {
  	bottom:0;
  }
  .about .abo3 li::before {
  	background:none;
  }
  .about .abo3 li .msk h6{
	  font-size: 14px;
  }
  .about .abo3 li.on{
	  width: auto;
  }
  .footer .hds{
	  display: block;padding: 20px 0;
  }
  .footer .hds .lts{
	  width: auto;
  }
  .footer .hds .rts{
	  width: auto;display: block;
  }
  .footer .hds .dl{
	  display: none;
  }
  .footer .hds .logo{
	  margin-left: 0;
  }
  .footer .hds .wxs{
	  margin-top: 14px;
  }
  .footer .hds .wxs p{
	  font-size: 12px !important;
  }
  .footer .copyright{
	  display: block;font-size: 12px;padding: 6px 0;
  }
  .footer .copyright h3{
	  font-size: 11px;line-height: 1.8;
  }
  .case{
	  padding: 30px 0;
  }
  .case li{
	  float: none;width: auto;margin-right: 0;margin-bottom: 20px;
	  padding: 15px;
  }
  .case li .pic{
	  height: auto;
  }
  .case li h3{
	  font-size: 16px;
  }
  .case li p{
	  height: auto;line-height: 1.6;margin-bottom: 6px;
  }
  .case li h6{
	  font-size: 14px;
  }
  .contact .hds{
	  padding: 30px 0;
  }
  .ctit h2{
	  font-size: 20px;
  }
  .contact .hds ul{
	  margin-top: 20px;display: block;
  }
  .contact .hds li{
	  width: auto;margin-bottom: 20px;
  }
  .contact .hds li h4{
	  font-size: 15px;
  }
  .contact .hds li h6{
	  font-size: 18px;
  }
  .contact .map{
	  height: 46vw;
  }
  .contact .map img{
	  height: 100%;object-fit: cover;
  }
  .contact .fms ul{
	  display: block;padding: 0;
  }
  .contact .fms{
	  margin-top: 26px;
  }
  .contact .fms li{
	  width: auto;margin-bottom: 16px;
  }
  .contact .fms li label{
	  font-size: 14px;
  }
  .contact .fms li .t1{
	  height: 36px;font-size: 15px;border-radius: initial;
  }
  .contact .fms li .t2{
	  height: 80px;
  }
  .fuwu{
	  padding: 30px 0;
  }
  .fuwu li{
	  margin-bottom: 40px;display: block;
  }
  .fuwu li .txt{
	  width: auto;margin-top: 0;
  }
  .fuwu li .pic{
	  width: auto;margin-top: 20px;
  }
  .fuwu li .txt h3{
	  font-size: 24px;
  }
  .fuwu li .txt h6{
	  font-size: 15px;
  }
  .fuwu li .txt p{
	  margin-top: 16px;line-height: 1.7;
  }
  .news .bds li{
	  width: auto;float: none;margin-right: 0;margin-bottom: 20px;
	  padding: 14px;
  }
  .news .bds li .pic{
	  height: auto;
  }
  .news .bds li h3{
	  height: auto;line-height: 1.7;font-size: 16px;
  }
  .news .bds li p{
	  height: auto;line-height: 1.7;
  }
  .news .bds li h6{
	  font-size: 14px;
  }
  .page dd a{
	  width: 30px;font-size: 12px;line-height: 28px;
  }
  .page dd{
	  margin: 0 4px;
  }
  .newsdel .wrap{
	  display: block;
  }
  .newsdel .lts{
	  width: auto;border-right: none;padding-right: 0;padding: 20px 0;
  }
  .newsdel .lts .hds h1{
	  font-size: 19px;
  }
  .newsdel .lts .hds h6{
	  font-size: 14px;
  }
  .newsdel .lts .del{
	  font-size: 14px;
  }
  .newsdel .lts .fts{
	  display: block;padding-top: 8px;
  }
  .newsdel .lts .fts .prev span{
	  font-size: 14px;
  }
  .newsdel .lts .fts .prev{
	  max-width: initial;margin-bottom: 14px;
  }
  .newsdel .lts .fts .next{
	  text-align: right;
  }
  .newsdel .rts{
	  width: auto;padding-left: 0;margin-top: 0;
  }
  .newsdel .rts h3 span{
	  font-size: 18px;
  }
  .newsdel .rts li{
	  padding: 15px 0;
  }
  .newsdel .rts li h4{
	  font-size: 14px;height: auto;margin-bottom: 10px;
  }
  .newsdel .rts li h6{
	  font-size: 14px;
  }
  .gongysp .hds .fm .t1{
	  font-size: 13px;
  }
  .gongysp .hds .fm .btn{
	  font-size: 12px;
  }
  .gongysp .tbs dd a,
  .gongysp .tbs dt{
	  font-size: 14px;
  }
  .gongysp .tbs dd{
	  margin-right: 12px;margin-bottom: 6px;
  }
  .gongysp .tbs{
	  padding: 12px 0 0;
  }
  .gongysp .tbs dl{
	  padding-bottom: 12px;
  }
  .gongysp .uitlist{
	  margin-top: 30px;
  }
  .uitlist li{
	  float: none;width: auto;margin-bottom: 20px;margin-right: 0;padding: 12px;
  }
  .uitlist li .pic{
	  height: auto;
  }
  .uitlist li h3{
	  font-size: 16px;height: auto;line-height: 1.6;
  }
  .uitlist li .swfl{
	  display: block;
  }
  .uitlist li h5,
  .uitlist li h4{
	  font-size: 15px;
  }
  .crumbs dl{
	  flex-wrap: wrap;
  }
  .gongydel{
	  padding: 30px 0 0;
  }
  .gongydel .box{
	  display: block;
  }
  .gongydel .box .rts,
  .gongydel .box .lts{
	  width: auto;
  }
  .gongydel .box .rts{
	  margin-top: 20px;
  }
  .gongydel .box .ohv{
	  padding: 14px;
  }
  .gongydel .box .rts p{
	  font-size: 14px;margin-bottom: 6px;
  }
  .gongydel .box .rts .swfl{
	  display: block;margin-top: 0;
  }
  .gongydel .box .rts .wxs{
	  margin-left: 0;margin-top: 14px;
  }
  .gongydel .spdel{
	  display: block;
  }
  .gongydel .spdel .lts{
	  width: auto;padding-right: 0;border-right: none;padding-bottom: 40px;
  }
  .gongydel .spdel .nav dd a{
	  font-size: 15px;
  }
  .gongydel .spdel .del{
	  font-size: 14px;
  }
  .gongydel .spdel .rts{
	  width: auto;padding-left: 0;
  }
  .gongydel .spdel .rts h3 span{
	  font-size: 18px;
  }
  .atit h2,
  .htit h2{
	  font-size: 24px;
  }
  .fexi li{
	  width: 50px;
  }
  .atit .more span{
	  font-size: 14px;
  }
  .uitbtn{
	  width: 100px;font-size: 14px;line-height: 36px;
  }
  .hpage2 .box .bds{
	  padding: 30px 15px;
  }
  .hpage2 .box .bds .uitlist li{
	  width: auto;margin-bottom: 20px;margin-right: 0;
  }
  .htit p{
	  margin: 0 10px;
  }
  .hpage2 .box .tps ul{
	  display: block;overflow-x: scroll;overflow-y: hidden;margin-left: 20px;
  }
  .hpage2 .box .tps li{
	  display: inline-block;white-space: nowrap;margin: 0 20px 0 0;
  }
  .hbanner{
	  height: 60vw;
  }
  .hbanner .txt{
	  top: 20%;left: 5%;
  }
  .hbanner .txt h2{
	  font-size: 20px;
  }
  .hbanner .txt p{
	  font-size: 13px !important;margin-top: 0;
  }
  .hbanner .txt .btn span{
	  font-size: 13px;
  }
  .hbanner .spot{
	  bottom: 5px;
  }
  .hpage1 .wrap{
	  width: auto;
  }
  .hpage1 .bds{
	  display: block;margin: 20px 0;
  }
  .hpage1 .bds .lt{
	  width: auto;margin-bottom: 20px;height: 60vw;
  }
  .hpage1 .bds .rt{
	  width: auto;
  }
  .hpage1 .bds .lt .ds .ts{
	  top: 30px;left: 20px;
  }
  .hpage1 .bds .ds h3{
	  font-size: 20px;
  }
  .hpage1 .bds .ds p{
	  font-size: 13px !important;
  }
  .hpage1 .bds .lt .ds .ico{
	  top: auto;bottom: 0;width: 140px;
  }
  .hpage1 .bds .rt ul{
	  display: block;
  }
  .hpage1 .bds .rt li{
	  width: auto;margin-bottom: 20px;
  }
  .hpage1 .bds .rt li:nth-child(3), .hpage1 .bds .rt li:nth-child(4){
	  margin-bottom: 20px;
  }
  .hpage1 .bds .ds .ico{
	  max-width: 140px;
  }
  .hpage1 .bds .ds .ts{
	  left: 20px;
  }
  .msktanc{
	  width: auto;padding: 20px;margin: 0 10px;top: 10%;
  }
  .msktanc .gb{
	  width: 20px;height: 20px;
  }
  
  .msktanc .fms h2{
	  font-size: 20px;
  }
  .msktanc .fms li{
	  display: block;
  }
  .msktanc .fms li .txt{
	  margin-right: 0;height: 34px;font-size: 14px;margin-bottom: 10px;
  }
  .msktanc .fms li .txt:last-child{
	  margin-bottom: 0;
  }
  .msktanc .fms li .txt1{
	  height: 80px;
  }
  .abo5{
  	padding: 30px 0 ;
  }
  
  
  
  
  
  
  
  
  
  
  
}













