ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.carousel-item{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.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;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
    /* display: inline-block; */
    width: 60px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 3px;
    margin-right: 3px;
}

.ft-carousel .carousel-indicators span.active__ {
	background-color: rgba(255, 255, 255, 1);
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	margin-top: -30px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
}

.ft-carousel .carousel-next-btn {
	right: 0;
}

.btns_{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 4214124;
	height: 100%
}

.carousel-btn{
	width: 45px;
    height: 60px;
	display: block;
	font-family: simsun;
    float: left;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    background-color: #fff;
    color: #333;
}

