@charset "UTF-8";
@media screen and (min-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 117px;
    overflow: hidden;
    position: relative;
  }
  .banner-container img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /*招聘流程外包*/
  .payroll-tax .description {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 30px 0;
  }
  /*企业痛点*/
  .enterprise-pain-points {
    background-color: #f5f5f5;
  }
  .enterprise-pain-points .content-box {
    margin-top: 50px;
    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;
  }
  .enterprise-pain-points .content-box .left {
    width: 500px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-right: 30px;
  }
  .enterprise-pain-points .content-box .left:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .enterprise-pain-points .content-box .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .enterprise-pain-points .content-box .right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    font-size: 24px;
  }
  .enterprise-pain-points .content-box .right ul li .num {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    font-size: 22px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
  }
  /*服务内容*/
  .service-content .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-content .content-box .item {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 20px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-content .content-box .item:hover {
    padding-left: 40px;
  }
  .service-content .content-box .item h5 {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
  }
  /* 主要解决问题 */
  .mainly-solve-the-problem {
    background: url("../images/talent-outsourcing/two-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainly-solve-the-problem .show-mobile {
    display: none;
  }
  .mainly-solve-the-problem .content-box {
    text-align: center;
    margin-top: 50px;
    position: relative;
  }
  .mainly-solve-the-problem .content-box .content-bg {
    width: 80%;
    margin: 0 auto;
    z-index: 0;
  }
  .mainly-solve-the-problem .content-box .item {
    position: absolute;
    color: #fff;
    width: 170px;
  }
  .mainly-solve-the-problem .content-box .item .number {
    font-size: 26px;
    padding: 0 0 20px;
    position: relative;
    font-weight: bold;
  }
  .mainly-solve-the-problem .content-box .item .number::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background-color: #fff;
  }
  .mainly-solve-the-problem .content-box .item .desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .mainly-solve-the-problem .content-box .item.first {
    left: 14%;
    top: 160px;
    width: 170px;
  }
  .mainly-solve-the-problem .content-box .item.second {
    left: 22.5%;
    top: 60%;
    width: 200px;
  }
  .mainly-solve-the-problem .content-box .item.three {
    left: 43%;
    top: 36%;
    width: 180px;
  }
  .mainly-solve-the-problem .content-box .item.four {
    right: 35%;
    top: 7%;
    width: 130px;
  }
  .mainly-solve-the-problem .content-box .item.five {
    right: 15.5%;
    top: 32%;
    width: 170px;
  }
  /* 服务价值 */
  .service-value .mobile-img {
    display: none;
  }
  .service-value .content-box {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .service-value .content-box .item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-value .content-box .item::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 0;
  }
  .service-value .content-box .item:hover .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .service-value .content-box .item .arrow {
    width: 30px;
    z-index: 3;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .service-value .content-box .item h5 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
  }
  /*服务优势*/
  .service-advantage {
    background-color: #f5f5f5;
  }
  .service-advantage .content-box {
    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-advantage .content-box .item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px 0 20px;
  }
  .service-advantage .content-box .item .icon-wrap {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    background-color: #77a5f5;
  }
  .service-advantage .content-box .item .icon-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .service-advantage .content-box .item .icon-wrap img {
    width: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-advantage .content-box .item .content-text {
    text-align: center;
  }
  .service-advantage .content-box .item h5 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
  }
  .service-advantage .content-box .item .desc {
    font-size: 16px;
    text-align: center;
    width: 60%;
    line-height: 1.5;
    margin: 10px auto 0;
  }
  .news-a-tits{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis; 
		-o-text-overflow: ellipsis;
		white-space: nowrap;
	}
}
/*# sourceMappingURL=payroll-tax-pc.css.map */