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%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	padding-right: 10px;
}

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

.ft-carousel .carousel-indicators span.active {
	background-color: #007bc8;
}

.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(../img/prev.png) no-repeat;*/
	display: none;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	/*background: url(../img/next.png) no-repeat;*/
	display: none;
}
.carousel-inner li{
	position: relative;
}
.inner_tit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,13,0,0.8), rgba(0,0,0,0.9));
	background-image:  -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,13,0,0.8), rgba(0,0,0,0.9));
	background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,13,0,0.8), rgba(0,0,0,0.9));
	background-image: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,13,0,0.8), rgba(0,0,0,0.9));
}
.inner_tit p{
	padding-left: 15px;
	font-size: 18px;
	text-align: left;
	color: #333;
	margin: 0;
}