        /* 第一部分：标题区 */
        .service-header {
            padding: 150px 0 100px;
            background-color: var(--light-bg);
            position: relative;
        }
        
        .service-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
            line-height: 1.2;
        }
        
        .service-description {
            font-size: 1.2rem;
            margin-bottom: 40px;
            line-height: 1.7;
            max-width: 800px;
            color: #555;
        }
        
        .btn-primary-custom {
            background-color: var(--primary-color);
            border: none;
            color: white;
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .btn-primary-custom:hover {
            background-color: #1a8a2b;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            color: white;
        }
        
        .btn-outline-custom {
            background-color: transparent;
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .btn-outline-custom:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
        
        /* 第二部分：图片区域 */
        .service-image-section {
            padding: 0;
            margin-bottom: 100px;
        }
        
        .service-full-image {
            width: 100%;
            height: 540px;
            object-fit: cover;
            border-radius: 0;
        }
        
        /* 第三部分：文章列表 */
        .articles-section {
            padding: 0 0 100px;
            background-color: var(--light-bg);
        }
        
        .article-item {
        
       
            padding: 50px;
            margin-bottom: 10px;

            transition: all 0.3s;
        }
        
        .article-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        .article-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }
        
   /*     .article-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background-color: var(--primary-color);
        }
        */
        .article-content {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }
        
        .article-content p {
            margin-bottom: 20px;
        }
        
        /* 按钮区域 */
        .service-buttons {
            margin-top: 50px;
            padding-top: 40px;
            border-top: 1px solid #eee;
        }
        
		
		
		        
        /* FAQ页面标题 */
        .faq-header {
            padding: 150px 0 80px;
            background-color: var(--light-bg);
            position: relative;
        }
        
        .faq-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
            line-height: 1.2;
            text-align: center;
        }
        
        .faq-subtitle {
            font-size: 1.2rem;
            margin-bottom: 40px;
            line-height: 1.7;
            max-width: 800px;
            color: #555;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* FAQ主要内容 */
        .faq-section {
            padding: 0 0 100px;
            background-color: var(--light-bg);
        }
        
        .faq-category {
            margin-bottom: 60px;
        }
        
        .faq-category-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #eee;
            position: relative;
        }
        
        .faq-category-title:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 80px;
            height: 2px;
            background-color: var(--primary-color);
        }
        
        /* 手风琴样式 */
        .accordion {
            --bs-accordion-border-color: #e5e7eb;
            --bs-accordion-border-radius: 10px;
            --bs-accordion-inner-border-radius: 9px;
            --bs-accordion-btn-padding-x: 1.5rem;
            --bs-accordion-btn-padding-y: 1.2rem;
            --bs-accordion-body-padding-x: 1.5rem;
            --bs-accordion-body-padding-y: 1.5rem;
        }
        
        .accordion-item {
            border: none;
            border-radius: 10px !important;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        
        .accordion-button {
            background-color: white;
            color: #333;
            font-weight: 600;
            font-size: 1.1rem;
            border: none;
            border-radius: 10px !important;
            transition: all 0.3s;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: white;
            color: var(--primary-color);
            box-shadow: none;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(33, 163, 54, 0.25);
        }
        
        .accordion-button:after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transform: rotate(0deg);
            transition: transform 0.3s ease;
        }
        
        .accordion-button:not(.collapsed):after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2321a336'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transform: rotate(180deg);
        }
        
        .accordion-body {
            background-color: white;
            color: #555;
            line-height: 1.7;
            border-top: 1px solid #f1f2f4;
        }
        
        .accordion-body p {
            margin-bottom: 15px;
        }
        
        .accordion-body ul, .accordion-body ol {
            padding-left: 20px;
            margin-bottom: 15px;
        }
        
        .accordion-body li {
            margin-bottom: 8px;
        }
        
        /* FAQ搜索框 */
        .faq-search {
            margin-bottom: 50px;
            position: relative;
        }
        
        .faq-search-box {
            border-radius: 50px;
            border: 2px solid #e5e7eb;
            padding: 15px 25px;
            font-size: 1.1rem;
            transition: all 0.3s;
        }
        
        .faq-search-box:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(33, 163, 54, 0.25);
        }
        
        .faq-search-btn {
            position: absolute;
            right: 10px;
            top: 10px;
            background-color: var(--primary-color);
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }
        
        .faq-search-btn:hover {
            background-color: #1a8a2b;
            transform: translateY(-2px);
        }
        
        /* FAQ联系区域 */
        .faq-contact {
            background-color: white;
            border-radius: 15px;
            padding: 50px;
            margin-top: 70px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            text-align: center;
        }
        
        .faq-contact-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
        }
        
        .faq-contact-text {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
        }
        
        .btn-primary-custom {
            background-color: var(--primary-color);
            border: none;
            color: white;
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .btn-primary-custom:hover {
            background-color: #1a8a2b;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            color: white;
        }
        
		        /* 博客页面标题 */
        .blog-header {
            padding: 150px 0 80px;
            background-color: var(--light-bg);
            position: relative;
        }
        
        .blog-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
            line-height: 1.2;
            text-align: center;
        }
        
        .blog-subtitle {
            font-size: 1.2rem;
            margin-bottom: 40px;
            line-height: 1.7;
            max-width: 800px;
            color: #555;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* 博客文章网格 */
        .blog-section {
            padding: 0 0 100px;
            background-color: var(--light-bg);
        }
        
        .blog-post {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
            height: 100%;
            margin-bottom: 30px;
        }
        
        .blog-post:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .blog-post-img {
            height: 250px;
            overflow: hidden;
            position: relative;
        }
        
        .blog-post-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .blog-post:hover .blog-post-img img {
            transform: scale(1.05);
        }
        
        .blog-post-category {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: var(--primary-color);
            color: white;
            padding: 5px 15px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        .blog-post-content {
            padding: 30px;
        }
        
        .blog-post-meta {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 0.9rem;
            color: #777;
        }
        
        .blog-post-meta i {
            color: var(--primary-color);
            margin-right: 5px;
        }
        
        .blog-post-date {
            margin-right: 20px;
        }
        
        .blog-post-author {
            display: flex;
            align-items: center;
        }
        
        .blog-post-author img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-right: 8px;
        }
        
        .blog-post-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .blog-post-title a {
            color: #333;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .blog-post-title a:hover {
            color: var(--primary-color);
        }
        
        .blog-post-excerpt {
            color: #555;
            line-height: 1.7;
            margin-bottom: 20px;
        }
        
        .blog-post-link {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
        }
        
        .blog-post-link:hover {
            color: #1a8a2b;
            transform: translateX(5px);
        }
        
        .blog-post-link i {
            margin-left: 8px;
            transition: transform 0.3s;
        }
        
        .blog-post-link:hover i {
            transform: translateX(5px);
        }
        
        /* 博客分页 */
        .blog-pagination {
            margin-top: 60px;
        }
        
        .page-link {
            color: #333;
            border: 1px solid #ddd;
            padding: 10px 20px;
            margin: 0 5px;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .page-link:hover {
            background-color: var(--primary-color);
            color: white;
            border-color: var(--primary-color);
        }
        
        .page-item.active .page-link {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }
		
		
		        
        /* 面包屑导航 */
        .breadcrumb-section {
            background-color: var(--light-bg);
            padding: 30px 0;
            margin-top: 80px;
        }
        
        .breadcrumb {
            background-color: transparent;
            margin-bottom: 0;
            padding: 0;
        }
        
        .breadcrumb-item a {
            color: #555;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .breadcrumb-item a:hover {
            color: var(--primary-color);
        }
        
        .breadcrumb-item.active {
            color: var(--primary-color);
            font-weight: 600;
        }
        
        /* 新闻内容区域 */
        .news-content-section {
            padding: 60px 0 80px;
            background-color: white;
        }
        
        .news-header {
            margin-bottom: 40px;
        }
        
        .news-title {
            font-size: 2.8rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        
        .news-meta {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 30px;
            color: #777;
            font-size: 0.95rem;
        }
        
        .news-meta-item {
            display: flex;
            align-items: center;
            margin-right: 25px;
            margin-bottom: 10px;
        }
        
        .news-meta-item i {
            color: var(--primary-color);
            margin-right: 8px;
            font-size: 1rem;
        }
        
        .news-category {
            background-color: var(--primary-color);
            color: white;
            padding: 5px 15px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 15px;
        }
        
        /* 新闻特色图片 */
        .news-featured-image {
            margin-bottom: 40px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .news-featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .image-caption {
            background-color: #f9f9f9;
            padding: 15px;
            font-size: 0.9rem;
            color: #666;
            border-top: 1px solid #eee;
        }
        
        /* 新闻正文 */
        .news-body {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #444;
        }
        
        .news-body h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #333;
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eee;
        }
        
        .news-body h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-top: 35px;
            margin-bottom: 15px;
        }
        
        .news-body p {
            margin-bottom: 25px;
        }
        
        .news-body blockquote {
            border-left: 4px solid var(--primary-color);
            padding-left: 25px;
            margin: 40px 0;
            font-style: italic;
            color: #555;
            font-size: 1.2rem;
        }
        
        .news-body ul, .news-body ol {
            margin-bottom: 25px;
            padding-left: 25px;
        }
        
        .news-body li {
            margin-bottom: 10px;
        }
        
        .highlight-box {
            background-color: #f9f9f9;
            border-left: 4px solid var(--primary-color);
            padding: 25px;
            margin: 40px 0;
            border-radius: 5px;
        }
        
        .news-image-inline {
            margin: 40px 0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        }
        
                
        .product-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px;
            margin-top: 40px;
        }
        .shop-section{padding:30px 0}
        .product-item {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
			background:#fff;
			margin-bottom:20px;
        }
        
        .product-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .product-item img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }
        
        
        
        .news-image-inline img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* 新闻分享 */
        .news-share {
            margin: 60px 0 40px;
            padding: 30px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }
        
        .share-title {
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }
        
        .share-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .share-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: white;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .share-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .facebook {
            background-color: #3b5998;
        }
        
        .twitter {
            background-color: #1da1f2;
        }
        
        .linkedin {
            background-color: #0077b5;
        }
        
        .whatsapp {
            background-color: #25d366;
        }
        
        /* 作者信息 */
        .author-box {
            background-color: #f9f9f9;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 50px;
            display: flex;
            align-items: center;
        }
        
        .author-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 25px;
            flex-shrink: 0;
        }
        
        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .author-info h4 {
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
        }
        
        .author-info p {
            color: #666;
            margin-bottom: 0;
        }
        
        /* 相关新闻 */
        .related-news-section {
            padding: 60px 0;
            background-color: var(--light-bg);
        }
        
        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 40px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background-color: var(--primary-color);
        }
        
        .related-news-item {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
            height: 100%;
            margin-bottom: 30px;
        }
        
        .related-news-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .related-news-img {
            height: 200px;
            overflow: hidden;
        }
        
        .related-news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .related-news-item:hover .related-news-img img {
            transform: scale(1.05);
        }
        
        .related-news-content {
            padding: 25px;
        }
        
        .related-news-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        
        .related-news-title a {
            color: #333;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .related-news-title a:hover {
            color: var(--primary-color);
        }
        
        .related-news-excerpt {
            color: #666;
            margin-bottom: 20px;
            font-size: 0.95rem;
        }
        
        .related-news-date {
            font-size: 0.85rem;
            color: #999;
        }
        
        /* 新闻导航 */
        .news-navigation {
            display: flex;
            justify-content: space-between;
            margin-top: 60px;
            padding-top: 40px;
            border-top: 1px solid #eee;
        }
        
        .nav-link-item {
            display: flex;
            align-items: center;
            color: #333;
            text-decoration: none;
            transition: all 0.3s;
            max-width: 45%;
        }
        
        .nav-link-item:hover {
            color: var(--primary-color);
        }
        
        .nav-link-item.prev {
            text-align: left;
        }
        
        .nav-link-item.next {
            text-align: right;
            flex-direction: row-reverse;
            margin-left: auto;
        }
        
        .nav-link-item i {
            font-size: 1.5rem;
            margin: 0 15px;
        }
        
        .nav-link-text h5 {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .nav-link-text p {
            font-size: 0.9rem;
            color: #777;
            margin-bottom: 0;
        }
		
		
		 
        /* 第一部分：标题区 */
        .about-header {
            padding: 150px 0 100px;
            background-color: var(--light-bg);
            position: relative;
        }
        
        .about-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
            line-height: 1.2;
        }
        
        .about-description {
            font-size: 1.2rem;
            margin-bottom: 40px;
            line-height: 1.8;
            color: #555;
            max-width: 800px;
        }
        
        .about-image {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            height: 100%;
            min-height: 500px;
      
        }
        
        .btn-primary-custom {
            background-color: var(--primary-color);
            border: none;
            color: white;
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .btn-primary-custom:hover {
            background-color: #1a8a2b;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            color: white;
        }
        
        /* 第二部分：数字统计 */
        .stats-section {
            padding: 100px 0;
            background-color: white;
        }
        
        .stats-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 60px;
            text-align: center;
        }
        
        .stat-item {
            background-color: white;
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
            height: 100%;
            margin-bottom: 30px;
        }
        
        .stat-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }
        
        .stat-icon {
            width: 80px;
            height: 80px;
            background-color: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: white;
            font-size: 2rem;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
            line-height: 1;
        }
        
        .stat-text {
            font-size: 1.2rem;
            color: #555;
            font-weight: 600;
        }
        
        /* 第三部分：为什么选择我们 */
        .why-choose-section {
            padding: 100px 0;
            background-color: var(--secondary-color);
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 60px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background-color: var(--primary-color);
        }
        
        /* 左侧切换列表 */
        .features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .feature-item {
            margin-bottom: 15px;
        }
        
        .feature-link {
            display: block;
            background-color: white;
            border: none;
            border-radius: 10px;
            padding: 20px 25px;
            text-align: left;
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            cursor: pointer;
            transition: all 0.3s;
            width: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .feature-link:hover {
            background-color: #f9f9f9;
            transform: translateX(5px);
        }
        
        .feature-link.active {
            background-color: var(--primary-color);
            color: white;
            transform: translateX(10px);
        }
        
        .feature-link.active:after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            border-left: 15px solid var(--primary-color);
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
        }
        
        /* 右侧内容 */
        .feature-content {
            background-color: white;
            border-radius: 15px;
            padding: 50px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            height: 100%;
        }
        
        .feature-content-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
        }
        
        .feature-content-text {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 30px;
        }
        
        /* 第四部分：我们如何帮助 */
        .how-help-section {
            padding: 100px 0;
            background-color: var(--light-bg);
        }
        
        .help-container {
            background-color: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        
        .help-image {
            height: 100%;
            min-height: 500px;
            background-image: url('https://images.unsplash.com/photo-1563727914287-65f777a7e4b3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            position: relative;
        }
        
        .help-image:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(33, 163, 54, 0.1) 0%, rgba(33, 163, 54, 0.05) 100%);
        }
        
        .help-content {
            padding: 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }
        
        .help-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 25px;
        }
        
        .help-description {
            font-size: 1.2rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 35px;
        }
		
		    /* 响应式调整 */
        @media (max-width: 1199px) {
            .help-content {
                padding: 50px 40px;
            }
        }
		
       
        /* 响应式调整 */
        @media (max-width: 991px) {
			 .about-title {
                font-size: 2.8rem;
            }
            
            .about-image {
                min-height: 350px;
                margin-top: 40px;
            }
            
            .feature-content {
                padding: 40px;
                margin-top: 40px;
            }
            
            .help-image {
                min-height: 400px;
            }
            
            .help-content {
                padding: 40px;
            }
            .service-title {
                font-size: 2.8rem;
            }
            
            .article-item {
                padding: 40px;
            }
			 .faq-title {
                font-size: 2.8rem;
            }
            
            .faq-contact {
                padding: 40px;
            }
			  .blog-title {
                font-size: 2.8rem;
            }
            
            .blog-post-img {
                height: 220px;
            }
			      .news-title {
                font-size: 2.3rem;
            }
            
            .author-box {
                flex-direction: column;
                text-align: center;
            }
            
            .author-avatar {
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 767px) {
			.about-title {
                font-size: 2.2rem;
            }
            
            .about-description {
                font-size: 1.1rem;
            }
            
            .about-header {
                padding: 120px 0 70px;
            }
            
            .stats-section, .why-choose-section, .how-help-section {
                padding: 70px 0;
            }
            
            .stats-title, .section-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            
            .stat-item {
                padding: 30px 20px;
            }
            
            .stat-number {
                font-size: 2.5rem;
            }
            
            .help-image {
                min-height: 300px;
            }
            
            .help-title {
                font-size: 1.7rem;
            }
            .service-title {
                font-size: 2.2rem;
            }
            
            .service-description {
                font-size: 1.1rem;
            }
            
            .service-header {
                padding: 120px 0 70px;
            }
            
            .service-full-image {
                height: 400px;
            }
            
            .articles-section {
                padding: 0 0 70px;
            }
            
            .article-item {
                padding: 30px;
            }
            
            .article-title {
                font-size: 1.7rem;
            }
            
            .btn-primary-custom, .btn-outline-custom {
                padding: 12px 25px;
                font-size: 1rem;
                width: 100%;
                margin-bottom: 15px;
            }
			         .faq-title {
                font-size: 2.2rem;
            }
            
            .faq-subtitle {
                font-size: 1.1rem;
            }
            
            .faq-header {
                padding: 120px 0 60px;
            }
            
            .faq-section {
                padding: 0 0 70px;
            }
            
            .faq-category-title {
                font-size: 1.6rem;
            }
            
            .faq-contact {
                padding: 30px;
            }
            
            .accordion-button {
                font-size: 1rem;
                padding: 1rem 1.25rem;
            }
			 .blog-title {
                font-size: 2.2rem;
            }
            
            .blog-subtitle {
                font-size: 1.1rem;
            }
            
            .blog-header {
                padding: 120px 0 60px;
            }
            
            .blog-section {
                padding: 0 0 70px;
            }
            
            .blog-post-img {
                height: 200px;
            }
            
            .blog-post-content {
                padding: 25px;
            }
			.breadcrumb-section {
                margin-top: 70px;
                padding: 20px 0;
            }
            
            .news-title {
                font-size: 1.9rem;
            }
            
            .news-content-section {
                padding: 40px 0 60px;
            }
            
            .related-news-section {
                padding: 40px 0;
            }
            
            .section-title {
                font-size: 1.7rem;
            }
            
            .news-navigation {
                flex-direction: column;
                gap: 30px;
            }
            
            .nav-link-item {
                max-width: 100%;
            }
        }
        
        @media (max-width: 576px) {
			    .feature-content {
                padding: 30px 25px;
            }
            
            .help-content {
                padding: 30px 25px;
            }
            
            .btn-primary-custom {
                padding: 12px 25px;
                font-size: 1rem;
                width: 100%;
            }
            .service-full-image {
                height: 300px;
            }
                .blog-post-img {
                height: 180px;
            }
            .article-item {
                padding: 25px;
            }
			.faq-contact {
                padding: 25px;
            }
            
            .faq-search-box {
                padding: 12px 20px;
                font-size: 1rem;
            }
            
            .faq-search-btn {
                width: 45px;
                height: 45px;
                top: 7px;
                right: 7px;
            }
			  .news-title {
                font-size: 1.7rem;
            }
            
            .news-meta {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .news-meta-item {
                margin-bottom: 10px;
            }
            
            .share-buttons {
                justify-content: center;
            }
        }