.lianxiwomendatu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.8);
}
        .contact-container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
			margin-top: 50px;
        }

        .contact-info {
            flex: 1;
            min-width: 300px;
        }

        .contact-item {
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

        .contact-item h3 {
            color: #666;
            margin-bottom: 8px;
            font-size: 16px;
        }

        .qr-codes {
            flex: 1;
            display: flex;
            gap: 20px;
            min-width: 300px;
        }

        .qr-code {
            /*background: #f5f5f5;*/
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }

        .qr-code img {
            width: 180px;
            height: auto;
        }

        .map-container {
            margin: 40px auto;
            max-width: 1200px;
            padding: 0 20px;
        }

        iframe {
            width: 100%;
            height: 400px;
            border: 0;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        @media (max-width: 768px) {
            .contact-container {
                flex-direction: column;
            }
            
            .qr-codes {
                flex-direction: column;
                align-items: center;
            }
			.lianxiwomendatu{
			width: 100%;
			height: 250px;
			/*background-color: #e3f2fd;	*/
			}
			.lianxiwomen{
			/*background-color: #ddd;*/
			margin: auto;
			max-width: 1200px;
			height: 1260px;	
			}
        }
		.right-sections a{
			color: aliceblue;
			text-decoration: none;
		}
		@media (max-width: 768px) {
			.right-sections a{
				color: aliceblue;
				text-decoration: none;
				margin-left: 50px;
			}
		}