@charset "UTF-8";
/* 字体 */
.font30{font-size: 30px}
.font34{font-size: 34px}
.color_red{color: #F52F3E;}
.color_green{color: #1ABC9C}
.color_org{color: #ff6600}
.color_000{color: #000}
.color_333{color: #333}
.color_666{color: #666}
.color_999{color: #999}
.c_f52f3e{color: #f52f3e}
.alignleft{text-align: left}
.alignright{text-align: right}
.vTop{
    display: inline-block;
    vertical-align: top;
}
.bg_f6{background-color: #f6f6f6}
.bg_deepBlue{ background-color: #151F42}
.spacer10{height: 10px;}
.spacer40{height: 40px;}
.mr20{margin-right: 20px;}
.ml20{margin-left: 20px;}
.ml40{margin-left: 40px;}
.lHeight16{line-height: 16px}
.lHeight18{line-height: 18px}
.lHeight20{line-height: 20px}
.lHeight22{line-height: 22px}
.lHeight24{line-height: 24px}
.lHeight26{line-height: 26px}
.lHeight32{line-height: 32px}
.lHeight34{line-height: 34px}
.lHeight36{line-height: 36px}
.lHeight44{line-height: 44px}
.lHeight76{line-height: 76px}
/* 图标区 */
/* 专区头像 */
.icon_myManage{
    width: 12px;
    height: 14px;
    background: url(../../images/hrOutsourcing/header_photo.png)no-repeat center 1px;
}
.icon_position_green{
    width: 15px;
    height: 18px;
    background: url(../../images/hrOutsourcing/icon_position_green.png)no-repeat center
}
.icon_hrGroup{
    width: 50px;
    height: 60px;
    background: url(../../images/hrOutsourcing/icon_hrGroup01.png)no-repeat;
}
.icon_hrGroup01{
    background-position:-10px -10px;
}
.icon_hrGroup02{
    background-position:-80px -10px;
}
.icon_hrGroup03 {
    background-position:-150px -10px;
}
.icon_hrGroup04 {
    background-position:-10px -90px;
}
.boxShadow{
    -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
}
/* z专区导航 */

.zPlan_nav_box{
    height: 0;
    z-index: 5;
}
.zPlan_nav{
    padding: 16px 0;
    top: 0;
    left: 0;
}
.zPlan_nav .zPlan_logo{
    display: inline-block;
    width: 208px;
    height: 38px;
}
.zPlan_nav .zPlan_logo img{
    width: 208px;
    height: 38px;
}
/* z导航搜索 */

.zPlan_nav .searchArea{
    top: 116px;
    left: 40px;
    width: 660px;
}
.zPlan_nav .searchArea .font30{
    height: 58px;
    line-height: 58px;
}
.searchBox{
    height:50px;
}
.searchBox input{
    border: 0;
    outline: none;
    width: 566px;
    height:50px;
    line-height: 14px;
    padding: 21px 12px;
    font-size: 14px;
}
.searchBox input:focus{
    border: 0;
    outline: none
}
.searchBox .btn_green{
    top: 5px;
    right: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    background: #1ABC9C;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.zPlan_nav .searchArea li{
    float: left;
    height: 34px;
    line-height: 34px;
    margin-right: 29px;
}
.zPlan_nav .searchArea li:last-child{
    margin-right: 0;
}
.zPlan_nav .searchArea li span{
    margin-left: 4px;
}
.zPlan_nav .zPlan_nav_list{
    text-align: center;
}
.zPlan_nav .zPlan_nav_list li{
    float: left;
    margin-right: 40px;

}
.zPlan_nav .zPlan_nav_list li a{
    display: block;
    height: 38px;
    line-height: 36px;
}
.zPlan_nav .zPlan_nav_list li a:hover{
    color: #fff;
    text-decoration: none;
}
.zPlan_nav .zPlan_nav_list li.active .dividing_line{
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 3px;
    background-color: #fff;
}
.zPlan_nav .zPlan_nav_list li.active a{
    font-weight: bold;
}
.zPlan_nav .myManage{
    display: none;
    margin: 7px 0 0 10px;
    padding: 0 10px;
    height: 24px;
    line-height: 20px;
    background: #E7F8F4;
    -webkit-border-radius:12px;
    border-radius:12px;
    color: #1ABC9C;
}
.zPlan_nav .myManage.active{
    display: inline-block;
}
.zPlan_nav .myManage:hover{
    color: #1ABC9C;
    text-decoration: none;
}



/* 轮播 */
.swiper-container{
    height: 360px;
    position: relative;
    overflow: hidden;
}


.swiper-container .swiper-wrapper{
    position: relative;
    height: 360px;
}
.swiper-container .swiper-slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 1190px;
    height: 360px;
    display: none;
}
.swiper-container .swiper-slide img{
    position: absolute;
    top: 0;
    left: -365px;
    width: 1920px;
    height: 360px;
    max-width: 1920px;
    max-height: 360px;

}
.swiper-container .swiper-slide.active{
    display: block;
}
.swiper-container .swiper-slide a{
    position: absolute;
    right: 0;
    top: 73px;
    width: 480px;
    height: 190px;
    background: rgba(255,255,255,0);
    z-index: 2;
}
.swiper-container .pagination {
    position: absolute;
    left: 942px;
    top: 266px;
    text-align: left;
    width: 250px;
    height:14px;
}
.swiper-container  .swiper-pagination-switch{
    float: left;
    margin:0 8px;
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.4;
    cursor: pointer;
}

.swiper-container .swiper-pagination-switch.active{
    opacity: 1;
}

/* 搜索列表 */
.group_1 .searchListBox{
    height: 250px;
    padding: 16px 0 0 40px;
    margin-top: -70px;
    z-index: 3;
}
.group_1 .searchListBox .font24{
    height: 64px;
    line-height: 64px
}
.group_1 .searchListBox .leftAside{
    width: 800px;
}
.group_1 .searchListBox .lHegiht34 span.fl{
    height: 34px;
    line-height: 34px;
}
.group_1 .searchListBox .lHegiht34 li{
    float: left;
    margin: 0 11px;
    height: 34px;
    line-height: 34px;
}
.group_1 .searchListBox .lHegiht34 li a:hover{
    color: #1ABC9C;
    text-decoration: none;
}
.group_1 .searchListBox>.dividing_line.fl{
    width:1px;
    height:250px;
    margin: -16px 30px 0 0;
    background: #f2f2f2;
}
.group_1 .searchListBox .notice_wrap{
    width: 300px;
}
.group_1  .notice_wrap a.fr{
    margin-top: 7px;
    line-height: 15px;
    font-size: 12px;
}
.group_1  .notice_wrap a.fr:hover{
    color: #1ABC9C;
    text-decoration: none;
}
.notice_wrap .notice_body li:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    background: #D8D8D8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.notice_wrap .notice_body ul{
    height: 72px;
    overflow: hidden;
}
.notice_wrap .notice_body li a{
    display: inline-block;
    width: 286px;
}
.notice_wrap .notice_body li a:hover{
    color: #1ABC9C;
    text-decoration: none;
}
.notice_wrap  .lHeight32{
    text-align: center
}
.notice_wrap  .lHeight32 .dividing_line{
    width: 20px;
    height: 1px;
    margin-top: 16px;
    background-color: #1ABC9C;;
}

.group_1 .notice_wrap .btn_lnGreen{
    display: block;
    background: url(../../images/hrOutsourcing/lnGreen.png)no-repeat center top;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.group_1 .notice_wrap .btn_lnGreen:hover{
    background: #1ABC9C;
}
.btn_lnGreen:hover{
    text-decoration: none;
}
.group_2{
    height: 104px;
}
.group_2 li{
    float: left;
    padding: 0px 0 0 60px;
    margin-right: 59px;
    color: #8C5313
}
.group_2 li .pa{
    top:12px;
    left: 0;
}
.group_2 li .font18{
    line-height: 42px;
}
.group_2 li .item_desc{
    line-height: 15px;
}
.group_2 li:last-of-type{
    margin-right: 0;
    float: right;
}


.group_3 .new_demandHeader a.fl{
    margin-left: 40px;
    margin-top: 6px;
    height: 34px;
    line-height: 34px;
    padding-right:14px;
    background-image: url(../../images/hrOutsourcing/rightArrowBlack.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.group_3 .new_demandHeader a.fl:hover{
    color: #1ABC9C;
    text-decoration: none;
    background-image: url(../../images/hrOutsourcing/rightArrowGreen.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.group_3 .new_demandHeader>.dividing_line{
    margin: 10px 16px 0;
    width: 1px;
    height: 24px;
    background-color: #d8d8d8;
}
/* 城市选择 */
#filterArea .selectedArea{
    height: 44px;
    cursor: pointer;
}
#filterArea.active .selectedArea .color_999{
    color: #1ABC9C;
}
#filterArea  .icon_position_green{
    margin: -5px 2px 0 0;
}
#filterArea .selectAreaList{
    display: none;
    top: 44px;
    left: 0;
    width: 530px;
    padding: 20px 0 30px 20px;
    z-index: 2;
}
#filterArea.active .selectAreaList{
    display: block;
}
#filterArea .selectAreaList li{
    float: left;
    width: 84px;
    height: 20px;
    line-height: 20px;
    margin: 5px 0
}
#filterArea .selectAreaList li span{
    display: inline-block;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
    color: #333;
    cursor: pointer;
}
#filterArea .selectAreaList li span.active,#filterArea .selectAreaList li span:hover{
    color: #1ABC9C;
}
/* 最新需求 */
#demand_list{
    width: 1201px;
    padding-bottom: 10px;
}
#demand_list .no_demandDia{
    display: none;
}
#demand_list .no_demandDia .no_demandDia_icon{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 110px;
    background: url(../../images/hrOutsourcing/nodemand_bg.png)no-repeat center
}
#demand_list.no_demand{
    padding: 100px 0 250px;
    text-align: center;
}
#demand_list.no_demand .no_demandDia{
    display: block;
}
#demand_list .demand_item{
    float: left;
    width: 390px;
    height: 148px;
    margin:  10px 10px 0 0;
    background: #fff
}
#demand_list .demand_item:hover{
    -webkit-box-shadow:0px 2px 8px 0px rgba(0,0,0,0.08);
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.08);
}
#demand_list .demand_item a{
    display: block;
    width: 390px;
    height: 148px;
    padding: 18px 20px 0 30px;
}
#demand_list .demand_item a:hover{
    text-decoration: none;
}
#demand_list .demand_item .demand_name{
    height: 44px;
    word-break: break-all;
    overflow: hidden;
}

#demand_list .demand_item .lHeight22 .txtellipsis{
    display: inline-block;
    max-width: 270px;
}
#demand_list .demand_item .lHeight26 .fr.color_org{
    text-align: center;
    padding: 0 6px;
    margin-top: 3px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:rgba(255,96,0,.1);
}
/* 最新排名 */
#entryRanking{
    height: 220px;
    padding: 26px 30px 0 0;

}
#entryRanking ul{
    width: 100%;
    padding-left: 30px;
    position: relative;
}
#entryRanking ul li{
    width: 538px;
    height: 34px;
    line-height: 34px;

}
#entryRanking ul li:nth-child(6){
    position: absolute;
    top: 0;
    right: 0;
}
#entryRanking ul li:nth-child(7){
    position: absolute;
    top: 35px;
    right: 0;
}
#entryRanking ul li:nth-child(8){
    position: absolute;
    top: 69px;
    right: 0;
}
#entryRanking ul li:nth-child(9){
    position: absolute;
    top: 103px;
    right: 0;
}
#entryRanking ul li:nth-child(10){
    position: absolute;
    top: 137px;
    right: 0;
}
#entryRanking ul li span{
    height: 34px;
    line-height: 34px;
}

#entryRanking ul li:nth-child(1) .ranking,#entryRanking ul li:nth-child(2) .ranking,#entryRanking ul li:nth-child(3) .ranking{
    color: #FF6B13;
}
#entryRanking ul li .ranking{
    margin-right: 12px;
}
#entryRanking ul li .txtellipsis{
    max-width: 400px
}
#entryRanking ul li a.txtellipsis:hover{
    color:  #1ABC9C;
    text-decoration: none
}
#entryRanking  .dividing_line{
    left: 50%;
    top: 35px;
    width: 1px;
    height: 150px;
    background-color: #d8d8d8
}




/* 金牌合作伙伴 */
.group_7 #goldShop{
    width: 1201px;
    overflow: hidden;
    max-height: 280px;
}

.group_7 .item {

    margin:0 10px 10px 0;
    width: 230px;
    height: 130px;
    background-color: #fff;
    -moz-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.group_7 .item:hover {
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.group_7 .item > a {
    position: relative;
    display: block;
    width: 230px;
    height: 130px;
    padding: 20px 21px 0px;
    text-align: center;

}
.group_7 .item > a:hover{
    text-decoration: none;
}
.group_7 .item .item_2 {
    width: 100px;
    height: 60px;
    margin: 0 auto;
    background-color: #efefef
}
.group_7 .item_2 img {
    width: 100px;
    height: 60px;
}
.group_7 .item .item_3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
}
/* 最新入驻伙伴 */
.group_8 .group_body {
    position: relative;
    padding: 29px 0;
    max-height: 220px;
    background-color: #fff;
    overflow: hidden;
}

.group_8 .group_body:before,
.group_8 .group_body:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #fff;
}

.group_8 .group_body:after {
    bottom: 26px;
}

.group_8 .group_body ul {
    position: relative;
    margin-left: -1px;
    height: 150px;
    overflow: hidden;
}

.group_8 .group_body ul div {
    position: absolute;
    width: 100%;
}

.group_8 .group_body .item {
    padding: 0 30px;
    width: 50%;
    height: 30px;
    line-height: 30px;
    color: #4A4A4A;

}
.group_8 .dividingLine{
    display: inline-block;
    position: absolute;
    top: 29px;
    left: 50%;
    height: 150px;
    width: 1px;
    background-color: #dbdbdb
}

.group_8 .group_body .item:first-child {
    margin-top: 0;
}

.group_8 .item span:first-child {
    max-width: 63%;
}



/* group_9 */
.group_9 {
    height: 100px;
    line-height: 100px;
    background-color: #fff;
}
.group_9 p:first-child{
    float: left;
    font-size: 40px;
    color: #FF821C;
    font-weight: bold;
}
.group_9 p:nth-child(2){
    float: left;
    font-size: 24px;
    color: #4A4A4A;
    margin-left: 20px;
}
.group_9 a{
    float: right;
    margin-top: 26px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    background: #1ABC9C;
}
.group_9 a:hover{
    background: #00AD8B;
    text-decoration: none;
}
#demand_list .demand_item .demand_name .jf_fruit {
    font-weight: 400;
    width: 66px;
    height: 20px;
    line-height: 18px;
    -moz--box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E0251B;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-align: center;
    color: #E0251B;
    cursor: default;

}

#demand_list .demand_item .demand_name .orderName {
    display: inline-block;
    width: 245px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 20191128 */
.color_555{color: #555;}
.color_666{color: #666;}
.font12{font-size: 12px;}
.spacer8{height: 8px;}
/* 一站式解决服务商人力资源管理 */
.icon_hrpo_Group{
    background-repeat: no-repeat;
    background-image: url(../../images/hrOutsourcing/icon_hrpo_Group.png);
}
.hrpo_method .icon_hrpo_Group{
    display: block;
    width: 51px;
    height: 50px;
    margin: 0 auto;
}
.icon_newDWSB{
    width: 38px;
    height: 14px;
    background: url(../../images/hrOutsourcing/icon_newDWSB.png)no-repeat center;
    background-size: contain;
    top: 0;
    right: -40px; 
}
.icon_hrpo_Group.icon_hrpo_method01{
   background-position: -81px -80px;
}
.icon_hrpo_Group.icon_hrpo_method02{
    background-position: -10px -10px;
 }
 .icon_hrpo_Group.icon_hrpo_method03{
    background-position: -81px -10px;
 }
 .icon_hrpo_Group.icon_hrpo_method04{
    background-position: -10px -80px;
 }
 .icon_hrpo_Group.icon_hrpo_method05{
    background-position: -152px -10px;
 }
 .hrpo_method li{
     text-align: center;
     padding-top: 28px;
     height: 199px;
}
.hrpo_method li .lHeight18{
    padding-top:5px ;
}
.hrpo_method li:first-child{
    margin:0 52px 0 32px;
}
.hrpo_method li:nth-child(2){
   margin-right: 52px;
}
.hrpo_method li:nth-child(3){
    margin-right: 51px;
}
.hrpo_method li:last-child{
    margin-right: 41px;
}
/* 一站式解决服务商人力资源管理 */
.operational_guide li{
    width: 290px;
    height: 118px;
    background-color: #fff;
}
.operational_guide li:hover{
    -webkit-box-shadow:0px 2px 6px 0px rgba(0,0,0,.1);
    box-shadow:0px 2px 6px 0px rgba(0,0,0,.1);
}
.operational_guide li:nth-child(2){
    margin: 0 11px 0 10px;
}
.operational_guide li a{
    display: block;
    width: 100%;
    width: 290px;
    height: 118px;
    padding-top:35px ;
    text-align: left;

}
.operational_guide li a:hover{
    text-decoration: none;
}
.operational_guide li .pa{
    right: 0;
    top: -20px;
    width: 75px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    font-weight: bold;
    color: #eaeaea;
    white-space: nowrap;
    text-align: center;
}
.operational_guide .icon_hrpo_Group{
    width: 48px;
    height: 48px;
    float: left;
    margin: 0 12px 0 20px;
}
.icon_hrpo_Group.icon_hrpo_operational01{
    background-position: -152px -80px;
 }
 .icon_hrpo_Group.icon_hrpo_operational02{
     background-position: -10px -150px;
  }
  .icon_hrpo_Group.icon_hrpo_operational03{
     background-position: -78px -150px;
  }
  .icon_hrpo_Group.icon_hrpo_operational04{
     background-position: -146px -150px;
  }