.conttttt {
    max-width: 1200px;
    margin: auto;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.map-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 708px;
    height: 373px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.map-container img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    background-color: #4a90e2;
}

.info-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 387px;
    height: 139px;
    transform: translate(-50%, -50%);
    background: white;
    /* padding: 12px 16px;
            border-radius: 8px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 10;
}

.info-popup h3 {
    font-size: 16px;
    color: #3C3E42;
    margin-top: 19px;
}

.info-popup p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #808180;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.contact-info {
    width: 470px;
    height: 377px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 0 29px;
    box-sizing: border-box;
}

.xian {
    margin-left: 20px;
    width: 390px;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.xian2 {
    margin-left: 20px;
    width: 390px;
    padding: 20px 0;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    margin-right: 12px;
    color: #4a90e2;
    font-size: 18px;
}

.contact-label {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    color: #333;
}

.contact-value {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.section-title {
    font-weight: 700;
    font-size: 24px;
    color: #3D3D3D;
    margin-top: 37px;
    margin-bottom: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo-container {
    width: 1200px;
    height: 654px;
    border-radius: 10px;
    background-color: #108CDA;
}

.photo-container img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.gallery img {
    width: 390px;
    height: 236px;
    border-radius: 10px;
    background-color: #108CDA;
}