ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	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 {
	width: 100%;
	height: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 50%;
	margin-left: -50vw;
	bottom: 10px;
	width: 100vw;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #d7d5d5;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: gray;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../picture/prev.png) no-repeat;
	
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../picture/next.png) no-repeat;
	
	
}
	body {
				margin: 0;
				font-family: "微软雅黑";
				/*background-color: #1F1F1F;*/
			}
			
			.example {
				width: 100vw;
				height: 100%;
				font-size: 40px;
				text-align: center;
				
			}
			.carousel-item {				
				width: 100vw;
				color: #fff;
				font-family: Arial Black
	}
	
@media only screen and (max-width: 768px) {
	.example {
		margin-top: 82px;
		height: 45vw;
	}
	.index-nav-phone {
		position: fixed;
		top: 0;
		z-index: 999;
	}	
}