@charset "UTF-8";
@media screen and (max-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 7.2rem;
    overflow: hidden;
    position: relative;
  }
  /*面包屑*/
  .breadcrumb {
    display: none;
  }
  /*人力外包*/
  .hro .description {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2rem 0;
  }
  /*服务内容*/
  .service-content {
    background-color: #f4f8fe;
  }
  .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: 50%;
    background-color: #b2e1fa;
    line-height: 5.2rem;
    text-align: center;
    position: relative;
    border: 0.6rem solid #daf0fc;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
  }
  .service-content .content-box .item .icon-box img {
    height: 3rem;
  }
  .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;
  }
  /*核心服务价值*/
  .core-service-values .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;
  }
  .core-service-values .content-box .item .icon-box {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    line-height: 8rem;
    margin: 0 auto;
  }
  .core-service-values .content-box .item .icon-box img {
    height: 4rem;
  }
  .core-service-values .content-box .item:nth-child(1) .icon-box {
    background-color: #55a5d8;
    border: 0.6rem solid #ddedf7;
  }
  .core-service-values .content-box .item:nth-child(2) .icon-box {
    background-color: #eb5e9a;
    border: 0.6rem solid #fbdfeb;
  }
  .core-service-values .content-box .item:nth-child(3) .icon-box {
    background-color: #547cee;
    border: 0.6rem solid #dde5fc;
  }
  .core-service-values .content-box .item h5 {
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 2rem;
    text-align: center;
    color: #666;
    font-weight: bold;
  }
  .core-service-values .content-box .item p {
    font-size: 1.3rem;
    margin-top: 1rem;
    line-height: 1.6;
    color: #999;
  }
  .core-service-values .content-box .item p.text-center {
    text-align: center;
  }
  /*服务优势*/
  .service-advantage {
    display: none;
  }
  .service-advantage-mobile {
    background: url("../images/talent-outsourcing/four-bg-mobile.png") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .service-advantage-mobile,
  .service-advantage-mobile .tit-main,
  .service-advantage-mobile .tit-english {
    color: #fff;
  }
  .service-advantage-mobile .content-box {
    margin-top: 3rem;
  }
  .service-advantage-mobile .content-box .item {
    padding: 1rem 3rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 2rem;
  }
  .service-advantage-mobile .content-box .item .icon-box {
    width: 6.8rem;
    height: 6.8rem;
    line-height: 6.8rem;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2rem;
  }
  .service-advantage-mobile .content-box .item .icon-box img {
    height: 60%;
  }
  .service-advantage-mobile .content-box .item h5 {
    font-weight: 400;
    font-size: 1.8rem;
  }
  .service-advantage-mobile .content-box .item p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    line-height: 1.6;
  }
  /*全自动化服务模式*/
  .full-process .content-box {
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .full-process .full-process-img {
    display: none;
  }
  /*移动端体验宝航隐藏开始*/
  #pcExperienceBh {
    display: none !important;
  }
  /*移动端体验宝航隐藏结束*/
}
/*# sourceMappingURL=talent-outsourcing-mobile.css.map */