.index_pic {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 148px;
    margin: 0 auto;
    background-color: #0085A3;
}

.query_condtion {
    height: 57px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    background-color: #fff;
    color: #999;
    margin-top: 5px;
}

.row {
    background-color: #fff;
    padding: 10px 0;
}

.query_input {
    text-indent: 10px;
    height: 35px;
    width: 100%;
    outline: none;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #e1e1e1;
}

.query_btn {
    color: #fff;
    background: #0085A3;
    width: 100%;
}

    .query_btn:hover {
        background: #339933;
    }

.nav_btn {
    color: #fff;
    float: right;
    margin-top: 10px;
}

    .nav_btn > button {
        margin-left: 10px;
    }

.mod_left_menu_index {
    border: 1px solid #e1e1e1;
    background-color: white;
    min-height: 300px;
}

    .mod_left_menu_index h3 {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #e1e1e1;
        text-indent: 20px; /*cursor: pointer;*/
        position: relative;
        z-index: 101;
        background-color: #f7f7f7;
        margin: 0;
    }

        .mod_left_menu_index h3.active {
            background-color: #fff;
            position: relative;
        }

        .mod_left_menu_index h3:hover {
            background-color: #fff;
        }

.mod_job_detail_index {
    border: 1px solid #e1e1e1;
    border-left: none;
    font-size: 14px;
    background-color: #fff;
    color: #999;
    font-weight:bolder;
}

    .mod_job_detail_index .job_desc {
        height: 45px;
        line-height: 45px;
        margin-left: 10px;
    }

        .mod_job_detail_index .job_desc a {
            text-decoration: none;
        }

.mod_job_detail_index .enter_logo {
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: -2px;
}

.mod_job_detail_index .job_name {
    font-size: 16px;
    color: #333;
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.mod_job_detail_index .job_time {
    font-size: 13px;
    color: #999;
    display: block;
    float: right;
    margin-right: 10px;
}

.mod_job_detail_index .enter_name {
    font-size: 16px;
    color: #656565;
    display: block;
    float: left;
    width: 130px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mod_job_detail_index .job_qualify {
    font-size: 16px;
    color: #393;
    display: block;
    float: left;
    width: 302px;
    margin-right: 10px;
}

.mod_job_detail_index .btn_appy_job {
    float: right;
    color: #656565;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    display: block;
    margin-top: 28px;
}

    .mod_job_detail_index .btn_appy_job:hover {
        color: #fff;
        background-color: #1b841b;
    }

.mod_job_detail_index .job_more {
    height: 52px;
    line-height: 52px;
    text-align: center;
}

    .mod_job_detail_index .job_more a {
        color: #656565;
        font-size: 14px;
    }

.category {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    font-size: 16px;
    color: #666;
    background-color: #f7f7f7;
}

.category_title {
    margin: 10px 20px 0;
    font-size: 14px;
    font-weight: bold;
}

.category_list {
    padding: 10px 0 0 20px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.mod_left_menu_index > ul:last-child {
    border-bottom: none;
}

.category_list li {
    width: 100px;
    height: 26px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .category_list li a {
        width: 100px;
        height: 26px;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        background-color: #e1e1e1;
        display: block;
        border-radius: 4px;
    }

        .category_list li a.active {
            color: #fff;
            background-color: #0085A3;
        }

        .category_list li a:link {
            text-decoration: none;
        }

        .category_list li a:visited {
            text-decoration: none;
        }

        .category_list li a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #0085A3;
        }

        .category_list li a:active {
            text-decoration: none;
        }

.input_item {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input {
    width: 272px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    height: 44px;
    line-height: 1;
    line-height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 0;
}

    .input:focus {
        border-color: #0085A3;
    }

.goto_dhc {
    display: inline-block;
    height: 22px;
    font-size: 16px;
    color: #0085A3;
    padding-right: 23px;
    background: url(../images/goto.png) right center no-repeat;
}

.login_left {
    width: 50%;
}

.login_right {
    width: 50%;
    float: right;
    margin: -180px -30px 0 0;
}

.login_right_psw {
    width: 50%;
    float: right;
    margin: -115px -30px 0 0;
}

.position_name {
    font-size: 14px;
    color: #333;
}

.position_qualify {
    font-size: 14px;
    color: #393;
}

.dhc_alert {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}

.input_tips {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 5px;
    line-height: 18px;
    padding-left: 20px;
    color: #fd5f39;
    background: url(../images/tipsinfo.png) left center no-repeat;
}

.login_hide {
    display: none;
}

.login_out {
    margin-left: 10px;
}

table.dataTable thead th {
    border-bottom: 0;
}

.dataTable td {
    white-space: nowrap !important;
}

.headbg {
    background-attachment: scroll;
    background-image: url("../images/bg.jpg");
    background-position: center top !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.logo {
    position: absolute;
    z-index: 9999;
    display: inline-block;
    width: 490px;
    height: 100px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 100% 100%;
}
.indextext{
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}

.headtext h1, .headtext h2, .headtext h3 {
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
}

.indexhead {
    background-attachment: scroll;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.fz30 {
    font-size: 30px;
}

.home-one.style2 .btnsearch .btn-op-o .form-group, .home-one.style2 .btnsearch .search_option_two .form-group, .home-one.style2 .btnsearch .btn-op-o .form-group .form-control, .home-one.style2 .btnsearch .search_option_two .form-group .form-control {
    background-color: #fafafa;
}

.btnsearch .btn-op-o .form-group {
    border-right: 1px solid #e8e8e8;
    border-radius: 4px 0 0 4px;
}

.btnsearch .btn-op-o .form-group, .btnsearch .search_option_two .form-group {
    background-color: #ffffff;
    border-left: none;
    padding-left: 25px;
}

    .btnsearch .btn-op-o .form-group label, .btnsearch .search_option_two .form-group label {
        font-size: 25px;
        color: #bfbfbf;
    }

.

.btn-op-o {
    width: 85%;
}

.btnsearch .search_option_two {
    width: 35%;
}

    .btnsearch .search_option_two .form-control, .btnsearch .btn-op-o .form-control {
        border: none;
        box-shadow: none;
        width: 90%;
        color: #989898;
    }

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.btnsearch .btn-op-o .form-group {
    border-right: 1px solid #e8e8e8;
    border-radius: 4px 0 0 4px;
}

.btnsearch .btn-op-o .form-group, .btnsearch .search_option_two .form-group {
    background-color: #ffffff;
    border-left: none;
    padding-left: 25px;
}

    .btnsearch .btn-op-o .form-group label, .btnsearch .search_option_two .form-group label {
        font-size: 25px;
        color: #bfbfbf;
    }

.btnsearch .btn-op-o {
    width: 60%;
}



    .btnsearch .search_option_two .form-control, .btnsearch .btn-op-o .form-control {
        border: none;
        box-shadow: none;
        width: 90%;
        color: #989898;
    }

.btnsearch.home5 .btn-op-o .form-group, .btnsearch.home5 .btn-op-o input#exampleInputName, .btnsearch.home5 .search_option_two .form-control, .btnsearch.home5 .search_option_two .form-group, .btnsearch.home5 .search_option_three .form-group {
    background-color: #fafafa;
}

.btnsearch.home5 .btn-op-o {
    width: 33%;
}

.h60 {
    height: 60px;
}

.btnsearch .btn-o-s .btn {
    border: none;
    border-radius: 4px 0 0 4px;
    width: 140px;
}

    .btnsearch .btn-o-s .btn:hover {
        background-color: #79b530;
        color: #fff !important;
    }

.btnsearch .btn-o-s .btnh3 {
    background-color: #1c327e !important;
}

.col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px -ms-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px -ms-flex: 0 0 66.666667%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.index_list {
    background-color: #ffffff;
    border: 1px solid #f6f6f6;
    border-left: 4px solid transparent;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
}

    .index_list .thumb {
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        float: left;
        margin-right: 30px;
        text-align: center;
    }

    .index_list .details {
        flex: 1;
        min-height: 73px;
    }

        .index_list .details h5 {
            margin-bottom: 3px;
        }

        .index_list .details h4 {
            margin-bottom: 3px;
        }

        .index_list .details p {
            margin-bottom: 3px;
            color: #6d6d6d !important;
        }

            .index_list .details p:hover {
                margin-bottom: 3px;
                color: #6d6d6d !important;
            }

    .index_list.divhe {
        border: 1px solid rgb(193,193,193);
        box-shadow: none;
        margin-bottom: 5px;
    }

        .index_list.divhe .thumb {
            border: none;
        }

        .index_list.divhe:hover {
            border: 1px solid #26bca1;
            box-shadow: 12px 12px 12px #888888;
        }

.pb30 {
    padding-bottom: 30px;
}

.index_list:hover {
    border: 1px solid #79b530;
    border-left: 4px solid #79b530;
}

.ptext-f {
    color: #1fbda6;
    font-size:14px;
}

.mt0 {
    margin-top: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.divhe span {
    background: #e7ebf1;
    margin: 5px;
    border-radius: 50px;
    padding: 2px 9px;
    display: inline-block;
    font-size: 12px;
}
.footercopyright-text{
    margin-left:50px;
}
.footercopyright-text p {
    margin-bottom: 0;
    color: #a1a6ab;
}

    .footercopyright-text p span {
        color: #26ae61;
    }

        .footercopyright-text p span:hover {
            color: #ffffff;
        }