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

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%‬;
	height: 360px;
	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-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
	display: none;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #a0a0a0;
	margin: 0 7px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #1479d7;
	width: 40px;
	border-radius: 50px;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 44%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0px;
	background: url(../image/left.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 8px;
	background: url(../image/right.png) no-repeat;
}