﻿body {
}

/******** start 样式 ************/
.section-body {
    height: 100%;
    width: 100%;
    float: left;
    position: relative;

}
    .section-body .section-page-btn {
        float: left;
        width: auto;
        height: 30px;
        position: absolute;
        bottom: 5px;
        right: 5px;
        z-index: 99;
    }

        .section-body .section-page-btn span {
            opacity: 0.7;
            height: 20px;
            width: 20px;
            background-color: #999;
            display: block;
            float: left;
            line-height: 20px;
            text-align: center;
            color: #FFF;
            margin-right: 10px;
            cursor: pointer;
        }

        .section-body .section-page-btn .current {
            background-color: #1D5D76;
            opacity: 1;
        }

    .section-body ul {
        margin: 0px;
        padding: 0px;
        float: left;
        height: auto;
        list-style-type: none;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 98;
    }

        .section-body ul li {
            height: auto;
            width: 100%;
            float: left;
            padding: 0px;
            margin: 0px;
            float: left;
        }

            .section-body ul li img {
                width: 100%;
                z-index: 1;
            }


    .section-body .section-leftarrow {
        background: url(../images/left-arrow.png);
        display: block;
        height: 87px;
        width: 56px;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 99;
        cursor: pointer;
        margin-top: -43px;
    }

    .section-body .section-rightarrow {
        background: url(../images/right-arrow.png);
        display: block;
        height: 87px;
        width: 56px;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 99;
        cursor: pointer;
        margin-top: -43px;
    }
/******** END 样式 ************/
