/**************** 顶部banner ****************/
.pg-bd-banner {
    position: relative;
}
.pg-bd-banner img {
    display: block;
    width: 100%;
    min-height: 200px;
}
.pg-bd-banner-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.pg-bd-banner-mask > h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

/**************** 导航条 ****************/
.pg-bd-navbar {
    background: #f8f8f8;
}
.pg-bd-navbar-row {
    margin: 0;
}
.pg-bd-navbar-row [class^=col-] {
    padding: 0;
}
.pg-bd-nb-link {
    display: block;
    color: #333333;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
.pg-bd-nb-link.active {
    color: #fff;
    background: #20c7b3;
}
.pg-bd-nb-link:hover,
.pg-bd-nb-link:focus {
    text-decoration: none;
}
.pg-bd-nb-link:hover {
    color: #20c7b3;
}
.pg-bd-nb-link.active:hover {
    color: #fff;
}


/**************** 薪资福利 ****************/
.pg-bd-salary {
    padding: 30px 0 10px;
}
.pg-bd-sy-title {
    text-align: center;
}
.pg-bd-sy-title > h5 {
    font-size: 18px;
    color: #333333;
}
.pg-bd-sy-title > p {
    line-height: 28px;
    font-size: 14px;
    color: #999;
    margin: 15px 0 50px;
}
.pg-bd-sy-cont > img {
    display: block;
    width: 100%;
}
.pg-bd-sy-list {
    margin-bottom: 10px;
}
.pg-bd-sy-item {
    text-align: center;
}
.pg-bd-sy-item > h3 {
    font-size: 17px;
    color: #333;
}
.pg-bd-sy-item > p {
    height: 90px;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-top: 15px;
}

/**************** 招聘职位 ****************/
.pg-bd-job {
    margin-bottom: 50px;
}
.pg-bd-job-list {
    width: 100%;
    border-collapse: collapse;
}
.pg-bd-job-list thead th {
    width: 18.4%;
    background: #54c1b7;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
}
.pg-bd-job-list thead th:last-of-type {
    width: 8%;
}
.pg-bd-job-list tbody td {
    width: 18.4%;
}
.pg-bd-job-list tbody td:last-of-type {
    width: 8%;
}
.pg-bd-job-item td {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #666666;
}
.pg-bd-job-item td a {
    color: #a9a9a9;
}
.pg-bd-job-item td a:hover {
    color: #54c1b7;
}
/****** 职位描述 ******/
.pg-bd-job-item-desp {
    background: #f5f5f5;
    padding: 30px 6% 30px;
}
.pg-bd-job-item-desp {
    margin-bottom: 30px;
}
.pg-bd-job-item-desp > p > strong {
    display: block;
    color: #333;
    line-height: normal;
    font-size: 14px;
    font-weight: bolder;
    padding: 0 0 10px;
}
.pg-bd-job-item-desp > p {
    color: #888;
    font-size: 13px;
    line-height: 28px;
}
.pg-bd-job-item-desp > a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
    text-align: center;
    background: #54c1b7;
    border-radius: 3px;
    text-decoration: none;
}
.pg-bd-job-item-desp > a:hover {
    background: #5dcec0;
}

/****** 分页 ******/
.pg-bd-list-pagni {
    margin-top: 30px;
    text-align: center;
}
.pg-bd-list-pagni > a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    color: #999;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}
.pg-bd-list-pagni > a:hover,
.pg-bd-list-pagni > a.active {
    border-color: #54c1b7;
    background: #54c1b7;
    color: #fff;
}



@media (min-width: 768px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner img {
        min-height: 280px;
    }
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }

    /**************** 导航条 ****************/
    .pg-bd-nb-link {
        padding: 24px 0;
        font-size: 16px;
    }


    /**************** 薪资福利 ****************/
    .pg-bd-salary {
        padding: 30px 0 10px;
    }
    .pg-bd-sy-title {
        text-align: center;
    }
    .pg-bd-sy-title > h5 {
        font-size: 18px;
        color: #333333;
    }
    .pg-bd-sy-title > p {
        line-height: 28px;
        font-size: 14px;
        color: #999;
        margin: 15px 0 50px;
    }

    /**************** 招聘职位 ****************/
    .pg-bd-job {
        margin-bottom: 100px;
    }
    .pg-bd-job-list thead th {
        width: 18.4%;
        padding: 20px 0;
    }
    .pg-bd-job-list thead th:last-of-type {
        width: 8%;
    }
    .pg-bd-job-list tbody td {
        width: 18.4%;
    }
    .pg-bd-job-list tbody td:last-of-type {
        width: 8%;
    }
    .pg-bd-job-item td {
        padding: 20px 0;
    }

    /****** 分页 ******/
    .pg-bd-list-pagni {
        margin-top: 60px;
    }
    .pg-bd-list-pagni > a {

        width: 42px;
        height: 42px;
        line-height: 42px;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }

}


@media (min-width: 768px) and (max-width: 1199px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 28px;
    }

 }


 @media (min-width: 992px) {
     /**************** 导航条 ****************/
    .pg-bd-navbar-row {
        margin: 0 -15px;
    }
    .pg-bd-navbar-row [class^=col-] {
        padding: 0 15px;
    }

}



@media (min-width: 1200px) {
    /**************** 顶部banner ****************/
    .pg-bd-banner-mask > h2 {
        font-size: 36px;
    }

    /**************** 薪资福利 ****************/
    .pg-bd-salary {
        padding: 60px 0;
    }
    .pg-bd-sy-cont > img {
        display: block;
        width: auto;
    }

}