/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item>img {
    width: 100%;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*主体样式*/

.page-box {
    background: #eee;
}

.banner-bg {
    width: 100%;
    height: 26rem;
    background: url(../images/product-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5rem;
}

.recruit-time {
    text-align: right;
    letter-spacing: 2px;
    font-size: 1.2rem;
    color: #016a92;
}

.recruit-time span {
    font-weight: 600;
    display: block;
    font-size: 1.8rem;
}

.recruit-ul li {
    background: url(../images/list-bg.jpg) no-repeat;
    padding: 1rem;
}

.recruit-font p {
    font-size: 14px;
}

.recruit-ul {
    padding-top: 5rem;
}

.recruit-bt div,
.recruit-box div {
    text-align: center;
}

.recruit-box {
    background: #01a0dd;
    margin: 0rem;
    padding: 1rem 0rem;
    color: #fff;
}

.card-header {
    padding: 0.7rem 0;
}

.card-header .btn-block {
    color: #2e2e2e;
}

.recruit-p {
    font-size: 0.9rem;
    line-height: 28px;
}

.recruit-link {
    background: #fff;
    margin: 0;
    padding: 3rem;
}

.recruit-mian {
    padding-bottom: 7rem;
}

.rczp {
    color: #fff;
    padding-top: 12rem;
    padding-left: 7rem;
    text-shadow: 0px 0px 4px #313030;
    font-size: 4rem;
    letter-spacing: 11px;
}





/*移动端适配*/
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1480px;
    }
}

.page-box.show {
    height: auto !important;
}

@media (max-width:480px) {

    .gwzz {
        font-size: 1rem;
    }

    .recruit-p {
        font-size: 0.8rem;
    }

    .recruit-mian {
        padding-bottom: 2rem;
    }


    .recruit-bt div,
    .recruit-box div {
        text-align: center;
        font-size: 14px;
    }

    .recruit-link {
        background: #fff;
        margin: 0;
        padding: 1.2rem;
        font-size: 0.9rem;
        line-height: 28px;
    }

    .rczp {
        color: #fff;
        padding-top: 4rem;
        padding-left: 1rem;
        text-shadow: 0px 0px 4px #313030;
        letter-spacing: 4px;
        font-size: 2.5rem;
    }

    .banner-bg {
        width: 100%;
        height: 11rem;
        background: url(../images/product-banner.png) no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 1rem;
    }
}