﻿#banner {
    margin-bottom: 60px;
}

.wenzi {
    
}

    .wenzi h2 {
        color: #00B9A9;
        text-align: center;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .wenzi h4 {
        color: #bbb;
        text-align: center;
        font-weight: 400;
        margin-bottom: 45px;
    }

    .wenzi p {
        color: #333;
        line-height: 2.1;
        text-indent: 2em;
        margin-bottom: 33px;
    }

/* play */
.play {
    height: 731px;
    overflow: hidden;
    position: relative;
}

    .play ol {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        bottom: 10px;
        z-index: 99999;
    }

        .play ol li {
            float: left;
            margin-right: 3px;
            display: inline;
            cursor: pointer;
            background-color: rgba(0,0,0,0.5);
            padding: 5px 9px;
            color: #fff;
            font-family: arial;
            font-size: 12px;
            border-radius: 100px;
        }

            .play ol li.active {
                font-weight: bold;
                color: #ffffff;
                background-color: rgba(0,0,0,1);
                position: relative;
            }

    .play ul {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        /*display: flex;*/
    }

        .play ul li {
            float: left;
        }

#next {
    display: block;
    position: absolute;
    top: 38%;
    right: 0;
    width: 30px;
    height: 54px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    line-height: 50px;
    text-decoration: none;
}

#prev {
    display: block;
    position: absolute;
    top: 38%;
    left: 0;
    width: 30px;
    height: 54px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    line-height: 50px;
    text-decoration: none;
}

@media(max-width: 1444px) {
}
