.swiper-container{
    float:left;
    z-index: 0;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 57px;
    height: 4px;
    margin: 0 15px;
    opacity: 0.8;
    background:#fff;
    border: 0;
    border-radius: none;
    cursor: pointer;
}
.swiper-active-switch {
    background: #1370c2;
}

#top-flash-left{
    position: absolute;
    top:-330px;
    left: -60px;
    width: 60px;
    height: 60px;
    background:url(../images/flash-prev.png) no-repeat center;
    cursor: pointer;
    transition: 0.3s all;
}
#top-flash-right{
    position: absolute;
    top:-330px;
    right:  -60px;
    width: 60px;
    height: 60px;
    background:url(../images/flash-next.png) no-repeat center;
    cursor: pointer;
    transition: 0.5s all;
}
#top-flash-left:hover,
#top-flash-right:hover{
    transform: scale(1.2);
}