@charset "utf-8";
.aboutUs{
    color: #000;
    width: 100%;
    font-size: 0.8vw;
}

.hs-home-title {
    padding: 2.2vw 0 3.4vw 0.2vw;
    color: #000000;
    text-align: center;
}

.hs-home-boxs .about-box img {
    width: 100%;
}

.hs-home-boxs .about-box .intro {
    text-indent: 2em;
    line-height: 32px;
    font-size: 1vw;
}
.aboutUs .layui-col-xl-offset1 {
    margin-left: 4.333333%;
}

@media screen and (max-width: 767.98px) {
    .hs-home-boxs {
        padding-bottom: 20px;
    }
    .hs-home-boxs .about-box img {
        width: 90%;
        margin-left: 5%
    }

    /*.hs-home-boxs {*/
    /*    text-align: center;*/
    /*}*/


    .hs-home-boxs .about-box .intro {
        width: 90%;
        margin-left: 5%;
        font-size: 14px;
        line-height: 22px;
    }
}
