/***********************内页广告**********************/

.sub_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.break {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
}

.break .home_ico {
    padding-left: 30px;
    background: url(../images/home_ico.png) no-repeat left center;
}

.c_footer {
    background-color: #3e3e3e;
}

.c_footer li {
    width: 20%;
    float: left;
}

.c_footer li:hover {
    width: 20%;
    float: left;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.c_footer li.cf01 .cf_box {
    background-image: url(../images/cf01.png);
}

.c_footer li.cf01 .cf_box:hover {
    background-image: url(../images/cf01_hover.png);
}

.c_footer li.cf02 .cf_box {
    background-image: url(../images/cf02.png);
}

.c_footer li.cf02 .cf_box:hover {
    background-image: url(../images/cf02_hover.png);
}

.c_footer li.cf03 .cf_box {
    background-image: url(../images/cf03.png);
}

.c_footer li.cf03 .cf_box:hover {
    background-image: url(../images/cf03_hover.png);
}

.c_footer li.cf04 .cf_box {
    background-image: url(../images/cf04.png);
}

.c_footer li.cf04 .cf_box:hover {
    background-image: url(../images/cf04_hover.png);
}

.c_footer li .cf05 {
    background: url(../images/ico_na.png) no-repeat right top;
    z-index: 9;
}

.c_footer li .ewm {
    width: 90px;
    height: 90px;
    right: 0;
    top: 0;
}

.c_footer li .ewm_touch {
    right: 0;
    top: 0;
    z-index: 10;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.c_footer li:hover .cf_box {
    color: #c89f62;
}

.c_footer .cf_box {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 55px;
    background-position: left center;
    background-repeat: no-repeat;
}

.c_footer01 {
    background-color: #202020;
}

.c_footer01 li {
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 20%;
    float: left;
    cursor: pointer;
}

.c_footer01 li:hover {
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 20%;
    float: left;
    cursor: pointer;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.c_footer01 li:hover p {
    color: #c89f62;
}

.c_footer01 li.short {
    width: 10%;
}

.c_footer01 li.c01 {
    background-image: url(../images/cf05.png);
}

.c_footer01 li.c01:hover {
    background-image: url(../images/cf05_hover.png);
}

.c_footer01 li.c02 {
    background-image: url(../images/cf06.png);
}

.c_footer01 li.c02:hover {
    background-image: url(../images/cf06_hover.png);
}

.c_footer01 li.c03 {
    background-image: url(../images/cf07.png);
}

.c_footer01 li.c03:hover {
    background-image: url(../images/cf07_hover.png);
}

.c_footer01 li.c04 {
    background-image: url(../images/cf08.png);
}

.c_footer01 li.c04:hover {
    background-image: url(../images/cf08_hover.png);
}

.c_footer01 li.c05 {
    background-image: url(../images/cf09.png);
}

.c_footer01 li.c05:hover {
    background-image: url(../images/cf09_hover.png);
}

.c_footer01 li.c06 {
    background-image: url(../images/cf10.png);
}

.c_footer01 li.c06:hover {
    background-image: url(../images/cf10_hover.png);
}

.c_box .c_left {
    width: 248px;
}

.c_box .c_left .c_title {
    padding: 15px 0 15px 27px;
    background: url(../images/c_title_bg.jpg) no-repeat center center;
}

.c_box .c_left ul {
    border: 1px solid #d0d0d0;
}

.c_box .c_left ul li {
    border-bottom: 1px solid #fff;
    padding-right: 33px;
}

.c_box .c_left ul li a {
    display: block;
    padding: 15px 0 15px 34px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    background: url(../images/ico02.png) no-repeat right center;
}

.c_box .c_left ul li:hover,
.c_box .c_left ul li.act {
    border-color: #bdbcbc;
    background-color: #0168b7;
}

.c_box .c_left ul li:hover a,
.c_box .c_left ul li.act a {
    color: #fff;
    background-image: url(../images/ico03.png);
}

.c_box .c_left .gz_wx_box {
    border: 1px solid #d0d0d0;
}

.c_box .c_left .gz_wx_box .wx-bx {
    max-width: 153px;
    width: 80%;
}

.c_box .c_right {
    width: 74.84%;
 
}

/***********************产品中心**********************/

.product ul {
    margin-left: -1.833%;
}

.product li {
    width: 31.497%;
    margin-left: 1.833%;
    float: left;
    margin-bottom: 25px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product li .box {
    border: 1px solid #efefef;
    padding: 9px 9px 11px;
    box-shadow: 4px 5px 0px #e8e8e8;
}

.product li .box .pro_img {
    height: 170px;
    overflow: hidden;
}

.product li .box .pro_text {
    height: 40px;
    margin-top: 7px;
    margin-bottom: 11px;
    text-align: center;
}

.product li:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product.zj li .box .pro_img {
    height: 179px;
}

.product.news li .box {
    padding-bottom: 3px;
}

.product.news li .box .pro_text {
    margin-top: 11px;
    height: 60px;
    text-align: left;
}

.product.news li .box .xq-a {
    width: 20px;
    height: 15px;
    background: url(../images/news_ico.png) no-repeat right center;
    margin-top: 6px;
}

.pro_more {
    width: 60px;
    line-height: 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.more_c .pro_more {
    width: 91px;
}
@media (max-width: 1101px){
    .product li{width: 48%;}
    .c_box .c_right{
        width: 70.84%;
    }
    .c_box .c_left {
    width: 26%;
}
}

/***********************产品详情**********************/

.product_detail {
    border: 1px solid #d0d0d0;
}

.culture ul {
    margin-left: -0.81%;
}

.culture li {
    width: 24.19%;
    margin-left: 0.81%;
    float: left;
    height: 396px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.culture li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
}

.culture li:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.culture li:hover:after {
    opacity: 0.2;
    filter: alpha(opacity=20);
    transition: all 0.5s;
}

.culture .box {
    height: 226px;
    width: 140px;
}

.big-honor {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
}

.big-honor .big_close {
    width: 25px;
    height: 25px;
    right: 5%;
    top: 20%;
    background: url(../images/close.png) no-repeat center center;
}

.news_detail .bdshare-button-style1-24 a,
.news_detail .bdshare-button-style1-24 .bds_more {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-image: url(../images/ico-lx.jpg);
}

.news_detail .bdshare-button-style1-24 .bds_tsina {
    background-position: 0 0;
}

.news_detail .bdshare-button-style1-24 .bds_weixin {
    background-position: -25px 0;
}

.news_detail .bdshare-button-style1-24 .bds_zone {
    background-position: -50px 0;
}

.news_detail .bdshare-button-style1-24 .bds_sqq {
    background-position: -75px 0;
}

#allmap {
    height: 325px;
}

.download {
    border-top: 1px dotted #cccccc;
}

.download li {
    padding: 15px 0;
    border-bottom: 1px dotted #cccccc;
    height: 100px;
}

.download li .date {
    width: 100px;
    background-color: #f2f2f2;
    color: #999999;
}

.download li .center_text {
    margin-left: 3.36%;
    width: 54.5%;
}

.download li .text-title {
    max-height: 40px;
}

.download li .downico {
    width: 55px;
    margin-right: 1%;
    background: url(../images/downico01.png) no-repeat center center;
}

.download li .downico:hover {
    background-image: url(../images/downico02.png);
}

.download li:hover .date {
    color: #fff;
    background-color: #0168b7;
}

.download li:hover .downico {
    background-image: url(../images/downico02.png);
}

.menber-div {
    width: 392px;
}

.menber-div .s01 {
    width: 86px;
}

.menber-div .wjm {
    width: 296px;
}

.menber-div .inp {
    width: 280px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 8px;
    line-height: 22px;
}

.menber-div .inp.short {
    width: 163px;
}

.menber-div .inp.submit {
    background-color: #0168b7;
    border-color: #0168b7;
    color: #fff;
    width: 296px;
}

.menber-div .inp.submit.shorts {
    width: 140px;
}

.menber-div .inp.submit.grey {
    background-color: #bfbfbf;
    border: #bfbfbf;
}

.menber-div select {
    width: 99px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 8px;
    line-height: 22px;
    color: #999;
}

.menber-div textarea {
    height: 96px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 292px;
}

.menber-div .myzm {
    width: 96px;
    height: 36px;
    border: 1px solid #787288;
}

.menber-login .menber-div .inp {
    width: 240px;
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.menber-login .menber-div .inp.short {
    width: 131px;
}

.menber-login .menber-div .inp.submit {
    width: 296px;
}

.menber-login .menber-div .inp.i01 {
    background-image: url(../images/login01.png);
}

.menber-login .menber-div .inp.i02 {
    background-image: url(../images/login02.png);
}

.menber-login .menber-div .inp.i03 {
    background-image: url(../images/login03.png);
}

.question .act2 {
    border-bottom: 1px dotted #cccccc;
    padding: 10px;
    background: url(../images/q_01.png) no-repeat 98% 20px;
}


/**招聘**/

.question li .num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #999999;
    color: #fff;
    margin-right: 20px;
}

.question li .qtitle {
    width: 100%;
}

.question li .qbody {
    margin-left: 54px;
    display: none;
    overflow: hidden;
}

.question li.act .qbody {
    display: block;
}

.question li.act .qtitle {
    color: #666;
}

.question li:hover .qtitle {
    color: #666;
}

.join_title ul li {
    float: left;
}

.join_title {
    background: #f6f6f6;
    overflow: hidden;
    padding: 10px;
}

.join_title .title {
    width: 34px;
    text-align: center;
}

.join_title .title1 {
    width: 25%;
    text-align: center;
}

.join_title .title2 {
    width: 10%;
    text-align: center;
}

.join_title .title3 {
    width: 20%;
    text-align: center;
}

.join_title .title4 {
    width: 15%;
    text-align: center;
}

.join_title .title5 {
    width: 20%;
    text-align: center;
}

.join_title2 {
    overflow: hidden;
}

.join_title2 ul li {
    float: left;
}

.join_title2 .title {
    width: 34px;
    text-align: center;
}

.join_title2 .title1 {
    width: 25%;
    text-align: center;
}

.join_title2 .title2 {
    width: 10%;
    text-align: center;
}

.join_title2 .title3 {
    width: 20%;
    text-align: center;
}

.join_title2 .title4 {
    width: 15%;
    text-align: center;
}

.join_title2 .title5 {
    width: 20%;
    text-align: center;
}

.question li:hover .title {
    background-color: #0168b7;
}

.question li .title {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #999999;
    color: #fff;
}

.colot {
    margin-left: 40px;
}

.colot input {
    background: #0168b7;
    height: 50px;
    width: 150px;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 14px;
}

.conl-zpl {
    margin-left: 40px;
}


/**页码**/

#honorlist {
    margin-bottom: 30px;
}

.pages {
    height: 46px;
    padding: 10px 15px 25px 0px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}

.pages a {
    margin: 0px 1px;
    text-align: center;
    border: 1px solid #D1E7FF;
    color: #444135;
    padding: 5px 7px;
    font-size: 12px;
}

.pages .pagesNum,
.pages .pagesOn {
    background: #2b4487;
    color: #fff;
}

.pages .pagesNum,
.pages .pagesnone {
    text-decoration: none;
}

.pages .pagesInput,
.pages .pagesnone,
.pages .pagego {
    margin: 0px 2px;
    color: #444135;
}

.pages .pagesInput input {
    width: 32px;
    margin: 0px 2px;
    border: none;
    height: 16px;
    text-align: center;
}

.pages .pagego input {
    width: 25px;
    border: none;
    height: 14px;
    vertical-align: middle;
    cursor: pointer;
    background: white;
    line-height: 14px;
}

.pagego {
    border: none;
}


/**校园招聘**/

.campus_recruiting {
    overflow: hidden;
    width: 100%;
}

.recruit_top {
    width: 100%;
    max-width: 580px;
    margin: 30px auto;
    height: 70px;
    background: url(../images/recruit_top.jpg) center center no-repeat;
}

.recruit_top .shzp {
    width: 200px;
    position: relative;
    float: left;
    height: 70px;
    background: #fff;
    padding: 0 10px;
}

.recruit_top .shzp dt {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    width: 70px;
    height: 70px;
    background: url(../images/shzp.jpg) no-repeat;
    background-size: cover;
    float: left;
}

.recruit_top .shzp dd {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    width: 110px;
    height: 70px;
    font-size: 22px;
    color: #656565;
    line-height: 70px;
    text-indent: 14px;
    float: left;
    line-height: 70px;
}

.recruit_top .shzp:hover dt {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    background: url(../images/shzp_hover.jpg) no-repeat;
    background-size: cover;
}

.recruit_top .shzp:hover dd {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    color: #015AAC;
}

.recruit_top .shzp.active dt {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    background: url(../images/shzp_hover.jpg) no-repeat;
    background-size: cover;
}

.recruit_top .shzp.active dd {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    color: #015AAC;
}

.recruit_top .xyzp {
    width: 200px;
    position: relative;
    float: right;
    height: 70px;
    background: #fff;
    padding: 0 10px;
}

.recruit_top .xyzp dt {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    width: 70px;
    height: 70px;
    background: url(../images/xyzp.jpg) no-repeat;
    background-size: cover;
    float: left;
}

.recruit_top .xyzp dd {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    width: 110px;
    height: 70px;
    font-size: 22px;
    color: #656565;
    line-height: 70px;
    text-indent: 14px;
    float: left;
    line-height: 70px;
}

.recruit_top .xyzp:hover dt {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    background: url(../images/xyzp_hover.jpg) no-repeat;
    background-size: cover;
}

.recruit_top .xyzp:hover dd {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    color: #015AAC;
}

.recruit_top .xyzp.active dt {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    background: url(../images/xyzp_hover.jpg) no-repeat;
    background-size: cover;
}

.recruit_top .xyzp.active dd {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    color: #015AAC;
}

.recruit_form h1 {
    font-size: 18px;
    font-weight: normal;
    color: #005bac;
    line-height: 28px;
    margin-top: 10px;
    padding: 10px 0;
}

.form_box {
    width: 100%;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    background-color: #FBFBFB;
    padding: 10px;
}

.baseinfor {
    float: right;
    width: 80%;
    padding-right: 10px;
}

.form_box ul {
    width: 100%;
}

.form_box ul li {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.form_box ul li .recruit-colspan4 {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 86px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan3 {
    width: 33%;
    float: left;
    position: relative;
    padding-left: 165px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan3-1 {
    width: 33.33%;
    float: left;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan3-2 {
    width: 33.33%;
    float: left;
    position: relative;
    padding-left: 150px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan2 {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 150px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan1 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 150px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan1-1 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 112px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan1-2 {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 196px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan2-1 {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 86px;
    padding-right: 30px;
}

.form_box ul li .recruit-colspan4-1 {
    width: 25%;
    float: left;
    position: relative;
    padding-left: 110px;
    padding-right: 30px;
}

.recruit-item-label {
    width: 150px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-label2 {
    width: 156px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-submit2 {
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-label3 {
    width: 196px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-label4 {
    width: 86px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-label4-1 {
    width: 110px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-label3-1 {
    width: 30px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-label3-2 {
    width: 150px;
    line-height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
}

.recruit-item-input {
    height: 35px;
    border: 1px solid #e1e1e1;
    padding: 2%;
    margin-bottom: 6px;
}

.recruit-item-input2 {
    height: 35px;
    border: 1px solid #e1e1e1;
    padding: 2%;
    width: 120px;
    margin-top: -6px;
    float: left;
    margin-left: 6px;
}

.baseinfor li dl {
    padding-top: 10px;
    position: relative;
    padding-left: 56px;
    z-index: 9;
}

.baseinfor li dl dt {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 56px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
    font-weight: normal;
}

.baseinfor li dl dd {
    width: 100%;
    font-size: 14px;
}

.baseinfor li dl dd span {
    float: left;
    display: block;
    padding: 4px 10px;
}

.basepic {
    float: right;
    width: 20%;
    text-align: center;
}

.recruit-item-checkbox {
    width: 160px;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.recruit-item-checkbox2 {
    width: 400px;
}

.recruit-item-checkbox .checkbox {
    display: block;
    float: left;
    text-align: left;
}

.recruit-item-checkbox label {
    font-weight: normal;
    display: block;
    float: left;
    text-align: left;
}

.recruit-ico-add,
.recruit-ico-decr {
    position: absolute;
    top: 7px;
    right: -8px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.recruit-ico-add {
    background: url("../images/ico_add.png") 0 0 no-repeat;
}

.recruit-ico-decr {
    background: url("../images/ico_decr.jpg") 0 0 no-repeat;
}

.table_title {
    height: 44px;
    line-height: 44px;
    background-color: #EBEBEB;
    font-size: 16px;
    color: #333333;
    text-indent: 12px;
}

.table_title_p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    padding: 8px 0;
}

.recruit-item-textarea {
    width: 100%;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 100px;
}

.percent {
    position: absolute;
    top: 7px;
    right: 36px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.recruit-unit {
    position: absolute;
    top: 7px;
    font-weight: normal;
    right: -8px;
    width: 38px;
    height: 21px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.recruit-magin20 {
    margin-top: 20px;
}

.recruit-form-foot {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.recruit-form-foot1 {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.work_experience_add,
.work_experience_decr {
    position: absolute;
    top: 11px;
    right: 6px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.recruit-btn-submit {
    margin: 30px auto;
    background-color: #033566;
    width: 97px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    display: block;
    border: none;
    font-size: 14px;
}

.recruit-btn-submit2 {
    background-color: #54ADF1;
    padding: 5px 20px;
    color: #fff;
}

#photo {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}


/**社会招聘内容**/

.join_society {
    width: 1170px;
    margin: 0 auto;
}

.recruit_con {
    font-size: 13px;
    color: #333;
    line-height: 28px;
    padding: 16px 0;
}

.family_situation {
    width: 100%;
}

.family_situation tr th {
    text-align: center;
    background-color: #EBEBEB;
    line-height: 30px;
    padding: 6px 0;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.family_situation tr td {
    border: 1px solid #EAEAEA;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 46px;
}

.family-item-input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    text-indent: 6px;
}

.work_experience {
    position: relative;
}

.work_experience_add,
.work_experience_decr {
    position: absolute;
    top: 11px;
    right: 6px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.work_experience_add {
    background: url("../images/ico_add.png") 0 0 no-repeat;
}

.work_experience_decr {
    background: url("../images/ico_decr.jpg") 0 0 no-repeat;
}


}

@media (max-width: 1100px) {
    .recruit-ico-add {
        right: -70px;
    }
    .work_experience {
        position: relative;
    }
}

@media (max-width: 768px) {
    /**校园招聘**/
    .join_society {
        width: 100%;
    }
    .form_box ul li .recruit-colspan3 {
        width: 48%;
    }
    .recruit-ico-add {
        right: 3px;
    }
    .recruit-ico-add {
        right: -70px;
    }
    .recruit_top {
        width: 100%;
        max-width: 500px;
        margin: 20px auto 10px;
        height: 50px;
        background: url(../images/recruit_top.jpg) center center no-repeat;
    }
    .recruit_top .shzp {
        width: 160px;
        position: relative;
        float: left;
        height: 70px;
        background: #fff;
        padding: 0 10px;
    }
    .recruit_top .shzp dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 50px;
        height: 50px;
        background: url(../images/shzp.jpg) no-repeat;
        background-size: cover;
        float: left;
    }
    .recruit_top .shzp dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 90px;
        height: 50px;
        font-size: 18px;
        color: #656565;
        line-height: 50px;
        text-indent: 10px;
        float: left;
    }
    .recruit_top .shzp:hover dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/shzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .shzp:hover dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
    .recruit_top .shzp.active dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/shzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .shzp.active dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
    .recruit_top .xyzp {
        width: 160px;
        position: relative;
        float: right;
        height: 50px;
        background: #fff;
        padding: 0 10px;
    }
    .recruit_top .xyzp dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 50px;
        height: 50px;
        background: url(../images/xyzp.jpg) no-repeat;
        background-size: cover;
        float: left;
    }
    .recruit_top .xyzp dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 90px;
        height: 50px;
        font-size: 18px;
        color: #656565;
        line-height: 50px;
        text-indent: 10px;
        float: left;
    }
    .recruit_top .xyzp:hover dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/xyzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .xyzp:hover dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
    .recruit_top .xyzp.active dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/xyzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .xyzp.active dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
}

@media (max-width: 767px) {
    /**在线应聘**/
    .join_title .title1{
        width: 27%;
    }
    .join_title .title2{
        display: none;
    }
     .join_title .title3{
        display: none;
    }
    .join_title .title4{
        width: 27%;
    }

        .join_title2 .title1{
        width: 27%;
    }
    .join_title2 .title2{
        display: none;
    }
     .join_title2 .title3{
        display: none;
    }
    .join_title2 .title4{
        width: 27%;
    }
  
    /**校园招聘**/
    .join_society {
        width: 100%;
    }
    .form_box ul li .recruit-colspan3 {
        width: 100%;
    }
    .recruit-item-input {
        width: 85%;
    }
    .recruit-ico-add {
        right: 5px;
    }
    .recruit-item-label2 {
        width: 125px;
    }
    .recruit_top {
        width: 100%;
        max-width: 500px;
        margin: 10px auto;
        height: 40px;
        background: url(../images/recruit_top.jpg) center center no-repeat;
    }
    .recruit_top .shzp {
        width: 140px;
        position: relative;
        float: left;
        height: 40px;
        background: #fff;
        padding: 0 8px;
    }
    .recruit_top .shzp dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 40px;
        height: 40px;
        background: url(../images/shzp.jpg) no-repeat;
        background-size: cover;
        float: left;
    }
    .recruit_top .shzp dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 84px;
        height: 40px;
        font-size: 18px;
        color: #656565;
        line-height: 40px;
        text-indent: 8px;
        float: left;
    }
    .recruit_top .shzp:hover dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/shzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .shzp:hover dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
    .recruit_top .shzp.active dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/shzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .shzp.active dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
    .recruit_top .xyzp {
        width: 140px;
        position: relative;
        float: right;
        height: 40px;
        background: #fff;
        padding: 0 8px;
    }
    .recruit_top .xyzp dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 40px;
        height: 40px;
        background: url(../images/xyzp.jpg) no-repeat;
        background-size: cover;
        float: left;
    }
    .recruit_top .xyzp dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        width: 84px;
        height: 40px;
        font-size: 18px;
        color: #656565;
        line-height: 40px;
        text-indent: 8px;
        float: left;
    }
    .recruit_top .xyzp:hover dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/xyzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .xyzp:hover dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
    .recruit_top .xyzp.active dt {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        background: url(../images/xyzp_hover.jpg) no-repeat;
        background-size: cover;
    }
    .recruit_top .xyzp.active dd {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        color: #015AAC;
    }
}