ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	/* min-height: 700px; */
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	/* height: 100%; */
	text-align: center;
	height: 600px;
	/* min-height: 700px; */
	background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-size:  auto 700px;

	
}

.ft-carousel .carousel-item a {
    display: block; 
	/* height: 600px;
	margin: auto 0; *
	/* display: block; */
    text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.ft-carousel .carousel-item img {
	/* width: 100%; */
	 height: 600px;
	/* margin: auto 0; */ 

	visibility:hidden;
    text-align: center;

}

.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: #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: 0;
	background: url(../image/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../image/next.png) no-repeat;
}
