.bannerpage .swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
    border-radius: 0;
    background: #005bac;
}

.bannerpage .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    border-radius: 0;
    background: #fff;
}

[v-cloak] {
    display: none;
}
.picScroll-left {
    position: relative;
}

    .picScroll-left .bd ul {
        overflow: hidden;
        zoom: 1;
    }

        .picScroll-left .bd ul li {
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center;
        }

            .picScroll-left .bd ul li .pic {
                text-align: center;
            }

                .picScroll-left .bd ul li .pic img {
                    width: 243px;
                    display: block;
                }

    .picScroll-left .prev {
        position: absolute;
        left: -7%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 40px;
        height: 40px;
        background: url(../image/right.png) no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .picScroll-left .next {
        position: absolute;
        left: auto;
        right: -7%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 40px;
        height: 40px;
        background: url(../image/left.png) no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }



