        .container1 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        
        /* 面包屑导航 */
        .breadcrumb {
            padding: 30px 0;
            font-size: 16px;
            color: #666;
        }
        
        .breadcrumb a:hover {
            color: #1a3263;
        }
        
        /* 律师详情 */
        .lawyer-profile {
            display: flex;
            padding: 1px 0;
            gap: 40px;
        }
        
        .lawyer-photo {
            flex: 0 0 320px;
        }
        
        .lawyer-photo img {
            width: 480px;
            display: block;
        }
        
        .lawyer-info {
            flex: 1;
        }
        
        .lawyer-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .lawyer-title-section {
            flex: 1;
        }
        
        .lawyer-name {
            font-size: 48px;
            font-weight: 500;
			line-height: 44px;
            margin-bottom: 10px;
            color: #333;
        }
        
        .lawyer-title {
            font-size: 24px;
			margin-top: 40px;
        }
        
        .consult-btn {
            display: inline-block;
            padding: 14px 60px;
            background-color: #f0f0f0;
			font-weight: 500;
            color: #333;
            transition: background-color 0.3s ease;
            white-space: nowrap;
        }
        
        .consult-btn:hover {
            background-color: #e0e0e0;
        }
        
        .info-section {
            margin-bottom: 20px;
        }
        
        .info-section h3 {
            font-size: 24px;
            margin-bottom: 5px;
			font-weight: 400;
			color: #333;
        }
        
        .info-section p {
		    font-size: 18px;
            margin-bottom: 10px;
            line-height: 1.8;
			color: #666;
        }
        
        .info-section a {
            color: #1a3263;
        }
        
        .info-section a:hover {
            text-decoration: underline;
        }
          
        /* 响应式设计 */
        @media (max-width: 1024px) {
            .lawyer-profile {
                flex-direction: column;
            }
            
            .lawyer-photo {
                flex: 0 0 auto;
                max-width: 300px;
                margin: 0 auto;
            }
            
            .lawyer-header {
                flex-direction: column;
            }
            
            .consult-btn {
                margin-top: 15px;
            }
        }
        
        @media (max-width: 768px) {
        /* 面包屑导航 */
        .breadcrumb {
            padding: 20px 0;
            font-size: 14px;
            color: #666;
        }
        
        .breadcrumb a:hover {
            color: #1a3263;
        }
        
        /* 律师详情 */
        .lawyer-profile {
            display: flex;
            padding: 1px 0;
            gap: 40px;
        }
        
        .lawyer-photo {
            flex: 0 0 320px;
        }
        
        .lawyer-photo img {
            width: 480px;
            display: block;
        }
        
        .lawyer-info {
            flex: 1;
        }
        
        .lawyer-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .lawyer-title-section {
            flex: 1;
        }
        
        .lawyer-name {
            font-size: 32px;
            font-weight: 500;
			line-height: 32px;
            margin-bottom: 1px;
            color: #333;
        }
        
        .lawyer-title {
            font-size: 18px;
			margin-top: 40px;
        }
        
        .consult-btn {
            display: inline-block;
            padding: 14px 60px;
            background-color: #f0f0f0;
            color: #333;
            transition: background-color 0.3s ease;
            white-space: nowrap;
        }
        
        .consult-btn:hover {
            background-color: #e0e0e0;
        }
        
        .info-section {
            margin-bottom: 20px;
        }
        
        .info-section h3 {
            font-size: 18px;
            margin-bottom: 5px;
			font-weight: 400;
			color: #333;
        }
        
        .info-section p {
		    font-size: 16px;
            margin-bottom: 10px;
            line-height: 1.8;
			color: #666;
        }
        
        .info-section a {
            color: #1a3263;
        }
        
        .info-section a:hover {
            text-decoration: underline;
        }
          			
        /* 团队成员卡片 */
        .team-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }
        
	        .footer-bottom1 {
				display: block;
			}
			.footer-bottom {
				display: none;
			}
        
        
        .team-img {
            width: 100%;
            height: 240px;
            object-fit: cover;
        }
        
        .team-info {
            padding: 15px;
        }
        
        .team-name {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .team-name i {
            color: #1a3263;
        }
        
        .team-title {
            font-size: 14px;
            color: #333;
        }
        
        /* 团队介绍 - 更新位置 */
        .team-row {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }
        /* 团队介绍 - 更新位置 */
        .team-row1 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);			
            gap: 20px;
            margin-bottom: 40px;
        }
        
        .team-intro {
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
			width:100%;
        }
        
        .intro-title {
            font-size: 24px;
			font-weight: 400;
            margin-bottom: 15px;
            text-align: right;
        }
        
        .intro-subtitle {
            font-size: 14px;
			font-weight: 400;
            color: #333;
            margin-bottom: 20px;
            text-align: right;
        }
        
        .intro-btn {
            display: inline-block;
            padding: 15px 56px ;
            background-color: #d7d7d7;
            transition: background-color 0.3s ease;
            align-self: flex-end;
			width: 178px;
			align-items: center;
        }
        
        .intro-btn:hover {
            background-color: #e0e0e0;
        }
        		
        .service-hero {
            height: 816px;
			background-image: url('/template/pc/image/fwly.jpg');
            display: flex;
            position: relative;
            overflow: hidden;
        }
        /* 筛选区域 */
        .filter-section {
            padding: 20px 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 15px;
        }
        
        .filter-dropdown {
            position: relative;
        	width: 100%;
		}
        
        .filter-btn {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 15px;
            border: 1px solid #ccc;
            background-color: white;
            cursor: pointer;
            width: 100%;
			align-items: center;
        }
        
        .filter-options {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 100;
        }
        
        .filter-dropdown:hover .filter-options {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .filter-option {
            padding: 8px 15px;
            cursor: pointer;
            border-bottom: 1px solid #f5f5f5;
        }
        
        .filter-option:hover {
            background-color: #f9f9f9;
        }
        
        .search-box {
            flex-grow: 1;
            display: flex;
            max-width: 440px;
            margin-left: auto;
        }
        
        .search-input {
            flex-grow: 1;
            padding: 20px 15px;
            border: 1px solid #ddd;
            border-right: none;
            border-radius: 4px 0 0 4px;
            outline: none;
        }
        
        .search-btn {
            padding: 20px 25px;
            background-color: #ccc;
            border: none;
            cursor: pointer;
        }
	        .footer-bottom1 {
				display: block;
			}
			.footer-bottom {
				display: none;
			}
            .header-container {
                flex-wrap: wrap;
            }
			.header-container {
				border-bottom: solid 0px #d8d7d8;
				padding: 0 0 10px;
				margin: 10px;
			}
			.logo {
				display: flex;
				align-items: center;
			}
        
			.logo img {
				width: 100px;
			}
			
            .mobile-menu-btn {
                display: block;
            }

            .nav-menu {
                display:none; 
            }
            
            .nav-list {
                display:none; 
            }
            .language-select {
                display:none; 
            }
			
            .hero {
                height: auto;
                padding-bottom: 50px;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .award-slide.active {
                flex-direction: column;
            }
            
            .award-card {
                width: 100%;
                margin-bottom: 20px;
            }
            
            .footer-links {
                flex-wrap: wrap;
            }
            
            .footer-column {
                width: 50%;
                margin-bottom: 20px;
            }		
            .nav-desktop {
                display: none;
            }

            .mobile-menu-btn {
                display: block;
            }
		
            .header-container {
                flex-wrap: wrap;
            }
			
            .mobile-menu-btn {
                display: block;
            }

            .nav-menu {
                display:none; 
            }
            
            .nav-list {
                display:none; 
            }
            .language-select {
                display:none; 
            }
			
            .hero {
                height: auto;
                padding-bottom: 50px;
            }
            .office-item {
                width: 100%;
            }

            .job-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .job-toggle {
                position: absolute;
                top: 15px;
                right: 15px;
            }			
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
        }
		
		
            .nav-list {
                display: none;
            }
            
            .mobile-menu-btn {
                display: block;
            }
            .nav-menu {
                display:none; 
            }
            
            .language-select {
                display:none; 
            }
			
			.language-select1 {
				border: 1px solid #555;
				padding: 8px 15px;
				border-radius: 3px;
				font-size: 14px;
				line-height: 18px;
				color: #333;
				background-color: transparent;
			}
        
			.language-select1 option {
				background-color: #4a5b76;
				color: #fff;
			}            
			.lawyer-photo img {
				width: 100%;
				display: block;
			}
            
            .footer-container {
                flex-direction: column;
            }
            
            .footer-column {
                margin-bottom: 30px;
                width: 50%;
            }
            
            .footer-nav {
                flex-direction: column;
                margin: 0;
            }
            
            .footer-nav-item:not(:last-child)::after {
                display: none;
            }
            
            .footer-nav-item {
                margin-bottom: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .contact-info {
                flex-direction: column;
            }
            
            .contact-item {
                margin: 5px 0;
            }
            .footer-nav-group {
                flex-direction: column;
            }
            
            .footer-nav-separator {
                width: 100%;
                height: 1px;
                margin: 20px 0;
            }
			
        }
