/*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: 1vw;
}

@media only screen and (max-width:1320px) {
	
}
@media only screen and (max-width:1080px) {
	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;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}	
	html{
		font-size: 16px;
	}
	
	.naver{
		position: absolute;
		right: 0;
		top: 100%;
		width: 80%;
		height: calc(100vh - 60px);
			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;
			overflow-y: scroll;
	}
	.layout.selected .naver{
		transform: translateX(0%);
		background: #000;
	}
	.header .naver ul{
		display: block;
	}
	.header .naver li h3 a{
		font-size: 16px;
		padding: 0 20px;
		line-height: 46px;
		text-align: left;
	}
	.header .naver li{
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin: 0;
	}
	.header .wrap{
		height: 100%;
	}
	.header .naver li h3{
		position: relative;
	}
	.header .naver li i{
		position: absolute;
		right: 0;top: 0;width: 46px;
		height: 46px;background: url(../images/pre2.png) no-repeat center;
		transition:all 0.3s;z-index: 11;display: block;
		-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 li i.on{
		transform: rotate(90deg);
	}
	.header{
			height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.header .naver li a{
		padding: 0 15px;
	}
	.header .naver li:before{
		bottom: 0;
	}
	.hnli{
		position: static;
	}
	.gh{
		display: block;position: static;
	}
	.hbanner{
		height: 48vw;
	}
	.hpage1 dd{
		margin-bottom: 5px;
	}
	.hpage1 dl{
		bottom: 0px;left: 15px;font-size: 10px;
	}
	.hpage1{
		font-size: 6px;
	}
	.hpage2{
		padding: 40px 0;
	}
	.hpage2 li{
		width: 100%;margin: 0 0 25px 0;
	}
	.utit h2{
		font-size: 18px !important;
	}
	.hpage3 .tps ul{
		display: block;
	}
	.hpage3 .tps li{
		width: auto;margin: 0;
		margin-bottom: 15px;
	}
	.hpage3 .ovs{
		display: none;
	}
	.hpage3 .tps li .text{
		display: block;
		margin-top: 10px;
	}
	.hpage3 .text:before{
		left:92% !important;
	}
	.hpage4{
		padding: 40px 0;
	}
	.hpage6 dl{
		position: static;
	}
	.hpage6 .pors{
		height: auto;
	}
	.hpage4 .pors{
		height: auto;margin-top: 20px;
	}
	.hpage4 li{
		position: static;width: auto;height: auto;
		background: none;
	}
	.hpage6 dd{
		position: static;
	}
	.hpage6 li h4{
		font-size: 24px !important;
	}
	.hpage6 li p{
		font-size: 18px !important;
	}
	.hpage6 ul li{
		position: static;width: auto;height: auto;
		justify-content: center;
	}
	.hpage4 .pors ul{
	    position: static;
	}
	.hpage4 li,
	.hpage6 li{
		position: static;    background: url(../images/qw22.png) no-repeat center / 100% 100%;
		padding: 20px ;background: #fff;border-radius: 10px;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		/*min-height: calc((100vw - 30px)*(295/340));*/
		display: flex;justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.hpage4 li.l4{
		display: none;
	}
	.hpage4 li h4{
		font-size: 16px !important;
		margin-bottom: 0;
	}
	.hpage4 li p{
		font-size: 14px !important;
	}
	.hpage4 li::after,
	.hpage4 li:before{
		display: none !important;
	}
	.hpage5{
		padding: 40px 0;
	}
	.hpage5 .flax{
		display: block;
	}
	.hpage5 .lts{
		width: auto;
	}
	.hpage5 .rts{
		margin: 60px 0 0;
	}
	.hpage5 .lts .img{
		left: 0;right: 0;
		margin: 0 auto;
		width: 80px;
	}
	.hpage5 .rts li{
		margin-bottom: 10px;font-size: 16px;
	}
	.hpage6{
		padding: 40px 0;
	}
	.hpage6 ul{
		position: static;
	}
	.hpage6 dd{
		width: auto;margin-bottom: 10px;position: relative;
		top: 0 !important;left: 0 !important;
	}
	.hpage6 .txt{
		position: static;display: block;
		padding: 15px;
	}
	.hpage6 .txt .ds:nth-child(n+2){
		margin-top: 10px;
	}
	.hpage6 .txt p br{
		display: none;
	}
	.hpage7{
		padding: 40px 0;
	}
	.hpage7 .flax{
		display: block;
	}
	.hpage7 .txt{
		width: auto;
	}
	.hpage7 .txt dd{
		line-height: 1.6;
	}
	.hpage7 .txt h6{
		margin-bottom: 15px !important;
	}
	.footer .wrap{
		display: block;
	}
	.footer .rts{
		width: auto;
		margin: 20px 0 0;
		display: block;
	}
	.footer .fms{
		width: auto;
		margin-top: 20px;
	}
	.footer .fms li .t1{
		height: 46px;font-size: 14px;
	}
	.footer .fms li .t2{
		height: 120px;
	}
	.footer .fms .btn{
		height: 46px;font-size: 14px;
	}
	.copyright{
		line-height: 1.6;
		padding: 20px;
	}
	.footer .logo img{
		height: 40px;
	}
	.footer{
		padding-top: 40px;
	}
	
	
	
	
}
@media only screen and (max-width:768px) {
	
}