/* 增强样式特异性，确保覆盖外部样式 */
.cnc-section .cnc-features {
  list-style-type: none !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cnc-section .cnc-feature-item {
  list-style-type: none !important;
  list-style: none !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  position: relative !important;
  left: 0 !important;
}

/* 确保没有伪元素生成的标记 */
.cnc-section .cnc-feature-item:before {
  display: none !important;
  content: none !important;
}

/* 其他原有样式保持不变 */
.cnc-section * {
  box-sizing: inherit;
}

@media (max-width: 768px) {
  .cnc-container {
    flex-direction: column;
  }
  
  .cnc-content {
    padding-right: 0;
    text-align: center;
  }
  
  .cnc-features li {
    justify-content: center;
  }
  
  .cnc-stats {
    justify-content: center;
  }
  
  .cnc-certifications {
    justify-content: center;
  }
  
  .cnc-title {
    font-size: 28px !important;
  }
}

.cnc-button:hover {
  background-color: #a04500 !important;
}

.cnc-image:hover {
  transform: scale(1.03) !important;
}

.cnc-title, .cnc-subtitle, .cnc-features, .cnc-button, .cnc-stats, .cnc-certifications {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.cnc-title {
  animation-delay: 0.1s;
}

.cnc-subtitle {
  animation-delay: 0.2s;
}

.cnc-features {
  animation-delay: 0.3s;
}

.cnc-button {
  animation-delay: 0.4s;
}

.cnc-stats {
  animation-delay: 0.5s;
}

.cnc-certifications {
  animation-delay: 0.6s;
}

.cnc-image {
  opacity: 0;
  transform: translateX(20px);
  animation: fadeRight 0.8s forwards 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.news-image {
  width: 100%;
  /* 设置容器为正方形 */
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.news-image img {
  /* 图片填满容器 */
  width: 100%;
  height: 100%;
  /* 保持图片比例并完整显示在容器中 */
  object-fit: contain;
  /* 可选：设置背景色，避免图片未加载时显示空白 */
  background-color: #f5f5f5;
}

/* 处理懒加载 */
.news-image img.lazyload {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.news-image img.lazyloaded {
  opacity: 1;
}
       /* 基础样式重置 - 使用命名空间避免冲突 */
        .hy-factory实力-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .hy-factory实力-image-item,
.hy-factory实力-image-item:link,
.hy-factory实力-image-item:visited,
.hy-factory实力-image-item:hover,
.hy-factory实力-image-item:active {
    text-decoration: none !important;
}
        .hy-factory实力-section {
            font-family: 'Arial', sans-serif;
            background-color: #f5f5f5;
            line-height: 1.6;
        }
        
        /* 容器样式 - 增加命名空间 */
        .hy-factory实力-container {
            max-width: 1920px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .hy-factory实力-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 0;
        }
        
        /* 标题样式 */
        .hy-factory实力-title {
            text-align: center;
            margin-bottom: 40px;
            padding: 0 20px;
        }
        
        .hy-factory实力-title h1 {
         <!--    font-size: clamp(4rem, 8vw, 8rem); -->
            color: #c45500;
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .hy-factory实力-title h1::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #c45500;
            border-radius: 2px;
        }
        
        /* 轮播容器 */
        .hy-factory实力-carousel {
            position: relative;
            overflow: hidden;
        }
        
        .hy-factory实力-carousel-inner {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }
        
        .hy-factory实力-carousel-item {
            min-width: 100%;
            display: flex;
            justify-content: center;
        }
        
        /* 轮播控制按钮 */
        .hy-factory实力-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.8);
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }
        
        .hy-factory实力-control:hover {
            background-color: #fff;
            transform: translateY(-50%) scale(1.1);
        }
        
        .hy-factory实力-control.prev {
            left: 20px;
        }
        
        .hy-factory实力-control.next {
            right: 20px;
        }
        
        .hy-factory实力-control::before {
            content: '';
            width: 15px;
            height: 15px;
            border-top: 3px solid #c45500;
            border-left: 3px solid #c45500;
        }
        
        .hy-factory实力-control.prev::before {
            transform: rotate(-45deg);
            margin-right: 3px;
        }
        
        .hy-factory实力-control.next::before {
            transform: rotate(135deg);
            margin-left: 3px;
        }
        
        /* 图片网格布局 - 移动端优化 */
        .hy-factory实力-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            width: 100%;
            padding: 0 15px;
        }
        
        /* 响应式调整 - 优化移动端图片大小 */
        @media (max-width: 992px) {
            .hy-factory实力-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
            
            .hy-factory实力-control {
                width: 40px;
                height: 40px;
            }
            
            /* 平板端图片容器大小调整 */
            .hy-factory实力-image-container {
                padding-bottom: 85% !important;
            }
        }
        
        @media (max-width: 576px) {
            .hy-factory实力-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                max-width: 320px; /* 限制移动端最大宽度 */
                margin: 0 auto; /* 居中显示 */
            }
            
            .hy-factory实力-title {
                margin-bottom: 30px;
            }
            
            .hy-factory实力-control {
                width: 35px;
                height: 35px;
            }
            
            /* 移动端图片容器大小调整 - 更小的比例 */
            .hy-factory实力-image-container {
                padding-bottom: 70% !important;
            }
            
            .hy-factory实力-image-title {
                font-size: clamp(0.9rem, 4vw, 1.1rem) !important;
                padding: 10px 5px 5px !important;
            }
            
            .hy-factory实力-indicators {
                margin-top: 25px !important;
            }
        }
        
        /* 图片项样式 */
        .hy-factory实力-image-item {
            text-decoration: none;
            color: inherit;
        }
        
        .hy-factory实力-image-container {
            position: relative;
            width: 100%;
            padding-bottom: 100%; /* 1:1 正方形比例 - 移动端会被覆盖 */
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .hy-factory实力-image-item:hover .hy-factory实力-image-container {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .hy-factory实力-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .hy-factory实力-image-item:hover .hy-factory实力-image {
            transform: scale(1.05);
        }
        
        .hy-factory实力-image-title {
            text-align: center;
            padding: 15px 10px 5px;
          <!--   font-size: clamp(1rem, 3vw, 1.25rem); -->
            color: #c45500;
            font-weight: 600;
        }




        /* 轮播指示器 */
        .hy-factory实力-indicators {
            display: flex;
            justify-content: center;
            margin-top: 40px;
            gap: 10px;
        }
        
        .hy-factory实力-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .hy-factory实力-indicator.active {
            background-color: #c45500;
            transform: scale(1.3);
        }
        
        /* 加载动画 */
        .hy-factory实力-loading {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #f9f9f9;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .hy-factory实力-spinner {
            width: 40px;
            height: 40px;
            border: 4px solid rgba(196, 85, 0, 0.1);
            border-left-color: #c45500;
            border-radius: 50%;
            animation: hy-factory实力-spin 1s linear infinite;
        }
        
        @keyframes hy-factory实力-spin {
            to { transform: rotate(360deg); }
        }
		/* 基础样式（添加命名空间避免冲突） */
  .hy-team-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .hy-team-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .hy-team-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  
  .hy-section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
  <!--   font-weight: 700; -->
    color: #333;
    position: relative;
    padding-bottom: 15px;
  }
  
  .hy-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #c45500;
  }
  
  .hy-team-gallery {
    overflow: hidden;
    position: relative;
  }
  
  .hy-team-slider {
    display: flex;
    flex-wrap: nowrap; /* 强制单行 */
    transition: transform 0.5s ease;
    width: auto;
  }
  
  .hy-team-item {
    flex: 0 0 25%; /* 宽屏4张/行 */
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .hy-team-link {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .hy-team-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }
  
  .hy-team-img-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1比例 */
    overflow: hidden;
  }
  
  .hy-team-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 不变形裁剪 */
    transition: transform 0.5s ease;
  }
  
  .hy-team-link:hover .hy-team-img {
    transform: scale(1.05);
  }
  
  .hy-team-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }
  
  .hy-team-link:hover .hy-team-name {
    background-color: #c45500;
  }
  
  .hy-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #c45500;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .hy-slider-btn:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
  }
  
  .hy-prev-btn {
    left: 0px;
  }
  
  .hy-next-btn {
    right: 0px;
  }
  
  /* 响应式调整 */
  @media (max-width: 1400px) {
    .hy-team-item {
      flex: 0 0 33.333%; /* 中等屏幕3张/行 */
    }
  }
  
  @media (max-width: 992px) {
    .hy-team-item {
      flex: 0 0 50%; /* 平板2张/行 */
    }
  }
  
  @media (max-width: 576px) {
    .hy-team-item {
      flex: 0 0 100%; /* 手机1张/行 */
    }
    
    .hy-slider-btn {
      width: 40px;
      height: 40px;
      font-size: 16px;
    }
    
    .hy-prev-btn {
      left: 5px;
    }
    
    .hy-next-btn {
      right: 5px;
    }
  }
  /* 合作流程版块样式 - 仅包含版块内部样式，不影响全局 */
    .cooperation-process {
        background-color: #f5f7fa;
        padding: 60px 0;
    }
    
    /* 容器样式 - 1400px居中，两边边对称留白 */
    .process-container {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    /* 头部样式 */
    .process-header {
        text-align: center;
        margin-bottom: 80px;
        position: relative;
    }
    
    .process-header h2 {
        font-size: 32px;
        color: #333;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        <!-- font-family: Arial, sans-serif; -->
    }
    
    /* 为标题添加装饰线 */
    .process-header h2::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: #9e3300;
    }
    
    .language-switch {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .language-switch button {
        background-color: #9e3300;
        color: white;
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.3s;
        <!-- font-family: Arial, sans-serif; -->
    }
    
    .language-switch button:hover {
        background-color: #7d2800;
    }
    
    /* 时间线样式 */
    .process-timeline {
        position: relative;
        margin: 0 auto;
        padding: 20px 0 60px;
    }
    
    /* 时间线横线 */
    .process-timeline::before {
        content: '';
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #9e3300;
        transform: translateY(-50%);
        z-index: 1;
    }
    
    /* 步骤容器 */
    .process-steps {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        margin: 0 auto;
    }
    
    /* 单个步骤 */
    .step {
        width: 20%;
        padding: 0 15px;
        text-align: center;
      <!--   font-family: Arial, sans-serif; -->
        position: relative;
    }
    
    /* 圆形图标 - 确保在横线中间 */
    .step-icon {
        width: 100px;
        height: 100px;
        background-color: white;
        border: 4px solid #9e3300;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -20px auto 20px;
        font-size: 32px;
        color: #9e3300;
        position: relative;
        z-index: 3;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    
    /* 步骤内容框 - 固定高度 */
    .step-content {
        background-color: white;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        transition: transform 0.3s, box-shadow 0.3s;
        height: 200px; /* 固定高度 */
        display: flex;
        flex-direction: column;
    }
    
    .step:hover .step-content {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    /* 标题样式 */
    .step-content h3 {
        color: #9e3300;
        margin-bottom: 15px;
        font-size: 18px;
        text-align: center;
        flex-shrink: 0;
    }
    
    /* 描述文本 */
    .step-content p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
        flex-grow: 1;
        overflow: hidden; /* 防止内容溢出 */
    }
    
    /* 天数文本 */
    .step-time {
        color: #9e3300;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        display: block;
        margin-top: auto;
        flex-shrink: 0;
    }
    
    /* 自定义图标样式 - 统一命名为icon-file+序号 */
    .icon-file1::before { content: "📄"; }
    .icon-file2::before { content: "🤝"; }
    .icon-file3::before { content: "🔍"; }
    .icon-file4::before { content: "🏭"; }
    .icon-file5::before { content: "🚚"; }
    
    /* 响应式设计 - 适配不同屏幕 */
    @media (max-width: 1200px) {
        .step {
            width: 100%;
            margin-bottom: 60px;
            display: flex;
            align-items: flex-start;
        }
        
        .process-steps {
            flex-direction: column;
        }
        
        .process-timeline::before {
            width: 4px;
            height: 100%;
            top: 0;
            left: 50px;
            transform: translateX(-50%);
        }
        
        .step-icon {
            margin: 0 30px 0 0;
            flex-shrink: 0;
        }
        
        .step-content {
            flex-grow: 1;
            text-align: left;
            height: auto; /* 在大屏幕响应式布局中自动适应高度 */
        }
        
        .step-content h3, .step-time {
            text-align: left;
        }
    }
    
    /* 500px左右宽度时一行显示两个步骤 */
    @media (min-width: 500px) and (max-width: 1200px) {
        .process-steps {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        
        .step {
            width: 100%;
            margin-bottom: 30px;
            display: block;
        }
        
        /* 时间线调整为网格布局适配 */
        .process-timeline::before {
            width: 100%;
            height: 4px;
            top: 50px;
            left: 0;
            transform: translateY(-50%);
        }
        
        /* 添加垂直连接线 */
        .step:nth-child(odd)::after {
            content: '';
            position: absolute;
            top: 50px;
            right: -15px;
            width: 30px;
            height: 4px;
            background-color: #9e3300;
            z-index: 1;
        }
        
        /* 最后一行的第一个元素不需要连接线 */
        .step:nth-last-child(2):nth-child(odd)::after {
            display: none;
        }
        
        .step-icon {
            margin: 0 auto 20px;
        }
        
        .step-content {
            text-align: center;
            height: 200px; /* 保持固定高度 */
        }
        
        .step-content h3, .step-time {
            text-align: center;
        }
    }
    
    @media (max-width: 500px) {
        .step {
            width: 100%;
            margin-bottom: 60px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .process-steps {
            flex-direction: column;
        }
        
        .process-timeline::before {
            width: 4px;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .step-icon {
            margin: 0 auto 20px;
            flex-shrink: 0;
        }
        
        .step-content {
            flex-grow: 1;
            text-align: center;
            height: auto; /* 在小屏幕上自动适应高度 */
        }
        
        .step-content h3, .step-time {
            text-align: center;
        }
    }
    
    @media (max-width: 768px) {
        .process-header {
            margin-bottom: 40px;
        }
        
        .process-header h2 {
            font-size: 26px;
        }
        
        .step-icon {
            width: 80px;
            height: 80px;
            font-size: 24px;
        }
        
        .step-content h3 {
            font-size: 16px;
        }
        
        .language-switch {
            position: static;
            margin-bottom: 20px;
            text-align: center;
        }
    }
	/* 基础样式隔离，避免与其他样式冲突 */

.why-choose-us-section {
    background-color: #f5f7fa;
    padding: 60px 20px;
    margin: 0;
    border: none;
}

.why-choose-us-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-choose-us-title {
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 700;
    margin-top: 0;
}

.why-choose-us-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: none;
    min-width: 280px;
    /* 给卡片添加overflow，确保内部内容不会溢出 */
    overflow: hidden;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.feature-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 600;
    margin-top: 0;
    word-wrap: break-word;
    word-break: break-all;
}

/* 核心修改：终极强制换行 + 穿透span */
.feature-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    /* 强制块级显示，确保宽度生效 */
    display: block !important;
    /* 彻底覆盖white-space，不管父级有没有pre */
    white-space: normal !important;
    /* 英文/数字强制换行（关键！） */
    word-break: break-word !important; /* 比break-all更友好，尽量不截断单词 */
    overflow-wrap: anywhere !important; /* 最新CSS属性，强制换行 */
    overflow: visible !important;
    /* 清除所有可能的继承样式 */
    all: unset !important;
    /* 重新设置必要样式（因为all:unset会清除所有） */
    display: block !important;
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.8 !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important; /* 保持居中 */
}

/* 穿透span的所有样式，优先级拉满 */
.feature-desc * {
    all: unset !important; /* 清除span及内部所有元素的样式 */
    display: inline !important; /* 保留文本流 */
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.8 !important;
    text-align: center !important;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .why-choose-us-title {
        font-size: 28px;
    }
    
    .feature-card {
        min-width: auto;
        width: 100%;
    }
}


/* 基础隔离样式，避免受外部样式影响 */
.material-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.material-section {
    background-color: #ffffff !important;
    padding: 60px 20px !important;
    margin: 0 !important;
}

.material-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.material-title {
    color: #9e3300 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.material-subtitle {
    text-align: center !important;
    font-size: 16px !important;
    color: #333 !important;
    max-width: 900px !important;
    margin: 0 auto 40px !important;
    line-height: 1.6 !important;
    padding: 0 !important;
}

.material-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.material-card {
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    flex: 1 !important;
    min-width: 300px !important;
    max-width: calc(33.333% - 20px) !important;
    padding: 20px !important;
    margin: 0 !important;
    border: none !important;
}

.material-image {
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.material-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.material-name {
    color: #9e3300 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.material-desc {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

/* 优化列表项样式 - 解决对齐问题 */
.material-features {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}

.material-features li {
    color: #333 !important;
    font-size: 14px !important;
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 20px !important;
    position: relative !important;
    line-height: 1.4 !important;
    list-style: none !important;
}

/* 优化圆点样式 - 确保大小合适且对齐 */
.material-features li:before {
    content: "•" !important;
    color: #9e3300 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 18px !important; /* 调整圆点大小 */
    line-height: 1.2 !important; /* 垂直居中对齐 */
    width: 16px !important;
    height: 16px !important;
    text-align: center !important;
}

.material-features strong {
    color: #333 !important;
    font-weight: bold !important;
}

.application-scene {
    background-color: #f8f8f8 !important;
    padding: 15px !important;
    border-radius: 4px !important;
    margin: 0 !important;
}

.application-scene h4 {
    color: #9e3300 !important;
    font-size: 16px !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-weight: bold !important;
}

.application-scene p {
    color: #333 !important;
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    padding: 0 !important;
}

/* 响应式布局调整 */
@media (max-width: 1024px) {
    .material-card {
        max-width: calc(50% - 15px) !important;
    }
}

@media (max-width: 768px) {
    .material-card {
        max-width: 100% !important;
        margin: 0 auto !important;
        max-width: 500px !important;
    }
    
    .material-title {
        font-size: 24px !important;
    }
    
    .material-subtitle {
        font-size: 14px !important;
        padding: 0 10px !important;
    }
    
    .material-cards {
        gap: 20px !important;
    }
}

@media (max-width: 480px) {
    .material-section {
        padding: 40px 15px !important;
    }
    
    .material-card {
        min-width: auto !important;
        padding: 15px !important;
    }
    
    .material-image {
        height: 180px !important;
    }
}
												
												
											