ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 180px;
	/* box-sizing: border-box; */
	overflow: hidden;
	/* padding: 5px; */
}

.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%;
	display: block;
}
.ft-carousel .carousel-indicators {
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
}
.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #09f;

}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 47%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 999;
}

.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;
}
.carousel-indicators .active {
    width: 30px;
    height: 10px;
    margin: 1px;
    background-color: #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(255, 255, 255, 0.51);
    border: 0px solid #fff;
    border-radius: 10px;
}