 body {
    background: #f0f5fa;
}

/*.wrapper{background: url(/res/static/cn/images/visionbg-2.png) no-repeat;background-size: auto 34%;background-position: right 580px;}*/
.visionBody {
    width: 100%;
    overflow: hidden;
}

.visionBody {
    height: auto;
    background: unset;
    /* padding-top: 60px; */
    /* background-size: auto 42%; */
    /* background-position: 87% 34%; */
}

.visionBody .aboutUsTop {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.visionBody .aboutUs_con {
    width: 50%;
}

.visionBody .aboutUsTop h4 {
    font-size: 44px;
    height: 50px;
    width: 550px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    margin: 0 0 80px 0;
    display: inline-block;
    padding-left: 27px;
    background: url(/res/static/cn/images/leftline.png) no-repeat;
    background-size: 7px auto;
    background-position: left center;
}

.visionBody .aboutUsTop p {
    font-size: 18px;
    width: 550px;
    color: #004f99;
    margin: 0;
    line-height: .6rem;
    padding: 0;
    text-indent: 2em;
    text-align: justify;
}

.visionBody .aboutUs_img {
    width: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visionBody .aboutUs_img img {
    width: 69%;
    margin-top: 30px;
    border-radius: 8px;
}


@media screen and (max-width: 900px) {
    .wrapper {
        background: unset;
    }

    .visionBody {
        /*background: url(/res/static/cn/images/visionbg-m.png) no-repeat;*/
        /*background-position: center bottom;*/
        min-height: unset;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 100%;
    }

    .visionBody .aboutUsTop {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .visionBody .aboutUsTop h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 1rem;
        height: 1rem;
        margin-bottom: 20px;
        background-position: left center;
    }

 
    .visionBody .aboutUsTop p {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        font-size: 16px;
        line-height: 32px;
        background: unset;
        height: auto;
        padding: 0;
    }
    .visionBody .aboutUs_con {
        width: 100%;
    }
    .visionBody .aboutUs_img {
        width: 100%;
    }
    .visionBody .aboutUs_img img {
        width: 100%;
        height: auto;
    }
}
