body {
    margin: 0;
    font-family: "微软雅黑";
    /*background-color: #1F1F1F;*/
}

.example {
    width: 100%;
    height: 600px;
    font-size: 40px;
    text-align: center;
    /*margin: 20px auto;*/
    background-color: #FFFFFF;
}

.carousel-item {
    /*line-height: 336px;*/
    color: #fff;
    font-family: Arial Black
}

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: auto;
    height: 600px;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
    display: none;
}

.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;
    width: 50px;
    height: 45px;
    margin-top: -25px;
    cursor: pointer;
    display: inline-block;
    z-index:999;
}

.ft-carousel .carousel-prev-btn {
	position: absolute;
    left: 20%;
    bottom: 2px;
    background: url(../img/last-icon.png)center center no-repeat;
    z-index:999; 
}

.ft-carousel .carousel-next-btn {
    position: absolute;
    right: 20%;
    bottom: 2px;
    background: url(../img/next-icon.png)center center no-repeat;
     z-index:999;
}