 
.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%;
	position: relative;
	overflow: hidden;
}

.ft-carousel .carousel-inner .carousel-item .font{
	position: relative;
	left: 0;
	bottom: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	z-index: 6	;
	background: rgba(0,0,0,0.6);
	color: #fff;
	width: 100%;
}
.ft-carousel .carousel-inner .carousel-item .font a{
	color: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.ft-carousel .carousel-item img {
	width: 100%;
	height: 356px;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left:50%;
	margin-left: -50%;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 33.33%;
	height: 3px;
	background-color: #000;
	/* margin: 0 4px; */
 
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images/next.png) no-repeat;
}