.show-s{
	display: none!important;
}
@media screen and (max-width: 1400px) {
	
}
@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-left: 0;
	}
	/*手机导航栏*/
	.header{
		display: none;
	}
	
	.about-title h1{
		font-size: 3rem;
	}
	.about-title h6{
		top: -1rem;
	}
	.diy-title h6{
		font-size: 2rem;
	}
	.diy-title h2{
		top: 0;
		margin-bottom: 1rem;
	}
	.pro-items ul li{
		flex: auto;
		width: 50%;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	.pro-items ul li:hover{
		flex: auto;
	}
	.pro-items li:hover pre{
		height: 0;
	}
	.article{
		padding: 1rem;
	}
	.article,.article p{
		font-size: .875rem;
	}
	.list-news{
		flex-wrap: wrap;
	}
	.list-news-pic{
		width: 100%;
	}
	.contact-subname{
		font-size: 5rem;
		top: 3rem;
	}
	.pro-items li a p{
		text-align: center;
	}
	/*手机导航*/
	.m-header{
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: .5rem 1rem;
		border-bottom: 1px solid #ddd;
		align-items: center;
	}
	.m-header a{
		font-size: 15px;
		color: #000;
		font-weight: 900;
	}
	.m-header .iconfont{
		font-size: 30px;
		font-weight: 900;
		color: rgb(0,138,205);
	}
	.m-nav{
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		width: 100%;
		height: auto;
		background-color: rgba(0,138,205,1);
	}
	.m-nav a{
		display: block;
		text-align: center;
		border-bottom: 1px solid rgba(255,255,255,.1);
		padding: 0 1rem;
		font-size: 15px;
		color: #fff;
		line-height: 48px;
	}
	/*end*/
	.auto-flex{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.case-r,.swiper-case{
		width: 100%;
		height: 350px;
	}
	.swiper-news{
		height: 150px;
	}
	.page-label ul li{
		flex: 1;
		text-align: center;
		margin: 0;
	}
	/**/
	/*轮播大图*/
	/**/
	.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;
	}
	.honor-bg{
		padding: 15px;
	}
	.list-l,.page-l,.page-header,.page-position{
		display: none!important;
	}
	.page-r,.page-label{
		width: 100%;
	}
	.page-label ul{
		justify-content: center;
		width: 100%;
	}
	/*手机悬浮*/
	.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: #0054A8!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;
	}
}