      :root {
       --accent: #ffc824;
            --text-dark: #0f0f12;
            --text-muted: #3a3a44;
            --border-light: #e2e2e6;
            --card-shadow: 0 12px 24px rgba(0,0,0,0.05);
 
	  }
	  .honor-icon img{width:100%;height:250px}
 /* 面包屑点睛色背景区域 */
    .breadcrumb-area {
            background-color:#ffe000;
          
            margin-top: 0;
        }
        .breadcrumb {
            background: transparent;
            padding: 1rem 0;
            margin-bottom: 0.5rem;
        }
        .breadcrumb-item a {
            color: #1e1e1e;
            text-decoration: none;
            font-weight: 500;
        }
        .breadcrumb-item.active {
            color: #2c2c34;
            font-weight: 600;
        }
        .breadcrumb-item + .breadcrumb-item::before {
            color: #2c2c34;
        }
		.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid var(--accent);
    transition: gap 0.2s;
}
        .page-heading h1 {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            color: #0a0a0c;
        }
        .page-heading p {
            font-size: 1rem;
            color: #2c2c34;
            max-width: 80%;
        }
        @media (max-width: 768px) {
            .page-heading p {
                max-width: 100%;
            }
            .page-heading h1 {
                font-size: 1.8rem;
            }
        }
        /* 左侧服务项目标题列表（简单带链接） */
        .service-links-list {
            list-style: none;
            padding: 0;
        }
        .service-links-list li {
            margin-bottom: 1rem;
            border-bottom: 1px solid var(--border-light);
            padding-bottom: 0.75rem;
        }
        .service-links-list li:last-child {
            border-bottom: none;
        }
        .service-links-list a {
            text-decoration: none;
            font-weight: 600;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 10px;
            transition: color 0.2s, transform 0.2s;
        }
        .service-links-list a i {
            color: var(--accent);
            font-size: 1.2rem;
            transition: transform 0.2s;
        }
        .service-links-list a:hover {
            color: var(--accent);
            transform: translateX(5px);
        }
        .service-links-list a:hover i {
            transform: translateX(3px);
        }
        /* 右侧文章列表 */
        .article-card {
            background: white;
            border-radius: 20px;
            padding: 1.2rem;
            margin-bottom: 1.5rem;
            box-shadow: var(--card-shadow);
            border: 1px solid var(--border-light);
            transition: all 0.3s;
        }
        .article-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 28px rgba(0,0,0,0.08);
        }
        .article-meta {
            font-size: 0.8rem;
            color: var(--accent);
            margin-bottom: 0.5rem;
            display: flex;
            gap: 1rem;
        }
        .article-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
        .article-title a {
            text-decoration: none;
            color: var(--text-dark);
            transition: color 0.2s;
        }
        .article-title a:hover {
            color: var(--accent);
        }
        .article-excerpt {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }
        .read-more {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--accent);
            text-decoration: none;
        }
        .read-more i {
            font-size: 0.7rem;
            transition: transform 0.2s;
        }
        .read-more:hover i {
            transform: translateX(4px);
        }
		
		 /* 荣誉资质卡片样式 */
        .honor-card {
            background: white;
            border-radius: 28px;
            padding: 1.8rem 1.5rem;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: var(--card-shadow);
            border: 1px solid var(--border-light);
            height: 100%;
        }
        .honor-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 30px rgba(0,0,0,0.1);
        }
        .honor-icon {
            font-size: 3rem;
            color: var(--accent);
            margin-bottom: 1rem;
        }
        .honor-img {
            width: 80px;
            height: 80px;
            object-fit: contain;
            margin: 0 auto 1rem;
        }
        .honor-card h4 {
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .honor-issuer {
            font-size: 0.85rem;
            color: var(--accent);
            font-weight: 600;
            margin-bottom: 0.3rem;
        }
        .honor-year {
            font-size: 0.8rem;
            color: var(--text-muted);
            margin-bottom: 0.8rem;
        }
        .honor-desc {
            font-size: 0.9rem;
            color: var(--text-muted);
            line-height: 1.5;
        }
		
		
		        /* 左侧服务项目标题列表（简单带链接） */
        .service-links-list {
            list-style: none;
            padding: 0;
        }
        .service-links-list li {
            margin-bottom: 1rem;
            border-bottom: 1px solid var(--border-light);
            padding-bottom: 0.75rem;
        }
        .service-links-list li:last-child {
            border-bottom: none;
        }
        .service-links-list a {
            text-decoration: none;
            font-weight: 600;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 10px;
            transition: color 0.2s, transform 0.2s;
        }
        .service-links-list a i {
            color: var(--accent);
            font-size: 1.2rem;
            transition: transform 0.2s;
        }
        .service-links-list a:hover {
            color: var(--accent);
            transform: translateX(5px);
        }
        .service-links-list a:hover i {
            transform: translateX(3px);
        }
        .service-links-list .active a {
            color: var(--accent);
            font-weight: 700;
        }
        .service-links-list .active i {
            color: var(--accent);
        }
        /* 右侧文章内容样式 */
        .article-content {
            background: white;
            border-radius: 28px;
            padding: 1.8rem;
            box-shadow: var(--card-shadow);
            border: 1px solid var(--border-light);
        }
        .article-content h1 {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }
        .article-meta {
            font-size: 0.85rem;
            color: var(--accent);
            margin-bottom: 1.5rem;
            display: flex;
            gap: 1.5rem;
            border-bottom: 1px dashed var(--border-light);
            padding-bottom: 0.8rem;
        }
        .article-content h2 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 1.5rem 0 1rem;
            padding-left: 0.5rem;
            border-left: 4px solid var(--accent);
        }
        .article-content h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin: 1.2rem 0 0.8rem;
        }
        .article-content p {
            line-height: 1.7;
            color: var(--text-muted);
            margin-bottom: 1.2rem;
        }
        .article-content ul, .article-content ol {
            margin-bottom: 1.2rem;
            padding-left: 1.5rem;
        }
        .article-content li {
            margin-bottom: 0.5rem;
        }
        .article-content img {
            width: 100%;
            border-radius: 20px;
            margin: 1.5rem 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        }
        .info-box {
            background-color: #f9f9fb;
            border-left: 4px solid var(--accent);
            padding: 1.2rem;
            border-radius: 16px;
            margin: 1.5rem 0;
        }
		
		      hr {
            background-color: #2a2a2a;
        }
		
		
		
		
		
		  /* 新闻列表区域（无背景色） */
        .news-list {
            padding: 60px 0;
        }
        .news-item {
            display: flex;
            gap: 1.5rem;
            margin-bottom: 3rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid var(--border-light);
            transition: transform 0.2s;
        }
        .news-item:last-child {
            border-bottom: none;
        }
        .news-img {
            flex-shrink: 0;
            width: 260px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        }
        .news-img img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            transition: transform 0.4s;
        }
        .news-item:hover .news-img img {
            transform: scale(1.03);
        }
        .news-content {
            flex: 1;
        }
        .news-meta {
            font-size: 0.85rem;
            color: var(--accent);
            margin-bottom: 0.5rem;
            display: flex;
            gap: 1rem;
        }
        .news-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
        .news-title a {
            text-decoration: none;
            color: var(--text-dark);
            transition: color 0.2s;
        }
        .news-title a:hover {
            color: var(--accent);
        }
        .news-excerpt {
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 1rem;
        }
		
		
		  /* 新闻详情内容样式 */
        .news-detail {
            padding: 60px 0;
        }
        .article-header {
            margin-bottom: 2rem;
        }
        .article-meta {
            font-size: 0.9rem;
            color: var(--accent);
            margin-bottom: 1rem;
            display: flex;
            gap: 1.5rem;
            flex-wrap: wrap;
        }
        .article-title {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
        .featured-img {
            width: 100%;
            border-radius: 28px;
            margin: 1.5rem 0 2rem;
            box-shadow: 0 12px 24px rgba(0,0,0,0.1);
        }
        .article-content {
            font-size: 1.05rem;
            line-height: 1.75;
            color: var(--text-muted);
        }
        .article-content h2 {
            font-size: 1.6rem;
            font-weight: 700;
            margin: 2rem 0 1rem;
            color: var(--text-dark);
            border-left: 4px solid var(--accent);
            padding-left: 1rem;
        }
        .article-content h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin: 1.5rem 0 0.8rem;
        }
        .article-content p {
            margin-bottom: 1.2rem;
        }
        .article-content ul, .article-content ol {
            margin-bottom: 1.2rem;
            padding-left: 1.5rem;
        }
        .article-content li {
            margin-bottom: 0.5rem;
        }
        .article-content blockquote {
            background: #f8f8fa;
            border-left: 4px solid var(--accent);
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            border-radius: 16px;
            font-style: italic;
        }
        .share-links {
            margin-top: 2.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid var(--border-light);
            display: flex;
            gap: 1rem;
            align-items: center;
            flex-wrap: wrap;
        }
        .share-links span {
            font-weight: 600;
        }
        .share-links a {
            color: var(--text-dark);
            background: #f0f0f2;
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.2s;
        }
        .share-links a:hover {
            background-color: var(--accent);
            color: #000;
        }
        /* 返回按钮 */
        .back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 2rem;
            text-decoration: none;
            font-weight: 600;
            color: var(--text-dark);
            transition: gap 0.2s;
        }
        .back-link:hover {
            color: var(--accent);
            gap: 12px;
        }
		
		
		 /* 团队成员卡片 */
            /* 左右排版团队成员样式 */
        .team-item {
            display: flex;
            gap: 2rem;
            margin-bottom: 3rem;
            padding-bottom: 2rem;
            border-bottom: 1px solid var(--border-light);
            align-items: center;
        }
        .team-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .avatar {
            flex-shrink: 0;
            width: 300px;
            height: 300px;
     
            object-fit: contain;
     
   
      
       
        }
        .rounded-3{height: 350px;
    object-fit: cover;}
        .team-info {
            flex: 1;
        }
        .team-info h3 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.3rem;
        }
        .team-position {
            font-size: 1rem;
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 0.8rem;
            letter-spacing: 0.5px;
        }
        .team-bio {
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        
        
		
		  /* 联系信息卡片 */
        .contact-info-card {
            background: #f6f6f6;
            border-radius: 28px;
            padding: 2rem;
            height: 100%;
            box-shadow: var(--card-shadow);
            border: 1px solid var(--border-light);
            transition: transform 0.3s;
        }
        .contact-info-card:hover {
            transform: translateY(-5px);
        }
        .contact-info-card i {
            font-size: 2rem;
            color: var(--accent);
            margin-bottom: 1rem;
        }
        .contact-info-card h4 {
            font-weight: 700;
            margin-bottom: 1rem;
        }
        .contact-info-card p {
            color: var(--text-muted);
            margin-bottom: 0.3rem;
        }
        /* 表单样式 */
        .contact-form .form-control {
            border-radius: 40px;
            padding: 12px 20px;
            border: 1px solid var(--border-light);
            background-color: #fff;
            transition: all 0.2s;
        }
        .contact-form .form-control:focus {
            border-color: var(--accent);
            box-shadow: 0 0 0 3px rgba(255,200,36,0.2);
        }
        .contact-form textarea.form-control {
            border-radius: 24px;
        }
        .btn-accent {
            background-color: var(--accent);
            border: none;
            padding: 12px 32px;
            border-radius: 40px;
            font-weight: 600;
            color: #0a0a0c;
            transition: all 0.2s;
        }
        .btn-accent:hover {
            background-color: #e0b01a;
            transform: translateY(-2px);
        }
        /* 地图占位 */
        .map-placeholder {
            background-color: #f0f0f2;
            border-radius: 28px;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-muted);
            overflow: hidden;
            position: relative;
        }
        .map-placeholder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.8;
        }
		
		
        @media (max-width: 768px) {
            .article-content {
                padding: 1.2rem;
            }
            .article-content h1 {
                font-size: 1.6rem;
            }
			
			     .article-title {
                font-size: 1.8rem;
            }
            .article-content {
                font-size: 1rem;
            }
        }