.contactUs2 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.contactUs2 * {
    box-sizing: border-box;
}

.contactUs2Top {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.contactUs2Top .title {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
}

.contactUs2Top .enTitle {
    font-size: 16px;
    color: rgb(153, 153, 153);
    line-height: 1.5;
}

.contactUs2Content {
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.contactUs2Content .contactUs2List:after {
    content: '';
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.contactUs2Content .contactUs2List {
    padding: 40px;
    font-size: 0;
}

.contactUs2List .contactUs2Item {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 1%;
    margin-bottom: 1%;
}

.contactUs2Item .companyName {
    color: rgb(106, 106, 106);
    font-size: 16px;
    font-weight: bold;
}

.contactUs2Item .companyEnName {
    color: rgb(153, 153, 153);
    padding: 10px 0px 17px;
    font-size: 12px;
}

.contactUs2Item .contactContent {
    color: #333;
    padding: 10px 0px 17px;
    font-size: 12px;
}

.contactUs2Item .contactContent .content {
    line-height: 1.8;
}

.contactUs2Item .contactContent .content:first-child {
    padding-bottom: 6px;
}

#mapContainer2 {
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 0;
}