@media screen and (min-width: 751px) {

    /*页面标题*/
    .title-box {
        margin: 1rem 0;
    }

    .title-box .title {
        font-size: 0.4rem;
        font-weight: 530;
        text-align: center;
        color: #0068b7;
    }

    .title-box .text {
        color: #373737;
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
    }

    .title-box .stitle {
        text-align: center;
        color: #0068b7;
        font-size: 0.25rem;
        margin-bottom: 0.35rem;
    }


    .mission {
        width: 14rem;
        padding-bottom: 1rem;
        border-bottom: 0.01rem solid #bcbcbc;
        margin: 0 auto;
    }

    .values {
        width: 14rem;
        margin: 0 auto;
    }


    .values .values-content {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
    }

    .values .values-content .box {
        width: 4.5rem;
        height: 5.8rem;
        background: linear-gradient(-43deg, rgba(0, 116, 202, 1), rgba(98, 170, 32, 1));
        text-align: center;
        color: #fff;
    }

    .values .values-content .box .pic {
        width: 100%;
        height: 3.1rem;
    }

    .values .values-content .box .title {
        font-size: 0.3rem;
        margin-top: 0.78rem;
        margin-bottom: 0.3rem;

    }

    .values .values-content .box .text {
        line-height: 2;
        font-size: 0.18rem
    }


}


@media screen and (max-width: 750px) {
    .title_down {
        width: 0.55rem;
        height: 0.05rem;
        display: block;
        margin: 0 auto;
    }

    .title-box {
        margin: 0.4rem 0;
    }

    .title-box .title {
        font-size: 0.35rem;
        /* font-weight: 600;*/
        text-align: center;
        margin-bottom: 0.22rem;
        color: #0068b7;
    }

    .title-box .text {
        color: #373737;
        font-size: 0.2rem;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
        margin-top: 0.38rem;
    }

    .title-box .stitle {
        text-align: center;
        color: #0068b7;
        font-size: 0.25rem;
        margin-bottom: 0.35rem;
    }

    .mission-content {
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .mission-content img {
        height: 2.9rem;
    }

    .mission {
        width: 100%;
        padding-bottom: 0.25rem;
        border-bottom: 0.01rem solid #bcbcbc;
        margin: 0 auto;
    }

    .vision .text {
        padding: 0 0.2rem !important;
        /*text-align: justify;
        text-align-last: center;*/
    }


    .values {
        padding: 0 0.2rem;
        box-sizing: border-box;
    }


    .values .values-content {
        width: 100%;
        margin-bottom: 0.15rem;
    }

    .values .values-content .box {
        width: 100%;
        margin-bottom: 0.2rem;
        background: linear-gradient(-43deg, rgba(0, 116, 202, 1), rgba(98, 170, 32, 1));
        text-align: center;
        color: #fff;
    }

    .values .values-content .box .pic {
        width: 100%;
        height: 2.8rem;
    }

    .values .values-content .box .title {
        font-size: 0.35rem;
        margin-top: 0.4rem;
        margin-bottom: 0.42rem;

    }

    .values .values-content .box .text {
        line-height: 2;
        font-size: 0.22rem;
        padding-bottom: 0.4rem;

    }


    .values .values-content .box:nth-child(1) .text {
        padding-bottom: 0.4rem !important;

    }


    .values .values-content .box:nth-child(1) .text {
        padding: 0 0.8rem;
    }


}