.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: 30px;
	}
	.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;
	}
	.copyright .container{
		flex-direction: column;
	}
	.swiper-text h1{
		font-size: 1rem;
	}
	.icon-item{
		padding: 1rem 0;
	}
	.header .site_title p,.header .site_title h6{
		color: #000!important;
		white-space: nowrap;
		letter-spacing: 0;
	}
	.site_title p{
		font-family: arial;
		font-weight: normal;
		font-size: 10px;
		text-transform: lowercase;
	}
	.header .col-md-8{
		padding: 0;
	}
	.page-header{
		height: 100px;
	}
	.list-news>a{
		flex-direction: column;
	}
	.list-news>a .text{
		padding-bottom: 1rem;
	}
	/*手机导航*/
	.header{
		position: relative;
	}
	.m-nav-btn{
		display: block;
		position: absolute;
		right: 10px;
		top: 9px;
		font-size: 32px!important;
		color: #F0BA00;
		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: #F0BA00;
		font-size: 15px;
		line-height: 3;
		padding-left: 10px;
		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: 40px;
		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: #F0BA00;
	}
	.m-fixed-list ul li .iconfont{
		display: inline-block;
		font-size: 20px;
		line-height: 40px;
		color: #fff;
	}
}<!--0.00019311904907227-->