@charset "UTF-8";
@media screen and (min-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 90px;
    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%);
  }
  /*面包屑*/
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb span {
    font-size: 18px;
    color: #999;
  }
  .breadcrumb span.active {
    color: #333;
  }
  /*招聘流程外包*/
  .hro .description {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 30px 0;
  }
  /*服务内容*/
  .service-content {
    background: url("../images/talent-outsourcing/two-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .service-content .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;
  }
  .service-content .content-box .item {
    width: 180px;
  }
  .service-content .content-box .item:hover .icon-box img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .service-content .content-box .item .icon-box {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #daf0fc;
    line-height: 160px;
    text-align: center;
    margin: 0 auto;
  }
  .service-content .content-box .item .icon-box img {
    width: 60px;
    -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: 40px;
    text-align: center;
  }
  .service-content .content-box .item p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
    padding: 0 23px;
  }
  .service-content .content-box .item p.text-center {
    text-align: center;
  }
  /*核心服务价值*/
  .core-service-values .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;
  }
  .core-service-values .content-box .item:hover .icon-box img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .core-service-values .content-box .item .icon-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    line-height: 200px;
    margin: 0 auto;
  }
  .core-service-values .content-box .item .icon-box img {
    height: 80px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .core-service-values .content-box .item:nth-child(1) .icon-box {
    background-color: #55a5d8;
  }
  .core-service-values .content-box .item:nth-child(2) .icon-box {
    background-color: #eb5e9a;
  }
  .core-service-values .content-box .item:nth-child(3) .icon-box {
    background-color: #547cee;
  }
  .core-service-values .content-box .item h5 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 40px;
    text-align: center;
  }
  .core-service-values .content-box .item p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
    padding: 0 23px;
  }
  .core-service-values .content-box .item p.text-center {
    text-align: center;
  }
  /*服务优势*/
  .service-advantage-mobile {
    display: none;
  }
  .service-advantage {
    background: url("../images/talent-outsourcing/four-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .service-advantage,
  .service-advantage .tit-main,
  .service-advantage .tit-english {
    color: #fff;
  }
  .service-advantage .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-advantage .content-box .item {
    padding: 0 60px;
  }
  .service-advantage .content-box .item .icon-box {
    margin: 50px auto;
  }
  .service-advantage .content-box .item .icon-box:hover img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .service-advantage .content-box .item .icon-box img {
    height: 80px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-advantage .content-box .item h5 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
  }
  .service-advantage .content-box .item p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
    padding: 0 40px;
    text-align: left;
  }
  /*全自动化服务模式*/
  .full-process .content-box {
    margin-top: 30px;
	text-align: center;
  }
  .full-process .full-process-img-mobile {
    display: none;
  }
  .news-a-tits{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis; 
		-o-text-overflow: ellipsis;
		white-space: nowrap;
	}
}
/*# sourceMappingURL=talent-outsourcing-pc.css.map */