/*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;
}



@media only screen and (max-width:1460px) {
	.wrap{
		    max-width: 88rem;
	}
	.hnews .flex .lt{
		width: 48%;
	}
	.hnews .flex .rt{
		width: 48%;
	}
}

@media only screen and (max-width:992px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	h5{
		font-size: 16px !important;
	}
	p,
	h6{
		font-size: 16px !important;
	}
	html{
		font-size: 16px;
	}
	.naver li{
		margin-left: 0;
	}
	.gh{
		display: block;
		right: 15px;top: 15px;
	}
	
	.naver ul{
		display: block;background: #004eb7;
		margin: 0;
	}
	.naver{
		position: absolute;z-index: 99;
		left: 0;right: 0;top: 100%;
		display: none;max-height: calc(100vh - 60px);
		overflow-y: scroll;
	}
	.header{
		background: #004eb7;
		padding: 0 15px !important;
		height: 60px;align-items: center;
	}
	.header .logo img{
		height: 40px;
	}
	.naver li h4 a{
		font-size: 16px;
		padding: 0 20px;
		border-bottom: 1px solid rgba(255,255,255,0.13);
		display: block;
		line-height: 46px;
	}
	.naver ul li{
		margin: 0;
	}
	.layout{
		padding-top: 60px;
	}
	.banner{
		height: 45vw;
	}
	.header .form{
		display: none;
	}
	.banner .prev, .banner .next{
		margin: -1.5625rem 0.5625rem;
		display: none;
	}
	.wrap{
		padding: 0 15px;
	}
	.hnews .flex{
		display: block;
	}
	.hnews .flex .lt{
		width: auto;
	}
	.hnews .flex .rt{
		width: auto;
		margin-top: 15px;
	}
	.pictxtlist li .icon{
		width: 120px !important;height:90px !important;
	}
	.pictxtlist li .text{
		height: 90px !important;
		padding: 8px 15px !important;
		width: auto;flex: 1;
	}
	.pictxtlist li .text p{
		font-size: 14px !important;
	}
	.hnotice{
		padding:   0;
	}
	.flextit{
		padding: 30px 0 20px;
	}
	.swiperlist{
		padding: 0;
		margin: 0;
	}
	.hnotice .swiper-slide a{
		padding: 20px;
	}
	.hbg{
		padding: 40px 0;
	}
	.hfengc .flex{
		display: block;
	}
	.hfengc .flex .lis{
		margin-bottom: 20px;
	}
	.meiti .flex{
		height: auto;
		display: block;
	}
	.meiti .flex .lpic{
		width: auto;
		height: auto;
	}
	.meiti .lcent{
		width: auto;
		margin: 10px 0;
	}
	.tablist ul li{
		width: auto;
		margin: 0 0 10px 0;
	}
	.tablist ul{
		display: block;
	}
	.tablist{
		padding: 30px 0 0;
	}
	.tablist ul li a{
		font-size: 22px;height: 80px;
	}
	.footer .wrap{
		display: block;
	}
	.footer .line{
		display: none;
	}
	.footer .ftab ul{
		margin: 15px 20px 15px 0;
	}
	.footer .ftab ul li a{
		font-size: 16px;
	}
	.footer .weix{
		width: 100px;
	}
	.footer .lt .logo img{
		height: 48px;
	}
	.copyright a{
		font-size: 14px;
	}
	.naver ul li i{
		position: absolute;
		right: 0;top: 0;
		width: 46px;height: 46px;
		display: block;z-index: 1;
		background: url(../images/prev1.png) no-repeat center/8px auto;
		transform: rotate(180deg);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 ul li i.on{
		transform: rotate(270deg);
	}
	.naver ul li dl{
		position: static;
		transform:translateX(0%);
	}
	.naver ul li dl dd a{
		font-size: 16px;
		padding: 10px  30px;
	}
	.meiti .felx2{
		overflow: hidden;
	}
	.meiti .felx2 .micon{
		margin-left: -5.5rem;
	}
}