
/*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: #f15a24;
    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: #f15a24;
    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: #f15a24;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #f15a24;
    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 .htp .wrap{
	  display: block;height: auto;
  }
  .header .htp .rts .form{
	  display: none;
  }
  .header .htp .logo img{
  	  width: 90px;
  }
  .header .htp .logo{
	  position: absolute;
	  left: 20px;
	  top: -9px;z-index: 1;
  }
  .header .htp .mbtn{
      right: 60px;top: 12px;position: absolute;
  }
  .header .naver{
  	  position: absolute;
  	  left: 0;right: 0;
  	  top: 100%;z-index: 23;background: #fff;display: none;
  }
  .naver .eml{
	  display: none;
  }
  .naver .wrap{
	  display: block;height: auto;padding: 0;
  }
  .naver ul{
	  display: block;padding: 10px 0;
  }
  .naver li{
	 margin-right: 0;
  }
  .naver li h3 a{
	  font-size: 18px;line-height: 36px;width: auto;color: #f15a24;
  }
  .naver ul li.on h3 a, .naver ul li h3 a:hover{
	  color: #fff;
  }
  .header{
	  height: 50px;box-shadow: 0 5px 10px 0 rgba(80,80,80,0.2);
	  position: fixed;top: 0;left: 0;right: 0;z-index: 23;background: #fff;
  }
  .layout{
	  padding-top: 50px;
  }
  .gh{
	  display: block;right: 20px;top: 12px;
  }
  .hqban{
	  padding-bottom: 10px;
  }
  .hqban h2{
	 font-size: 28px;position: static;padding: 30px 10px;
  }
  .hqban .wrap{
	  height: auto;padding: 0 10px;
  }
  .hqban ul li a{
	  font-size: 14px;
  }
  .appdels{
	  padding: 24px 0;
  }
  .appdels .bds{
	  padding: 15px 0;font-size: 14px;
  }
  .footer{
	  padding-top: 20px;
  }
  .footer .copyright .wrap{
	  padding: 10px 0;
  }
  .footer .copyright a{
	  font-size: 14px;
  }
  .footer .wrap .rtc,
  .footer .wrap1{
	  display: block;
  }
  .footer .wrap .rtc dl:nth-child(1){
	  display: none;
  }
  .footer .lo{
	  max-width: 100px;
  }
  .footer .lo a{
	  display: block;
  }
   .footer .lo img{
	   width: 100%;display: block;
   }
  .footer .wrap .rtc{
	  margin-top: 20px;
  }
  .footer .wrap .rtc dl{
	  padding: 0;
  }
  .footer .wrap .rtc h4{
	  font-size: 14px;background-size: 15px auto !important;padding-left: 22px;
  }
  .footer .wrap .rtc i{
	  margin:8px 0;
  }
  .footer .wrap .rtc dl:last-child{
	  margin-top: 20px;
  }
  .footer .wrap .rtc li{
	  margin-left: 0;margin-right: 10px;
  }
  .footer .copyright{
	  margin-top: 20px;
  }
  .footer .wrap .rtc dd a{
	  font-size: 14px;
  }
  .footer .wrap .rtc dd img{
	  width: 84%;
  }
  .appdels2 .videos .ico{
	  width: 60px;top: -30px;
  }
  .appdels2 .videos{
	  margin-top: 30px;
  }
  .hqban ul{
	  flex-wrap: wrap;position: static;
  }
  .hqban ul li a{
	  line-height: 1.4;
  }
  .appdels .hd h1{
	  font-size: 18px;
  }
  .appdels .hd h6 i{
	  font-size: 14px;
  }
  .appdels .prnext{
	  display: block;margin-top: 20px;
  }
  .appdels .prnext a{
	  font-size: 14px;max-width: initial;
	      word-break: initial;
	      white-space: initial;
	      overflow: initial;
	      text-overflow: initial;margin-bottom: 10px;
  }
  .appdels .bds{
	  margin-bottom: 0;
  }
  .mapplist{
	  padding: 30px 0;
  }
  .mapplist li a{
	  display: block;
  }
  .mapplist li .pic{
	  width: auto;height: auto;
  }
  .mapplist li .text{
	  width: auto;margin-top: 10px;
  }
  .mapplist li .text h3{
	  font-size: 16px;height: auto;line-height: 1.6;
  }
  .mapplist li .text p{
	  font-size: 14px;height: auto;margin: 8px 0 14px;
  }
  .mmbtn{
	  font-size: 14px;
  }
  .mapplist li{
	  margin-bottom: 20px;
  }
  .pages dd a{
	  font-size: 14px;max-width: 30px;
  }
  .barches{
	  padding: 30px 0;
  }
  .barches .hd .search .txt{
	  font-size: 14px;
  }
  .barches .bd{
	  display: block;margin-top: 20px;
  }
  .barches .bd dl{
	  width: auto;margin-bottom: 20px;
  }
  .barches .bd dt{
	  font-size: 15px;margin-bottom: 6px;
  }
  .barches .bd dd{
	  font-size: 14px;background-size: 14px auto !important;padding-left: 20px;
  }
  .hdeals{
	  padding: 30px 0;
  }
  .hdeals .wrap{
	  display: block;
  }
  .hdeals .txt{
	  width: initial;
  }
  .tit{
	  font-size: 20px;margin-bottom: 10px;
  }
  .hdeals .txt p{
	  font-size: 14px;line-height: 1.6;
  }
  .hdeals .cform{
	  width: auto;margin-top: 20px;padding: 20px 20px 10px;
  }
  .hdeals .cform .txc{
	  height: 36px;font-size: 14px;
  }
  .hdeals .cform .btn{
	  font-size: 14px;
  }
  .contact{
	  padding-top: 30px;
  }
  .contact .hd{
	  display: block;
  }
  .contact .hd ul{
	  padding:  0 12px;width: auto;
  }
  .contact .hd .pic{
	  width: auto;height: auto;
  }
  .contact .hd ul li img{
	  width: 30px;height: 30px;
  }
  .contact .hd ul li .tx{
	  width: calc(100% - 40px);
  }
  .contact .hd ul li .tx h3{
	  font-size: 16px;margin-bottom: 4px;
  }
  .contact .hd ul li .tx p{
	  font-size: 14px;
  }
  .contact .bd{
	  margin: 30px 0 -40px;padding: 20px;
  }
  .contact .bd ul{
	  display: block;margin-top: 20px;
  }
  .contact .bd ul li{
	  width: auto;margin-bottom: 14px;
  }
  .contact .bd ul .txt{
	height: 36px;font-size: 14px;
  }
  .contact .bd ul .txt1{
	  height: 90px;
  }
  .contact .bd ul .btn{
	  font-size: 14px;
  }
  .contact .maps{
	  height: 27vh;
  }
  .porducthd{
	  padding-top: 30px;
  }
  .porducthd .tit img{
	  width: 220px;
  }
  .porducthd p{
	  font-size: 14px;margin: 20px 0;
  }
  
  .porducthd .wrap>ul>li{
	  float: none;width: auto;margin-right: 0;margin-bottom: 14px;
  }
  .porducthd .wrap>ul>li h4{
	  font-size: 14px;
  }
 .porducthd .wrap>ul>li a{
	  padding-bottom: 20px;
  }
  .pages{
	  margin-top: 20px;
  }
  .porducthd{
	  padding-bottom: 60px;
  }
  .product{
	  padding: 30px 0;
  }
  .product ul{
	  display: block;margin: 20px 0;
  }
  .product ul li{
	  width: auto;margin-bottom: 20px;margin-right: 0;
  }
  .product ul li .ico{
	  width: 50px;bottom: -10px;
  }
  .habout{
	  padding: 30px 0;
  }
  .habout .wrap{
	  display: block;
  }
  .habout2 .pic{
	  width: auto;
  }
  .habout2 .text{
	  width: auto;margin-top: 20px;
  }
  .habout .text p{
	  font-size: 14px;margin: 10px 0;
  }
  .hbrand{
	  padding: 20px;
  }
  .hbrand ul{
	  display: block;overflow: hidden;
  }
  .hbrand ul li{
	 margin: 0;margin-bottom: 14px;
	 width: calc((100% - 30px)/2);float: left;height: 6rem;
  }
  .hbrand ul li:nth-child(2n){
	  float: right;
  }
  .hbrand ul li img{
	  width: 100%;height: 100%;object-fit: contain;
	  margin: auto;display: block;
  }
  .vitours .hd{
	  display: block;padding: 20px 0;
  }
  .vitours .hd .text,
  .vitours .hd .pic{
	  width: auto;
  }
  .vitours .hd .text{
	  margin-top: 20px;
  }
  .vitours .hd .text h1{
	  font-size: 20px;margin-bottom: 14px;
  }
 .vitours .hd .qbtn{
	 font-size: 14px;margin-top: 30px;
 }
  .vitours .bds{
	  font-size: 14px;padding: 20px 0;
  }
  .vitours{
	  padding-bottom: 40px;
  }
  .banner{
	  height: 100%;
  }
  .banner a{
	  height: 100%;
  }
  .banner img{
	  height: 100%;
  }
  .happli{
	  padding: 30px 0;
  }
  .happli .sflist ul{
	  display: block;
  }
  .happli .sflist li{
	  width: auto;height: 40vw;
  }
  .happli .sflist li h4{
	  font-size: 20px;
  }
  .happli .sflist li.on{
	  width: auto;
  }
  .habout .text,
  .habout .pic{
	  width: auto;margin-right: 0;
  }
  .habout .text{
	  margin-top: 20px;
  }
  .mores a{
	  font-size: 14px;
  }
  .hproduct{
	  padding: 20px 0;
  }
  .hproduct ul{
	  display: block;margin-top: 24px;
  }
  .hproduct ul li{
	  width: auto;margin-right: 0;padding: 4px 0;
  }
  .hproduct ul li a{
	  margin: 12px;height: 15rem;
  }
  .hproduct ul li .icon{
	  width: 80px;height: 80px;
  }
  .hproduct ul li h2{
	  font-size: 16px;
  }
  .hproduct ul li span{
	  font-size: 14px;
  }
  .hproduct ul li h2 {
  	margin: 14px 0 20px;
  }
  .hproduct ul li a {
  	border-color:#f15a24;
  }
  .hproduct ul li .icon {
  	background:#f15a24;
  }
  .hproduct ul li .icon img {
  	filter:brightness(0) invert(1);width: 60%;
  }
  .hpartner .wrap{
	  display: block;height: auto;
  }
  .hpartner .pic{
	  width: auto;margin-right: 0;
  }
  .hpartner .text{
	  width: auto;margin-top: 14px;padding-bottom: 30px;
  }
  .hpartner .text p{
	  font-size: 14px;
  }
  .cbtn{
	  margin-top: 30px;
  }
  .naver li i{
  	   position: absolute;
  	   right: 0;top: 0;
  	   width: 40px;height: 40px;
  	   display: block;
  	   background: url(../images/qms1-1.png) no-repeat center/12px auto;
  	   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;
  }
  .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);
  }
  
  .naver li::before{
	  display: none;
  }
  .naver li .nli{
	  position: static;width: auto;
  }
  .naver li .nli dd a{
	  font-size: 15px;line-height: 36px;
  }
  .hqban ul li{
	  padding: 5px 0;
  }
  .mapplist li a{
	 margin-bottom: 0;
  }
  .hqban ul li i{
	  font-size: 14px;line-height: 1.4;
  }
  .naver li.on i{
	      background: url(../images/qms1.png) no-repeat center/12px auto;
  }
  .banner .ubtn{
	  left: 0;right: 0;text-align: center;bottom: 10px;
  }
  
  
  .banner a .text h2{
      font-size: 20px;
  }
  .banner a .text h3{
      font-size: 16px;
  }
  .banner a .text p{
      font-size: 12px;
      margin: 5px 0 10px;
  }
  .banner{
      height: 65vw;
  }
  
  .contact .bd{
	  margin: 0;
  }
  .contact .hd{
	  margin: 30px 0 -40px;
  }
  .contact .bd .tit{
	  margin-bottom: 6px;
  }
  .contact .bd .del{
	  font-size: 14px;line-height: 1.7;margin-bottom: 0;
  }
  .contact .bd li label{
	  font-size: 14px;
  }
  .contact .bd dl{
	  display: block;
  }
  .contact .bd dd{
	  width: auto;margin-bottom: 14px;
  }
  .contact .bd .dl1 dd{
	  width: auto;margin-right: 0;
  }
  .contact .bd .dl2 dd label{
	  font-size: 14px;background-size: 12px auto !important;padding-left: 20px;
  }
  .contact .bd .dl2 dd{
	  margin-bottom: 6px;
  }
  .contact .bd .dl2 dd input:checked + label,
  .contact .bd .che input:checked + label{
  	background-size: 13px auto !important;
  }
  .contact .bd .che label{
	  font-size: 14px;line-height: 1.4;background-position: left top 5px !important;background-size: 12px auto !important;padding-left: 20px;
  }
  .porducthd dd{
      width: 115px;
  }
}













