ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.banner .ft-carousel {
	position: relative;
	width: 100%;
	height: 300px;
	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 {
	height: 300px;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: solid 1px #e31018;
	margin:0 4px;
	position: relative;
	top:-1px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	width: 16px;
	height: 16px;
	top:0;
	background-color: #e31018;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: 0px 4px;
	background: url(../images/cu_btn.png) 0 0 no-repeat;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: -10px;
	background-position:0 -220px;

}
.ft-carousel .carousel-prev-btn:hover{
	background-position:0 -138px;
}
.ft-carousel .carousel-next-btn {
	right: -10px;
	background-position:0 0;
}
.ft-carousel .carousel-next-btn:hover{
	background-position:0 -69px;
}