/*header和banner图*/
.banner-img img {
    min-height: 200px;
}

.i-liitem > a {
    text-align: center;
}

.icon-bar {
    border-bottom: 1px solid #ffffff;
}

.i-banner {
    position: relative;
}

.banner-button > div {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.banner-button > div > span {
    width: 30px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.51);
}

/*人才招聘*/
.psl {
    width: 50%;
    margin: 100px auto;
    text-align: center;
}

.psl p {
    font-size: 36px;
    font-weight: 700;
    color: #3261bd;
}

.text-r {
    font-size: 20px;
    color: #333;
    line-height: 50px;
}

/*职位*/
.pst {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.name {
    font-size: 24px;
    background: #f6f6f6;
    padding: 20px 0;
    text-align: center;
    border-bottom: 6px solid #ffffff;
}

.num {
    font-size: 36px;
    color: #171a23;
}

.master {
    font-size: 14px;
    color: #8E8E8E;
    background: #f6f6f6;
    padding: 25px 50px;
}

.mtr {
    float: left;
}

.btn {
    width: 100%;
    margin-top: 20px;
}

.btn button {
    width: 60%;
    height: 70px;
    color: black;
    background: #ffffff;
    border: 2px solid;
    font-weight: bold;
    font-size: 15px;
}

.pst ul li {
    list-style-type: none;
    margin-bottom: 50px;
}

ul {
    padding: 0;
}

.pd {
    margin-top: 3%;
    margin-bottom: 3%;
}

.pd {
    position: relative;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;
}
.mtr p {
    margin: 0;
    line-height: 35px;
}

/*媒体查询*/
@media screen and (max-width: 600px) {
    .pst {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    .pd {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .psl p {
        font-size: 20px;
    }

    .text-r {
        font-size: 14px;
        line-height: 35px;
    }

    .name {
        font-size: 18px;
        padding: 10px 0;
    }

    .number {
        font-size: 10px;
        padding: 5px 0;
    }

    .num {
        font-size: 18px;
    }

    .master {
        font-size: 12px;
        padding: 15px 30px;
    }

    .btn button {
        height: 30px;
        font-size: 12px;
    }

    .psl {
        width: 90%;
    }

    .psl {
        margin: 40px auto;
    }
}

@media screen and (max-width: 768px)and (min-width: 600px) {
    .psl p {
        font-size: 24px;
    }

    .text-r {
        font-size: 16px;
        line-height: 35px;
    }

    .name {
        font-size: 24px;
        padding: 15px 0;
    }

    .number {
        font-size: 16px;
        padding: 10px 0;
    }

    .num {
        font-size: 24px;
    }

    .master {
        font-size: 12px;
        padding: 15px 30px;
    }

    .btn button {
        height: 45px;
        font-size: 12px;
    }

    .psl {
        margin: 60px auto;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .psl p {
        font-size: 30px;
    }

    .text-r {
        font-size: 16px;
        line-height: 40px;
    }

    .name {
        font-size: 24px;
        padding: 20px 0;
    }

    .number {
        font-size: 22px;
        padding: 10px 0;
    }

    .num {
        font-size: 30px;
    }

    .master {
        font-size: 12px;
        padding: 20px 40px;
    }

    .btn button {
        height: 50px;
        font-size: 12px;
    }

    .psl {
        margin: 80px auto;
    }

}