/* SEO优化 - 标题标签样式修复 */

/* Products区域h1样式 */
.Products .publictitle h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

/* 产品卡片h2样式 */
.Products .box .index-h5 {
    font-size: 38px !important;
    font-weight: bold;
    margin: 0;
}

/* About区域h2和h3样式 */
.About .right h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.About .right h3 {
    font-size: 20px;
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
}

/* Video区域h2样式 */
.video-INdexOut .ab-title h2 {
    font-size: 36px;
    font-weight: bold;
}

/* Advantage区域h2样式 */
.Advantage h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .Products .publictitle h1 {
        font-size: 32px;
    }
    
    .About .right h2 {
        font-size: 24px;
    }
    
    .About .right h3 {
        font-size: 16px;
    }
    
    .Advantage h2 {
        font-size: 32px;
    }
}
