@charset "utf-8";
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner .swiper-pagination {
  font-size: 0;
  bottom: 20px !important;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 10px;
}
.banner .swiper-pagination-bullet-active {
  background: #0E7CC2;
}
.banner img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.swiper-slide .box{
  height: 420px;
}

