.example{width: 100%;height: 380px;font-size: 40px;text-align: center;margin: 20px auto 0;background-color: #464576;}
.example2{width: 100%;height: 230px;font-size: 40px;text-align: center;margin: 0 auto;background-color: #464576;}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 98%;
	text-align: right;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #404242;
	margin: 0 4px;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #04439a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}