/*新首页*/

.home_inner {
    width: 1170px;
    /*background-color: #fff;*/
    margin: 10px auto 0;
    font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif;
}

.home_inner00 {
    width: 100%;
}

.home_sider {
    width: 230px;
    float: left;
    border-right: 10px solid rgb(240, 240, 240);
    background: #fff;
}

.ob_menu01 {
    width: 100%;
}

.ob_menu01 .ob_menu02 {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: #333;
    cursor: pointer;
}

.ob_menu01 .ob_menu02:hover {
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .09);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
}

.ob_menu01 .ob_menu02>span {
    float: left;
    height: 100%;
    font-size: 14px;
    color: #333;
}

.iconfont.icon-youjiantou {
    font-size: 14px;
    color: #333;
    float: right;
}

.menu_sub {
    padding: 10px 10px 10px 12px;
    position: absolute;
    top: 0;
    left: 100%;
    width: 646px;
    z-index: 1;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .09);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
}

.menu_sub>a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.menu_sub>a:hover {
    color: #fe6c00;
}

.menu_sub>span {
    margin: 0 5px;
}

.menu_sub>span:last-child {
    display: none;
}

.ob_menu01 .ob_menu02:hover .menu_sub {
    display: block;
}

.ob_menu01 .ob_menu02.menu02_hov {
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .09);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
}

.ob_menu04 {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
}

.ob_menu04:hover {
    color: #fe6c00;
}

.ob_menu05 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.ob_menu03:hover .ob_menu05 {
    display: block;
}

.ob_menu07 {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: #333;
    cursor: pointer;
}

.ob_menu07:hover {
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .09);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
}

.ob_menu07>span {
    float: left;
    height: 100%;
    font-size: 14px;
    color: #333;
}

.menu_sub02 {
    padding: 10px 10px 10px 12px;
    position: absolute;
    top: 0;
    left: 100%;
    width: 646px;
    z-index: 1;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .09);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 9%);
}

.menu_sub02>a {
    display: inline-block;
    color: #333;
    font-size: 14px;
}

.menu_sub02>a:hover {
    color: #fe6c00;
}

.menu_sub02>span {
    margin: 0 5px;
}

.menu_sub02>span:last-child {
    display: none;
}


/* 轮播图 */

.home_slideshow {
    height: 304px;
    width: calc(100% - 534px);
    float: left;
}

.home_slideshow #home_slideshow02 img {
    width: 636px;
    height: 304px;
    border-radius: 6px;
}


/* 登录 */

.home_register {
    float: right;
    width: 304px;
    height: 304px;
    padding: 10px 20px 0 20px;
    border-left: 10px solid rgb(240, 240, 240);
    background: #fff;
}

.home_register00 {
    line-height: 36px;
    color: #6d6d6d;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

.home_register00>span {
    border: 1px solid #cccccc;
}

.link-signin {
    float: left;
    cursor: pointer;
    width: 45%;
    text-align: center;
    border-radius: 2px;
}

.link-sms {
    float: right;
    cursor: pointer;
    width: 45%;
    text-align: center;
    border-radius: 4px;
}

.home_register00>span.cur {
    border-color: #0d7d0f;
    color: #0d7d0f;
    border-radius: 4px;
}

.home_register00>span:hover {
    border-color: #0d7d0f;
    color: #0d7d0f;
}

.home_register03 {
    margin-top: 20px;
    width: 100%;
    display: none;
}

.home_register03:nth-of-type(1) {
    display: block;
}

.home_register03 .username,
.home_register03 .password {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.home_register03 .username .inp_all_t,
.home_register03 .password .inp_all_t {
    width: 100%;
    height: 38px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    outline: 0;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
}

.home_register03 .username .inp_all_t:focus,
.home_register03 .password .inp_all_t:focus {
    border-color: #0d7d0f;
}

.automatic {
    margin-bottom: 25px;
}

.automatic>label {
    float: left;
    display: flex;
    align-items: center;
    color: #6d6d6d;
    cursor: pointer;
}

.automatic>label .inp_ {
    margin-right: 5px;
}

.automatic>a {
    float: right;
    color: #6d6d6d;
}

.login_go02 {
    height: 36px;
    display: inline-block;
    border: 0;
    background-color: #0d7d0f;
    color: #fff;
    font-size: 14px;
    width: 45%;
    border-radius: 4px;
    cursor: pointer;
}

.register_go {
    font-size: 12px;
    float: right;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    width: 45%;
    background-color: #fe6c00;
    border-radius: 4px;
    color: #fff;
}

.span_yzm {
    display: inline-block;
    width: 45%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    background-color: #fff;
    text-align: center;
    color: #333;
    cursor: pointer;
    /*margin-top: 20px;*/
}

.register_go02 {
    float: right;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    text-align: center;
    color: #fe6c00;
    border: 1px solid;
}

.login_a_019>button {
    width: 100%;
    height: 36px;
    display: inline-block;
    border: 0;
    background-color: #0d7d0f;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.home_zp_list {
    border-top: 10px solid #f5f6f8;
}

.home_zp_list03 {
    position: relative;
    padding: 10px 20px;
    border-bottom: 10px solid #f5f6f8;
    background: #fff;
}

.home_zp_list03>h2 {
    font-size: 16px;
    color: #000;
}

.home_zp_change {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.home_zp_change>img {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.home_zp_change>span {
    font-size: 15px;
    color: #6d6d6d;
}

.home_zp_list03:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 1px;
    height: 20px;
    border-right: 5px solid #0f7c11;
    box-sizing: border-box;
}

.home_zp_list04 {
    width: 100%;
    padding: 0 15px;
    background-color: #f5f6f8;
}

.home_zp_list05 {
    float: left;
    width: 32%;
    margin: 0 0 10px 0;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari 和 Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    cursor: pointer;
}

.home_zp_list05:hover {
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    /* IE 9 */
    -moz-transform: translateY(-6px);
    /* Firefox */
    -webkit-transform: translateY(-6px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-6px);
    /* Opera */
}

.home_zp_list05:nth-child(3n+2) {
    margin: 0 2% 10px 2%;
}

.home_zp_list05 a {
    display: block;
}

.home_zp_list06 {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_zp_list06:visited {
    color: #0d7d0f;
}

.home_zp_list07 {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 26px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_zp_xz {
    font-size: 15px;
    color: #fe6c00;
}

.home_zp_list08 {
    margin-top: 5px;
}

.home_zp_list08>img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.home_zp_list09 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 10px;
}

.home_zp_list09>p,
.home_zp_list09>a {
    width: 100%;
    font-size: 13px;
    color: #6d6d6d;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_zp_list09>p>img {
    margin-top: -5px;
}


/* 放心企业/ 人才推荐*/

.home_zp_fxqy {
    cursor: pointer;
}

.home_zp_fxqy,
.home_zp_rctj {
    float: left;
    padding: 15px 25px;
    width: 270px;
    margin: 0 20px 10px 0;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    /* Opera */
    cursor: pointer;
}

.home_zp_fxqy:nth-child(4n+4),
.home_zp_rctj:nth-child(4n+4) {
    margin-right: 0;
}

.home_zp_fxqy:hover,
.home_zp_rctj:hover {
    box-shadow: 1px 4px 10px 2px #ccc;
}

.home_zp_fxqy02,
.home_zp_rctj02 {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    border: 1px solid #cccccc;
    overflow: hidden;
    border-radius: 50%;
}

.home_zp_fxqy02>img,
.home_zp_rctj02>img {
    width: 100%;
    height: 100%;
}

.home_zp_fxqy03 {
    display: block;
    width: 100%;
    margin: 15px 0 10px 0;
    text-align: center;
    font-size: 15px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_zp_fxqy03:visited {
    color: #0d7d0f;
}

.home_zp_fxqy04 {
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
}

.home_zp_fxqy05 {
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 10px;
}

.home_zp_fxqy05>span:nth-of-type(2) {
    color: #fe6c00;
}

.home_zp_rctj03 {
    display: block;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.home_zp_rctj03:visited {
    color: #0d7d0f;
}

.home_zp_rctj04 {
    font-size: 14px;
    color: #6d6d6d;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    text-align: center;
}

.home_zp_rctj05 {
    font-size: 14px;
    color: #fe6c00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6d6d6d;
}

.home_zp_rctj06 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
}

.home_zp_zxgk {
    width: 100%;
    padding: 20px 15px 0 15px;
    background-color: #fff;
    border-radius: 10px;
}

.home_zp_zxgk02 {
    float: left;
    width: 23%;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 2.6% 10px 0;
}

.home_zp_zxgk02:nth-child(4n+4) {
    margin-right: 0;
}

.home_zp_zxgk03 {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #848484;
}

.home_zp_zxgk04 {
    display: inline-block;
    font-size: 14px;
    color: #6d6d6d;
    margin-right: 5px;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_zp_zxgk04:hover {
    color: #0d7d0f;
}

.home_zp_zxgk04:visited {
    color: #0d7d0f;
}

.home_zp_zxgk05 {
    display: inline-block;
    font-size: 14px;
    /*color: #fe6c00;*/
    color: #6d6d6d;
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_zp_zxgk05:visited {
    color: #0d7d0f;
}

.home_zp_rmzx {
    border-top: 10px solid #f5f6f8;
}

.home_zp_rmzx_l {
    float: left;
    /*width: 790px;*/
    width: 780px;
    /*border-right: 10px solid #f5f6f8;*/
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.tab_header_box {
    position: relative;
}

.home_zp_rmzx_gd {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 15px;
    color: #0d7d0f;
}

.tab_header {
    border-bottom: 1px solid #cccccc;
    padding-left: 15px;
    height: 45px;
    position: relative;
}

.tab_header>li {
    float: left;
    height: 100%;
    line-height: 45px;
    cursor: pointer;
    margin-right: 25px;
    font-size: 15px;
    padding: 0 10px;
}

.tab_header>li.cur {
    position: relative;
    font-weight: 600;
    color: #0d7d0f;
}

.tab_header>li.cur::after {
    content: " ";
    position: absolute;
    left: 12px;
    bottom: 0;
    height: 3px;
    width: 70%;
    background-color: #0d7d0f;
}

.tab_box2 {
    width: 100%;
    padding: 20px 20px 0 20px;
    /* display: none; */
    overflow: hidden;
}

.tab_box3 {
    width: 1000%;
}

.tab_content {
    width: 741px;
    float: left;
    margin-right: 20px;
}

.tab_content_img {
    float: left;
    width: 200px;
    height: 255px;
    margin-right: 20px;
}

.tab_content_img>img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.tab_content02 {
    float: left;
    width: calc(100% - 220px);
}

.tab_content03 {
    width: 100%;
    margin-bottom: 10px;
}

.tab_content04 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #848484;
    margin-bottom: 5px;
}

.tab_content03>a {
    display: inline-block;
    font-size: 15px;
    color: #6d6d6d;
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
}

.tab_content03>a:hover {
    color: #0d7d0f;
}

.tab_content03>a:visited {
    color: #0d7d0f;
}

.tab_content05 {
    font-size: 14px;
    float: right;
    color: #6d6d6d;
}

.home_zp_rmzx_r {
    float: left;
    width: calc(100% - 790px);
     border-radius: 10px;
    background-color: #fff;
}

.home_zp_rdtj {
    border-bottom: 1px solid #cccccc;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.home_zp_rdtj>h2 {
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 25px;
}

.home_zp_rdtj>h2:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 1px;
    height: 20px;
    border-right: 5px solid #0f7c11;
    box-sizing: border-box;
}

.home_zp_rdtj02 {
    width: 100%;
    padding: 20px 20px 0 20px;
}

.home_zp_rdtj03 {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_zp_rdtj03>a {
    font-size: 14px;
    color: #6d6d6d;
}

.home_zp_rdtj03>a:hover {
    color: #0d7d0f;
}

.home_zp_rdtj03>a:visited {
    color: #0d7d0f;
}

.home_zp_rdtj04 {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
    background-color: #dcdcdc;
    border-radius: 4px;
}

.index_g00210 {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.home_zp_rdtj03:nth-child(-n+3) span {
    background-color: #fe6c00;
}

.index_g002100 {
    float: left;
    height: 70px;
    width: 40%;
    text-align: right;
}

.index_g002100>img {
    width: 70px;
    height: 100%;
    border-radius: 50%;
}

.index_g002101>div {
    line-height: 34px;
    font-size: 16px;
    color: #333;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_g002101>div:nth-of-type(2) {
    color: #fe6c00;
}

.index_g002101 {
    float: left;
    margin-left: 10px;
}

.index_g00212 {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_g00212>a {
    flex: 1;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #333;
}

.index_g00212>a:nth-of-type(1)>div:nth-of-type(1) {
    color: #009A44;
    font-size: 20px;
    font-weight: bold;
}

.index_g00212>a:nth-of-type(2)>div:nth-of-type(1) {
    color: #FE6C00;
    font-size: 20px;
    font-weight: bold;
}

.index_g00213>a {
    position: relative;
    float: left;
    width: 40%;
    margin: 8px 5%;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #0085DB;
    border-radius: 2px;
}

.index_g00213>a:last-of-type {
    background-color: #FE6C00;
}

.index_g002132>span {
    position: absolute;
    top: -8px;
    right: -6px;
    z-index: 1;
    background: red;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    line-height: 18px;
    font-size: 14px;
}

.index_g00213>a:hover {
    color: #fff !important;
}


/* ie兼容 */

img {
    border: 0 !important;
}

.header_danhang_0>li {
    width: calc(100%/11 - 0.3px);
}

.home_con_guangg_tz_0 a {
    width: 20%;
}

.header_souos_1,
.header_souos_2,
.header_souos_3 {
    float: left;
}

.canvas_div_6 {
    color: #fff;
}
/*.tail{*/
/*    margin-bottom: 120px;*/
/*}*/

/*.index_foot{*/
/*    margin-bottom: 120px !important;*/
/*}*/
.guanbi1111{
    position: absolute !important;
    top: 45px !important;
    left: 1415px !important;
    width: 20px;
    cursor: pointer;
}


.new_notice {
    width: 100%;
    padding: 9px 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 22px;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
}

.new_notice .noticeIco {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    margin-left: 8px;
}

.new_notice .icon-guanbi {
    cursor: pointer;
    font-size: 8px;
    color: #828181;
}

.new_notice .item {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.new_notice .item a{
    color: #fff;
}

.new_notice .item a:hover{
     color: orange;
}

.new_notice .item .clear{
    border-radius: 50%;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    display: flex;
    align-items:center;
    justify-content: center;
}