﻿.proType_top {
    position: relative;
}

    .proType_top img {
        width: 100%;
    }

    .proType_top .proType_topTitle {
        position: absolute;
        z-index: 999999;
        color: white;
        top: 52%;
        left: 7%;
        font-size: 50px;
    }

.proType_bottom {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    /* min-height: 700px; */
    padding-bottom: 250px;
}

.proType_NowTitle {
    width: 249px;
    font-weight: bold;
    font-size: 60px;
    color: #002063;
    line-height: 88px;
    padding-bottom: 104px;
}

.Gang {
    padding-top: 78px;
    padding-bottom: 36px;
}

.leftGang {
    width: 82px;
    height: 7px;
    background: #002063;
    float: left;
}

.rightGang {
    width: 39px;
    height: 7px;
    background: #3A6CD5;
    float: left;
}
.jobContent{
    width:86%;
    margin:0 auto;
}
.jobCategory {
    width: 70%;
    margin: 0 auto;
    margin-top: 108px;
    overflow: hidden;
    margin-bottom:200px;
}
.jobCategory ul {
    width:100%;
    overflow:hidden;
}

    .jobCategory ul li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        height: 182px;
        line-height: 182px;
        background: #F7F8F8;
        border-radius: 5px;
        text-align: center;
        font-size: 25px;
        font-weight: 400;
        float: left;
        margin-bottom: 17px;
    }
        .jobCategory ul li a {
            color: #000000;
            width: 100%;
            height: 100%;
            display: block;
        }