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%;
	position: relative;
}
.ft-carousel .carousel-inner .carousel-item p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 55px;
	background: url(../images_shouye/xin_bg.png);
}
.ft-carousel .carousel-inner .carousel-item p span{
	display: block;
	width: 560px;
	padding: 0 20px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	color: #fff;
	font-size: 16px;
}
.ft-carousel .carousel-item img {
	width: 740px;
	height: 555px;
}

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

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: rgba(33,33,33,0.3);
	margin: 0 6px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background: rgb(94,147,226);
}

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

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images_shouye/left_1.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images_shouye/right_1.png) no-repeat;
}