/*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: 19.2px;
}
@media only screen and (max-width:1920px) {
	html{
		font-size: 1vw;
	}
	
}
@media only screen and (max-width:1720px) {
	html{
		font-size: 16px;
	}
	.naver li{
		margin-left: 1.4rem;
	}
}
@media only screen and (max-width:1720px) {
	html{
		font-size: 16px;
	}
	.naver li{
		margin-left: 1.4rem;
	}
	.naver ul{
		margin-top: 5px;
	}
	.naver dl{
		margin-top: 0;
	}
}
@media only screen and (max-width:1540px) {
	html{
		font-size: 15px;
	}
	
}
@media only screen and (max-width:1480px) {
	.naver li h3 a{
		font-size: 14px;
	}
	
}
@media only screen and (max-width:1380px) {
	.logo a img{
		height: 50px;
	}
	.logo a{
		font-size: 16px;
	}
	.naver .icon{
		margin-left: 10px;
	}
}
@media only screen and (max-width:1280px) {
	.naver ul{
		display: block;
		position: absolute;
		right: 0;left: 0;
		background: #0ab5f4;
		top: 100%;
		margin: 0;
		padding: 20px 0;
		max-height: calc(100vh - 70px);
		display: none;
	}
	.naver li{
		margin: 0;
	}
	.naver li h3 a{
		font-size: 16px;
		line-height: 46px;
		padding: 0 20px;
	}
	.naver ul li{
		border-bottom: 1px solid rgba(255,255,255,0.2);position: relative;
	}
	.naver li .nlis{
		position: static;
		transform:translateX(0%);
		border-radius: 0;
	}
	.naver ul li i{
		position: absolute;right: 0;top: 0;width: 46px;height: 46px;
		background: url(../images/ar1.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 i.on{
		transform: rotate(180deg);
	}
	
	
	.header{
		position: fixed;
		background: #0ab5f4;
		align-items: center;
		padding-bottom: 0;
	}
	.gh{
		display: block;position: static;
		margin-right: 15px;
	}
	.naver dd a{
		opacity: 1;
	}
}
@media only screen and (max-width:1140px) {
	html{
		font-size: 14px;
	}
}
@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;
	}
	.header{
		height: 70px;
	}
	.mkvideo{
			width: 95%;
		}
		.mkvideo .icos{
			right: 0;transform:scale(0.8);
			-ms-transform:scale(0.8);  /* IE 9 */
			-moz-transform:scale(0.8);     /* Firefox */
			-webkit-transform:scale(0.8); /* Safari 鍜� Chrome */
			-o-transform:scale(0.8); 
		}
	.wrap {
		width: auto;
		padding: 0 15px;
	}	
	html{
		font-size: 16px;
	}
	.banner{
		min-height: 0;
		height: 50vw;
	}
	.layout{
		padding: 70px 0 0;
		border: none;
	}
	.naver .icon a{
		height: 70px;
	}
}
@media only screen and (max-width:992px) {
	.naver ul{
		max-height: calc(100vh - 60px);
	}
	.hnews{
		display: block;
	}
	.hnews .pic{
		width: auto;
	}
	.hnews .pic img{
		height: 100%;
	}
	.hnews .newslist{
		width: auto;
		margin: 20px 0 0;
	}
	.logo a i{
		display: none;
	}
	.naver .icon{
		display: none;
	}
	.naver dl{
		display: none;
	}
	.banner .spans{
		bottom: 10px;
	}
	.hpd{
		padding-top: 40px;
	}
	.newslist li a{
		padding: 15px;
		height: auto;
	}
	.newslist li .flexft{
		position: static;
		margin: 20px 0 0;
	}
	.newslist li h4{
		margin-top: 0;
	}
	.newslist li{
	}
	.flexcent{
		margin: 0 40px;
	}
	.hpics{
		display: block;
	}
	.hpics .imgs{
		width: auto;
		margin: 10px 0 0;
	}
	.hpics .imgs a{
		height: auto;
		margin-bottom: 10px;
	}
	.hsection2:before{
		display: none;
	}
	.hsection1{
		padding-bottom: 30px;
	}
	.hsection2{
		margin-top: 0;
		padding-bottom: 20px;
		padding-top: 30px;
		background: #0ab5f4 !important;
	}
	.hsection2 .wrap{
		display: block;
	}
	.hsection2 .lis{
		width: auto;
		margin: 0 0 10px;
	}
	.hsection2 .lis .txt p{
		max-height: 3em;height: auto;
	}
	.hsection2 .lis dd a{
		padding: 8px 0;
	}
	.hsection3 .wrap{
		display: block;
	}
	.hsection3 .lis{
		width: auto;
	}
	.zxlist .txt p{
		height: 3.2em;
	}
	.hsection3{
		padding-bottom: 20px;
	}
	.footer{
		padding: 0 0 20px;
		overflow: hidden;
	}
	.footer .flex{
		display: block;
	}
	.footer .link dd{
		margin: 20px 10px 0 0;
	}
	.footer .flex{
		margin-top: 20px;
	}
	.copyright{
		margin-top: 10px;
	}
	.header{
		height: 60px;
	}
	.layout{
		padding-top: 60px;
	}
	.footer .link dd ul a{
		font-size: 14px;
		line-height: 32px;
	}
	.xueypic li {
		height: 36vw;
	}
}