.contactUs5 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    padding: 10px;
}

.contactUs5Content:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.contactUs5Left {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.contactUs5Top {
    padding-bottom: 8%;
    text-align: center;
}

.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%;
    display: table;
}

.contactUs5LeftContent .content:last-child {
    margin-bottom: 0;
}

.contactUs5LeftContent .content .image-animation-box {
    width: 6%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.contactUs5LeftContent .content .image-animation {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
}

.contactUs5LeftContent .content .dec {
    color: rgb(102, 102, 102);
    font-size: 16px;
    display: inline-block;
    width: 90%;
    line-height: 1.5;
}

.contactUs5Right {
    float: left;
    width: 100%;
    height: 400px;
}

.contactUs5Right #mapContainer5 {
    height: 100%;
}