/* 全局样式 */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
}

/* 移除自定义header样式，让参考网站的原始样式生效 */

/* 移除自定义header布局样式，让参考网站的原始样式生效 */

/* 移除自定义的logo样式，让参考网站的原始样式生效 */

/* 移除自定义导航样式，让参考网站的原始样式生效 */

/* 移除自定义微信图标样式，让参考网站的原始样式生效 */

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* 移除响应式header样式，让参考网站的原始样式生效 */

/* 移除主要内容区域样式，让页面内容自然显示 */

/* 全站响应式基础样式 */
@media (max-width: 1600px) {
    .w1600 {
    width: 100%;
    padding: 0 20px;
}

    .w1400 {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .w1600, .w1400 {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .w1600, .w1400 {
        width: 100%;
        padding: 0 15px;
    }
    
    /* 调整header导航间距 */
    header .h_nav li {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .w1600, .w1400 {
        width: 100%;
        padding: 0 10px;
    }
    
    /* 移动端header调整 */
    header {
        padding: 8px 0;
    }
    
    header h1 {
        line-height: 50px;
    }
    
    header h1 img {
        height: 40px;
    }
    
    header .h_nav {
        display: none; /* 移动端隐藏导航 */
    }
    
    header .h_phone {
        line-height: 50px;
    }
    
    header .h_phone span {
        font-size: 16px;
    }
    
    /* 移动端通用样式 */
    .banner img {
        height: 200px;
        object-fit: cover;
    }
    
    .ab-nav-a {
        padding: 15px 0;
    }
    
    .ab-nav-a a {
        margin: 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .w1600, .w1400 {
        width: 100%;
        padding: 0 8px;
    }
    
    /* 小屏幕设备调整 */
    header h1 img {
        height: 35px;
    }
    
    .banner img {
        height: 150px;
    }
    
    .ab-nav-a a {
        margin: 0 8px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .w1600, .w1400 {
        width: 100%;
        padding: 0 5px;
    }
    
    /* 超小屏幕设备调整 */
header h1 img {
    height: 30px;
}

/* 百年历程页面样式 - 完全按照金沙乐娱场app下载官网设计 */
.fzlc-cont {
    padding-bottom: 68px;
    background: url('../weboms/Template/pc_web/statics/images/fzlc-cont-bj.jpg');
    background-size: 100% 100%;
}

.fzlc-views {
    width: 1034px;
    margin: 0 auto;
    position: relative;
    padding-top: 110px;
}

.fzlc-views::before {
    width: 1px;
    left: 50%;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    background: #cecece;
    transform: translateX(-50%);
}

.fzlc-views .img,
.fzlc-views .text {
    width: 420px;
}

.fzlc-views li {
    margin-bottom: 110px;
    position: relative;
}

.fzlc-views li::before {
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #333;
    left: 50%;
    margin-left: -3px;
    top: 0px;
}

.fzlc-views li:last-of-type {
    margin-bottom: 0;
}

.fzlc-views li .text {
    float: left;
    text-align: right;
}

.fzlc-views li .text h6 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1;
}

.fzlc-views li .img {
    float: right;
}

.fzlc-views li:nth-of-type(2n) .text {
    float: right;
    text-align: left;
}

.fzlc-views li:nth-of-type(2n) .img {
    float: left;
}

.fzlc-views .cont p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.fzlc-views .cont p:last-child {
    margin-bottom: 0;
}

/* 百年历程页面响应式设计 */
@media (max-width: 768px) {
    .fzlc-views {
        width: 100%;
        padding: 20px;
    }
    
    .fzlc-views .img,
    .fzlc-views .text {
        width: 100%;
        float: none !important;
        text-align: left !important;
        margin-bottom: 20px;
    }
    
    .fzlc-views li {
        margin-bottom: 40px;
    }
    
    .fzlc-views li::before {
        display: none;
    }
    
    .fzlc-views::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .fzlc-views {
        padding: 15px;
    }
    
    .fzlc-views li .text h6 {
        font-size: 20px;
    }
    
    .fzlc-views .cont p {
        font-size: 14px;
    }
}
    
    .banner img {
        height: 120px;
    }
    
    .ab-nav-a a {
        margin: 0 5px;
        font-size: 12px;
    }
}

/* 通用组件响应式样式 */
@media (max-width: 768px) {
    /* 面包屑导航响应式 */
    .ab-mb {
        padding: 20px 0;
        font-size: 14px;
    }
    
    .ab-mb a {
        margin: 0 5px;
    }
    
    /* 标题响应式 */
    .cont-set1 h6,
    .cont-f h3,
    .new-cont h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    /* 按钮响应式 */
    .submit,
    .bt {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    /* 图片响应式 */
    .img img {
        max-width: 100%;
        height: auto;
    }
    
    /* 表单响应式 */
    .cont-views-f ul {
        flex-direction: column;
    }
    
    .cont-views-f ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .cont-views-f textarea {
        height: 100px;
    }
}

@media (max-width: 480px) {
    /* 超小屏幕调整 */
    .cont-set1 h6,
    .cont-f h3,
    .new-cont h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .submit,
    .bt {
        padding: 10px 25px;
        font-size: 13px;
    }
    
    .ab-mb {
        padding: 15px 0;
        font-size: 13px;
    }
}

/* 关于我们页面响应式样式 */
@media (max-width: 768px) {
    .ab-rw-set1 .rw-set1 {
        flex-direction: column;
    }
    
    .ab-rw-set1 .rw-set1 .img,
    .ab-rw-set1 .rw-set1 .txt {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .ab-rw-set1 .rw-set1 .txt h4 {
        font-size: 24px;
        text-align: center;
    }
    
    .ab-rw-set1 .rw-set1 .txt h6 {
        font-size: 16px;
        text-align: center;
    }
    
    .ab-rw-set1 .rw-set1 ul {
        flex-direction: column;
        text-align: center;
    }
    
    .ab-rw-set1 .rw-set1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .ab-rw-set1 .rw-set2-page {
        flex-direction: column;
    }
    
    .ab-rw-set1 .rw-set2-page .text,
    .ab-rw-set1 .rw-set2-page .img {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .ab-rw-set1 .rw-set2-page .text .txt h4 {
        font-size: 24px;
        text-align: center;
    }
    
    .ab-rw-set1 .rw-set2-page .text .cont p {
        text-align: center;
    }
}

/* 特殊页面响应式样式 */
@media (max-width: 768px) {
    /* 艺术展厅页面响应式 */
    .gallery-cont-views li {
        width: 100%;
        margin-bottom: 20px;
    }
    
    /* 品牌故事页面响应式 */
    .brand-story-cont li {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .brand-story-cont li .img {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .brand-story-cont li .txt {
        width: 100%;
        text-align: center;
    }
    
    /* 风格应用页面响应式 */
    .new-cont-views li .img {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .new-cont-views li .text {
        width: 100%;
        flex-direction: column;
    }
    
    .new-cont-views li .text .txt {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .new-cont-views li .text .timer {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    /* 超小屏幕特殊页面调整 */
    .gallery-cont-views li .img {
        height: 200px;
    }
    
    .brand-story-cont li .img {
        height: 180px;
    }
    
    .new-cont-views li .text .txt h6 {
        font-size: 18px;
    }
    
    .new-cont-views li .text .txt p {
        font-size: 14px;
    }
}

/* 首页轮播图基础样式 */
.index-banner {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.master-slider {
    width: 100%;
    height: 1080px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.ms-slide {
    width: 100%;
    height: 1080px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
}

.ms-slide img {
    width: 100% !important;
    height: 1080px !important;
    max-height: 1080px !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    border: none !important;
    outline: none !important;
}

/* 轮播图导航按钮样式 - 兼容多种可能的类名 */
.ms-arrows-1,
.ms-arrows,
.ms-arrows-2,
.ms-arrows-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.ms-arrows-1.ms-arrows-left,
.ms-arrows.ms-arrows-left,
.ms-arrows-2.ms-arrows-left,
.ms-arrows-3.ms-arrows-left {
    left: 20px;
}

.ms-arrows-1.ms-arrows-right,
.ms-arrows.ms-arrows-right,
.ms-arrows-2.ms-arrows-right,
.ms-arrows-3.ms-arrows-right {
    right: 20px;
}

.ms-arrows-1 .ms-arrow,
.ms-arrows .ms-arrow,
.ms-arrows-2 .ms-arrow,
.ms-arrows-3 .ms-arrow {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ms-arrows-1 .ms-arrow:hover,
.ms-arrows .ms-arrow:hover,
.ms-arrows-2 .ms-arrow:hover,
.ms-arrows-3 .ms-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

/* 轮播图子弹导航样式 - 兼容多种可能的类名 */
.ms-bullets,
.ms-bullets-1,
.ms-bullets-2,
.ms-bullets-3 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    gap: 6px;
}

.ms-bullet,
.ms-bullet-1,
.ms-bullet-2,
.ms-bullet-3 {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ms-bullet.active,
.ms-bullet-1.active,
.ms-bullet-2.active,
.ms-bullet-3.active {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.2);
}

.ms-bullet:hover,
.ms-bullet-1:hover,
.ms-bullet-2:hover,
.ms-bullet-3:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* 强制显示导航按钮的调试样式 */
.ms-arrows-1,
.ms-arrows,
.ms-arrows-2,
.ms-arrows-3,
.ms-bullets,
.ms-bullets-1,
.ms-bullets-2,
.ms-bullets-3 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 汉堡菜单按钮 - 默认隐藏 */
.mobile-menu-toggle {
    display: none !important;
}

/* 移动端汉堡菜单样式 */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block !important;
        position: absolute !important;
        right: 20px !important; /* 调整到更靠右的位置 */
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 25px !important;
        height: 20px !important;
        cursor: pointer !important;
        z-index: 10001 !important;
        background: #f00 !important; /* 强制红色背景测试 */
    }

    .mobile-menu-toggle span {
        display: block !important;
        width: 100% !important;
        height: 2px !important;
        background: #fff !important;
        margin: 3px 0 !important;
        transition: all 0.3s ease !important;
    }
}

/* 强制移动端样式 - 不受媒体查询限制 */
@media (max-width: 768px) {
    /* 强制覆盖所有可能的header样式 */
    html body header .h_nav,
    body header .h_nav,
    header .h_nav {
        all: unset !important;
        position: relative !important;
        display: block !important;
        width: 100% !important;
        float: none !important;
        line-height: normal !important;
        font-size: normal !important;
        color: normal !important;
        vertical-align: normal !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #0f0 !important; /* 强制绿色背景测试 */
    }
    
    html body header .h_nav ul,
    body header .h_nav ul,
    header .h_nav ul {
        all: unset !important;
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background: rgba(0, 0, 0, 0.95) !important;
        flex-direction: column !important;
        padding: 10px 0 !important;
        z-index: 10000 !important;
        width: 100% !important;
    }
    
    html body header .h_nav ul.show,
    body header .h_nav ul.show,
    header .h_nav ul.show {
        display: flex !important;
    }
    
    html body header .h_nav li,
    body header .h_nav li,
    header .h_nav li {
        all: unset !important;
        margin: 0 !important;
        text-align: center !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        display: block !important;
        line-height: normal !important;
        font-size: normal !important;
        color: normal !important;
        vertical-align: normal !important;
        margin-right: 0 !important;
    }
    
    html body header .h_nav a,
    body header .h_nav a,
    header .h_nav a {
        all: unset !important;
        display: block !important;
        padding: 6px 15px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    
    /* 汉堡菜单按钮 */
    html body .mobile-menu-toggle,
    body .mobile-menu-toggle,
    .mobile-menu-toggle {
        all: unset !important;
        display: block !important;
        position: absolute !important;
        right: 20px !important; /* 调整到更靠右的位置 */
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 25px !important;
        height: 20px !important;
        cursor: pointer !important;
        z-index: 10001 !important;
        background: #00f !important; /* 强制蓝色背景测试 */
    }
    
    html body .mobile-menu-toggle span,
    body .mobile-menu-toggle span,
    .mobile-menu-toggle span {
        all: unset !important;
        display: block !important;
        width: 100% !important;
        height: 2px !important;
        background: #fff !important;
        margin: 3px 0 !important;
        transition: all 0.3s ease !important;
    }
}

    /* 移动端强制样式 - 不受媒体查询限制 */
    @media (max-width: 768px) {
        /* 强制覆盖所有可能的header样式 */
        html body header .h_nav,
        body header .h_nav,
        header .h_nav {
            all: unset !important;
            position: relative !important;
            display: block !important;
            width: 100% !important;
            float: none !important;
            line-height: normal !important;
            font-size: normal !important;
            color: normal !important;
            vertical-align: normal !important;
            margin: 0 !important;
            padding: 0 !important;
            background: transparent !important;
        }
        
        /* 手机端logo缩小到70% */
        html body header h1,
        body header h1,
        header h1 {
            transform: scale(0.7) !important;
            transform-origin: left center !important;
        }
        
        html body header h1 img,
        body header h1 img,
        header h1 img {
            max-width: 70% !important;
            height: auto !important;
        }
    
    html body header .h_nav ul,
    body header .h_nav ul,
    header .h_nav ul {
        all: unset !important;
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background: rgba(0, 0, 0, 0.95) !important;
        flex-direction: column !important;
        padding: 10px 0 !important;
        z-index: 10000 !important;
        width: 100% !important;
    }
    
    html body header .h_nav ul.show,
    body header .h_nav ul.show,
    header .h_nav ul.show {
        display: flex !important;
    }
    
    html body header .h_nav li,
    body header .h_nav li,
    header .h_nav li {
        all: unset !important;
        margin: 0 !important;
        text-align: center !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        display: block !important;
        line-height: normal !important;
        font-size: normal !important;
        color: normal !important;
        vertical-align: normal !important;
        margin-right: 0 !important;
    }
    
    html body header .h_nav a,
    body header .h_nav a,
    header .h_nav a {
        all: unset !important;
        display: block !important;
        padding: 6px 15px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    
    /* 汉堡菜单按钮 */
    html body .mobile-menu-toggle,
    body .mobile-menu-toggle,
    .mobile-menu-toggle {
        all: unset !important;
        display: block !important;
        position: absolute !important;
        right: 20px !important; /* 调整到更靠右的位置 */
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 25px !important;
        height: 20px !important;
        cursor: pointer !important;
        z-index: 10001 !important;
        background: transparent !important;
    }
    
    html body .mobile-menu-toggle span,
    body .mobile-menu-toggle span,
    .mobile-menu-toggle span {
        all: unset !important;
        display: block !important;
        width: 100% !important;
        height: 2px !important;
        background: #fff !important;
        margin: 3px 0 !important;
        transition: all 0.3s ease !important;
    }
}

/* 强制移动端样式优先级 */
@media (max-width: 768px) {
    /* 使用更高优先级的选择器 */
    body header .h_nav,
    body header .h_nav *,
    html body header .h_nav,
    html body header .h_nav * {
        all: unset !important;
    }
    
    body header .h_nav {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        float: none !important;
        line-height: normal !important;
        font-size: normal !important;
        color: normal !important;
        vertical-align: normal !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* 手动添加的导航按钮样式 */
.manual-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9999 !important;
}

.manual-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.manual-arrow-left {
    left: 20px;
}

.manual-arrow-right {
    right: 20px;
}

.manual-bullets {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999 !important;
    display: flex !important;
    gap: 6px;
}

.manual-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.manual-bullet.active {
    background: rgba(255, 255, 255, 1) !important;
    transform: scale(1.2);
}

.manual-bullet:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* 首页轮播图响应式样式 */
@media (max-width: 1200px) {
    .index-banner {
        height: auto;
    }
    
    .master-slider {
        height: auto;
    }
    
    .ms-slide img {
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: cover;
    }
}

/* 导航栏响应式样式 */
@media (max-width: 1200px) {
    header .w1600 {
        padding: 0 20px;
    }
    
    header .h_nav {
        display: block;
    }
    
    header .h_nav ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    header .h_nav li {
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    /* 移动端导航栏样式 - 使用!important覆盖参考网站样式 */
    /* 使用更强的选择器确保优先级 */
    html body header .h_nav,
    body header .h_nav,
    header .h_nav,
    html body header .h_nav *,
    body header .h_nav *,
    header .h_nav * {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        float: none !important;
        line-height: normal !important;
        font-size: normal !important;
        color: normal !important;
        vertical-align: normal !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #f00 !important; /* 测试用红色背景 */
    }
    
    header .h_nav ul {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background: rgba(0, 0, 0, 0.95) !important;
        flex-direction: column !important;
        padding: 10px 0 !important;
        z-index: 10000 !important;
        width: 100% !important;
        line-height: normal !important;
        font-size: normal !important;
        color: normal !important;
        vertical-align: normal !important;
    }
    
    header .h_nav ul.show {
        display: flex !important;
    }
    
    header .h_nav li {
        margin: 0 !important;
        text-align: center !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        display: block !important;
        line-height: normal !important;
        font-size: normal !important;
        color: normal !important;
        vertical-align: normal !important;
        margin-right: 0 !important;
    }
    
    header .h_nav li:last-child {
        border-bottom: none !important;
    }
    
    header .h_nav a {
        display: block !important;
        padding: 6px 15px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    
    /* 汉堡菜单按钮 */
    .mobile-menu-toggle {
        display: block !important;
        position: absolute !important;
        right: 20px !important; /* 调整到更靠右的位置 */
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 25px !important;
        height: 20px !important;
        cursor: pointer !important;
        z-index: 10001 !important;
    }
    
    .mobile-menu-toggle span {
        display: block !important;
        width: 100% !important;
        height: 2px !important;
        background: #fff !important;
        margin: 3px 0 !important;
        transition: all 0.3s ease !important;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px) !important;
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0 !important;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px) !important;
    }
    
    header .h_phone {
        display: none !important;
    }
    
    /* 轮播图响应式 */
    .index-banner {
        height: auto !important;
    }
    
    .master-slider {
        height: auto !important;
    }
    
    .ms-slide img {
        width: 100% !important;
        height: auto !important;
        max-height: 350px !important;
        object-fit: cover !important;
    }
}

@media (max-width: 768px) {
    /* 手机端logo缩小到70% */
    header h1 {
        transform: scale(0.7) !important;
        transform-origin: left center !important;
    }
    
    header h1 img {
        max-width: 70% !important;
        height: auto !important;
    }
    
    .index-banner {
        height: auto;
    }
    
    .master-slider {
        height: auto;
    }
    
    .ms-slide img {
        width: 100%;
        height: auto;
        max-height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    /* 手机端logo缩小到70% */
    header h1 {
        transform: scale(0.7) !important;
        transform-origin: left center !important;
    }
    
    header h1 img {
        max-width: 70% !important;
        height: auto !important;
    }
    
    .index-banner {
        height: auto;
    }
    
    .master-slider {
        height: auto;
    }
    
    .ms-slide img {
        width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }
}

/* 组件响应式样式 */
@media (max-width: 768px) {
    /* 卡片组件响应式 */
    .card-mobile {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .card-mobile .card-img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    
    .card-mobile .card-body {
        padding: 0;
    }
    
    .card-mobile .card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .card-mobile .card-text {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* 按钮组件响应式 */
    .btn-mobile {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .btn-group-mobile {
        flex-direction: column;
    }
    
    .btn-group-mobile .btn {
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    /* 表单组件响应式 */
    .form-group-mobile {
        margin-bottom: 20px;
    }
    
    .form-control-mobile {
        width: 100%;
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .form-label-mobile {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
    }
    
    /* 导航组件响应式 */
    .nav-mobile {
        flex-direction: column;
    }
    
    .nav-mobile .nav-item {
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    .nav-mobile .nav-link {
        padding: 10px 15px;
        border-radius: 5px;
        background: #f8f9fa;
    }
}

@media (max-width: 480px) {
    /* 超小屏幕组件调整 */
    .card-xs {
        margin-bottom: 15px;
        padding: 10px;
    }
    
    .card-xs .card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .card-xs .card-text {
        font-size: 13px;
    }
    
    .btn-xs {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .form-control-xs {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* 布局响应式样式 */
@media (max-width: 768px) {
    /* 网格布局响应式 */
    .grid-2-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .grid-3-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .grid-4-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Flexbox布局响应式 */
    .flex-column-mobile {
        flex-direction: column;
    }
    
    .flex-wrap-mobile {
        flex-wrap: wrap;
    }
    
    .justify-center-mobile {
        justify-content: center;
    }
    
    .align-center-mobile {
        align-items: center;
    }
    
    /* 容器响应式 */
    .container-mobile {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    
    .container-fluid-mobile {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    /* 超小屏幕布局调整 */
    .grid-2-xs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-3-xs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-4-xs {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .container-xs {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }
    
    .container-fluid-xs {
        width: 100%;
        padding: 0 5px;
    }
}

/* 特殊元素响应式样式 */
@media (max-width: 768px) {
    /* 清除浮动响应式 */
    .clearfix::after {
        content: '';
        display: table;
        clear: both;
    }
    
    /* 隐藏元素响应式 */
    .hide-mobile {
        display: none !important;
    }
    
    /* 显示元素响应式 */
    .show-mobile {
        display: block !important;
    }
    
    /* 文本对齐响应式 */
    .text-center-mobile {
        text-align: center;
    }
    
    .text-left-mobile {
        text-align: left;
    }
    
    .text-right-mobile {
        text-align: right;
    }
    
    /* 间距响应式 */
    .mb-mobile-20 {
        margin-bottom: 20px;
    }
    
    .mt-mobile-20 {
        margin-top: 20px;
    }
    
    .p-mobile-15 {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    /* 超小屏幕特殊元素调整 */
    .hide-xs {
        display: none !important;
    }
    
    .show-xs {
        display: block !important;
    }
    
    .text-center-xs {
        text-align: center;
    }
    
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    
    .mt-xs-15 {
        margin-top: 15px;
    }
    
    .p-xs-10 {
        padding: 10px;
    }
}

/* 页脚响应式样式 */
@media (max-width: 768px) {
    .footer {
        padding: 10px 0;
    }
    
    .footer .container {
        padding: 0 10px;
    }
    
    .footer p {
        font-size: 14px;
    }
}

/* 页脚样式 */
.footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer p {
    margin-bottom: 0;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
    header {
        padding: 8px 0;
    }
    
    header h1 {
        line-height: 50px;
    }
    
    header h1 img {
        height: 40px;
    }
    
    header .h_nav {
        display: none; /* 移动端隐藏导航 */
    }
    
    header .h_phone {
        line-height: 50px;
    }
    
    header .h_phone span {
        font-size: 16px;
    }
    
    body {
        margin: 0;
        padding: 0;
    }
}

/* 顶部信息栏 */
.top-bar {
    font-size: 0.875rem;
}

/* 导航栏 */
.navbar {
    padding: 1rem 0;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

/* 页面标题 */
.page-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: rgba(255, 255, 255, 0.7);
}

/* 轮播图 */
.hero-section {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-slide {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Swiper 轮播图样式 */
.swiper-pagination-bullet {
    background: white;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
}

/* 章节标题 */
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
    position: relative;
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-weight: 300;
}

/* 产品卡片 */
.product-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-content {
    padding: 1.5rem;
}

.product-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.product-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* 案例卡片 */
.case-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
    height: 100%;
}

.case-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.case-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-card:hover .case-image img {
    transform: scale(1.1);
}

.case-content {
    padding: 1.5rem;
}

/* 新闻卡片 */
.news-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.news-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.1);
}

.news-content {
    padding: 1.5rem;
}

.news-meta {
    margin-bottom: 1rem;
}

.news-meta .badge {
    margin-right: 0.5rem;
}

/* 技术实力卡片 */
.tech-card {
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.tech-card:hover {
    transform: translateY(-10px);
}

.tech-icon {
    margin-bottom: 1.5rem;
}

.tech-card h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.tech-card p {
    color: #666;
    line-height: 1.6;
}

/* 联系卡片 */
.contact-card {
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-10px);
}

.contact-icon {
    margin-bottom: 1.5rem;
}

.contact-detail {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

/* 按钮样式 */
.btn {
    border-radius: 25px;
    padding: 0.75rem 2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

/* 分页样式 */
.pagination .page-link {
    border-radius: 50%;
    margin: 0 0.25rem;
    border: none;
    color: var(--primary-color);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* 页脚 */
footer {
    background: linear-gradient(135deg, var(--dark-color) 0%, #1a1a1a 100%);
}

footer h5 {
    color: white;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: white;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-section {
        height: 400px;
    }
    
    .hero-slide {
        height: 400px;
    }
    
    .product-image,
    .case-image,
    .news-image {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .btn {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* 加载动画 */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* 表单样式 */
.form-control {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-label {
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

/* 卡片阴影效果 */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* 徽章样式 */
.badge {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

/* 空状态样式 */
.empty-state {
    padding: 4rem 2rem;
    text-align: center;
    color: #6c757d;
}

.empty-state i {
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* 时间线样式 */
.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--primary-color), #0056b3);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-marker {
    position: absolute;
    left: 50%;
    top: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), #0056b3);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: 0;
    margin-right: 55%;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 55%;
    margin-right: 0;
}

/* 认证证书网格 */
.certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.cert-item img {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
}

.cert-item img:hover {
    transform: scale(1.05);
    border-color: var(--primary-color);
}

/* 移动端时间线适配 */
@media (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }
    
    .timeline-marker {
        left: 30px;
        transform: none;
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .timeline-content {
        width: calc(100% - 80px);
        margin-left: 80px !important;
        margin-right: 0 !important;
        padding: 1.5rem;
    }
}

/* 关于我们页面样式 */
.ab-rw-set1 {
    padding: 40px 0;
    background: #f8f9fa;
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.ab-mb {
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.ab-mb a {
    color: #666;
    text-decoration: none;
}

.ab-mb a:hover {
    color: #c00;
}

/* 百年历程页面样式 */
.history-timeline {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.timeline-item .year {
    background: #c00;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 30px;
    min-width: 80px;
    text-align: center;
}

.timeline-item .content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.timeline-item .content-image {
    flex: 0 0 120px;
}

.timeline-item .content-image img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.timeline-item .content-text {
    flex: 1;
}

.timeline-item .content-text h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 20px;
}

.timeline-item .content-text p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 世纪荣誉页面样式 */
.honor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.honor-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.honor-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.honor-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}

.honor-content h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.honor-content p {
    color: #666;
    line-height: 1.6;
}

.honor-summary {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.honor-summary h2 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.honor-summary p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* 艺术展厅页面样式 */
.gallery-intro {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    text-align: center;
}

.gallery-intro h2 {
    color: #333;
    margin-bottom: 20px;
}

.gallery-intro p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.gallery-showcase {
    margin-bottom: 40px;
}

.showcase-item {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
}

.showcase-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.showcase-image {
    flex: 0 0 300px;
}

.showcase-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.showcase-content {
    flex: 1;
    padding: 30px;
}

.showcase-content h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.showcase-content p {
    color: #666;
    line-height: 1.6;
}

.gallery-features {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.gallery-features h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.feature-item {
    text-align: center;
    padding: 20px;
}

.feature-item h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.feature-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.gallery-contact {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.gallery-contact h2 {
    color: #333;
    margin-bottom: 20px;
}

.gallery-contact p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.contact-info p {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

/* 企业风采页面样式 */
.culture-intro {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    text-align: center;
}

.culture-intro h2 {
    color: #333;
    margin-bottom: 20px;
}

.culture-intro p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.culture-values {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.culture-values h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.value-item {
    text-align: center;
    padding: 20px;
}

.value-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

.value-item h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.value-item p {
    color: #666;
    line-height: 1.6;
}

.culture-team {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.culture-team h2 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.team-intro {
    text-align: center;
    margin-bottom: 30px;
}

.team-intro p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.team-structure {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.team-department {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.team-department h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}

.team-department p {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

.culture-environment {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.culture-environment h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.environment-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.env-image {
    flex: 0 0 400px;
}

.env-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.env-description h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.env-description p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.env-description ul {
    color: #666;
    line-height: 1.8;
}

.env-description li {
    margin-bottom: 8px;
}

.culture-development {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.culture-development h2 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.culture-development > p {
    color: #666;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.development-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.dev-feature {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.dev-feature h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
}

.dev-feature p {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

/* 品牌故事页面样式 */
.brand-story-intro {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    text-align: center;
}

.brand-story-intro h2 {
    color: #333;
    margin-bottom: 20px;
}

.brand-story-intro p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.story-origin {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.story-origin h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.origin-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.origin-image {
    flex: 0 0 400px;
}

.origin-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.origin-text h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.origin-text p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.story-development {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.story-development h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.development-timeline {
    display: grid;
    gap: 20px;
}

.dev-stage {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #c00;
}

.dev-stage h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
}

.dev-stage p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.story-philosophy {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.story-philosophy h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.philosophy-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.philosophy-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.philosophy-item h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.philosophy-item p {
    color: #666;
    line-height: 1.6;
}

.story-future {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.story-future h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.future-vision {
    display: flex;
    align-items: center;
    gap: 40px;
}

.vision-image {
    flex: 0 0 400px;
}

.vision-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.vision-text h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.vision-text p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.story-conclusion {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.story-conclusion h2 {
    color: #333;
    margin-bottom: 20px;
}

.story-conclusion p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 16px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .showcase-item {
        flex-direction: column;
    }
    
    .showcase-image {
        flex: none;
    }
    
    .environment-content,
    .origin-content,
    .future-vision {
        flex-direction: column;
        gap: 20px;
    }
    
    .env-image,
    .origin-image,
    .vision-image {
        flex: none;
    }
    
    .honor-grid,
    .values-grid,
    .features-grid,
    .team-structure,
    .development-features,
    .philosophy-content {
        grid-template-columns: 1fr;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .timeline-item .year {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .timeline-item .content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .timeline-item .content-image {
        flex: none;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .timeline-item .content-image img {
        height: 120px;
    }
}

/* 艺涂学院页面样式 */
.academy-intro h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.academy-intro .lead {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.8;
}

.course-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.course-image {
    height: 200px;
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.course-card:hover .course-image img {
    transform: scale(1.1);
}

.course-content {
    padding: 25px;
}

.course-content h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.course-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-content ul {
    color: #666;
    line-height: 1.8;
    padding-left: 20px;
}

.course-content li {
    margin-bottom: 8px;
}

.training-features h2 {
    color: #333;
    margin-bottom: 40px;
    font-size: 2rem;
}

.feature-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    height: 100%;
}

.feature-item h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 风格应用页面样式 */
.style-intro h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.style-intro .lead {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.8;
}

.style-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.style-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.style-image {
    height: 250px;
    overflow: hidden;
}

.style-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.style-card:hover .style-image img {
    transform: scale(1.1);
}

.style-content {
    padding: 25px;
}

.style-content h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.style-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.style-content h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.style-content ul {
    color: #666;
    line-height: 1.8;
    padding-left: 20px;
    margin-bottom: 15px;
}

.style-content li {
    margin-bottom: 5px;
}

.style-application h2 {
    color: #333;
    margin-bottom: 40px;
    font-size: 2rem;
}

.application-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    height: 100%;
}

.application-item h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.application-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 响应式设计补充 */
@media (max-width: 768px) {
    .course-card,
    .style-card {
        margin-bottom: 20px;
    }
    
    .course-content,
    .style-content {
        padding: 20px;
    }
    
    .academy-intro h2,
    .style-intro h2 {
        font-size: 2rem;
    }
    
    .training-features h2,
    .style-application h2 {
        font-size: 1.5rem;
    }
}

/* ===== 完整的移动端响应式样式 ===== */
/* 移动端字体大小和间距优化 - 确保美观规则 */
@media (max-width: 768px) {
    /* 0. 移动端基础字体和间距规范 */
    html {
        font-size: 16px !important; /* 基础字体大小 */
    }
    
    body {
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: #333 !important;
        background: #fff !important;
    }
    
    /* 标题字体大小规范 */
    h1 { font-size: 28px !important; line-height: 1.3 !important; margin: 20px 0 15px 0 !important; }
    h2 { font-size: 24px !important; line-height: 1.3 !important; margin: 18px 0 12px 0 !important; }
    h3 { font-size: 20px !important; line-height: 1.4 !important; margin: 16px 0 10px 0 !important; }
    h4 { font-size: 18px !important; line-height: 1.4 !important; margin: 14px 0 8px 0 !important; }
    h5 { font-size: 16px !important; line-height: 1.5 !important; margin: 12px 0 6px 0 !important; }
    h6 { font-size: 14px !important; line-height: 1.5 !important; margin: 10px 0 5px 0 !important; }
    
    /* 段落和文本规范 */
    p { font-size: 14px !important; line-height: 1.6 !important; margin: 0 0 12px 0 !important; }
    span { font-size: 14px !important; line-height: 1.6 !important; }
    a { font-size: 14px !important; line-height: 1.6 !important; }
    
    /* 1. 容器响应式 - 统一间距 */
    .w1600, .w1400 {
        width: 100% !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
    }
    
    /* 2. 首页英雄区域响应式 - 保持信息完整性 */
    .zj-set1 {
        padding: 30px 0 !important;
        text-align: center !important;
    }
    
    .zj-set1 .w1600 {
        display: block !important;
        width: 100% !important;
        padding: 0 15px !important;
    }
    
    .zj-set1-tes {
        width: 100% !important;
        float: none !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }
    
    .zj-set1-tes .ts h3 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        font-weight: 600 !important;
        color: #333 !important;
        line-height: 1.2 !important;
    }
    
    .zj-set1-tes .ts span {
        font-size: 16px !important;
        color: #666 !important;
        margin-bottom: 15px !important;
        display: block !important;
        line-height: 1.3 !important;
    }
    
    .zj-set1-tes h6 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin: 15px 0 !important;
        color: #333 !important;
        font-weight: 500 !important;
    }
    
    .zj-set1-tes .cont {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin: 15px 0 !important;
        color: #555 !important;
        text-align: left !important;
        padding: 0 5px !important;
    }
    
    .zj-set1-v {
        width: 100% !important;
        float: none !important;
        margin-top: 20px !important;
        text-align: center !important;
    }
    
    .zj-set1-v img {
        width: 100% !important;
        height: auto !important;
        max-width: 300px !important;
        border-radius: 6px !important;
    }
    
    /* 3. 时间轴响应式 - 保持左右滚动 */
    .zj-set1-cont {
        margin-top: 25px !important;
        padding: 0 10px !important;
    }
    
    .zj-set1-cont ul {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
        padding: 0 !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important; /* Firefox */
        -ms-overflow-style: none !important; /* IE and Edge */
    }
    
    .zj-set1-cont ul::-webkit-scrollbar {
        display: none !important; /* Chrome, Safari, Opera */
    }
    
    .zj-set1-cont li {
        width: 280px !important;
        min-width: 280px !important;
        margin: 0 !important;
        padding: 20px 15px !important;
        background: #f8f9fa !important;
        border-radius: 10px !important;
        text-align: center !important;
        border: 1px solid #e9ecef !important;
        white-space: normal !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    }
    
    .zj-set1-cont li h3 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }
    
    .zj-set1-cont li h6 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        color: #666 !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }
    
    .zj-set1-cont li .cont {
        font-size: 14px !important;
        line-height: 1.5 !important;
        color: #777 !important;
        text-align: left !important;
    }
    
    /* 4. 产品系列响应式 - 保持信息完整性 */
    .zj-set4 {
        padding: 30px 0 !important;
    }
    
    .zj-title {
        text-align: center !important;
        margin-bottom: 25px !important;
        padding: 0 15px !important;
    }
    
    .zj-title h3 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }
    
    .zj-title span {
        font-size: 15px !important;
        color: #666 !important;
        margin-bottom: 12px !important;
        display: block !important;
        line-height: 1.3 !important;
    }
    
    .zj-title p {
        font-size: 14px !important;
        margin: 12px 0 !important;
        color: #777 !important;
        line-height: 1.5 !important;
        padding: 0 10px !important;
    }
    
    .zj-set4-cont ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding: 0 15px !important;
    }
    
    .zj-set4-cont li {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px !important;
        background: #fff !important;
        border-radius: 8px !important;
        text-align: center !important;
        border: 1px solid #e9ecef !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    }
    
    .zj-set4-cont .imgd {
        height: 160px !important;
        margin-bottom: 15px !important;
        border-radius: 6px !important;
        overflow: hidden !important;
    }
    
    .zj-set4-cont .imgd img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .zj-set4-cont .text h6 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
    }
    
    /* 5. 案例展示响应式 - 保持信息完整性 */
    .zj-set5 {
        padding: 30px 0 !important;
    }
    
    .zj-set5-d {
        margin-bottom: 25px !important;
        text-align: center !important;
        padding: 0 15px !important;
    }
    
    .zj-set5-page {
        width: 100% !important;
        margin-bottom: 20px !important;
        padding: 0 15px !important;
    }
    
    .zj-set5-page .imgd {
        height: 180px !important;
        margin-bottom: 15px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        border: 1px solid #e9ecef !important;
    }
    
    .zj-set5-page .imgd img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .zj-set5-page .text h6 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
    }
    
    .zj-set5 ul {
        display: flex !important;
        flex-direction: row !important;
        gap: 15px !important;
        padding: 0 15px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
    
    .zj-set5 ul::-webkit-scrollbar {
        display: none !important;
    }
    
    .zj-set5 ul li {
        width: calc(33.333% - 10px) !important;
        min-width: 200px !important;
        margin: 0 !important;
        padding: 15px !important;
        background: #fff !important;
        border-radius: 8px !important;
        border: 1px solid #e9ecef !important;
        text-align: center !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
        flex-shrink: 0 !important;
    }
    
    .zj-set5 ul li .imgd {
        height: 150px !important;
        margin-bottom: 12px !important;
        border-radius: 6px !important;
        overflow: hidden !important;
    }
    
    .zj-set5 ul li .text h6 {
        font-size: 15px !important;
        color: #333 !important;
        font-weight: 600 !important;
        margin-bottom: 6px !important;
        line-height: 1.3 !important;
    }
    
    /* 6. 技术实力响应式 - 优化图标布局 */
    .zj-set2 {
        padding: 50px 0 !important;
    }
    
    .zj-set2-cont ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        padding: 0 20px !important;
    }
    
    .zj-set2-cont li {
        width: 100% !important;
        margin: 0 !important;
        padding: 25px 20px !important;
        background: #fff !important;
        border-radius: 15px !important;
        text-align: center !important;
        box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
        border: 1px solid #f0f0f0 !important;
        transition: transform 0.3s ease !important;
    }
    
    .zj-set2-cont li:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
    }
    
    .zj-set2-cont .imgd {
        width: 70px !important;
        height: 70px !important;
        margin: 0 auto 20px !important;
        background: #f8f9fa !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    }
    
    .zj-set2-cont .text h6 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
        color: #333 !important;
        font-weight: 600 !important;
    }
    
    .zj-set2-cont .text p {
        font-size: 15px !important;
        line-height: 1.7 !important;
        color: #666 !important;
        padding: 0 10px !important;
    }
    
    /* 7. 品质展示响应式 - 优化左右布局 */
    .zj-set3 {
        padding: 50px 0 !important;
    }
    
    .zj-set3-left {
        width: 100% !important;
        float: none !important;
        margin-bottom: 40px !important;
        text-align: center !important;
        padding: 0 20px !important;
    }
    
    .zj-set3-left .ts h3 {
        font-size: 26px !important;
        margin-bottom: 15px !important;
        color: #333 !important;
        font-weight: 600 !important;
    }
    
    .zj-set3-left .ts span {
        font-size: 16px !important;
        color: #666 !important;
        margin-bottom: 20px !important;
        display: block !important;
    }
    
    .zj-set3-left h6 {
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin: 25px 0 !important;
        color: #333 !important;
        font-weight: 500 !important;
    }
    
    .zj-set3-left .cont {
        font-size: 15px !important;
        line-height: 1.7 !important;
        margin: 20px 0 !important;
        color: #555 !important;
        text-align: left !important;
        padding: 0 15px !important;
    }
    
    .zj-set3-rigth {
        width: 100% !important;
        float: none !important;
        padding: 0 20px !important;
    }
    
    .zj-set3-views .swiper-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .zj-set3-views li {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px !important;
        background: #fff !important;
        border-radius: 12px !important;
        text-align: center !important;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
        border: 1px solid #f0f0f0 !important;
    }
    
    .zj-set3-views .img {
        width: 100% !important;
        height: 200px !important;
        margin: 0 auto 15px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }
    
    .zj-set3-views .img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        transition: transform 0.3s ease !important;
    }
    
    .zj-set3-views li:hover .img img {
        transform: scale(1.05) !important;
    }
    
    .zj-set3-views p {
        font-size: 15px !important;
        color: #333 !important;
        font-weight: 500 !important;
    }
    
    /* 8. 新闻中心响应式 - 简洁美观布局 */
    .zj-set6 {
        padding: 25px 0 !important;
        background: #fff !important;
    }
    
    .zj-set6-nav {
        text-align: center !important;
        margin-bottom: 25px !important;
        padding: 0 15px !important;
    }
    
    .zj-set6-nav .txt h3 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        color: #333 !important;
        font-weight: 600 !important;
    }
    
    .zj-set6-nav .txt p {
        font-size: 15px !important;
        color: #666 !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }
    
    .zj-set6-nav p a {
        display: inline-block !important;
        margin: 5px 4px !important;
        padding: 8px 16px !important;
        background: #f8f9fa !important;
        border: 1px solid #e9ecef !important;
        border-radius: 20px !important;
        color: #666 !important;
        text-decoration: none !important;
        font-size: 13px !important;
        transition: all 0.2s ease !important;
    }
    
    .zj-set6-nav p a:hover {
        background: #007bff !important;
        color: #fff !important;
        border-color: #007bff !important;
    }
    
    .zj-set6-page {
        margin-bottom: 25px !important;
        padding: 0 15px !important;
    }
    
    .zj-set6-s {
        width: 100% !important;
        margin-bottom: 15px !important;
        background: #fff !important;
        border-radius: 8px !important;
        padding: 15px !important;
        border: 1px solid #e9ecef !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    }
    
    .zj-set6-s .txt p {
        font-size: 16px !important;
        margin-bottom: 0 !important;
        color: #333 !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
    }
    
    .zj-set6-page ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .zj-set6-page ul li {
        width: 100% !important;
        margin: 0 !important;
        padding: 12px !important;
        background: #fff !important;
        border-radius: 8px !important;
        border: 1px solid #e9ecef !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
        margin-bottom: 15px !important;
    }
    
    .zj-set6-page .ls h6 {
        font-size: 15px !important;
        margin-bottom: 0 !important;
        line-height: 1.3 !important;
        color: #333 !important;
        font-weight: 600 !important;
    }
    
    /* 9. 页脚响应式 */
    footer {
        padding: 30px 0 !important;
        text-align: center !important;
    }
    
    footer .container {
        padding: 0 15px !important;
    }
    
    footer p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    /* 10. 通用移动端优化 */
    * {
        box-sizing: border-box !important;
    }
    
    body {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    h1, h2, h3, h4, h5, h6 {
        margin: 15px 0 !important;
        line-height: 1.3 !important;
    }
    
    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .clearfix::after {
        content: "" !important;
        display: table !important;
        clear: both !important;
    }
    
    /* 11. 轮播图响应式 - 保持轮播功能 */
    .index-banner {
        height: auto !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .master-slider {
        height: auto !important;
        position: relative !important;
    }
    
    .ms-slide {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .ms-slide img {
        width: 100% !important;
        height: auto !important;
        max-height: 250px !important;
        object-fit: cover !important;
        display: block !important;
    }
    
    /* 轮播导航按钮移动端优化 */
    .manual-arrow {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
        background: rgba(0, 0, 0, 0.6) !important;
    }
    
    .manual-arrow-left {
        left: 10px !important;
    }
    
    .manual-arrow-right {
        right: 10px !important;
    }
    
    .manual-bullets {
        bottom: 20px !important;
        gap: 8px !important;
    }
    
    .manual-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    
    /* 12. 关于我们页面响应式 */
    .ab-rw-set1 {
        padding: 30px 0 !important;
    }
    
    .ab-rw-set1 .w1600 {
        display: block !important;
    }
    
    .ab-rw-set1-left {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    .ab-rw-set1-left h3 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }
    
    .ab-rw-set1-left p {
        font-size: 16px !important;
        line-height: 1.8 !important;
        margin-bottom: 20px !important;
    }
    
    .ab-rw-set1-right {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
    }
    
    .ab-rw-set1-right img {
        width: 100% !important;
        height: auto !important;
        max-width: 400px !important;
    }
    
    /* 13. 产品列表页面响应式 */
    .product {
        padding: 30px 0 !important;
    }
    
    .product .w1600 {
        display: block !important;
    }
    
    .product-list {
        display: block !important;
    }
    
    .product-list li {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    
    .product-list .imgd {
        height: 200px !important;
        margin-bottom: 15px !important;
    }
    
    .product-list .imgd img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .product-list .text h6 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    .product-list .text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    /* 14. 案例列表页面响应式 */
    .case {
        padding: 30px 0 !important;
    }
    
    .case .w1600 {
        display: block !important;
    }
    
    .case-list {
        display: block !important;
    }
    
    .case-list li {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    
    .case-list .imgd {
        height: 200px !important;
        margin-bottom: 15px !important;
    }
    
    .case-list .imgd img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .case-list .text h6 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    .case-list .text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    /* 15. 联系我们页面响应式 */
    .contact {
        padding: 30px 0 !important;
    }
    
    .contact .w1600 {
        display: block !important;
    }
    
    .contact-info {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    .contact-form {
        width: 100% !important;
        float: none !important;
    }
    
    .contact-form input,
    .contact-form textarea {
        width: 100% !important;
        margin-bottom: 15px !important;
        padding: 12px !important;
        font-size: 16px !important;
    }
    
    .contact-form button {
        width: 100% !important;
        padding: 15px !important;
        font-size: 16px !important;
    }
    
    /* 16. 艺涂学院页面响应式 */
    .ytxy-set1, .ytxy-set2, .ytxy-set3 {
        padding: 30px 0 !important;
    }
    
    .ytxy-set1 .w1600,
    .ytxy-set2 .w1600,
    .ytxy-set3 .w1600 {
        display: block !important;
    }
    
    .ytxy-set1-left,
    .ytxy-set2-left,
    .ytxy-set3-left {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    .ytxy-set1-right,
    .ytxy-set2-right,
    .ytxy-set3-right {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
    }
    
    .ytxy-set1-right img,
    .ytxy-set2-right img,
    .ytxy-set3-right img {
        width: 100% !important;
        height: auto !important;
        max-width: 400px !important;
    }
    
    /* 17. 招商加盟页面响应式 */
    .zsjm {
        padding: 30px 0 !important;
    }
    
    .zsjm .w1600 {
        display: block !important;
    }
    
    .zsjm-left {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    
    .zsjm-right {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
    }
    
    .zsjm-right img {
        width: 100% !important;
        height: auto !important;
        max-width: 400px !important;
    }
    
    /* 18. 风格应用页面响应式 */
    .style {
        padding: 30px 0 !important;
    }
    
    .style .w1600 {
        display: block !important;
    }
    
    .style-list {
        display: block !important;
    }
    
    .style-list li {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    
    .style-list .imgd {
        height: 200px !important;
        margin-bottom: 15px !important;
    }
    
    .style-list .imgd img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .style-list .text h6 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    .style-list .text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    /* 19. 新闻列表页面响应式 */
    .news {
        padding: 30px 0 !important;
    }
    
    .news .w1600 {
        display: block !important;
    }
    
    .news-list {
        display: block !important;
    }
    
    .news-list li {
        width: 100% !important;
        margin-bottom: 30px !important;
        padding: 20px !important;
        background: rgba(0, 0, 0, 0.05) !important;
        border-radius: 8px !important;
    }
    
    .news-list .imgd {
        height: 200px !important;
        margin-bottom: 15px !important;
    }
    
    .news-list .imgd img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .news-list .text h6 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }
    
    .news-list .text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
    }
    
    .news-list .timer {
        text-align: center !important;
    }
    
    .news-list .timer span {
        font-size: 20px !important;
        font-weight: bold !important;
    }
    
    .news-list .timer p {
        font-size: 14px !important;
    }
    
    /* 20. 全国经销商页面响应式 */
    .dealers {
        padding: 30px 0 !important;
    }
    
    .dealers .w1600 {
        display: block !important;
    }
    
    .cont-list ul {
        display: block !important;
    }
    
    .cont-list ul li {
        width: 100% !important;
        margin-bottom: 30px !important;
        padding: 20px !important;
        background: rgba(0, 0, 0, 0.05) !important;
        border-radius: 8px !important;
        text-align: center !important;
    }
    
    .cont-list ul li .imgd {
        height: 150px !important;
        margin-bottom: 15px !important;
    }
    
    .cont-list ul li .imgd img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .cont-list ul li .txt h6 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }
    
    .cont-list ul li .txt p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 5px !important;
    }
    
    /* 21. 移动端触摸优化 */
    .mobile-menu-toggle,
    .mobile-menu-toggle span,
    .h_nav a,
    button,
    input,
    textarea {
        -webkit-tap-highlight-color: transparent !important;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }
    
    /* 22. 移动端字体优化 */
    body {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        text-rendering: optimizeLegibility !important;
    }
    
    /* 23. 移动端间距优化 */
    .w1600, .w1400 {
        margin: 0 auto !important;
    }
    
    /* 24. 移动端图片优化 */
    img {
        -webkit-user-drag: none !important;
        -khtml-user-drag: none !important;
        -moz-user-drag: none !important;
        -o-user-drag: none !important;
        user-drag: none !important;
    }
    
    /* 25. 移动端滚动优化 */
    html, body {
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth !important;
    }
} 
/* 移动端关于我们页面导航优化 */
@media (max-width: 768px) {
    .ab-nav {
        padding: 0 15px !important;
    }
    
    .ab-nav-a a {
        font-size: 11px !important;
        margin: 0 6px !important;
    }
}

/* 移动端分类导航优化 - 两个两个一行，文字不换行 */
@media (max-width: 768px) {
    .ab-nav-a {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        padding: 15px 0 !important;
        justify-items: center !important;
    }
    
    .ab-nav-a a {
        font-size: 10px !important;
        margin: 0 !important;
        text-align: center !important;
        padding: 6px 8px !important;
        width: 100% !important;
        max-width: 100px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}
