
        .divider {
            width: 80px;
            height: 2px;
            background: #000000;
            margin: 30px auto;
        }
        
        /* 横向联系方式区域 */
        .contact-row {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            padding: 60px 0 40px;
            justify-content: center;
        }
        
        .contact-card {
            flex: 1;
            min-width: 250px;
            max-width: 280px;
            padding: 35px 25px;
            text-align: center;
            border: 1px solid #eaeaea;
            transition: all 0.3s ease;
            background: #ffffff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            border-radius: 4px;
        }
        
        .contact-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            border-color: #d0d0d0;
        }
        
        .contact-icon {
            width: 70px;
            height: 70px;
            background: #f8f8f8;
            border: 1px solid #eaeaea;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 1.8rem;
            color: #333;
            transition: all 0.3s ease;
        }
        
        .contact-card:hover .contact-icon {
            background: #000;
            color: #fff;
            border-color: #000;
        }
        
        .contact-card h3 {
            font-size: 1.4rem;
            font-weight: 500;
            color: #000000;
            margin-bottom: 20px;
        }
        
        .contact-card p, .contact-card a {
            color: #555555;
            font-size: 1.1rem;
            margin: 8px 0;
            display: block;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .contact-card a:hover {
            color: #000000;
            text-decoration: underline;
        }
        
        .qr-container {
            margin: 20px auto 0;
            padding: 15px;
            background: #f8f8f8;
            border-radius: 8px;
            max-width: 200px;
        }
        
        .qr-code {
            width: 130px;
            height: 130px;
            background: #ffffff;
            border: 1px solid #eaeaea;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
            padding: 10px;
        }
        
        .qr-code img {
            max-width: 100%;
            height: auto;
        }
        
        .qr-text {
            font-size: 0.9rem;
            color: #666666;
            text-align: center;
            line-height: 1.5;
        }
        
        /* 办公环境区域 */
        .office-section {
            padding: 60px 0;
            background: #f8f8f8;
            border-top: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
        }
        
        .section-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 400;
            color: #222222;
            margin-bottom: 40px;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        
        .gallery-item {
            height: 280px;
            overflow: hidden;
            position: relative;
            border: 1px solid #eaeaea;
            transition: all 0.3s ease;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover img {
            transform: scale(1.05);
        }
        
        /* 地图区域 */
        .map-section {
            padding: 80px 0;
        }
        
        .map-container {
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .map-content {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }
        
        .address-info {
            flex: 1;
            min-width: 300px;
        }
        
        .address-info h3 {
            font-size: 1.8rem;
            font-weight: 400;
            margin-bottom: 30px;
            color: #000000;
        }
        
        .address-detail {
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #eaeaea;
        }
        
        .address-detail p {
            color: #555555;
            margin: 12px 0;
            line-height: 1.7;
            font-size: 1.1rem;
        }
        
        .transportation {
            margin-top: 30px;
        }
        
        .transportation h4 {
            font-size: 1.3rem;
            font-weight: 500;
            margin-bottom: 20px;
            color: #000000;
        }
        
        .transportation ul {
            list-style: none;
        }
        
        .transportation li {
            margin: 15px 0;
            padding-left: 25px;
            position: relative;
            color: #555555;
            font-size: 1.1rem;
        }
        
        .transportation li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #000000;
            font-size: 1.2rem;
        }
        
        .map-visual {
            flex: 1;
            min-width: 300px;
            height: 400px;
            background: #eaeaea;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
        }
        
        .map-visual i {
            font-size: 60px;
            color: #888;
            margin-bottom: 20px;
        }
        
        .map-visual p {
            color: #666;
            max-width: 300px;
            text-align: center;
            line-height: 1.7;
            font-size: 1.1rem;
        }
        

       
        .social-links {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 30px 0;
        }
        
        .social-links a {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.2rem;
        }
        
        .social-links a:hover {
            background: #555;
            transform: translateY(-3px);
        }
        
        .copyright {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid #333;
            color: #aaa;
            font-size: 0.95rem;
            line-height: 1.7;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .contact-row {
                gap: 20px;
            }
        }
        
        @media (max-width: 768px) {
          
            header h1 {
                font-size: 2.4rem;
            }
            
            .contact-row {
                flex-direction: column;
                align-items: center;
            }
            
            .contact-card {
                min-width: 100%;
                max-width: 400px;
            }
            
            .gallery-grid {
                grid-template-columns: 1fr;
            }
            
            .map-content {
                flex-direction: column;
            }
            
            .map-visual {
                height: 300px;
            }
        }