
/*中原最佳雇主*/

/*ff7844*/
/*点击报名*/
#signUp {
    display:inline-block;
    width:100%;
    height:100px;
    position: absolute;
    top: 377px;
}

.modalBox .modalBox-right #reason {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}

.modalBox .modalBox-right .text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 40px;
}
#finish {
    margin-top: 30px;
}
.oDiv {
    display:block !important;
}
.oDiv > div > .person > span {
    border-right: none;
}
.oDiv > div > .person > #PersonalCenter {
    display: none !important;
}
.content {
    width: 100%;
    background-color: #f0f4f5;
}
.content #emptyPage{
    height:unset;
    padding-top:150px;
}
.nav-container{
    background-color:#ff7844;
    height:80px !important;
}
.nav-single{
    height:80px!important; 
}
.nav-level1 {
    color: #ffffff;
    height: 80px !important;
    line-height:80px !important;
}
.nav-level1:hover, .nav-level1:visited{
    color: #ffffff;
}
.nav-list{
    height:80px!important;
}
.nav-content {
    height: 80px !important;
}
.nav-content > img {
    float: left;
    margin: 16px 50px 10px 0;
}
.nav-content > #nav {
    width: 615px !important;
    float: left;
}
.nav-content:after{
    display:block;clear:none;
    content:"";
}



    /*快捷导航*/
.Quick_nav{
    position:fixed;
    right:20px;
    bottom:100px;
}
.Quick_nav  .nav_title {
    position:absolute;
    top:-100px;
    left:-12px;
    width: 250px;
    height: 108px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #e8e8e8;
    border-radius:10px;
}
.Quick_nav  .nav_title>p{
    font-size:44px;
    text-align:center;
    line-height:108px;
    color:#ff7844;
}
.Quick_nav > .nav_content {
    background-color: #ffffff;
    width: 226px;
    padding-top:30px;
}
.Quick_nav .nav_apply {
    width: 226px;
    background-color: #ffffff;
}
.Quick_nav .nav_apply>div{
    padding:0 20px;
    height:60px;
    cursor:pointer;
}
.Quick_nav  .nav_apply > div > p {
    border-bottom: 1px solid #e8e8e8;
    color: #ff7844;
    font-size: 20px;
    line-height: 60px;
}
.Quick_nav .nav_apply>div>p>img{
    margin-right:24px;
}
.Quick_nav .online_consult{
    position:relative;
}
.Quick_nav .online_consult > .tel {
    display:none;
    width: 160px;
    height: 50px;
    border-radius:5px;
    background-color:#ff7844;
    color:#ffffff;
    text-align:center;
    line-height:50px;
    position: absolute;
    top: 10px;
    right: 230px;
    padding: 0;
}
.Quick_nav   .download_QRcode{
    padding-bottom:40px;
}
.Quick_nav  .download_QRcode > div {
    margin-top: 40px;
    text-align:center;
}
.Quick_nav   .download_QRcode > div>img{
    width:140px;
    height:140px;
}
.Quick_nav .download_QRcode > div > p{
    font-size:16px;
    line-height:30px;
}
/*banner*/
.slider_container {
    width: 100%;
    height: 620px;
    position: relative;
}

.slider_container .top{
    width:100%;
    position:absolute;
    top:35px;
    left:0;
}
.slider_container .top_inner{
    width:1200px;
    margin:0 auto;
}
.slider_container .top_inner:after {
    display: block;
    clear: both;
    content: "";
}
.top_inner .top_logo{
    float:left;
}
.top_inner .login {
    float: right;
    color:#ffffff;
    font-size:18px;
}
.top_inner .login>span{
    cursor:pointer;
    line-height:50px;
}

/**参会企业*/
.data_number{
    height:240px;
}
.data_number > .data_inner {
    width: 1104px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    padding-top:180px;
}
.data_inner > .list_number{
    position:absolute;
    top:-50px;
    left:0;
    width:1104px;
    height:180px;
    background-color:#ffffff;
    border-radius:10px;
}
.list_number > .list {
    position: relative;
    text-align: center;
    width: calc(100%/3);
    height: 100%;
    float: left;
}
.list_number > .list>div{
    position:absolute;
    right:-3px;
    top:70px;
    width:6px;height:40px;
    background-color:#f0f4f5;
}
.list_number>.list>.number{
    font-size:50px;
    font-weight:bold;
    color:#ff7844;
    margin-top:25px;
}
.list_number>.list>.text{
    font-size:24px;
    color:#666666;
    margin-top:12px;
}
.list_number:after{
    display:block;
    clear:both;
    content:"";
}

/*新闻播报*/
.broadcasting > .news {
    float: left;
    width: 720px;
    height: 60px;
    border: 1px solid #dddddd;
    background-color:#ffffff;
    border-radius:4px;
}
.news>div{
    float:left
}
.news>.news_title{
    border-right:1px solid #dddddd;
    color:#ff7844;
    margin-top:20px;
    padding:0 16px 0 24px;
}
.news > .news_list {
    margin-left: 24px;
    height: 60px;
    overflow: hidden;
}
.news_list > div {
    
    width: 560px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .news_list > div > a {
        font-size: 14px;
        color: #999999;
    }
    .broadcasting > .news:after {
        display: block;
        clear: both;
        content: "";
    }

/*右侧搜索*/
.broadcasting > .search {
    float: right;
    width: 350px;
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    position: relative;
}
.broadcasting>.search>img{
    position:absolute;
    top:15px;
    right:18px;
}
.broadcasting > .search > input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
    text-indent:20px;
    font-size:14px;
}
.broadcasting:after {
    display: block;
    clear: both;
    content: "";
}

/*推荐*/
.box > .box_inner {
    width: 1200px;
    margin: 0 auto;
}
/*头部*/
.inner_title{
    text-align:center;
    position:relative;
    margin:0px 0 40px 0;
}
.inner_title>span{
    font-size:44px;
}
.inner_title>img{
    position:absolute;
    top:28px;
}
.inner_title > .left_img {
    left: 440px;
}
.inner_title>.right_img{
    right:440px;
}
/*切换*/
.box_content{
    position:relative;
}
.tabs > .tablist>.tabs_active {
    color: #ff7844;
}
.tabs > .tablist {
    float: left;
    font-size: 14px;
    margin-left: 50px;
    cursor: pointer;
    margin-top: 5px;
}
.tabs>.tablist>a{
    display:inline-block;
    margin:0 8px;
    color:#666666;
}
.tabs:after{
    display:block;
    clear:both;
    content:"";
}
.tabs_box{
    margin-top:12px;
    width:1200px;
    
}
.tabs_box .box_list {
    width:1200px;
}
.check_all {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: -83px;
}
    .check_all > a {
        color: #333333;
    }
.box_list:after{
    display:block;
    clear:both;
    content:"";
}
.box_active {
    display: block !important;
}
.loading{
    margin:80px 530px;
    display:none;
}
.fa-heart {
    display:none;
    position: absolute;
    color: #999999;
    font-size: 20px;
}

/*单位推荐*/
.box_list .company_list {
    width: 290px;
    height: 294px;
    margin-top:12px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #e8e8e8;
    border-radius: 10px;
    float: left;
    position:relative;
}
.company_list>.fa-heart{
    top:20px;
    right:20px;
}
.company_list>.company_logo{
    margin-top:30px;
    text-align:center;
}
.company_list > .company_logo>img{
    width:120px;height:120px;
}
.company_list > .company_name {
    text-align: center;
    margin-top: 20px;
}
.company_name>.name{
    display:inline-block;
    font-weight:bold;
    font-size:16px;
    color:#333333;
    width:270px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-left:10px;
}
.company_name>.info{
    margin-top:20px;
    color:#666666;
}
.company_list>.company_data{
    margin-top:20px;
    height:60px;
    border-top:1px solid #dddddd;
}
.company_data>div>p{
    width:120px;
    float:left;
    line-height:30px;
    color:#666666;
    margin-left:23px;
    font-size:14px;
}
.company_data > div > p > span {
    color: #ff522f;
}
.company_data > div:after {
    display: block;
    clear: both;
    content: "";
}
/*岗位推荐*/
.box_list .position_list {
    width: 392px;
    height: 203px;
    margin-top: 12px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #e8e8e8;
    border-radius: 10px;
    float: left;
    padding:0 20px;
    position:relative;
}
.position_list > .fa-heart {
    right: 20px;
    bottom: 25px;
}
.position_list > .position_info{
    height:128px;
}
.position_info>.position_left{
    float:left;
}
.position_left > .position_name{
    font-size:16px;
    color:#666666;
    margin-top:15px;
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.position_left > .position_name>span{
    color:#999999;
    font-size:14px;
    font-weight:unset;
}*/
.position_left > .position_level {
    color: #999999;
    font-size: 14px;
    margin-top:10px;
}
.position_left>.send{
    display:inline-block;
    margin-top:15px;
    width:90px;height:35px;
    color:#ffffff;
    font-size:16px;
    background-color:#ff7844;
    border:none;
    border-radius:17px;
    text-align:center;
    line-height:35px;
}
.position_info > .position_right {
    float: right;
}
.position_right > .position_pay{
    color:#ff522f;
    font-size:16px;
    line-height:50px;
}
.position_list > .position_info:after {
    display: block;
    clear: both;
    content: "";
}
.position_list>.position_source{
    height:74px;
    border-top:1px solid #dddddd;
    padding-top:14px;
}
.position_source>div{
    float:left;
}
.position_source>.source_logo>img{
    width:40px;
    height:40px;
}
.position_source>.source_info{
    margin-left:14px;
}
.position_source > .source_info > .name {
    color: #666666;
    line-height: 40px;
    display:inline-block;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position_source>.source_info>.intro{
    color:#999999;
    margin-top:3px;
}
.position_source:after{
    display:block;
    clear:both;
    content:"";
}

/*英才推荐*/
.box_list .talent_list {
    width: 290px;
    height: 300px;
    margin-top: 12px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #e8e8e8;
    border-radius: 10px;
    float: left;
    position:relative;
}
.talent_list .fa-heart{
    right:20px;top:20px;
}
.talent_list  .talent_image {
    margin-top: 20px;
    text-align: center;
}
.talent_list  .talent_image > img {
    width: 120px;
    height: 120px;
}
.talent_list  .talent_info{
    margin-top:34px;
    padding-left:40px;
}
.talent_list  .talent_info > p {
    color: #333333;
    font-size: 16px;
    line-height: 34px;
    width:230px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.talent_list  .talent_info > p>span{
    color: #666666;
    font-size: 14px;
}


/*数据统计*/
.data_title {
    width: 1200px;
    position:relative;
    margin: 62px auto 40px auto;
    text-align:center;
}
.data_title > span {
    font-size: 44px;
}
.data_title > img {
    position: absolute;
    top: 28px;
}
    .data_title > .left_img {
        left: 260px;
    }
.data_title > .right_img {
    right: 260px;
}
.data_statistics > .statistics{
    width:100%;
    height:169px;
    background-color:#ffffff;
}
.statistics > .statistics_inner{
    width:1200px;
    margin:0 auto;
}
.statistics_inner > div {
    float: left;
    width: calc(100%/5);
    text-align: center;
    border-right: 1px solid #dddddd;
    margin-top: 25px;
}
.statistics_inner>div> .number {
    font-size: 50px;
    font-weight: bold;
    color: #ff7844;
}

.statistics_inner>div> .text {
    font-size: 20px;
    color: #666666;
    margin-top: 12px;
}
.statistics > .statistics_inner:after{
    display:block;
    clear:both;
    content:"";
}
/*更多招聘资讯*/
.news_info > .info_title {
    width: 1200px;
    position: relative;
    margin: 62px auto 40px auto;
    text-align: center;
}
.news_info>.info_title > span {
    font-size: 44px;
}
.news_info > .info_title > img {
    position: absolute;
    top: 28px;
}
.news_info > .info_title > .left_img {
    left: 390px;
}
.news_info > .info_title > .right_img {
    right: 390px;
}
.news_info .newslist {
    height: 368px;
}
.newslist>.newslist_inner{
    width:1200px;
    margin:0 auto;
}
.tablist-title {
    height: 52px;
    width: 120px;
    line-height: 52px;
    font-size: 16px;
}

.tablist-header {
    height: 52px;
    border-bottom:1px solid #d4d4d4;
}
#tablist .tablist-title > span > img, #tablist-2 .tablist-title > span > img {
    margin: -4px 8px 0 0;
}
#tablist-3 .tablist-title > span > img {
    margin-right:8px;
}
#tablist-2,#tablist-3{
    margin-left:48px;
}
.tabTitle-active {
    color: #333333;
}
.tablist-panel > div > ul a:hover {
    color: #ff7844 !important;
}
#tablist .tablist-panel li,#tablist-2 .tablist-panel li {
    height: 35px;
    line-height: 35px;
}
#tablist .positionbriefsimplelist-info, #tablist-2 .articlesimplelist-info {
    padding-top: 10px;
}
#tablist .positionbriefsimplelist-infoTime，#tablist-2 .articlesimplelist-infoTime {
    float: right;
}
#tablist .positionbriefsimplelist-infoPoint, #tablist-2 .articlesimplelist-infoPoint {
    width: 6px;
    height: 6px;
    margin-top: 14px;
    background-color: #ff7844;
}
.positionbriefsimplelist-infoTitle:after{
    display:block;
    clear:both;
    content:"";
}
#tablist .positionbriefsimplelist-infoTitle a, #tablist-2 .articlesimplelist-infoTitle a {
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
    width: 240px;
}
/*校园双选会*/
#tablist-3 .tablist-panel:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-3 .tablist-panel li:after {
    display: block;
    clear: both;
    content: "";
}

#tablist-3 .tablist-panel li {
    width: 335px;
    margin-top: 20px;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
}

#tablist-3 .tablist-panel li > div {
    float: left;
}

#tablist-3 .tablist-panel li > div > span {
    line-height: 30px;
    color: #666666;
    font-size: 12px;
    margin-left: 10px;
    width: 240px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tablist-3 .milkroundsimplelist-infoTime, #tablist-2 .campustalksimplelist-infoTime {
    height: 50px;
    text-align: center;
    color:#ff7844;
    margin-right:10px;
}

#tablist-3 .milkroundsimplelist-infoTime-day, #tablist-2 .campustalksimplelist-infoTime-day {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

#tablist-3 .milkroundsimplelist-infoTime-month, #tablist-2 .campustalksimplelist-infoTime-month {
    font-size: 12px;
    line-height: 20px;
}

#tablist-3 .tablist-panel > div > ul a {
    font-size: 16px;
    width: 265px;
    color:#333333;
    margin-left:10px;
}
.more {
    position: absolute;
    right: 10px;
    top: -34px;
}
.more>a{
    font-size:12px;
    color:#333333;
}
.newslist>.newslist_inner:after{
    display:block;
    clear:both;
    content:"";
}

/*底部*/
.bottom{
    height:260px;
    background-color:#ffffff;
}
.bottom_inner{
    width:1200px;
    margin:0 auto;
}
.bottom_inner>div{
    float:left;
}
.bottom_logo{
    width:368px;
    text-align:center;
}
.bottom_logo>img{
    margin-top:86px;
}
.bottom_info .contactUs{
    margin:40px 0 20px 0 ;
}
.bottom_info .contactUs > p {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff7844;
    font-size: 14px;
    color: #333333;
    margin-right: 3px;
}
.bottom_info > .info > span {
    display: block;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height:27px;
}
.bottom_info > .info > .messageInfo {
    width: 300px;
}
.bottom_info .info:after {
    display: block;
    clear: both;
    content: "";
}
.bottom_QRcode .aboutUs {
    margin: 40px 0 20px 50px;
}
.bottom_QRcode{
    margin-left:50px;
}
.bottom_QRcode .aboutUs > p {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff7844;
    font-size: 14px;
    color: #333333;
    margin-right: 3px;
}
.bottom_QRcode > .info > span {
    display: block;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 27px;
}
.app_download > div {
    text-align: center;
    float: left;
    margin-left:50px;
}
.app_download>.text{
    margin:19px 0 0 30px;
}
.app_download > div > img {
    width: 92px;
    height: 92px;
}
.app_download > div > p {
    line-height: 24px;
    font-size: 14px;
}
.bottom_QRcode > .app_download:after {
    display: block;
    clear: both;
    content: "";
}
.bottom_inner:after {
    display: block;
    clear: both;
    content: "";
}

/*学生登陆模态框*/
.model_student {
    margin: 0 auto;
    width: 420px;
    height: 400px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:100;
    display:none;
}
.input_search, .studentID, .studentPassword {
    width: 370px;
    height: 60px;
    margin: 20px auto;
}
.input_search input, .studentID input, .studentPassword input {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #f9f9f9;
    border: none;
    padding-left: 20px;
    font-size: 16px;
}
.schoolList {
    width: 88%;
    height: auto;
    border-collapse: collapse;
    background: #d4d4d4;
    z-index: 101;
    position: absolute;
    top: 138px;
    left: 25px;
    max-height: 297px;
    max-height: 320px;
    overflow-x: hidden;
}
.schoolList > li {
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    border: 1px solid #fff;
}
    .schoolList > li > a {
        color:#333;
    }
    .stuLogin {
        width: 100%;
        height: 58px;
        text-align: center;
        font-size: 30px;
        line-height: 77px;
        font-weight: 500;
        color: #ff7844;
    }
.login_btn {
    width: 75%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 35px auto 0px;
    background: #ff7844;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
.model_student > #closeBtn {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 6px;
    font-size: 36px;
    font-weight:500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
/*遮罩层*/
#Mask {
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.3;
    z-index:99;
}