/*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%;z-index: 11;
		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 !important;
		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{
		-webkit-backdrop-filter: blur(1.5625vw);
		    -webkit-backdrop-filter: blur(1.5625vw);
		    backdrop-filter: blur(1.5625vw);
		    background-color: rgba(255, 255, 255, 1);
			background: #000;height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.hnli{
		position: static;
	}
	.gh{
		display: block;position: static;
	}
	.hbanner{
		height: 48vw;
	}
	.hnli .flexc{
		display: block;
	}
	.hnli .ls{
		display: none;
	}
	.hnli .rs{
		width: auto;
		padding: 0;
	}
	.hnli dl{
		display: block;
	}
	.hnli dd{
		padding: 15px;
		margin: 0;
		border-bottom: 1px solid #f1f1f1;
	}
	.hnli dd::before{
		display: none;
	}
	.hpage1{
		padding: 40px 0;
	}
	.hpage1 .text{
		width: auto;
		margin: 0;    background: rgba(255, 255, 255, .9);
		padding: 20px;
	}
	.hpage2{
		padding: 40px 0;
		background-position: right center !important;
	}
	.hpage2 .txt h3 a{
		font-size: 18px;line-height: 2;
	}
	.hpage2 .txt li{
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.aitem2,
	.aitem1,
	.aboit1,
	.hpage4,
	.hpage3{
		padding: 40px 0;
	}
	.hpage4 .uitflax{
		display: block;
	}
	.hpage4 .lts{
		max-width: 100%;
	}
	.hpage4 .rts{
		width: auto;
		margin-top: 20px;
	}
	.hpage4 .rts h5 i{
		font-size: 24px;
	}
	.hpage4 .rts li{
		margin-bottom: 20px;
	}
	.hpage4 .rts li:nth-child(2n){
		padding-left: 3rem;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .hs{
		display: block;
		padding-bottom: 20px;
	}
	.footer .nav{
		display: none;
	}
	.header .logo img,
	.footer .logo img{
		height: 30px;width: auto;
	}
	.footer .bs{
		display: block;
	}
	.footer dl{
		justify-content: flex-start;
		margin-top: 20px;
	}
	.footer dd{
		margin: 0 15px 0 0;
	}
	.copyright{
		text-align: center;
	}
	.abanner{
		height: 40vw;
	}
	.aboit1 .hds{
		display: block;
	}
	.aboit1 .txt{
		width: auto;
	}
	.aboit1 .pic{
		width: auto;
		margin-top: 20px;
	}
	.aboit1 .txt p{
		margin: 15px 0;
	}
	.aboit1 .bds ul li{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 15px;
	}
	.aboit2{
		padding: 0 0 40px;
	}
	.swiplichen{
		padding-bottom: 80px;
	}
	.xinc4,
	.xinc3,
	.xinc2,
	.xinc1,
	.aboit7,
	.aboit6,
	.aboit5,
	.aboit4,
	.aboit3{
		padding: 40px 0;
	}
	.xinc3 img{
		margin-top: 30px;
	}
	.aboit3 .swituand{
		margin-top: 25px;
	}
	.swituand .pic{
		height: 100vw;
	}
	.aboit4 .swiprongy{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.aboit4 .swiprongy li{
		transform:scale(1);
	}
	.aboit4 .bds dl{
		padding: 15px;
		flex-wrap: wrap;
	}
	.aboit4 .bds dd{
		width: 48%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 10px 0;
		justify-content: center;
	}
	.selected .header:before{
		content: "";position: absolute;
		left: 0;right: 0;top: 100%;
		height: 100vh;z-index: 1;
		background: rgba(0,0,0,0.7);
	}
	.aboit4 .bds dd:nth-child(2n){
		display: none;
	}
	.hnli dd .icon{
		display: none;
	}
	.aboit5 .bds{
		width: auto;
		margin: 20px 0 0;
	}
	.aboit5 .bds li{
		position: static !important;
		margin:20px 0 0;
	}
	.aboit5 .bds li .ts{
		width: auto;
	}
	.hnli dd{
		width: auto;
	}
	.aboit5 .bds li .ts::after,
	.aboit5 .bds li .ts::before{
		display: none;
	}
	.aboit6 .swipnew{
		padding: 20px 0;
		margin-top: 8px;
	}
	.abodel .txt{
		margin: 25px 0;
	}
	.abodel .fts{
		display: block;
	}
	.abodel .fts h6{
		margin-bottom: 15px;
	}
	.abodel{
		padding: 20px 0 40px;
	}
	.uitlist{
		margin-top: 25px;
	}
	.uitlist li{
		display: block;
		padding: 20px;
	}
	.uitlist li .txt{
		width: auto;padding: 0 !important;
	}
	.uitlist li .rts{
		width: auto;
		margin-top: 20px;
		padding-right: 20px;
	}
	.uitlist li .pic{
		width: auto;
	}
	.uitlist li .icon{
		right: -20px;
		width: 8rem;
	}
	.uitlist li{
		margin-bottom: 15px;
	}
	.uitlist li:nth-child(2n) .rts{
		padding-left: 20px;
	}
	.uitlist li:nth-child(2n) .icon{
		left: -20px;
	}
	.xinc1 ul{
		display: block;
	}
	.xinc1 li{
		width: auto;
		margin: 0 0 10px 0;
		padding: 20px;
	}
	.xinc4 .hds{
		margin-top: 20px;
	}
	.xinc4 .box .tps{
		display: block;
		margin-top: 20px;
	}
	.xinc4 .box .pic{
		width: auto;
	}
	.xinc4 .box .txt{
		width: auto;margin-top: 15px;
	}
	.xinc4 .box dd h4 i{
		font-size: 20px;
	}
	.xinc4 .box .tbs li{
		height: 40px;width: 100px;
	}
	.xinc4 .hds li{
		width: 120px;height: 40px;
	}
	.zhis3,
	.zhis2,
	.zhis1{
		padding: 40px 0;
	}
	.uitlist li h3 br{
		display: none;
	}
	.zhis2 .bds{
		margin-top: 20px;
	}
	.zhis2 ul li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.zhis2 li .txt{
		padding: 0 15px 15px;
	}
	.zhis3 .navs{
		margin: 20px 0;
	}
	.zhis3 .navs li{
		width: auto;
	}
	.zhis3 .box .txt{
		position: static;
		border-radius: 0;
		padding: 15px;
	}
	.zhis3{
		padding-bottom: 0;
	}
	.zhis3 .navs li{
		font-size: 16px;
	}
	
	.aboit4 .swiprongy li.swiper-slide-active{
		padding: 5px;
	}
	.uityouce{
		display: none;
	}
	.hbanner .prev, .hbanner .next{
		margin: -25px 5px 0;width: 30px;height: 30px;background-size: 10px auto;
	}
	.zhis3 .flex .prev, .zhis3 .flex .next{
		width: 30px;height: 50px;background-size: 10px auto;
	}
	
	
	.aboit8{
		padding: 40px 0;
	}
	.aboit8 .bd{
		margin-top: 20px;
		padding: 20px;
	}
	.aboit8 .bd ul{
		display: block;
	}
	.aboit8 .bd ul li{
		width: 100%;
		margin: 0 0 0 0;
	}
	.aboit8 .bd li .txt{
		margin-bottom: 10px;
	}
	.aboit8 .bd li p{
		line-height: 2;
	}
	
}
@media only screen and (max-width:768px) {
	
}