*{margin:0;padding:0;}

/*swiper-plug*/
.swiper-container {
  width: 100%;
  height:  auto;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  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;
  background-position: center top;
}

.ui-index-banner{position:relative;max-height: 450px;overflow: hidden;zoom:1;background:#eee;min-width: 960px;}
.ui-index-banner .swiper-slide{background-size: contain;background-repeat: no-repeat;}
.ui-index-banner .swiper-slide img{width:100%;vertical-align: text-bottom;max-width:1920px;max-height:450px;}
.ui-index-banner .swiper-slide a{/*.dis(@b);.box(100%,100%);.pos(absolute,0,0)*/}


.swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:15px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #93c1ee;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #2f8ce6;
}
