.slide {
    float: left;
    width: 100%;
    height: 100%;
}

.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display:inherit;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.fp-slide{
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-text {
    position: absolute;
    bottom: 50px;
    left: 44px;
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
    max-width: 600px;
}
.slide-text h2{
    font-size:30px;font-family:'华文细黑'
}
.slide-caption {
    display: block;
    right: 45px;
    bottom: 55px;
    position: absolute;
    height: 32px;
    line-height: 0;
    color: #fff;
    float: right;
}
.slide-caption h3{
    color: #fff;
    font-size: 14px;

}
#fp-slides{
    width: 100%;
    height: 100%;
}
.section .fp-slidesContainer .slide {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
#fp-slides .slidecount_h {
    right: 50px;
    bottom: 40px;
    width: 65px;
    height: 37px;
    color: #fff;
    position: absolute;
    z-index: 4;
    font-size: 22px;
    text-align: center;
    line-height: 1.6em;
}

.fp-controlArrow.fp-prev {
    position: absolute;
    right: 110px;
    bottom: 47px;
    width: 20px;
    height: 25px;
    background: url("../images/left_w.png")no-repeat;
    background-size: 20px 25px;
    cursor: pointer;
}
.fp-controlArrow.fp-next {
    position: absolute;
    right: 40px;
    bottom: 47px;
    width: 20px;
    height: 25px;
    background: url("../images/right_w.png")no-repeat;
    background-size: 20px 25px;
    cursor: pointer;
}
