/*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:1760px) {
	.header .hth h5{font-size:.8rem}
	.header .hth .search .txt{
    width: 8rem;}
}
@media only screen and (max-width:1600px) {
	.naver ul li a{font-size:14px}
	.header .hth .rt li a{font-size:14px}
} 

@media only screen and (max-width:1320px) {
	html{
		font-size: 15px;
	}
	.rnews dd a p{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.rnews dt{
		margin-bottom: 5px;padding-bottom: 5px;
	}
	.djlist dd a{
		padding: 7px 0;
	}
	.djlist dt a{
		margin-bottom: 14px;
	}
	.hsection1 .lis{
		width: 20%;
	}
	.hsection1 .lis.on{
		width: 40%;
	}
	.hsection1 .lis .unews{
		width: calc(100% - 50px);
	}
}
@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: 100%;
		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 .wrap{
		padding: 0;
	}
	.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%);
	}
	.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(0,0,0,0.1);
		margin: 0;
	}
	.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);
	}
	.header .hth h5{
		display: none;
	}
	.header .hth .rt{
		display: none;
	}
	.gh{
		display: block;position: static;
	}
	.hpage2,
	.hpage1{
		display: block;
	}
	.hpage1 .lt{
		width: auto;
	}
	.hpage1 .rt{
		width: auto;
		margin-top: 20px;
	}
	.hpage2 .lis{
		width: auto;
	}
	.djlist dt a img{
		height: 50vw;
	}
	.layout{
		padding-top: 60px;
	}
	.header .hth .wrap{
		height: 60px;
	}
	.header .hth .logo a img{
		height: 40px;
	}
	.hbulanner{
		height: 60vw;
	}
	.hpage2 .lis{
		margin: 30px 0 0;
	}
	.hmask{
		position: fixed;
		left: 0;right: 0;top: 0;
		bottom: 0;background: rgba(0,0,0,0.8);
		z-index: 11;display: none;
	}
	.hsection1{
		display: block;
	}
	.hsection1 .lis{
		width: 100% !important;
	}
	.hsection1 .lis .fletb{
		display: none !important;
	}
	.hsection1 .lis .uitem{
		display: block;pointer-events: auto;
		opacity: 1;position: static;
		padding: 0;
	}
	.hsection1 .lis{
		height: auto;
	}
	.hsection1 .lis .unews a p,
	.djlist dd a p,
	.djlist dd a p,
	.djlist dt p,
	.tzlist a p,
	.rnews dd a p{
		font-size: 16px !important;
	}
	.tzlist a .utime h6 i{
		font-size: 12px;
	}
	.keylist a .text p{
		margin-top: 0;
	}
	.footer .link dd a{
		margin-right: 8px;
	}
	.header{
		box-shadow: 0 0 8px 0 rgba(80,80,80,0.1);
	}
	.hbulanner .prev{
		left: 10%;
	}
	.hbulanner .next{
		right: 10%;
	}
	.header .naver li i{
		position: absolute;
		right: 0;top: 0;
		width: 46px;height: 46px;
		z-index: 11;background: url(../images/uar.png) no-repeat center;
		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 dl{
		position: static;transform:translateY(0%);
	}
	.naver ul li dd a{
		text-align: left;
	}
	.header .naver li i.on{
		transform: rotate(180deg);
	}
	.yunsmain .wrap{
		display: block;
	}
	.yunsmain .lts{
		width: auto;
	}
	.yunsmain .rts{
		width: auto;
	}
	.yunsmain .lts li::before{
		display: none;
	}
	.yunsmain .lts li.on a, .yunsmain .lts li a:hover{
		background: #0960b3;
	}
	.yunsmain .lts li a{
		padding: 0 15px;
	}
}
@media only screen and (max-width:768px) {
	.pages dd a{
		font-size: 14px;line-height: 32px;padding: 0 10px;
		margin: 0 2px;
	}
	.yunsmain .newspic li a{
		align-items: inherit;
	}
	.yunsmain .newspic li .pic{
		height: auto;
	}
	.yunsmain .newspic li h3{
		font-size: 16px !important;
	}
	.yunsmain .lts li{
		padding: 0;
	}
	.yunsmain.flax .xiaoyfg li,
	.xiaoyfg li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.yunsmain.flax .xiaoyfg li:nth-child(3n){
		margin-right: 0;
	}
	.xiaoyfg ul{
		justify-content: space-between;
	}
	.yunsmain .lts{
		padding: 0;
	}
	.yunsmain .lts li{
		margin: 0;
	}
	.yunsmain .lts li a{
		font-size: 16px;
	}
	.yunsmain{
		padding-top: 20px;
	}
	.hpiclist ul{
		justify-content: space-between;
	}
	.hpiclist ul li{
		width: calc((100% - 10px)/2);
		margin: 0 0 10px 0;
	}
	.hpage1 .lt .flex{
		display: block;
	}
	.hpage1 .lt .pics{
		width: auto;height: auto;
	}
	.hpage1 .lt .rnews{
		width: auto;
	}
	.footer .fflex{
		display: block;
	}
	.footer .weix{
		margin-top: 10px;
	}
	.footer{
		padding: 25px 0;
	}
	.hsection{
		padding-bottom: 40px;
	}
	.mt55{
		margin-top: 30px;
	}
	.rnews dt{
		margin-top: 15px;
	}
	.footer .fflex .flogo{
		display: block;
	}
	.footer .fflex .flogo p{
		margin-top: 15px;
	}
	.footer .link dl{
		padding-top: 0;
	}
	.hsection1 .lis .uitem .flex{
		display: block;
	}
	.hsection1 .lis .unews{
		width: auto;
	}
	.hsection1 .icon{
		position: absolute;right: 25px;top: 15px;
		margin: 0;
	}
	.hsection1 .lis .uitem .flecent img{
		display: none;
	}
	.hsection1 .lis .unews a i{
		font-size: 14px;
	}
}