@media only screen and (min-width: 700px) {
    #about {
        width: 100vw;
    }

    .aboutimg {
        position: absolute;
        width: 100vw;
        height: 370px;
        left: 0;
        top: 0;
        z-index: 0;
        background-image: url('/assets/aboutusback.jpg');
        background-repeat: no-repeat;
    }

    .abouttext {
        position: relative;
        top: 370px;
        left: 10vw;
        width: 80vw;
        height: auto;
    }

    .abouttext .left {
        position: absolute;
        top: 161px;
        left: 0px;
        width: 30vw;
        height: auto;
    }

    .abouttext .left span {
        display: inline;
    }

    .abouttext .eng {
        text-align: left;
        color: #444444;
        font-size: 36px;
        font-weight: 300;
    }

    .abouttext .chi {
        line-height: 45px;
        text-align: left;
        color: rgb(68, 68, 68);
        font-size: 26px;
        font-weight: 100;
    }

    .abouttext .right {
        position: relative;
        top: 148px;
        left: 30vw;
        width: 50vw;
        height: auto;
    }

    .abouttext .right span {
        font-size: 14px;
        color: #777777;
        line-height: 35px;
    }

    .abouttext .right .bottom {
        position: absolute;
        margin-top: 30px;
    }

    .abouttext .right img {
        position: relative;
        width: 50vw;
        top: 350px;
    }

    #about .team {
        position: relative;
        top: 950px;
        width: 100vw;
        height: 500px;
        z-index: 0;
        background-image: url('/assets/team.jpg');
        background-repeat: no-repeat;

    }

    #about .team .title {
        position: absolute;
        top: 67px;
        left: 10vw;
        width: 80vw;
        height: auto;
    }

    #about .team .title div {
        width: 80vw;
        height: auto;
        text-align: center;
    }

    #about .team .title .eng {
        color: #444444;
        font-size: 36px;
        font-weight: 300;
    }

    #about .team .title .chi {
        text-align: center;
        line-height: 45px;
        font-size: 26px;
        color: rgb(68, 68, 68);
        font-weight: 100;
    }

    .peopleimgs {
        position: relative;
        top: 70px;
        width: 80vw;
        left: 10vw;
    }

    .peopleimgs .imgs .img1 {
        position: absolute;
        top: 120px;
        left: 0px;
        width: 25vw;
    }

    .peopleimgs .imgs .img2 {
        position: absolute;
        top: 120px;
        left: 27.5vw;
        width: 25vw;
    }

    .peopleimgs .imgs .img3 {
        position: absolute;
        top: 120px;
        left: 55vw;
        width: 25vw;
    }

    .peopleimgs .imgs .down {
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 0px;
    }

    .peopleimgs .imgs .up {
        position: absolute;
        z-index: 1;
        top: 60px;
        left: 60px;
    }

    .peopleimgs .imgs .name {
        position: absolute;
        z-index: 1;
        top: 370px;
        left: 210px;
        font-size: 16px;
        color: rgb(68, 68, 68);
    }

    .peopleimgs .imgs .detail {
        position: absolute;
        z-index: 1;
        top: 405px;
        left: 70px;
        font-size: 14px;
        width: 380px;
        color: rgb(119, 119, 119);
    }

    .peopleimgs .imgs .up img {
        width: 400px;
        height: 280px;
    }

    /* 企业文化 */
    #about .culture {
        position: relative;
        width: 100vw;
        top: 1300px;
        height: 700px;
        background-image: url('/assets/cultureback.jpg');
        background-size: 100vw 700px;
        background-repeat: no-repeat;
    }

    #about .culture .text {
        position: relative;
        left: 55vw;
        top: 50px;
        width: 500px;
    }

    #about .culture .text .eng {
        color: #444444;
        font-size: 36px;
        line-height: 50px;
        font-weight: 300;
    }

    #about .culture .text .chi {
        color: #444444;
        font-size: 26px;
        line-height: 60px;
        font-weight: 100;
    }

    #about .culture .text .title {
        color: rgb(68, 68, 68);
        font-size: 16px;
        line-height: 35px;
        margin-top: 30px;
    }

    #about .culture .text .detail {
        font-size: 14px;
        color: rgb(119, 119, 119);
        margin-top: 10px;
    }

    #about .honor {
        position: absolute;
        top: 3000px;
        width: 100vw;
    }

    #about .honor .title div {
        width: 100vw;
        height: auto;
        /* background-color: aqua; */
        text-align: center;
    }

    #about .honor .title .eng {
        color: #444444;
        font-size: 36px;
        font-weight: 300;
    }

    #about .honor .title .chi {
        text-align: center;
        line-height: 45px;
        font-size: 26px;
        color: rgb(68, 68, 68);
        font-weight: 100;
    }

    #about .honor .imgs {
        width: 80vw;
        margin-left: 10vw;
        margin-top: 100px;
    }

    /* #about .honor .imgs .imgdetail {
        float: left;
        width: 19vw;
        height: 400px;
        margin-left: 20px;
        background-color: aqua;
    }

    #about .honor .imgdetail .text {
        width: 300px;
        height: 50px;
        color: #444444;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        background-color: aqua;
    } */

    #about .honor img {
        width: 80vw;
        height: auto;
    }
}<!--耗时1768585470.5544秒-->