ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-slide .slide-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-slide .slide-inner .slide-item {
	float: left;
	height: 100%;
	position: relative;
}
#slide .ft-slide .slide-item .bimg{
	width: 100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	overflow:hidden;
}
#slide .ft-slide .slide-item .btit{
	width: 490px;
	height: 100px;
	padding: 15px 25px 0px;
	background-color: rgba(75, 117, 26, .8);
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 78px;
	margin-left: -600px;
	z-index: 99;
}
#slide .ft-slide .slide-item .btit h3{
	width: 100%;
	height: 70px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
	overflow: hidden;
}
.ft-slide .slide-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
	display:none;
}
.ft-slide .slide-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-slide .slide-indicators span.active {
	background-color: #de3a3a;
}

.ft-slide .slide-btn {
	position: absolute;
	top: 50%;
	width: 57px;
	height: 90px;
	margin-top: -70px;
	cursor: pointer;
}
.ft-slide .slide-prev-btn {
	left: 50%;
	background-image: url(../images/arrow_left_1.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	margin-left: -650px;
}

.ft-slide .slide-next-btn {
	right: 50%;
	background-image: url(../images/arrow_right_1.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	margin-right: -650px;
}