<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cases-content .part-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  position: relative;
}
.cases-content .part-title::after {
  content: url("/group/images/sz/icons/line-icon.png");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cases-content .white-part-title {
  color: #fff;
}
.cases-content .white-part-title::after {
  content: url("/group/images/sz/icons/line-icon02.png");
}
.cases-content .part-1 {
  margin-bottom: 2rem;
}
.cases-content .part-1 p {
  font-size: 1rem;
  text-indent: 2rem;
  /*text-align: center;*/
  line-height: 2rem;
}
.cases-content .part-1 img {
  width: 100%;
}
.cases-content .part-2 {
  margin-bottom: 2rem;
}
.cases-content .part-2 img {
  width: 100%;
  margin-bottom: 30px;
}
.cases-content .part-2 .part-2-title {
  margin-top: 4rem;
}
@media (max-width: 500px) {
  .cases-content .part-2 .part-2-title {
    margin-top: 0;
  }
}
.cases-content .part-2 .part-2-title h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 4rem;
}
.cases-content .part-2 .part-2-title p {
  font-size: 1rem;
  line-height: 2rem;
}
.cases-content .part-3 {
  background: url("/group/images/sz/banner-back03.png");
  background-size: cover;
  padding: 1px 0 6rem 0;
}
.cases-content .part-3 .full-image {
  height: 100%;
  width: 100%;
  padding: 5px;
}
.cases-content .part-3 .full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-content .part-3 .is-video::before {
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(/group/images/sz/icons/video-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cases-content .part-3 .swiper-pagination {
  margin: auto;
  position: relative;
  left: 0;
  right: 0;
  top: 3rem;
}
.cases-content .part-3 .swiper-pagination-bullet {
  width: 2rem;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.4;
  border-radius: 0;
  margin-right: 10px;
}
.cases-content .part-3 .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  width: 3rem;
}
.cases-content .part-3 .swiper-container {
  height: 300px;
}
.cases-content .part-3 .swiper-slide {
  width: 25%;
  height: 245px;
}
@media (min-width: 900px) {
  .cases-content .part-3 .swiper-wrapper {
    padding: 20px 0;
  }
  .cases-content .part-3 .swiper-slide:hover {
    width: 25% !important;
    height: 282px;
    position: relative;
    top: -20px;
  }
}
@media (max-width: 900px) {
  .cases-content .part-3 .swiper-wrapper {
    padding: 20px 0;
  }
  .cases-content .part-3 .swiper-slide:hover {
    width: 40% !important;
    height: 273px;
    position: relative;
    top: -20px;
  }
  .cases-content .part-3 .swiper-slide {
    width: 33% !important;
  }
}
@media (max-width: 499px) {
  .cases-content .part-3 .swiper-slide {
    width: 100% !important;
  }
}

.swiper-pagination-bullet {
  margin-right: 0.3rem;
}

:root {
  --swiper-theme-color: #17bf98;
}

/*# sourceMappingURL=cases.css.map */
</pre></body></html>