.aboutuscontent{
    padding: 100px;
}
/* 企业简介 */
.aboutustitle{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    color: rgb(92, 94, 94);
}
.usinfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

/* 企业愿景 */
.fulture{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fultureinfo{
    width: 650px;
}
.fultureinfo>p{
    text-indent: 2em;
    line-height: 30px;
    color: rgb(111, 114, 114);
}