﻿.menu-contactUs {
    color: #e5322d !important;
    background: #ffffff;
}

.contactUs-title {
    width: 1200px;
    height: 60px;
    line-height: 75px;
    border-bottom: 1px solid #e5322d;
}

    .contactUs-title span {
        position: absolute;
        font-size: 17px;
        margin-left: 32px;
    }

.contactUs-body {
    width: 1160px;
    min-height: 500px;
    margin-top: 20px;
    white-space: initial !important;
}

    .contactUs-body img {
        max-width: 100%;
    }
