

/*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: #000;
    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: #000;
    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: #000;
}

.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: #000;
}

html{
	font-size: 19.2px;
}
@media only screen and (max-width:1680px) {
	html{
		font-size: 16.8px;
	}
	
}
@media only screen and (max-width:1480px) {
	html{
		font-size: 14.8px;
	}
	
}
@media only screen and (max-width:1280px) {
	html{
		font-size: 12px;
	}
	
}
@media only screen and (max-width:1040px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	html{
		font-size: 16px;
	}
	
	.wrap{
		width: auto;padding: 0 15px;
	}
	.layout{
		padding-top: 50px;
	}
	.header{
		height: 50px;display: block;padding: 0;
	}
	.header .logo img{
		height: 40px;
	}
	.gh{
		position: absolute;right: 15px;top: 12px;display: block;
	}
	.header .naver{
		position: absolute;
		left: 0;right: 0;
		top: 100%;z-index: 12;background: #fff;display: none;
	}
	.header .naver li span{
		display: none;
	}
	.header .naver ul{
		display: block;padding: 0 ;
	}
	.header .naver li a{
		font-size: 16px;line-height: 44px;
		padding: 0 15px;
	}
	.header .naver li{
		border-bottom: 1px solid #f1f1f1;
	}
	.header .wrap{
		height: 50px;
	}
	
	.header .tps{
		display: none;
	}
	.header .naver li{
		margin: 0;
	}
	.spans .swiper-pagination-bullet-active{
		margin-right: 10px !important;
	}
	.spans .swiper-pagination-bullet::after{
		width: 20px !important;
	}
	.hbanner .spans{
		margin: 0 0.520833rem;
	}
	.hbanner .flexcent{
		bottom: 15px;
	}
	.hpage1{
		padding: 40px 0;
	}
	.htit h2 span{
		font-size: 22px;
	}
	.hpage1 .box{
		display: block;padding: 15px;
	}
	.hpage1 .rts,
	.hpage1 .lts{
		width: auto;
	}
	.hpage1 .rts li{
		margin-bottom: 12px;
	}
	.hpage1 .lts .pic{
		margin-bottom: 15px;
	}
	.hpage2 .bds ul{
		display: block;
	}
	.hpage2 .bds ul li{
		width: auto;margin-bottom: 10px;
		margin-right: 0;
	}
	.hpage2 .bds li h3{
		height: auto;
	}
	.hpage2 .bds li h6{
		margin-bottom: 10px;
	}
	.hpage2{
		padding-bottom: 40px;
	}
	.hpage3 ul{
		display: block;
	}
	.hpage3 ul li{
		width: auto;
		padding:25px 15px !important;
	}
	.hpage4{
		padding: 40px 0;
	}
	.hpage4 .bds li{
		width: 49%;margin-bottom: 10px;
		margin-right: 0;height: auto;
	}
	.hpage4 .bds ul{
		flex-wrap: wrap;justify-content: space-between;
	}
	.hpage5 .bds ul{
		display: block;
	}
	.hpage5 .bds ul li{
		width: auto;margin: 0 0 10px;
	}
	.hpage5{
		padding-bottom: 40px;
	}
	.footer{
		padding: 40px 0 20px;
	}
	.footer .link dt{
		font-size: 16px;margin-right: 5px;
	}
	.footer .link dd a{
		font-size: 16px;
		line-height: 1.8;
	}
	.footer .bds{
		display: block;padding-top: 30px;padding-bottom: 20px;
	}
	.footer .bds .logo{
		margin-left: 0;
	}
	.footer .navs{
		width: auto;
		padding: 0;
		border: none;
		margin: 0;
		display: none;
	}
	.footer .flax{
		width: auto;
		display: block;
		margin: 20px 0 0;
	}
	.footer .rs p{
		width: 100px;
	}
	.footer .wx{
		height: auto;width: 100px;
	}
	.copyright{
		font-size: 14px;
	}
	.header .naver h3{
		display: flex;
		justify-content: space-between;
	}
	.header .naver h3 a{
		flex: 1;
	}
	.header .naver h3 i{
		width: 44px;height: 44px;
		background: url(../images/qw29-2.png) no-repeat center/10px auto;
		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;
	}
	.header .naver h3 i.on{
		transform: rotate(90deg);
	}
	.header .naver li dl{
		position: static;padding: 0;
	}
	.header .naver li dd a{
		font-size: 15px;
		text-align: left;
		line-height: 2.2;
		padding-left: 30px;
	}
	.header .naver{
		max-height: calc(100vh - 50px);
		overflow-y: scroll;
	}
	.hpage1 .lts .pic{
		margin-bottom: 10px;
	}
	.hpage1 .rts{
		margin-top: 15px;
	}
	
	
}
