.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
.show-s,.m-nav-btn{
	display: none!important;
}
@media screen and (max-width: 600px) {
	html{
		font-size: 25px;
	}
	.show-s,.m-nav-btn{
		display: block!important;
	}
	.hidden-s{
		display: none!important;
	}
	.swiper-top .swiper-slide img:first-child{
		display: none;
	}
	.swiper-top .swiper-slide img:nth-child(2){
		display: block;
	}
	.header{
		position: relative;
		color: #666;
		background-color: #fff;
	}
	.logo img:first-child{
		display: none;
	}
	.logo img:last-child{
		display: block;
	}
	.about-table{
		margin-bottom: 0.5rem;
	}
	.page-header{
		height: 150px;
	}
	.page-label {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	
	.page-label .container{
		height: auto;
	}
	.page-position{
		padding: 10px 0;
		height: auto;
	}
	.list-news a{
		flex-direction: column;
	}
	.list-news .date{
		display: none;
		width: 100%;
		max-width: 100%;
	}
	.list-news .text{
		padding: 0;
		order: 1;
		border: none;
	}
	.list-news .pic{
		width: 100%;
		margin-bottom: 15px;
	}
	.big-pic{
		display: none!important;
	}
	.mask{
		display: none!important;
	}
	.m-nav-btn{
		position: absolute;
		right: 5px;
		top: 0px;
		font-size: 1.2rem;
		font-weight: 900;
		color: #0055ff;
	}
	
	.m-nav{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background-color: rgba(255,255,255,1);
		width: 100%;
		height: 100vh;
	}
	.m-nav p a{
		display: block;
		font-size: 18px;
		font-weight: normal;
		line-height: 2rem;
		text-indent: 1em;
		border-top: 1px solid #eee;
	}
	.m-nav p:last-child a{
		border-bottom: 1px solid #eee;
	}
}