@media screen and (max-width: 1200px) {
  .banner-box {
    height: 4.15rem !important;
  }
  .banner-box .content .left {
    margin-right: 1.7rem !important;
  }
  .banner-box .content .left .title {
    font-size: 0.45rem !important;
  }
  .banner-box .content .left .des {
    font-size: 0.2rem !important;
  }
  .banner-box .content .right img {
    width: 5rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .banner-box {
    height: 3.15rem !important;
  }
  .banner-box .content .left {
    margin-right: 1rem !important;
  }
  .banner-box .content .left .title {
    /* font-size: 0.35rem !important; */
  }
  .banner-box .content .left .des {
    font-size: 0.2rem !important;
  }
  .banner-box .content .right img {
    width: 3.8rem !important;
  }

  .chapter-1 .service-list {
    flex-flow: row wrap;
    align-content: flex-start;
    /* flex-direction: column; */
  }
  .chapter-1 .service-list .service-box {
    margin-bottom: 0.2rem;
    flex: 0 0 48%;
  }

  .chapter-2 .process-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
  }
  .chapter-2 .process-list .arrow {
    /* margin: 0.1rem 0 !important; */
    /* transform: rotateZ(90deg); */

    display: none;
  }
  .chapter-2 .process-list .process-box {
    margin: 0 0.2rem 0.2rem;
  }

  
}
@media screen and (max-width: 768px) {
  .banner-wrapper {
    display: none;
  }
  .pe-banner-wrapper {
    display: block !important;
  }

  /* 字体 */
  .chapter-1 .title-box .title{
    font-size: 0.4rem !important;
  }
  .chapter-1 .title-box .des{
    font-size: 0.24rem !important;
  }
  .chapter-1 .service-box .title{
    font-size: 0.26rem !important;
  }
  .chapter-1 .service-box .des{
    font-size: 0.22rem !important;
  }

  .chapter-2 .title-box .title{
    font-size: 0.4rem !important;
  }
  .chapter-2 .process-box .title{
    font-size: 0.26rem !important;
  }
  .chapter-2 .process-box .des{
    font-size: 0.2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .chapter-2 .process-list .process-box {
    flex: 0 0 40%;
  }
}

#main {
  margin-top: 0.7rem;
}

.pe-banner-wrapper {
  display: none;
  width: 100%;
}
/* 顶部banner图 */
.banner-wrapper {
  background: url('../img/服务介绍1.png') no-repeat center center;
  background-size: cover;
  width: 100%;
}
.banner-box {
  height: 5.15rem;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-box .bg-banner {
  height: 5.15rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-box .content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .content .left {
  margin-right: 2.7rem;
}
.banner-box .content .left .title {
  margin-bottom: 0.16rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #35363f;
}
.banner-box .content .left .title span {
  margin: 0 0.28rem;
}
.banner-box .content .left .des {
  font-size: 0.26rem;
  color: #2e68e9;
  height: 0.42rem;
}
.banner-box .content .right {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-box .content .right img {
  width: 6.45rem;
}

/* 全周期服务 */
.chapter-1 {
  width: 100%;
  padding: 0.7rem 0;
}
.chapter-1 .service-wrapper {
  width: 100%;
}
.chapter-1 .service-content {
  width: 100%;
}
.chapter-1 .service-content .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.chapter-1 .service-content .title-box .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #181818;
  margin-bottom: 0.1rem;
}
.chapter-1 .service-content .title-box .des {
  font-size: 0.15rem;
  color: #80848f;
}
.chapter-1 .service-content .service-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chapter-1 .service-content .service-list .service-box {
  display: flex;
  align-items: center;
  width: 3.84rem;
  height: 1.56rem;
  padding: 0 0.24rem 0 0.48rem;
  background-image: linear-gradient(#f3f5f8, #f9fafb);
  border: 0.04rem solid #ffffff;
  box-shadow: 0.08rem 0.08rem 0.2rem rgba(55, 99, 170, 0.08);
}
.chapter-1 .service-content .service-list .service-box:not(:last-child) {
  margin-right: 0.24rem;
}
.chapter-1 .service-content .service-list .service-box img {
  width: 0.6rem;
  margin-right: 0.16rem;
}
.chapter-1 .service-content .service-list .service-box .text {
}
.chapter-1 .service-content .service-list .service-box .text .title {
  font-size: 0.2rem;
  color: #242424;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.chapter-1 .service-content .service-list .service-box .text .des {
  font-size: 0.14rem;
  color: #898b8f;
}

/* 标准化实施流程 */
.chapter-2 {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #f9fbfe;
}
.chapter-2 .process-wrapper {
  /* width: 100%; */
}
.chapter-2 .process-wrapper .process-content {
  width: 100%;
}
.chapter-2 .process-content .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: cneter;
  margin-bottom: 0.5rem;
}
.chapter-2 .process-content .title-box .title {
  font-size: 0.32rem;
  color: #181818;
  margin-bottom: 0.2rem;
}
.chapter-2 .process-content .title-box .line {
  width: 0.36rem;
  height: 0.03rem;
  background-color: #3568f5;
}
.chapter-2 .process-content .process-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chapter-2 .process-content .process-list .process-box {
  border-radius: 0.06rem;
  border: 1px solid #eeeeee;
  background-color: white;
  width: 1.8rem;
  min-height: 2.54rem;
  padding: 0.32rem 0.16rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.chapter-2 .process-content .process-list .process-box.active {
  background-color: #3568f5 !important;
  background: url('../img/蒙版组5.png') no-repeat center center;
  background-size: cover;
}
.chapter-2 .process-content .process-list .process-box.active .title {
  color: white;
}
.chapter-2 .process-content .process-list .process-box.active .des {
  color: white;
}
.chapter-2 .process-content .process-list .process-box img {
  width: 0.6rem;
}
.chapter-2 .process-content .process-list .process-box .title {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  color: black;
  font-weight: bold;
}
.chapter-2 .process-content .process-list .process-box .des {
  font-size: 0.14rem;
  color: #80848f;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.chapter-2 .process-content .process-list .arrow {
  width: 0.16rem;
  margin: 0 0.04rem;
}
