﻿@charset "utf-8";
/* 轮播图 */

#focus {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 1
}

#focus ul {
    height: 860px;
    position: absolute;
    margin: 0;
    padding: 0;
}

#focus ul li {
    float: left;
    width: 25%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li div.photo_bt {
    position: absolute;
    bottom: -2px;
    left: 12px;
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
    line-height: 40px;
}

#focus .btnBg {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    background: #4c67a7;
}

#focus .btn {
    position: absolute;
    width: 250px;
    height: 32px;
    padding: 14px 10px;
    right: 15px;
    bottom: 13px;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #ffc600;
}

#focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 45px;
    cursor: pointer;
}

#focus .pre {
    left: 0;
}

#focus .next {
    right: 0;
    background-position: right top;
}
/*媒体查询*/
@media screen and (max-width: 1200px) {
    #focus {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        z-index: 1
    }

    #focus ul {
        height: 860px;
        position: absolute;
        margin: 0;
        padding: 0;
    }

    #focus ul li {
        float: left;
        width: 25%;
        height: 300px;
        overflow: hidden;
        position: relative;
        background: #000;
    }

    #focus ul li div.photo_bt {
        position: absolute;
        bottom: -2px;
        left: 12px;
        font-size: 15px;
        color: #ffffff;
        z-index: 1;
        line-height: 40px;
    }

    #focus .btnBg {
        position: absolute;
        width: 100%;
        height: 40px;
        left: 0;
        bottom: 0;
        background: #4c67a7;
    }

    #focus .btn {
        position: absolute;
        width: 250px;
        height: 32px;
        padding: 14px 10px;
        right: 15px;
        bottom: 13px;
        text-align: right;
    }

    #focus .btn span {
        display: inline-block;
        _display: inline;
        _zoom: 1;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        _font-size: 0;
        margin-left: 5px;
        cursor: pointer;
        background: #fff;
    }

    #focus .btn span.on {
        background: #ffc600;
    }

    #focus .preNext {
        width: 45px;
        height: 100px;
        position: absolute;
        top: 45px;
        cursor: pointer;
    }

    #focus .pre {
        left: 0;
    }

    #focus .next {
        right: 0;
        background-position: right top;
    }
}






















