.swiper-banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
	height:760px;
    margin:auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.swiper-banner-prev {
	background:url(../ZERO/img/banner_left.png) left no-repeat; position: absolute;
    top: 50%;
    width: 84px;
    height: 92px;
    margin-top: -46px;
    z-index: 10;
    cursor: pointer;
	left:10%;
}
.swiper-banner-next{
	background:url(../ZERO/img/banner_right.png) left no-repeat; position: absolute;
    top: 50%;
    width: 84px;
    height: 92px;
    margin-top: -46px;
    z-index: 10;
    cursor: pointer;
	right:10%;
}

.banner{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.swiper-banner .swiper-pagination-bullet{background:url(../ZERO/img/banner_dot.png) center no-repeat !important; width:15px !important; height:15px !important; border-radius:0 !important; margin:0 10px !important;}

.swiper-banner .swiper-pagination-bullet-active{background:url(../ZERO/img/banner_dot2.png) center no-repeat !important;}