* {
    margin: 0;
    padding: 0;
}

/*页面标题*/
@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;
        width: 10.04rem;
        margin: 0 auto;
        box-sizing: border-box;
    }

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

    .dashiji .title-box {
        margin: 1rem auto;
    }

    .banner {
        margin-top: 0.98rem !important;
    }

    .banner > div {
        width: 100%;
        position: absolute;
        top: 2.02rem !important;
        left: 0;
        color: #fff;
        font-size: 0.8rem;
        text-align: center;
    }

    .ycs {
        height: 4.15rem;
        width: 0.2rem;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }

}


@media screen and (max-width: 750px) {
    .banner div {
        font-size: 0.32rem !important;
    }

    .banner {
        margin-top: 1rem !important;
    }

    .banner > div {
        width: 100%;
        position: absolute;
        top: 1.5rem !important;
        left: 0;
        color: #fff;
        font-size: 0.8rem;
        text-align: center;
    }

    .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;
        color: #0068b7;
        margin-bottom: 0.26rem;
    }

    .title-box .text {
        color: #373737;
        font-size: 0.22rem;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
        width: 6.8rem;
        margin: 0 auto;
        box-sizing: border-box;
        /* text-align: justify;
         text-align-last: center;*/
        color: #7f7f7f;
    }

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

    .dashiji .title-box {
        margin: 1rem auto;
    }

    .ycs {
        height: 2.89rem;
        width: 0.2rem;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 5%;
        transform: translate(-50%);
    }

}




