.page-pro__swiper {
  max-width: 1900px;
  margin: 0 auto;
}
.swiper-img {
  max-width: 1900px;
  height: auto;
}
.swiper-whiteCard {
  position: absolute;
  top: 30px;
  left: 20px;
  max-width: 380px;
  padding: 20px 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 3.6s ease;
  transition: opacity 3.6s ease;
  z-index: 2;
}
.swiper-whiteCard__title {
  font-size: 22px;
  color: var(--brand-color);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.swiper-whiteCard__note {
  font-size: 16px;
  color: #000;
  line-height: 1;
}
.swiper-slide-active .swiper-whiteCard {
  opacity: 1;
}
.page-pro__swiper_news {
  max-width: 1170px;
  margin: 0 auto;
}
.swiper-newsCard__item {
  display: block;
  padding: 0 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.swiper-newsCard__img {
  max-width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-newsCard__note {
  max-width: 280px;
  margin: 10px auto 0;
  font-size: 12px;
  color: #000;
  line-height: 16px;
  text-align: center;
}
#swiperNews .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: -55px;
  background-image: url('../img/cc-arrow-left-circle.png');
  background-size: 30px 30px;
}
#swiperNews .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -55px;
  background-image: url('../img/cc-arrow-right-circle.png');
  background-size: 30px 30px;
}
