/*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: 19.2px;
}
@media only screen and (max-width:1480px) {
	html{
		font-size: 16.8px;
	}
}
@media only screen and (max-width:1280px) {
	html{
		font-size: 14.8px;
	}
}
@media only screen and (max-width:1080px) {
	html{
		font-size: 16px;
	}
	.naver{
		position: fixed;
		left: 0;right: 0;
		top: 60px;
		z-index: 11;
		background: #fff;
	}
	.header .naver li h3 a{
		line-height: 46px;font-size: 14px;
	}
	.header .naver li{
		border-bottom: 1px solid #eee;
		margin: 0;
		padding: 0 20px;
	}
	.header .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 .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 .logo img{
		height: 45px;
	}
	.header{
		height: auto;
	}
	.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: block;
		transform:translateX(100%);
		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;
	}
	.selected .naver{
		transform:translateX(0%);
	}
	.naver li .nli dd a{
		font-size: 16px;padding: 0 20px;
	}
	.header .rts{
		display: none;
	}
	.header{
		padding: 0;
	}
	.hbanner .txt h2{
		font-size: 24px;
		text-align: center;
	}
	.wrap{
		width: auto;
		padding: 0 20px;
	}
	.hbanner .pic{
		display: none;
	}
	.hbanner .txt ul{
		justify-content: center;
		margin-top: 40px;
	}
	.hbanner .txt h6{
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 30px;
	}
	.hbanner .txt h6 span{
		line-height: 1.4;
	}
	.hpage1{
		margin: 0 20px;
		margin-top: 0px;border-radius: 10px;
		padding-top: 30px;
	}
	.hzixun2{
		display: none;
	}
	.hpage1 .bns{
		display: none;
	}
	.hpage1 ul{
		width: auto;
	}
	.hpage1 li{
		margin-bottom: 1rem !important;
	}
	.hpage1 .wrap{
		padding-bottom: 0;
		padding: 0;box-shadow: none;
	}
	.hbanner .txt h6{
		width: 300px;
		margin: 0 auto;
		display: block;
	}
	.hbanner{
		padding: 50px 0;
	}
	.hpage2{
		padding: 40px 0;
	}
	.tit h2{
		font-size: 24px;
	}
	.hpage2 li{
		width: 49%;
		margin: 0 0 10px 0;
		border-radius: 10px;
		padding: 20px;
	}
	.hpage2 ul{
		justify-content: space-between;
		margin-top: 20px;
	}
	.hpage2 li h3{
		font-size: 18px;
	}
	.hpage6 .hs ul{
		overflow-y: scroll;
	}
	.hpage4{
		padding: 40px 0;
	}
	.hpage4 .hds{
		margin-top: 30px;
	}
	.hpage4 .hds li{
		margin-right: 10px;
	}
	.hpage4 .hds li h4{
		font-size: 16px;white-space: nowrap;
		margin-top: 10px;
	}
	.hpage4 .hds ul{
		white-space: nowrap;
		overflow-x: scroll;
	}
	.hpage4 .ovs{
		padding: 40px 0;
	}
	.hpage4 .box .wrap{
		display: block;
	}
	.hpage4 .box .pic{
		width: auto;
		margin: 20px 0 0;
	}
	.hpage4 .box h3{
		font-size:20px;margin-bottom: 20px;
	}
	.hpage4 .box .btn{
		margin-top: 15px;
	}
	.huwtops{
		display: none;
	}
	.hpage5 .ovs{
		display: block;
	}
	.hpage5 .lts{
		width: auto;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.hpage5 .lts li{
		display: inline-block;
	}
	.hpage5 .lts li a{
		padding: 0 20px;
	}
	.hpage5 .rts{
		width: auto;padding: 20px;
		border-radius: 10px;
	}
	.hpage5 .txt li{
		margin-bottom: 10px;
		margin-right: 10px;
		width: auto;padding: 0 15px;
	}
	.hpage5 .txt ul{
		flex-wrap: wrap;
	}
	.hpage5 .dsovs{
		margin-top: 15px;
	}
	.hpage5 .flax{
		padding: 0;
	}
	.hpage5 .txt{
		padding: 0;
	}
	.hpage5 .flax{
		display: block;
	}
	.hpage5 .pic{
		width: auto;
		margin: 0;height: 400px;
		margin-top: 20px;
	}
	.hpage5 .txt dl{
		flex-wrap: wrap;
	}
	.hpage5 .txt dd{
		margin-right: 20px;margin-bottom: 10px;
	}
	.hpage3{
		padding: 40px 0;
	}
	.hpage3 li{
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0 !important;
		min-height: 0;
		padding: 15px 20px;
	}
	.hpage3 ul{
		display: block;
	}
	.hpage3 li h3{
		font-size: 18px;
	}
	.hpage3 li span{
		margin: 30px 0;
	}
	.hpage3 li h6{
		margin-top: 15px;
	}
	.hpage3 li h5{
		margin-top: 10px;
	}
	.hzixun h2{
		font-size: 18px;
	}
	.hzixun li{
		margin: 0 10px;
	}
	.hzixun{
		padding: 20px 0;
	}
	.footer .hds dl{
		display: none;
	}
	.footer .hds .logo img{
		height: 50px;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li{
		margin-right: 0;
	}
	
	
}
@media only screen and (max-width:768px) {
	.hpage1 li{
		width: 33.33%;
	}
	.hpage2 li h3{
		font-size: 16px;
	}
	.hpage2 li{
		width: 100%;
		margin: 0 0 10px 0;
		border-radius: 10px;
		padding: 20px;
	}
	.hpage6{
		padding: 40px 0;
	}
	.tit h2{
		font-size: 20px;
	}
	.tit p{
		font-size: 16px;
		margin-top: 15px;
	}
	.swipliuy li{
		width: 100%;
	}
	.swipliuy h6{
		font-size: 14px;
	}
.hpage6 .list li:nth-child(n+3){
		display: none;
	}
	.hpage6 .list li{
		width: 100%;margin: 0 0 10px;
		border-radius: 10px;
	}
	.footer .ls dt{
		font-size: 16px;
	}
	.footer .ls dd a{
		font-size: 14px;
	}
	.copyright{
		display: block;
	}
	.copyright h6{
		font-size: 14px;
	}
	.gh{
		display: block;
		position: static;
	}
	
	
}