@charset "UTF-8";
@media screen and (max-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 7.2rem;
    overflow: hidden;
    position: relative;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  /*人力外包*/
  .rpo .description {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2rem 0;
  }
  /*服务内容*/
  .service-content {
    background-color: #f5f5f5;
  }
  .service-content .content-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
  }
  .service-content .content-box .item .icon-box {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 2rem;
    background-color: #fff;
    line-height: 6.8rem;
    text-align: center;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .service-content .content-box .item .icon-box img {
    height: 4rem;
  }
  .service-content .content-box .item h5 {
    font-size: 1.6rem;
    color: #666;
    font-weight: 600;
  }
  .service-content .content-box .item p {
    font-size: 1.3rem;
    color: #999;
    margin-top: 0.5rem;
  }
  .service-content .content-box .item p br {
    display: none;
  }
  /*服务价值*/
  .service-value .content-box {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-value .content-box .item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-bottom: 30px;
  }
  .service-value .content-box .item .icon-box {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    line-height: 8rem;
    margin: 0 auto;
    background-color: #67a6fc;
    border: 0.6rem solid #d0e3fd;
  }
  .service-value .content-box .item .icon-box img {
    height: 5rem;
  }
  .service-value .content-box .item .icon-box .img-pc {
    display: none;
  }
  .service-value .content-box .item h5 {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 2rem;
    text-align: center;
    color: #666;
    font-weight: bold;
  }
  .service-value .content-box .item p {
    font-size: 1.3rem;
    margin-top: 1rem;
    line-height: 1.6;
    color: #999;
  }
  .service-value .content-box .item p.text-center {
    text-align: center;
  }
  /*综合交付能力*/
  .comprehensive-delivery-capability {
    background-color: #729cf7;
  }
  .comprehensive-delivery-capability,
  .comprehensive-delivery-capability .tit-main,
  .comprehensive-delivery-capability .tit-english {
    color: #fff;
  }
  .comprehensive-delivery-capability .small-title {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 2rem;
    font-weight: lighter;
  }
  .comprehensive-delivery-capability .content-box {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comprehensive-delivery-capability .content-box .item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-bottom: 3rem;
  }
  .comprehensive-delivery-capability .content-box .item .icon-box {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
  }
  .comprehensive-delivery-capability .content-box .item .icon-box img {
    height: 50%;
  }
  .comprehensive-delivery-capability .content-box .item h5 {
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .comprehensive-delivery-capability .content-box .item p {
    margin-top: 0.5rem;
  }
  .comprehensive-delivery-capability .content-box .item p.number {
    font-size: 1.8rem;
  }
  .comprehensive-delivery-capability .content-box .item p.desc {
    font-size: 1.3rem;
    font-weight: lighter;
  }
  /*全自动化服务模式*/
  .full-process .content-box {
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .full-process .full-process-img {
    display: none;
  }
  /*服务流程*/
  .service-process {
    background: url("../images/rpo/six-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .service-process,
  .service-process .tit-main,
  .service-process .tit-english {
    color: #fff;
  }
  .service-process h3 {
    margin-top: 4rem;
    font-size: 2.4rem;
    text-align: center;
  }
  .service-process h4 {
    font-size: 2rem;
    text-align: center;
    margin-top: 1rem;
  }
  .service-process .content-box {
    padding: 3rem 0;
    margin: 40px 0 30px;
    background-color: #8fa3ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-process .content-box.show-pc {
    display: none;
  }
  .service-process .content-box .process-title {
    font-size: 2.0rem;
    font-weight: 200;
  }
  .service-process .content-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto;
    width: 95%;
  }
  .service-process .content-box ul.reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-process .content-box ul.reserve li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -50%;
    top: 0.8rem;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 0;
  }
  .service-process .content-box ul.reserve li .arrow-icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .service-process .content-box ul li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-process .content-box ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0.8rem;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 0;
  }
  .service-process .content-box ul li .arrow-icon {
    width: 1.8rem;
    z-index: 1;
  }
  .service-process .content-box ul li p {
    font-size: 1.4rem;
    font-weight: lighter;
    margin-top: 1rem;
    text-align: center;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
}
/*# sourceMappingURL=rpo-mobile.css.map */