*{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
*{ font-family:"微软雅黑"; cursor:pointer; }
html, body{
    margin:0;
    font-family:Microsoft Yahei;
    padding:0;
    /*background-color:#f7f7f7;*/
}
.ovfHiden{ overflow:hidden; height:100%; }
a, button, input, select, option, textarea{
    cursor:pointer;
}
textarea, select, input{
    -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;
    outline:none
}
.spanred{
    color:#d74148;
}
ul, li, img, i, a, h1, h2, h3, p{
    border:0;
    list-style:none;
    padding:0;
    margin:0;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}
.mainPage{
    max-width:600px;
    margin:0 auto;
    position:relative;
    background-color:#fff;
    overflow:hidden;
    margin-bottom:6rem;
}
.flexbox{
    margin-top:6px;
}
.flexbox div{
    flex:1;
    -webkit-box-flex:1;
}
.boxLeft{
    text-align:left;
}
.boxRight{
    text-align:right;
}
.boxCenter{
    /*text-align:center;*/
    height:3.5rem;
    width:100%;
}
#fixed_boxCenter{
    position:fixed;
    top:0;
    left:0;
    z-index:15;
}
.clearBox{
    clear:both;
}
.btn{
    display:block;
}
span.copyright{
    display:block;
    text-align:center;
    background:#f7f7f7;
    color:#938b8b;
    font-size:.5rem;
    height:24px;
    line-height:24px;
}
header{
    background-color:#cd3443;
    color:#fff;
}
.header_fixed{
    position:fixed;
    top:0;
    left:0;
    z-index:10;
}

.header_fixed a
{
    color:#fff ;
}

.header_absolute{
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}
footer{
    background-color:#fff;
    color:#fff;
}
.footer_fixed{
    border-top:1px solid #f2f2f2;
    height:65px;
    position:fixed;
    bottom:0;
    z-index:999;
    width:100%;
    max-width:600px;
}
.footer{
    position:fixed;
    bottom:0;
    left:0;
    z-index:2;
    width:100%;
    overflow:hidden;
    background:#f6f6f6;
    border-top:solid 1px #ccc;
}
.footer ul{
    list-style:none;
    list-style-type:none;
    display:flex;
}
.footer ul li{
    display:block;
    float:left;
    width:20%;
    text-align:center;
}
.footer ul em{
    display:block;
    text-align:center;
}
.footer img{
    width:24px;
    margin-top:7px;
}
.footer a{
    display:inline-block;
    text-align:center;
    color:#666;
    /*line-height:54px;*/
    /*height:54px;*/
    /*line-height: 3rem;*/
    display:block;
}
.footer .dot{
    position:absolute;
    background:red;
    color:#fff;
    width:14px;
    height:14px;
    border-radius:40px;
    line-height:16px;
    font-size:0.1rem;
    font-weight:300;
    top:5px;
    right:15px;
    text-align:center;
}
header h3{
    width:70%;
    margin:0 auto;
    word-break:normal;
    font-size:1.2rem !important;
    height:3.5rem !important;
    line-height:3.5rem !important;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:0 !important;
}
ul#list .nei img{
    width:35%;
    float:left;
    box-shadow:0 0 5px #ccc;
}
header .icon-default{
    top:.5rem;
}
.icon-default{
    background:no-repeat center;
    background-size:contain;
    width:4rem;
    height:2.5rem;
    position:absolute;
    z-index:1;
}
.icon-default.icon-back{
    background-image:url("../images/core/l_icon.png");
    left:.4rem;
    background-size:1.5rem 1.5rem;
    border:0px ;
}
.icon-default.icon-homepage{
    background-image:url("../images/core/indexicon.png");
    left:.4rem;
    background-size:1.8rem 1.8rem;
    border:0px ;
}

.icon-default.icon-backDefault{
    background-image:url("/images/Home44X44.png");
    left:.4rem;
    background-size:2rem 2rem;
}

.icon-default.icon-back-Close{
    background-image:url("../images/core/Close_icon.png");
    left:.4rem;
    background-size:1.5rem 1.5rem;
}
.icon-default .icon-self{
    background-image:url(../images/core/indexicon.png);
    right:.4rem;
    background-size:1.5rem 1.5rem;
}
.searchBox{
    position:relative;
    width:95%;
    margin:0 auto;
    height:3.3rem;
    padding:0.5rem 0;
    overflow:hidden;
}
.productBox.njbb, .productBox.hycompany{
    border-top:10px solid #f4f4f4;
}
.searchposkey{
    margin:0.5rem;
    padding:0.5rem;
    border-bottom:1px dashed #ccc;
}
.searchposkey input{
    width:70%;
    border:solid 1px #ccc;
    border-radius:2px;
    height:2rem;
    line-height:2rem;
    text-indent:0.5rem;
}
.searchposkey a{
    width:20%;
    height:2rem;
    line-height:2rem;
    border:0px;
    color:#fff;
    display:inline-block;
    margin:0.3rem;
    padding:0.1rem;
    text-align:center;
    background:#cd3443;
}
.chose_area{
    display:inline-block;
    width:19%;
    height:2.5rem;
    line-height:1.5rem;
    color:#999;
    float:left;
    border:1px solid #ccc;
    border-right:0;
    text-align:center;
    /*border-radius:3px 0 0 3px;*/
}
.chose_area ul{
    margin:0.5rem 0;
    border-right:1px solid #ccc;
}
.searchBox .search_Input{
    display:inline-block;
    height:2.5rem;
    float:left;
    overflow:hidden;
    width:60%;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.searchBox .search_Inpa{
    display:inline-block;
    height:2.5rem;
    float:left;
    overflow:hidden;
    width:15%;
    border-top:1px solid #cd3443;
    border-bottom:1px solid #cd3443;
    border-radius:0 3px 3px 0;
}
.searchBox input.serachInp{
    background-color:#fff;
    font-size:1rem;
    width:100%;
    height:1.5rem;
    line-height:1.5rem;
    margin:0.5rem 0;
    border:0;
    text-indent:10px;
}
.serachInp_icon{
    background:#cd3443 url(../images/core/zrc_2.png) center center no-repeat;
    background-size:1.5rem;
    width:100%;
    height:100%;
    display:inline-block;
}
.icon-default.icon-search{
    background:url("../images/core/icon04.png") center center no-repeat;
    background-size:1.5rem;
    right:2.4rem;
    top:0;
}
.icon-default.icon-weizhi{
    background-image:url("../images/weizhi.png");
    right:0;
    top:0;
}
.productBox li{
    background:#fff;
    padding:0rem .5rem;
    position:relative;
    border-bottom:10px solid #f4f4f4;
}
.productBox li h3{
    color:#cd3443;
    font-size:1.1rem;
}
.productBox li p{
    display:block;
    text-align:left;
    line-height:2rem;
    font-size:1rem;
}
.productBox li .nei_companylist{
    color:#cd3443;
    width:63%;
    margin-left:2%;
    float:right;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.productBox li .nei_company{
    width:100%;
    display:block;
    color:#999;
}
#nei_number{
    color:#08739c;
}
.productBox li .bottom{
    border-top:1px dashed #ccc;
    width:80%;
    color:#666;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.productBox li .morebtn{
    position:absolute;
    right:1rem;
    font-size:1.2rem;
    top:50%;
    margin-top:-0.75rem;
    color:#f09609;
    display:none;
}
.morebtn .icon-more{
    margin-left:10px;
    width:0;
    height:0;
    /*border-top:.5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #f09609;*/
    position:relative;
    display:inline-block;
}
footer .footerNav .flexbox_text{
    color:#999;
    width:67%;
    font-size:0.9rem;
}
footer .footerNav li{
    font-size:.8rem;
    padding:.5rem 0;
    float:left;
}
footer .footerNav li .ljgz{
    width:5rem;
    padding:0.4rem 0;
    background-color:#e2892e;
    color:#fff;
    border-radius:5px;
    float:right;
}
footer .footerNav li .ljgz:hover{
    background-color:#c67726
}
footer .footerNav li a{
    /*width:100%;*/
    /*height:2rem;*/
}
footer .footerNav li.icon{
    float:right;
}
footer .footerNav li.border-left a{
}
footer .footerNav li.icon.border-left a{
    margin-left:1px;
}
footer .footerNav li.icon.border-right a{
}
footer .footerNav li .icon-default{
    position:relative;
}
.icon-default.icon-home{
    background-image:url(../images/core/indexicons.png);
    margin-top:0px;
}
.icon-default.icon-nav{
    height:2rem !important;
    background-size:1.5rem 1.5rem;
    color:#cd3443;
    border:solid #cd3443 1px;
    font-size:12px;
    padding:0px 10px;
    border-radius:4px;
    margin-right:15px !important;
    width:24px;
    line-height:2rem;
    text-align:center;
    margin-top:2px !important;
}
footer .footerNav li .navtxt{
    border-right:1px solid #fff;
    width:100%;
    display:inline-block;
    margin-top:.6rem;
}
footer .footerNav li.border-right .navtxt{
    border:0;
}
.c_nav li{
    flex:3;
    -webkit-box-flex:3;
    text-align:center;
    font-size:.8rem;
    padding:.5rem 0;
    width:20%;
    float:left;
    background:#d74148;
}
.c_nav li a{
    width:100%;
    height:2rem;
}
.c_nav li.icon{
    flex:2;
    -webkit-box-flex:2;
}
.c_nav li.border-left a{
    border-left:2px solid #fa7076
}
.c_nav li.border-right a{
    border-right:2px solid #aa272d;
}
.c_nav li.icon.border-left a{
    border-left:1px solid #fa7076;
    margin-left:1px;
}
.c_nav li.icon.border-right a{
    border-right:1px solid #aa272d;
}
.c_nav li .icon-default{
    position:relative;
    margin:0 auto;
}
.c_nav{
    background:#d74148;
}
.c_nav a{
    color:white;
}
.c_nav li .navtxt{
    border-right:1px solid #fff;
    width:100%;
    display:inline-block;
    margin-top:.6rem;
}
.c_nav li.on{
    border-top:2px solid white;
}
.productBox.hycompany img{
    max-width:100%;
    vertical-align:middle;
}
.productBox.hycompany li{
    /*padding: 1rem .5rem;*/
}
p.mshu{
    text-align:center;
    padding:0 18px;
}
.productBox.imgbox li{
    padding:.5rem;
}
.productBox.imgbox .list img{
    width:100%;
    height:100%;
    vertical-align:middle;
}
.productBox.imgbox li a{
    display:block;
}
.ninfo p{

    line-height:2rem;

    /*color:#999;*/
}
.ninfo{
    /*padding:1rem .5rem;*/
    background:#fff;
    /*border:1px solid #e6e6e6;*/
    margin-top:4rem !important;
    margin-bottom:3.5rem;
}
h1.ninfo_tit{
        font-size: 1.1rem;
    text-align: center;
    padding-bottom: .5rem;
    /*border-bottom: 1px solid #e6e6e6;*/
    font-weight: 600;
    color: #666;
}

.intro {
    border: 1px dashed #cdcdcd;
    background: #f4f4f4;
    padding: 10px;
    color:#666 ;
    text-indent: 2rem;
}

.articletitle {
    border-bottom: 1px solid #e6e6e6;
    margin:10px ;
    padding:10px ;
}

section.mainBox.wjl{
    position:relative;
    padding-bottom:0;
}
.mainBox{ margin-top:3.5rem; margin-bottom:5rem; }
.wcom{
    padding:.8rem;
    background:#fff;
    border-top:#e0e0e0 1px solid;
    border-bottom:#e0e0e0 1px solid;
}
.wcom > p{
    font-size:1rem;
    text-align:center;
    line-height:1.4rem;
    width:400px;
    text-align:left;
    margin-left:2px;
}
.fillbox{
    width:100%;
    margin:0 auto;
}
.fillbox_fixed{
    position:fixed;
    bottom:0;
    left:0;
}
.fillbox h1{
    font-size:1.5rem;
}
.fillbox > input{
    width:100%;
    height:35px;
    background:#f7f7f7;
    border:none;
    font-size:1rem;
    font-family:"微软雅黑";
    text-indent:1rem;
    margin:.1rem 0;
    color:#444343;
}
.zshus{
    width:100%;
    min-height:80px;
    border:none;
    background:#fff;
    font-size:14px;
    font-family:"微软雅黑";
    text-indent:1rem;
    color:#444343;
    margin:.5rem 0;
}
.sexbox{
    text-indent:0.5rem;
    height:2.5rem;
    line-height:2.5rem;
    color:#d74148;
    margin:.1rem 0;
    /*background: #f7f7f7;*/
}
.tdbutton{
    width:40%;
    margin:0 auto;
    background:#d74148;
    text-align:center;
}
input#btnSaveReg{
    background:#d74148;
    color:#fff;
}
.tdbutton a{
    display:block;
    color:white;
    height:45px;
    line-height:45px;
    letter-spacing:.2rem;
}
section .mainBox .cindex{
    /*margin: 0;*/
    padding:0;
    margin-top:3.5rem;
}
.pageinfo{
    width:100%;
    height:210px;
    background-size:cover;
    position: relative;
}
.infologo{
    width:120px;
    height:120px;
    background:url(../images/infologo.jpg) center center no-repeat #eeeeee;
    background-size:120px;
    border-radius:75px;
    border:3px solid #00aba9;
    position:relative;
    top:20px;
    margin:0 auto;
    overflow:hidden;
}
.infod{
    margin-top:0px;
    text-align:center;
    position:relative;
    background:rgba(255, 255, 255, 0.8);
    padding-bottom:5px;
    margin-top:20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity:0.7 ;
    filter:(opactity=70);
}
.infod .bold{
    font-weight:bold;
    padding:5px 0;
    color:#333;
}
.infod span{
    display:block;
}
section.mainBox.cindex .c_nav{
    /*margin: 0 .4rem 0;*/
}
.tagbox{
    width:100%;
    background:#fff;
    padding:.5rem 0;
    text-align:center;
    overflow:hidden;
}
.tagbox span{
    padding:5px 8px;
    display:inline-block;
    margin:5px 3px;
    font-size:.8rem;
    float:left;
    background:#e9e9e9;
    border-radius:20px;
    color:#666;
}
.hy_tit{
       width: 98%;
    margin: 0px auto;
    height: 2rem;
    line-height: 2rem;
    /* background: #d74148; */
    color: #666;
    text-align: left;
    border-bottom: 1px solid #e00000;
    font-size: 1.1rem;
    font-family: "微软雅黑";
    font-weight: bold;
    text-align: left;
}
.hy_tit .hy_sub{
    width:49%;
    float:left;
    text-align:center;
}
.hy_sub a{
    color:#fff;
}
.infde{
    background:#fff;
    line-height:2rem;
    border-bottom:10px solid #f2f2f2;
}
.infde p{
    padding:.5rem 1rem;
    text-indent:2rem;
    font-size:1rem;
    line-height:1.5rem;
}
.infde #showcom{
    font-size:1rem;
    line-height:1.8rem;
    padding:1rem;
    color:#666;
}
.la{
    width:100%;
    height:20px;
    background:url(../images/la.png) center 0 no-repeat;
    text-indent:-9999em;
}
.sla{
    width:100%;
    height:20px;
    background:url(../images/sla.png) center 0 no-repeat;
    text-indent:-9999em;
}
.productBox.ll{
    margin-bottom:5rem;
}
section.loginBox{
    overflow:hidden;
}
.lbox{
    text-align:center;
    width:80%;
    margin:0 auto;
}
.lbox input{
    display:block;
    width:100%;
    height:3rem;
    margin:.5rem auto;
    line-height:3rem;
    font-size:1rem;
    font-family:"微软雅黑";
    color:#333;
    text-indent:3rem;
    border:none;
    border:1px solid #e5e5e5;
    border-radius:2px;
}
#txtUserName{
    background:url(../images/core/land1_icon.png) 0.5rem center no-repeat #fff;
    background-size:2rem;
}
#txtPwd{
    background:url(../images/core/land2_icon.png) 0.5rem center no-repeat #fff;
    background-size:2rem;
}
input#passwd{
    background-position:left -40px;
}
.clear{
    clear:both;
}
.lbox a.fg{
    color:#d74148;
    font-size:.9rem;
    float:left;
}
.zd{
    font-size:.9rem;
    float:right;
    line-height:.9rem;
    color:#d74148;
}
input.conlo_btn{
    clear:both;
    float:none;
    height:40px;
    line-height:40px;
    width:100%;
    background:#d74148;
    margin:0.4rem 0;
    color:white;
    text-indent:0;
}
.loginPhoneBOX .yzdl_btn, .loginEmailBOX .yzdl_btn{
    width:80%;
    margin:0.5rem 10%;
    text-indent:0;
}
.conlo_btn a{
    color:white;
    display:block;
}
.lbox span a{
    color:#d74148;
}
.user_text{
    margin:2rem 0 1rem 0;
    font-size:1rem;
    color:#d74148;
}
.toud{
    line-height:3rem;
    margin:1rem .4rem 3rem .4rem;
    text-align:center;
    /*border-bottom: 1px solid #e1e1e1;*/
    border-top:1px solid #e1e1e1;
}
.toud a{
    color:#fff;
    padding:0.5rem 3rem;
    background:#0894ef;
    border-radius:2px;
    box-shadow:0 0 2px #ccc;
}
ul.flexbox a{
    color:white;
}
.productBox.newlist ul li{
    border:none;
    padding:.6rem .3rem;
    border-bottom:1px dashed #ededed;
}
.productBox.newlist{
    margin:.4rem;
    background:#fff;
    min-height:550px;
    padding:.4rem;
}
.productBox.newlist ul li a{
    color:#333;
    display:block;
}
.productBox.newlist ul li a span{
    display:inline-block;
    float:right;
}
.contactbox{
    background:#fff;
    text-align:center;
}
.contactbox{
    background:#fff;
    text-align:center;
    padding:.8rem 0;
}
section.qtd{
    width:100%;
    position:fixed;
    bottom:0;
    z-index:9999;
}
#job_fixed{
    position: fixed;
    bottom: 0px;
    z-index: 999;
    left: 0px;
    width: 100%;
    /* overflow: hidden; */
    /* background: #a51313; */
    /* margin: 0px auto; */
    /* border-radius: 0.5rem; */
    /* margin-bottom: 1rem; */
    height: 58px;
    /* padding: 4px; */
}
.job_pad{
    padding: 6px;
    background: #fff;
}
.follow9453{
    width:100%;
    height:3rem;
    font-size:1rem;
    background:#333 url(/weixin/images/core/logo_litter.png) 0.8rem center no-repeat;
}
.follow9453 p{
    width:45%;
    line-height:1.3rem;
    float:left;
    margin:0.2rem 5% 0.2rem 15%;
    color:#fff;
    text-align:justify;
    text-align-last:justify;
}
.follow9453 #flo_icon{
    float:left;
    display:block;
    width:25%;
    text-align:center;
    height:2.2rem;
    line-height:2.2rem;
    margin:0.4rem 0;
    color:#fff;
    background:#cd3443;
    border-radius:2px;
}
.follow9453 .close_icon{
    float:right;
    width:10%;
    color:#fff;
    font-size:2rem;
    text-align:center;
    text-indent:10px;
}
input#q_dodeliver, input#q_hjzd{
    width: 100%;
    border: none;
    /* height: 40px; */
    line-height: 40px;
    font-size: 16px;
    font-family: "微软雅黑";
    background: #1b93fb;
    color: #fff;
    border-radius: 0.2rem;
}
.jobjj{
    background:#fff;
    padding:.8rem;
}
.jobjj h1{
    font-size:1.2rem;
    color:#cd3443;
}
.jobjj span{
    display:block;
    margin:.4rem 0;
    color:#9c9996;
}
.jobjj p{
    border-left:3px solid #d74148;
    text-indent:.2rem;
    width:80%;
    display:inline-block;
    margin-top:.4rem;
}
.jobjj > span{
    display:inline-block;
    float:right;
    font-size:20px;
    font-weight:bold;
    color:#d74148;
}
.jdetail, .jcompany{
    background:#fff;
    padding:.8rem;
    display:block;
    border-top:1px solid #efefef;
}
.jcompany a{
    color:#0894ef;
    display:block;
    font-size:1rem;
    line-height:2rem;
    font-weight:bold;
    font-family:"宋体";
}

.jcompany p{
    color:#999 ;
}

.tagBox span{
    /* border: 1px solid #efefef; */
    padding:.2rem .4rem;
    display:inline-block;
    margin:.4rem 0.2rem 0 0;
    border-radius:1rem;
    background:#f1f1f1;
    font-size:0.8rem;
    letter-spacing:2px;
    color:#666;
    /* font-family: "宋体"; */
}
.tagBox{
}
.d_tit{
    padding: .2rem 0;
    /* text-indent: .4rem; */
    /* border-left: 5px solid #d74148; */
    border-bottom: 1px solid #efefef;
    margin: 1rem 0;
    font-weight: bold;
    color: #333;
}
.d_tit .changepos{
    float:right;
}
.dBox{
    min-height:6rem;
    margin:0px auto;
    overflow:hidden;
}
.dBox span{
    display:block;
    color:#333;
    line-height:2rem;
    float:left;
    width:48%;
}
.dBox span label{
    color:#bdb4b4;
}
.jdetail .remark{
    display:block;
    color:#333;
    line-height:1.6rem;
}
div#next{
    text-align:center;
}
div#next img{
    max-width:175px;
    width:125px;
}
div#load{
    text-align:center;
    position:relative;
    margin-top:10px;
}
div#next{
    margin-bottom:2rem;
    border-bottom:1rem solid #fff;
}
aside.morebtn{
    width:2rem;
    height:2rem;
    background:url(../images/core/r_icon.png) no-repeat;
    background-size:contain;
}
textarea#TxtzDesc{
    width:100%;
    border:none;
    outline:medium;
    min-height:100px;
    margin-top:7px;
    padding:0;
    font-size:1rem;
    font-family:"微软雅黑";
    text-indent:1rem;
    color:#666;
    /*border: solid 1px #ccc;*/
}
input[type="submit"], input[type="reset"], input[type="button"], button{ -webkit-appearance:none; /*去掉苹果的默认UI来渲染按钮*/ }
.jobjj h1 a{
    font-size:0.8rem;
    color:#999;
    float:right;
    line-height:2rem;
    border-radius:0.2rem;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.ctable{
    width:100%;
}
table.ctable img{
    width:100%;
}
.nei{
    width:100%;
    display:inline-block;
    text-align:center;
}
.nei span{
    display:block;
    line-height:1.5rem;
    margin-top:.4rem;
}
ul#list #list_a_box{
    color:black;
    display:block;
    padding:0.6rem .3rem;
    color:#666;
}
ul#list .yinpinjob{
    position:absolute;
    bottom:0.4rem;
    right:1rem;
    width:13%;
    height:2rem;
    line-height:2rem;
    text-align:center;
    color:#fff;
    background:#cd3443;
    border-radius:2px;
    box-shadow:0 2px 5px #ccc;
    cursor:pointer;
}
.pageinfo img{
    width:100%;
    height:210px;
    position:absolute;
}
.infologo img{
    width:203px;
    height:126px;
    margin-left:-35px;
}
.productBox.imgbox.bb{
    min-height:480px;
}
.searchBox.newB{
}
a.btn.icon-default.icon-search.pp{
    right:0.4rem;
}
.areaname_searchjob{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:95%;
    padding:0.1rem;
    display:block;
    position:relative;
    text-align: left;
}
.areaname_searchjob b{
    border: 6px solid transparent;
    border-top-color: #999;
    position: absolute;
    top: 10px;
    right: 6px;

}

.productBox li .bB_l h3{
    color:#d74148;
    font-size:1.2rem;
    line-height:1.8rem;
}
.bB_l{
    float:left;
    color:#a3a3a3;
}
.bB_r{
    width:80px;
    height:80px;
    float:right;
    margin-top:20px;
    position:absolute;
    margin-right:20px;
    right:10px;
}
.bB_l span{
    background:url(../images/icofonte.png) -8px -155px no-repeat;
    height:30px;
    line-height:30px;
    display:inline-block;
    text-indent:1.7rem;
    margin:.4rem 0;
    padding-right:0.7rem;
    font-size:1rem;
}
span.other{
    background-position:-8px -196px;
}
span.other a{
    color:#53c8c1;
}
span.szd{
    background-position:-8px -3px;
}
span.nx{
    background-position:-8px -38px;
}
span.xl{
    background-position:-8px -79px;
}
.jobInfo{
    margin-right:1.5rem;
}
.basicBox{
    padding:.5rem .7rem;
    border-bottom:dashed 1px #ccc;
}
.pinz{
    width:1px;
    border-top:35px solid #d74148;
    border-left:35px solid transparent;
    overflow:hidden;
    position:absolute;
    top:0;
    right:0;
    z-index:1;
}
.pinn{
    color:#fff;
    z-index:2;
    position:absolute;
    font-size:1rem;
    top:0;
    right:.2rem;
}
.company_logo{
    width:100%;
    height:100%;
    border-radius:60px;
    overflow:hidden;
    border:3px solid #e3e3e3;
}
.company_logo img{
    width:100%;
    height:100%;
}
.deBox{
    padding:.0rem;
    overflow:hidden;
    margin:0.3rem;
    color:#2797e5;
}
.deBox a{
    /*width:75%;*/
    height:1.4rem;
    padding:0.3rem 0;
    display:block;
    float:left;
}
.deBox h2{
    font-size:1rem;
    color:#2797e5;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.deBox .tagBox span{
    margin:.4rem;
    background:#53c8c1;
    color:#fff;
}
/*.deBox button{
    float: right;
    width: 25%;
    border: 0;
    padding: 0.3rem 0;
    background: #cd3443;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}*/
.mainBox.mb{
    /*margin: .8rem .4rem;*/
}
/*footer{
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}*/

.full{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    position:fixed;
    top:0;
    left:0;
    display:none;
}
.p_box{
    width:85%;
    margin:0 3%;
    overflow:hidden;
    background:#ffffff;
    position:fixed;
    top:-20rem;
    /* left: 0; */
    border-radius:6px;
    padding:1rem;
}
.p_box h1{
    font-size:1rem;
    margin:0 auto;
    padding:0.5rem;
    background:#fff;
    /* color: #FFFFFF; */
    text-align:center;
    font-size:22px;
    /* font-weight: normal; */
}
.p_modal{
    float:right;
    font-size:2rem;
    line-height:1rem;
}
.p_text{
    font-size:1rem;
    color:#666;
    padding:1rem;
    margin-top:1rem;
}
.yzm{
    width:75%;
    padding:1rem 12.5%;
    background:#fff;
    overflow:hidden;
    position:relative;
}
.yzm p{
    float:left;
    width:22%;
    text-align-last:justify;
    height:2rem;
    line-height:2rem;
    padding:2px 0;
}
.yzm_ipt{
    width:70%;
    height:2rem;
    line-height:2rem;
    text-indent:10px;
    font-size:1rem;
    border:solid 1px #ccc;
    float:left;
    margin:0 1%;
    outline:medium;
}
.yzm_btn{
    width:35%;
    font-size:1rem;
    line-height:2rem;
    border:0;
    background:#cd3443;
    color:#ffffff;
    padding:2px 0;
    float:left;
}
.tuCIpt{
    overflow:hidden;
    display:block;
    height:3rem;
}
.tuCIpt_left{
    float:left;
    width:64%;
    border:solid 1px #ccc;
    border-radius:2px;
}
.tuCIpt_right{
    float:right;
    width:34%;
    border:solid 1px #cd3443;
    border-radius:2px;
    background:#cd3443;
}
.loginPhoneBOX .textUserCode .yzm_btn_ipt{
    width:100%;
    text-align:center;
    text-indent:initial;
}
.p_suremobile{
    display:block;
    width:30%;
    margin:0px auto;
    font-size:1rem;
    background:#cd3443;
    border-radius:6px;
    color:#ffffff;
    border:0;
    padding:0.5rem 0;
    /* letter-spacing: 10px; */
    /* font-family: 'Microsoft YaHei'; */
}
#full_Close{
    position:absolute;
    top:0;
    right:0;
    display:block;
    font-size:1.3rem;
    /* padding: 0.3rem 0.5rem; */
    border:1px solid #888;
    border-radius:2rem;
    height:2rem;
    width:2rem;
    text-align:center;
    color:#999;
    margin:0.5rem;
}
/*选择地区*/
.region_box{
    overflow:hidden;
    background:#fff;
    position:fixed;
    top:0;
    right:-100%;
    z-index:1000;
}
.region_back, .post_back, .title_back {
    position:absolute;
    left:0;
    top:0;
    z-index:5;
}
/*已选择地区*/

.Set_ok, .Pos_Set_ok , .title_Set_ok {
    width:100%;
    overflow:hidden;
    background:#fff;
    position:absolute;
    bottom:0;
    box-shadow:0 0 2px #ccc;
    z-index:4;
}
.Set_ok h1, .Pos_Set_ok h1 ,.title_Set_ok h1{
    float:left;
    width:100%;
    line-height:2rem;
    font-size:1.2rem;
    height:2rem;
    border-left:3px solid #cd3443;
    color:#cd3443;
    text-indent:10px;
    margin:0.3rem 0;
    background:#fff;
}
.Set_ok h1 *, .Pos_Set_ok h1 * , .title_Set_ok h1 *{
    float:left;
}
.Set_allows, .Pos_Set_allows , .title_Set_allows{
    width:0;
    height:0;
    border:.5rem solid #cd3443;
    border-color:#cd3443 transparent transparent transparent;
    display:block;
    display:inline-block;
    vertical-align:middle;
    margin:0.75rem;
}
.Set_ok ul, .Pos_Set_ok ul ,.title_Set_ok ul {
    float:left;
    width:100%;
}
.Set_ok ul li, .Pos_Set_ok ul li , .title_Set_ok ul li {
    float:left;
    font-size:1rem;
    line-height:2.5rem;
    height:2.5rem;
    color:#666;
    background:#fff;
    width:100%;
    border-top:1px solid #eceaea;
    text-indent:10px;
}
.Set_ok ul li span, .Pos_Set_ok ul li span , .title_Set_ok ul li span {
    font-size:2rem;
    height:2.5rem;
    line-height:2.5rem;
    color:#999;
    background:#fff;
    padding:0 1rem;
    width:2rem;
    display:block;
    float:right;
}
#Set_ok_btn, #Pos_Set_ok_btn ,#title_Set_ok_btn {
    float:right;
    height:2rem;
    line-height:2rem;
    text-align:center;
    font-size:1rem;
    border:0;
    padding:0 1rem;
    background:#cd3443;
    color:#fff;
    margin-right:0rem;
    border-radius:4px;
}
/*工作地区*/

/*region_clum开始*/
#wrapper_area, #wrapper_post, #wrapper_title{
    position:absolute;
    z-index:1;
    top:3.5rem;
    bottom:2.5rem;
    left:0;
    width:100%;
    overflow:auto;
    box-shadow:0 2px 2px #ccc; margin-top:0.1rem;
}
#addressScroller, #addressScrollerSub, #titleScroller, #titleScrollerSub, #postScroller, #postScrollerSub{
    position:absolute;
    z-index:1;
    /* -webkit-touch-callout: none; */
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    /*top:0;*/
    height:100%;
    padding:0;
}
#addressScroller, #titleScroller, #postScroller{
    width:40%;
    left:0;
}
#addressScrollerSub, #titleScrollerSub, #postScrollerSub{
    width:60%;
    right:0;
}
#addressScroller .region_left_box,
#addressScrollerSub .region_right_box,
#postScroller .post_left_box,
#postScrollerSub .post_right_box,
#titleScroller .title_left_box,
#titleScrollerSub .title_right_box,
#titleScroller ul,
#titleScrollerSub ul{
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    text-align:left;
    background:#f9f9f9;
}
#addressScrollerSub .region_right_box, 
    #postScrollerSub .post_right_box ,
    #titleScrollerSub .title_right_box    
 {
    min-height:1300px;
}
#addressScroller .region_left_box p,
#addressScrollerSub .region_right_box p,
#postScroller .post_left_box p,
#postScrollerSub .post_right_box p,
#titleScroller .title_left_box p,
#titleScrollerSub .title_right_box p,
#titleScroller ul li,
#titleScrollerSub ul li{
    padding:0 10px;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #eaeaea;
    border-top:1px solid #fff;
    font-size:14px;
    overflow:hidden;
}
#addressScroller .region_left_box p,
#postScroller .post_left_box p,
#titleScroller .title_left_box p,
#titleScroller ul li{
    background:#fff;
}
.ScrollerSelected{
    background:#f1f1f1 url(../images/core/right.png) right 10px center no-repeat;
    background-size:1rem;
    color:#cd3443;
}
.region_yes:after{
    content:"\2714";
    float:right;
    color:#cd3443;
}
#scroller .region_left_clum p:hover,
#titleScroller ul li:hover{
    color:#cd3443;
}
/*选择登陆方式*/
.Login-nav{
    width:100%;
    height:2.9rem;
    border-bottom:solid 2px #ccc;
    margin:.5rem 0;
}
.Login-nav .Login-btn{
    width:25%;
    float:left;
    height:2.9rem;
    line-height:2.9rem;
    border:0;
    background:#f7f7f7;
    margin-left:1rem;
    font-family:Microsoft Yahei;
    border-radius:2px 2px 0 0;
    color:#666;
}
#add-Login-nav-buton{
    height:3rem;
    line-height:3rem;
    color:#cd3443;
    font-size:1.2rem;
    border-bottom:2px solid #cd3443;
}
/*手机*邮箱*验证码*登陆2016年10月18日14:25:37*/
.loginPhoneBOX{
    width:100%;
    overflow:hidden;
    font-family:Microsoft Yahei;
}
.textUserPhone, .textUserCode, .textUserBtn, .textUserEmail, .textUserEmailCode{
    width:80%;
    margin:0.5rem 10%;
}
.loginPhoneBOX input, .loginEmailBOX input{
    height:3rem;
    line-height:3rem;
    border:0;
    font-size:1rem;
    text-indent:5px;
    font-family:Microsoft Yahei;
    text-indent:3rem;
}
.loginPhoneBOX .textUserPhone input, .loginEmailBOX .textUserEmail input{
    width:100%;
    border:solid 1px #ccc;
    border-radius:2px;
}
.textUserCode input, .textUserEmailCode input{
    width:100%;
    float:left;
}
.textUserEmailCode button{
    width:100%;
    float:right;
    border:0;
    background:#cd3443;
    line-height:3rem;
    color:#fff;
}
.textUserBtn button{
    width:100%;
    border:0;
    background:#cd3443;
    height:3rem;
    line-height:3rem;
    font-size:1px;
    text-align:center;
    color:#fff;
    font-family:Microsoft Yahei;
}
.mobile{ 
    background:url(../images/core/land3_icon.png) 0.5rem center no-repeat #fff;
    background-size:2rem;
}
.email{
    background:url(../images/core/land4_icon.png) 0.5rem center no-repeat #fff;
    background-size:2rem;
}
#checkCode, #textUserEmailCode, #emailCode{
    background:url(../images/core/land2_icon.png) 0.5rem center no-repeat #fff;
    background-size:2rem;
}
/*清除浮动*/
.clear{
    clear:both;
    float:none;
    overflow:hidden;
    height:0;
}
.clearFix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* for IE6/7 */
.clearFix{
    *zoom:1;
}
/*解决屏幕点击元素出现底色*/
a, button, input, div{
    -webkit-tap-highlight-color:rgba(255, 0, 0, 0);
}
/*列表切换*/
.maple-tab{
    background-color:#fff;
    width:100%;
    margin-top:3.5rem;
}
.maple-tab ul{
    width:100%;
    overflow:hidden;
}
.maple_Userlogoin ul li{
    list-style-type:none;
    float:left;
    width:33%;
    text-align:center;
    color:#333;
    font-size:1rem;
    padding:4% 0;
    border-bottom:2px solid #dedede;
    cursor:pointer;
}
/*tab活动状态样式*/
.maple-tab .active{
    color:#f76755;
    border-bottom:2px solid #f76755;
}
.maple-tab-com{
    background-color:#fff;
    width:100%;
}
.maple-tab-com ul{
    width:100%;
    overflow:hidden;
}
.maple-tab-com .active{
    color:#f76755;
    border-bottom:2px solid #f76755;
}
.maple_UserCompany ul li{
    list-style-type:none;
    float:left;
    width:33%;
    text-align:center;
    color:#333;
    font-size:1rem;
    padding:4% 0;
    border-bottom:2px solid #dedede;
    cursor:pointer;
}
.maple_logoin ul li{
    list-style-type:none;
    float:left;
    width:33%;
    text-align:center;
    color:#333;
    font-size:1rem;
    padding:4% 0;
    border-bottom:2px solid #dedede;
    cursor:pointer;
}
.tab-content-1, .tab-content-2{
    width:100%;
    height:10rem;
    /*padding: 4% 0;*/
    text-align:center;
    font-size:2rem;
}
.tab-content-1{
    color:#f76755;
}
.tab-content-2{
    color:mediumslateblue;
}
/****引导关注 2016年11月1日***************************************************/

.Yd_body{
    max-width:1024px;
    width:100%;
    margin:0 auto;
    position:relative;
}
.Yd_body h1{
    font-size:2rem;
    width:100%;
    text-align:center;
    padding:1rem 0;
    color:#cd3443;
}
.Yd_body .detail{
    width:80%;
    text-align:left;
    font-size:1.1rem;
    margin-left:10%;
    color:#999;
    line-height:25px;
    margin-bottom:1.5rem;
}
.Yd_body .detail span{
    color:#cd3443;
}
.Yd_body .detail fieldset{
    border:1px solid #d74148;
}
.Yd_body .detail fieldset legend{
    font-weight:bold;
    color:#cd3443;
}
.Yd_body .Success{
    font-size:2rem;
    width:90%;
    margin:0 5%;
}
.Yd_text1{
    width:70%;
    margin:1rem 15%;
    background:#0894ef;
    border-radius:3px;
    font-size:1.2rem;
    text-align:center;
    color:#fff;
    padding:0.5rem;
}
.Yd_text2{
    font-size:1.3rem;
    line-height:3rem;
    text-align:center;
    color:#fff;
    background:#cd3443;
}
.Yd_text3{
    font-size:1.3rem;
    line-height:2.4rem;
    text-align:center;
    color:#cd3443;
    margin-top:1rem;
}
#showqrcodediv{
    display:none;
}
.Yd_img2{
    border-radius:3px;
    position:relative;
    background:#fff;
    overflow:hidden;
}
.Yd_img2 img{
    width:50%;
    margin:1rem 25%;
}
.Yd_img2 #close_icon{
    position:absolute;
    top:0;
    right:1rem;
    color:#cd3443;
    font-size:2rem;
}
#Close_Yd{
    font-size:1.5rem;
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    padding:5px 7px;
}
.Yd_more{
    display:block;
    width:60%;
    height:2.5rem;
    font-size:1rem;
    text-align:center;
    line-height:2.5rem;
    margin:0.5rem 20%;
    color:#ffffff;
    background:#cd3443;
    border-radius:3px;
}
/*加载更多样式*/
.more_content{
    display:block;
    width:40%;
    /* background-color: #cd3443; */
    border-radius:0.5rem;
    line-height:2rem;
    text-align:center;
    color:#cd3443;
    font-weight:600;
    margin-left:30%;
    margin-top:1rem;
    padding:0;
    border:0px !important;
}
.blank_content{
    display:block;
    width:80%;
    background-color:#fff;
    line-height:2rem;
    text-align:center;
    color:#cd3443;
    margin-left:10%;
    margin-top:1rem;
}
.new_box_more{
    border-bottom:1rem solid #fff;
}
.The_resume_body{
    overflow:hidden;
    background:#fff;
    position:fixed;
    top:0;
    right:0;
    z-index:4;
}
/*第三方登陆*/

#Third_party{
    width:80%;
    margin:10px auto;
    overflow:hidden;
}
#Third_party ul{
    display:block;
}
#Third_party li{
    display:inline-block;
    width:33.3333%;
    float:left;
    text-align:center;
}
#Third_party li a{
    display:inline-block;
    text-align:center;
}
#Third_party li a em{
    display:inline-block;
    width:3rem;
    height:3rem;
    margin:0.5rem auto;
}
#Third_party li a p{
    width:100%;
    text-align:center;
}
.weixin_dl em{
    background:url(/weixin/images/core/weixin_icon.png) center center no-repeat;
    background-size:3rem 3rem;
}
.weibo_dl em{
    background:url(/weixin/images/core/weibo_icon.png) center center no-repeat;
    background-size:3rem 3rem;
}
.baidu_dl em{
    background:url(/weixin/images/core/baidu_icon.png) center center no-repeat;
    background-size:3rem 3rem;
    background-position:0 0;
}
.QQ_dl em{
    background:url(/weixin/images/core/QQ_icon.png) center center no-repeat;
    background-size:3rem 3rem;
    background-position:0 0;
}
/*投递成功，关注微信公众号，实时查询求职进度****************************************************/
.SuccessMenuBg{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, .4);
    display:none;
    z-index:1000;
}
.SuccessMenu{
    width:80%;
    overflow:hidden;
    margin:0 10%;
    position:fixed;
    top:20%;
    left:0;
    background:#fff;
    border-radius:10px;
}
.SuccessMenu h1{
    text-align:center;
    font-size:1.5rem;
    color:#fff;
    padding:0.5rem 0;
    background:#cd3443;
    margin-bottom:0.5rem;
}
.FollowMenu{
    overflow:hidden;
    width:70%;
    margin:1rem 15%;
    padding:0.6rem 0;
    position:relative;
    background:#d74148;
    border-radius:3px;
}
.FollowMenu .Follow_weixin{
    width:100%;
    text-align:center;
    color:#cd3443;
}
.FollowMenu .Follow_weixin p{
    font-size:1.2rem;
    line-height:1.8rem;
    color:#fff;
}
.SuccessMenu h2{
    font-size:1.2rem;
    line-height:1.8rem;
    color:#cd3443;
    text-align:center;
    margin:1.5rem;
}
/*#back_Success{
    position:absolute;
    top:10px;
    right:0;
    display:block;
    padding:  0 0.5rem;
    color:#fff;
    font-size:1.5rem;
}*/

.SuccessMenu .MorePosition{
    width:100%;
    height:30px;
    text-align:center;
    background:#cd3443;
    color:#fff;
    padding:0.5rem;
}
.SuccessMenu .MorePosition a{
    color:#fff;
}
/**弹出提示窗**/
.modal-bg{
    border-radius:6px;
    position:fixed;
    left:50%;
    margin-left:-43%;
    margin-top:90px;
    z-index:1050;
    max-width:640px;
    width:86%;
    background-color:#fff;
    outline:none;
}
.modal-hd{
    line-height:0px;
    text-align:center;
    padding:20px 0;
    overflow:hidden;
    height:258px;
}
.modal-hd .hd_tit_h4{
    font-size:22px;
    color:#333;
    font-weight:500;
}
.modal-hd .hd_tit_p{
    font-size:16px;
    color:#666;
    line-height:25px;
    width:90%;
    margin:0px auto;
}
.hd_er_href a i{
    width:20px;
    height:20px;
    background:url('/weixin/images/er_min_icon.png') no-repeat;
    display:inline-block;
}
.hd_er_href a span{
    line-height:20px;
    color:#31c434;
    vertical-align:top;
    margin-left:6px;
}
.hd_er_href{
    padding-top:10px;
    clear:both;
}
.prompt a i{
    background:url('/weixin/images/prompt.png') no-repeat;
    display:inline-block;
    background-position:3px;
}
.modal-bd{
    height:360px;
    padding:0 40px;
    position:relative;
    text-align:center;
    max-height:400px;
}
.bot{
    /*margin: 20px auto;
    width: 240px;*/
    margin-top:20px;
}
.bot a{
    color:#fff;
    padding:10px;
    line-height:20px;
    /*display: block;
    width: 30%;*/
    /*margin: 0px auto;*/
    /* float: left; */
    border-radius:6px;
}
.bot a:first-child{
    background-color:#cd3443;
}
.bot a:last-child{
    background-color:#a3a3a3;
    /*margin-left: 20px;*/
}
.modal_del{
    position:absolute;
    top:-10px;
    right:-10px;
    border-radius:100%;
    background:#fff;
    padding:10px;
    border:solid 2px #666;
}
.content_box{
    text-align:left;
    margin-left:30px;
}
.content_box h6{
    font-size:18px;
    color:#333;
    font-weight:500;
    line-height:0px;
    margin:35px 0px;
}
.content_box p{
    font-size:16px;
    color:#666;
    line-height:14px;
    margin:20px 0;
}
.er_ss_img{ margin:20px auto }
.er_ss_img p{
    font-size:18px;
    color:#666;
    width:180px;
    line-height:26px;
    margin-top:20px;
    margin:auto;
}
/**结束弹出提示窗**/

.contentMore{ height:50px; color:#999; background-color:#f9f9f9; line-height:50px; padding-left:10px; clear:both; }
.contentMore dd{
    float: left;
    margin: 0px 2%;
    line-height: 40px;
    width: 20%;
    text-align: left;}
.contentMore dd a{
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}
.browse ul li{
    border-bottom:solid 1px #f0f0f0;
    clear:both;
    display:inline-block;
    width:100%;
}
.browse ul li:last-child{
    border:none
}
.bro_title{
    margin-left:20px;
}
.bro_fl{
    float:left;
}
.bro_title h3{
    font-size:16px;
    color:#cd3443;
}
.bro_title p{
    font-size:12px;
    color:#999999;
}
.pin_bon{
    float:right
}
.pin_bon{
    padding:6px 10px;
    background:#cd3443;
    margin:20px 20px;
    border-radius:2px
}
.pin_bon a{
    text-align:center;
    color:#fff;
    line-height:15px;
    display:block
}
.browsepage{
    text-align:center;
}
.browsepage a{
    color:#fff;
    display:inline-block;
    width:30%;
    height:2.5rem;
    background:#0894ef;
    line-height:2.5rem;
    border-radius:0.5rem;
}
.browsepage span{
    color:#fff;
    display:inline-block;
    width:30%;
    height:2.5rem;
    background:#666;
    line-height:2.5rem;
    border-radius:0.5rem;
}

.buttonDefault2 {
	font-size: 14px;
    height:30px;
    line-height:30px;
    width:100px;
   // vertical-align:middle ;
    border:1px;
    border-radius:2px;
}

.buttonBgRed{
     background: #CD3443;
     color: #FFFFFF !important ;
}

.buttonBgBlue
{
    background:#1393d5 ;
    color: #FFFFFF !important ;
}