@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
	padding-bottom: 120px;
}
.main .lBox {
	margin-top: 8px;
}
.main .lBox .mySwiper {
	margin-bottom: 46px;
	position: relative;
}
.main .lBox .mySwiper .slide {
	position: relative;
}
.main .lBox .mySwiper .slide .tag {
	padding: 0 11px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background: #D80E15;
}
.main .lBox .mySwiper .slide .txt {
	max-width: 680px;
	display: block;
	position: absolute;
	left: 15px;
	bottom: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .lBox .mySwiper .prev {
	margin-top: -39px;
	width: 45px;
	height: 76px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	background: url("../images/common/prev01.png") no-repeat center 29px;
}
.main .lBox .mySwiper .next {
	margin-top: -39px;
	width: 45px;
	height: 76px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	background: url("../images/common/next01.png") no-repeat center 29px;
}
.main .lBox .mySwiper .prev:hover,
.main .lBox .mySwiper .next:hover {
	background-color: rgba(0,0,0,0.5);
}
.main .lBox .mySwiper .swiper-pagination {
	width: auto;
	left: auto;
	right: 6px;
	bottom: 6px;
}
.main .lBox .mySwiper .swiper-pagination-bullet {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	opacity: 1;
	cursor: pointer;
	background: rgba(255,255,255,0.2);
}
.main .lBox .mySwiper .swiper-pagination-bullet-active {
	background: #fff;
}
