/*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:1024px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}	
	html{
		font-size: 16px;
	}
	.header .tops .wrap{
		padding: 10px 15px;
		height: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header .seach{
		display: none;
	}
	.header .tops dl{
		display: none;
	}
	.header .logo img{
		height: 34px;
	}
	.gh{
		display: block;
		position: static;
		margin-left: 10px;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li a{
		font-size: 16px;
		line-height: 48px;
	}
	.header .naver li{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin: 0;padding: 0 15px;
	}
	.header .naver{
		display: none;position: fixed;
		left: 0;right: 0;
		top: 60px;z-index: 11;
	}
	.footer .tps{
		display: block;
		padding-top: 30px;
	}
	.footer dl{
		margin-top: 15px;
	}
	.copyright{
		font-size: 14px;
		width: auto;max-width: 100%;
		margin-bottom: 15px;
	}
	.footer .tbs{
		display: block;
	}
	.header{
		position: fixed;
		left: 0;right: 0;
		top: 0;z-index: 99;
		background: #fff;
	}
	.layout{
		padding-top: 84px;
	}
	.header .tops img{
		height: 18px;
	}
	.header .tops{
		padding-top: 10px;
	}
	.header .logo{
		left: 15px;
	}
	.header .tobs{
		height: 56px;
	}
	.header .seach{
		display: block;
	}
	.gh{
		right: 15px;
		left: auto;
		position: absolute;
		bottom: 15px;
	}
	.header .naver{
		background: #fff;top: 84px;
	}
	.header .naver ul{
		padding: 0;
	}
	.uwbanner .txt h2{
		font-size: 18px !important;
	}
	.uwbanner{
		height: 40vw;
	}
	.uwnavs ul{
		white-space: nowrap;
		overflow-x: scroll;
		justify-content: flex-start;
	}
	.uwnavs ul li{
		display: inline-block;
	}
	.uwnavs li a{
		font-size: 16px;
	}
	.uwnavs ul li{
		margin: 0 15px 0 0;
	}
	.about{
		padding: 25px 0;
	}
	.footer dl{
		padding: 20px 0;
	}
	.footer dd{
		margin: 0 10px;
	}
	.footer ul{
		flex-wrap: wrap;
	}
	.footer li a{
		font-size: 16px;
		line-height: 2;
		text-align: center;
		display: block;
	}
	.footer li{
		margin: 0 5px;
	}
	.copyright{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.footer .fs .wrap{
		display: block;
	}
	.hbanner{
		display: block;height: auto;
	}
	.hbanner .ban{
		height: auto;max-width: 100%;
		display: block;
	}
	.hbanner .ban a{
		display: block;
	}
	.hbanner .ban .txt{
		width: auto;max-width: 100%;
		opacity: 1;padding: 20px;
		border-bottom: 1px solid #f1f1f1;
	}
	.hbanner .ban .videos{
		width: 100%;transform: scale(1);height: 50vw;
		display: none;
	}
	.hitem .hs h2{
		width: calc(100% - 100px);
	}
	.hitem .hs h2 span{
		margin: 0;font-size: 14px;
	}
	.hitem .hs .more{
		font-size: 16px;
	}
	.hitem .navs ul{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.hitem .navs li{
		margin-right: 20px;
	}
	.hitem .navs li a{
		font-size: 16px;line-height: 2;
	}
	.hitem .bds li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.hitem .bds ul{
		justify-content: space-between;
	}
	.hitem .bds li .txt{
		height: auto;position: static;
		padding: 10px;
	}
	.hitem .bds li p{
		display: none;
	}
	.rensdel .wrap{
		display: block;
	}
	.rensdel .lts{
		width: auto;padding: 15px;
	}
	.rensdel .rts{
		width: auto;
		margin-top: 15px;
	}
	.rensdel .rts li:last-child{
		border: none;
	}
	.rensdel{
		padding: 25px 0 40px;
	}
	.renshg .item .tps .more{
		font-size: 16px;
	}
	.uwswiplist li a{
		display: block;
	}
	.uwswiplist li .pic{
		width: auto;height: auto;
	}
	.uwswiplist li{
		padding: 0;margin-right: 0;
	}
	.uwswiplist li .ts{
		width: auto;padding: 15px;
	}
	.renshg{
		padding: 25px 0 25px;
	}
	.uwbns{
		right: 0;
	}
	.renshg .hs dd{
		margin: 0 0 0 20px;font-size: 14px;
	}
	.renshg .hs{
		padding-bottom: 10px;
	}
	.renshg .hs dd img{
		width: 6px;margin-left: 4px;
	}
	.uwswiplist1 li{
		margin-right: 0;
	}
	.uwmore{
		font-size: 14px;
	}
	.uwname{
		margin: 0 30px;padding: 20px 0;
	}
	.uwname .prev{
		left: -20px;
	}
	.uwname .next{
		right: -20px;
	}
	.uwsiklist li{
		display: block;
	}
	.uwsiklist li .pic{
		width: auto;
	}
	.uwsiklist li .rs{
		width: auto;
		padding-top: 10px;
	}
	.sikaojlt .hds{
		display: block;
	}
	.sikaojlt .hds .pic{
		width: auto;height: auto;
	}
	.sikaojlt .hds .rs{
		width: auto;
		padding-top: 10px;
	}
	.sikaojlt .bds li a{
		padding: 1.0416666666666667rem 1.0416666666666667rem 1.0416666666666667rem 2.0458333333333335rem;background: url(../images/qw15.png) no-repeat left .9791666666666667rem center / 0.78125rem auto;
	}
	.sikaojlt .bds li{
		margin-bottom: 8px;
	}
	.sikaojlt .bds{
		margin-top: 15px;
	}
	.sikaojlt{
		padding: 25px 0;
	}
	.uwbns,
	.uwbns{
		position: static;display: flex;
		justify-content: center;
		align-items: center;gap: 0 10px;
	}
	.uwbns .prev, .uwbns .next{
		width: 2rem;height: 3rem;
	}
	.uwnavs{
		position: static;
	}
	
	
	
	
	.header .naver li:before{
		display: none;
	}
	
	
	.header .naver li i{
		position: absolute;right: 10px;top: 0;
		width: 20px;transform: rotate(180deg);height: 48px;
		background: url(../images/qw10.png) no-repeat center/40% auto;
		transition:all 0.3s;
	}
	.header .naver li dd a{
		font-size: 14px;line-height: 40px;padding: 0 20px;
	}
	.header .naver li i.on{
		transform: rotate(270deg);
	}
}