.mban {display:none}
@media screen and (max-width: 780px) {
.mban {width:100%; display:block; position:relative; z-index:0; height:300px; background:url({pboot:sitetplpath}/static/image/mban.jpg) center bottom;}
.module-content {display:none} 	
}
.alilist{
		width: 80%;
		overflow: hidden;
		margin: 0px auto;
	}
	.swiper-container {
		width: 100%;
		height: 100%;
	}
	
	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
	
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	
	
	.alilist_img img{
		width: 100%;
		height:185px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 2px;
	}
	.alilist_img span{
		display: block;
		text-align: center;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.prev_next{
		position: absolute;
		width: 80%;
		height: auto;
		margin: 0px auto;
	}
	.prev_next .swiper-button-next{
		margin-right: -50px;
		margin-top: -150px;
	}
	.prev_next .swiper-button-prev{
		margin-left: -50px;
		margin-top: -150px;
	}
@media screen and (max-width:767px){	
	.alilist{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	
	.swiper-container {
		width: 100%;
		height: 180px;
		margin-top:0px;
		
	}
	
	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
	
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.alilist_img img{
		width: 100%;
		height:155px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 2px;
	}
	.alilist_img span{
		display: block;
		text-align: center;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.prev_next{
		position: absolute;
		width: 100%;
		height: auto;
		display:none;
		margin: 0px auto;
	}
	.prev_next .swiper-button-next{
		margin-right: -50px;
		margin-top: -150px;
	}
	.prev_next .swiper-button-prev{
		margin-left: -50px;
		margin-top: -150px;
	}
}