
@media screen and (min-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 117px;
    overflow: hidden;
    position: relative;
  }
  .banner-container img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-container .text {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /*业务外包*/
  .bpo .description {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 30px 0;
  }
  /*服务内容*/
  .service-content .content-box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-content .content-box .item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    text-align: center;
    margin-top: 30px;
  }
  .service-content .content-box .item:hover .icon-box {
    border-color: #ff5c5c;
    background-color: #ff9999;
  }
  .service-content .content-box .item:hover h5,
  .service-content .content-box .item:hover p {
    color: #ff5c5c;
  }
  .service-content .content-box .item .icon-box {
    width: 140px;
    height: 140px;
    line-height: 124px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background-color: #ff5c5c;
    border: 8px solid #ff9999;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-content .content-box .item .icon-box img {
    height: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-content .content-box .item h5 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }
  .service-content .content-box .item p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 10px auto 0;
    width: 50%;
  }
  /*服务价值*/
  .service-value {
    background-color: #679df9;
  }
  .service-value,
  .service-value .tit-main,
  .service-value .tit-english {
    color: #fff;
  }
  .service-value .content-box {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .service-value .content-box .item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .service-value .content-box .item:hover .icon-box {
    border-color: #fff;
    background-color: transparent;
  }
  .service-value .content-box .item:hover .icon-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .service-value .content-box .item .icon-box {
    width: 100px;
    height: 100px;
    line-height: 84px;
    border-radius: 50%;
    background-color: #92b7f7;
    margin: 0 auto;
    border: 8px solid #7aa8f8;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-value .content-box .item .icon-box img {
    height: 60%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-value .content-box .item h5 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }
  .service-value .content-box .item p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 10px auto 0;
    width: 50%;
  }
  /*服务场景*/
  .service-scenario .content-box {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-scenario .content-box.show-mobile {
    display: none !important;
  }
  .service-scenario .content-box .item {
    width: 230px;
    height: 240px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    padding: 30px;
  }
  .service-scenario .content-box .item .icon-box {
    margin: 40px auto 0;
    text-align: center;
  }
  .service-scenario .content-box .item .icon-box img {
    height: 100px;
  }
  .service-scenario .content-box .item .icon-box img.img-mobile {
    display: none;
  }
  .service-scenario .content-box .item:nth-child(1) {
    border-left: 6px solid #3b9fe3;
  }
  .service-scenario .content-box .item:nth-child(1):hover {
    color: #3b9fe3;
  }
  .service-scenario .content-box .item:nth-child(2) {
    border-left: 6px solid #fdb711;
  }
  .service-scenario .content-box .item:nth-child(2):hover {
    color: #fdb711;
  }
  .service-scenario .content-box .item:nth-child(3) {
    border-left: 6px solid #ff3b43;
  }
  .service-scenario .content-box .item:nth-child(3):hover {
    color: #ff3b43;
  }
  .service-scenario .content-box .item:nth-child(4) {
    border-left: 6px solid #51e9eb;
  }
  .service-scenario .content-box .item:nth-child(4):hover {
    color: #51e9eb;
  }
  .service-scenario .content-box .item h5 {
    font-weight: 500;
    font-size: 20px;
  }
  .service-scenario .content-box .item p {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    margin-top: 10px;
    letter-spacing: 1px;
  }
  .service-scenario .content-box .item p br {
    margin-top: 20px;
  }
  /*全自动化服务模式*/
  .full-process .content-box {
    margin-top: 30px;
  }
  .full-process .full-process-img-mobile {
    display: none;
  }
  /*服务流程*/
  .service-process {
    background: url("../image/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: 50px;
    font-size: 26px;
    text-align: center;
  }
  .service-process h4 {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
  }
  .service-process .content-box {
    height: 320px;
    margin: 40px 0 30px;
    background-color: #8fa3ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-process .content-box.show-mobile {
    display: none;
  }
  .service-process .content-box .left {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
  }
  .service-process .content-box .left span {
    font-size: 30px;
    font-weight: 200;
  }
  .service-process .content-box .left .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    /*箭头方向可以自由切换角度*/
    transform: rotate(45deg);
    margin-left: 30px;
  }
  .service-process .content-box .right {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .service-process .content-box .right ul {
    padding: 10px 0;
  }
  .service-process .content-box .right ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
    margin-right: 40px;
    letter-spacing: 1px;
  }
}
/*# sourceMappingURL=bpo-pc.css.map */