.contactUs5 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    padding: 40px 0;
}

.contactUs5 * {
    box-sizing: border-box;
}

.contactUs5Content:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.contactUs5Content {
    font-size: 0;
}

.contactUs5Left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.contactUs5Top {
    padding-bottom: 8%;
}

.contactUs5Top .title {
    font-size: 30px;
    color: rgb(63, 63, 63);
    margin-right: 6px;
}

.contactUs5Top .enTitle {
    font-size: 16px;
    color: rgb(165, 165, 165);
}

.contactUs5Left .contactUs5LeftContent {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactUs5LeftContent .content {
    margin-bottom: 30px;
    width: 100%;
    font-size: 0;
    display: table;
}

.contactUs5LeftContent .content:last-child {
    margin-bottom: 0;
}

.contactUs5LeftContent .content .image-animation-box {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.contactUs5LeftContent .content .image-animation {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.contactUs5LeftContent .content .dec {
    color: rgb(102, 102, 102);
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-right: 1%;
}

.contactUs5Right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 400px;
}

.contactUs5Right #mapContainer5 {
    height: 100%;
    font-size: 14px;
}