
 .jiangmen-page {
     max-width: 1200px;
     margin: 0 auto;
     padding: -40px 20px;
     color: #333;
 }

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: normal;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.section-title p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro-section {
    margin-bottom: 60px;
    overflow: hidden;
}

.intro-image {
    float: left;
    width: 400px;
    margin-right: 40px;
    margin-bottom: 20px;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

.intro-content {
    line-height: 2;
    font-size: 15px;
    color: #555;
    overflow: hidden;
}

.intro-content p {
    margin-bottom: 16px;
    text-align: justify;
    text-indent: 32px;
}

.contact-section {
    margin-top: 60px;
    clear: both;
}

.contact-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.contact-map {
    flex: 0 0 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.contact-map img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-info {
    flex: 1;
    padding: 20px 0;
}

.contact-info h3 {
    font-size: 18px;
    font-weight: bold;  /* 加粗 */
    color: black;       /* 黑色 */
    margin-bottom: 20px;
    font-weight: normal;
}

.contact-info .info-item {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.contact-info .info-item strong {
    color: #333;
    font-weight: normal;
    margin-right: 8px;
}
@media (max-width: 1024px) {
    .intro-image {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact-map {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .jiangmen-page {
        padding: 20px 15px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .intro-content {
        font-size: 14px;
    }
}
