#v3_content, #v3_text {
    z-index: 3;
}

#vv_wrap {
    width: 970px;
    height: 500px;
    margin: 0 auto;
    margin-top: 95px;
    position: relative;
    z-index: 1;
}

#vv_mask {
    display: block;
    width: 0;
    height: 488px;
    background: url('../job_images/hl.png') no-repeat left bottom;
    overflow: hidden;
    left: 0;
    top: 0;
}

#vv_body {
    display: block;
    width: 4088px;
    height: 488px;
    background: url('../job_images/hl_mask.png') no-repeat left bottom;
    z-index: 2;
}

#tncBottom {
    width: 100%;
    height: 285px;
    border-top: 3px solid #e6eaef;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../job_images/bg_4.jpg') repeat;
}

#mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 1000;
}

#dxShow {
    display: none;
    width: 680px;
    height: 440px;
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -230px 0 0 -350px;
    z-index: 1002;
}

#dxShow .close {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0 50% 50% 0;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: 0;
}

#dxShow .close a {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../job_images/close.png') no-repeat center;
    background-size: 25px;
    position: relative;
    z-index: 1;
}

#dxShow .close .wbg {
    background: #000;
}

#dxShow .box {
    width: 680px;
    height: 440px;
    overflow-y: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
}

#dxShow .whg {
    background: #000;
    border-radius: 5px;
    overflow: hidden;
}