.swiper-container{
    float:left;
    z-index: 0;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 60px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 15px;
    opacity: 0.8;
   transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}

#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);
}