.container {
    width: 100%;
}

.container-c {
    width: 1200px;
    margin: 80px auto 0;
}

.container .title {
    font-size: 36px;
    color: #333333;
}

.container .title div {
    padding: 0 65px;
}

.container .title div:first-child {
    color: #d4b66b;
    font-size: 24px;
    position: relative;
}

.container .title div:first-child::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 1px;
    background: #d4b66b;
}

.big-line {
    width: 1200px;
    height: 1px;
    background: rgba(220, 220, 220, 1);
    margin: 55px auto 74px;
}

#mapContainer {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
}

.contact-group {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
}

.contact-group .contact-items {
    padding-top: 50px;
    float: left;
    width: 400px;
    height: 250px;
    box-sizing: border-box;
}

.contact-group .contact-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-group .contact-items p {
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 18px;
    text-align: center;
    margin-top: 32px;
}

.contact-group .contact-items div {
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    text-align: center;
    margin-top: 32px;
}