.m2a .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.m2a .swiper-slide {
	font-size: 18px;
	background: #fff;
	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;
	overflow: hidden;
}

.m2a .swiper-slide a{
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}
.m2a .swiper-slide a img{
	width: 100%;
	height: 100%;
}
.m2a .swiper-slide div{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	height: 40px;
	display: flex;
	align-items: center;
}
.m2a .swiper-slide p{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 360px;
}
.m2a .swiper-pagination{
	bottom: 10px;
	right: 20px;
}
.m2a .swiper-pagination-bullet{
	width: 14px;
	height: 5px;
	background-color: #fff;
	border-radius: 0;
	margin: 0 5px;
}
.m2a .swiper-pagination-bullet-active{
	background-color: #B4151A;
}

@media screen and (max-width:1200px){
	.m2a .swiper-slide p{font-size: 14px; width: 240px;}
}