.example {
	margin: 0px auto; width: 1010px; height: 662px; text-align: center; padding-top: 147px; font-size: 40px;
}
.carousel-item {
	line-height: 470px; font-family: Arial Black;
}
.ft-carousel {
	width: 100%; height: 100%; overflow: hidden; position: relative;
}
.ft-carousel .carousel-inner {
	left: 0px; top: 0px; height: 100%; position: absolute;
}
.ft-carousel .carousel-inner .carousel-item {
	height: 100%; float: left;
}
.ft-carousel .carousel-item img {
	width: 100%;
}
.ft-carousel .carousel-indicators {
	left: 0px; width: 100%; text-align: center; bottom: 10px; font-size: 0px; position: absolute;
}
.ft-carousel .carousel-indicators span {
	margin: 0px 4px; border-radius: 50%; width: 12px; height: 12px; display: inline-block; cursor: pointer; background-color: rgb(255, 255, 255);
}
.ft-carousel .carousel-indicators span.active {
	background-color: rgb(222, 58, 58);
}
.ft-carousel .carousel-btn {
	top: 50%; width: 28px; height: 55px; margin-top: -25px; position: absolute; cursor: pointer;
}
