.banner {
    width: 100%;
    height: 340px;
}

.ban-img {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
}
.attract-img{
    display: block;
    width: 1200px;
    margin: 45px auto 65px;
    height: 540px;
}
#mapContainer {
    width: 1200px;
    height: 520px;
    margin: 50px auto 0;
}

.title {
    margin-top: 90px;
}

.title::after {
    content: '';
    display: block;
    clear: both;
}

.title-cn {
    width: 100%;
    height: 35px;
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    text-align: center;
}

.title-en {
    width: 100%;
    height: 11px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.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;
}