/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    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: #111;
    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: #111;
    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;background: #111;
}

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

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

.selected .gh a {
    /* background-color: transparent !important; */
	background: #111;
}
html{
	font-size: 1vw;
}


@media only screen and (max-width:1080px) {
	html{
		font-size: 16px;
	}
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	h5{
		font-size: 16px !important;
	}
	p,
	h6{
		font-size: 14px !important;
	}
	.naver{
		position: fixed;
		left: 0;right: 0;
		top: 60px;
		z-index: 11;
		background: #fff;
	}
	.naver li h3 a{
		line-height: 46px;
	}
	.naver li{
		border-bottom: 1px solid #eee;
		margin: 0;
		padding: 0 20px;
	}
	.naver ul{
		display: block;
	}
	.header{
		position: fixed;
		left: 0;right: 0;
		top: 0;z-index: 99;
	}
	.header .wrap{
		height: 60px;
		background: #fff;
		align-items: center;
		padding: 0 20px !important;
	}
	.layout{
		padding-top: 60px;
	}
	.header .logo{
		margin: 0;
	}
	.uicon{
		margin: 0;
	}
	.logo img{
		height: 30px;
	}
	.logo i{
		font-size: 14px;
	}
	.naver li i{
		display: block;
		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);
	}
	.naver li h3{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.naver li a{
		color: #333 !important;
		line-height:50px !important;
		font-size: 16px;
	}
	.naver li .unli{
		position: static !important;
	}
	.naver li .unli .wrap{
		padding: 0 !important;
	}
	.naver li .prnli .uli dd a{
		font-size: 14px;padding: 0 20px;
	}
	.naver li .prnli dl{
		margin-bottom: 10px;
	}
	.header .wrap{
		border: none;
	}
	.naver{
		overflow-y: scroll;
		height: calc(100vh - 60px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
	}
	.naver li .nli dd a{
		font-size: 16px;padding: 0 20px;
	}
	.layout .header .logo img:nth-child(2){
		display: none !important;
	}
	.layout .header .logo img:nth-child(1){
		display: block !important;
	}
	.wrap{
		width: auto;padding: 0 20px;
	}
	.gh{
		display: block;
		position: static;
	}
	.htanc{
		padding: 30px 0;
	}
	.htanc p{
		padding-right: 0;
		padding-bottom: 20px;
	}
	.htanc .wrap{
		display: block;
	}
	.header .logo img{
		height: 30px;
	}
	.hbanner{
		height:60vw;
	}
	.layout{
		padding-top: 60px !important;
	}
	.hsection1 ul{
		transform:translateY(0%);
		margin: 0;border-radius: 10px;
		flex-wrap: wrap;
		padding: 15px 0;margin-bottom: 30px;
	}
	.hsection1 ul li{
		width: 100%;
		border: none;
		padding: 15px 0;
	}
	.hsection1{
		padding-top: 20px;
	}
	.hsection1 ul li img{
		width: 50px;
	}
	.hsection1 ul li .txt i{
		font-size: 32px;
	}
	.hsection1 .text{
		padding-bottom: 40px;
	}
	.hsection1 .bd dl{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hsection1 .bd dd{
		width: 49%;
		margin: 0 0 10px 0;
		padding: 15px;
		border-radius: 10px;
	}
	.hsection1 .bd dd h5{
		font-size: 14px !important;
	}
	.hsection1 .bd dd i{
		width: 50px;line-height: 50px;font-size: 30px;
	}
	.hsection1 .bd{
		padding: 30px 0 20px;
	}
	.hsection2 .bd li{
		height: auto;
	}
	.hsection2 .hd{
		position: static;
		width: auto;
		padding: 20px;
	}
	.hsection2 .hd li{
		width: 49%;margin-bottom: 10px;
		margin-top: 0;
	}
	.hsection2 .hd ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.hsection2 .bd li h4{
		font-size: 24px !important;
	}
	.hsection3 .hd{
		padding: 20px 0;
	}
	.htit h3 br{
		display: none;
	}
	.htit{
		flex: 1;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.hbtn{
		width: 10rem;
	}
	.hsection3 .bd{
		padding: 30px 0;
	}
	.hsection3 .bd ul{
		display: block;
	}
	.hsection3 .bd ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.hsection3 .bd li .name{
		padding-right: 20px;
	}
	.hsection3 .bd li a{
		padding: 0 15px;
	}
	.hsection4{
		padding: 40px 0;
	}
	.hsection4 .titflex{
		display: block;
	}
	.whtab li:nth-child(n+2){
		margin-left: 20px;
	}
	.whtab li a{
		font-size: 18px;
	}
	.whtab{
		margin-top: 20px;
	}
	.hsection4 .bd li .flex{
		display: block;height: auto;
		padding: 20px;border-radius: 10px;
	}
	.hsection4 .bd li .pic{
		width: auto;
		margin: 0;height: auto;
	}
	.hsection4 .bd li .text{
		padding: 15px 0 0;
	}
	.hsection4 .bd li p{
		padding: 10px 0;
	}
	.hsection4 .bd{
		border-radius: 10px;
	}
	.footer .wrap{
		padding: 20px ;
		display: block;
	}
	.footer .rts{
		width: auto;
		padding: 20px 0 0;
	}
	.footer .rts .nav{
		display: none;
	}
	.copyright{
		font-size: 14px;
	}
	.banner img{
		border-radius: 10px;
	}
	.about .hd{
		padding: 40px 0;
	}
	.about .hd .flexth{
		display: block;
	}
	.about .hd .flexth .rtext{
		margin: 20px 0 0;
	}
	.hullist ul{
		display: block;
		margin: 20px 0 0;
	}
	.hullist ul li{
		width: auto;
		margin: 0 0 10px 0;
		padding: 15px;border-radius: 10px;
	}
	.about .bd{
		padding: 40px 0;
	}
	.about .bd li{
		display: block;margin-bottom: 30px;
	}
	.about .bd .pic{
		width: auto;
	}
	.about .bd .text{
		width: auto;
		margin-top: 20px;
	}
	.about .bd li:last-child{
		margin-bottom: 0;
	}
	.aswiper {
		padding: 40px 0;
	}
	.aswiper .swiperlist{
		width: auto;
		display: block;
		height: auto;
	}
	.aswiper .wrap{
		display: block;
	}
	.aswiper .swiperbd{
		width: auto;
	}
	.aswiper .por{
		width: auto;
	}
	.aswiper .swiperhd{
		height: 100px;width: auto;
	}
	.aswiper .por .prev, .aswiper .por .next{
		margin: 0 -1.1458333333333335rem;
		transform: rotate(-90deg);
		top: 50%;bottom: auto;margin-top: -1.1458333333333335rem;
	}
	.aswiper .por .next{
		left: auto;right: 0;transform: rotate(-270deg);
	}
	.aswiper .text{
		width: auto;
		margin-top: 20px;
	}
	.about .htit h5{
		margin: 15px 0;
	}
	.prodel .text .btn,
	.hbtn{
		font-size: 16px;
		line-height: 46px;
		width: 10rem;
	}
	.flexbtn{
		margin-top: 20px;
	}
	.contact .tps{
		display: block;
		padding: 40px 0;
	}
	.contact .ls,
	.contact .rs{
		width: auto;
	}
	.contact .rs li{
		margin-bottom: 10px;
	}
	.contact .ls{
		margin-top: 30px;
	}
	.contact .map{
		height: 60vw;
	}
	.contact .tbs{
		padding: 30px 0;
		display: block;
	}
	.contact dl{
		width: auto;margin-bottom: 0;
	}
	.contact dd{
		max-width: 100%;
		margin-bottom: 20px;
	}
	.privacy,
	.faq{
		padding: 40px 0;
	}
	.faq li{
		margin-bottom: 20px;
	}
	.privacy .txt{
		padding: 15px;
		border-radius: 10px;
	}
	.product .tps dl{
		display: block;
	}
	.product .tps dd h4{
		white-space: nowrap;
		width: 110px;
	}
	.product .tps dd{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.product .tps{
		display: block;
		padding: 15px;border-radius: 10px;
	}
	.product .list li{
		width: auto;
		margin: 0 0 10px;
		border-radius: 10px;
	}
	.product .list dd{
		font-size: 14px;
	}
	.product .list li .img{
		height: 10rem;
	}
	.pages dd a{
		font-size: 16px;
	}
	.pages dd{
		margin: 0 10px;
	}
	.product{
		padding: 40px 0;
	}
	.prodel{
		padding: 40px 0;
	}
	.prodel .wrap{
		display: block;
	}
	.prodel .lts{
		width: auto;
	}
	.prodel .rts{
		width: auto;
	}
	.prodel .swipppro .hs{
		height: 50vw;border-radius: 10px;
	}
	.prodel .swipppro .bs{
		margin:15px;
	}
	.prodel .tops{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.prodel .del{
		margin-top: 30px;
	}
	.prodel .del dd{
		width: 50%;
	}
	.prodel .del .maps{
		height: 60vw;
	}
	.prodel .rts dd{
		margin-bottom: 15px;
	}
	#modal-allmap,
	.gallery-swiper-top{
	    overflow: hidden;height: 60vw;
	}
	
}