.show-s{
	display: none!important;
}
.m-nav{
	display: none;
}
@media screen and (max-width: 800px) {
	.show-s{
		display: block!important;
	}
	.hidden-s{
		display: none!important;
	}
	.container{
		padding: 0!important;
	}
	body,html{
		font-size: 12px;
	}
	/*手机悬浮*/
	body{
		padding: 0;
		position: relative;
	}
	/*手机头部*/
	.m-header{
		background-color: #7B322B;
		height: 60px;
		position: relative;
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		z-index: 99999;
	}
	.m-header img{
		padding-top: 5px;
		height: 50px;
		padding-left: 1rem;
	}
	.m-header>.s-flex{
		justify-content: space-between;
	}
	.m-header .m-btn .iconfont{
		display: inline-flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		font-size: 3rem;
		color: #fff;
		font-weight: 900;
	}
	.m-menu{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: rgba(0,0,0,.7);
		color: #fff;
		width: 100%;
		height: 100vh;
	}
	.m-menu ul li{
		text-align: center;
		margin-top: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.m-menu ul li h3{
		font-size: 16px;
		line-height: 35px;
	}
	
	.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: #4484ce!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;
	}
	
	/*手机端主页*/
	.swiper-top img{
		width: auto!important;
		height: 100%;
		transform: translate(-55%,0);
	}
	.pro-label li{
		flex: auto;
		width: 50%;
	}
	.pro-imgs{
		height: 100%;
	}
	.pro-imgs .swiper-slide img{
		height: 75vh;
		width: auto!important;
		transform: translateX(-35%);
	}
	.index-news{
		padding: 2%;
		max-height: 100vh;
		overflow: hidden;
	}
	.index-title{
		margin: 1rem 0;
	}
	.index-title h6,.more a{
		margin-bottom: 1rem;
	}
	.index-business{
		flex-direction: column;
		justify-content: center;
	}
	.index-business>div{
		flex: 1;
	}
	.business-item{
		max-height: 33.33vh;
	}
	.business-item .business-hover p{
		display: none;
	}
	.work-col>div:nth-child(2n)>div:first-child{
		order: 0;
	}
	.contact-box{
		border-left: none;
	}
}