@charset "UTF-8";

.aboutPrep_box{
    width: 100%;
}
.aboutPrep_logo_box{
    width: 34%;
    margin: 40px auto 10px auto;
}
.aboutPrep_logo_box > img{
    width: 100%;
}

.ABOUT_US_box{

}

.ABOUT_US{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 65px;
    margin-bottom: 20px;
}
.one{
    width: 2%;
    height: 22px;
    background-color: #005837;
    margin: 0px 2% 0px 3%;
}

.two{
    font-size: 20px;
    font-weight: 600;
    color: #005837;
    margin: 0px 2% 0px 2%;
}

.three{
    font-size: 18px;
    font-weight: 200;
    color: #005837;
}

.paragraph{
    text-indent:32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    padding: 3px 5%;
    text-align: justify; /* 字段两端对其 */
}

.guanyu_img{
    width: 100%;
    margin: 30px 0px;
}

.guanyu_img>img{
    width: 100%;
}

.corporate_culture{
    width: 100%;
    padding: 0 4%;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

    margin-bottom: 30px;
}
.L_div{
    width: 1%;
    height: 50px;
    background-color: #005837;
    margin: 0px 2% 0px 0px;
}
.R_div{
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.culture_one{
    font-size: 18px;
    font-weight: 400;
    color: #005837;
}
.culture_two{
    font-size: 18px;
    font-weight: 200;
    color: #005837;
}

.culture_three{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-right: 4%;
    box-sizing: border-box;
}

.chuang_shi{
    width: 100%;
    text-align: center;
}

.chuang_shi >img{
    width: 70%;
}

.introduce{
    margin: 20px 0px;
    width: 100%;
    text-align: center;
}

.introduce_1{
    font-size: 19px;
    font-weight: 600;
    color: #000000; 
}

.introduce_2{
    font-size: 16px;
    font-weight: 500;
    color: #000000; 
    padding: 3px 0px;
}
/* .footer_box{
    margin-bottom: 0px;
} */


