.AboutUs {
}

.AboutUsTitle {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.AboutUsDesc {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 10px;
}

.AboutUsBox {
    padding: 50px 0 50px 0;
}

.AboutContent {
    margin: 0 auto;
}

.AboutLeftRightBox {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 30px;
}

.AboutImage {
    float: left;
    margin-right: 20px;
}

.AboutImage img {
    width: 250px;
    height: 250px;
}

.AboutImage .imageAlt {
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}

.linkManBox {
    margin: 10px 0;
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.linkManBox:last-child {
    border-bottom: none;
}

.linkManTitle {
    font-size: 20px;
    font-weight: bold;
}

.linkManNamePhone {
    font-size: 15px;
    margin: 10px 0;
}

.linkManWechat {
    width: 120px;
    height: 120px;
}

.companyName {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.companyDesc {
}