.about-us-content {
    margin: 0 auto;
    width: 1200px;
}

.about-us-title {
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
}

.company-profile {
    padding-top: 93px;
}

.company-profile-box {
    margin-top: 77px;
    display: flex;
    justify-content: space-between;
    height: 350px;
}

.company-profile-img {
    height: 100%;
}

.company-profile-content {
    width: 607px;
}

.company-profile-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
    text-align: justify;
    line-height: 30px;
}

.company-profile-content p span {
    font-size: 18px;
    color: #ff702a;
}

.development-history {
    padding-top: 101px;

}

.development-history-img {
    margin-top: 77px;
    width: 100%;
}

.contact-us {
    padding-top: 31px;

}

.contact-way {
    margin-top: 102px;
    display: flex;
    justify-content: space-between;
}

.contact-item {
    display: flex;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    font-size: 18px;
    color: #666;
}

.contact-way-img {
    height: 70%;
    margin-right: 6px;
}

.map {
    margin: 59px auto 100px;
    width: 1200px;
    height: 390px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .map {
        background: url(../../images/pc/aboutUs/map.png) no-repeat;
        background-size: 100%;
    }
}