.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
.show-s,.m-nav-btn{
	display: none!important;
}
@media screen and (max-width: 700px) {
	body,html{
		font-size: 36px;
	}
	.show-s,.m-nav-btn{
		display: block!important;
	}
	.row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer{
		margin-top: 30px;
	}
	.container-content{
		padding: 0 10px;
	}
	.hidden-s{
		display: none!important;
	}
	.swiper-top .swiper-slide img:first-child{
		display: none;
	}
	.swiper-top .swiper-slide img:nth-child(2){
		display: block;
	}
	.pro-hot,.fl-small,.pro-label>a,.pro-item,.pro-detail,.hangye-item>a{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.fr,.fl,.fl-small,.fl-small>a,.fr>a,.swiper-hy,.foot-contact,.pro-item .pic,.pro-item .text,.hangye-item>a .pic{
		width: 100%!important;
		height: auto!important;
	}
	.swiper-btn{
		margin-top: 5px;
	}
	.pro-label{
		margin-top: 10px;
	}
	.pro-label .text{
		padding: 15px;
	}
	.page-navbar{
		line-height: 15px;
	}
	.m-mb-2{
		margin-bottom: 10px;
	}
	.hangye-more{
		position: relative;
		top: -10px;
	}
	.swiper-pro-prev, .swiper-pro-next{
		top: 20px;
	}
	.foot-nav{
		position: relative;
		width: 100%;
		border-bottom: 1px solid #4c4b4b;
		margin-right: 0!important;
		padding: 5px 0;
	}
	.foot-nav ul{
		display: none;
	}
	.foot-nav ul li{
		background-color: #4c4b4b;
		padding: 5px;
	}
	.foot-nav .iconfont{
		position: absolute;
		right: 10px;
		top: 0;
		padding: 5px 0;
		line-height: 36px;
	}
	.page-header{
		padding-top: 0;
	}
	.page-navbar,.page-title{
		margin-top: 0;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	/*手机导航*/
	.header{
		position: relative;
		padding-bottom: 8px;
	}
	.header .logo{
		padding: 0;
	}
	.header .logo img{
		height: 40px;
	}
	.m-nav-btn{
		display: block;
		position: absolute;
		right: 10px;
		top: 2px;
		font-size: 36px!important;
		color: #DA3716;
		font-weight: 900;
	}
	.m-nav-new{
		position: absolute;
		display: none;
		width: 100%;
		top: 100%;
		left: 0;
		background: url(../image/foot-bg.jpg);
		box-shadow: 0 6px 8px rgba(0,0,0,.15);
	}
	.m-nav-new ul li{
		position: relative;
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
	}
	.m-nav-new ul li .iconfont{
		position: absolute;
		font-size: 16px;
		line-height: 40px;
		top: 5px;
		right: 10px;
		color: #fff;
		background-color: transparent;
		padding-left: 25px;
		font-weight: 900;
	}
	.m-nav-new ul li>a{
		display: block;
		width: 100%;
		line-height: 40px;
		text-indent: 1em;
		font-size: 14px;
		color: #fff;
	}
	.m-nav-new ul li>a:hover{
		background-color: #DA3716;
	}
	.m-nav-drop{
		display: none;
	}
	.m-nav-drop a{
		display: inline-block;
		margin: 5px 2px;
		padding: 5px;
		background-color: #4c4b4b;
		color: #AFAFAF;
	}
	.m-nav-drop a:hover{
		color: #fff;
	}
	
	.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: #C8211B;
	}
	.m-fixed-list ul li .iconfont{
		display: inline-block;
		font-size: 16px;
		line-height: 32px;
		color: #fff;
	}
}