@charset "UTF-8";
@media screen and (min-width: 1240px) {
  /*banner区域默认样式调整开始*/
  .banner-container {
    margin-top: 117px;
    overflow: hidden;
  }
  .banner-container img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /*招聘流程外包*/
  .rpo .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;
    text-align: center;
  }
  .service-content .content-box .item:hover .icon-box {
    border: 2px solid #ff3b43;
  }
  .service-content .content-box .item:hover .icon-box img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .service-content .content-box .item .icon-box {
    width: 160px;
    height: 160px;
    border-radius: 10px;
    background-color: #fff;
    line-height: 160px;
    text-align: center;
    margin: 0 auto;
    -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;
    border: 2px solid transparent;
  }
  .service-content .content-box .item .icon-box img {
    height: 65%;
    -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;
  }
  /*服务价值*/
  .service-value .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;
    text-align: center;
  }
  .service-value .content-box .item {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    background-color: #fff;
    padding: 0 10px 30px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .service-value .content-box .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
  }
  .service-value .content-box .item:nth-child(1)::after {
    background-color: #3b9fe3;
  }
  .service-value .content-box .item:nth-child(2)::after {
    background-color: #fdb711;
  }
  .service-value .content-box .item:nth-child(3)::after {
    background-color: #ff3b43;
  }
  .service-value .content-box .item:nth-child(4)::after {
    background-color: #43c2c3;
  }
  .service-value .content-box .item:hover {
    color: #fff;
  }
  .service-value .content-box .item:hover:nth-child(1) {
    background-color: #3b9fe3;
  }
  .service-value .content-box .item:hover:nth-child(2) {
    background-color: #fdb711;
  }
  .service-value .content-box .item:hover:nth-child(3) {
    background-color: #ff3b43;
  }
  .service-value .content-box .item:hover:nth-child(4) {
    background-color: #43c2c3;
  }
  .service-value .content-box .item .icon-box {
    margin: 40px auto 0;
    text-align: center;
  }
  .service-value .content-box .item .icon-box img {
    height: 100px;
  }
  .service-value .content-box .item .icon-box img.img-mobile {
    display: none;
  }
  .service-value .content-box .item h5 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 40px;
    text-align: center;
  }
  .service-value .content-box .item p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
    padding: 0 23px;
    text-align: left;
  }
  /*综合交付能力*/
  .comprehensive-delivery-capability {
    background-color: #f5f5f5;
  }
  .comprehensive-delivery-capability .small-title {
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
  }
  .comprehensive-delivery-capability .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;
  }
  .comprehensive-delivery-capability .content-box .item {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  .comprehensive-delivery-capability .content-box .item:hover .icon-box img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .comprehensive-delivery-capability .content-box .item .icon-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: #aec5f6;
    margin: 0 auto;
  }
  .comprehensive-delivery-capability .content-box .item .icon-box img {
    height: 40%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .comprehensive-delivery-capability .content-box .item h5 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
  }
  .comprehensive-delivery-capability .content-box .item p {
    margin-top: 5px;
  }
  .comprehensive-delivery-capability .content-box .item p.number {
    font-size: 22px;
    color: #2060e6;
  }
  .comprehensive-delivery-capability .content-box .item p.desc {
    font-size: 14px;
    color: #666;
  }
  /*全自动化服务模式*/
  .full-process .content-box {
    margin-top: 30px;
	text-align: center;
  }
  .full-process .full-process-img-mobile {
    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: 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: 26px;
    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: 18px;
    font-weight: lighter;
    margin-right: 40px;
    letter-spacing: 1px;
  }
  .news-a-tits{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis; 
		-o-text-overflow: ellipsis;
		white-space: nowrap;
	}
}
/*# sourceMappingURL=rpo-pc.css.map */