.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
.show-s{
	display: none!important;
}
.m-nav,.m-btn{
	display: none;
}
@media screen and (max-width: 600px) {
	html{
		font-size: 30px;
	}
	.show-s{
		display: block!important;
	}
	.hidden-s,.list-right-top{
		display: none!important;
	}
	.swiper-top .swiper-slide img:first-child{
		display: none;
	}
	.swiper-top .swiper-slide img:nth-child(2){
		display: block;
	}
	.lr-0{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.header{
		height: 60px;
		border-bottom: 1px solid #eee;
	}
	.logo img{
		height: 50px;
	}
	.m-btn{
		display: inline-flex;
		width: 40px;
		font-weight: 900;
		height: 40px;
		font-size: 30px;
		color: #143073;
	}
	.m-nav{
		display: none;
		position: fixed;
		top: 60px;
		z-index: 9999999;
		background-color: #143073;
		height: 100vh;
		width: 100%;
	}
	.m-nav li{
		position: relative;
		color: #fff;
		font-size: 16px;
		line-height: 50px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		padding-left: 20px;
	}
	.m-nav li .iconfont{
		position: absolute;
		right: 5px;
		top: 0;
		line-height: 50px;
		font-size: 24px;
	}
	.m-nav .m-nav-dropMenu{
		display: none;
	}
	.m-nav .m-nav-dropMenu a{
		display: inline-block;
		margin: 5px;
		min-width: 40%;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		color: #eee;
	}
	
	.list-label{
		display: flex;
		flex-wrap: wrap;
	}
	.list-label .title{
		min-width: 50%;
		max-width: 100%;
	}
	.pro-item>a .pic{
		width: 100%;
		height: 0;
		position: relative;
		padding-top: 100%;
		overflow: hidden;
	}
	.pro-item>a .pic img{
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.list-news{
		padding: 10px;
	}
	.list-news>a{
		flex-direction: column;
	}
	.list-news .pic{
		width: 100%;
	}
	
}