.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
.show-s,.m-nav-btn{
	display: none!important;
}
@media screen and (max-width: 800px) {
	html{
		font-size: 36px;
	}
	.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;
	}
	.position-s{
		position: static!important;
	}
	.page-header{
		padding-top: 0;
		overflow: hidden;
	}
	.page-header>img{
		width: 200%;
	}
	.container-content{
		padding: 15px;
	}
	.pro-detail{
		flex-wrap: wrap;
	}
	.index-icon>div{
		width: 46%;
	}
	
	.mobile-more{
		margin: 10px auto;
		text-align: center;
	}
	.mobile-more a{
		display: inline-block;
		padding: 0 30px;
		line-height: 36px;
		font-size: 14px;
		color: #0071BF;
		border-radius: 4px;
		border: 1px solid #0071BF;
	}
	.mobile-more a:hover{
		background-color: #0071BF;
		color: #fff;
	}
	.m-pro-label{
		padding: 3px;
		position: relative;
	}
	.m-pro-label>a{
		display: block;
		background-color: #0071BF;
		color: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 32px;
	}
	.m-pro-label .iconfont{
		position: absolute;
		display: inline-block;
		right: 8px;
		top: 3px;
		line-height: 32px;
		font-size: 14px;
		color: #fff;
		width: 20px;
		text-align: center;
	}
	.m-pro-label .m-pro-label-menu{
		width: 100%;
		display: none;
		background-color: #003d66;
		text-align: center;
		z-index: 9999;
	}
	.m-pro-label .m-pro-label-menu>a{
		display: block;
		font-size: 12px;
		color: #fafafa;
		line-height: 32px;
	}
	.m-pro-label:hover .m-pro-label-menu{
		display: block;
	}
	.pt-60,.pt-80,.pt-40{
		padding-top: 20px!important;
	}
	.pb-60,.pb-80,.pb-40{
		padding-bottom: 20px!important;
	}
	/*手机导航*/
	.header{
		position: relative;
	}
	.m-nav-btn{
		display: block;
		position: absolute;
		right: 10px;
		top: 4px;
		font-size: 32px!important;
		color: #0071BF;
		font-weight: 900;
	}
	.m-nav{
		position: absolute;
		top: 100%;
		width: 100%;
		left: -100%;
		display: block;
		overflow: hidden;
		z-index: 9999;
		transition: all .35s ease-in-out;
	}
	.m-nav p a{
		display: block;
		border-top: 1px solid rgba(255,255,255,.2);
		background-color: #0071BF;
		font-size: 15px;
		line-height: 3;
		padding-left: 10px;
		color: #fff;
	}
	.m-nav-new{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.m-nav-new a{
		display: inline-block;
		width: 33%;
		padding: 5px;
		text-align: center;
		font-size: 14px;
		background-color: #000;
		color: #fff;
		border: 1px solid #fff;
	}
	.m-nav-new a:hover{
		background-color: #0071BF;
	}
	
	.m-fixed-list{
		position: fixed;
		bottom: 30px;
		left: 15px;
		width: calc(100% - 30px);
		z-index: 99999;
	}
	.m-fixed-list ul{
		background-color: rgba(0,0,0,.5);
		border-radius: 30px;
		display: flex;
		overflow: hidden;
	}
	.m-fixed-list ul li{
		flex: 1;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.m-fixed-list ul li:hover{
		background-color: #0071BF;
	}
	.m-fixed-list ul li .iconfont{
		display: inline-block;
		font-size: 16px;
		line-height: 32px;
		color: #fff;
	}
	.article,.article *{
		max-width: 100%;
		font-size: 14px;
	}
}