/* banner */
.home-banner .swiper-slide img {
  width: 100%;
  height: 695px;
  object-fit: cover;
  display: block;
}
.home-banner .button .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .5;
  margin: 0 4px;
}
.home-banner .button .swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  border-radius: 5px;
  background: #ca2424;
}
.home-banner .swiper-pagination {
  position: absolute;
  width: 1200px !important;
  left: 50% !important;
  margin-left: -600px;
  text-align: left;
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 70px;
  left: 0;
  width: 100%;
}
.home-banner .button {
  width: 1200px;
  position: absolute;
  z-index: 99;
  bottom: 80px;
  left: 50%;
  margin-left: -600px;
}
.home-banner .button .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  right: 50px;
  left: auto;
}
.home-banner .button .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ca2424;
  background: #ca2424;
  right: 0;
  left: auto;
}
.home-banner .button .swiper-button-prev:after {
  font-size: 16px;
  color: #ffffff;
}
.home-banner .button .swiper-button-next:after {
  font-size: 16px;
  color: #ffffff;
}
.home-banner img {
  display: block;
}
/* banner结束 */
/* 产品列表页 */
.page-banner {
  width: 100%;
  height: 400px;
}
.page-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 760px) {
  .home-banner .swiper-slide img {
    height: 200px;
    padding-top: 44px;
  }
  .home-banner .button {
    display: none;
  }
  /* page */
  .page-banner {
    height: 160px;
  }
}