p {
    margin: 16px 0;
}
.body-content, .slider-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wrap-content {
    position: relative;
    width: 74.96%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 滑块 */
.flexslider {
    width: 100%;
    height: 100%;
}
.flex-direction-nav {
    width: 100%;
    height: 100%;
}
.flex-direction-nav a {
    width: 48px;
    height: 48px;
    position: absolute;
    text-align: center;
    z-index: 100;

    /* fa图标 */
    display: block;
    text-decoration: none;
}
.flex-prev {
    top: 48%;
    left: -24px;
    background: rgba(0,0,0,0.3) url("../images/index/prev.gif") no-repeat;
}
.flex-next {
    top: 48%;
    right: -24px;
    background: rgba(0,0,0,0.3) url("../images/index/next.gif") no-repeat;
}




.slides, .slides > li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slides img.bg-img {
    width: 100%;
}
.slide-1 {
    /*background: url('images/index_1.jpeg') no-repeat fixed center;*/
    /*background-size: 100%;*/
}
.slide-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide-info h4 {
    margin: 190px auto 0;
    line-height: 60px;
    font-size: 40px;
    background: rgba(0,0,0,0.3);
    color: #fefefe;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    vertical-align: middle;
}
.slide-info h4 span {
    font-size: 24px;
    color: #fff;
}
.slide-info p {
    margin: 0 auto;
    line-height: 28px;
    background: #00b5b8;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.slide-1-info h4 {
    width: 626px;
}
.slide-1-info p {
    width: 340px;
}

.slide-2-info h4 {
    width: 724px;
}
.slide-2-info p {
    width: 330px;
}


.slide-3-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide-3-info div {
    position: relative;
    margin: 160px auto 0;
    width: 558px;
}
.slide-3-info img {
    width: 222px;
}
.slide-3-info h4 {
    position: absolute;
    margin: 0;
    right: 0;
    top: 20px;
    width: 358px;
    line-height: 60px;
    font-size: 40px;
    background: rgba(0,0,0,0.3);
    color: #fefefe;
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    vertical-align: middle;
}
.slide-3-info small {
    font-size: 12px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
}



.slide-4 {
    /*background: url('images/index_4.jpeg') no-repeat fixed center;*/
    /*background-size: 100%;*/
}
.slider-4-info {

}
.slider-4-info ul {
    position: absolute;
    left: 12%;
    top: 24%;
    height: 206px;
}
.slider-4-info li {
    list-style: none;
    margin: 20px;
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
}
.slider-4-info li span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    background: #777;
    text-align: center;
    margin-right: 10px;
}
.slider-4-info img {
    position: absolute;
    right: 140px;
    top: 50%;
    height: 400px;
    margin-top: -200px;
}