@charset "utf-8";
/* CSS Document */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "Microsft YaHei", "微软雅黑";
    font-weight: normal;
}

body {
    background: #fff;
}


ul {
    list-style: none;
}

img,
a img {
    border: 0px;
    border: none;
}

a {
    color: black;
    text-decoration: none;
    outline: none;
}

a.hidefocus {
    outline: none
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

input {
    border: 0;
    outline: none;
    /*去除蓝色边框*/
}

.row {
    padding: 0 15px;
}

.header {
    background: #c82728;
    height: 38px;
}

.header-left {
    float: left;
    color: #fff;
    line-height: 38px;
}

.header-left span {
    margin-left: 17px;
}

.header-left a {
    color: #fff;
    line-height: 38px;
    margin-left: 17px;
}

.header-left a:hover {
    color: #333333;
}

.header-right {
    float: right;
    color: #fff;
}

.header-right .dh {
    background: url(../images/dh.png) no-repeat center left;
    color: #fff;
    line-height: 38px;
    padding-left: 30px;
    margin-right: 17px;
}

.header-right .sj {
    background: url(../images/sj.png) no-repeat center left;
    color: #fff;
    line-height: 38px;
    padding-left: 20px;
    margin-left: 17px;
    margin-right: 17px;
}

.header-right .wx {
    background: url(../images/wx.png) no-repeat center left;
    color: #fff;
    line-height: 38px;
    padding-left: 30px;
    margin-left: 17px;
}

.header-logo {
    padding-bottom: 15px;
}

.header-logo h1 {
    float: left;
    margin-top: 15px;
}

.header-form {
    float: left;
    margin-left: 60px;
}

.header-form form {
    margin-top: 25px;
    float: left;
}

.header-form form .text {
    width: 460px;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #999999;
    font-size: 14px;
    border: 1px solid #c82728;
    border-radius: 5px 0px 0px 5px;
    padding-left: 10px;
}

.header-form form .butt {
    background: #c82728 url(../images/sou.png) no-repeat center;
    width: 70px;
    height: 50px;
    float: left;
    border-radius: 0px 5px 5px 0px;
}

.header-form .dl {
    margin-left: 100px;
    float: left;
    width: 150px;
    margin-top: 25px;
}

.header-form .dl h4 {
    text-align: center;
    color: #c82728;
}

.header-form .dl .dl_zc {
    margin-top: 7px;
}

.header-form .dl .dl_zc .dll {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #c82728;
    border-radius: 5px;
}

.header-form .dl .dl_zc .zcc {
    float: right;
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #c82728;
    font-size: 14px;
    border: 1px solid #c82728;
    border-radius: 5px;
}

.nav_dh {
    max-width: 260px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #c82728;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    float: left;
    position: relative;
}

.nav_zhao {
    padding: 8px 0;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9999;
}

.nav_zhao ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    height: 37px;
    line-height: 37px;
    background: url(../images/jt.jpg) no-repeat center right 20px;
    color: #333333;
    position: relative;
}

.nav_zhao ul li a {
    color: #333333;
}

.nav_zhao ul li a:hover {
    color: #c82728;
}



.nav_ul {
    float: left;
    max-width: 800px;
    width: 100%;
}

.nav_ul li {
    max-width: 100px;
    width: 100%;
    height: 35px;
    float: left;
}

.nav_ul li a {
    display: block;
    line-height: 35px;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.nav_ul li a.on {
    color: #c82728;
}

.nav_ul li a:hover {
    color: #c82728;
}

.main {
    background: #f5f5f5;
    padding: 10px 0;
}

.title {
    border-bottom: 0px;
    height: 40px;
}

.title h4 {
    color: #333333;
    font-size: 22px;
    border-bottom: 2px solid #c82728;
    float: left;
    line-height: 38px;
}

.main-div-left {
    max-width: 590px;
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 20px;
}

.main-div-left .wen {
    padding: 20px;
}

.main-div-left .wen h4 {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    height: 24px;
    overflow: hidden
}

.main-div-left .wen p {
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
}

.main-div-right {
    max-width: 590px;
    width: 100%;
    float: right;
    margin-top: 10px;
}

.main-div-right ul li {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 17px 0;
    margin-top: 20px;
}

.main-div-right ul li.li {
    margin-top: 0;
}

.main-div-right ul li .li_left {
    float: left;
    max-width: 95px;
    width: 100%;
}

.main-div-right ul li .li_left h1 {
    color: #999999;
    font-size: 52px;
    text-align: center;
}

.main-div-right ul li .li_left h5 {
    color: #999999;
    font-size: 16px;
    text-align: center;
}

.main-div-right ul li .li_right {
    float: left;
    max-width: 470px;
    width: 100%;
    padding-left: 20px;
}

.main-div-right ul li .li_right h4 {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
}

.main-div-right ul li .li_right p {
    color: #999999;
    font-size: 14px;
    line-height: 1.5;
}

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

.main2 ul li {
    float: left;
    margin-top: 10px;
    width: 50%;
}

.main2 ul li.li {
    margin-left: 0;
}

.main3 {
    background: #f5f5f5;
    padding: 40px 0;
}

.main3_ul li {
    float: left;
    border: 1px solid #dddddd;
    background: #fff;
    padding: 20px;
    width: 285px;
    height: 183px;
    margin-top: 19px;
    margin-left: 20px;
    overflow: hidden
}

.main3_ul li.li {
    margin-left: 0px;
}

.main3_ul li .top h4 {
    color: #333333;
    font-size: 14px;
    float: left;
}

.main3_ul li .top span {
    color: #c82728;
    font-size: 14px;
    float: right;
}

.main3_ul li .bao_xian {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

.main3_ul li .bao_xian span {
    width: 65px;
    height: 25px;
    border: 1px solid #999999;
    color: #999999;
    text-align: center;
    line-height: 25px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    border-radius: 15px;
}

.main3_ul li .gong_si {
    margin-top: 10px;
}

.main3_ul li .gong_si .img {
    width: 52px;
    height: 52px;
    overflow: hidden;
    float: left;
}

.main3_ul li .gong_si .img img {
    width: 100%;
}

.main3_ul li .gong_si .wen {
    float: left;
    margin-left: 15px;
}

.main3_ul li .gong_si .wen h4 {
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
}

.main3_ul li .gong_si .wen span {
    color: #999999;
    font-size: 14px;
    line-height: 1.8;
}

.main4 {
    padding: 40px 0;
}

.main4 .container .title h3 {
    float: right;
    line-height: 38px;
    margin-right: 10px;
    font-size: 15px
}

.ladyScroll {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.ladyScroll .prev {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 125px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../images/right.png) no-repeat;
}

.ladyScroll .next {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 125px;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../images/left.png) no-repeat;
}

.ladyScroll .scrollWrap {
    width: 100%;
    margin-left: 45px;
    padding-top: 15px;
    overflow: hidden;
    position: absolute;
}

.ladyScroll .page_lun {
    float: left;
    position: relative;
    background: #fff;
    margin: 0 8px;
    width: 123px;
    height: 523px;
}

.ladyScroll .page_lun .img {
    overflow: hidden;
    width: 126px;
    height: 150px;
    text-align: left
}

.ladyScroll .page_lun .img img {
    width: 120px;
    height: 150px;
}

.ladyScroll .page_lun .wen {
    background: #ff696a;
    padding: 10px 0;
    width: 120px
}

.ladyScroll .page_lun .wen h4 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
}

.ladyScroll .page_lun .wen h6 {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
}

.main5 {
    background: #f5f5f5;
    padding: 30px 0;
}

.main5_ul li {
    background: #fff;
    border: 1px solid #dddddd;
    width: 23%;
    margin-left: 2.6%;
    margin-top: 20px;
    float: left;
    padding-bottom: 10px;
    overflow: hidden
}

.main5_ul li.li {
    margin-left: 0px;
}

.main5_ul li img {
    margin: 0 auto;
}

.main5_ul li h4 {
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
    height: 45px;
}

.main5_ul li h4 a:nth-child(2) {
    margin-right: 10px;
}

.ban_ner {
    margin-top: 30px;
}

.main6 {
    background: #f5f5f5;
    padding-bottom: 30px;
}

.main6-ul {
    margin-top: 10px;
}

.main6-ul li {
    border: 1px solid #dddddd;
    margin-left: 12px;
    width: 15.6%;
    float: left;
    margin-left: 1.25%;
    margin-top: 10px;
}

.main6-ul li img {
    height: 96px;
}

.main6-ul li.li {
    margin-left: 0px;
}

#jj_index {
    height: 2030px;
    overflow: hidden
}

.pull_right {
    float: right;
    font-size: 16px;
    line-height: 50px;
}


.footer {
    background: #454545;
}

.footer_top {
    padding: 25px 0;
    border-bottom: 1px solid #666666;
}

.foot_left {
    width: 50%;
    text-align: left;
    float: left;
}

.foot_left h3 {
    font-size: 22px;
    color: #f5f5f5;
    line-height: 2.5;
}

.foot_left p {
    line-height: 1.8;
    color: #cccccc;
    font-size: 14px;
    text-align: left
}

.foot_left a {
    color: #cccccc;
    float: left;
    font-size: 14px;
    padding-right: 25px;
    line-height: 1.8;
    display: block;
}

.foot_left img {
    float: right;
    margin-top: 40px;
}

.footer_bom {
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #cccccc;
    font-size: 14px;
}

.footer .footer_top .container {
    overflow: hidden
}

/*登录*/
.head-form {
    margin-top: 25px;
    margin-left: 45px;
}

.head-form .dl {
    margin-left: 15px;
    float: left;
    width: 150px;
}

.head-form .dl h4 {
    text-align: center;
    color: #c82728;
}

.head-form .dl .dl_zc {
    margin-top: 7px;
}

.head-form .dl .dl_zc .dll {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #c82728;
    border-radius: 5px;
}

.head-form .dl .dl_zc .zcc {
    float: right;
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #c82728;
    font-size: 14px;
    border: 1px solid #c82728;
    border-radius: 5px;
}

.head-form .nav_ul {
    max-width: 800px;
    margin-left: 10px;
    margin-top: 15px;
}

.loginbar {
    background: url(../images/dl.jpg) no-repeat center;
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 170px;
    padding-top: 110px;
}

.lagi_form {
    margin: 0 auto;
    max-width: 540px;
    width: 100%;
    padding-bottom: 50px;
    background: #fff;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 20px;
}

.lagi_form h4 {
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.lagi_form .text {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #999999;
    color: #999999;
    font-size: 16px;
    padding-left: 15px;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.lagi_form .butt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c82728;
    color: #fff;
    font-size: 16px;
    background: #c82728;
    border-radius: 5px;
    margin-top: 20px;
}

.logi_div {
    margin-top: 10px;
}

.logi_div .qq_dl {
    line-height: 1.8;
    color: #4372ac;
    background: url(../images/qq.png) no-repeat center left;
    padding-left: 20px;
}

.logi_div .left {
    float: right;
}

.logi_div .left a {
    color: #666666;
    line-height: 1.8;
}

.logi_div .left a:hover {
    color: #c82728;
}

.logi_div .left span {
    color: #666666;
    padding: 0 5px;
}

/*注册*/
.regsiter {
    background: url(../images/dl.jpg) no-repeat center;
    width: 100%;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 35px;
}

.regsiter_form {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.regsiter_form ul li {
    height: 60px;
    float: left;
    width: 50%;
    background: #eeeeee;
    text-align: center;
    line-height: 60px;
    color: #777777;
    font-size: 18px;
    cursor: pointer;
}

.regsiter_form ul li.on {
    background: #fff;
    font-weight: 500;
    color: #FF0000
}

.qie_huan form {
    padding: 0px 120px 40px 120px;
}

.qie_huan form .shu_ru {
    margin-top: 20px;
}

.qie_huan form .shu_ru .text {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #999999;
    color: #999999;
    font-size: 16px;
    padding-left: 15px;
    background: #fff;
    border-radius: 5px;
}

.qie_huan form .shu_ru .text_left {
    width: 60%;
    float: left;
}

.qie_huan form .shu_ru .huo_qu {
    width: 35%;
    float: right;
    height: 45px;
    line-height: 45px;
    background: #eeeeee;
    text-align: center;
    color: #999999;
    font-size: 16px;
    border-radius: 5px;
}

.qie_huan form .shu_ru .butt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c82728;
    color: #fff;
    font-size: 16px;
    background: #c82728;
    border-radius: 5px;
    letter-spacing: 2px
}

.qie_huan form .shu_ru label {
    float: left;
    line-height: 1.5;
    color: #666666;
}

.qie_huan form .shu_ru label input {
    margin-right: 5px;
    float: left;
}

.qie_huan form .shu_ru h4 {
    float: right;
    line-height: 1.5;
    color: #666666;
}



/*简历详情*/
.resume {
    background: #f5f5f5;
    padding-bottom: 50px;
}

.resume_main {
    background: #fff;
    padding: 10px 30px;
    margin-top: 20px;
}

.resu_title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
}

.resu_title h2 {
    float: left;
    font-size: 24px;
    color: #333333;
    line-height: 55px;
}

.resu_title a {
    width: 1%;
    height: 24px;
    padding: 6px 14px;
    background: #c82728;
    margin-left: 42px;
    font-size: 14px;
    color: #ffffff;
}

.resu_title span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.resume_main1 .img1 {
    margin-top: 32px;
    width: 137px;
    height: 171px;
    float: left;
}

.resume_main1 .img1 img {
    width: 100%;
}

.resume_main1_left {
    margin-top: 21px;
    padding-left: 52px;
    float: left;
}

.ui li {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.ui li span {
    color: #333333;
}

.ui li h3 {
    font-size: 16px;
    color: #666666;
}

.resume_main1_right {
    float: left;
    margin-left: 168px;
    margin-top: 21px;
}

.resu_title h3 {
    font-size: 18px;
    color: #333333;
    float: left;
    border-left: 3px solid #c82828;
    padding-left: 10px;
    margin-top: 10px;
}

.resume_main_bi {
    margin-top: 25px;
    margin-left: 38px;
}

.resume_main_bi tr {
    font-size: 16px;
    color: #666666;
    line-height: 38px;
}

.resume_main_bi tr .td1 {
    text-align: right;
}

.resume_main .p1 {
    text-indent: 36px;
    font-size: 16px;
    color: #666666;
    margin-top: 28px;
    line-height: 39px;
}

.resume_main_ge {
    margin-top: 8px;
    margin-left: 38px;
}

.resume_main_ge tr {
    font-size: 16px;
    color: #666666;
    line-height: 38px;
}

.resu_main_ti {
    margin-top: 16px;
    margin-left: 10px;
}

.resu_main_ti ul li {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.resu_main_ti ul span {
    color: #666666;
}

.resume_main .p1 {
    margin-bottom: 65px;
}

.resume_main .a1 {
    color: #c82728;
}

#resume_contact {
    margin: 10px auto;
    font-size: 15px
}

#resume_contact div {
    padding-bottom: 10px;
}

#resume_contact li {
    font-size: 16px
}

/*人材市场*/
.rc_main {
    background: #fff;
    padding: 10px 0;
    position: relative;
    min-height: 780px
}

.rc_main .talent {
    position: absolute;
    left: 0;
    top: -80px;
    background: #c82728;
    width: 280px;
    height: 110px;
    padding: 25px;
    text-align: right;
}

.rc_main .talent h4 {
    color: #ffffff;
    font-size: 24px;
}

.rc_main .talent p {
    color: #ffffff;
    font-size: 14px;
    padding-top: 10px;
}

.dao_hang {
    float: right;
    color: #999999;
    padding-right: 25px;
}

.dao_hang a {
    color: #999999
}

.rc_zhi_left {
    float: left;
    width: 70%;
}

.rc_zhi_div {
    padding: 0px 70px 50px 70px;
}

.rc_zhi {
    margin-top: 60px;
}

.rc_zhi h4 {
    background: url(../images/zhi.png) no-repeat left bottom;
    color: #000000;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.rc_zhi p {
    line-height: 1.8;
    font-size: 16px;
    color: #333333;
}

.rc_zhi p.p1 {
    padding-left: 35px;
}

.rc_zhi_right {
    width: 30%;
    float: left;
    padding-top: 200px;
}

/*人材库*/
.rck_main {
    background: #f5f5f5;
    padding-bottom: 100px;
    margin-top: 10px;
}

.rck_main_div {
    background: #fff;
    margin-top: 10px;
}

.rck_mian_ul {
    background: #f5f5f5;
}

.rck_mian_ul li {
    float: left;
    line-height: 40px;
    width: 105px;
    text-align: center;
    color: #777777;
    font-size: 16px;
    background-color: #eeeeee
}

.rck_mian_ul li.on {
    background: #fff;
}

.qie_huan {
    padding: 10px 20px;
}

.sstj-con-lb-left {
    float: left;
    line-height: 25px;
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
    width: auto;
}

.sstj-con-lb-left span {
    color: #c82728;
    border: 1px solid #c82728;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
}

.sstj-con-lb-right {
    margin-top: 20px;
    width: 79%;
    float: left;
}

.sstj-con-lb-right2 {
    height: 25px;
    line-height: 25px;
}

.sstj-con-lb-right span {
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
    margin-left: 5px;
}

.sstj-con-lb-right a {
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
    border-right: 1px solid #eeee;
    display: inline-table;
    height: 30px;
    line-height: 30px;
}

.sstj-con-lb-right a:hover {
    color: #c82728;
}

.rck_main_div2 {
    background: #fff;
    margin-top: 10px;
}

.rck_table tr th {
    background: #fff;
    height: 60px;
    border-bottom: 1px solid #ededed;
    color: #666666;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.rck_table tr th.th {
    width: 24%;
}

.rck_table tr th .text {
    width: 200px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c82828;
    background: #fff;
    color: #ababab;
    font-size: 14px;
    padding-left: 10px;
    float: left;
}

.rck_table tr th .butt {
    width: 80px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c82828;
    background: #c82828 url(../images/suo.png) no-repeat center left 10px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    float: left;
}

.rck_table tr.tr td {
    background: #fff;
}

.rck_table tr td {
    background: #fcfcfc;
    height: 60px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.rck_table tr td.td {
    color: #4372ac;
}

.rck_table tr td a {
    display: block;
    text-align: center;
    color: #c82728;
}

.fan_ye {
    padding: 20px 0px;
    text-align: center;
    background: #ffffff;
    margin: 0 auto;
    padding-left: 70px
}

.fan_ye a {
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 5px;
    float: left;
    color: #999999;
}

.fan_ye a:hover {
    background: #c82828;
    color: #fff;
}

.fan_ye a.on {
    background: #c82828;
    color: #fff;
    border: 1px solid #c82828;
}

.fan_ye span {
    float: left;
    line-height: 30px;
}

.fan_ye .select {
    background: #c82828;
    color: #fff;
}

.sstj-con-lb {
    position: relative;
}

.sstj-con-lb .more,
.sstj-con-lb .mores {
    position: absolute;
    right: 0px;
    bottom: 3px
}

.sstj-con-lb .more a,
.sstj-con-lb .mores a {
    padding-right: 18px;
    font: 14px "arial";
    color: #c82728;
    background: url(../images/jt_gh.png) no-repeat right center
}

.sstj-con-lb .mores a {
    background: url(../images/jt_sh.png) no-repeat right center
}

.sstj-con-lb .more2,
.sstj-con-lb .mores2 {
    position: absolute;
    right: 0px;
    bottom: 3px
}

.sstj-con-lb .more2 a,
.sstj-con-lb .mores2 a {
    padding-right: 18px;
    font: 14px "arial";
    color: #c82728;
    background: url(../images/jt_gh.png) no-repeat right center
}

.sstj-con-lb .mores2 a {
    background: url(../images/jt_sh.png) no-repeat right center
}




/*职位搜索*/
.zwss_div {
    height: 60px;
    border-bottom: 1px solid #ededed;
    padding: 0 20px;
    line-height: 60px;
}

.zwss_div_left {
    float: left;
    width: 425px;
}

.zwss_div_left label {
    float: left;
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
}

.zwss_div_left label input {
    margin-right: 10px;
}

.zwss_div_left span {
    float: left;
    color: #d3d3d3;
    margin-left: 5px;
}

.zwss_div_left a {
    float: left;
    padding: 0 15px;
    color: #333333;
    background: url(../images/xia.png) no-repeat center right 5px;
}

.zwss_div_left a:hover {
    background: url(../images/xia-hover.png) no-repeat center right 5px;
    color: #c82828;
}

.zwss_div_left a.on {
    background: url(../images/xia-hover.png) no-repeat center right 5px;
    color: #c82828;
}

.zwss_div_right {
    float: right;
}

.zwss_div_right a {
    float: left;
    margin-left: 10px;
}

.zwss_form {
    float: left;
    margin-top: 13px;
    margin-left: 40px;
}

.zwss_form .text {
    width: 200px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c82828;
    background: #fff;
    color: #ababab;
    font-size: 14px;
    padding-left: 10px;
    float: left;
}

.zwss_form .butt {
    width: 80px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #c82828;
    background: url(../images/suo.png) no-repeat center left 10px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    float: left;
    background-color: #c82828;
}

.zw_sou_ul {
    background: #f5f5f5;
}

.zw_sou_ul li.lis {
    background: #fcfcfc;
    padding: 10px;
    margin-bottom: 20px;
}

.zw_sou_ul li input {
    float: left;
    margin-top: 35px;
}

.zw_sou_ul li .li_left {
    float: left;
    margin-left: 20px;
}

.zw_sou_ul li .li_left a {
    color: #4372ac;
    font-size: 18px;
    line-height: 2;
}

.zw_sou_ul li .li_left p {
    color: #999999;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}

.zw_sou_ul li .li_left p a {
    font-size: 14px
}

.zw_sou_ul li .li_right {
    float: right;
}

.zw_sou_ul li .li_right h4 {
    color: #c82828;
    font-size: 18px;
    line-height: 2;
    text-align: right;
}

.zw_sou_ul li .li_right .xian {
    margin-top: 15px;
}

.zw_sou_ul li .li_right .xian span {
    padding: 2px 15px;
    color: #999999;
    border-radius: 15px;
    border: 1px solid #999999;
    margin-left: 10px;
}



/*关于我们*/
.about_main {
    margin-top: 20px;
}

.about_left {
    width: 288px;
    float: left;
    position: relative;
}

.about_left ul {
    background: url(../images/xian.png) repeat-y 278px 0;
    height: 670px;
}

.about_left ul li a {
    line-height: 50px;
    text-align: right;
    padding-right: 60px;
    color: #333333;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 99;
    background: url(../images/yuan.png) no-repeat center right 3px;
}

.about_left ul li a:hover {
    color: #c82828;
    background: url(../images/yuan-hover.png) no-repeat center right;
}

.about_left ul li a.on {
    color: #c82828;
    background: url(../images/yuan-hover.png) no-repeat center right;
}

.about_right {
    width: 815px;
    float: left;
    margin-left: 45px;
    margin-top: 15px;
}

.about_right h4 {
    background: url(../images/zhi.png) no-repeat left bottom;
    color: #000000;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.about_right p {
    color: #333333;
    font-size: 14px;
}

.about_right h5 {
    color: #333333;
    font-size: 14px;
    line-height: 2;
}

.about_right h5.h5 {
    margin-top: 40px;
}





/*资讯详情*/
.resumes {
    background: #f5f5f5;
    padding-top: 10px;
}

.resume_mainn {
    background: #FFF;
}

.resume_main_left {
    width: 66%;
    background: #FFF;
    padding-top: 30px;
    margin-top: 20px;
    float: left;
}

.resume_title h2 {
    font-size: 20px;
    color: #333333;
    line-height: 2
}

.resume_main_left_1 {
    width: 92%;
    border-bottom: 1px solid #eeeeee;
    margin: 0 auto;
}

.resume_title1_1 {
    margin-top: 28px;
}

.resume_title1_1 span {
    font-size: 12px;
    color: #999999;
    margin-left: 22px;
}

.resume_title1_1 .span1 {
    margin-left: 0;
}

.resume_title1_2 {
    float: right;
    margin-bottom: 10px;
}

.resume_title1_2 .wx {
    font-size: 12px;
    color: #666666;
}

.resume_title1_2 .gd {
    font-size: 12px;
    color: #0066cc;
}

.resume_title1_2 img {
    margin-right: 4px;
}

.resume_main_left1_1 {
    text-align: left;
    margin-top: 30px;
}

.resume_main_left1_1 table {
    border: 1px solid #666666
}

.resume_main_left1_1 td {
    border: 1px solid #666666
}

.resume_main_left1_1 p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.resume_main_left1_1 .p1 {
    margin-top: 41px;
}

.news_show_content img {
    margin: 0 auto;
    max-width: 730px
}

.news_show_content table {
    max-width: 760px;
}

.resume_main_left1_1 .p2 {
    margin-top: 70px;
}

.resume_main_left1_1 .img1 {
    margin: 55px auto;
}

.resume_main_left1_1 .p3 {
    margin-top: 86px;
    padding-bottom: 80px;
}

.right {
    background: #FFF;
    width: 34%;
    float: left;
}

.resume_main_right {
    background: #FFF;
    padding-top: 30px;
    margin-top: 20px;
    float: left;
    width: 33%;
    padding-left: 3%;
}

.resume_main_right1 {
    background: #f5f5f5;
    padding-bottom: 23px;
    margin-bottom: 20px;
}

.resume_main_right1 h2 {
    height: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 16px;
    padding-left: 10px;
    border-left: 3px solid #c82828;
    margin: 13px 20px 13px 20px;
}

.resume_main_right3 {
    height: 50px;
    margin-top: -50px;
    margin-bottom: 20px;
}


.title_bzzx {
    border-bottom: 1px solid #eeeeee;
    margin: 0 20px;
    line-height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    background: url(../images/xian_titel.png) no-repeat center left;
    padding-left: 10px;
}

.bzzx_ul {
    padding: 0 20px;
}

/* .bzzx_ul li a {
    color: #;
    font-size: 14px;
} */

.resume_main_right1 .h2_1 .resume_main_right1 ul {
    padding: 10px;
}

.resume_main_right1 ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resume_main_right1 ul li a:hover {
    color: #c82828;
}

.resume_main_rightt {
    background: #FFF;
    padding-top: 30px;
}

/*本站资讯*/
.resumee {
    background: #f5f5f5;
    padding-bottom: 30px;
}

.resume_mainnn {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.resume_mainnn1_left {
    float: left;
    width: 630px;
}

.resume_mainnn1 img {
    width: 100%;
    display: block;
}

.resume_mainnn1_right {
    float: left;
    margin-left: 28px;
}

.resume_mainnn1_right1 {
    height: 40px;
    border-bottom: 1px solid #c82828;
}

.resume_mainnn1_right1 li {
    font-size: 16px;
    color: #333333;
    width: 104px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    text-align: center;
}

.resume_mainnn1_right1 li.on {
    color: #ffffff;
    width: 104px;
    height: 40px;
    line-height: 40px;
    background: #c82828;
}


.resume_mainnn1_right2 ul li {
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resume_mainnn1_right2 ul li a {
    background: url(../images/bzzxyou1.png) no-repeat center left;
    font-size: 16px;
    color: #333333;
    padding-left: 14px;
    margin-left: 10px;
}

.resume_mainnn1_right2 ul li a:hover {
    color: #c82828;
}

.resume_mainn_left {
    float: left;
    width: 66%;
}

.resume_mainn_left1 {
    border-bottom: 1px solid #eeeeee;
}

.resume_mainn_left1 li {
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    display: block;
    margin-right: 27px;
    padding: 0 10px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

.resume_mainn_left1 li.on {
    border-bottom: 3px solid #c82828;
    padding: 0 10px;
    line-height: 58px;
}

.resume_mainn_left1 li:hover {
    color: 333333;
    border-bottom: 3px solid #c82828;
}

.resume_mainn_left2 ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
}

.resume_mainn_left2 ul li .img1 {
    float: left;
    width: 25%;
}

.resume_mainn_left2 ul li .zi {
    float: left;
    text-align: left;
    width: 75%;
    padding-left: 1%;
    margin-top: 10px;
}

.resume_mainn_left2 .zi a {
    font-size: 16px;
    color: #333333;
}

.resume_mainn_left2 .zi a:hover {
    color: #c82828;
}

.resume_mainn_left2 ul li .zi100 {
    width: 100%;
}

.resume_mainn_left2 .zi p {
    font-size: 14px;
    color: #666666;
    margin-top: 22px;
    line-height: 25px;
}

.resume_mainn_left2 .zi span {
    font-size: 14px;
    color: #999999;
    float: right;
    margin-top: 30px;
    background: url(../images/bzzxzuo8.png) no-repeat center left;
    padding-left: 25px;
}

.di {
    margin-top: 30px;
    text-align: center;
    width: 66%;
    margin: 0 auto;
    margin-top: 44px;
}

.di a {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dddddd;
    display: block;
    margin-left: 10px;
}

.di a:hover {
    background: #c82828;
    color: #FFF;
}

.resume_mainn_left2 ul li .zi a span {
    float: none;
    background: none;
    font-size: 16px;
    padding-left: 0px;
}

/*资讯分类*/
.zxfl {
    clear: both;
    height: 230px
}

.zxfl li {
    float: left;
    width: auto;
    margin: 6px;
}

/*简历详情*/
.resume_lmainnn1 {
    margin-top: 10px;
}

.resume_lmainnn1_1_left {
    width: 69%;
    float: left;
    padding: 30px 27px;
    background: #FFF;
}

.resume_lmainnn1_1_left .left1 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}

.resume_lmainnn1_1_left h2 {
    font-size: 24px;
    color: #333333;
    float: left;
}

.resume_lmainnn1_1_left .sp2 {
    font-size: 18px;
    color: #c82728;
    margin-top: 30px;
    float: left;
}

.resume_lmainnn1_1_left .sp1 {
    float: right;
    font-size: 14px;
    color: #999999;
}

.resume_lmainnn1_1_left .left1 a {
    float: right;
    font-size: 18px;
    color: #FFF;
    width: 120px;
    height: 40px;
    background: #c82728;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}

.resume_lmainnn1_1_right {
    width: 29%;
    float: right;
    margin-left: 20px;
    padding: 30px 0;
    background: #FFF;
}

.tab1 td {
    font-size: 16px;
    color: #333333;
    line-height: 39px;
}

.tab1 td a {
    font-size: 16px;
    color: #4882b7;
    margin-left: 0px;
    padding-left: 2px;
}

.tab1 td {
    text-align: left;
}

.left2_1 span {
    width: 63px;
    height: 24px;
    display: block;
    float: left;
    border: 1px solid #cccccc;
    margin-left: 11px;
    font-size: 12px;
    color: 999999;
    border-radius: 10px;
    text-align: center;
    line-height: 24px;
}

.left2_1 .span1 {
    margin-left: 0;
}

.resume_lmainnn1_1_right1 {
    padding-left: 30px;
    padding-bottom: 30px;
}

.h2_1 {
    width: 93%;
    border-bottom: 1px solid #eeeeee;
    margin: 0 auto;
    padding-bottom: 10px;
}

.h2_1 h2 {
    height: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-bottom: 16px;
    padding-left: 10px;
    border-left: 3px solid #c82828;
}

.tab1 .td2 {
    font-size: 16px;
    color: #666666;
}

.resume_lmainnn1_1_right1 table {
    margin-top: 10px;
}

.resume_lmainnn1_1_right1 .imggg {
    width: 20%;
    height: 72px;
    float: left;
    margin-top: 10px;
}

.resume_lmainnn1_1_right1 span {
    font-size: 18px;
    float: left;
    color: #333333;
    width: 57%;
    margin-left: 24px;
    margin-top: 23px;
}

.resume_lmainnn1_1_right1 .td3 {
    padding-left: 23px;
}

.zwzp_main {
    margin-top: 10px;
}

.zwzp_main p {
    color: #666666;
    font-size: 16px;
    line-height: 35px;
}

.zwzp_main img {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.zwzp_tu {
    padding-bottom: 20px;
}

.zwzp_title {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eeeeee;
}

.zwzp_title h3 {
    font-size: 18px;
    color: #333333;
    line-height: 55px;
    float: left;
}

.zwzp_title span {
    color: #666666;
    font-size: 18px;
    line-height: 55px;
    float: right;
}

.zwzp_title span b {
    color: #c82728;
    font-weight: normal;
}

.zwzp_title span a {
    font-size: 22px;
    color: #999999;
    padding: 0 5px;
}

.zwzp_table tr td {
    border-bottom: 1px dashed #eeeeee;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #666666;
    font-size: 16px;
}

.zwzp_table tr td.td {
    color: #c82728;
}

.sj_daohang {
    display: none;
}

.sstj-con-lb2 {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
}

.focusBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.focusBox .pic img {
    width: 100%;
    height: 340px;
    display: block;
}

.focusBox .pic li {
    position: relative;
}

.focusBox .pic li span {
    background: url(../images/tm.png) repeat;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    text-indent: 10px
}

.focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 18px;
    right: 10px;
    z-index: 3
}

.focusBox .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    border-radius: 50%;
}

.focusBox .hd .on {
    background: #c82828;
    filter: alpha(opacity=100);
    opacity: 1;
}


.focusBox .prev {
    width: 34px;
    height: 33px;
    background: url(../images/r_right.png) no-repeat;
    position: absolute;
    top: 135px;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    right: 55px;
}

.focusBox .next {
    width: 34px;
    height: 33px;
    background: url(../images/l_left.png) no-repeat;
    position: absolute;
    top: 135px;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    left: 55px;
}

/*职位对比**/

.box {
    float: left;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    padding: 4px;
    margin: 5px;
    background-color: #FFFFFF
}



/*改--*/
.noinfo {
    padding: 10px;
}

.noinfo span {
    color: #FF6600;
    font-weight: bold;
    font-size: 14px;
}

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

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .prev {
    position: absolute;
    right: 3%;
    top: 30%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: #000 url(../images/slider-arrow.png) 8px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    position: absolute;
    left: 3%;
    top: 30%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: #000 url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#weMixBox {
    width: 165px;
    height: 195px;
    position: absolute;
    right: 238px;
    top: 37px;
    background-color: #fff;
    font: 12px simsun;
    color: #666;
    text-align: center;
    line-height: 20px;
    border: 1px solid #d7d7d7;
    z-index: 9999;
}

#weMinBox {
    width: 190px;
    height: 210px;
    position: absolute;
    right: 138px;
    top: 37px;
    background-color: #fff;
    font: 12px simsun;
    color: #666;
    text-align: center;
    line-height: 20px;
    border: 1px solid #d7d7d7;
    z-index: 9999;
}

.weBox {
    line-height: 25px;
    height: 25px;
    width: 100%;
}

.red {
    color: #FF0000;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearTo {
    clear: both;
    font-size: 12px;
    padding-top: 10x;
}

.qscode {
    background: url(../images/adroid.jpg) no-repeat;
    width: 150px;
    height: 150px;
    margin: 5px;
}

.qscode_x {
    background: url(../images/wap.jpg) no-repeat;
    width: 150px;
    height: 150px;
    margin: 5px;
}

.qscode_v {
    background: url(../images/wx.jpg) no-repeat;
    width: 150px;
    height: 150px;
    margin-left: 19px;
    margin-top: 5px;
}

.sp_job_search,
.mq_klp_none {
    display: none
}

@media (max-width:1600px) {
    .nav_zhao ul li {
        height: 33.2px;
        line-height: 33.2px;
    }



}

@media (max-width:1366px) {
    .nav_zhao ul li {
        height: 28.2px;
        line-height: 28.2px;
    }



}

@media (max-width:1024px) {
    .header-form {
        margin-left: 20px;
    }

    .header-form form .text {
        width: 455px;
    }

    .header-form .dl {
        margin-left: 20px;
    }

    .nav_ul {
        max-width: 675px;
    }

    .nav_ul li {
        width: 95px;
        font-size: 12px;
    }

    .nav_zhao ul li {
        height: 21px;
        line-height: 21px;
    }

    .main3_ul li {
        margin: 0;
        margin: 13px;
    }

    .main3_ul li.li {
        margin: 13px;
    }

    .ladyScroll .scrollWrap {
        margin-right: 45px;
        width: 850px;
    }

    .ladyScroll .page_lun {
        margin: 0 5px;
    }

    .main-div-left {
        max-width: 450px;
    }

    .main-div-right {
        max-width: 450px;
    }

    .main-div-right ul li .li_right {
        max-width: 340px;
        padding-left: 10px;
    }

    .main-div-right ul li {
        padding: 0;
        margin-top: 15px;
    }



    .head-form .dl {
        margin-left: 10px;
    }

    .head-form .nav_ul {
        max-width: 520px;
    }

    .head-form .nav_ul li {
        width: 70px;
    }

    .head-form .nav_ul li a {
        font-size: 14px;
    }

    .qie_huan form {
        padding: 20px;
    }

    .rc_main .talent {
        padding: 10px;
        height: inherit;
        width: 200px;
    }

    .about_left {
        width: 188px;
    }

    .about_left ul {
        background: url(../images/xian.png) repeat-y 180px 0;
    }

    .about_right {
        margin-left: 10px;
        width: 730px;
    }

    .resume_lmainnn1_1_left {
        width: 58%;
        padding: 1%;
    }

    .resume_lmainnn1_1_right {
        width: 40%;
        margin-left: 2%;
    }

    .resume_lmainnn1_1_left .left1 {
        padding-bottom: 10px;
    }

    .resume_lmainnn1_1_left .sp2 {
        margin-top: 10px;
    }

    .resume_lmainnn1_1_left .left1 a {
        margin-top: 10px;
    }

    .resume_mainnn1_left {
        width: 50%;
    }

    .resume_mainnn1_right {
        width: 50%;
        margin: 0;
        padding-left: 2%;
    }

    .focusBox .pic img {
        height: 280px;
    }

    .focusBox .pic li span {
        font-size: 14px;
    }

    .resume_mainnn1_right2 ul li a {
        font-size: 14px;
    }

    .resume_mainnn1_right2 ul li {
        line-height: 28px;
    }

    .resume_mainn_left2 .zi p {
        margin-top: 0;
    }

    .resume_mainn_left2 ul li .zi {
        padding-left: 5%;
    }

    .resume_mainn_left1 li {
        width: 16.6%;
        text-align: center;
        line-height: 45px;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .resume_mainn_left1 li.on {
        line-height: 45px;
    }

    .resume_mainn_left1 {
        height: 45px;
    }

    .resume_mainn_left2 .zi span {
        margin-top: 0;
    }

    .sstj-con-lb-left {
        width: 11%;
    }

    .sstj-con-lb-right {
        width: 88%;
    }

    .sstj-con-lb-left2 {
        width: 11%;
    }

    .sstj-con-lb-right2 {
        width: 81%;
    }


    .rck_table tr th {
        width: 7%;
    }

    .rck_table tr th .text {
        width: 185PX;
    }

    .rck_main_div2 {
        width: 100%;
        overflow: hidden;
        overflow: auto;
    }

    .zwss_div {
        width: 1100px;
    }

    /*.zw_sou{ width:1100px;}*/
    .zwss_div_left {
        width: 410px;
    }

    .resume_lmainnn1_1_right .txt {
        display: none
    }
}

@media (max-width:768px) {
    .header-form form .text {
        width: 235px;
    }

    .nav_dh {
        max-width: 215px;
        display: none;
    }

    .nav_ul {
        max-width: 100%;
    }

    .nav_ul li {
        width: 14.2%;
    }

    .nav_ul li a {
        font-size: 14px;
    }

    .main-div-left {
        max-width: 100%;
    }

    .main-div-right {
        max-width: 100%;
    }

    .main-div-right ul li .li_right {
        max-width: 80%;
    }

    .main-div-right ul li {
        padding: 10px 0;
    }

    .main3_ul li {
        width: 48%;
        float: left;
        margin: 0 1%;
        margin-top: 15px;
    }

    .main3_ul li.li {
        width: 48%;
        float: left;
        margin: 0 1%;
        margin-top: 15px;
    }

    .ladyScroll .scrollWrap {
        margin: 0 auto;
        width: 97%;
        margin-left: 8px;
    }

    .news_show_content table {
        max-width: 585px
    }

    .foot_left {
        width: 100%;
    }

    .foot_right {
        width: 100%;
    }

    .header-logo2 h1 {
        width: 100px;
        margin-top: 25px;
    }

    .header-logo2 h1 img {
        width: 100%;
    }

    .head-form .nav_ul {
        max-width: 420px;
        margin: 0;
    }

    .head-form .nav_ul li {
        width: 60px;
    }

    .head-form .nav_ul li a {
        font-size: 14px;
    }

    .qie_huan form {
        padding: 20px;
    }

    .mltjob {
        float: left;
    }

    .about_right {
        margin-left: 10px;
        width: 500px;
    }

    .resume_lmainnn1_1_left {
        width: 100%;
    }

    .resume_lmainnn1_1_right {
        width: 100%;
        margin-top: 20px;
    }

    .zwzp_main img {
        width: 50%;
        padding: 1%;
        margin: 0;
    }

    .app_jobs {
        width: 200px !important;
    }

    .resume_main1_right {
        margin-left: 60px;
    }

    .focusBox .pic img {
        height: 230px;
    }

    .focusBox .pic li span {
        font-size: 12px;
    }

    .focusBox .prev {
        top: 90px;
    }

    .focusBox .next {
        top: 90px;
    }

    .resume_mainn_left1 li {
        font-size: 14px;
    }

    .resume_mainnn1_left {
        width: 100%;
    }

    .resume_mainnn1_right {
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }

    .resume_mainn_left {
        width: 100%;
    }

    .resume_main_right {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

    .resume_mainn_left2 .zi span {
        margin-top: 20px;
    }

    .resume_main_left {
        width: 100%;
    }

    .news_show_content img {
        height: auto;
        max-width: 100%;
    }

    .resume_title h2 {
        text-align: center;
    }

    .rc_zhi_div {
        padding: 20px;
    }

    .sstj-con-lb-left {
        width: 15%;
    }

    .sstj-con-lb-right {
        width: 85%;
    }

    .sstj-con-lb-left2 {
        width: 15%;
    }

    .sstj-con-lb-right2 {
        width: 78%;
    }

    .rck_table tr th {
        font-size: 14px;
    }

    .rck_table tr td {
        font-size: 14px;
    }

    .rck_table tr th .text {
        width: 108px;
    }

    .resume_lmainnn1_1_right .txt {
        display: none
    }
}

@media (max-width:640px) {
    .main6-ul li img {
        height: 52px;
    }

    .sj_daohang {
        display: block;
    }

    .header {
        display: none;
    }

    .header-logo {
        display: none;
    }

    /* .nav {
        display: none;
    } */

    .sj_header {
        background: #c82728;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
    }

    .sj_header span {
        float: left;
        line-height: 45px;
        line-height: 45px;
        color: #fff;
    }

    .sj_header a {
        float: right;
        line-height: 45px;
        line-height: 45px;
        color: #fff;
        margin-left: 15px;
    }

    .sj_sousuo form {
        padding: 15px;
        width: 60%;
        float: right;
    }

    .sj_sousuo form .text {
        width: 80%;
        height: 50px;
        line-height: 50px;
        float: left;
        color: #999999;
        font-size: 14px;
        border: 1px solid #c82728;
        border-radius: 5px 0px 0px 5px;
        padding-left: 10px;
    }

    .sj_sousuo .butt {
        background: #c82728 url(../images/sou.png) no-repeat center;
        width: 20%;
        height: 50px;
        float: left;
        border-radius: 0px 5px 5px 0px;
    }

    .cd-logo img {
        width: 50%;
    }

    .ladyScroll .scrollWrap {
        margin-left: 7.5%;
        width: 85%;
    }

    .pc_daos {
        display: none;
    }

    .cd-side-nav2 {
        top: 90px;
    }

    .lagi_form {
        padding: 25px;
    }

    .about_right {
        margin-left: 10px;
        width: 400px;
    }

    .fenlei {
        width: 35%;
        float: left;
        background: #c82728;
        height: 50px;
        line-height: 50px;
        margin: 15px;
        padding-left: 15px;
        text-align: center;
        font-size: 22px;
        color: #fff;
        position: relative;
        cursor: pointer;
    }

    .fenlei .nav_zhao {
        position: absolute;
        left: 0;
        top: 50px;
        display: none;
    }

    .fenlei .nav_zhao li {
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
        background: url(../images/jt.jpg) no-repeat center right 5px;
    }

    .fenlei .nav_zhao li a {
        font-size: 14px;
    }

    .zwss_div_right {
        display: none
    }

    .sp_job_search {
        display: block;
        clear: both;
        width: 100%;
        height: 50px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f4f5fb;
        padding-bottom: 10px;
    }

    .sp_job_search .text {
        width: 240px;
    }

    .resume_main1_right {
        margin-left: 20px;
    }

    .resume_main1_left {
        margin-left: 20px;
        padding: 0;
    }

    .rc_zhi_left {
        width: 100%;
    }

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

    .rc_zhi_right img {
        margin: 0 auto;
    }

    .mq_kp_none {}

    .sstj-con-lb-left {
        width: 18%;
    }

    .sstj-con-lb-right {
        width: 82%;
    }

    .sstj-con-lb-left2 {
        width: 18%;
    }

    .sstj-con-lb-right2 {
        width: 75%;
    }

    .rck_main_div2 {
        width: 100%;
        overflow: hidden !important;
        overflow: auto;
    }

    .rck_table {
        width: 100%;
    }

    .main6-ul li {
        width: 16.6%;
        margin: 0;
    }

    .main5_ul li.li {
        margin-left: 0px;
    }

    .main5_ul li {
        width: 24.1%;
        margin: 16px 0%;
        margin-right: 2px;
        white-space: nowrap;
        overflow: hidden
    }

    .main5_ul li:nth-child(3n) {}

    .mq_klp_none {
        display: block;
    }

    .main5_ul .mq_klp_none {
        margin-left: 0%;
        margin-right: 3.1%;
    }

    .main5_ul .mhk1 {
        margin-left: 3.1%;
        margin-right: 0%;
    }

    .resume_lmainnn1_1_right .txt {
        display: none
    }

    .rck_mian_ul li:nth-child(3) {
        display: none
    }
}