.sub__system {
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #676767;
  max-width: 2000px;
  margin: 0 auto;
}
.sub__system p,
.sub__system dd {
  line-height: 2;
}
.sub__system::before {
  content: "";
  display: block;
  width: 96px;
  height: 73px;
  margin: 78px auto 40px;
  background: url(/img/logo/symbol.svg) center/contain no-repeat;
}
.sub__system::after {
  content: "";
  position: absolute;
  top: 190px;
  left: 50%;
  translate: -50% 0;
  width: 1400px;
  height: 1px;
  background: #dedede;
}
.sub__system .system__wrapper {
  width: 1400px;
  margin: 0 auto;
}
.sub__system .swiper-wrapper {
  cursor: grab;
}
.sub__system .system__title {
  margin-bottom: 2em;
}
.sub__system .system__title h3 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5em;
}
.sub__system .swiper {
  width: 1400px;
}
.sub__system .swiper__scrollbar {
  margin-top: 40px;
  height: 2px;
  background: #fff;
}
.sub__system .swiper__scrollbar .swiper-scrollbar-drag {
  background: var(--theme-color);
}
.sub__system .swiper-slide {
  width: 456px;
}
.sub__system .swiper-slide::before {
  content: "";
  display: block;
  width: 456px;
  height: 300px;
  margin-bottom: 1em;
}
.sub__system .swiper-slide dt {
  font-size: 18px;
  height: 90px;
  color: #000;
  line-height: 1;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d5d5d5;
}
.sub__system .swiper-slide dt i {
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-bottom: 0.9em;
  color: #bfbfc2;
}
.sub__system .system__process {
  padding-top: 65px;
}
.sub__system .system__process .swiper-slide.--01::before {
  background: url(/sub/inc/img/system-suction/proc-01.png) center/contain no-repeat;
}
.sub__system .system__process .swiper-slide.--02::before {
  background: url(/sub/inc/img/system-suction/proc-02.png) center/contain no-repeat;
}
.sub__system .system__process .swiper-slide.--03::before {
  background: url(/sub/inc/img/system-suction/proc-03.png) center/contain no-repeat;
}
.sub__system .system__process .swiper-slide.--04::before {
  background: url(/sub/inc/img/system-suction/proc-04.png) center/contain no-repeat;
}
.sub__system .system__process .swiper-slide.--05::before {
  background: url(/sub/inc/img/system-suction/proc-05.png) center/contain no-repeat;
}
.sub__system .system__process .swiper-slide.--06::before {
  background: url(/sub/inc/img/system-suction/proc-06.png) center/contain no-repeat;
}
.sub__system .system__process .swiper-slide.--07::before {
  background: url(/sub/inc/img/system-suction/proc-07.png) center/contain no-repeat;
}
.sub__system .system__aftercare {
  padding: 130px 0 100px;
}
.sub__system .system__aftercare .swiper-slide.--01::before {
  background: url(/sub/inc/img/system-suction/aftercare-01.png) center/contain no-repeat;
}
.sub__system .system__aftercare .swiper-slide.--02::before {
  background: url(/sub/inc/img/system-suction/aftercare-02.png) center/contain no-repeat;
}
.sub__system .system__aftercare .swiper-slide.--03::before {
  background: url(/sub/inc/img/system-suction/aftercare-03.png) center/contain no-repeat;
}
.sub__system .system__aftercare .swiper-slide.--04::before {
  background: url(/sub/inc/img/system-suction/aftercare-04.png) center/contain no-repeat;
}
.sub__system .system__aftercare .swiper-slide.--05::before {
  background: url(/sub/inc/img/system-suction/aftercare-05.png) center/contain no-repeat;
}

@media screen and (max-width: 1400px) {
  .sub__system .swiper {
    width: 1400px;
  }
}/*# sourceMappingURL=system.min.css.map */