﻿.show-s{
	display: none!important;
}
.m-nav{
	display: none;
}
/*轮播大图*/
.swiper-top .swiper-slide img:last-child{
	display: none;
}
@media screen and (max-width: 800px) {
	.swiper-top .swiper-slide img:last-child{
		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;
	}
	header{
		position: relative;
		z-index: 9999999;
	}
	header>.container{
		justify-content: space-between;
	}
	.nav-btn .iconfont{
		font-size: 3rem;
		color: #DA1C30;
		font-weight: 900;
		padding-right: 1rem;
	}
	.m-nav{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		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: 3rem;
		padding-left: 1rem;
		position: relative;
	}
	.m-nav li>a{
		font-size: 14px;
		font-weight: 900;
	}
	.m-nav li>.iconfont{
		color: #fff;
		position: absolute;
		right: 1rem;
		font-size: 1.5rem;
	}
	.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{
		padding-bottom: 60px;
	}
	.fixed-icon{
		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: #DA1C30!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;
	}
	.list-pro{
		flex-direction: column;
		padding: 0;
		text-align: center;
	}
	.img-pro,.text-pro{
		width: 100%!important;
	}
	.pro-text span{
		text-align: center;
		padding: .4rem!important;
	}
	.pro-text span:nth-child(2){
		display: none;
	}
	.pro-table td,.pro-table th{
		white-space: normal;
		padding:0px;
	}
	.pro-list li .pro-img{
		padding: 0;
	}

}