.show-s{
	display: none!important;
}
.nav-btn{
	display: none;
}
.m-nav{
	display: none;
}
@media screen and (max-width: 800px) {
	.show-s{
		display: block!important;
	}
	.hidden-s,.page-content>h3{
		display: none!important;
	}
	.container{
		padding: 0!important;
	}
	body,html{
		font-size: 12px;
	}
	header{
		padding-top: 0;
	}
	header .logo{
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	header .logo img{
		width: 80%;
	}
	.nav-btn{
		display: block;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	.nav-btn .iconfont{
		font-size: 2.2rem;
		color: #fff;
		font-weight: 900;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.search-box{
		padding: 5px;
	}
	.search-box input,.search-box form{
		width: 100%;
	}
	.swiper-news .swiper-slide>a,.news-item>a{
		height: auto;
		flex-direction: column;
	}
	.swiper-news img{
		width: 100%;
		height: 20rem;
	}
	.news-item>a>img{
		width: 100%;
	}
	.lesson-list li{
		width: 100%;
		padding: 5px 1rem;
	}
	.content .data a{
		margin-top: 1rem;
	}
	.page-header{
		display: none;
		min-height: 100px;
		overflow: hidden;
	}
	.page-header img{
		max-width: 200%;
	}
	.list-foreach li>a>p .iconfont,.page-position{
		display: none;
	}
	
	
	.m-nav{
		position: fixed;
		z-index: 9999999;
		background-color: rgba(255,255,255,.99);
		left: 0;
		top: 4rem;
		height: 100%;
		width: 100%;
		display: none;
	}
	.m-menu li{
		position: relative;
		padding-left: 40px;
		line-height: 50px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.m-menu li>a{
		display: block;
		font-size: 16px;
		color: #666;
	}
	.m-menu li .iconfont{
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 50px;
		height: 50px;
		left: 5px;
		top: 0;
		font-size: 26px;
		color: #000;
	}
	.m-menu-two{
		display: none;
	}
	.m-menu-two a{
		display: block;
		font-size: 12px;
		line-height: 30px;
		padding-left: 10px;
	}
	.about-text img{
		width: 100%;
	}
	
	
	/*手机悬浮*/
	body{
		padding-bottom: 60px;
	}
	.fixed-icon{
		top: inherit;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 60px;
	}
	.fixed-list{
		flex-direction: row;
		height: 100%;
	}
	.fixed-list>div{
		border-radius: 0;
		width: 25%;
		height: 100%;
		background-color: #005CBF!important;
		justify-content: center;
		align-items: center;
		border-right: 1px solid rgba(255,255,255,.4);
		padding-left: 0;
	}
	.fixed-phone:hover{
		left: 0;
	}
	.fixed-list>div>a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.fixed-list>div .iconfont{
		margin: 0;
	}
}