﻿/*css reset*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.zg_logo100 {
    width: 100%;
    overflow: hidden;
}

.zg_logob {
    color: #333;
    padding-top: 10px;
}

.zg_logob span {
    font: 16px/36px '微软雅黑';
    color: #333;
}

.zp_nav li {
    float: left;
}

.zg_logob img {
    vertical-align: text-bottom;
    margin-right: 11px;
}

.zp_nav {
    padding-top: 10px;
}

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

.zp_nav li a {
    font-size: 12px;
    padding: 0 6px;
}

.zg_logob a {
    text-decoration: none;
}


/* banner */

.banner100 {
    width: 100%;
    background: url(../images/zhaopinbannerbg_03.jpg) no-repeat center center;
}


/* section1 */

.section1100 {
    width: 100%;
    background-color: #eff2f4
}

.section1 {
    padding: 26px 0 61px 0;
}

.zhaopintitle {
    text-align: center;
    margin-bottom: 19px;
}

.zhaopin_p {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 38px;
    font-family: '微软雅黑';
}

.section1 h4 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 20px;
    padding-top: 12px;
    font-family: '微软雅黑';
}

.section1 h5 {
    font-size: 18px;
    color: #ff6c00;
    text-align: center;
    line-height: 62px;
    font-family: '微软雅黑';
}

.section1_qh {
    overflow: hidden;
    margin-bottom: 23px;
}

.section1_qhlef {
    width: 500px;
    height: 690px;
    background: #22297A;
}

.section1_qhrig {
    width: 500px;
    height: 690px;
    background: url(../images/zhaopinlaoshi.jpg) no-repeat center center;
    position: relative;
}

.tabc {
    display: none;
}

.tabhd {
    padding-top: 58px;
}

.tabhd li {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 36px;
    font-family: '微软雅黑';
    cursor: pointer;
}

.tabhd .tabhd_on {
    padding-left: 18px;
}

.tabhd .tabhd_on span {
    padding: 0 20px;
    line-height: 38px;
    background-color: #786a55;
    border-radius: 19px;
    color: #fff;
    display: inline-block;
    font-family: '微软雅黑';
    text-align: center;
}

.tabbd {
    width: 750px;
    height: 565px;
    background-color: #fff;
    position: absolute;
    top: 65px;
    left: -300px;
    overflow: hidden;
    overflow: auto;
    padding: 10px;
}

.tabbd .tabc {
    width: 590px;
    margin-left: 68px;
    margin-top: 40px;
    font-size: 16px;
}