.swiper-wrapper {
	transition-timing-function: linear; //匀速滚动
}

.carousel-indicators {
	width: auto !important;
	margin-left: 0 !important;
	left: 90%;
}

.carousel-caption {
	left: 0%;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	text-align: left;
	padding-left: 15px;
}

.carousel-indicators .active {
	background-color: #2780E3;
	border: 1px solid #2780E3
}