.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide img, .home .banner .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 90vh;
}
.home .banner .swiper-pagination {
  position: absolute;
  right: 5vw;
  bottom: 3vw;
  display: flex;
}
.home .banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(213, 75, 74, 0.52);
  border-radius: 50%;
  opacity: 1;
  transition: all 600ms;
  margin: 0 10px;
}
.home .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #D54B4A;
}
.home .main a {
  display: inline-block;
  position: relative;
  z-index: 10;
  float: left;
  width: 50%;
  overflow: hidden;
}
.home .main a img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .main a p {
  font-size: 2.3vw;
  color: white;
  position: absolute;
  left: 3vw;
  bottom: 2.5vw;
}
.home .main a:hover img {
  transform: scale(1.05);
}
.home .main a:nth-child(2n-1) {
  margin-top: -5vw;
}
.home .main a:last-child {
  margin-bottom: 8vw;
}
@media screen and (max-width: 1000px) {
  .home .main a p {
    font-size: 16px;
    left: 20px;
    bottom: 20px;
  }
}

/*# sourceMappingURL=news.css.map */
