/*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: #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;background: #fff;
}

.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: #fff;
}
html{
	font-size:19.2px;
}
@media only screen and (max-width:1340px) {
	.hpage2 li .pic{
		width: 80%;margin: 0 auto;
	}
}
@media only screen and (max-width:1240px) {
	html{
		font-size: 16px;
	}
}

@media only screen and (max-width:1080px) {
	html{
		font-size: 16px;
	}
	.header .naver{
		position: fixed;
		left: 0;right: 0;
		top: 60px;
		z-index: 11;
		background: #0d0d0c;
		padding: 0;
	}
	.header .naver li  a{
		line-height: 46px;
		font-size: 16px;
	}
	.header .naver li{
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin: 0;
		padding: 0 20px;
	}
	.header .naver ul{
		display: block;
	}
	.wrap{
		width: auto;
	}
	.gh{
		display: block;
		position: static;
	}
	.header{
		position: fixed;
		left: 0;right: 0;
		top: 0;z-index: 99;
		height: auto;
	}
	.header .wrap{
		height: 60px;
		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 .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;
	}
	.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;
		padding-top: 60px;
		display: none;
	}
	.naver li .nli dd a{
		font-size: 16px;padding: 0 20px;
	}
	.hbanner{
		height: 60vw;
	}
	.hpage1{
		padding: 40px 0;
	}
	.hpage1 .tps{
		display: block;
	}
	.hpage1 .tps .txt{
		width: auto;
	}
	.wrap{
		padding: 0 20px;
	}
	.hpage1 .tps .ts{
		padding: 15px;
	}
	.tit span{
		font-size: 24px;
	}
	.hpage1 .tps p{
		margin-top: 15px;
	}
	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;
	}
	.hpage1 .tps .pic{
		width: auto;
	}
	.uwltnavs{
		display: none !important;
	}
	.hpage1 .tbs{
		margin-top: 40px;
	}
	.hpage1 .tbs li{
		display: block;
	}
	.hpage1 li .ls{
		width: auto;
	}
	.hpage1 li dl{
		width: auto;
	}
	.hpage2{
		padding-bottom: 40px;
	}
	.uwbans{
		height: 60vw;
	}
	.hpage2 li p{
		padding: 15px;
	}
	.hpage3 .tps{
		margin-top: 40px;
	}
	.hpage3 .tps .wrap{
		display: block;
	}
	.hpage3 .tps .ts{
		width: auto;
	}
	.hpage3 .tps .pic{
		width: auto;
		margin-top: 20px;border-radius: 10px;
	}
	.hpage3 .tbs{
		padding: 40px 0;
	}
	.hpage3 .tbs p{
		padding: 15px;
	}
	.hpage3 .tbs dd,
	.hpage3 .tbs li{
		min-height: 0;
	}
	.hpage3 .tbs .ls{
		width: auto;
	}
	.hpage3 .tbs .flax{
		display: block;
	}
	.hpage3 .tbs .rs{
		width: auto;
	}
	.hpage3 .tfs .nav li a{
		font-size: 16px;
	}
	.hpage3 .list dd{
		margin: 0 15px 10px;
	}
	.hpage3 .list dl{
		flex-wrap: wrap;bottom: 0;
	}
	.hpage3 .list img{
		border-radius: 10px;
	}
	.hpage3 .list h3 span{
		font-size: 20px;
	}
	.hpage3{
		padding-bottom: 40px;
	}
	.hpage4 .tbs{
		margin-top: 20px;
	}
	.hpage4 .txt{
		padding: 15px;
	}
	.hpage4 ul li{
		width: 100%;
		margin: 0 0 15px 0;border-radius: 10px;
	}
	.hpage4 li .ts{
		padding: 15px;
	}
	.hpage4{
		padding-bottom: 40px;
	}
	.hnumes li h3 span{
		font-size: 20px;
	}
	.hproduct{
		padding: 40px 0;
	}
	.hproduct .ovs{
		padding: 0 40px;
	}
	.hproduct .prev, .hproduct .next{
		left: 0;opacity: 1;
	}
	.hproduct .next{
		right: 0;left: auto;
	}
	.hproduct .swippro .pic{
		margin: 15px 0;height: 40vw;
	}
	.footer .tps .wrap{
		display: block;
		padding: 0 20px;
	}
	.footer{
		padding: 30px 0 0;
	}
	.footer .nav ul{
		display: none;
	}
	.footer .tps dl{
		justify-content: flex-start;
		margin: 25px 0;
	}
	.footer .tps dd{
		margin: 0 15px 0 0;
	}
	.footer .tps dd .icon{
		width: 26px;
	}
	.footer .tbs dd a,
	.copyright{
		font-size: 14px;
	}
	.footer .wrap{
		display: block;
	}
	.footer .tbs dl{
		justify-content: flex-start;
		margin-top: 10px;
	}
	.footer .tbs{
		padding: 20px 0;
	}
	.uwtops{
		width: 40px;height: 40px;
	}
	.footer .tps .ndwx{
		left: 0;
	}
	.hpage2 li .img{
		margin-top: -40px;
	}
}