.home-swiper {
  width: 100%;
  max-width: 100%;
}

.home-swiper .swiper-slide {
  position: relative;
  height: 600px;
}

.home-slider-pc {
  display: block;
}

.home-slider-mobile {
  display: none;
  width: 100%;
  height: auto;
}



.home-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .home-swiper .swiper-slide {
    position: relative;
    height: auto;
  }

  .home-slider-pc {
    display: none;
  }

  .home-slider-mobile {
    display: block;
  }
  .home-swiper .swiper-slide img {
    position: relative;
  }

}

.home-swiper .swiper-button-next,
.home-swiper .swiper-button-prev {
  color: #000;
  background: #fff;
  width: 45px;
  height: 45px;
}

.home-swiper .swiper-button-next::after,
.home-swiper .swiper-button-prev::after {
  font-size: 20px;
}

.home-swiper .swiper-button-next {
  right: 20px;
}

.home-swiper .swiper-button-prev {
  left: 20px;
}

.home-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

main>.container {
  max-width: 100%;
  padding: 0;
}

main>.container>section {
  padding: 100px 20px;
}

main>.container>section .wp {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

main>.container>section .title h2 {
  text-align: center;
}

main>.container>section .title h2:after {
  content: "";
  width: 90px;
  height: 3px;
  display: block;
  margin: 10px auto 20px auto;
  background: blue;
  border-radius: 10px;
}

main>.container>section .title span {
  font-size: 14px;
  display: block;
  margin: 10px auto;
  max-width: 480px;
  text-align: center;
  color: #575a7b;
  line-height: 25px;
}

.about p {
  max-width: 900px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.text {
  font-size: 18px;
  color: #575a7b;
  line-height: 35px;
}

.news-item {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  color: #575a7b;
}

.news-item .content {
  background: #fff;
  padding: 20px;
}

.news-item .content p {
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.news-item .content h3 {
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: blue;
}

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