#swiper {
	position: relative;
	width: 525px;
	margin: 0 auto
}

#swiper .swiper-container {
	padding-bottom: 0px;
}

#swiper .swiper-slide {
	width: 525px;
	height: 500px;
}

#swiper .swiper-slide .text {
	position: absolute;
	left: 15%;
	top: 0;
	width: 340px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	box-shadow: 0px 3px 16px #666;
}

#swiper .swiper-slide .text img {
	width: 340px;
	height: 465px;
	margin-right: 15px;
	/* border: 2px solid #ededed; */
}

#swiper .swiper-slide h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(220, 7, 7, 0.85);
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	text-align: center;
	text-indent: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#swiper .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#swiper .swiper-button-prev {
	left: 0px;
	top: 45%;
	width: 40px;
	height: 80px;
	background-image: url(../images/button-left.png);
}

#swiper .swiper-button-prev:hover {
	background-image: url(../images/button-left-active.png);
	background-size: 100%
}

#swiper .swiper-button-next {
	right: 0px;
	top: 45%;
	width: 40px;
	height: 80px;
	background-image: url(../images/button-right.png);
}

#swiper .swiper-button-next:hover {
	background-image: url(../images/button-right-active.png);
	background-size: 100%
}

#swiper .swiper-button-prev::after,
#swiper .swiper-button-next::after {
	display: none;
}

