.bannerprocess {
  margin: 0 auto;
  width: 60%;
}

.bannerprocess .content {
  text-align: center;
}

.process_box {
  padding: 1.5rem 0;
}

.bannerprocess .content h4 {
  margin: 0 0 1rem 0;
  color: #F58331;
}

.bannerprocess .content span {
  line-height: .45rem;
}

.bannernum {
  position: relative;
  margin: 1.5rem 0 0 0;
  overflow: hidden;
}

.swiper-containernum {
  margin: 0 auto;
  width: 1.9375rem;
}

.bannernum .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
}

.process_box {
  background-image: url(../image/serve/背景\ \(49\).png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bannernum .swiper-slide .yuan {
  display: block;
  width: 12px;
  height: 12px;
  background: #B3B3B3;
  border-radius: 50%;
}

.bannernum .swiper-slide h4 {
  margin: .25rem 0;
}

.bannernum .swiper-slide h5 {
  text-align: center;
}

.bannernum .swiper-slide .yuan_box {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.bannernum .swiper-slide-active .yuan_box {
  border: 1px solid #F58331;
  box-sizing: border-box;
}

.line {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  border-top: 3px dashed #B3B3B3;
}

.bannernum .swiper-slide-active .yuan {
  background: #F58331;
}

.bannernum .swiper-slide-active {
  color: #F58331;
}

.bannerprocess {
  position: relative;
}

.swiper-button-prevprocess {
  position: absolute;
  top: 0%;
  left: -10%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}

.swiper-button-nextprocess {
  position: absolute;
  top: 0%;
  left: 110%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}

.swiper-button-prevprocess:hover,
.swiper-button-nextprocess:hover {
  color: #F58331 !important;
  transition: all 0.6s;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {

  .swiper-button-prevprocess,
  .swiper-button-nextprocess {
    display: none;
  }

  .process_box {
    padding: 20px 0;
  }

  .bannerprocess .content h4 {
    margin: 0 0 20px 0;
  }

  .bannerprocess .content span {
    line-height: 1.5;
  }

  .bannerprocess {
    width: 100%;
  }

    .bannernum .swiper-slide h5 {
      font-size: 14px !important;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
  .swiper-containernum {
    width: 70px;
  }
}

@media screen and (max-width: 375px) {}