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

ul,
ol {
	list-style: none;
}



body {
	margin: 0;
	font-family: "微软雅黑";
	
			}
			
			
			
			.example {
	
	
	
	
	height: 400px;
	font-size: 40px;
	text-align: center;
	margin:0px auto;
	border:0px;
	margin:0px;
	padding:0px;
	
	
	
	
	
			}
			
			
			.carousel-item{line-height: 400px;color: #fff;font-family:  Arial Black;
			
			
			
			}
			
			
			
			
			
.ft-carousel {
	
	
	
	text-align:center;
	margin:0px auto;
	position:relative;
	
	
	
	
	
	height: 400px;

	
	
	overflow:hidden;
}

.ft-carousel .carousel-inner {
	
	height:400px;
	
	position: absolute;
	
	
	

	
	
	
}

.ft-carousel .carousel-inner .carousel-item {
	float:left;
	height:400px;
	width:1920px;
	padding:0px;
	margin:0px;
	display:inline-block;
	
	
}



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

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

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
	background:#bf000a;
}

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



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

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