/* 走进高薪 */

.zjgx_title {
    padding-top: 60px;
    padding-bottom: 55px;
    text-align: center;
}

.gxqgk {
    background-image: url(../images/zjgx_bg_gk.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.gxqgk_left {
    width: 625px;
}

.gxqgk_video {
    width: 100%;
    border: 5px solid #bf8200;
}

.gxqgk_video video {
    width: 625px;
    vertical-align: top;
}

.gxqgk_a {
    display: block;
    margin-top: 40px;
}

.gxqgk_right {
    width: 635px;
}

.gxqgk_js {
    position: relative;
}

.gxqgk_js p {
    font-size: 18px;
    line-height: 48px;
    color: #333;
}

.gxqgk_js a {
    font-size: 16px;
    background-color: #03589b;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: -50px;
    display: inline-block;
    padding: 12px 35px;
}

.gxqtz {
    background-image: url(../images/zjgx_bg_tz.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 25px;
    background-position-y: 70%;
}

.gxqtz_left {
    width: 635px;
    margin-bottom: 20px;
}

.gxqtzTitle {
    position: relative;
    border-bottom: 1px solid #03589b;
    height: 40px;
    margin-top: 8px;
}

.gxqtzTitle span {
    font-size: 24px;
    color: #03589b;
    font-weight: 600;
    cursor: pointer;
}

.gxqtzTitle .on {
    padding-bottom: 6px;
    border-bottom: 3px solid #03589b;
}

.gxqtzTitle span.on {
    font-size: 24px;
    color: #03589b;
    font-weight: 600;
}

.gxqtz_xt {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.gxqtzXw {
    padding-right: 10px;
    width: 620px;
    margin-bottom: 20px;
}

.gxqtzXw .slideTxtBox {
    position: relative;
}

.gxqtzXw .slideTxtBox .hd ul {
    overflow: hidden;
    border-bottom: 1px solid #03589b;
    position: relative;
}

.gxqtzXw .slideTxtBox .hd ul li {
    margin-right: 40px;
    float: left;

}

.gxqtzXw .slideTxtBox .hd ul li span {
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}

.gxqtzXw .slideTxtBox .hd ul li .gengduo {
    position: absolute;
    right: 0;
    cursor: pointer;
    display: none;
    color: #333;
}

.gxqtzXw .slideTxtBox .hd ul li .gengduo a {
    color: #333;
    display: block;
    margin-top: 10px;
}

.gxqtzXw .slideTxtBox .hd ul .on {
    padding-bottom: 6px;
    border-bottom: 3px solid #03589b;
}

.gxqtzXw .slideTxtBox .hd ul .on span {
    font-size: 24px;
    color: #03589b;
    font-weight: 600;
}

.gxqtzXw .slideTxtBox .hd ul .on .gengduo {
    display: inline-block;
}

.gxqtzXw .slideTxtBox ul {
    margin: 10px 0 19px;
}

.gxqtzXw .slideTxtBox .bd ul li {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 10px;
}

.gxqtzXw .slideTxtBox .bd ul li i {
    float: left;
    width: 6px;
    height: 6px;
    background: #dba503;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 8px;
}

.gxqtzXw .slideTxtBox .bd ul li a {
    float: left;
    font-size: 18px;
    line-height: 44px;
    color: #333333;
}

.gxqtzXw .slideTxtBox .bd ul li a:hover {
    color: #1f66ba;
}

.gxqtzXw .slideTxtBox .bd ul li .date {
    float: right;
    font-size: 18px;
    line-height: 44px;
    color: #333333;
}


.gxqyx {
    background-image: url(../images/zjgx_bg_yx.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

/*轮播样式ʽ*/
.poster_box {
    overflow: hidden;
    padding: 30px 20px
}

.poster_box h2 {
    font-size: 30px;
    color: #015293;
    font-weight: bold;
    text-align: center;
}

.poster_box h3 {
    font-size: 16px;
    color: #015293;
    margin: 10px 0 35px;
    text-align: center;
}

.poster-main {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.poster-main img {
    display: block;
    box-shadow: 0px 0px 10px #222222;
    -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a,
.poster-main img {
    display: block;
    width: 100%;
    height: 100%;
}

.poster-main .poster-list {
    width: 1220px;
    height: 500px;
}

.poster-main .poster-list .poster-item {
    width: 780px;
    height: 516px;
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-list .poster-item .item {
    position: relative;
    width: 100%;
    height: 100%
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
    filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
    filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url(../images/sy_icon_arrow_left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url(../images/sy_icon_arrow_right.png) no-repeat center center;
}
.mobile_hide {
    display: block;
}
.pc_hide {
    display: none;
}