.show-s{
	display: none!important;
}
.nav-mobile{
	display: none;
}
@media screen and (max-width: 1400px) {
	
}
@media screen and (max-width: 800px) {
	.show-s{
		display: flex!important;
	}
	.hidden-s{
		display: none!important;
	}
	.container{
		padding: 0!important;
	}
	body,html{
		font-size: 12px;
	}
	body{
		padding-bottom: 60px;
	}
	/*手机导航栏*/
	.header{
		z-index: 99999999;
	}
	.header .logo img{
		max-height: 50px;
	}
	.header .logo{
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.m-nav .iconfont{
		font-size: 3.2rem;
		font-weight: bold;
		color: #D00B0B;
	}
	.nav-mobile{
		position: fixed;
		display: none;
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		z-index: 9999999;
	}
	.nav-mobile ul li{
		border-top: 1px solid #eee;
		padding-left: 15px;
		padding-right: 50px;
		position: relative;
	}
	.nav-mobile ul li>.iconfont{
		position: absolute;
		width: 24px;
		height: 24px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		right: 15px;
		top: 12px;
		color: #666;
	}
	.nav-mobile ul li>a{
		font-size: 16px;
		height: 50px;
		display: block;
		line-height: 50px;
	}
	.mobile-menu{
		display: none;
	}
	.mobile-menu p{
		padding-left: 15px;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	.auto-flex{
		flex-wrap: wrap;
	}
	/**/
	/*轮播大图*/
	.swiper-top .swiper-slide img:last-child{
		display: block;
	}
	.swiper-top .swiper-slide img:first-child{
		display: none!important;
	}
	/**/
	.content-main,.news-item{
		flex-direction: column;
	}
	.news-pic{
		width: 100%;
		margin-bottom: 1rem;
		max-height: 100%;
	}
	.form-button{
		margin-right:1rem;
	}
	.article-page{
		flex-wrap: wrap;
	}
	.list-l{
		display: none!important;
	}
	
	
	/*手机悬浮*/
	.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: #D00B0B!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;
	}
	.col-6{
		padding: 1px;
	}
}<!--耗时1755247654.0525秒-->