/* 一件代发 */

.section-header {
  margin-bottom: 50px;
}

.section-header p {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  width: 70rem;
}

.section-header .section-title {
  font-size: 4rem;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  font-family: PingFangSC-Regular;

  display: block;
  text-align: center;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 2px;
  bottom: -5px;
  right: 0;
  background: rgb(249, 105, 14);
  margin: 0 auto;
  left: 0;
  right: 0;
}



#services {
  padding: 100px 0 75px;
}

#service-divider {
  padding: 40px 0 75px;
  background: #f9f9f9;
  overflow: hidden;
}

#service-divider .right-rect {
  position: relative;
  bottom: -2rem;
  left: 96rem;
  z-index: 10;
  width: 12rem;
  height: 12rem;
  background: #f96a0f;
}

#services {
  /* background: #3d3e48; */
  background: #3d3e48;
}

#services .service-head-box {
  position: relative;
  bottom: 21rem;
  width: 90rem;
  padding-top: 4rem;
  height: 30rem;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(61, 62, 72, .1);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#services .service-img {
  text-align: center;
  margin-top: -150px;
}

#services .service-img img {
  height: 30%;
}

/* 响应式媒体查询 1000px以下时 宽度撑满 */
@media (max-width: 1000px) {
  #services .service-head-box {
    width: 100%;
    height: 30rem;
    padding-bottom: 4rem;
  }

  .section-header p {
    width: 100%;
    padding: 0 4rem;
    /* 超过6行 省略 */
    overflow: hidden;
    text-overflow: ellipsis;
  }
}