.page_Banner{ width:100%; margin:0 auto; text-align:left; min-width:1200px; max-width:1920px; height:708px; overflow:hidden; position:relative;}
.page_Banner .swiper-slide-active{animation: enlargeImg 2s ease;}
.index_banner_swiper-container{width:100%; height:708px; margin:0 auto; position:relative}

.index_banner_pagination {
  position: absolute;
  text-align:center;
  bottom:370px;
  width: 100%;
  height:12px;
}
.index_banner_pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius:12px;
  margin: 0 12px;
  cursor: pointer;
  background:#ffffff;
  opacity:0.2;
}
.index_banner_pagination .swiper-active-switch{ opacity:1; width: 12px; height: 12px;}
.page_Banner .index_banner_left {
  background: url(../ZERO/img/banner_left.png) no-repeat;
  position: absolute;
  left:10%;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  z-index:9;
}
.page_Banner .index_banner_right {
  background: url(../ZERO/img/banner_right.png) no-repeat;
  position: absolute;
  right:10%;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  z-index:9;
}