@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    background: #fff;
    width: 100%;
    height: 100%;
    font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
    color: #333;
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    text-decoration: underline;
    color: #c30;
}

ul,
li,
ol {
    list-style: none;
}

img {
    border: none;
}

em,
i {
    font-style: normal
}

input,
textarea {
    font-family: microsoft yahei;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.hp_kk {
    width: 1200px;
    margin-top: 15px;
}

.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_enterprise_re {
    float: left;
    width: 1200px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}

.tips_job_info_tit {
    color: #000;
    padding-bottom: 10px;
    font-size: 14px;
}

.enterprise_re_a {
    color: #414141 !important;
    font-weight: normal;
    cursor: pointer;
    margin-right: 5px;
}

.tips_job_info_time {
    color: #999;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.tips_job_cp {
    color: #f60;
    font-size: 12px;
}

.tips_job_info {
    display: none;
    position: absolute;
    z-index: 10000;
    border: 2px solid #ff9933;
    background: #fff;
    padding: 5px 10px 0px 10px;
    margin: 0px 0 0 50px;
}

.fk_jobtit {
    width: 130px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #fa5f00;
    color: #1a5aa8;
}

.fk_jobcont {
    padding: 10px 0;
}

.fk_joblist {
    line-height: 25px;
}

/* .index_enterprise_re ul li{padding: 8px 0;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;width: 33%;} */
.index_enterprise_re ul {
    width: 1210px;
}

.index_enterprise_re ul li {
    padding: 15px 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 260px;
    border-bottom: 1px solid #f2f5f7;
    border-right: 1px solid #f2f5f7;
}

.enterprise_re_zw_a {
    color: #666666;
    font-weight: normal;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block
}

.enterprise_re_zw_a:hover {
    color: #004694;
}

.tips_job_info_time {
    color: #999;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.Seperate {
    float: left;
    height: 1px;
    width: 100%;
    border-top: 1px dotted #d5d5d5;
    margin: 10px 0 10px;
}

.hp_head_search_bg {
    display: block;
    position: absolute;
    background: url(../images/icon_renimg.png) no-repeat;
    width: 100px;
    height: 140px;
    left: 10px;
    bottom: -5px;
}

.first_floor_top {}

.first_floor_bom {
    padding-bottom: 20px;
}

.index_title_box {
    padding: 20px 0 20px 20px;
    position: relative;
    height: 15px;
}

.index_title_span {
    font-size: 14px;
    margin-right: 20px;
    color: #666;
    cursor: pointer;
}

.index_titleAll {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    color: #333;
}

.index_titleAll:after {
    height: 3px;
    width: 20px;
    position: absolute;
    left: 15px;
    bottom: -14px;
    display: block;
    clear: both;
    content: '';
    background: #3d7eff;
    border-radius: 2px;
}

.first_floor_more {
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 15px;
    top: 20px;
    padding-right: 14px;
}

.first_floor_more:after {
    content: '';
    display: block;
    position: absolute;
    clear: both;
    width: 10px;
    height: 10px;
    right: 0;
    top: 4px;
    background: url(../images/icon_jtright.png) no-repeat
}

/* 视频面试 */
.index_frist_spms {
    width: 935px;
    float: left;
}

.spview_box {}

.index_spms {
    width: 291px;
    background: #fff;
    color: #333;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(111, 116, 132, 0.2);
}

.index_spms_top_tips {
    padding: 10px 118px 10px 35px;
    position: relative;
    background: url(../images/spview_video.png) no-repeat 10px 10px;
    background-size: 16px;
    color: #000000;
    font-size: 12px;
}

.index_spms_top_tips_ms {
    width: 70px;
    cursor: pointer;
    display: block;
    border-radius: 5px 0;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
    line-height: 26px;
    margin-bottom: 10px;
    background: #0c5cf7;
    background: -moz-linear-gradient(to right, #0c5cf7 0%, #578dfa 100%);
    background: -webkit-gradient(linear, to right, color-stop(0%, #0c5cf7), color-stop(100%, #578dfa));
    background: -webkit-linear-gradient(to right, #0c5cf7 0%, #578dfa 100%);
    background: -o-linear-gradient(to right, #0c5cf7 0%, #578dfa 100%);
    background: -ms-linear-gradient(to right, #0c5cf7 0%, #578dfa 100%);
    background: linear-gradient(to right, #0c5cf7 0%, #578dfa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c5cf7', endColorstr='#578dfa', GradientType=0);
}

.index_spms_top_tips_ms:hover {
    color: #fff;
    text-decoration: none;
}

:root .index_spms_top_tips_ms {
    filter: none;
}

.index_spms_top_tips_ms i {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 7px;
    top: 4px;
    background: url(../images/spview_msh.png) no-repeat center;
    background-size: 100%;
}

.index_spms_con {
    padding: 5px 15px 5px 15px;
    line-height: 30px;
}

.index_spms_top_time1 {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #ff6600;
    padding: 4px 10px 4px 28px;
    border-radius: 13px;
    background: #ffefe5 url(../images/spview_time1.png) no-repeat 10px center;
    background-size: 12px 12px;
    font-size: 12px;
}

.index_spms_top_time2 {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    color: #999999;
    padding: 4px 10px 4px 28px;
    border-radius: 13px;
    background: #f0f0f0 url(../images/spview_time2.png) no-repeat 10px center;
    background-size: 12px 12px;
    font-size: 12px;
}

.index_spms_top_time1:hover {
    text-decoration: none;
}

.index_spms_top_time2:hover {
    text-decoration: none;
}

.index_spms_con_img {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 0;
}

.index_spms_con_t_name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.index_spms_con_t_info {
    color: #333;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_spms_con_t_info span {
    display: inline-block;
    height: 10px;
    width: 1px;
    margin: 0 5px;
    background: #d0d0d0;
}

.index_spms_zwall {
    color: #888;
    padding: 0 15px 15px 15px;
}

.index_spms_zwall span {
    color: #ff6600;
}

.index_spms_zwall a {
    color: #3b7cff;
    margin-left: 15px;
    font-weight: bold;
}

.index_spms_zwall a:hover {
    color: #3b7cff;
}


/* 紧急招聘 */
.index_help_wanted {
    width: 250px;
    height: 335px;
    background: #fff;
    float: left;
    position: relative;
}

.index_help_wanted_newjob {
    padding: 0px 2px;
    background: #ff4685;
    color: #fff;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.index_help_wanted_tit {
    width: 193px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #3d9af6 url(../images/jp_icon.png) no-repeat 20px 7px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding-left: 52px;
    position: absolute;
    left: 0px;
    top: -40px;
}

.index_help_wanted_job {
    padding-left: 15px;
    height: 320px;
    overflow: hidden
}

.index_help_wanted_job ul li {
    position: relative;
    padding-left: 23px;
    padding-top: 15px;
}

.index_help_wanted_jobname {
    max-width: 130px;
    display: block;
}

.index_help_wanted_jobname a {
    color: #000
}

.index_help_wanted_jobname a:hover {
    color: #f60;
}

.index_help_wanted_job_xz {
    position: absolute;
    right: 0px;
    top: 16px;
    font-size: 13px;
    color: #9195a3;
    text-align: right;
    display: inline-block
}

.index_help_wanted_job_c {
    width: 7px;
    height: 7px;
    background: #ebebeb;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 13px;
}

.index_help_wanted_job_more {
    width: 210px;
    float: left;
    padding: 8px 15px 0px 15px;
}

.index_help_wanted_job_more_bth {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 20px;
    color: #999;
    font-size: 12px;
}

.index_help_wanted_job_more_bth:hover {
    background: #3395f6;
    color: #fff;
    text-decoration: none
}

.index_help_wanted_job ul li .jp_px {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    background: #ada9ad;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    top: 17px;
}

.index_help_wanted_job ul li .jp_px1 {
    background: #f60;
}

.index_help_wanted_job ul li .jp_px2 {
    background: #ff8b3e;
}

.index_help_wanted_job ul li .jp_px3 {
    background: #f4ab2b;
}

.jp_new {
    background: #ff4589;
    color: #fff;
    padding: 0px 2px;
    display: none;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
}

/* 轮播图 */

.index_frist_box {
    width: 675px;
	height:315px;
    float: left;
    padding-top: 0px;
}

.index_huandeng {
    width: 675px;
    height: 315px;
    float: left;
    background: #fff;
    position: relative
}

.index_huandeng:after {
    width: 25px;
    height: 13px;
    content: "";
    display: inline-block;
    background: url(../images/gicon.png) no-repeat;
    position: absolute;
    right: 5px;
    bottom: 1px
}

.index_huandeng img {
    border-radius: 0px
}

.index_frist_right {
    width: 225px;
    float: right;
    background: #fff;
    margin-top: 15px;
    height: 360px;
    position: relative
}

.index_frist_pic {
    width: 100%;
    height: 65px;
    padding: 20px 0 15px 0;
    text-align: center
}

.index_frist_hi {
    width: 100%;
    text-align: center;
    text-indent: 20px;
    font-size: 12px;
}

.index_frist_pic_bg {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url(../images/usericon.png) no-repeat center center
}

.index_frist_login_bth {
    width: 100%;
    padding-top: 18px;
    text-align: center
}

.index_frist_login_bth_l {
    width: 80px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 3px;
    background: #2384e3;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 5px;
}

.index_frist_login_bth_l:hover {
    color: #fff;
    background: #095eb2;
    text-decoration: none;
    box-shadow: 0 2px 10px 0 #b8d5f6;
}

.index_frist_login_bth_reg {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #2384e3;
    color: #2384e3;
    font-size: 14px;
    text-align: center;
    margin-left: 10px
}

.index_frist_login_bth_reg:hover {
    color: #fff;
    background: #0e75d9;
    text-decoration: none;
    box-shadow: 0 2px 10px 0 #b8d5f6;
}

.index_frist_login_sj {
    padding-left: 20px;
    padding-top: 15px;
    position: relative
}

.index_frist_login_bth_sj_a {
    color: #ef494a
}

.index_frist_login_bth_m {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #2384e3;
}

.index_frist_login_other {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.index_frist_login_other_tit {
    border-top: 1px solid #eee;
    position: relative
}

.index_frist_login_other_tit_s {
    display: inline-block;
    padding: 0px 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -10px;
    color: #999;
    font-size: 12px;
    margin-left: -60px
}

.index_frist_login_other_xl {
    width: 30px;
    height: 30px;
    background: url(../images/kj_icon.png) no-repeat 0 0;
    display: inline-block;
    margin-left: 10px;
}

.index_frist_login_other_wx {
    width: 30px;
    height: 30px;
    background: url(../images/kj_icon.png) no-repeat -60px 0px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.index_frist_login_other_qq {
    width: 30px;
    height: 30px;
    background: #40c100;
    display: inline-block;
    background: url(../images/kj_icon.png) no-repeat -30px 0;
    margin-left: 10px;
    margin-right: 10px;
}

.index_frist_login_other_box {
    padding-top: 23px;
    text-align: center
}

.index_frist_login_other_box a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 50%;
}

.wx_login {
    width: 35px;
    height: 35px;
    background: url(../images/eer.png) no-repeat;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

.wxcode_login_c {
    width: 35px;
    position: relative;
    display: block
}

.wxcode_login_c_icon {
    display: inline-block;
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #FF8C14;
    background: url(../images/sm_login.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 40px;
}

.indexwxlogintext {
    margin: 0 auto;
    width: 120px;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
    text-align: center;
}

.indexwxlogintext img {
    width: 130px;
    height: 130px;
    border: 0px;
}

.wxlogintxt {
    margin: 0 auto;
    width: 190px;
    text-align: center;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #EEEEEE;
    color: #999999;
    border-radius: 30px;
}

.fast_login_index {
    margin: 0 auto;
    width: 140px;
    position: relative;
}

.fast_login_index_sxbox {
    width: 140px;
    text-align: center;
    color: #000;
    color: #999
}

.fast_login_index_sxicon {
    width: 140px;
    height: 140px;
    background: url(../images/sx.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    margin-bottom: 10px;
}


.yun_Indexlogin_yzm_img {
    width: 110px;
    height: 43px;
}



.money_reward_job {
    width: 100%;
    float: left;
    margin-top: 15px;
    min-height: 310px;
}

.money_reward_job_tit {
    width: 100%;
    padding-top: 10px;
    float: left;
}

.money_reward_job_tit .money_reward_job_tit_name {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    padding-left: 130px;
    font-size: 18px;
    color: #404040;
    background: url(../images/yun_sj_icon.png) no-repeat 20px top;
}

.money_reward_job_tip {
    float: left;
    color: #ababac;
    margin-left: 20px;
    margin-top: 17px;
}

.money_reward_job_more {
    float: right;
    line-height: 50px;
    margin-right: 20px;
    color: #3d9af6;
    font-size: 12px;
}

.money_reward_job_cont {
    width: 100%;
    float: left
}

.money_reward_job_cont ul {
    width: 1250px;
}

.money_reward_job_cont ul li {
    width: 360px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 5px;
    background-color: #fff;
    ;
}

.money_reward_job_cont ul li:hover {
    box-shadow: 0px 10px 20px #DDD;
    transform: translate(0, -3px);
    transition: transform 0.2s linear 0s;
}

.money_reward_job_jobname {
    width: 225px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    float: left
}

.money_reward_job_jobname a {
    color: #333
}

.money_reward_job_jobname a:hover {
    color: #f60;
}

.money_reward_job_xz {
    color: #fa6400;
    font-size: 15px;
    ;
    position: absolute;
    right: 10px;
    top: 15px;
}

.money_reward_job_comname {
    width: 225px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    float: left
}

.money_reward_job_comname a {
    color: #999999
}

.money_reward_job_city {
    color: #999;
    position: absolute;
    right: 10px;
    top: 45px;
    font-size: 12px;
}

.money_reward_job_box {
    width: 100%;
    border-top: 1px dashed #eeeeee;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    float: left
}

.money_reward_job_all {
    width: 170px;
    height: 30px;
    border: 1px solid #eeeeee;
    line-height: 31px;
    float: left;
    margin-top: 3px;
}

.money_reward_job_all_n {
    width: 65px;
    color: #ff855e;
    font-weight: bold;
    font-size: 14px;
    padding-left: 35px;
    background: url(../images/yun_sj_hb.png) no-repeat 5px 4px;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    float: left
}

.money_reward_job_all_rz {
    width: 65px;
    display: inline-block;
    text-align: center;
    float: left;
    color: #999
}

.money_reward_job_mx {
    width: 60px;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #bfbbbb;
}

.money_reward_job_mx_n {
    color: #999;
    padding-bottom: 3px;
}

.index_new_title {
    width: 100%;
    padding: 25px 0;
    float: left
}

.index_new_title_name {
    padding-left: 20px;
    height: 28px;
    line-height: 28px;
    float: left;
    position: relative;
    color: #3395f6;
    font-size: 28px;
    line-height: 28px;
    display: block
}

.index_new_title_line {
    width: 6px;
    height: 29px;
    background: #3395f6;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.index_new_title_tip {
    color: #ababac;
    float: left;
    margin-left: 28px;
    margin-top: 8px;
}

.index_new_title_more {
    float: right;
    width: 95px;
    height: 25px;
    border: 1px solid #3395f6;
    color: #3395f6;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    background: #fff
}

.index_new_title_more:hover {
    background: #3395f6;
    color: #fff;
    text-decoration: none;
}

.index_new_title_rc .index_new_title_name {
    color: #ff9933
}

.index_new_title_rc .index_new_title_line {
    background: #ff9933
}

.index_new_title_rc .index_new_title_more {
    border: 1px solid #ff9933;
    color: #ff9933;
}

.index_new_title_rc .index_new_title_more:hover {
    background: #ff9933;
    color: #fff;
}

.index_new_title_news .index_new_title_name {
    color: #0ab389
}

.index_new_title_news .index_new_title_line {
    background: #0ab389
}

.index_new_title_news .index_new_title_more {
    border: 1px solid #0ab389;
    color: #0ab389;
}

.index_new_title_news .index_new_title_more:hover {
    background: #0ab389;
    color: #fff;
}

.index_frame_left {
    width: 290px;
    float: left;
    background: #fff;
}

.index_frame_banner {
    width: 290px;
    height: 190px;
}

.index_frame_hotjobbox {
    padding: 0px 0px 0 15px;
    height: 340px;
    overflow: hidden;
}

.index_frame_hotjobtit {
    padding-top: 17px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #3395f6
}

.index_frame_hotjobname {
    display: inline-block;
    line-height: 36px;
    margin-right: 30px;
    font-size: 14px;
}

.index_frame_hotjobname a:hover font {
    color: #f60
}

.index_frame_more {
    width: 260px;
    float: left;
    padding: 15px 15px 15px 15px;
}

.index_frame_more_bth {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 20px;
    color: #999;
    font-size: 12px;
    transition: all 0.4s ease;
}

.index_frame_more_bth:hover {
    background: #3395f6;
    color: #fff;
    text-decoration: none
}

.index_frame_more_bth_jl:hover {
    background: #ff9933;
    color: #fff;
    text-decoration: none
}

.index_frame_recommend_tit {
    wiodth: 100%;
    height: 40px;
}

.index_frame_recommend_tit .index_frame_recommend_tit_s {
    width: 145px;
    height: 40px;
    line-height: 40px;
    background: #208cd4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    border-radius: 3px 3px 0 0;
    float: left
}

.index_frame_recommend_tit .index_frame_recommend_tit_jl {
    background: #ff9933;
}

.index_frame_recommend_more {
    width: 145px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #6c6a6a
}

.index_frame_recommend_job {
    padding: 0px 15px;
    min-height: 541px
}

.index_frame_recommend_job ul li {
    background: #f4f4f4;
    border-radius: 5px;
    margin-top: 12px;
    padding-left: 70px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.index_frame_recommend_job ul li:hover {
    box-shadow: 0px 10px 10px #DDD;
    transform: translate(0, -3px);
    transition: transform 0.2s linear 0s;
}

.index_frame_recommend_job_xz {
    color: #f85659;
    font-weight: bold;
    padding: 5px 0;
}

.index_frame_recommend_job_name {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.index_frame_recommend_job_name a font {
    color: #404040
}

.index_frame_recommend_job_name a:hover font {
    color: #f60
}

.index_frame_recommend_comname {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #acaaaa;
}

.index_frame_recommend_comname a {
    color: #acaaaa;
}

.index_frame_recommend_pic {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 25px;
}

.index_frame_recommend_pic img {
    border-radius: 50%;
}

.index_frame_right {
    width: 100%;
    float: left;
	position:relative;
	top:-10px;
	min-height:200px;
}

.index_frame_right_tit {
    width: 100%;
    padding-top: 20px;
}

.index_frame_right_tit_s {
    padding-left: 18px;
    position: relative;
    font-size: 18px;
}

.index_frame_right_tit_line {
    width: 20px;
    height: 2px;
    background: #3395f6;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    left: 20px;
    bottom: -13px;
}

.index_mq_box {
    width: 100%;
    float: left;
    overflow: hidden;
}

.index_mq_box_cont {
    width: 1200px;


}

.index_mq_box ul li {
    width: 389px;
    padding-top: 2px;
    float: left;
    margin-top: 10px;
    margin-right: 8px;
    overflow:hidden;
	display:inline-block;
	position:relative;
	height:170px;

}

.border-jipin-box {
    width: 390px;
    float: left;
    overflow:hidden;
	display:inline-block;
	background-color:#fff;


}

.index_mq_box_cont_showcomname-mq{
	height: 30px;
    float: left;
    overflow:hidden;
	display:inline-block;
	line-height: 30px;
	margin-left:10px;
    position:absolute;
	
}

.mingqi_job-mq{
	width:1200px;
	position:relative;
	
}

.mingqi_job-mq ul{
	width:1200px;
	margin: 0;
	padding-right:0;
}

.mingqi_job-mq ul li{
	
	display:inline-block;
}



.mingqi_job-mq-fz {
	width:393px;

	background-color:#fff;
	margin:10px 0px 0px 0px;
	line-height:40px;
	height:40px;
	padding-left:4px;
}



.mingqi_job-mq-fz1:hover {
	color:#f60;
}




.mingqi_job-mq-fz1{
	
	margin-left:8px;
}



.index_mq_box_pic {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

.mingqi-tlogo{
	position:relative;
	height:35px;
	display:inline-block;
}


.index_mq_box_pic img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.index_mq_box_name-ap {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    color: #333;
	display:inline-block;
	padding-left:6px;
	float:left;
}
.urgent_job-pp{
	margin-top:10px;
	position:relative;
	
}


.index_mq_box_info {
    width: 100%;
    text-align: center;
    color: #8d92a1;
    font-size: 13px;
    padding-bottom: 15px;
}

.index_mq_box_hot {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    color: #8d92a1;
	background-color:#fff;
	display:inline-block;
	float:right;
}

.index_mq_box_hot_n {
    color:#f8278e;
    display: inline-block;
    margin-right: 5px;
	font-weight:bold;
}

.index_mq_box_cont_showall {
  
	float: left;
    width: 180px;
    position: absolute;
    display: none;
	filter: drop-shadow(0 0 6px #ccc);
	z-index:8;
}

.mingqi_job-mq-fz1:hover + .index_mq_box_cont_showall{
	display:inline-block;
}

 
.index_mq_box_cont_showall_c {
    width: 100%;
}

.index_mq_box_cont_showjob {
    width: 100%;
    left: 85px;
    top: 0px;
	filter:drop-shadow(0 0 6px #ccc);
	background: url(../images/com_iconly_jt.png) no-repeat left 9px;
	display: inline-block;
	
}

.index_mq_box_cont_bg {
    width: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
}

.index_mq_box_cont_showjob_c {
    width:190px;
	padding-left: 15px;
    padding-right: 15px;
	margin-left:10px;
	background-color:#fff;
	border: 1px solid #fff;
}

.index_mq_box_cont_showcomname {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding-top: 5px;
}

.index_mq_box_cont_showcomname a {
    color: #333;
}



.index_mq_box_cont_showcomname_linebox {
    width: 100%;
    text-align: center;
    padding: 5px 0
}

.index_mq_box_cont_showcomname_line {
    width: 29px;
    height: 3px;
    background: #ffc600;
    display: inline-block
}

.index_mq_box_cont_showjoblist {
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
	width:190px;
    top:-10px;
	height:30px;
}

.index_mq_box_cont_showjoblist a {
    color: #333;
}



.index_mq_box_cont_showjobmore {
    width:208px;
	line-height: 24px;
    padding-left: 10px;
    font-size: 14px;
	background-color:#0abfae;
	position:relative;
	left:-14px;
	top:-1px;
	text-align:center;
}

.index_mq_box_cont_showjobmore a {
    color: #ffc600;
}



.index_mq_box ul .current1 {
    position: relative
}

.index_mq_box ul .current1 .index_mq_box_cont_showall {
    left: 0px;
    top: 0px;
    display: block
}

.index_mq_box_cont_showcomname {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.index_zl_box {
    width: 1200px;
    float: left;
	margin-top:10px;
	height:120px;
}

.index_zl_box-tj {
   
    float: left;
	margin-top:0px;
}

/* 最新职位 */
.index_newjobbox {
    width: 100%;
    min-height: 360px;
	
}

.index_newjobbox ul {
    width: 1200px;
}

.index_newjobbox ul li {
    width: 294px;
    float: left;
    padding-left:6px;
    margin: 2px 0px 2px 0px;
  
}

.index_newjobbox-fy{
    width: 294px;
    background-color: #fff;

}




.index_newjobbox ul li:hover {
    box-shadow: 0px 5px 10px 0px rgba(111, 116, 132, 0.1);
}



.index_newjobname-nyxq:hover .index_newjobname-showalll {
	opacity:1;
}







.index_newjobname-nyxq {
    
   color:#f60;
}

.index_newjobname-nyjp{
     color:#28cec1;
}


.index-lpmm_newjobbox{
	width:1200px;
		
}
.index-lpmm_newjobbox-rz{
	width:1200px;
	
}

.index-lpmm_newjobbox-rz ul li{
	width:286px;
	display:inline-block;
	overflow:hidden;
	text-overflow: ellipsis;
     height:40px;
	 line-height:40px;
	 padding:5px 0px 1px 10px;
	
	
	
}




.index_newjobname-rz {
   
    font-size: 14px;
    width:286px;
   

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.index-lpmm_newjobbox-rz ul{
	width:1200px;
	background:#fff;
	
	
}

.index-lpmm_newjobbox ul li{
	width:286px;
	display:inline-block;
	overflow:hidden;
	text-overflow: ellipsis;
     height:40px;
	 line-height:40px;
	 margin:0px 0px 0px 5px;
	 background:#fff;
	
}



.index_newjobname a {
    flex: 1;
    margin-right: 1px;
    font-size: 14px;
   padding-left: 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_newjobname a:hover {
    color: #f60;
    text-decoration: underline;
}

.index_newjob_com {
    border-top: 1px dashed #aeece8;
    padding: 0px 0 0px 0px;
    position: relative;
    min-height: 50px;
    margin: 5px 0px 3px 6px;
}

.index_newjob_cominfo {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    font-size: 12px;
	
}

.index_newjob_comname-bq {
	margin-right:20px;
	
	
}

.index_newjob_com a {
    color: #28cec1
}


.index_newjob_com a:hover{
    color: #f60
}  



.index_newjob_com_tx {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    left: 0;
    top: 17px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}

.index_newjobtime {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}

.index_newjob_info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #8d92a1;
    font-size: 12px;
	margin-left:10px;
	
}

.index_newjob_info_line {
   
    font-size: 12px;
    color: #e0e0e0;
	
}

.index_newjob_info_xz {
    color: #fd7240;
    font-size: 14px;
   padding:10px 0px 0px 8px;
	display:inline-block;
}

.index_recommend_resume_box {
    width: 260px;
    float: left;
    padding: 0px 20px;
    min-height: 448px
}

.index_recommend_resume_box ul li {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.index_recommend_resume_all {
    padding: 0px 0 0px 85px;
    position: relative;
    display: none;
}

.index_recommend_resume_pic {
    width: 40px;
    position: absolute;
    left: 20px;
    top: 5px;
}

.index_recommend_resume_pic img {
    border-radius: 50%;
}

.index_recommend_resume_zx {
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
    display: inline-block;
    color: #73b7f9;
    background-color: #fff;
    border: 1px solid #b9dbfc;
    border-radius: 30px;
    text-align: center;
    transition: all 0.5s;
    padding: 0 15px;
}

.index_recommend_resume_lvname a {
    display: inline-block;
    width: 65px;
    height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    color: #666
}

.index_recommend_resume_job {
    font-size: 12px;
    color: #bebbb9
}

.index_recommend_resume_lvbf {
    color: #999
}

.index_recommend_resume_lvbf_n {
    font-weight: bold;
    font-size: 12px;
    color: #000
}

.index_recommend_resume_hot {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #b8b8b8;
    font-style: italic;
}

.index_recommend_resume_hot1 {
    color: #f60;
    font-family: arial;
    font-weight: bold;
}

.index_recommend_resume_list {
    padding-left: 25px;
    position: relative
}

.index_recommend_resume_cs {
    position: absolute;
    right: 0px;
    top: 3px;
    color: #b8b8b8;
    font-size: 12px;
}

.index_recommend_resume_box ul .show {
    border-bottom: 1px dashed #eee
}

.index_recommend_resume_box ul .show .index_recommend_resume_list {
    display: none;
}

.index_recommend_resume_box ul .show .index_recommend_resume_all {
    display: block
}

.index_recommend_resume_all .index_recommend_resume_hot {
    top: 10px;
}

.index_recommend_resume_box ul .index_recommend_resume_cur {}

.index_recommend_resume_box ul .index_recommend_resume_cur .index_recommend_resume_all {
    display: block
}

.index_recommend_resume_box ul .index_recommend_resume_cur .index_recommend_resume_list {
    display: none;
}

.index_recommend_resume_username {
    font-size: 16px;
}

.index_recommend_resume_username a {
    color: #3396f6
}

.index_recommend_resume_username a:hover {
    color: #f60;
}

.index_recommend_resume_useryx {
    padding: 8px 0;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999
}

.index_recommend_resume_useryx_n {
    font-weight: bold;
    color: #ff9933;
    font-weight: bold
}

.index_recommend_resume_userinfo {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #999
}

.index_recommend_resume_userinfo_line {
    padding: 0px 10px;
    color: #999;
    font-size: 10px;
}


/* 推荐人才/最新人才 */

.index_resume_user_list {
    width: 100%;
    min-height: 345px;
    float: left;
}

.index_resume_user_list ul {
    width: 1250px;
    padding-top: 1px;
}

.index_resume_user_list ul li {
    width: 258px;
    height: 78px;
    float: left;
    padding: 15px 10px 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 15px;
    ;
}

.index_resume_user_list ul li:hover {
    box-shadow: 0px 5px 10px 0px rgba(111, 116, 132, 0.1);
}

.tjuser_list {
    width: 100%;
    float: left;
}

.tjuser_list ul {
    width: 1250px;
    padding-top: 1px;
}

.tjuser_list ul li {
    width: 258px;
    height: 178px;
    float: left;
    padding: 15px 10px 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 15px;
    ;
}

.tjuser_list ul li:hover {
    box-shadow: 0px 5px 10px 0px rgba(111, 116, 132, 0.1);
}

.tjuser_photo {
    text-align: center;
    height: 80px;
    padding: 10px 0
}

.tjuser_photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.tjuser_name {
    width: 100%;
    text-align: center;
    font-size: 16px;
    ;
}

.tjuser_yx {
    width: 100%;
    text-align: center;
    color: #8d92a1;
    font-size: 12px;
}

.tjuser_nameinfo {
    padding: 12px 0;
    color: #8d92a1;
    font-size: 12px;
    text-align: center;
}

/* .index_resume_user_list{width:875px; padding-left:15px;height:220px; overflow:hidden}
.index_resume_user_list li{width:215px;border-bottom:1px solid #eee; float:left; padding:17px 0;} */
.index_resume_user {
    position: relative;
}

.index_resume_useryx {
    width: 100%;
    height: 19px;
    line-height: 19px;
    color: #999;
    font-size: 14px;
}

.index_resume_useryx_n {
    font-weight: bold;
    color: #2778f8;
}

.index_resume_userinfo {
    padding: 12px 0;
    color: #999;
    font-size: 12px;
}

.index_resume_userinfo_line {
    padding: 0px 5px;
    font-size: 12px;
    color: #e0e0e0;
}

/* .index_resume_user_n{color:#999; display:inline-block; margin-left:10px; font-size:12px;} */
.index_resume_username {
    font-size: 16px;
    color: #333
}

.index_resume_username:hover {
    color: #276bf2;
    font-weight: bold;
}

/* .index_resume_username img{ vertical-align:middle; margin-right:5px;border-radius:50%;} */
.index_resume_username img {
    position: absolute;
    right: 10px;
    border-radius: 50%;
    bottom: -5px;
}

.index_hotnews {
    float: left;
    margin-top: -5px;
}

.index_hotnews ul {
    width: 655px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.index_hotnews ul li {
    width: 670px;
    height: 30px;
    line-height: 30px;
     overflow: hidden;
    text-overflow: ellipsis;
}

.index_hotnews ul li .index_hotnews_n {
    display: block;
    width: 20px;
    font-size: 12px;
    float: left;
    text-align: center;
    font-family: arial, 'Microsoft Yahei';
    background: #d8ecff;
    color: #3396f6;
    height: 20px;
    border-radius: 2px;
    line-height: 20px;
    margin: 10px 10px 0px 10px;
}

.index_hotnews ul li a {
    font-size: 14px;
    color: #333;
    width: 610px;
    float: left;
    height: 20px;
    -webkit-transition: color .25s;
    transition: color .25s;
	margin:5px 0px 0px 10px;
}

.index_hotnews ul li a:hover {
    color: #f60;
}

.index_newjobname a font {
    color: #4f57a0;
}

.index_newjobname a font:hover {
    color: #f60;
    font-weight: bold;
}

.index_hotnews ul li .hot1 {
    font-weight: 500;
    color: #fff;
    background: #f60;
}

.index_hotnews ul li .hot2 {
    font-weight: 500;
    color: #fff;
    background: #ff8b3e;
}

.index_hotnews ul li .hot3 {
    font-weight: 500;
    color: #fff;
    background: #f4ab2b;
}

.index_news_box {}

.index_news_list {
    width: 245px;
   
}

.index_news_list_img {
    width: 190px;
    float: left;
}

.index_news_list_info {
    width: 245px;
    float: left;
    
}

.index_news_list_name {
    font-size: 16px;
    
}

.index_news_list_name a {
    color: #6c6a6a
}

.index_news_list_lb {
    color: #bbbbbb;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/fy_lb.png) no-repeat left 4px;
}

.index_news_list_time {
    color: #bbbbbb;
    font-size: 14px;
}

.index_news_list_list {
    width: 245px;
	height:268px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-right:0px;
	display: inline-block;
	 overflow: hidden;
    text-overflow: ellipsis;
	list-style:none;
	
	
}

.index_news_list_list li {
    width: 245px;
    line-height: 20px;
    float: left;
    margin-left: 6px;
}

.urgent_job-gl{
    width: 380px;
    display:inline-block;
}


.index_news_list_list li a {
    width: 245px;
    height:20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    color: #000;
    float: left;
    position: relative;
    padding-left: 0px;
	list-style:none;
    margin:5px 3px 3px 1px;
}

.index_news_list_list li a:hover {
    color: #f60;
}

.border-glzp:hover {
    color: #f60;
}

.sygg:hover{
    color: #f60;
}


.index_news_list_list li em {
    float: left;
    color: #b8b8b8;
    font-size: 12px;
	margin-top: -8px;
	margin-left:-40px;
}

.index_news_list_list li .index_news_list_icon {
    width: 3px;
    height: 3px;
    background: #bcbcbc;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 15px;
	overflow:hidden;
}

.index_resume_user_zd {
    width: 100%;
    height: 255px;
    padding-top: 30px;
    float: left;
    overflow: hidden
}

.index_resume_user_zd_list {
    width: 160px;
    height: 220px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    float: left;
    margin-left: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative
}

.index_resume_user_zdpic {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

.index_resume_user_zdpic img {
    border-radius: 50%;
}

.index_resume_user_zdyx {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #d42024;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.index_resume_user_zdname {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.index_resume_user_zdinfo {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 0px 0;
}

.index_resume_user_zdinfo_line {
    display: inline-block;
    padding: 0px 8px;
    color: #999
}

.index_resume_user_zdyq {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.index_resume_user_zdyq a {
    width: 88px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #0d7fc5;
    border: 1px solid #9ec7eb;
    display: inline-block;
    border-radius: 20px;
    background: #f3f9ff
}

.index_resume_user_zd_icon {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 12px;
    color: #cfcdcd
}

.Box {
    position: relative;
}

.Box .Box_con {
    position: relative;
    padding-left: 55px;
    padding-right: 55px;
    overflow: hidden
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../images/lefticon.png) no-repeat;
    left: 20px;
}

.Box .Box_con .btnr {
    background: url(../images/righticon.png) no-repeat;
    right: 20px;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
    min-height: 222px
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .BoxSwitch {
    margin-top: 10px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%
}

.Box .BoxSwitch span.cur {
    background: red;
}

/*tip bottom*/
.tip_bottom {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.tip_bottom_icon {
    width: 155px;
    height: 70px;
    background: url(../images/i_bottom.png) no-repeat;
    position: absolute;
    left: -150px;
    top: -86px;
    display: none;
}

.tip_bottom_cont {
    width: 100%;
    height: 70px;
    position: relative;
}

.tip_bottom_bg {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    background-color: #000000;
    opacity: 0.8;
    filter: Alpha(opacity=50);
}

.tip_bottom_cont_c {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10
}

.tip_bottom_main {
    width: 1200px;
    height: 70px;
    position: relative;
    margin: 0 auto
}

.tip_bottom_left {
    width: 1200px;
    height: 70px;
    position: relative;
}

.tip_bottom_ewm {
    width: 187px;
    height: 140px;
    text-align: center;
    position: absolute;
    right: -30px;
    bottom: 0px;
    background: url(../images/foot_erm.png) no-repeat
}

.tip_bottom_ewm_p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative
}

.tip_bottom_ewm_bg {
    width: 85px;
    height: 85px;
    background: #fff;
    position: relative;
    margin: 30px auto 2px;
    border: 1px solid #3c7eff;
    background: #fff
}

.tip_bottom_ewm_bg img {
    width: 85px;
    height: 85px;
}

.tip_fot_user {
    width: 180px;
    height: 114px;
    background: url(../images/foot_ren.png) no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.tip_bottom_close {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/i_bottom_close.png) no-repeat;
    position: absolute;
    top: 10px;
    right: -37px;
    z-index: 10
}

.tip_bottom_leftbox {
    padding-left: 150px;
    color: #fff;
    padding-top: 15px;
}

.tip_bottom_logo {
    display: block;
    color: #fff;
    font-size: 15px;
}

.tip_bottom_logo h1 {
    font-weight: bolder;
    line-height: 25px;
    font-size: 18px;
    font-weight: normal
}

.tip_bottom_leftbox h2 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block
}

.tip_bottom_time {
    color: #fcff00;
    font-weight: bold;
    font-size: 28px;
}

.tip_bottom_num {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

.tip_bottom_num span {
    font-size: 31px;
    font-family: Arial;
    padding-right: 5px;
}

.tip_bottom_member {
    position: absolute;
    right: 160px;
    top: 15px;
}

.tip_bottom_login,
.tip_bottom_reg {
    display: inline-block;
    width: 100px;
    height: 40px;
    background: #3c7eff;
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.tip_bottom_reg:hover {
    background: #ed9914;
    color: #fff;
    text-decoration: none;
}

.tip_bottom_login:hover {
    background: #228dc9;
    color: #fff;
    text-decoration: none;
}

.tip_bottom_reg {
    width: 100px;
    text-align: center;
    background: #fb6503;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}

.tip_bottom_login {
    margin-left: 25px;
}

.index_verification {
    padding-top: 5px;
}

.index_news_box {
    width: 245px;
    float: left;
}
.index_news_box-tj {
    width: 665px;
    float: left;
}

.index_news_left {
    width: 280px;
    height: 395px;
    float: right;
    margin-right: 15px;
}

.index_news_tip {
    width: 100%;
    height: 125px;
    position: relative;
    background: #0ea7f8;
    color: #fff;
    text-align: center
}

.index_news_tip_icon {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -13px;
    -webkit-transform: rotate(45deg);
    background: #fff;
    display: block
}

.index_news_tip_tit {
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
}

.index_news_list ul {
    width: 258px;
    border: 1px solid #eee;
    background: #fff;
    padding: 10px;
}

.index_news_list ul li {
    overflow: hidden;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 245px;
    padding-left: 13px;
    background: url(../images/dian.png) no-repeat 0px 17px;
}

.index_news_list_imgnews {
    width: 885px;
    height: 395px;
    overflow: hidden;
    float: left;
    padding: 0px 0 0px 0px;
}

.hp_news_t {
    width: 430px;
    margin-left: 15px;
    float: left
}

.index_news_list_imgnews_cont {
    width: 950px
}

.index_link {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 20px;
    padding-bottom: 20px;
}

.index_link_tit {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.index_link_tit_s {
    font-size: 18px;
    color: #6c6a6a;
    float: left;
    padding-left: 15px;
}

.index_link_tit_more {
    float: right;
    margin-right: 20px;
    display: inline-block
}

.index_link_tit_more a {
    color: #3d9af6;
    font-size: 12px;
}

.index_link_box {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
    ;
}

.index_link_box_banner {
    width: 100%;
    text-align: center;
    float: left;
}

.index_link_box_banner a {
    width: 160px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
    float: left;
    text-align: center
}

.index_link_box_banner a:hover {
    box-shadow: 0px 5px 5px #DDD;
    transform: translate(0, -1px);
    transition: transform 0.2s linear 0s;
}

.index_link_box_banner a img {}

.index_link_box_p {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.index_link_box_p_name {
    width: 135px;
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    line-height: 18px;
}

.index_zs_banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
	position:relative;
}

.index_zs_banner1 a {
    width: 100%;
    position: relative;
    height: 500px;
    display: block
}

.index_zs_banner a {
    width: 200px;
    height: 108px;
    display: inline-block;
	float:left;
	overflow:hidden;
	margin: 10px 10px 10px 0px;
	box-shadow: 0 0 0px 0px rgba(51, 51, 51, 0.5);
    transition: 0.3s;

}

.index_zs_banner img {
  width: 200px;
    height: 108px;
    display: inline-block;
	float:left;
	overflow:hidden;
	position:absolute;
	top:64px;
	transition: 0.3s;
    
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* for Chrome || Safari */
    -moz-transform: translate(-50%, -50%);
    /* for Firefox */
    -ms-transform: translate(-50%, -50%);
    /* for IE */
    -o-transform: translate(-50%, -50%);
    /* for Opera */

}

.index_zs_banner a:hover{
	margin-top: 10px;
    box-shadow: 0 2px 6px 2px rgba(51, 51, 51, 0.5);
}

/*login after*/
.login_after_box {
    padding: 0px 20px;
}

.login_after_welcome {
    width: 100%;
    padding: 20px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.login_after_userlogo {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    height: 80px;
    position: relative;
    float: left
}

.login_after_comlogo {
    z-index: 10
}

.login_after_combg {}

.login_after_username {
    width: 100%;
    font-size: 14px;
    color: #787b7e;
    text-align: center;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.login_after_username_id {
    color: #ff6a6a
}

.login_after_webrname {
    width: 100%;
    font-size: 12px;
    color: #787b7e;
    text-align: center;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #e6e6e6;
    float: left
}

.login_after_ztbox {
    width: 100%;
    padding-top: 10px;
    color: #787b7e;
    float: left
}

.login_after_zt_list {
    width: 81px;
    border-right: 1px solid #e6e6e6;
    float: left;
    text-align: center;
}

.login_after_zt_list a {
    color: #787b7e;
}

.login_after_zt_list a:hover {
    text-decoration: none;
}

.login_after_zt_list_n {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #1c99ef
}

.login_after_zt_list_end {
    border: none;
}

.login_after_bthbox {
    width: 100%;
    padding-top: 5px;
    float: left
}

.login_after_bth {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #1c99ef;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    float: left;
    border-radius: 3px;
}

.login_after_bthend {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #ff6a6a;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    float: right;
    border-radius: 3px;
}

.login_after_bttc {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #ebf6ff url(../images/yun_intc.png) no-repeat 70px center;
    text-align: center;
    margin-top: 10px;
    float: left;
    color: #55aae3;
    border-radius: 3px;
}

.login_after_bth:hover {
    background: #00b2fc;
    color: #fff;
    text-decoration: none
}

.login_after_bthend:hover {
    background: #f84848;
    color: #fff;
    text-decoration: none
}

.login_after_user_box {
    width: 100%;
    float: left;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #787b7e;
}

.login_after_user_photo {
    float: left
}

.login_after_user_name {
    width: 165px;
    float: left;
    padding-left: 10px;
}

.login_after_user_webname {
    padding: 6px 0 0 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.login_after_user_uname {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.login_after_userbth {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #1c99ef;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    float: left;
    border-radius: 3px;
}

.login_after_userbthend {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #ff6a6a;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    float: right;
    border-radius: 3px;
}

.login_after_usergz {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #1c99ef;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    float: right;
    border-radius: 3px;
}

.login_after_userbth:hover {
    background: #00b2fc;
    color: #fff;
    text-decoration: none
}

.login_after_userbthend:hover {
    background: #f84848;
    color: #fff;
    text-decoration: none
}

.login_after_usergz:hover {
    background: #00b2fc;
    color: #fff;
    text-decoration: none
}

.index_banner {
    width: 100%;
    float: left;
    overflow: hidden;
}
.index_banner-ct {
    width: 950px;
    float: right;
	 overflow: hidden;
	display:block;
	
}

.index_banner-zt {
    width: 245px;
    float: left;
    overflow: hidden;
	display:block;
    
}

.index_banner-dt {
    width: 100%;
    float: left;
    overflow: hidden;
}
.index_banner-dt {
    width: 100%;
    float: left;
    overflow: hidden;
	position:relative;
}



.index_banner_1250{
    width: 100%;
    float: left;
    overflow: hidden;
}

.index_banner_1250ct{
    width: 100%;
    float: left;
    overflow: hidden;
}

.banner-gg {
    width: 100%;
    margin-top:15px;
}





.index_banner .index_banner_1250 {
    width: 1250px;
}

.index_banner img {}

.b_w1200 {
    width: 946px;
    height: 60px;
    background: #fff;
    float: right;
    margin-top: 10px;
    margin-right: 0px;
    overflow: hidden;
}

.b_tip a {
    width: 100%;
    display: block;
    height: 65px;
    position: relative;
}

.b_tip a:after {
    width: 25px;
    height: 13px;
    content: "";
    display: inline-block;
    background: url(../images/gicon.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.b_w289 {
    width: 245px;
    height: 60px;
    background: #fff;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    overflow: hidden
}

.b_w143 {
    width: 188px;
    height: 65px;
    background: #fff;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    overflow: hidden
}

.b_w143-b_tip:hover {
    filter:drop-shadow(1px 1px 4px #999);
}

.b_w143-b_tip{
	width: 192px;
    height: 65px;
    float: left;
    margin-top: 10px;
    margin-right: 8px;
    overflow: hidden;
}



/*新的登录后样式*/
.index_frist_login_box {
    width: 100%;
    height: 255px;
    overflow: hidden
}

.login_ok {
    width: 100%;
}

.login_ok_mune {
    width: 100%;
    text-align: center
}

.login_ok_mune_list {
    width: 32%;
    display: inline-block;
    font-size: 12px;
    padding-top: 40px;
    position: relative;
    vertical-align: top;
    margin-top: 10px;
}

.login_ok_mune_list .login_ok_mune_icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/login_okicon1.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -16px;
}

.login_ok_mune_list .login_ok_mune_icon_cj {
    background: url(../images/login_okicon2.png) no-repeat;
}

.login_ok_mune_list .login_ok_mune_icon_gz {
    background: url(../images/login_okicon3.png) no-repeat;
}

.login_ok_mune_list .login_ok_mune_icon_mb {
    background: url(../images/login_okicon4.png) no-repeat;
}

.login_ok_mune_list a:hover {
    color: #f60;
}

.login_ok_n {
    font-size: 18px;
    color: #3d9af6
}

.login_ok_dw {
    font-size: 12px;
    color: #333;
}

.login_ok_n_list {
    width: 32%;
    display: inline-block;
    font-size: 12px;
    position: relative;
    vertical-align: top;
    text-align: center;
    margin-top: 10px;
}

.login_ok_n_list a:hover {
    color: #f60;
}

.login_ok_name {
    padding: 2px 0 15px 0;
}

.login_ok_user {
    padding: 10px 0px 20px 90px;
    position: relative
}

.login_ok_hi {
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}

.login_ok_username {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}

.login_ok_user_photo {
    width: 60px;
    position: absolute;
    left: 10px;
    top:
        10px;
    border-radius: 50%;
    border: 1px solid #eee
}

.login_ok_user_photo img {
    border-radius: 50%;
}

.login_ok_member {
    padding: 20px 0px 0px 0px;
}

.login_ok_member_bth {
    padding: 6px 10px;
    background: #276bf2;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 #b8d5f6;
    color: #fff;
}

.login_ok_member_bth:hover {
    background: #0a6dd8;
    color: #fff;
    text-decoration: none
}

.login_ok_member_bthtc {
    padding: 6px 13px;
    background: #f60;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 #f7c7a7;
    color: #fff;
    margin-left: 10px;
}

.login_ok_member_bthtc:hover {
    color: #fff;
}

.login_ok_n_listbox {
    width: 100%;
    text-align: center
}

.login_ok_n_list a:hover {
    text-decoration: none
}

.index_frist_gg {
    width: 225px;
    float: left;
    padding: 0 20px;
}

.index_frist_gg_tit {
    position: relative;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}

.index_frist_line {
    width: 50px;
    height: 2px;
    background: #1c99ef;
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -2px;
}

.index_frist_gg_more {
    font-size: 12px;
    color: #1787fb;
    position: absolute;
    right: 0px;
    top: 0px;
}

.index_frist_gg_list {
    padding-top: 8px
}

.index_frist_gg_list li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 14px;
    position: relative;
}

.index_frist_gg_list li:after {
    position: absolute;
    display: block;
    content: '';
    clear: both;
    background: #a6a6a6;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 13px;
}

.index_frist_gg_list li a {
    color: #666
}

.index_frist_gg_list li a:hover {
    color: #f60;
}


.first_floor {
    width: 1200px;
	height:315px;
    background: #f1f1f1;
    border-radius: 5px;
    float: left;
    box-shadow: 0px 4px 10px 0px rgba(200, 200, 200, 0.1);
    padding-bottom: 0px;
    margin-top: 15px;
    padding-top: 0px; min-height: 40px;
}



.first_floor-jpbd {
    width: 1200px;
	height:315px;
    background: #f1f1f1;
    border-radius: 5px;
    float: left;
    box-shadow: 0px 4px 10px 0px rgba(200, 200, 200, 0.1);
    padding-bottom: 0px;
    margin-top: 15px;
    padding-top: 0px; min-height: 40px;
}


.new_index_tit {
    border-bottom: 1px solid #f2f5f7;
    width: 100%;
    height: 55px;
    position: relative;
    font-size: 16px;
}

.new_index_tit_list {
    height: 55px;
    line-height: 55px;
    color: #666;
    margin-left: 15px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.new_index_tit_cur {
    font-weight: bold;
    color: #0c0b0b;
    font-size: 18px;
    position: relative
}

.new_index_tit_cur .new_index_tit_line {
    width: 18px;
    height: 3px;
    border-radius: 2px;
    background: #3d7eff;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.new_index_tit_more {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 55px;
    color: #666666;
    font-size: 12px;
    background: url(../images/icon_jtright.png) no-repeat right center;
    padding-right: 10px;
}

/*index------------------------login*/
.fastloginbox {
    width: 266px;
	height:315px;
    float: right;
    margin-right: 0px;
	background-color:#fff;
	border-radius: 0px;
}

.fastloginbox-gg {
    width: 266px;
	height:120px;
    float: right;
    margin-right: 0px;
	background-color:#fff;
	border-radius: 0 0 0px 0;
	display: inline-block;
}

.sygg {
	margin:5px 3px 8px 5px;
	width: 265px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    color: #000;
    float: left;
    position: relative;
    padding-left: 0px;
}
	
}





.hp_login {
    width: 235px;
    height: 285px;
    font-size: 14px;
    padding-top: 10px;
}

.hp_login_tit {
    position: relative;
    width: 100%;
    float: left;
}

.yun_Indexlogin_tit_s {
    width: 100px;
    padding-left: 26px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    position: relative
}

.yun_Indexlogin_tit_line {
    width: 6px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    overflow: hidden;
    background: #db3e00;
    display: none;
}

.login_box_h_list {
    float: left;
}

.login_box_h_list li {
    width: 89px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-right: 10px;
}

.login_box_h_list .login_box_h_list_cur {
    color: #fff;
    border: 1px solid #28cec1;
    background-color: #28cec1;
    position: relative;
    font-weight: bold;
	margin:3px 10px 10px 10px;
}

.login_box_h_list .login_box_h_list_cur i {
    width: 8px;
    height: 4px;
    display: inline-block;
    background:;
    position: absolute;
    left: 42px;
    bottom: -5px;
}

.indexwxcode_login {
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: url(../images/60ewm.png) no-repeat center center;
    float: right;
    border-radius: 5px;
    cursor: pointer;
}

.indexnormal_login {
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background: url(../images/logo_yh.png) no-repeat center center;
    ;
    float: right;
    border-radius: 5px;
    cursor: pointer;
}

.indexwxlogintxt {
    margin: 0 auto;
    width: 190px;
    text-align: center;
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    background-color: #EEEEEE;
    color: #999999;
    border-radius: 30px;
}

.hp_login_hy {
    width: 210px;
    padding-right: 10px;
    height: 38px;
    border: 2px solid #f8ae7d;
    padding-left: 10px;
    margin: 18px 16px;
    position: relative;
    float: left;
    border-radius: 5px
}

.hp_login_hy_but {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    background: #fff;
    float: left;
    color: #999;
}

.hp_login_yzbox {
    width: 90px;
    height: 38px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    margin-top: 15px;
    position: relative;
    float: left;
    border-radius: 3px
}

.hp_login_yzbox_pic {
    position: absolute;
    left: 108px;
    top: 0px;
}

.hp_login_lg {
    width: 100%;
    margin-top: 18px;
    float: left;
}

.hp_login_lg_but {
    width: 240px;
    height: 40px;
    background: #28cec1;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
	margin-left:12px;
}

.hp_login_rg {
    width: 100%;
    float: left;
    padding-top: 20px;
    font-size: 12px;
    color: #999;
	margin-left:10px;
}

.hp_login_rg_l {
    float: left;
    padding-bottom: 15px;
}

.hp_login_rg_l a {
    color: #276bf2;
	margin-right:25px;
	font-weight:bold;
}

.hp_login_rg_r {
    float: right;
    color: #999
}

.hp_login_hy_send {
    width: 100px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 8px;
    border-left: 1px solid #eee;
    color: #1668e8;
}

.login_m_text {
    width: 100px;
    float: left;
    height: 35px;
    line-height: 35px;
    border: 0;
    color: #999;
}

.index_logoin_msg {
    width: 165px;
    height: 28px;
    position: absolute;
    left: 55px;
    top: 10px;
}

.index_logoin_msg_tx {
    width: 124px;
    height: 26px;
    line-height: 26px;
    padding-left: 25px;
    border: 1px solid #ffc7c7;
    background: #ffecec url(../images/ico_warn2.png) no-repeat 5px center;
    color: #d54801;
    position: relative
}

.index_logoin_re_m {
    position: relative;
    z-index: 10
}

.index_logoin_msg_icon {
    width: 10px;
    height: 6px;
    background: url(../images/yun_icon_sj.png) no-repeat;
    position: absolute;
    left: 10px;
    bottom: -5px;
    _bottom: -13px;
}

.new_gg {
    width: 215px;
    height: 130px;
    box-shadow: 0px 0px 8px 0px rgb(111 116 132 / 10%);
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 10px;
    ;
}

.new_gg_tit {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #28cec1;
    padding-bottom: 0px;
	color:#f87c24;
	font-weight:bold;
	text-align:center;
	height: 21px;
}

.new_gg_titmore {
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 10px;
    font-weight: normal;
    color: #666;
    padding-right: 15px;
	background:#fff;
	
}

.new_gg_titmore:after {
    content: '';
    display: block;
    position: absolute;
    clear: both;
    width: 10px;
    height: 10px;
    right: 0;
    top: 4px;
    background: url(../images/icon_jtright.png) no-repeat
}


.new_gg ul li {
    width: 200px;
    padding-left: 15px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    background: url(../images/ggicon.png) no-repeat left center;
}

.new_gg ul li a {
    color: #868b90
}

.new_gg ul li:first-child a {
    color: #f60;
}

.frist_loginqq {
    height: 20px;
    background: url(../images/60qq.png) no-repeat;
    display: inline-block;
    margin-right: 10px;
    padding-left: 25px;
    color: #999
}

.frist_loginsl {
    height: 20px;
    background: url(../images/60xl.png) no-repeat;
    display: inline-block;
    padding-left: 25px;
    color: #999
}

.tw_yz_box {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.tw_yz_c {
    width: 190px;
    margin: 0 auto;
}

.tw_yz_boxtext {
    width: 168px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}

.tw_yz_boxtext .tw_yz_boxinp {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
}

.tw_yz_boximg {
    padding-top: 10px;
    padding-bottom: 20px
}

.yz_bth {
    width: 190px;
    height: 38px;
    height: 38px;
    background: #3d7eff;
    border-radius: 3px;
    border: none;
    color: #fff;
}


/*6.0首页*/
.yunheader_60 {
    width: 100%;
    height: 115px;
    background-color: #ffffff;
}
.yunheader_611 {
    width: 100%;
    height: 60px;
    background-color: #19967e;
}
.yunheader_60logo {
    width: 320px;
    height: 115px;
    position: relative;
}

.yunheader_60logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    max-height: 100px;
    max-width: 300px;
    border: 0;
}

.hp_head_search {
    float: left;
    width: 710px;
    padding-top: 30px;
}

.hp_head_searchbor {
    width: 700px;
    border: 1px solid #08997a;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
    border-radius: 5px;
    float: left;
    background: #fff
}

.hp_head_search_job {
    width: 95px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 5px 0 0 5px;
    color: #999
}

.hp_head_search_job:after {
    position: absolute;
    display: block;
    clear: both;
    content: '';
    background: #efefef;
    width: 1px;
    height: 20px;
    right: 0px;
    top: 15px;
}

.index_header_seach_find_list {
    width: 95px;
    border: 1px solid #276bf2;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 46px;
    border-top: none;
}

.index_header_seach_find_list a {
    display: block;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
}

.index_header_seach_find_list a:hover {
    background: #EFF5FC;
    color: #666;
    text-decoration: none;
}

.hp_head_search_job_b {
    padding-left: 20px;
    background: url(../images/ee.png) no-repeat 65px;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.hp_head_search_text {
    border: none;
    width: 480px;
    height: 44px;
    color: #999;
    line-height: 44px;
    background: #fff;
    text-indent: 10px;
    font-size: 14px;
}

.hp_head_search_text::-webkit-input-placeholder {
    color: #c8cbcf;
}

.hp_head_search_sr {
    color: #fff;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    background: #276bf2;
    background-image: -webkit-linear-gradient(left, #1285ff 0, #276bf2 100%);
    background-image: -o-linear-gradient(left, #1285ff 0, #276bf2 100%);
    background-image: linear-gradient(to right, #19967e 0, #19967e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1389ff', endColorstr='#276bf2', GradientType=1);
    width: 110px;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 0px 3px 3px 0px;
}

.hp_head_search_bom {
    overflow: hidden;
    margin-top: 10px;
}

.hp_head_search_bom a {
    color: #7e7a7a;
    font-size: 12px;
    padding: 0 5px;
}

.hp_head_search_bom_left {
    width: 520px;
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
    overflow: hidden
}

.yun_new_header_search_more {
    float: right;
    position: relative
}

.yun_new_header_search_more_box {
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: url(../images/indexsearch_icon.png) no-repeat right center;
    padding-right: 25px;
}

.yun_new_header_cj {
    width: 120px;
    height: 43px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-top: 35px;
    line-height: 43px;
    text-indent: 40px;
    color: #8f8f92;
    background: #fff url(../images/fb_icon.png) no-repeat 15px center;
}

.yun_new_header_search_more_show {
    width: 110px;
    position: absolute;
    left: 50px;
    top: 70px;
    z-index: 1000000;
    padding-top: 10px;
}

.yun_new_header_search_more_show_c {
    width: 110px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative
}

.yun_new_header_search_more_show a {
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}

.yun_new_header_search_more_show a:hover {
    background: #f8f8f8;
    text-decoration: none;
	
}

 .png:hover {
	color: #f6b04b;
}

.yun_new_header_search_more_show_icon {
    width: 18px;
    height: 9px;
    background: url(../images/search_sj_icon.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: 46px;
    top: -9px;
}

.yunheader_60wx {
    width: 134px;
    height: 98px;
    background: url(../images/ermbg.png) no-repeat;
    float: right;
}

.yunheader_60wx_box {
    width: 75px;
    height: 75px;
    background-color: #fff;
    margin-left: 20px;
    margin-top: 23px;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
}

.yunheader_60wx_box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.yunheader_60nav {
    float: left;
	width: 100%;
    height: 60px;
    overflow: hidden;
	background-color:#19967e;
}

.yunheader_60nav ul {
    ;
}

.yunheader_60nav ul li {
    float: left;
    height: 40px;
    padding: 20px 18px 0 18px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
	color:#5c5c5c;
}

.yunheader_60nav ul .nav_list_hover{
    color: #ffffff;
}

.a{
    color: #333;
}
.png{
    color: #ffffff;
}

.yunheader_60nav ul .nav_list_hover .yun_new_headernav_list_line {
    width: 30px;
    height: 3px;
    background: #276bf2;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -15px;
}

.nav_icon {
    position: absolute;
    width: 27px;
    height: 18px;
}

.yunheader_60nav ul .nav_icon_new {
    right: -10px;
    top: 5px;
}

.yunheader_60nav ul .nav_icon_hot {
    right: -8px;
    top: 5px;
}

.yunheader_60nav ul .nav_icon img {
    display: block
}

.yun_header_af a {
    color: #fff
}

.yunheader_60jpbox {
    width: 100%;
    float: left;
    height: 55px;
}

.yunheader_60jpbox ul {
    width: 690px
}

.js_new_cont {}

.yunheader_60jpbox .js_new {
    width: 394px;
    height: 20px;
    margin-top: 15px;
    float: left;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 15px;
}

.js_new-pl {
    width: 390px;
    height: 35px;
	line-height:35;
    margin-top: 10px;
    float: left;
    margin-left: 5px;
    margin-right: 3px;
	display:inline-block;
	position:relative;
	background-color:#fff;
	overflow:hidden;
	text-overflow: ellipsis;
}
.yunheader_60jpicon {
    display: inline-block;
    width: 28px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 0 0 0 5px;
    vertical-align: middle;
	background-color:#f63472;
}



.yunheader_60jpbane {
    color: #313a49;
    font-size: 16px;
   height:30px; 
   line-height: 30px; 
   white-space: nowrap;
   float:left;
   margin-left:9px;
}

.js_new-pl:hover{filter:drop-shadow(0 0 6px #ccc);
	
}

.urgent_job-jipin{
	width:1200px;
   float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background-color:#fff;
     
	
	
}
.urgent_job-jipin li{
	float:left;
	width:380px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin:0px 15px 0px 5px;
	padding-top:0px;

}

.js_new-showall {
	float:left;
	width:160px;
	position:absolute;
	display:none;
	background: url(../images/com_iconly_jt.png) no-repeat left 9px;
	filter:drop-shadow(0 0 6px #ccc);
	z-index:9999;
	
}

.js_new-showall-c {
	float:left;
	width:150px;
	overflow:hidden;
	text-overflow: ellipsis;
	display:inline-block;
	background-color:#fff;
	margin:8px 5px 0px 9px;
}



.jipin-nr:hover .js_new-showall{
	display:inline-block;
}



.jipin-nr {
	float:left;
	width:380px;
	text-overflow: ellipsis;
	margin:0px 15px 0px 5px;
	padding-top:10px;

}



.yunheader_60jpbane:hover{
	text-decoration:none;
}

.jobcategory_comname-jp:hover{
	text-decoration:none; color:#28cec1;
}





.yunheader_60jp {

	overflow:hidden;
	text-overflow: ellipsis;
     margin-left:15px;
	
}

.jobcategory_comname-jp{
	height:30px;
	line-height:30px;
	text-align:left;
	color:#999;
	overflow: hidden;
    text-overflow: ellipsis;
}

.jobcategory_comname a{
	color:#2fafa5;

}	
	

.yunheader_60jplogo {
    width: 48px;
    height: 48px;
    border: 1px solid #f1f1f1;
    position: absolute;
    left: 15px;
    top: 15px;
}

.border-gray1 {
	background-color:#28cec1;
	color:#0cc100;
	height:21px;
	width:10px;
	display:inline-block;
	float:left;
}


.redianzhaopin{
	position:relative;
	width: 100%;
}



.border-mingqi-gg {
	background-color:#18c5a4;
	height:25px;
	width:6px;
	float:left;
	margin-top:25px;
	border-radius:3px;
    position:relative;
	
}

.border-gray {
	background-color:#18c5a4;
	height:25px;
	width:6px;
	float:left;
	margin-top:25px;
	border-radius:3px;
    position:relative;
	
}





.urgent_job-zq{
	position:relative;
	
}


.border-mingqi {
	color:#333;
	height:30px;
	font-size:18px;
	text-height:30px;
	font-weight:bold;
	width:100px;
    display:inline-block;
	text-align:center;
	margin-top:23px;
	position:relative;


}

.border-jipin {
	color:#333;
	height:30px;
	font-size:18px;
	text-height:30px;
	font-weight:bold;
	width:100px;
    display:inline-block;
	text-align:center;
	margin-top:23px;

}


.mingqi_tuijian{
     width:1200px;
     
}






.mingqi_job{
    width:1200px;
}



.border-pinpai {
	color:#333;
	height:30px;
	font-size:18px;
	font-weight:bold;
	width:100px;
    display:inline-block;
	text-align:center;
	margin-top:23px;
	position:relative;
}


.border-redian {
	color:#333;
	height:30px;
	font-size:18px;
	text-height:30px;
	font-weight:bold;
	width:100px;
    display:inline-block;
	text-align:center;
	margin-top:23px;
	float:left;

}



.border-glzp-zx {
	color:#f87c24;
	height:21px;
	font-size:14px;
	font-weight:bold;
	width:235px;
    display:inline-block;
	text-align:center;
	background:#fff;
	border-bottom: 1px solid #28cec1;
}
.border-glzp {
	color:#f87c24;
	height:21px;
	font-size:14px;
	font-weight:bold;
	width:235px;
    display:inline-block;
	text-align:center;
	background:#fff;
	border-bottom: 1px solid #28cec1;
}

.border-glzp-tj {
	color:#f87c24;
	height:21px;
	font-size:14px;
	font-weight:bold;
	width:675px;
    display:inline-block;
	text-align:center;
	background:#fff;
	border-bottom: 1px solid #28cec1;
}

.border-glzp-zx {
	color:#f87c24;
	height:21px;
	font-size:14px;
	font-weight:bold;
	width:235px;
    display:inline-block;
	text-align:center;
	background:#fff;
	border-bottom: 1px solid #28cec1;
}

.yunheader_60jplogo img {
    width: 100%;
    height: 100%;
}



.yunheader_60jpbane:hover{
	color:#f60;
}

.jobcategory_comname :hover{
	color:#f60;
}


.yunheader_60jpbane-pl {
    color: #313a49;
    font-size: 16px;
    width:215px;
    height:20px; 
   line-height: 20px; 
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   float:left;
   margin-left:5px;
   display: inline-block;
}

.yunheader_60jpxz {
    color: #fc703e;
    padding-top: 10px;
	margin-left:15px;

}

.yunheader_60jpcom {
    color: #fff;
    padding-left: 10px;
    width: 146px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
	margin-top:8px;
	background-color:#28cec1;




}

.yunheader_60jpcom-pl {
    color: #999;
    padding-left: 0px;
    width: 149px;
    height: 20px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
	display:inline-block;
	float:right;
	padding: 15px 10px 5px 0px;
	background-color:#fff;
}



.yunheader_60zwlb {
    width: 252px;
    height: 135px;
    float: left;
}

.yunheader_60_tit {
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    ;
    font-size: 24px;
    color: #40404c;
    float: left;
}

.yunheader_60_tit_a {
    display: inline-block;
    position: relative;
}

.yunheader_60_tit_line {
    width: 86px;
    height: 16px;
    background: url(../images/tit_left.png) no-repeat;
    position: absolute;
    left: -100px;
    top: 22px;
    display: inline-block;
}

.yunheader_60_tit_rline {
    width: 86px;
    height: 16px;
    background: url(../images/tit_right.png) no-repeat;
    position: absolute;
    right: -100px;
    top: 22px;
    display: inline-block;
}

.yunheader_60_tit_p {
    text-align: center;
    width: 100%;
    color: #999;
    float: left;
}

.yunheader_60lookmore {
    text-align: center;
    padding: 20px 0 0px 0;
    float: right;
	display: inline-block;
    width: 150px;
    height: 30px;
}

.yunheader_60lookmore a {
 
    display: inline-block;
    width: 110px;
    height: 30px;
    margin: auto;
    background: #009688;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    transition: all 0.2s ease 0s;
	float:right;
}

.yunheader_60lookmore a:hover {
    background: #ff6600;
    color: #FFF;
}

.index_news_box60-tj {
    width:675px;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    float: left;
    padding-top: 0px;
    margin: 0px 6px 0px 8px;
    display:inline-block;
	height: 120px;
}

.index_news_box60-gl {
    width: 245px;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    float: left;
    padding-top: 0px;
    margin-top: 0px;
    position:relative;
   height:120px;
	
}

/**/
.leftNav {
    float: left;
    width: 245px;
	height:180px;
    background: #fff;
    position: relative;
    z-index: 900;   
	border-radius: 0px;
	top:135px;
   
}


.border-fenlei{
              width: 245px;
			  font-weight:bold;
			  color:#009688;
			  padding:8px 0px 0px 10px;
			  font-size:15px;
				}




.menuLst {
    font-size: 14px;
}

.menuLst ul li {
    height: 38px;
    line-height: 38px;
    position: relative;
    vertical-align: bottom;
    z-index: 2000;
    display: none;
}
.menuLst ul li:nth-child(-n+10) {
    display: block;
}
.menuLst ul:hover li{
    display: block;
    position: relative;
    z-index: 30000;
}
/*.menuLst ul:hover .menuLst_alljob{
    display: none;
}*/
.menuLst ul li a {
    color: #555;
    display: block;
    font-size: 15px;
}

.menuLst ul li a:before {
    content: "+";
    margin-right: 8px;
    opacity: 0.00001;
}
.menuLst ul li:hover b {
    animation: 1s ease 0s normal none 1 menuAnimat;
    transform-origin: center top 0;
}

.menuLst ul li a.link {
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    /*padding-left: 15px;*/
    /*width: 185px;*/
}

.menuLst ul li a.link em {
    color: #DC5800;
    font-weight: bold;
}

.menuLst ul li a.link:hover {
    color: #444444;
    text-decoration: none
}

.menuLst ul li.lst15 b {
    background-position: 0 -490px;
}

.menuLst ul li.hov {
    z-index: 6;
}

.menuLst ul li i {
    background: url(../images/icos.png) center no-repeat;
    top: 0;
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 15px;
    margin: auto;
    z-index: 3000;
    display: inline-block
}

.menuLst ul li.hov i {
    /*background: url(../images/icos_h.png) no-repeat;*/
    background: url(../images/icos.png) center no-repeat;

}

.menuLst ul li.hov a.link {
    background: #fff;
    color: #333;
    height: 45px;
    left: 0px;
    line-height: 45px;
    overflow: hidden;
    position: absolute;
    top: 0;
    border: 1px solid #eee;
    border-right: 0;
    box-shadow:-5px -5px 5px  -4px #eee,-5px 5px 5px -4px #eee;
    width: 100%;
    z-index: 2001;
}

.menuLst ul li .lstCon {
    background:#fff;
    display: none;
    left: 220px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 700px;
    min-height: 200px;
    overflow: hidden;
    z-index: 1010;
}
.menuLst ul li .lstCon .lstConClass{
    width: 700px;
    max-height: 600px;
    margin-top: 10px;
    /*padding-bottom: 46px;*/
    margin-bottom: 12px;
    overflow: auto;
}
.menuLst ul li .lstCon .lstConClass::-webkit-scrollbar{
    width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, 0.001);
  opacity: 0.01;
}
.menuLst ul li .lstCon .lstConClass::-webkit-scrollbar-track{
   box-shadow: inset 0 0 0px rgba(240, 240, 240, .005);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, .005);
  opacity: 0.01;
}
.menuLst ul li .lstCon .lstConClass::-webkit-scrollbar-thumb{
  border-radius: 10px;
  box-shadow: inset 0 0 0px #f90;
  background-color: rgba(0, 0, 0, 0.001);
  opacity: 0.001;
}
.menuLst ul li.hov .lstCon {
    display: block;
}

.menuLst .lstCon {
    box-shadow: 0 1px 6px rgb(6 0 1 / 10%);
    line-height: 22px;
}

.menuLst .lstConClass dl {
    padding: 10px 10px;
    float: left;
    width: 96%;
}

.menuLst .lstConClass dl.hov {
    background: #F9F9F9;
}

.menuLst .lstConClass dl dt {
    width: 100%;
    font-size: 14px;
    font-weight: bold
}

.menuLst .lstConClass dl dd {
    width: 96%;
    margin:0 0 0 3%;
}
.menuLst .lstConClass dl dt a{
	font-size: 16px;
}
.menuLst .lstConClass dl dt a:link,
.menuLst .lstConClass dl dt a:visited {
    color: #333;
    font-weight: 600;
    width: 100%;
}

.menuLst .lstConClass dl dt a:hover {
    color: #333333;
}

.menuLst .lstConClass dl dd a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    /*padding: 0 20px 0 0px;*/
    font-size: 13px;
    color: #888;
    margin: 5px 0 7px 0;
    white-space: nowrap;
}


/*类别*/

.jobcategory{
	width:100%; 
	

	}

.jobcategory_list{
	width:100%; 

	margin-top:15px;
	}

.jobcategory_left{
	width:220px;
	height:415px;  
	float:left; 
	padding:20px 0 0 20px;
	color:#fff; 
	background:#f5f5f5; 
	position:relative;
	border-top:5px solid #ef434c;
	}



.jobcategory_top1{
	width:1200px;
	height:30px;
   padding-top:6px;
	color:#fff; 
	position:relative;
	border-bottom:1px solid #28ce72;
	display: flex;
	justify-content: space-between;
	
	}

.jobcategory_top1_tit{
	width:200px;
	height:30px;
	line-height: 30px; 
	overflow:hidden; 
	font-size:16px; 
	font-weight:bold;
	color:#04c594;
	}

.jobcategory_top_lblist{
	width:880px;
	height:30px; 
	overflow:hidden;
	display: flex;
	align-items: center;
}

.jobcategory_top_lblist a{
	color:#fff;
	width: 9em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

.jobcategory_top_lblist a:hover{
	color:#f60;
}

.jobcategory_top_lblist a{
	min-width: 150px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color:#666;
	
	}

.jobcategory_top_more{
	width:80px;
	height:30px; 
	line-height:30px; 
	background-color: #e6e6e6;
	color:#f60; 
	text-align:center; 
	display:block;
	
	}

.jobcategory_top_more a{ display:block;}

.jobcategory_top_more a:hover{color:#f60;}

.jobcategory_fl{width:100%;height:25px; overflow:hidden; padding-top:8px;}

.jobcategory_fl_s{ display:inline-block;border: 1px solid #e5e5e5;    padding: 0 5px;line-height: 22px; margin-right:10px; color:#999}

.jobcategory_list:nth-child(n) .jobcategory_left{background: -webkit-linear-gradient(left,#66ccff,#66ccff);

    background: -o-linear-gradient(left,#66ccff,#66ccff);

    background: linear-gradient(left,#42af07,#42af07);color: #fff;}

.jobcategory_list:nth-child(2n)  .jobcategory_left{background: -webkit-linear-gradient(left,#f5f5f5,#f5f5f5);

    background: -o-linear-gradient(left,#f5f5f5,#f5f5f5);

    background: linear-gradient(left,#30c65e,#12a740);color: #fff;}

.jobcategory_list:nth-child(3n)  .jobcategory_left{background: -webkit-linear-gradient(left,#f5f5f5,#f5f5f5);

    background: -o-linear-gradient(left,#f5f5f5,#f5f5f5);

    background: linear-gradient(left,#da88ed,#b314d7);color: #fff;}

.jobcategory_list:nth-child(4n)  .jobcategory_left{background: -webkit-linear-gradient(left,#5f82f4,#5f82f4);

    background: -o-linear-gradient(left,#5f82f4,#5f82f4);

    background: linear-gradient(left,#156def,#0611c8);color: #fff;}

.jobcategory_list:nth-child(5n)  .jobcategory_left{background: -webkit-linear-gradient(left,#f60,#ffa664);

    background: -o-linear-gradient(left,#f60,#ffa664);

    background: linear-gradient(left,#f60,#ffa664);color: #fff;}

	
	
.jobcategory_down{
	  width:290px; 
	  overflow:hidden;
	  background-color:#fff;
      display:inline-block;
	  float:left;
	 padding-left:10px;
	  }

	  
	  
	  
.jobcategory_down-dl  {
	  width:1200px; 
	  overflow:hidden;
	  background-color:#fff;
      display:inline-block;
	  float:left;
	  margin-right:0px;
	  }
	  
	  
	  
	  
.jobcategory_down_cont{width:100%;}

.jobcategory_joblist{
	              width:288px;
                  height: 40px;
                  line-height:40px;
				  margin:0px 0px 0px 10px;
				 
				  color:#666;
				  float: left;
		
				  
				  }




.hbjob{width:13px;height:15px; background:url(../images/hbjob.png) no-repeat; display:inline-block; margin-left:5px; vertical-align:middle}



.jobcategory_comcity{width:50px; font-size:12px;color:#999;}

.jobcategory_jobxz{color:#ff6100;font-size: 14px; margin-right:10px;display: block;}

.jobcategory_jobname_c{
	 width:299px; 
	 height:40px; 
	 line-height:40px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap; 
	 float: left;
      display:inline-block;
	 
   
	 }
	 
	 
 .jobcategory_jobname_c-dier{
	 width:299px; 
	
	 height:40px; 
	 line-height:40px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap; 
	 float: left;
      display:inline-block;
    
	 }
	 
	 
	.index_newjobname-showalll{
	
	position: absolute;
    display:none;
    width: 250px;
    float: left;
    background: url(../images/com_iconly_jt.png) no-repeat left 9px;
    filter: drop-shadow(1px 3px 6px #999);
    z-index: 999;
    
	 
	 } 
	 
.jobcategory_jobname_c-nr:hover + .index_newjobname-showalll{

     display:inline-block;
 
	 } 
	
.index_newjobname-nyxq:hover + .index_newjobname-showalll{

     display:inline-block;
 
	 } 

	
	 
	 
  .jobcategory_jobname_c-nr:hover {
   color:#f60;
 
	 } 
	 
 
	 
	 .index_newjobname-showalll-jx{
	
	    width: 250px;
    background-color:#fff;
    margin-left:10px;
	 overflow: hidden;
	 } 
	 
	 .index_newjobname-xq{
	
	    width: 200px;
        color:#999;
		font-weight:bold;
		margin-left:6px;
	 } 
	 
	 .index_newjobname-xq a{
	
	    
        color:#999;
	
	
	 } 
	 
	 
	 
	 .jobcategory_jobname_c-nr{
	 font-size:14px; 
	 color:#4f57a0;
	 
	 
	 }
.jobcategory_jobname_c-gs{
	 font-size:14px; 
	 color:#28cec1; 
	 margin-left:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	 }	 
	 	
.jobcategory_jobname_c-gs:hover{
	 color:#f60; 
	 
	 }	  
	 
	 
	 
.jobcategory_jobname_c-zw{
	 font-size:14px; 
	 color:#4f57a0;
	 float:left;
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	 
	 }
	 
.jobcategory_jobname_c-qy {
	 font-size:14px; 
	 color:#28cec1; 
	 margin-left:10px;
    
	overflow: hidden;
	text-overflow: ellipsis;
	 }	 
	 
	 


	
.index_newjobname-tj {
	position:absolute;

	display:none;
	width:220px;
	float:left;
	background: url(../images/com_iconly_jt.png) no-repeat left 9px;
    filter: drop-shadow(1px 3px 6px #999);
	z-index:999;
	

}	

.jobcategory_jobname_c-zw:hover +.index_newjobname-tj{
	display:inline-block;
}




	
	.index_newjobname-hb {
    display: inline-block;
    justify-content: space-between;
     background-color:#fff;
	 width:200px;
	 margin-left:10px;
}
	
.index_newjobname-hbzt{
		margin-left:10px;
		
	}
	
	

.jobcategory_jobname_c a:hover{color:#f60;}

.jobcategory_comname{width: 35%; height:40px; line-height:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: right;font-size:14px;}


.jobcategory_comline{ display:inline-block; padding:0px 10px}

.jobcategory_comname a{color:#999}

.jobcategory_comname a:hover{color:#f60;}

.jobcategory_jobtime{ position:absolute;right:10px;top:0px; font-size:12px;color:#999}



.jobcategory_top2{
	               width:1200px;
				   height:30px;
				   color:#fff; 
				   display:flex; 
				   border-bottom:1px solid #28ce72;
				   justify-content: space-between;
				   padding-top:10px;
				   
				   }

.jobcategory_top2_tit{
	            width:200px;
				height:30px;
				line-height: 30px; 
				overflow:hidden; 
				font-size:16px; 
				font-weight:bold;
				color:#04c594;
				
				}



.index_zs_banner-index_zs_banner1{
	            float: left;
              width: 245px;
                 height: 122px;
             background: #fff;
             position: absolute;
             top:222px;
				padding: 5px 0px 0px 0px;
				   font-size:15px;
				   z-index: 9;
				}
				
.border-fenzhan{
              width: 90px;
			  font-weight:bold;
			  color:#fff;
			 background:#009688 ;
			 line-height: 30px;
			 border-radius: 6px;
			 margin-left: 10px;
				}

.index_zs_banner-index_zs_banner1 a{
	            
				padding:0px 0px 0px 0px;
				display:inline-block;
				}


.index_zs_banner-index_zs_banner1 a:hover{
	           color:#f60;
				}



























/*.menuLst .lstConClass dl dd a:nth-child(1) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(2) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(3) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(6) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(9) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(11) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(12) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(15) {
    color: #FC4349 !important;
}
.menuLst .lstConClass dl dd a:nth-child(18) {
    color: #FC4349 !important;
}*/
.menuLst .lstConClass dl dd a:after {
    content: "|";
    margin: 0 7px 0 7px;
    opacity: 1;
    color: #aaa;
}
.menuLst .lstConClass dl dd a:last-child:after {
    content: "|";
    margin: 0 7px 0 7px;
    opacity: 0;
    color: #aaa;
}
.menuLst .lstConClass dl dd a:before {
    content: "";
    margin-right: 0;
}
/*.menuLst .lstConClass dl dd a:nth-child(1):after {
    content: "|";
    margin: 0 6px;
    opacity: 0;
    color: #aaa;
}*/

.menuLst .lstConClass dl dd a:link,
.menuLst .lstConClass dl dd a:visited {
    color: #7A7A7A;
}

.menuLst .lstConClass dl.hov dd a:link,
.menuLst .lstConClass dl.hov dd a:visited {
    color: #444444;
}

.menuLst .lstConClass dl.hov dd a:hover {
    color: #000000;
}

.menuLst .lstConClass dl dd a.hot:link,
.menuLst .lstConClass dl dd a.hot:visited {
    color: #C92F00;
}

.menuLst .lstConClass dl dd a.hot:hover {
    color: #FA3B00;
}

.leftNav_bot {
    width: 241px;
    background-position: 0 -319px;
}

.menuLst_alljob {
    width: 205px;
    float: left;
    padding-left: 15px;
    height: 33px;
    line-height: 33px;
}

.menuLst_alljob a {
    color: #2778f8
}

.menuLst ul li .lstCon::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.menuLst ul li .lstCon::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #ccc9c7;
}

.menuLst ul li .lstCon::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #f90;
}
.lstConClass>a{display: inline-block !important;
    height: 25px;
    line-height: 25px;
    /* padding: 0 20px 0 0px; */
    font-size: 13px;
    color: #888;
    margin: 5px 0 7px 0;
    white-space: nowrap;
}
.lstConClass>a:after{
            content: "|";
    margin: 0 7px 0 7px;
    opacity: 1;
    color: #aaa;
}


/*探秘企业*/
.tm_combox{width:100%; position: relative;float: left; }
.tm_com{width:100%;height:275px;; position: relative; margin-top: 10px; float: left; overflow:hidden;}
.tm_comall{width:1250px;}
.tm_icon{width:81px;height:69px; background:url(../images/tmiconbt.png) no-repeat; position: absolute;left:0;top:0; display: block; z-index: 100;}
.tm_comlist{width:272px; padding:10px;;border-radius:5px; background-color: #fff; float: left; margin-right: 10px;;}
.tm_comname{ font-size: 15px; font-weight: bold;width:100%;height:30px; line-height: 30px; overflow: hidden;width:100%; text-align: center;color:#333;}
.tm_comjob{width:100%; text-align: center;color:#acafbb;padding-bottom: 15px;;}
.tm_comjob_n{color:#0062ff}
.tm_comlist a:hover{ text-decoration: none;}
.tm_comsp{width:100%;height:153px; position: relative; background: #f8f8f8;}
.tm_comsp img{width:100%;height:153px; }
.tm_comspicon{width:38px;height:38px; background:url(../images/tmicon.png) no-repeat; position: absolute;left:50%;top:50%; margin-left: -16px; margin-top: -16px; display: block;}
.tm_comcz{width:50px; position: absolute;right:-60px; }
.tm_comcz_a{width:50px;  background-color: #fff;border-radius:5px; font-size: 12px; text-align: center;color:#e23c3c; margin-top: 10px; padding-bottom:5px; cursor: pointer;}
.tm_comcz_icon{width:100%;height:33px; display: block; background:url(../images/scwhyp.png) no-repeat center center;}
.tm_commore_icon{width:100%;height:28px; display: block; background:url(../images/scwgd.png) no-repeat center 15px;}
.tm_comshow {width:100%; position: relative;  float: left;}
.tm_comshow .tm_comlist{ width:372px;;margin-top: 10px;;}
.tm_boxby{width:100%;height:30px; line-height: 30px;color:#999;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; margin-top: 10px; text-align: center;}
.tm_comtitm{padding:15px 0 10px 0;color:#999}
.tm_comtitm_n{ font-size: 16px; font-weight: bold;display: inline-block;; margin-right: 20px;color:#000;}
.tm_combf{width:80px;height:80px; background:url(../images/bfbig.png) no-repeat; position: absolute;left:50%;top:50%; margin-left: -40px; margin-top: -40px; display: block;}
.tm_comshow .tm_comlist .tm_comsp{width:100%;height:209px; position: relative; background: #f8f8f8;}
.tm_comshow .tm_comlist .tm_comsp img{width:100%;height:209px; }