@charset "utf-8";



.cover_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
	background-repeat: no-repeat;
}
.page {
    width: 100%;
    height: 100%;
}
.oSwiper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
        background: #222;
}


.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}
.ffxxx {
    width: 100%;
    height: 100%;
}



.oSwiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.56, 0.21, 0.13, 0.98);
}
.oSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
	position:relative;
	transition:all 0.7s ease;
	border-radius:50%;
}
.oSwiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top:15px;
    display: block;

}
.oSwiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:url(../images/shui.png) center no-repeat;
    opacity: 1;
	width:15px; height:22px; right:2px;
}
.oSwiper.swiper-container-vertical>.swiper-pagination-bullets {
    position: absolute;
    top: 45%;
    right:2%;
}
