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

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #f4b334;
    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;margin: 0;
  }
  .layout{
	  padding-top: 50px;
  }
  .header{
	  height: 50px;display: block;padding-left: 15px;
  }
  .header .logo{
	  max-width: 100px;margin-top: 9px;
  }
  .header .logo img{
	  height: auto;
  }
  .header .naver ul{
	  display: block;
  }
   .header .naver{
	   position: absolute;
	   left: 0;right: 0;
	   top: 100%;z-index: 12;background: #fff;display: none;height: 100vh;
   }
  .header .naver h3 a{
	  font-size: 16px;line-height:36px;
  }
  .header .chen .lsele,
  .header .search .form{
	  display: none;
  }
  .gh{
	  display: block;top: 12px;right: 10px;
  }
  .header .shop{
	 position: absolute;
	right: 50px;
	 top: 0;z-index: 1;height: 50px;
  }
  .header .shop a{
	  font-size: 14px;
  }
  .banner .swiper-slide,
  .banner{
	  height: 80vw;
  }
  h4,
  h5{
	  font-size: 16px !important;
  }
  p{
	  font-size: 14px !important;
  }
  .banner .text h3{
	  font-size: 20px;margin: 6px 0 14px;
  }
  .banner .text h3::before{
	  height: 4px;width: 40%;bottom: 2px;
  }
  .banner .text{
	  left: 20px;
  }
  .habout{
	  padding: 30px 0;
  }
  .habout .wrap{
	  display: block;
  }
  .habout .text{
	  width: auto;
  }
  .habout .pic{
	  width: auto;height: auto;
  }
  .utit h2{
	  font-size: 20px;margin:  0 0 4px;
  }
 .habout .text .dels{
	 font-size: 15px;margin: 10px 0 20px;
 }
  .mubtn a i{
	  font-size: 14px;
  }
  .habout .pic{
	  margin-top: 40px;
  }
  .hproduct{
	  padding: 40px 0;
  }
  .hproduct ul{
	  width: auto;margin-top: 14px;margin-bottom: 20px;display: block;
  }
  .hproduct li{
	  width: auto;margin-bottom: 10px;
  }
  .hproduct li a{
	  font-size: 15px;
  }
  .swiperpor{
	  padding: 30px 0;margin: 0 30px;
  }
  .swiperpor .pic{
	  height: 18rem;
  }
  .hnews .nlist li{
	  float: none;width: auto;margin-right: 0;border-right: none;padding: 0;margin-bottom: 14px;
  }
  h6{
	  font-size: 15px !important;
  }
  .hnews .nlist li h6 i{
	  font-size: 26px;
  }
  .hnews .nlist li .pic{
	  height: 18rem;margin: 14px 0;
  }
  .hnews .nlist li h3{
	  font-size: 16px;
  }
  .hnews .nlist li p{
	  height: auto;
  }
  .hnews .nlist h5{
	  font-size: 14px !important;margin-top: 10px;
  }
  .footer{
	  padding-top: 30px;
  }
  .footer .wrap{
	  display: block;
  }
  .footer .dl{
	  display: none;
  }
  .footer .logo img{
	  width: 110px;
  }
  .footer .weix{
	  width: 100px;margin-top: 20px;
  }
  .footer .weix h5{
	  font-size: 13px !important;
  }
  .footer .copyright{
	  margin-top: 14px;font-size: 12px;line-height: 1.6;padding-top: 4px;
  }
  .footer .copyright a{
	  margin-right: 0;
  }
  .ubanner{
	  height: 40vw;
  }
  .ubanner .btii h2{
	  font-size: 20px;
  }
  .ubanner .btii h3{
	  font-size: 16px;
  }
  .about .hd li a{
	  font-size: 15px;line-height: 36px;
  }
  .about .hd li{
	  margin: 0 6px;
  }
  .about .page1{
	  padding: 30px 0 10px;
  }
  .atit{
	  font-size: 20px;
  }
  .about .page1 .text{
	  font-size: 15px;margin: 10px 0;
	  padding: 0;
  }
  .about .page1 .text br{
	  display: none;
  }
  .about .page1 .tx dd{
	  margin: 0 6px;
  }
  .about .page1 .tx dd h3{
	  font-size: 16px;
  }
  .about .page1 .tx dd h6{
	  font-size: 12px !important;
  }
  .about .page1 .tx li{
	  font-size: 14px;
  }
  .page2{
	  padding: 30px 0;
  }
  .page2 .ovs{
	  margin-top: 20px;
  }
  .page3 .sbswiper{
	  margin-top: 20px;
  }
  .page4 .flca .rt li{
	  margin-bottom: 12px;
  }
  .page2 .ovs .swipers{
	  margin: 0 20px;
  }
  .page3 .flca .btn{
	  width: 80px;
  }
  .page2 .ovs .prev, .page2 .ovs .next{
	  width: 24px;height: 24px;margin-top: -12px;background-size: 6px auto;left: 5px;
  }
  .page2 .ovs .next{
	  right: 5px;left: auto;
  }
  .page3 .flca .btn .prev, .page3 .flca .btn .next{
	    width: 24px;height: 24px;background-size: 6px auto;
  }
  .page3 .flca{
	  margin-top: 14px;
  }
  .page4,
  .page3{
	  padding: 30px 0;
  }
  .page4 .flca{
	  margin-top: 30px;display: block;
  }
  .page4 .flca .rt,
  .page4 .flca .pics{
	  width: auto;
  }
  .page4 .flca .rt li{
	  width: auto;font-size: 15px;padding: 0 10px;text-align: center;
  }
  .page4 .flca .rt ul{
	  display: block;
  }
  .page4 .flca .pics img{
	  width: auto;height: 46vw;
  }
  .page4 .flca .pics h5{
	      font-size: 14px !important;
  }
  .page4 .flca .pics{
	  padding-bottom: 60px;
  }
  .contact{
	  padding: 30px 0;
  }
  .contact .hd .wrap{
	  display: block;
  }
  .contact .hd .rt,
  .contact .hd .lt{
	  width: auto;
  }
  .contact .hd .lt img{
	  max-width: 110px;
  }
  .contact .hd .lt h6{
	  margin-top: 14px;padding-top: 14px;
  }
   .contact .hd .rt{
	   margin-top: 20px;
   }
  .contact .hd .rt ul{
	  display: block;
  }
  .contact .hd .rt li h3{
	  font-size: 18px;margin-bottom: 4px;
  }
  .contact .hd .rt li h4{
	  font-size: 15px !important;line-height: 1.7;
  }
  .contact .hd .rt li .wx{
	  width: 90px;margin-top: 10px;
  }
  .contact .hd .rt li{
	  margin-bottom: 20px;
  }
  .map{
	  margin-top: 40px;height: 20rem;
  }
  .liuy{
	  margin-top: 20px;
  }
  .liuy h3{
	  font-size: 18px;
  }
  .liuy h4{
	  font-size: 14px !important;
  }
  .liuy ul{
	  display: block;margin-top: 20px;
  }
  .liuy li{
	  width: auto;margin-bottom: 16px;
  }
  .liuy li label{
	  font-size: 15px;background-size: 12px auto !important;width: 74px;padding-left: 26px;
	  line-height: 36px;
  }
  .liuy li:nth-child(3) label{
	  background-size: 20px auto !important;
  }
  .liuy li:nth-child(1) label{
  	  background-size: 16px auto !important;
  }
  .liuy li:nth-child(2) label{
  	 background-size: 20px auto !important;
  }
  .liuy li:nth-child(4) label{
  	  background-size: 16px auto !important;
  }
  .liuy li .txt{
	  width: calc(100% - 74px);height: 36px;font-size: 15px;
  }
  .liuy li.last .txt1{
	  height: 100px;
  }
  .liuy .btn{
	  width: 100px;line-height: 36px;height: 36px;font-size: 15px;
  }
  .join{
	  padding: 30px 0;
  }
  .join h2{
	  font-size: 20px;
  }
  .join li{
	  margin-bottom: 20px;padding: 10px;position: relative;
  }
  .join li .hd .rt,
  .join li .hd{
	  display: block;
  }
  .join li .hd h4{
	  font-size: 15px !important;margin-left: 0;margin-bottom: 2px;
  }
  .join li .icon{
	  position: absolute;
	  right: 0;
	  top: 10px;z-index: 1;
  }
  .join li h3{
	  font-size: 18px;margin-bottom: 2px;
  }
  .join li .bd{
	  padding: 14px 0;margin-top: 10px;font-size: 15px;
  }
  .news{
	  padding: 30px 0;
  }
  .news .nlist li{
	  float: none;width: auto;margin-right: 0;margin-bottom: 20px;
  }
  .news .nlist li h5{
	  font-size: 14px !important;
  }
  .news .nlist li h3{
	  font-size: 17px;
  }
  .news .nlist li p{
	  height: auto;
  }
  .news .nlist li .time{
	  padding: 6px 0;width: 80px;
  }
  .pages dd a{
	  font-size: 13px;
  }
 .newsdel{
	 padding: 20px 0;
 }
 .newsdel .hd h1{
	 font-size: 20px;padding-bottom: 10px;margin-bottom: 14px;
 }
 .newsdel .hd h6 i{
	 display: block;
 }
 .newsdel .bddel{
	 margin-top: 14px;font-size: 15px;
 }
 .pnbtn{
	 margin-top: 20px;padding-top: 20px;display: block;
 }
 .pnbtn a{
	 font-size: 15px;max-width: initial;margin-bottom: 6px;
 }
 .product{
	 padding: 30px 0;
 }
 .product .wrap{
	 display: block;
 }
 .product .rt,
 .product .tab{
	 width: auto;
 }
 .product .tab h2{
	 font-size: 20px;margin-right: 0;margin-bottom: 0;padding-bottom: 6px;
 }
 .product .tab li{
	 display: inline-block;vertical-align: middle;margin-right: 10px;
 }
 .product .tab li a{
	 font-size: 15px;line-height: 40px;
 }
  .product .tab ul{
	  overflow-x: scroll;overflow-y: hidden;white-space: nowrap;
  }
 .product .tab li.on a, .product .tab li a:hover{
	 background-image: none;
 }
 .product .rt{
	 margin-top: 20px;padding: 20px 10px;
 }
 .product .rt li{
	 float: none;width: auto;margin-right: 0;margin-bottom: 18px;
 }
 .product .rt li .pic{
	 height: 15rem;
 }
 .product .rt .mft{
	 display: block;margin-top: 10px;
 }
 .productdel{
	 padding: 30px 0;
 }
 .productdel .hd{
	 display: block;height: auto;
 }
 .productdel .hd .pic{
	 width: auto;height: 24rem;
 }
 .productdel .hd .text{
	 width: auto;margin-top: 20px;
 }
 .productdel .hd .text h1{
	 font-size: 18px;padding-bottom: 14px;margin-bottom: 14px;margin-top: 20px;
 }
 .productdel .hd .por{
	 position: relative;padding: 0;margin-top: 10px;
 }
 .mubtn{
	 margin-top: 20px;
 }
 .productdel .bd{
	 margin-top: 30px;padding: 20px 10px;
 }
 .productdel .bd h4{
	 font-size: 18px !important;
 }
 .productdel .bd h6{
	 font-size: 14px !important;
 }
 .productdel .bd ul{
	 display: block;margin-top: 20px;
 }
 .productdel .bd li{
	 width: auto;margin-bottom: 16px;
 }
 .productdel .bd li label{
	 font-size: 15px;line-height: 36px;width: 45px;
 }
 .productdel .bd li .wid{
	 width: calc(100% - 45px);
 }
 .productdel .bd li .txt{
	 height: 36px;font-size: 15px;padding: 0 20px;
 }
 .productdel .bd li .txt1{
	 height: 100px;
 }
 .productdel .bd li .btn{
	 width: 100px;height: 34px;line-height: 34px;font-size: 14px;margin-top: 20px;
 }
 .productdel .phdswiper{
	 margin: 0 40px;
 }
 .productdel .hd .por .prev:hover, .productdel .hd .por .next:hover,
 .productdel .hd .por .prev, .productdel .hd .por .next{
	 background-size: 8px auto;
 }
 .mubtns .bt1 i{
	 font-size: 14px;
 }
 .about .page1 .tx{
	 position: static;width: auto;margin-top: 40px;
 }
 .about .page1 .flxa .pic{
	 width: auto;
 }
 .about .page1 .tx li i::after, .about .page1 .tx li i::before, .quan::after, .quan::before{
	 width: 4px;height: 4px;
 }
 .news .nlist li .time{
	 right: 0;
 }
 
 .banner .spans{
	 left: 20px;bottom: 20px;
 }
 .hproductlist .prev, .hproductlist .next{
	 background-size: 8px auto;left: 0;
 }
 .hproductlist .next{
	 right: 0;left: auto;
 }
 .mubtn a{
	 width: 100px;
 }
 .mubtn a i{
	 line-height: 30px;border-radius: 20px;
 }
 .utit .mubtn{
	 top: 0;
 }
 
 .about .hd{
	 position: static;
 }
 .about .hd li{
	 margin: 0;
	 width: 50%;
 }
 .about .hd ul{
	 display: flex;
	 flex-wrap: wrap;
 }
  .about .hd .wrap{
	  padding: 0;
  }
 
 .hnews .nlist ul{
     display: block;
 }
 .hnews .nlist li:nth-child(2n){
     border: none;padding: 0;
    
 }
 
 
 
}













