@media screen and (min-width: 992px) {
  /* 发展历程 */

  .slideshow {
    object-fit: cover;
  }
  

  /*  */
  .fswiper-container,
  .fswiper-container img {
    height: 700px;
  }

  .team-box .team-info {
    padding: 100px 40px;
  }
  .step-box {
    min-height: 421px;
  }
  .step-box .step-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .step-box .step-menu > p:hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .step-box .step-menu > .active {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  /* 定制banner */
  .fsSwiper-container,
  .fsSwiper-container .pic-box > img {
    height: 400px;
  }
  .pakeage-box .tip,
  .pakeage-box > img {
    max-width: 30%;
  }
  .service-btn {
    margin: 100px auto 100px;
    width: 40%;
    height: 100px;
    line-height: 100px;
  }
  .apply-container .close {
    top: 10%;
    right: 24%;
  }
  .apply-box {
    min-width: 1200px;
    height: 90vh;
    padding: 40px 145px;
  }
  .factory-tags {
    min-height: 600px;
  }
}
@media screen and (max-width: 992px) {
 
  .slideshow {
  }
  .jumbotron {
    /* height: 600px; */
  }
  .fswiper-container,
  .fswiper-container img {
    height: 500px;
  }
  .pakeage-box .tip,
  .pakeage-box > img {
    max-width: 30%;
  }
  .service-btn {
    margin: 40px auto 40px;
    width: 80%;
    height: 70px;
    line-height: 70px;
  }
  .apply-container .close {
    top: 10%;
    right: 6%;
  }
  .apply-box {
    padding: 40px 145px;
    min-width: 940px;
    height: 90vh;
  }
  .factory-tags {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .slideshow {
    object-fit: cover;
  }
  .jumbotron {
    /* height: 500px; */
  }
  .fswiper-container,
  .fswiper-container img {
    height: 400px;
  }
  .factory-box {
    min-height: 400px;
  }
  .team-box .team-info {
    padding: 40px 20px;
  }
  .step-box {
    min-height: auto;
  }
  .step-box .step-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .step-box .step-menu > p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step-box .step-menu > p:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .step-box .step-menu > .active {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  /* 定制banner */
  .fsSwiper-container,
  .fsSwiper-container .pic-box > img {
    height: 300px;
  }

  .pakeage-box .tip,
  .pakeage-box > img {
    max-width: 100%;
    width: 100%;
  }
  .service-btn {
    margin: 40px auto 40px;
    width: 80%;
    height: 70px;
    line-height: 70px;
  }
  .apply-container .close {
    top: 6%;
    right: 6%;
  }
  .apply-box {
    padding: 40px 60px;
    min-width: 96%;
    height: 100vh;
  }

  .apply-box .inp-box {
    flex-wrap: wrap;
  }
  .apply-box .inp {
    width: 100%;
    margin: 0;
  }
  .apply-box .radio-box > label {
    margin-right: 40px;
  }
  .factory-tags {
    min-height: 500px;
  }
}

@media screen and (max-width: 576px) {
  .slideshow {
    object-fit: cover;
  }
  .jumbotron {
    /* height: 400px; */
  }
  .fswiper-container,
  .fswiper-container img {
    height: 300px;
  }
  .factory-tags {
    min-height: 400px;
  }
}
