 :root {--primary-red: #b32b2f;--text-dark: #1A1A1A;--header-pc: 90px;--header-mob: 70px;--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif; background: #fff; overflow-x: hidden; color: var(--text-dark); padding-top: 90px;}
		html {scroll-behavior: smooth; scroll-padding-top: 90px;}
        a { text-decoration: none; color: inherit; transition: var(--transition); }
        ul { list-style: none; }
        .container {max-width: 1440px;margin: 0 auto;padding: 0 40px;width: 100%;}
        /* =========================================
           一、顶部区域 (严格锁定无错版)
           ========================================= */
        header {
            position: fixed; top: 0; left: 0; width: 100%; height: var(--header-pc);
            background: #fff; z-index: 1001; box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        }

        .header-flex { display: flex; justify-content: space-between; align-items: center; height: 100%; }
        .logo-box img { height: 65px; width: auto; display: block; }
        .nav-container { display: flex; align-items: center; height: 100%; flex: 1; justify-content: flex-end; }
        .main-nav { display: flex; height: 100%; align-items: center; }
        .main-nav > li {position: relative; height: 100%; display: flex; align-items: center;padding: 0 20px; font-size: 16px; font-weight: 700; cursor: pointer;}
        .submenu {position: absolute; top: 100%; left: 0; width: 200px;background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1);border-top: 3px solid var(--primary-red);padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(15px); transition: var(--transition);}
        .main-nav > li:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
        .main-nav > li:hover > a { color: var(--primary-red); }
        .main-nav > li i.fa-chevron-down { font-size: 11px; margin-left: 6px; color: #ccc; }

        .submenu li a { padding: 12px 25px; font-size: 14px; color: #555; display: block; font-weight: 500; }
        .submenu li:hover a { background: #fdf2f2; color: var(--primary-red); }

        .pc-tools { display: flex; align-items: center; margin-left: 20px; gap: 25px; }
        .pc-search { font-size: 18px; cursor: pointer; color: #333; }
        
        .lang-select { position: relative; cursor: pointer; font-weight: 700; font-size: 14px; padding: 10px 0; }
        .lang-dropdown {
            position: absolute; top: 100%; right: 0; width: 110px;
            background: #fff; box-shadow: 0 8px 25px rgba(0,0,0,0.12);
            padding: 8px 0; border-radius: 4px; border-top: 2px solid var(--primary-red);
            opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--transition);
        }
        .lang-select:hover .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
        .lang-dropdown li { padding: 10px 20px; font-size: 13px; color: #666; transition: 0.3s; }
        .lang-dropdown li:hover { background: #f9f9f9; color: var(--primary-red); }

        .mobile-header-btns, .mobile-lang-list { display: none; }

        @media screen and (max-width: 992px) {
            body {padding-top: var(--header-mob);}
            header { height: var(--header-mob); }
            .container { padding: 0 20px; }
            .logo-box img { height: 36px; }
            .pc-tools { display: none; }
            .mobile-header-btns { display: flex; align-items: center; gap: 20px; }
            .menu-btn { font-size: 24px; cursor: pointer; color: #333; z-index: 1002; }

            .nav-container {
                position: fixed; top: var(--header-mob); right: -100%; width: 80%; height: calc(100vh - var(--header-mob));
                background: #fff; flex-direction: column; justify-content: flex-start;
                transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: -10px 0 20px rgba(0,0,0,0.05); z-index: 1000; overflow-y: auto; padding-bottom: 40px;
            }
            .nav-container.active { right: 0; }

            .main-nav { flex-direction: column; width: 100%; height: auto; align-items: flex-start; padding-top: 10px; }
            .main-nav > li { width: 100%; height: auto; flex-direction: column; align-items: flex-start; padding: 0; border-bottom: 1px solid #f8f8f8; }
            .main-nav > li > a { padding: 18px 25px; width: 100%; display: flex; justify-content: space-between; align-items: center; font-size: 15px; }
            
            .submenu { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; display: none; padding: 0 0 10px 15px; background: #fafafa; }
            .main-nav > li.active .submenu { display: block; }
            .main-nav > li i.fa-chevron-down { transition: 0.3s; pointer-events: none; }
            .main-nav > li.active i.fa-chevron-down { transform: rotate(180deg); color: var(--primary-red); }

            .mobile-lang-list { display: flex; padding: 30px 25px; gap: 12px; margin-top: auto; border-top: 1px solid #eee; background: #fff; }
            .mobile-lang-list a { font-size: 13px; font-weight: 600; color: #888; border: 1px solid #ddd; padding: 6px 15px; border-radius: 4px; }
            .mobile-lang-list a.active { color: var(--primary-red); border-color: var(--primary-red); }
        }
/* =========================================
   2. 模块一：关于我们 (About Us)
   ========================================= */
.about-overview { 
    background: #fff; 
    padding: 180px 0;}

.about-flex { 
    display: flex; 
    align-items: flex-start; 
    gap: 80px; 
}

/* 左侧图片盒：控制高度与裁切 */
.about-img-box {
    flex: 1;
    position: relative;
    height: 480px; /* 您要求的固定高度 */
    border-radius: 4px;
    overflow: hidden; /* 核心：裁切超出部分 */
    box-shadow: 20px 20px 60px rgba(0,0,0,0.06);
}

.about-img-box img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; /* 核心：保持比例并填充，两侧裁切 */
    object-position: center; 
    display: block; 
    transition: transform 0.5s ease;
}

.about-img-box:hover img { transform: scale(1.05); }

/* 视频播放按钮及放射特效 */
.video-play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; height: 50px;
    background: rgba(230, 0, 18, 0.9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 30px; cursor: pointer; z-index: 10;
    box-shadow: 0 10px 30px rgba(230,0,18,0.3);
}

.video-play-btn i { margin-left: 5px; }

/* 放射波纹动画 */
.video-play-btn::before, .video-play-btn::after {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(230, 0, 18, 0.4); border-radius: 50%; z-index: -1;
    animation: pulseWave 2s infinite; opacity: 0;
}
.video-play-btn::after { animation-delay: 1s; }

@keyframes pulseWave {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.2); opacity: 0; }
}

/* 右侧文字内容 */
.about-text { flex: 1.2; }
.about-tag { color: var(--primary-red); font-weight: 700; font-size: 14px; letter-spacing: 2px; display: block; margin-bottom: 15px; }
.about-text h2 { font-size: 36px; line-height: 1.3; margin-bottom: 25px; color: #000; font-weight: 800; }
.about-desc p { font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 15px; }

/* 核心优势小卡片 (Grid布局) */
.about-features { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    margin-top: 40px; 
}
.feature-item { 
    padding: 25px 20px; 
    background: #f9f9f9; 
    border-bottom: 2px solid transparent; 
    transition: var(--transition); 
}
.feature-item:hover { 
    background: #fff; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
    border-bottom-color: var(--primary-red); 
    transform: translateY(-5px); 
}
.feature-item i { font-size: 24px; color: var(--primary-red); margin-bottom: 12px; display: block; }
.feature-item h4 { font-size: 17px; margin-bottom: 8px; color: #333; }
.feature-item p { font-size: 13px; color: #999; line-height: 1.5; }
.since-tag {
    position: absolute; bottom: 30px; right: 20px;
    background: var(--primary-red); color: #fff;
    padding: 10px 20px; font-weight: 800; font-size: 16px;
}

/* =========================================
   4. 视频弹出窗 (Modal)
   ========================================= */
.video-modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.95); z-index: 2000;
    display: none; justify-content: center; align-items: center;
    opacity: 0; transition: opacity 0.3s ease;
}
.video-modal.active { display: flex; opacity: 1; }
.modal-content { position: relative; width: 80%; max-width: 1000px; aspect-ratio: 16/9; }
.modal-content video { width: 100%; height: 100%; background: #000; }
.close-modal {
    position: absolute; top: -50px; right: -50px; color: #fff;
    font-size: 40px; cursor: pointer;
}
@media screen and (max-width: 992px) {
    .about-overview { padding: 60px 0; }
    .about-flex { flex-direction: column; gap: 40px; }
    .about-img-box { height: 300px; width: 100%; }
    .about-features { grid-template-columns: 1fr; }
    .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
    .stat-number { font-size: 42px; }
    .close-modal { top: 10px; right: 10px; font-size: 30px; }
    .about-text h2 { font-size: 20px;}
    .video-play-btn {width:30px; height:30px;}
}
/* =========================================
   九、新闻资讯模块样式
   ========================================= */
.news-section {padding: 100px 0;background: #fff;}
.news-section .news-header-center {text-align: center;margin-bottom: 60px;}
.news-section .main-title {font-size: 32px;color: #333;font-weight: 700;margin: 0;letter-spacing: 2px;}
.news-section .sub-title {font-size: 14px;color: #bbb;margin: 8px 0 15px;letter-spacing: 4px;text-transform: uppercase;}
.news-section .title-line {width: 40px;height: 3px;background: #e60012;margin: 0 auto;}
.news-section .news-grid {display: grid;grid-template-columns: 1.2fr 1.8fr;gap: 40px;}
.news-section .featured-card {display: block;text-decoration: none;color: inherit;}
.news-section .featured-img {position: relative;height: 350px;overflow: hidden;border-radius: 4px;}
.news-section .featured-img img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}
.news-section .featured-card:hover .featured-img img {transform: scale(1.1);}
.news-section .featured-date {position: absolute;bottom: 0;left: 0;background: #e60012;color: #fff;padding: 15px 25px;text-align: center;z-index: 2;}
.news-section .featured-date .day {font-size: 30px;font-weight: 800;display: block;line-height: 1;}
.news-section .featured-date .month {font-size: 12px;opacity: 0.8;}
.news-section .featured-info {padding: 25px 0;}
.news-section .featured-info h3 {font-size: 24px;margin-bottom: 15px;transition: 0.3s;}
.news-section .featured-card:hover h3 {color: #e60012;}
.news-section .featured-info p {color: #666;line-height: 1.6;font-size: 15px;margin-bottom: 20px;}
.news-section .read-more {font-weight: 700;color: #333;font-size: 14px;text-transform: uppercase;}
.news-section .news-list {display: flex;flex-direction: column;gap: 15px;}
.news-section .news-list-item {display: flex;align-items: center;padding: 25px;background: #f8f9fa;text-decoration: none;color: inherit;transition: all 0.3s ease;border-left: 0 solid #e60012;}
.news-section .news-list-item:hover {background: #fff;box-shadow: 0 10px 30px rgba(0,0,0,0.05);border-left-width: 5px;transform: translateX(10px);}
.news-section .date-box {flex-shrink: 0;width: 70px;height: 70px;background: #eee;display: flex;flex-direction: column;align-items: center;justify-content: center;margin-right: 25px;transition: 0.3s;}
.news-section .news-list-item:hover .date-box {background: #333;color: #fff;}
.news-section .d-day {font-size: 24px;font-weight: 800;line-height: 1;}
.news-section .d-m {font-size: 12px;color: #999;}
.news-section .news-list-item:hover .d-m {color: rgba(255,255,255,0.6);}
.news-section .news-list-info h4 {font-size: 18px;margin-bottom: 8px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.news-section .news-list-info p {font-size: 14px;color: #888;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.news-section .news-footer {text-align: center;margin-top: 50px;}
.news-section .view-more-btn {display: inline-block;padding: 12px 45px;border: 1px solid #ddd;color: #666;text-decoration: none;font-size: 15px;transition: all 0.3s ease;border-radius: 2px;}
.news-section .view-more-btn:hover {background: #e60012;border-color: #e60012;color: #fff;box-shadow: 0 10px 20px rgba(230,0,18,0.15);transform: translateY(-2px);}
@media screen and (max-width: 992px) {.news-section .news-grid {grid-template-columns: minmax(0, 1fr);}.news-section .featured-img {height: 250px;}.news-section .date-box {width: 60px;height: 60px;margin-right: 15px;}}
/* =========================================
   十、底部区域
   ========================================= */
.main-footer {
    background: #b32b2f; /* 品牌主色 */
    color: #fff;
    padding-top: 70px;
    position: relative;
}

/* 装饰底纹 */
.main-footer::after {
    content: "KONASON";
    position: absolute;
    bottom: 80px;
    left: 5%;
    font-size: 120px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    z-index: 0;
    pointer-events: none;
}

.footer-main-flex {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

/* 品牌区 */
.footer-brand { flex: 1.5; }
.footer-logo { height: 100px; margin-bottom: 15px;}
.brand-desc { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.8); margin-bottom: 25px; max-width: 380px; }

.footer-social-icons { display: flex; gap: 15px; }
.footer-social-icons a {
    width: 35px; height: 35px; border-radius: 50%;
    background: rgba(255,255,255,0.1); color: #fff;
    display: flex; align-items: center; justify-content: center;
    transition: 0.3s; text-decoration: none;
}
.footer-social-icons a:hover { background: #fff; color: #E60012; transform: translateY(-3px); }

/* 链接区 */
.footer-links-group { flex: 1.5; display: flex; justify-content: space-around; }
.footer-link-col h4 { font-size: 16px; margin-bottom: 25px; font-weight: 700; color: #fff; }
.footer-link-col ul { list-style: none; padding: 0; }
.footer-link-col ul li { margin-bottom: 12px; }
.footer-link-col ul li a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14px; transition: 0.3s; }
.footer-link-col ul li a:hover { color: #fff; padding-left: 5px; }

/* 联系与二维码区 */
.footer-contact-qr { flex: 1.2; display: flex; flex-direction: column; align-items: center; }
.contact-info-list {margin-bottom: 25px; }
.contact-info-list h4 { font-size: 16px; margin-bottom: 20px; }
.contact-info-list p { font-size: 14px; color: rgba(255,255,255,0.9); margin-bottom: 8px; }
.contact-info-list i { margin-right: 5px; opacity: 0.7; }

/* 二维码卡片 */
.qr-card {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    width: 130px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.qr-img { width: 106px; height: 106px; margin-bottom: 8px; }
.qr-img img { width: 100%; height: 100%; object-fit: cover; }
.qr-card span { color: #333; font-size: 11px; font-weight: 600; display: block; }

/* 版权条 */
.footer-copy-bar {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.copy-flex { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.5); }
.copy-flex a { color: inherit; text-decoration: none; }
.copy-flex a:hover { color: #fff; }
@media (max-width: 992px) {
    .footer-main-flex { flex-direction: column; gap: 40px; text-align: center; }
    .footer-brand, .brand-desc { max-width: 100%; margin-left: auto; margin-right: auto; }
    .footer-links-group { justify-content: center; gap: 50px; }
    .footer-contact-qr { align-items: center; }
    .contact-info-list { text-align: center; }
    .footer-social-icons { justify-content: center; }
    .main-footer::after {bottom: 80px; left: 5%;font-size: 40px; font-weight: 900;}
}

/* 首页banner */
.kn-banner-section {width: 100%;height: calc(100vh - 90px);position: relative;}
.kn-banner-section .kn-banner-main {width: 100%;height: 100%;}
.kn-banner-section .swiper-slide {position: relative;overflow: hidden;background: #000;}
.kn-banner-section .slide-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center right;z-index: 1;transition: transform 8s ease-out;}
.kn-banner-section .swiper-slide-active .slide-bg {transform: scale(1.1);}
.kn-banner-section .slide-overlay {position: absolute;inset: 0;background: linear-gradient(to right, rgba(12,13,16,0.65) 0%, rgba(12,13,16,0.45) 25%, rgba(12,13,16,0.2) 50%, transparent 100%);z-index: 2;}
.kn-banner-section .slide-content {position: relative;z-index: 3;height: 100%;max-width: 1400px;margin: 0 auto;display: flex;align-items: center;padding: 0 80px;}
.kn-banner-section .text-box {max-width: 800px;color: #fff;}
.kn-banner-section .title {font-size: clamp(40px, 6vw, 72px);line-height: 1.1;font-weight: 800;margin: 0 0 35px;opacity: 0;transform: translateY(40px);}
.kn-banner-section .title span {color: var(--primary-red);}
.kn-banner-section .desc-wrap {display: flex;align-items: flex-start;gap: 25px;opacity: 0;transform: translateY(40px);}
.kn-banner-section .desc {font-size: clamp(16px, 1.2vw, 20px);line-height: 1.8;margin: 0;}
.kn-banner-section .more-btn {display: inline-block;margin-top: 50px;padding: 15px 55px;border: 1px solid rgba(255,255,255,0.4);color: #fff;text-decoration: none;font-weight: 600;letter-spacing: 1px;transition: 0.4s ease;opacity: 0;transform: translateY(40px);}
.kn-banner-section .more-btn:hover {background: var(--primary-red);border-color: var(--primary-red);box-shadow: 0 15px 30px rgba(230,0,18,0.3);transform: translateY(-5px);}
.swiper-slide-active .title {animation: k-up 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;}
.swiper-slide-active .desc-wrap {animation: k-up 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.4s;}
.swiper-slide-active .more-btn {animation: k-up 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.6s;}
@keyframes k-up {to {opacity: 1;transform: translateY(0);}}
.kn-banner-section .kn-nav-btn {width: 60px !important;height: 60px !important;background: rgba(255,255,255,0.03);border: 1px solid rgba(255,255,255,0.1);border-radius: 50%;color: #fff !important;transition: 0.4s;backdrop-filter: blur(10px);}
.kn-banner-section .kn-nav-btn::after {font-size: 20px !important;font-weight: bold;}
.kn-banner-section .kn-nav-btn:hover {background: var(--primary-red);border-color: var(--primary-red);transform: scale(1.1);}
@media (max-width: 768px) {.kn-banner-section {height: auto;aspect-ratio: 4/3;}.kn-banner-section .slide-content {padding: 0 30px;}.kn-banner-section .title {font-size: 32px;}.kn-banner-section .desc {font-size: 14px;}.kn-banner-section .kn-nav-btn {display: none;}}

.ct-v3-section {position: relative;width: 100%;padding: 120px 0;overflow: hidden;background-size: cover;background-position: center;background-color: #050505;color: #fff;}
.ct-v3-section::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0.85) 40%,rgba(0,0,0,0.2) 100%);z-index: 1;}
.ct-v3-container {max-width: 1200px;margin: 0 auto;padding: 0 20px;position: relative;z-index: 10;display: flex;align-items: center;justify-content: space-between;gap: 60px;}
.ct-v3-info-left {flex: 0.8;}
.ct-v3-tag {color: #E60012;font-size: 13px;letter-spacing: 4px;margin-bottom: 25px;display: block;font-weight: 600;}
.ct-v3-info-left h2 {font-size: 52px;line-height: 1.15;margin-bottom: 30px;font-weight: 800;}
.ct-v3-info-left .highlight {color: #E60012;}
.ct-v3-info-left .main-p {color: rgba(255,255,255,0.6);font-size: 16px;line-height: 1.9;margin-bottom: 45px;max-width: 450px;}
.ct-v3-more-btn {display: inline-flex;align-items: center;gap: 15px;color: #fff;text-decoration: none;font-size: 15px;font-weight: 600;padding: 12px 0;border-bottom: 1px solid rgba(255,255,255,0.2);transition: all 0.4s;}
.ct-v3-more-btn:hover {color: #E60012;border-bottom-color: #E60012;}
.ct-v3-swiper-right {flex: 1.2;position: relative;min-width: 0;}
.ct-v3-main-swiper {width: 100%;padding: 20px 0 60px;}
.ct-v3-product-card {display: block;text-decoration: none;color: inherit;background: rgba(255,255,255,0.03);backdrop-filter: blur(20px);border: 1px solid rgba(255,255,255,0.06);border-top: 1px solid rgba(255,255,255,0.15);padding: 50px 40px;border-radius: 4px;transition: all 0.5s cubic-bezier(0.2,0,0.2,1);box-shadow: 0 30px 60px rgba(0,0,0,0.5);cursor: pointer;}
.ct-v3-product-card:hover {background: rgba(255,255,255,0.06);border-color: rgba(230,0,18,0.3);transform: translateY(-5px);}
.ct-v3-img-wrap {width: 100%;height: 280px;display: flex;justify-content: center;align-items: center;margin-bottom: 35px;position: relative;}
.ct-v3-img-wrap::after {content: "";position: absolute;width: 220px;height: 220px;background: radial-gradient(circle,rgba(230,0,18,0.15) 0%,transparent 70%);z-index: 1;}
.ct-v3-img-wrap img {max-width: 85%;max-height: 100%;object-fit: contain;position: relative;z-index: 2;filter: drop-shadow(0 20px 40px rgba(0,0,0,0.8));transition: transform 1.2s cubic-bezier(0.2,0,0.2,1);}
.swiper-slide-active .ct-v3-img-wrap img {transform: scale(1.1) rotate(-1deg);}
.ct-v3-card-content {text-align: center;}
.ct-v3-card-content h3 {font-size: 26px;color: #fff;margin-bottom: 15px;font-weight: 700;letter-spacing: 1px;}
.ct-v3-card-content p {font-size: 14px;color: rgba(255,255,255,0.5);line-height: 1.6;margin-bottom: 25px;min-height: 45px;}
.ct-v3-card-link {font-size: 13px;color: #E60012;font-weight: 600;display: flex;align-items: center;justify-content: center;gap: 8px;margin-top: 20px;opacity: 0.8;transition: 0.3s;}
.ct-v3-product-card:hover .ct-v3-card-link {opacity: 1;letter-spacing: 1px;}
.ct-v3-mini-specs {display: flex;justify-content: center;gap: 12px;border-top: 1px solid rgba(255,255,255,0.08);padding-top: 25px;}
.ct-v3-spec-item {font-size: 11px;color: rgba(255,255,255,0.7);padding: 5px 12px;border-radius: 20px;border: 1px solid rgba(255,255,255,0.1);}
.ct-v3-controls {position: absolute;bottom: 0;left: 0;width: 100%;display: flex;align-items: center;justify-content: center;gap: 40px;}
.ct-v3-pagination {position: static !important;width: auto !important;}
.ct-v3-pagination .swiper-pagination-bullet {width: 8px;height: 8px;background: #fff !important;opacity: 0.2;margin: 0 6px !important;}
.ct-v3-pagination .swiper-pagination-bullet-active {background: #E60012 !important;opacity: 1;}
.ct-v3-btn {color: #fff;cursor: pointer;font-size: 20px;opacity: 0.4;transition: 0.3s;}
.ct-v3-btn:hover {opacity: 1;color: #E60012;}
@media (max-width: 992px) {
.ct-v3-container {flex-direction: column;text-align: center;padding-top: 60px;}
.ct-v3-info-left {padding: 0;margin-bottom: 60px;}
.ct-v3-info-left .main-p {margin: 0 auto 40px;}
.ct-v3-img-wrap {height: 220px;}
}

/* 公司愿景 */
    .vision-split-section {
        padding: 120px 0;
        background: linear-gradient(135deg, #fdfdfd 0%, #f7f8f9 100%);
        overflow: hidden;
    }

  .vision-split-section  .vision-split-container {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 80px;
        padding: 0 40px;
    }
.vision-split-section  .vision-split-text {
        flex: 1;
    }
.vision-split-section .text-header {
        margin-bottom: 60px;
    }
.vision-split-section .sub-title {
        font-size: 14px;
        letter-spacing: 5px;
        color: #aaa;
        display: block;
        margin-bottom: 15px;
        font-weight: 500;
    }
.vision-split-section  .vision-split-text h2 {
        font-size: 52px;
        color: #222;
        margin: 0;
        font-weight: 800;
        line-height: 1.2;
    }
.vision-split-section  .vision-split-text h2 .highlight {
        color: #E60012; /* 品牌红 */
    }
.vision-split-section  .title-line {
        width: 60px;
        height: 4px;
        background: #E60012;
        margin-top: 25px;
    }
.vision-split-section  .vision-item {
        display: flex;
        gap: 25px;
        margin-bottom: 45px;
        position: relative;
    }
.vision-split-section  .item-index {
        font-size: 18px;
        color: rgba(230, 0, 18, 0.2);
        font-weight: 800;
        font-family: Arial, sans-serif;
        margin-top: 5px;
    }
.vision-split-section  .item-info h3 {
        font-size: 22px;
        color: #333;
        margin: 0 0 12px 0;
        font-weight: 700;
    }
.vision-split-section  .item-info p {
        font-size: 15px;
        color: #666;
        line-height: 1.8;
        margin: 0;
    }
.vision-split-section .accent {
        color: #E60012;
        font-weight: 700;
        padding: 0 2px;
    }
.vision-split-section  .vision-split-image {
        flex: 1.1;
        position: relative;
    }
.vision-split-section  .vision-split-image img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 1.2s ease;
    }

    /* 响应式 */
    @media (max-width: 1024px) {
.vision-split-section   .vision-split-container { flex-direction: column; gap: 60px; padding: 0 30px; }
.vision-split-section .vision-split-text h2 { font-size: 42px; }
.vision-split-section  .vision-split-image { width: 100%; }
    }
	
/* 内页baner */
.inner-banner { position: relative; width: 100%; height: 450px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.inner-banner .inner-bg { position: absolute; top: 0; left: 0; width: 100%; height: 110%; background-size: cover; background-position: center; z-index: 1; opacity: .3; filter: grayscale(30%); }
.inner-banner .inner-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(12, 13, 16, 1) 0%, rgba(12, 13, 16, 0.7) 30%, transparent 100%); z-index: 2; }
.inner-banner .inner-container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 60px; position: relative; z-index: 3; }
.inner-banner .inner-title { font-size: 48px; color: #fff; font-weight: 800; line-height: 1.2; margin: 0; letter-spacing: 2px; }
.inner-banner .inner-title span { display: block; font-size: 14px; color: rgba(255,255,255,0.4); letter-spacing: 6px; margin-top: 10px; font-weight: 400; }
.inner-banner .inner-red-line { width: 60px; height: 3px; background: #E60012; margin-top: 30px; box-shadow: 0 0 15px rgba(230,0,18,0.5); }
.inner-banner .breadcrumb-wrapper { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(255,255,255,0.03); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.05); padding: 15px 0; z-index: 4; }
.inner-banner .breadcrumb-nav { font-size: 13px; color: rgba(255,255,255,0.5); letter-spacing: 1px; }
.inner-banner .breadcrumb-nav a { color: rgba(255,255,255,0.8); text-decoration: none; transition: 0.3s; }
.inner-banner .breadcrumb-nav a:hover { color: #E60012; }
.inner-banner .breadcrumb-nav .sep { margin: 0 12px; color: rgba(255,255,255,0.2); }
.inner-banner .breadcrumb-nav .current { color: #E60012; font-weight: 600; }
@media (max-width: 768px) {
.inner-banner { height: 350px; }
.inner-banner .inner-title { font-size: 32px; }
.inner-banner .inner-container { padding: 0 30px; }
}
/* 产品列表 */
.product-grid-section { padding: 80px 0; background: #fff; }
.product-grid-section .p-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.product-grid-section .p-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 40px; }
.product-grid-section .p-card { background: #fbfbfb; border: 1px solid #f0f0f0; transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); position: relative; overflow: hidden; padding-bottom: 20px; }
.product-grid-section .p-card:hover { transform: translateY(-10px); background: #fff; box-shadow: 0 30px 60px rgba(0,0,0,0.08); border-color: transparent; }
.product-grid-section .p-img-box { width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 30px; }
.product-grid-section .p-img-box img { max-width: 100%; max-height: 100%; object-fit: contain; z-index: 2; transition: 0.6s ease; }
.product-grid-section .p-light-glow { position: absolute; width: 200px; height: 200px; background: radial-gradient(circle, rgba(230,0,18,0.1) 0%, transparent 70%); border-radius: 50%; opacity: 0; transition: 0.6s; z-index: 1; transform: scale(0.5); }
.product-grid-section .p-card:hover .p-light-glow { opacity: 1; transform: scale(1.5); }
.product-grid-section .p-card:hover img { transform: scale(1.1) translateY(-5px); }
.product-grid-section .p-info { padding: 0 30px 20px; text-align: center; }
.product-grid-section .p-info h3 { font-size: 20px; color: #111; margin: 0 0 15px; transition: 0.3s; }
.product-grid-section .p-card:hover h3 { color: #E60012; }
.product-grid-section .p-info p { font-size: 14px; color: #777; line-height: 1.6; margin-bottom: 25px; height: 45px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-grid-section .p-more-btn { display: inline-block; text-decoration: none; font-weight: bold; position: relative; padding-right: 25px; }
.product-grid-section .p-more-btn i { position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: 0.3s; color: #E60012; }
.product-grid-section .p-more-btn:hover i { transform: translateY(-50%) translateX(5px); }
@media (max-width: 768px) {
    .p-container { padding: 0 20px; }
    .p-grid { grid-template-columns: 1fr; }
    .p-filter-bar { overflow-x: auto; white-space: nowrap; }
}
/* 翻页插件 */
.p-pagination { margin-top: 60px; padding: 20px 0; }
.p-pagination .pagination { display: flex; align-items: center; justify-content: center; list-style: none; padding: 0; gap: 8px; }
.p-pagination .page-item { display: inline-block; }
.p-pagination .page-link { display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 15px; min-width: 40px; background: #fff; border: 1px solid #eee; color: #666; font-size: 14px; text-decoration: none; transition: 0.3s; }
.p-pagination .page-item.active .page-link { background: #E60012; border-color: #E60012; color: #fff; font-weight: bold; }
.p-pagination .page-item:not(.active):not(.disabled) .page-link:hover { border-color: #E60012; color: #E60012; background: #fff; }
.p-pagination .page-item.disabled .page-link { background: #f9f9f9; color: #ccc; border-color: #eee; cursor: not-allowed; font-size: 13px; }
.p-pagination .page-item:first-child .page-link, .p-pagination .page-item:last-child .page-link { padding: 0 20px; }
.p-pagination .jumpto { display: flex; align-items: center; margin-left: 15px; gap: 5px; }
.p-pagination .page_number { width: 60px; height: 40px; border: 1px solid #eee; text-align: center; font-size: 14px; outline: none; transition: 0.3s; box-sizing: border-box; }
.p-pagination .page_number:focus { border-color: #E60012; }
.p-pagination .submit { height: 40px; padding: 0 15px; background: #111; color: #fff; border: none; cursor: pointer; font-size: 13px; transition: 0.3s; }
.p-pagination .submit:hover { background: #E60012; }
@media (max-width: 768px) {
.p-pagination .pagination { flex-wrap: wrap; }
.p-pagination .page-item.disabled:first-child { width: 100%; text-align: center; margin-bottom: 10px; }
.p-pagination .jumpto { margin-top: 10px; width: 100%; justify-content: center; }
}

/* 新闻详情页 */
.konasen-news-detail-container { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.k-news-header { margin-bottom: 40px; border-bottom: 1px solid #eeeeee; padding-bottom: 30px; }
.k-news-header h1 { font-size: 28px; font-weight: bold; margin: 0 0 20px 0; line-height: 1.4; }
.k-meta { display: flex; gap: 20px; color: #bbb; font-size: 13px; }
.k-meta span i { margin-right: 5px; color: #c5a47e; }
.k-article-body { font-size: 16px; line-height: 2;  margin-bottom: 30px; text-align: justify; }
.k-article-body img { max-width: 100%; height: auto; margin: 30px 0; border: 1px solid #eee; }
.k-post-nav { display: flex; justify-content: space-between; gap: 20px; padding: 30px 0; border-top: 1px solid #eeeeee; margin-bottom: 60px; flex-wrap: wrap; }
.k-post-nav .prev, .k-post-nav .next { flex: 1; min-width: 280px; padding: 20px; background: #fcfcfc; border: 1px solid #f0f0f0; transition: 0.3s; font-size: 12px; color: #bbbbbb; }
.k-post-nav .prev:hover, .k-post-nav .next:hover { border-color: #E60012; background: #ffffff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.k-post-nav .prev a, .k-post-nav .next a { display: block; font-size: 14px; color: #333333; font-weight: bold; text-decoration: none; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: 0.3s; }
.k-post-nav .prev:hover a, .k-post-nav .next:hover a { color: #E60012; }
.k-post-nav .next { text-align: right; }
.k-related-section { margin-top: 40px; border-top: 1px solid #eeeeee; padding-top: 30px; }
.k-related-title { font-size: 20px; font-weight: bold; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.k-related-title::before { content: ""; width: 4px; height: 18px; background: #E60012; display: inline-block; }
.k-related-list { display: flex; flex-direction: column; gap: 12px; }
.k-related-item { text-decoration: none; display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: #f9f9f9; transition: 0.3s; border-left: 2px solid transparent; }
.k-related-item:hover { background: #fff; border-left-color: #E60012; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transform: translateX(5px); }
.k-related-item h4 { font-size: 15px; color: #333; margin: 0; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; margin-right: 20px; }
.k-related-item:hover h4 { color: #E60012; }
.k-related-date { font-size: 13px; color: #bbb; font-family: Arial; flex-shrink: 0; }
@media (max-width: 768px) { .k-related-item h4 { font-size: 14px; } .k-related-date { font-size: 12px; } .k-post-nav { flex-direction: column; } .k-post-nav .prev, .k-post-nav .next { min-width: 100%; } .k-related-grid { grid-template-columns: 1fr; } }
/* 服务支持 */
.service-overview-box{display:flex;align-items:stretch;background:#f9f9f9;margin-bottom:80px}
.service-intro-text{flex:1;padding:60px;display:flex;flex-direction:column;justify-content:center}
.service-intro-text p{font-size:16px;color:#666;line-height:2;margin:0;text-align:justify}
.desc-line{width:30px;height:2px;background:#c5a47e;margin-top:30px}
.service-intro-visual{flex:1;min-height:350px;overflow:hidden}
.service-intro-visual img{width:100%;height:100%;object-fit:cover}
.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.support-item{background:#fff;border:1px solid #eee;transition:0.4s;position:relative}
.s-card-inner{padding:40px 30px;height:100%;display:flex;flex-direction:column}
.s-number{font-size:42px;font-weight:900;color:#c5a47e;opacity:0.3;margin-bottom:20px;font-family:'Arial'}
.s-text{font-size:15px;color:#333;line-height:1.6;font-weight:500}
.promo-card{background:#fff;border:1px solid #eee}
.promo-text{color:#777;line-height:1.6;margin-bottom:20px}
.consult-btn{display:inline-block;padding:12px 30px;background:#c5a47e;color:#fff;text-decoration:none;font-size:14px;text-align:center;transition:0.3s}
.consult-btn:hover{background:#111}
.support-item:hover{border-color:#E60012;transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,0.05)}
.support-item:hover .s-number{opacity:1;color:#E60012}
@media (max-width:1200px){.support-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){
.service-overview-box{flex-direction:column}
.service-intro-visual{order:-1;min-height:250px}
.support-grid{grid-template-columns:1fr}
.service-intro-text{padding:40px 20px}
}
.k-adv-wrapper{padding:80px 0;background:#fff}
.k-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:0 -1px -1px 0;border-top:1px solid #eee;border-left:1px solid #eee}
.k-adv-card{padding:50px 30px;text-align:center;border-right:1px solid #eee;border-bottom:1px solid #eee;position:relative;overflow:hidden;transition:all 0.4s cubic-bezier(0.25,0.8,0.25,1);background:#fff}
.k-adv-icon{font-size:42px;color:#c5a47e;margin-bottom:25px;display:flex;justify-content:center;align-items:center;height:60px;transition:all 0.4s ease}
.k-adv-card h4{font-size:19px;font-weight:bold;margin:0 0 15px;transition:color 0.3s ease}
.k-adv-card p{font-size:14px;color:#888;line-height:1.6;margin:0}
.k-adv-card::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#E60012;transform:scaleX(0);transition:transform 0.4s ease}
.k-adv-card:hover{z-index:5;background:#fafafa;box-shadow:0 15px 45px rgba(0,0,0,0.06)}
.k-adv-card:hover .k-adv-icon{color:#E60012;transform:translateY(-8px) scale(1.05)}
.k-adv-card:hover::after{transform:scaleX(1)}
@media (max-width:991px){.k-adv-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:767px){.k-adv-grid{grid-template-columns:1fr}.k-adv-card{padding:40px 20px}}
.training-modern-section{padding:120px 0;background:#fff;scroll-margin-top:100px}
.m-section-header{text-align:center;margin-bottom:40px}
.m-title{font-size:36px;font-weight:800;color:#111;letter-spacing:1px;margin:0}
.m-subtitle{font-size:14px;color:#ccc;letter-spacing:3px;font-family:'Arial';display:block;margin-top:10px}
.m-line{width:40px;height:4px;background:#E60012;margin:20px auto 0}
.m-intro-box{max-width:850px;margin:0 auto 100px;text-align:center}
.m-intro-box p{font-size:16px;color:#777;line-height:2;margin-bottom:8px}
.m-highlight{color:#1a1a1a !important;font-weight:bold;font-size:17px !important;margin-top:20px}
.m-row{display:flex;align-items:center;position:relative;margin-bottom:120px}
.m-row.m-reverse{flex-direction:row-reverse}
.m-img-part{flex:0 0 70%;height:450px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.05)}
.m-img-part img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}
.m-text-part{flex:0 0 40%;margin-left:-10%;position:relative;z-index:2}
.m-reverse .m-text-part{margin-left:0;margin-right:-10%}
.m-text-card{background:#fff;padding:60px;box-shadow:15px 15px 50px rgba(0,0,0,0.08);border-left:5px solid #E60012}
.m-index{font-size:48px;font-weight:900;color:#f0f0f0;position:absolute;top:20px;right:40px;font-family:'Arial'}
.m-text-card h3{font-size:24px;font-weight:bold;margin-bottom:20px;color:#111}
.m-short-line{width:30px;height:2px;background:#ddd;margin-bottom:20px}
.m-text-card p{font-size:15px;color:#666;line-height:1.8;text-align:justify}
.m-row:hover .m-img-part img{transform:scale(1.05)}
.m-row:hover .m-text-card{transform:translateY(-10px);transition:0.4s}
@media (max-width:992px){
.m-row,.m-row.m-reverse{flex-direction:column;margin-bottom:60px}
.m-img-part{flex:0 0 100%;height:300px;width:100%}
.m-text-part{flex:0 0 100%;width:90%;margin:-50px auto 0 !important}
.m-text-card{padding:30px}
}
.ab-intro-section{padding:150px 0;background-color:#ffffff;overflow:hidden}
.ab-intro-section .ab-intro-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:100px;padding:0 40px}
.ab-intro-section .ab-intro-content{flex:1}
.ab-intro-section .ab-section-tag{font-size:13px;color:#E60012;letter-spacing:4px;font-weight:700;margin-bottom:20px}
.ab-intro-section .ab-main-title{font-size:52px;line-height:1.2;color:#222;font-weight:800;margin-bottom:50px}
.ab-intro-section .red-stroke{color:transparent;-webkit-text-stroke:1px #E60012;opacity:0.8}
.ab-intro-section .ab-text-wrapper{max-width:550px}
.ab-intro-section .ab-lead-text{font-size:20px;color:#333;line-height:1.6;font-weight:600;margin-bottom:30px}
.ab-intro-section .ab-divider{width:40px;height:4px;background:#E60012;margin-bottom:30px}
.ab-intro-section .ab-normal-text{font-size:16px;color:#777;line-height:1.9}
.ab-intro-section .ab-intro-visual{flex:1;position:relative;height:550px}
.ab-intro-section .visual-box{position:absolute;overflow:hidden;border-radius:4px;box-shadow:0 30px 60px rgba(0,0,0,0.1)}
.ab-intro-section .main-img{width:80%;height:450px;top:0;right:0;z-index:2}
.ab-intro-section .sub-img{width:50%;height:300px;bottom:0;left:0;z-index:3;border:10px solid #fff}
.ab-intro-section .visual-box img{width:100%;height:100%;object-fit:cover;transition:1s ease}
.ab-intro-section .visual-box:hover img{transform:scale(1.1)}
.ab-intro-section .visual-deco-red{position:absolute;width:100px;height:100px;background:#E60012;top:-20px;left:15%;z-index:1;opacity:0.1}
@media (max-width:1024px){
.ab-intro-section .ab-intro-container{flex-direction:column;text-align:center;gap:60px}
.ab-intro-section .ab-divider{margin:0 auto 30px}
.ab-intro-section .ab-intro-visual{width:100%;height:400px}
}
.st-section{padding:120px 0;background-color:#6c6c6c;overflow:hidden}
.st-section .st-container{max-width:1300px;margin:0 auto;display:flex;gap:80px;align-items:stretch;padding:0 30px}
.st-section .st-left-panel{flex:1.2}
.st-section .st-red-card{background:linear-gradient(145deg,#E60012 0%,#b3000a 100%);padding:60px;color:#fff;height:100%;position:relative;box-shadow:20px 20px 60px rgba(230,0,18,0.15)}
.st-section .st-brand-logo{font-size:32px;font-weight:900;letter-spacing:2px;margin-bottom:40px;border-bottom:2px solid rgba(255,255,255,0.2);padding-bottom:15px;display:inline-block}
.st-section .st-feature-list{list-style:none;padding:0;margin-bottom:50px}
.st-section .st-feature-list li{font-size:16px;margin-bottom:20px;display:flex;align-items:flex-start;gap:15px;line-height:1.6;opacity:0.9}
.st-section .st-feature-list i{color:#fff;margin-top:5px;font-size:14px}
.st-section .st-auth-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.st-section .auth-item{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:12px;text-align:center;font-size:13px;font-weight:600;transition:0.3s}
.st-section .auth-item:hover{background:#fff;color:#E60012}
.st-section .st-right-panel{flex:1;display:flex;flex-direction:column;justify-content:center;gap:60px}
.st-section .vm-item{display:flex;gap:30px;align-items:flex-start}
.st-section .vm-icon{width:70px;height:70px;background:#fff;border:1px solid #eee;display:flex;align-items:center;justify-content:center;font-size:28px;color:#E60012;flex-shrink:0;transition:0.4s}
.st-section .vm-item:hover .vm-icon{background:#E60012;color:#fff;transform:rotateY(180deg)}
.st-section .vm-text h3{font-size:28px;font-weight:800;color:#fff;margin:0 0 15px}
.st-section .vm-text h3 span{font-size:12px;color:#fff;letter-spacing:3px;margin-left:10px;font-weight:400}
.st-section .vm-text p{font-size:18px;color:#fff;line-height:1.6}
.st-section .vm-text ul{padding:0;list-style:none}
.st-section .vm-text ul li{font-size:16px;color:#fff;margin-bottom:10px;position:relative;padding-left:20px}
.st-section .vm-text ul li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:#E60012;border-radius:50%}
@media (max-width:1024px){
.st-section .st-container{flex-direction:column;gap:50px}
.st-section .st-red-card{padding:40px}
}
.kn-about-progress{position:relative;padding:100px 0 180px;background:#fff;overflow:hidden}
.kn-about-progress .kn-wp{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:10}
.kn-about-progress .kn-lc-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}
.kn-about-progress .kn-ab-head{font-size:32px;font-weight:bold;color:#111;margin:0 0 10px}
.kn-about-progress .kn-ab-head span{color:#E60012}
.kn-about-progress .kn-lc-left p{color:#888;font-size:15px;margin:0}
.kn-about-progress .kn-lc-right{display:flex;gap:15px}
.kn-about-progress .kn-prev,.kn-about-progress .kn-next{position:static !important;width:45px !important;height:45px !important;border:1px solid #333 !important;border-radius:50%;color:#333 !important;transition:0.3s;margin:0 !important}
.kn-about-progress .kn-prev:hover,.kn-about-progress .kn-next:hover{background:#E60012;border:1px solid #E60012 !important;color:#fff !important}
.kn-about-progress .kn-prev::after,.kn-about-progress .kn-next::after{display:none}
.kn-about-progress .kn-bian{padding:30px 20px;border-bottom:2px solid transparent;transition:0.4s;position:relative}
.kn-about-progress .kn-bian:hover{border-bottom-color:#E60012;background:rgba(230,0,18,0.02)}
.kn-about-progress .kn-img-wrap{width:100%;height:180px;overflow:hidden;margin-bottom:25px;box-shadow:0 10px 30px rgba(0,0,0,0.05)}
.kn-about-progress .kn-img-wrap img{width:100%;height:100%;object-fit:cover;transition:0.8s}
.kn-about-progress .kn-bian:hover img{transform:scale(1.1)}
.kn-about-progress .kn-bian h5{font-size:24px;font-weight:800;color:#111;margin:0 0 10px;font-family:Arial}
.kn-about-progress .kn-bian h6{font-size:16px;font-weight:bold;color:#E60012;margin:0 0 15px}
.kn-about-progress .kn-bian p{font-size:14px;color:#666;line-height:1.8;margin:0;min-height:75px;text-align:justify}
.kn-about-progress .kn-libottom{position:absolute;bottom:0;left:0;width:100%;height:350px;-webkit-mask-image:linear-gradient(to top,black 30%,transparent 100%);mask-image:linear-gradient(to top,black 30%,transparent 100%);opacity:0.15;filter:grayscale(1);z-index:1;pointer-events:none}
@media (max-width:1024px){
.kn-about-progress .knFazhan{slidesPerView:2}
}
@media (max-width:768px){
.kn-about-progress .kn-lc-head{flex-direction:column;align-items:flex-start;gap:30px}
.kn-about-progress .knFazhan{slidesPerView:1}
}
.k-contact-section{padding:80px 0;background:#fff}
.k-contact-section .k-contact-grid{display:flex;gap:60px;align-items:flex-start}
.k-contact-section .k-contact-info{flex:1}
.k-contact-section .k-contact-info h2{font-size:32px;font-weight:800;margin-bottom:15px}
.k-contact-section .k-contact-info p{color:#888;font-size:15px;line-height:1.8;margin-bottom:40px}
.k-contact-section .k-info-item{display:flex;gap:20px;margin-bottom:30px}
.k-contact-section .k-info-icon{width:50px;height:50px;background:#f9f9f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#E60012;font-size:20px;flex-shrink:0;transition:0.3s}
.k-contact-section .k-info-item:hover .k-info-icon{background:#E60012;color:#fff}
.k-contact-section .k-info-text h5{font-size:16px;font-weight:bold;margin:0 0 5px 0}
.k-contact-section .k-info-text span{color:#666;font-size:14px}
.k-contact-section .k-contact-form-wrap{flex:1.2;background:#fff;padding:40px;border:1px solid #eee;box-shadow:0 10px 30px rgba(0,0,0,0.03)}
.k-contact-section .k-form-group{margin-bottom:20px}
.k-contact-section .k-form-group label{display:block;font-size:14px;font-weight:bold;margin-bottom:8px;color:#333}
.k-contact-section .k-input{width:100%;padding:12px 15px;border:1px solid #ddd;background:#fcfcfc;border-radius:0;outline:none;transition:0.3s;font-size:14px;box-sizing:border-box}
.k-contact-section .k-input:focus{border-color:#E60012;background:#fff;box-shadow:0 0 0 3px rgba(230,0,18,0.05)}
.k-contact-section textarea.k-input{height:120px;resize:none}
.k-contact-section .k-submit-btn{width:100%;padding:15px;background:#111;color:#fff;border:none;font-weight:bold;cursor:pointer;transition:0.3s;text-transform:uppercase;letter-spacing:1px}
.k-contact-section .k-submit-btn:hover{background:#E60012}
@media (max-width:991px){
.k-contact-section .k-contact-grid{flex-direction:column;gap:40px}
.k-contact-section .k-contact-form-wrap{padding:30px 20px}
}
.k-partner-section{padding:80px 0;background:#fcfcfc;border-top:1px solid #eee}
.k-partner-section .k-partner-box{background:#fff;border:1px solid #eee;padding:50px;position:relative;overflow:hidden;display:flex;align-items:center;gap:40px;box-shadow:0 10px 30px rgba(0,0,0,0.02)}
.k-partner-section .k-partner-box::before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#E60012}
.k-partner-section .k-p-icon{flex:0 0 100px;height:100px;background:rgba(230,0,18,0.05);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#E60012;font-size:42px}
.k-partner-section .k-p-content{flex:1}
.k-partner-section .k-p-tag{display:inline-block;padding:4px 12px;background:#111;color:#fff;font-size:12px;font-weight:bold;margin-bottom:20px;letter-spacing:1px}
.k-partner-section .k-p-text{font-size:16px;line-height:2;color:#444;text-align:justify}
.k-partner-section .k-p-text strong{color:#111;border-bottom:2px solid rgba(230,0,18,0.2)}
.k-partner-section .k-p-footer{margin-top:25px;padding-top:20px;border-top:1px dashed #ddd;font-size:15px;color:#E60012;font-weight:bold;display:flex;align-items:center;gap:10px}
@media (max-width:768px){
.k-partner-section .k-partner-box{flex-direction:column;padding:40px 25px;text-align:center}
.k-partner-section .k-p-icon{flex:none}
.k-partner-section .k-p-footer{justify-content:center}
}
.k-join-wrapper{padding:80px 0;background:#fff}
.k-join-wrapper .k-join-header{margin-bottom:60px}
.k-join-wrapper .k-join-header h2{font-size:32px;font-weight:bold;color:#111;margin:0 0 10px 0}
.k-join-wrapper .k-join-header h2 span{color:#c5a47e;font-family:Arial;font-weight:normal;margin-left:10px}
.k-join-wrapper .k-join-intro{background:#f7f7f7;padding:25px 30px;border-left:4px solid #E60012;margin-top:30px}
.k-join-wrapper .k-join-intro p{margin:0;font-size:16px;color:#333;font-weight:bold}
.k-join-wrapper .k-join-intro .k-email-box{margin-top:10px;font-size:14px;color:#666;font-weight:normal}
.k-join-wrapper .k-join-intro .k-email-box a{color:#E60012;text-decoration:none;font-weight:bold}
.k-join-wrapper .k-career-content{display:flex;flex-direction:column;gap:40px;margin-top:50px}
.k-join-wrapper .k-career-card{display:flex;background:#fdfdfd;border:1px solid #eee;padding:50px;gap:50px;transition:0.3s;position:relative}
.k-join-wrapper .k-career-card:hover{box-shadow:0 10px 30px rgba(0,0,0,0.05);transform:translateY(-5px);background:#fff}
.k-join-wrapper .k-c-left{flex:0 0 220px}
.k-join-wrapper .k-c-left h3{font-size:22px;color:#111;margin:0 0 8px 0;position:relative}
.k-join-wrapper .k-c-left h3::after{content:"";display:block;width:30px;height:2px;background:#E60012;margin-top:15px}
.k-join-wrapper .k-c-left span{font-size:14px;color:#c5a47e;text-transform:uppercase;font-family:Arial}
.k-join-wrapper .k-c-right{flex:1;color:#666;line-height:2;font-size:15px}
.k-join-wrapper .k-c-right p{margin-bottom:15px;text-align:justify}
.k-join-wrapper .k-c-right strong{color:#111}
.k-join-wrapper .k-c-img{width:120px;height:120px;background:#f0f0f0;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0.6}
@media (max-width:991px){
.k-join-wrapper .k-career-card{flex-direction:column;padding:30px;gap:30px}
.k-join-wrapper .k-c-left{flex:none}
.k-join-wrapper .k-c-img{display:none}
}