.show-s{
	display: none!important;
}
.m-nav{
	display: none;
}
/*轮播大图*/
.swiper-top .swiper-slide img:nth-child(2){
	display: none;
}
@media screen and (max-width: 800px) {
	.swiper-top .swiper-slide img:nth-child(2){
		display: block;
	}
	.swiper-top .swiper-slide img:first-child{
		display: none;
	}
	.show-s{
		display: block!important;
	}
	.hidden-s{
		display: none!important;
	}
	.container{
		padding: 0!important;
	}
	body,html{
		font-size: 12px;
		font-weight: 900;
	}
	.iconfont{
		font-weight: 100;
	}
	header{
		position: relative;
		z-index: 9999999;
		box-shadow: 0 0 8px 6px rgba(0,0,0,.15);
		background: url(../image/header-bg.png);
	}
	header .container>.s-flex{
		justify-content: space-between;
	}
	header .logo{
		margin-left: 1rem;
	}
	.nav-btn .iconfont{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 4rem;
		color: #DA1C30;
		padding-right: 1rem;
	}
	.m-nav{
		display: none;
		width: 100%;
		background-color: rgba(0,0,0,.9);
		color: #fff;
	}
	.m-nav li{
		border-bottom: 1px solid rgba(255,255,255,.2);
		line-height: 4rem;
		padding-left: 1rem;
		padding-right: 3rem;
		position: relative;
	}
	.m-nav li>a{
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: 900;
	}
	.m-nav li>.iconfont{
		color: #fff;
		position: absolute;
		top: 0;
		right: 1rem;
		font-size: 2rem;
	}
	.m-nav .m-menu2{
		display: none;
	}
	.m-nav .m-menu2 p{
		font-size: 12px;
		padding-left: 1rem;
		line-height: 2.6rem;
	}
	.guestbook-form{
		padding: 1rem 0;
	}
	/*手机悬浮*/
	body{
	}
	.fixed-icon{
		display: none!important;
		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: #FC4A1A!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;
	}
	/*主页icons*/
	.index-icons{
		display: block;
		overflow: hidden;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		background: url(../image/icon-bg.png);
		background-size: 100%;
	}
	.index-icons li{
		display: block;
		width: 25%;
		float: left;
		text-align: center;
		padding: .6rem .5rem;
		color: #000;
	}
	.index-icons li .iconfont{
		display: flex;
		width: 50px;
		height: 50px;
		justify-content: center;
		align-items: center;
		font-size: 28px;
		margin: 0 auto 1rem;
		border-radius: 100%;
		color:#fff;
		background-color: #FC4A1A;
	}
	.index-icons li p{
		font-weight: 900;
	}
	/*end*/
	
	.adv-content{
		height: 584px;
		max-width: 100%;
	}
	.adv-content>img{
		max-width: auto;
		height: 100%;
	}
	.adv-text{
		max-width: 100%;
	}
	.page-header{
		height: 200px;
	}
	.page-header img{
		max-width: auto!important;
		height: 100%;
	}
	.news-list li>a{
		height: auto;
	}
	.news-list li>a img{
		width: 100%;
	}
	.page-header{
		display: none;
	}
	.store-image-hover{
		padding-top: 0;
	}
	.page-position{
		flex-direction: column;
		justify-content: flex-start;
	}
	.page-position h3{
		margin-bottom: 1rem;
	}
	.page-position .navbars{
		font-size: 12px;
		color: #999;
	}
	.news-model .title{
		top: -44px;
	}
	.index-about{
		margin-top: 0!important;
	}
	.index-about-pic img{
		padding: 0;
	}
	.index-about-pic:hover img{
		left: 0;
		top: 0;
	}
	.index-about-pic{
		padding: 0;
	}
	.index-about-pic::after{
		display: none;
	}
	.index-pro{
		background: url(../image/pro-bg-m.jpg);
		padding: 0;
		margin: 3rem auto 0;
	}
	.index-pro-text{
		text-align: center;
	}
	.news-item{
		background-color: #fff;
		margin-bottom: 1.5rem;
		padding: 1rem;
	}
}