
body {
	margin: 0;
	padding: 0;
	/* list-style: none; */
}

.example {
	width: 990px;
	height: 460px;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	color: #fff;
}

.example-e {
	width: 1100px;
	height: 600px;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	color: #fff;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.carousel-items {
	float: left;
	height: 100%;
}

.span-altter-color {
	background-color: #246FA5;
	border-radius: 5px 5px;
	padding: 20px 8px;
	margin: 0 60px;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 70%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	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: -20px;
	background: url('img/prev.png') no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: -20px;
	background: url('img/next.png') no-repeat;
}

@media only screen and (max-width:575px) {
	.example {
		width: 100%;
		height: 800px;
	}
	
	.example-e {
		width: 100%;
		height: 720px;
	}
	
	.span-altter-color {
		margin: 0 33px;
	}
}

.example-c {
	width: 1100px;
	height: 100%;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	color: #fff;
}

@media only screen and (max-width:575px) {
	.example-c {
		width: 100%;
		height: 100%;
	}
	.example-e {
		display: none;
	}
}

@media only screen and (min-width:575px) {
	
	.example-c {
		display: none;
	}
}