@media (min-width: 960px) {
    .container {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .slide_all {
        width: 100%;
        margin: 0 auto;
        height: 600px;
        position: relative;
    }
    .slide_wrap {
        width: 2880px;
        position: absolute;
        left: 50%;
        margin-left: -1440px;
    }
    .slide_body {
        width: 100%;
    }
    .slide {
        width: 960px;
    }
    .slide img {
        width: 100%;
        vertical-align: bottom;
    }
}

.bx-pager {
    text-align: center;
    padding: 10px 0;
}

.bx-pager-item {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    width: 190px;
    height: 5px;
    background: #B3B3B3;
    text-indent: -9999px;
    margin: 0 10px;
}

.bx-pager-item a {
    display: block;
    width: 190px;
    height: 5px;
}

.bx-pager-item .active {
    background: #396DB6;
}

@media (max-width: 959px) {
    .bx-pager-item {
        width: 100px;
    }
    .bx-pager-item a {
        display: block;
        width: 100px;
        height: 5px;
    }
}

@media (max-width: 479px) {
    .bx-pager-item {
        width: 50px;
    }
    .bx-pager-item a {
        display: block;
        width: 50px;
        height: 5px;
    }
}