/* index.html */


/* ===================== Banner轮播样式（整理合并版） ===================== */
/* Banner外层容器 */
.jy-banner-section {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}
.jy-banner-carousel {
    height: 100%;
}



/* Banner视频核心修复 */
.jy-banner-section{
    width:100%;
    overflow:hidden;
}
.jy-banner-carousel,
.jy-banner-carousel .carousel-inner,
.jy-banner-carousel .carousel-item{
    height: 100%;
    width: 100%;
    position: relative;
}
.jy-banner-video-bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover; /* 保持比例裁切铺满，不会拉伸变形 */
    object-position: center;
    z-index:0;
}
.jy-banner-video-overlay{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:1;
}
.jy-banner-text-box{
    position:relative;
    z-index:2;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.jy-banner-footer{
    position:relative;
    z-index:2;
}






.jy-banner-carousel .carousel-item {
    height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
}
/* 统一黑色透明蒙版，加深对比度，文字更清晰 透明度0.55适配图文 */
.jy-banner-carousel .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.639);
    z-index: 1;
}
/* 隐藏默认caption */
.jy-banner-carousel .carousel-caption {
    display: none;
}

/* 轮播居中文字总容器（加z-index防止被蒙版盖住） */
.jy-banner-text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 90%;
    max-width: 800px;
}
/* 顶部提示小字 */
.jy-banner-top-tip {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    opacity: 0.9;
}
/* 主标题 */
.jy-banner-main-title {
    font-size: 50px;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
/* 副标题 */
.jy-banner-sub-title {
       font-size: 20px;
    color: #fefefe;
    line-height: 1.7;
    letter-spacing: 1px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    font-weight: 100;
}
/* 数据横向行 */
.jy-banner-data-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 50px;
}
.jy-banner-data-item .data-num {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.jy-banner-data-item .data-desc {
    font-size: 15px;
    color: #fff;
    opacity: 0.9;
}
.data-sep {
    font-size: 36px;
    color: #fff;
}
/* 数据底部分隔文字 */
.jy-banner-data-bottom {
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    opacity: 0.92;
}

/* 底部蓝色宣传条 */
.jy-banner-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(19, 92, 169, 0.9);
    padding: 15px 0;
    text-align: center;
    z-index: 10;
}
.jy-banner-footer p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

/* ===================== 移动端统一适配 ===================== */
@media (max-width: 768px) {
    .jy-banner-carousel .carousel-item {
        height: 320px;
    }
    .jy-banner-main-title {
        font-size: 30px;
    }
    .jy-banner-sub-title {
        font-size: 16px;
    }
    .jy-banner-data-row {
        flex-wrap: wrap;
        gap: 15px;
    }
    .jy-banner-data-item .data-num {
        font-size: 32px;
    }
    .data-sep {
        font-size: 24px;
    }
}
     /* 综合案例 */

   
        /* 案例板块整体样式 */
        .jy-case-section {
            background-color: #f7f5f2;
            padding: 60px 0;
        }
        .jy-case-container {
            max-width: 90%;
            margin: 0 auto;
            padding: 0 15px;
        }
        /* 标题 */
        .jy-case-title {
            text-align: center;
            margin-bottom: 30px;
        }
        .jy-case-title h2 {
            font-size: 32px;
            color: #333;
            margin: 0 0 20px;
        }
        /* 一级分类标签 */
        .jy-case-tab {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 30px;
        }
        .jy-case-tab button {
            border: none;
            background: transparent;
            font-size: 16px;
            color: #666;
            padding: 8px 16px;
            cursor: pointer;
            transition: all 0.3s;
        }
        .jy-case-tab button.active {
            background-color: #555;
            color: #fff;
        }
        /* 二级行业标签 */
        .jy-case-industry {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
        .jy-case-industry button {
            border: 1px solid #ccc;
            background: #fff;
            font-size: 15px;
            color: #666;
            padding: 8px 24px;
            cursor: pointer;
            transition: all 0.3s;
        }
        .jy-case-industry button:hover {
            border-color: #c81623;
            color: #c81623;
        }
        /* 案例卡片布局 */
        .jy-case-list {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }
        .jy-case-item {
            overflow: hidden;
            cursor: pointer;
            position: relative;
        }
        .jy-case-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        /* 放大效果增强：scale(1.1) */
        .jy-case-item:hover img {
            transform: scale(1.2);
        }
        .jy-case-item p {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
            font-size: 16px;
            color: #fff;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            padding: 20px 12px 12px;
            transition: all 0.3s;
        }
        /* 查看更多 样式 */
        .jy-case-more {
            text-align: center;
        }
        .jy-case-more a {
            display: inline-block;
            color: #c81623;
            font-size: 20px;
            text-decoration: none;
            font-weight: 500;
        }
        .jy-case-more a::after {
            content: " >";
        }
        /* 回到顶部按钮 */
        .jy-case-gotop {
            position: fixed;
            right: 30px;
            bottom: 30px;
            width: 40px;
            height: 40px;
            background: #fff;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 18px;
            color: #666;
        }
   /* 客户 */
        /* 整体板块 */
        .jy-logo-section {
            padding: 60px 0;
            background: #fff;
        }
        .jy-logo-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            position: relative;
        }
        .jy-logo-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .jy-logo-title h4 {
            font-size: 16px;
            color: #999;
            margin: 0 0 8px;
        }
        .jy-logo-title h3 {
            font-size: 28px;
            color: #333;
            margin: 0;
        }

        /* 轮播外层 */
        .jy-logo-carousel {
            position: relative;
        }
        /* 单页容器：3行5列，带格子间距 */
        .jy-logo-page {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            grid-template-rows: repeat(3, 1fr);
            gap: 20px; /* 格子外边距 */
        }
        /* 单个logo项：带阴影 */
        .jy-logo-item {
            width: 80%;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
          /* 盒子阴影 */display: inline-block;
  transition: all 0.3s ease;
        }

.cae {
   
    overflow: revert!important;
}


        /* 图片无内边距 */
        .jy-logo-item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 0;
            margin: 0;
            border: none; transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }.jy-logo-item:hover img {
  transform: translateY(-4px) scale(1.4); /* 上浮 + 放大 */
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); /* 阴影变大 = 更立体 */
}

        /* 轮播item */
        .jy-logo-carousel .carousel-item {
            padding: 0;
        }

        /* ========== 用伪元素实现左右箭头 ========== */
        .jy-logo-carousel .carousel-control-prev,
        .jy-logo-carousel .carousel-control-next {
            width: 40px;
            height: 80px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            opacity: 1;
        }
        .jy-logo-carousel .carousel-control-prev {
            left: -60px;
        }
        .jy-logo-carousel .carousel-control-next {
            right: -60px;
        }
        /* 清除默认图标 */
        .jy-logo-carousel .carousel-control-prev-icon,
        .jy-logo-carousel .carousel-control-next-icon {
            display: none;
        }
        /* 伪元素箭头 */
        .jy-logo-carousel .carousel-control-prev::before,
        .jy-logo-carousel .carousel-control-next::before {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            border: 2px solid #ccc;
            border-right: none;
            border-bottom: none;
            position: absolute;
            top: 50%;
            left: 50%;
        }
        .jy-logo-carousel .carousel-control-prev::before {
            transform: translate(-30%, -50%) rotate(-45deg);
        }
        .jy-logo-carousel .carousel-control-next::before {
            transform: translate(-70%, -50%) rotate(135deg);
        }
        /* hover效果 */
        .jy-logo-carousel .carousel-control-prev:hover::before,
        .jy-logo-carousel .carousel-control-next:hover::before {
            border-color: #c81623;
        }

        /* 底部小圆点 */
        .jy-logo-carousel .carousel-indicators {
            bottom: -45px;
        }
        .jy-logo-carousel .carousel-indicators button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ccc;
            border: none;
            margin: 0 6px;
        }
        .jy-logo-carousel .carousel-indicators button.active {
            background: #1665c8;
        }
   /* 关于我们 */
        /* 整体板块 */
        .jy-about-section {
            padding: 60px 0px;
            background: #f8f6f3;
        }
        .jy-about-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .jy-about-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .jy-about-title h4 {
            font-size: 16px;
            color: #999;
            margin: 0 0 8px;
        }
        .jy-about-title h3 {
            font-size: 28px;
            color: #333;
            margin: 0;
        }

       
    /* 荣誉证书 */
  /* 整体模块 独立前缀 */
.jy-honor-section {
    padding: 60px 0;
    background: #f8f6f3;
}
.jy-honor-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.jy-honor-title {
    text-align: center;
    margin-bottom: 40px;
}
.jy-honor-title h4 {
    font-size: 16px;
    color: #999;
    margin: 0 0 8px;
}
.jy-honor-title h3 {
    font-size: 28px;
    color: #333;
    margin: 0;
}

/* 上方主轮播容器 */
.jy-honor-main {
    position: relative;
    max-width: 900px;
    margin: 0 auto 30px;
}
.jy-honor-main .carousel-item {
    height: 420px; /* 固定统一高度，横竖图高度一致 */
}
.jy-honor-main .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 完整显示图片，不变形，留白居中适配横竖图 */
    display: block;
}

/* 伪元素箭头 无默认图标 | 箭头进一步外移，垂直始终居中 */
.jy-honor-main .carousel-control-prev,
.jy-honor-main .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    opacity: 1;
    z-index: 9;
}
/* 箭头向外更远偏移 */
.jy-honor-main .carousel-control-prev {
    left: -85px;
}
.jy-honor-main .carousel-control-next {
    right: -85px;
}
.jy-honor-main .carousel-control-prev-icon,
.jy-honor-main .carousel-control-next-icon {
    display: none;
}
.jy-honor-main .carousel-control-prev::before,
.jy-honor-main .carousel-control-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-right: none;
    border-bottom: none;
}
.jy-honor-main .carousel-control-prev::before {
    transform: translate(-30%, -50%) rotate(-45deg);
}
.jy-honor-main .carousel-control-next::before {
    transform: translate(-70%, -50%) rotate(135deg);
}
.jy-honor-main .carousel-control-prev:hover::before,
.jy-honor-main .carousel-control-next:hover::before {
    border-color: #c81623;
}

/* 图片下方 伪元素分割线 */
.jy-honor-line {
    position: relative;
    margin-bottom: 25px;
}
.jy-honor-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
}

/* 底部缩略图容器补齐排版 */
.jy-honor-thumb {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.jy-honor-thumb-item {
    width: 80px;
    height: 60px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
    background: #fff;
}
.jy-honor-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 当前激活缩略图高亮 */
.jy-honor-thumb-item.active {
    border-color: #c81623;
}

/* 移动端适配：小屏幕防止箭头溢出看不见 */
@media (max-width: 768px) {
    .jy-honor-main .carousel-control-prev {
        left: 10px;
    }
    .jy-honor-main .carousel-control-next {
        right: 10px;
    }
    .jy-honor-main .carousel-item {
        height: 320px;
    }
}
    /* 新闻 */
        /* 整体板块 */
        .jy-news-section {
            padding: 60px 0;
            background: #f8f6f3;
        }
        .jy-news-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .jy-news-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .jy-news-title h4 {
            font-size: 16px;
            color: #666;
            margin: 0 0 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .jy-news-title h3 {
            font-size: 28px;
            color: #333;
            margin: 0;
        }

        /* 双栏布局 */
        .jy-news-container {
            display: flex;
            gap: 30px;
        }
        .jy-news-column {
            width: 50%;
            background: #fff;
        }

        /* 顶部标题栏 */
        .jy-news-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #2d7acdde;
            color: #fff;
            padding: 10px 15px;
        }
        .jy-news-header h4 {
            font-size: 16px;
            margin: 0;
        }
        .jy-news-header a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }
        .jy-news-header a:hover {
            opacity: 0.8;
        }

        /* 新闻列表 */
        .jy-news-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .jy-news-item {
            display: flex;
            padding: 15px;
            border-bottom: 1px solid #eee;
            transition: all 0.3s ease;
        }
        .jy-news-item:last-child {
            border-bottom: none;
        }
        .jy-news-item:hover {
            background: #fafafa;
        }
        .jy-news-item-img {
            width: 120px;
            height: 80px;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .jy-news-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 2px;
        }
        .jy-news-item-content {
            flex: 1;
        }
        .jy-news-item-title {
            font-size: 16px;
            color: #2d7acdde;
            text-decoration: none;
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        .jy-news-item-title:hover {
            color: #a0101a;
        }
        .jy-news-item-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .jy-news-container {
                flex-direction: column;
            }
            .jy-news-column {
                width: 100%;
            }
        }
    /* 联系 */
        /* 整体板块 */
        .jy-contact-section {
            padding: 60px 0;
            background-color: #f8f6f3;
        }
        .jy-contact-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .jy-contact-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .jy-contact-title h4 {
            font-size: 16px;
            color: #666;
            margin: 0 0 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .jy-contact-title h3 {
            font-size: 28px;
            color: #333;
            margin: 0;
        }

        /* 背景图容器 */
        .jy-contact-bg {
            width: 100%;
            height: auto;
            overflow: hidden;
        }
        .jy-contact-bg img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
    /* 底部模块 */
       
    /* works.html */
        /* 作品案例模块 - 独立命名 */
        .jy-works-section {
            background-color: #f8f6f3;
            padding: 50px;
        }

        /* 顶部Banner */
        .jy-works-banner {
            background: url('banner.jpg') center/cover no-repeat;
            padding: 220px 15px 60px;
            text-align: center;
            color: #fff;
        }
        .jy-works-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-works-banner p {
            font-size: 20px;
            color: #1673c8;
            margin: 0;
        }

        /* 面包屑导航 */
        .jy-works-breadcrumb {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .jy-works-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .jy-works-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-works-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-works-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 作品分类 */
        .jy-works-category {
            padding: 30px 15px;
            text-align: center;
        }
        .jy-works-category h2 {
            font-size: 24px;
            color: #333;
            margin-bottom: 20px;
        }
        .jy-works-category .tabs {
            margin-bottom: 30px;
        }
        .jy-works-category .tabs a {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
            text-decoration: none;
        }
        .jy-works-category .tabs a.active {
            background-color: #1c59a4;
            color: #fff;
            text-decoration: none;
        }
        .jy-works-category .filters {
            margin-bottom: 30px;
        }
        .jy-works-category .filters a {
            border: 1px solid #ccc;
            background: #fff;
            color: #333;
            padding: 6px 22px;
            margin: 0 5px;
                text-decoration: none;
        }
    .jy-works-category .filters a:hover {
    color: #ffffff;
    background-color: #1c59a4;
}





.filters .active {
      background-color: #1c59a4!important;
    color: #fff!important;
    text-decoration: none!important;
}






        /* 作品列表 一行4个 */
        .jy-works-list {
           
            margin: 0 auto;
            padding: 0 15px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }
        .jy-works-item {
            text-align: center;
        }
        .jy-works-item a {
            text-decoration: none;
            color: #666;
            display: block;
        }

        /* 图片容器：固定高度+隐藏溢出（关键！） */
        .jy-works-img-wrap {
            width: 100%;
           
            overflow: hidden; /* 放大超出部分直接裁剪，不遮挡文字 */
            margin-bottom: 12px;
            border-radius: 4px;
        }

        /* 图片样式 */
        .jy-works-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 填满容器不变形 */
            transition: transform 0.3s ease;
            transform-origin: center center; /* 中心放大，不偏移 */
        }

        /* 鼠标移入 1.2倍放大（只在容器内，不溢出） */
        .jy-works-img-wrap img:hover {
            transform: scale(1.2);
        }

        /* 文字：永远在图片下方，不会被遮挡 */
        .jy-works-item p {
            margin: 0;
            font-size: 15px;
            color: #555;
            line-height: 1.4;
        }

        /* 分页指示器 */
        .jy-works-pagination {
            text-align: center;
            margin-bottom: 30px;
        }
        .jy-works-pagination button {
            background: #666;
            color: #fff;
            border: none;
            width: 40px;
            height: 40px;
            margin: 0 2px;
            cursor: pointer;
            font-size: 16px;
            margin-bottom: 50px;
        }
        .jy-works-pagination button.active {
            background-color: #1673c8;
            color: #fff;
        }

        /* 了解更多 */
        .jy-works-more {
            text-align: center;
            padding-bottom: 30px;
        }
        .jy-works-more a {
            color: #1673c8;
            font-size: 18px;
            text-decoration: none;
        }

        /* 移动端适配 */
        @media (max-width: 992px) {
            .jy-works-list {
                grid-template-columns: repeat(2, 1fr);
            }
            .jy-works-img-wrap {
                height: 200px;
            }
        }
        @media (max-width: 576px) {
            .jy-works-list {
                grid-template-columns: 1fr;
            }
            .jy-works-img-wrap {
                height: 180px;
            }
        }
        /* works-detail.html */
        /* 详情页模块 - 独立命名 */
        .jy-detail-section {
            background-color: #fff;
        }

     

        /* 面包屑导航 */
        .jy-detail-breadcrumb {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .jy-detail-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .jy-detail-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-detail-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-detail-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 作品标题 */
        .jy-detail-title {
            text-align: center;
            padding: 30px 15px;
        }
        /* OUR WORKS 和 作品案例 灰色 */
        .jy-detail-title .works-gray {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        /* 作品名称红色 */
        .jy-detail-title .works-red {
            font-size: 24px;
            color: #c81623;
            margin: 0;
        }

        /* 视频容器 */
        .jy-detail-video-wrap {
            max-width: 1000px;
            margin: 0 auto 40px;
            padding: 0 15px;
        }
        .jy-detail-video-wrap video {
            width: 100%;
            display: block;
        }

        /* 了解更多 */
        .jy-detail-more {
            text-align: center;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    position: relative; /* 让二维码相对于它定位 */
        }
      .jy-detail-more a {
    color: #c81623;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
    /* service.html */
        /* 服务项目模块 - 独立命名 */
        .jy-service-section {
            background-color: #f8f6f3;
            padding-bottom: 80px;
        }

        /* 顶部Banner */
        .jy-service-banner {
            background: #000 url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #fff;
        }
        .jy-service-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-service-banner p {
            font-size: 20px;
            color: #c81623;
            margin: 0;
        }

        /* 面包屑导航 */
        .jy-service-breadcrumb {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .jy-service-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .jy-service-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-service-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-service-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 标题区域 */
        .jy-service-header {
            text-align: center;
            padding: 30px 15px;
        }
        .jy-service-header .main-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-service-header .sub-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 选项卡切换 */
        .jy-service-tabs {
            text-align: center;
            margin-bottom: 30px;
        }
        .jy-service-tabs a {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
            text-decoration: none;
        }
        .jy-service-tabs a.active {
            background-color: #333;
            color: #fff;
            text-decoration: none;
        }

        /* 文字介绍 */
        .jy-service-intro {
            max-width: 1000px;
            margin: 0 auto 40px;
            padding: 0 15px;
            text-align: center;
        }
        .jy-service-intro .intro-title {
            color: #1673c8;
            font-size: 20px;
            margin-bottom: 20px;
        }
        .jy-service-intro .intro-subtitle {
            color: #333;
            font-size: 16px;
            margin-bottom: 20px;
        }
        .jy-service-intro p {
            color: #666;
            font-size: 14px;
            line-height: 1.8;
        }

        /* 环形图片区域 */
        .jy-service-circle-img {
           max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center;
    display: flex;
        }
            .jy-service-circle-img1 {
           max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center;
    display: flex;
        }
        
        .jy-service-circle-img img {
            width: 400px;
            height: auto;
            display: block;
        }
 .jy-service-circle-img1 img {
            width: 800px;
            height: auto;
            display: block;
        }
        /* 底部图片区域 */
        .jy-service-img {
            max-width: 1200px;
            margin: 0 auto 60px;
            padding: 0 15px;
        }
        .jy-service-img img {
            width: 100%;
            height: auto;
            display: block;
        }
    /* team.html */
        /* 主创团队模块 - 独立命名 */
        .jy-team-section {
               background-color: #f8f6f3;
    padding: 50px;
        }

        /* 顶部全屏Banner */
        .jy-team-banner {
            width: 100%;
            height: 400px;
            background: url('team-banner.jpg') center/cover no-repeat;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }
        .jy-team-banner .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }
        .jy-team-banner .banner-text {
            position: relative;
            z-index: 1;
            text-align: center;
        }
        .jy-team-banner .banner-text h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-team-banner .banner-text p {
            font-size: 20px;
            color: #c81623;
            margin: 0;
        }

        /* 面包屑导航 */
        .jy-team-breadcrumb {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .jy-team-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .jy-team-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-team-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-team-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 标题区域 */
        .jy-team-header {
            text-align: center;
            padding: 30px 15px;
        }
        .jy-team-header .main-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-team-header .sub-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 团队成员列表 */
        .jy-team-list {
            max-width: 1300px;
            margin: 0 auto 40px;
            padding: 0 15px;
        }
        .jy-team-item {
            display: flex;
            gap: 20px;
            padding: 30px 0;
            border-bottom: 1px solid #e5e5e5;
        }
        .jy-team-item-img {
            width: 220px;
           
            object-fit: cover;
            border-radius: 4px;
        }


.pagination {
    padding-left: 0;
    list-style: none;
}
	
	.pagination li a {
    height: 48px;
   
    text-align: center;
    line-height: 48px;
   
    display: inline-block;
    color: #475467;
    background-color: transparent;
    border: 1px solid #EAECF0;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;    padding: 0 16px;
}
	
	 .pagination li {
    display: inline-block;
    margin-right: 6px;
}
	
	
	.pagination .active {
    
    color: #ffffff;
}

        .jy-team-item-info {
            flex: 1;
        }
        .jy-team-item-info h3 {
            font-size: 22px;
            color: #333;
            margin: 0 0 5px;
        }
        .jy-team-item-info .position {
            color: #666;
            font-size: 14px;
            margin: 0 0 15px;
        }
        .jy-team-item-info p {
            color: #666;
            font-size: 14px;
            line-height: 1.8;
            margin: 0 0 10px;
        }
        .jy-team-item-info .works {
            color: #333;
            font-size: 14px;
        }

        /* 分页指示器 */
        .jy-team-pagination {
            text-align: center;
            margin-bottom: 30px;
        }
        .jy-team-pagination button {
            background: #666;
            color: #fff;
            border: none;
            width: 40px;
            height: 40px;
            margin: 0 2px;
            cursor: pointer;
            font-size: 16px;
        }
        .jy-team-pagination button.active {
            background-color: #ccc;
            color: #333;
        }
    /* news.html */

        /* 新闻发布模块 - 独立命名 */
        .jy-news-section1 {
            background-color: #f8f6f3;
    padding: 50px;
        }

        /* 顶部Banner */
        .jy-news-banner {
            background: #000 url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #fff;
        }
        .jy-news-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-news-banner p {
            font-size: 20px;
            color: #c81623;
            margin: 0;
        }

        /* 面包屑导航 */
        .jy-news-breadcrumb {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .jy-news-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .jy-news-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-news-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-news-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 标题区域 */
        .jy-news-header1 {
            text-align: center;
            padding: 30px 15px;
        }
        .jy-news-header1 .main-title1 {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-news-header1 .sub-title1 {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 选项卡切换 */
        .jy-news-tabs {
            text-align: center;
            margin-bottom: 30px;
        }
        .jy-news-tabs button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
        }
        .jy-news-tabs button.active {
            background-color: #333;
            color: #fff;
        }

        /* 文字介绍 */
        .jy-news-intro {
            max-width: 1000px;
            margin: 0 auto 40px;
            padding: 0 15px;
            text-align: center;
        }
        .jy-news-intro .intro-title {
            color: #1673c8;
            font-size: 20px;
            margin-bottom: 20px;
        }
        .jy-news-intro p {
            color: #666;
            font-size: 14px;
            line-height: 1.8;
        }

        /* 上半部分：一行4个小卡片 */
        .jy-news-top-list {
            max-width: 1200px;
            margin: 0 auto 40px;
            padding: 0 15px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        .jy-news-top-item {
            text-align: center;
            transition: box-shadow 0.3s ease;
        }
        /* 左侧外侧阴影 */
        .jy-news-top-item:hover {
            box-shadow: -8px 0 12px rgba(0, 0, 0, 0.15);
        }
        .jy-news-top-item a {
            text-decoration: none;
            color: #666;
            display: block;    background-color: #ffffff;
        }
         .jy-news-bottom-item a {
            text-decoration: none;
            color: #666;
                display: flex;
    gap: 20px;
        }
        .jy-news-top-img-wrap {
            width: 100%;
            height: 200px;
            overflow: hidden;
            margin-bottom: 12px;
        }
        .jy-news-top-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .jy-news-top-img-wrap img:hover {
            transform: scale(1.2);
        }
    .jy-news-top-item p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    padding: 0 16px 10px 16px;
}
        /* 下半部分：一行2个图文列表 */
        .jy-news-bottom-list {
            max-width: 1200px;
            margin: 0 auto 40px;
            padding: 0 15px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .jy-news-bottom-item {
            display: flex;
            gap: 15px;
            padding: 15px;
            border-bottom: 1px solid #eee;
            transition: box-shadow 0.3s ease;    background-color: #ffffff;
        }
        /* 左侧 外侧 阴影 */
        .jy-news-bottom-item:hover {
            box-shadow: -8px 0 12px rgba(0, 0, 0, 0.15);
        }
        .jy-news-bottom-img {
            width: 150px;
            height: 100px;
            object-fit: cover;
        }
        .jy-news-bottom-info {
            flex: 1;
        }
        .jy-news-bottom-info h3 {
            font-size: 16px;
            color: #1673c8;
            margin: 0 0 10px;
        }
        .jy-news-bottom-info p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        /* 分页指示器 */
        .jy-news-pagination {
            text-align: center;
            margin-bottom: 30px;
        }
        .jy-news-pagination button {
            background: #666;
            color: #fff;
            border: none;
            width: 40px;
            height: 40px;
            margin: 0 2px;
            cursor: pointer;
            font-size: 16px;
        }
        .jy-news-pagination button.active {
            background-color: #ccc;
            color: #333;
        }

        /* 选项卡内容：默认隐藏 */
        .jy-news-tab-content {
            display: none;
        }
        .jy-news-tab-content.active {
            display: block;
        }

        /* 移动端适配 */
        @media (max-width: 992px) {
            .jy-news-top-list {
                grid-template-columns: repeat(2, 1fr);
            }
            .jy-news-bottom-list {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 576px) {
            .jy-news-top-list {
                grid-template-columns: 1fr;
            }
            .jy-news-bottom-item {
                flex-direction: column;
            }
            .jy-news-bottom-img {
                width: 100%;
                height: auto;
            }
        }
    /* news-detail.html */
        /* 新闻详情模块 - 独立命名 */
        .jy-news-detail-section {
            background-color: #fff;
        }

        /* 顶部Banner */
        .jy-news-detail-banner {
            background: #000 url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #fff;
        }
        .jy-news-detail-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-news-detail-banner p {
            font-size: 20px;
            color: #c81623;
            margin: 0;
        }

        /* 面包屑导航 */
        .jy-news-detail-breadcrumb {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .jy-news-detail-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .jy-news-detail-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-news-detail-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-news-detail-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 标题区域 */
        .jy-news-detail-header {
            max-width: 800px;
            margin: 0 auto 30px;
            padding: 0 15px;
            text-align: center;
        }
        .jy-news-detail-header h2 {
            font-size: 24px;
            color: #1673c8;
            margin: 30px 0;
        }

        /* 正文内容 */
        .jy-news-detail-content {
            max-width: 800px;
            margin: 0 auto 40px;
            padding: 0 15px;
        }
        .jy-news-detail-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        /* 视频容器 */
        .jy-news-detail-video-wrap {
            max-width: 500px;
            margin: 0 auto;
        }
        .jy-news-detail-video-wrap video {
            width: 100%;
            display: block;
        }
    /* about.html */
        /* 顶部Banner */
        .page-banner {
            background: url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #fff;
        }
        .page-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .page-banner p {
            font-size: 20px;
            color: #c81623;
            margin: 0;
        }

        /* 面包屑导航 */
        .breadcrumb-nav {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .breadcrumb-nav ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .breadcrumb-nav li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .breadcrumb-nav li a {
            color: #333;
            text-decoration: none;
        }
        .breadcrumb-nav li span {
            margin: 0 5px;
            color: #999;
        }

        /* 页面标题 */
        .page-header {
            text-align: center;
            padding: 30px 15px;
        }
        .page-header .main-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .page-header .sub-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 选项卡切换 */
        .tab-nav {
            text-align: center;
            margin-bottom: 30px;
        }
        .tab-nav button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
        }
        .tab-nav button.active {
            background-color: #333;
            color: #fff;
        }















        /* 整体板块 */
      
        .jy-about-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .jy-about-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .jy-about-title h4 {
            font-size: 16px;
            color: #999;
            margin: 0 0 8px;
        }
        .jy-about-title h3 {
            font-size: 28px;
            color: #333;
            margin: 0;
        }

    
      .jy-about-content {
    display: flex;
    align-items: flex-start;
    gap: 55px;
    max-width: 1420px;
    margin: 60px auto;
    padding: 0 20px;
}
.jy-about-content1 img {
    width: 700px;
    margin-left: 190px;
}

/* 左侧视频封面容器 */
.jy-about-video-wrap {
    width: 47%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(0,0,0,0.13);
    transition: all 0.3s ease;
}
.jy-about-video-wrap:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.19);
}
.jy-about-video-wrap > img {
    width: 100%;
    height: 500px;
    display: block;
    transition: transform 0.45s ease;
}
.jy-about-video-wrap:hover > img {
    transform: scale(1.07);
}

/* 居中圆形播放按钮 */
.jy-about-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background: rgba(19, 92, 169, 0.86);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    transition: all 0.3s ease;
}
.jy-about-video-wrap:hover .jy-about-play-btn {
    background: #135ca9;
    transform: translate(-50%, -50%) scale(1.18);
}

/* 右侧文字区域 */
.jy-about-text-wrap {
    flex: 1;
    padding-top: 12px;
}
.jy-about-text-wrap h4 {
    font-size: 40px;
    color: #0d6de5;
    font-weight: 500;
    margin: 0 0 26px 0;
    line-height: 1.2;
}
.jy-about-text-wrap h4::after {
    content: "ABOUT HUAXUN MEDIA";
    display: block;
    font-size: 15px;
    color: #025690;
    font-weight: 400;
    margin-top: 9px;
    letter-spacing: 1px;
}

/* 正文内容样式 */
.jy-about-text-box {
    font-size: 17px;
    color: #424242;
    line-height: 1.88;
}
.jy-about-text-box p {
    margin: 0 0 23px 0;
    text-align: justify;
}

/* 视频弹窗美化 */
.jy-about-modal .modal-content {
    background: #000000;
    border-radius: 10px;
    border: none;
}
.jy-about-modal .modal-header {
    border-bottom: none;
    padding: 16px 22px 0;
}
.jy-about-modal .modal-body {
    padding: 10px 22px 26px;
}
#jyAboutVideoPlayer {
    width: 100%;
    display: block;
}

/* 移动端适配：左右布局自动转为上下排列 */
@media (max-width: 992px) {
    .jy-about-content {
        flex-direction: column;
        gap: 38px;
    }
    .jy-about-video-wrap {
        width: 100%;
    }
    .jy-about-text-wrap h4 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .jy-about-play-btn {
        width: 58px;
        height: 58px;
        font-size: 20px;
    }
    .jy-about-text-box {
        font-size: 15.8px;
    }
}
     
  
   
    /* 模块标题 */
    .sy-office-section-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #1673c8;
}

/* 北京模块布局 */
.sy-beijing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 12px;
  margin-bottom: 50px;
}
/* 北京左侧主图固定高度 */
.sy-beijing-main {
  grid-row: 1 / span 2;
  grid-column: 1;
  height: 420px;
}
/* 右侧四张小图统一高度 */
.sy-beijing-side-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sy-beijing-side-col > div {
  height: 204px;
}

/* 武汉模块布局 */
.sy-wuhan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 50px;
}
/* 武汉左侧主图高度 */
.sy-wuhan-main {
  grid-row: 1 / span 2;
  grid-column: 1;
  height: 420px;
}
/* 中间两竖排小图高度 */
.sy-wuhan-mid-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.sy-wuhan-mid-col > div {
  height: 204px;
}
/* 武汉右侧单列图片统一高度 */
.sy-wuhan-grid > div:not(.sy-wuhan-main):not(.sy-wuhan-mid-col) {
  height: 204px;
}

/* 通用图片样式 */
.sy-office-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  background-color: #eee;
}

/* 其他城市统一网格布局 */
.sy-city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 50px;
}
/* 广州/成都/杭州/郑州四宫格统一高度 */
.sy-city-grid > div {
  height: 240px;
}

/* 下一个板块 */
.sy-equipment-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 4px solid #c82930;
}
.sy-equipment-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* 设备网格布局 */
.sy-equipment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
/* 设备卡片统一固定高度，所有图片整齐对齐 */
.sy-equipment-item {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
}
.sy-equipment-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.sy-equipment-img:hover {
  transform: scale(1.05);
}

/* 响应式适配 - 平板992px */
@media (max-width: 992px) {
  .sy-beijing-grid,
  .sy-wuhan-grid,
  .sy-city-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sy-beijing-main,
  .sy-wuhan-main {
    grid-column: 1 / span 2;
    grid-row: auto;
    height: 320px;
  }
  .sy-beijing-side-col > div,
  .sy-wuhan-mid-col > div,
  .sy-wuhan-grid > div:not(.sy-wuhan-main):not(.sy-wuhan-mid-col),
  .sy-city-grid > div {
    height: 220px;
  }
  .sy-equipment-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sy-equipment-item {
    height: 200px;
  }
}

/* 响应式适配 - 手机576px */
@media (max-width: 576px) {
  .sy-beijing-grid,
  .sy-wuhan-grid,
  .sy-city-grid {
    grid-template-columns: 1fr;
  }
  .sy-beijing-side-col,
  .sy-wuhan-mid-col {
    grid-template-columns: 1fr;
  }
  .sy-beijing-main,
  .sy-wuhan-main,
  .sy-beijing-side-col > div,
  .sy-wuhan-mid-col > div,
  .sy-wuhan-grid > div:not(.sy-wuhan-main):not(.sy-wuhan-mid-col),
  .sy-city-grid > div {
    height: 260px;
  }
  .sy-equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sy-equipment-item {
    height: 160px;
  }
}














.tab-nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 30px 0;
}
.tab-nav a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
.tab-nav a.active {
    background: #1673c8;
    color: #fff;
    border-color: #1673c8;
}
.tab-nav a:hover:not(.active) {
    background: #333;
    color: #fff;
}
 /* business-structure.html */
        /* 顶部Banner */
        .page-banner {
            background: url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #fff;
        }
        .page-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .page-banner p {
            font-size: 20px;
            color: #c81623;
            margin: 0;
        }

        /* 面包屑导航 */
        .breadcrumb-nav {
            padding: 15px 15px;
            background-color: #fff;
            border-bottom: 1px solid #eee;
        }
        .breadcrumb-nav ol {
            margin: 0;
            list-style: none;
            padding: 0;
        }
        .breadcrumb-nav li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .breadcrumb-nav li a {
            color: #333;
            text-decoration: none;
        }
        .breadcrumb-nav li span {
            margin: 0 5px;
            color: #999;
        }

        /* 页面标题 */
        .page-header {
            text-align: center;
            padding: 30px 15px;
        }
        .page-header .main-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .page-header .sub-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 选项卡切换 */
        .tab-nav {
            text-align: center;
            margin-bottom: 30px;
        }
        .tab-nav button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
        }
        .tab-nav button.active {
            background-color: #333;
            color: #fff;
        }















        /* 整体板块 */
      
        .jy-about-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .jy-about-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .jy-about-title h4 {
            font-size: 16px;
            color: #999;
            margin: 0 0 8px;
        }
        .jy-about-title h3 {
            font-size: 28px;
            color: #333;
            margin: 0;
        }


      
  /* company-culture.html */
        /* 顶部Banner */
        .jy-page-banner {
            background: url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #333;
        }
        .jy-page-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-page-banner p {
            font-size: 20px;
            color: #666;
            margin: 0;
        }
        .jy-page-banner .red-num {
            color: #c81623;
            font-size: 32px;
            font-weight: bold;
        }

        /* 面包屑导航 */
        .jy-breadcrumb {
            padding: 15px 15px;
            background-color: #f8f8f8;
            border-bottom: 1px solid #eee;
        }
        .jy-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 页面标题 */
        .jy-page-header {
            text-align: center;
            padding: 30px 15px;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-page-header .en-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-page-header .cn-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 选项卡切换 */
        .jy-tab-nav {
            text-align: center;
            margin-bottom: 30px;
            max-width: 1320px;
            margin-left: auto;
            margin-right: auto;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }
        .jy-tab-nav button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
        }
        .jy-tab-nav button.active {
            background-color: #333;
            color: #fff;
        }

        /* 企业文化板块 */
        .jy-culture-section {
            padding: 0 15px 60px;
            background-color: #f8f6f3;
            text-align: center;
        }
        .jy-culture-list {
            list-style: none;
            position: relative;
            display: inline-block;
            text-align: left;
        }
        /* 分隔线伪元素 */
        .jy-culture-divider-1::after,
        .jy-culture-divider-2::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #e0e0e0;
        }
        .jy-culture-divider-1::after {
            top: 144px;
        }
        .jy-culture-divider-2::after {
            top: 360px;
        }
        .jy-culture-item {
            display: flex;
            align-items: flex-start;
            padding: 10px 0;
        }
        .jy-culture-label {
            width: 110px;
            flex-shrink: 0;
            font-size: 18px;
            color: #333;
            font-weight: bold;
        }
        .jy-culture-content {
            flex: 1;
            font-size: 18px;
            color: #555;
            line-height: 1.8;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .jy-page-banner h1 {
                font-size: 24px;
            }
            .jy-culture-item {
                flex-direction: column;
                padding: 14px 0;
            }
            .jy-culture-label {
                width: auto;
                margin-bottom: 4px;
            }
            .jy-culture-divider-1::after,
            .jy-culture-divider-2::after {
                display: none;
            }
        }
  /* honor.html */
        /* 顶部Banner */
        .jy-page-banner {
            background: url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #333;
        }
        .jy-page-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-page-banner p {
            font-size: 20px;
            color: #666;
            margin: 0;
        }
        .jy-page-banner .red-num {
            color: #c81623;
            font-size: 32px;
            font-weight: bold;
        }

        /* 面包屑导航 */
        .jy-breadcrumb {
            padding: 15px 15px;
            background-color: #f8f8f8;
            border-bottom: 1px solid #eee;
        }
        .jy-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 页面标题 */
        .jy-page-header {
            text-align: center;
            padding: 30px 15px;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-page-header .en-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-page-header .cn-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 选项卡切换 */
        .jy-tab-nav {
            text-align: center;
            margin-bottom: 30px;
            max-width: 1320px;
            margin-left: auto;
            margin-right: auto;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }
        .jy-tab-nav button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
        }
        .jy-tab-nav button.active {
            background-color: #333;
            color: #fff;
        }

        /* ========== 你提供的荣誉模块样式 ========== */
        .jy-honor-section {
            padding: 60px 0;
            background: #f8f6f3;
        }
        .jy-honor-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .jy-honor-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .jy-honor-title h4 {
            font-size: 16px;
            color: #999;
            margin: 0 0 8px;
        }
        .jy-honor-title h3 {
            font-size: 28px;
            color: #333;
            margin: 0;
        }

        /* 上方主轮播容器 */
        .jy-honor-main {
            position: relative;
            max-width: 600px;
            margin: 0 auto 30px;
        }
        .jy-honor-main .carousel-item img {
            width: 100%;
            display: block;
        }

        /* 伪元素箭头 无默认图标 */
        .jy-honor-main .carousel-control-prev,
        .jy-honor-main .carousel-control-next {
            width: 40px;
            height: 40px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            opacity: 1;
        }
        .jy-honor-main .carousel-control-prev {
            left: -200px;
        }
        .jy-honor-main .carousel-control-next {
            right: -200px;
        }
        .jy-honor-main .carousel-control-prev-icon,
        .jy-honor-main .carousel-control-next-icon {
            display: none;
        }
        .jy-honor-main .carousel-control-prev::before,
        .jy-honor-main .carousel-control-next::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 16px;
            border: 2px solid #ccc;
            border-right: none;
            border-bottom: none;
        }
        .jy-honor-main .carousel-control-prev::before {
            transform: translate(-30%, -50%) rotate(-45deg);
        }
        .jy-honor-main .carousel-control-next::before {
            transform: translate(-70%, -50%) rotate(135deg);
        }
        .jy-honor-main .carousel-control-prev:hover::before,
        .jy-honor-main .carousel-control-next:hover::before {
            border-color: #c81623;
        }

        /* 图片下方 伪元素分割线 */
        .jy-honor-line {
            position: relative;
            margin-bottom: 25px;
        }
        .jy-honor-line::after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #ddd;
        }

        /* 底部缩略图列表 */
        .jy-honor-thumb {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }
        .jy-honor-thumb-item {
            width: 80px;
            height: 60px;
            border: 2px solid transparent;
            cursor: pointer;
            transition: all 0.3s;
            overflow: hidden;
        }
        .jy-honor-thumb-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        /* 当前激活缩略图高亮 */
        .jy-honor-thumb-item.active {
            border-color: #c81623;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .jy-page-banner h1 {
                font-size: 24px;
            }
            .jy-honor-main .carousel-control-prev,
            .jy-honor-main .carousel-control-next {
                display: none;
            }
        }
    /* join.html */
        /* 顶部Banner */
        .jy-page-banner {
            background: url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #333;
        }
        .jy-page-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-page-banner p {
            font-size: 20px;
            color: #666;
            margin: 0;
        }
        .jy-page-banner .red-num {
            color: #c81623;
            font-size: 32px;
            font-weight: bold;
        }

        /* 面包屑导航 */
        .jy-breadcrumb {
            padding: 15px 15px;
            background-color: #f8f8f8;
            border-bottom: 1px solid #eee;
        }
        .jy-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 页面标题 */
        .jy-page-header {
            text-align: center;
            padding: 30px 15px;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-page-header .en-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-page-header .cn-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 全局选项卡 */
        .jy-tab-nav {
            text-align: center;
            margin-bottom: 30px;
            max-width: 1320px;
            margin-left: auto;
            margin-right: auto;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }
        .jy-tab-nav button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
        }
        .jy-tab-nav button.active {
            background-color: #333;
            color: #fff;
        }

        /* ========== 招聘模块样式 ========== */
        .jy-recruit-section {
            padding: 0 15px 50px;
            background-color: #f8f6f3;
            text-align: center;
        }

        /* 职位标签栏 */
        .jy-recruit-tab {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            justify-content: center;
        }
        .jy-recruit-tab button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 10px;
            cursor: pointer;
            position: relative;
        }
        .jy-recruit-tab button.active {
            color: #c81623;
            font-weight: bold;
        }
        .jy-recruit-tab button.active::after {
            content: '';
            position: absolute;
            bottom: -11px;
            left: 0;
            right: 0;
            height: 2px;
            background: #c81623;
        }

        /* 职位内容容器 */
        .jy-recruit-item {
            display: none;
        }
        .jy-recruit-item.active {
                display: block;
    text-align: left;
    margin: 0 500px;
        }
        .jy-recruit-item h3 {
            font-size: 28px;
            color: #333;
            margin-bottom: 20px;
        }
        .jy-recruit-item h4 {
            font-size: 18px;
            color: #333;
            margin-bottom: 15px;
        }
        .jy-recruit-item ul {
            list-style: decimal;
            padding-left: 20px;
            color: #555;
            line-height: 1.8;
        }
        /* 邮箱样式 */
        .recruit-email {
            text-align: center;
            margin: 30px 0 0;
            color: #333;
            font-size: 16px;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .jy-page-banner h1 {
                font-size: 24px;
            }
            .jy-recruit-tab {
                justify-content: center;
            }
        }
        /* company-statement.html */
        /* 顶部Banner */
        .jy-page-banner {
            background: url('banner.jpg') center/cover no-repeat;
            padding: 60px 15px;
            text-align: center;
            color: #333;
        }
        .jy-page-banner h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .jy-page-banner p {
            font-size: 20px;
            color: #666;
            margin: 0;
        }
        .jy-page-banner .red-num {
            color: #c81623;
            font-size: 32px;
            font-weight: bold;
        }

        /* 面包屑导航 */
        .jy-breadcrumb {
            padding: 15px 15px;
            background-color: #f8f8f8;
            border-bottom: 1px solid #eee;
        }
        .jy-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 页面标题 */
        .jy-page-header {
            text-align: center;
            padding: 30px 15px;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-page-header .en-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-page-header .cn-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 主导航选项卡 */
        .jy-tab-nav {
            text-align: center;
            margin-bottom: 30px;
            max-width: 1320px;
            margin-left: auto;
            margin-right: auto;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }
        .jy-tab-nav button {
            background: transparent;
            border: none;
            color: #666;
            font-size: 16px;
            padding: 5px 15px;
            cursor: pointer;
        }
        .jy-tab-nav button.active {
            background-color: #333;
            color: #fff;
        }

        /* ========== 公司声明模块 ========== */
        .jy-statement-section {
            padding: 0 15px 50px;
            background-color: #f8f6f3;
            text-align: center;
        }

        /* 声明内容框 */
        .jy-statement-box {
            padding: 30px;
        }
        .jy-statement-box h3 {
            font-size: 18px;
            color: #c81623;
            margin-bottom: 15px;
        }
        .jy-statement-box p {
            font-size: 15px;
            color: #555;
            line-height: 1.8;
            margin: 0;
        }

        /* 分页与城市列表 */
        .jy-statement-pagination {
            text-align: center;
            margin: 40px 0;
        }
        .jy-statement-pagination .page-num {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #ddd;
            color: #333;
            border-radius: 2px;
        }
        .jy-statement-city {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        .jy-statement-city span {
            color: #333;
            font-size: 16px;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .jy-page-banner h1 {
                font-size: 24px;
            }
            .jy-statement-city {
                gap: 15px;
            }
        }
    /* contact.html */
        /* 面包屑导航 */
        .jy-breadcrumb {
            padding: 15px 15px;
            background-color: #f8f8f8;
            border-bottom: 1px solid #eee;
        }
        .jy-breadcrumb ol {
            margin: 0;
            list-style: none;
            padding: 0;
            max-width: 1320px;
            margin: 0 auto;
        }
        .jy-breadcrumb li {
            display: inline-block;
            font-size: 14px;
            color: #666;
        }
        .jy-breadcrumb li a {
            color: #333;
            text-decoration: none;
        }
        .jy-breadcrumb li span {
            margin: 0 5px;
            color: #999;
        }

        /* 页面标题 */
        .jy-page-header {
            text-align: center;
            padding: 30px 15px;
            max-width: 1320px;
            margin: 0 auto;
            border-bottom: 1px solid #eee;
        }
        .jy-page-header .en-title {
            font-size: 20px;
            color: #666;
            margin: 0 0 10px;
        }
        .jy-page-header .cn-title {
            font-size: 24px;
            color: #333;
            margin: 0;
        }

        /* 联系我们模块 */
        .jy-contact-section {
            margin: 0 auto ;
            padding: 40px 15px;
            text-align: center;
        }
        .jy-contact-address h3 {
            font-size: 24px;
            color: #1673c8;
            margin-bottom: 20px;
            margin-top: 50px;
        }
        .jy-contact-address p {
            font-size: 16px;
            color: #555;
            margin-bottom: 10px;
        }
        .jy-contact-tel {
            font-size: 24px;
            color: #333;
            font-weight: bold;
            margin: 30px 0 15px;
        }
        .jy-contact-tips {
            font-size: 14px;
            color: #666;
            margin-bottom: 30px;
        }
        .jy-contact-qrcode {
            margin-top: 20px;
        }
        .jy-contact-qrcode p {
            font-size: 16px;
            color: #555;
            margin-bottom: 15px;
        }
        .jy-contact-qrcode img {
            width: 150px;
            height: 150px;
            border: 1px solid #eee;
            padding: 5px;
            background: #fff;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .jy-contact-tel {
                font-size: 20px;
            }
        }
 /* footer.html */
/* 底部整体容器 背景图铺满 */
footer.jy-footer-full {
    width: 100%;
    position: relative;
    padding: 50px 20px 25px;
    background-image: url("/uploadfile/202606/c38d871ccea531349bc316b0e3cb2ccf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* 黑色透明遮罩滤镜，提升文字可读性 */
footer.jy-footer-full::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
/* 内容容器居中限制宽度，层级高于遮罩 */
.jy-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* 三栏均分布局，整行居中，列间距统一 */
.jy-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 22px;
    margin-left: 70px;
}
/* 三列均分宽度 */
.jy-footer-col {
    flex: 1;
    color: #ffffff;
}
.jy-footer-col h3 {
    font-size: 22px;
    margin: 0 0 12px;
}

/* 第一列：快速链接 */
.jy-footer-link a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    text-decoration: none;
}
.jy-footer-link a:hover {
    opacity: 0.75;
}

/* 第二列：联系我们 */
.jy-footer-contact h2 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 600;
}
.jy-footer-hotline-desc {
    font-size: 18px;
    margin: 0 0 18px;
}
.jy-footer-contact p {
    font-size: 16px;
    line-height: 1.9;
    margin: 6px 0;
}

/* 第三列：二维码 + 微信沟通 */
.jy-footer-qrcode-box {
    text-align: center;
    margin-top: 20px;
}
.jy-footer-qrcode-box img {
    width: 140px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 8px;
}
.jy-footer-qrcode-txt {
    font-size: 15px;
    color: #fff;
}

/* 伪元素分割线 */
.jy-footer-divider {
    position: relative;
    margin-bottom: 12px;
}
.jy-footer-divider::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #636363;
}
/* 底部版权文字 缩小字号 */
.jy-footer-copyright {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
}


/* 移动端适配 */
@media (max-width: 992px) {
    .jy-footer-row {
        flex-direction: column;
        gap: 30px;
    }
    
    .jy-footer-contact h2 {
        font-size: 24px;
    }
    .jy-footer-hotline-desc {
        font-size: 18px;
    }
    .jy-footer-contact p {
        font-size: 15px;
    }
}


.emwf{
    display: flex;
    gap: 60px;}


 /* ---- jy-xkfd-float-menu 左侧浮动菜单容器 ---- */
        .jy-xkfd-float-menu {
            position: fixed;
            left: 0;
            top: 56%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            z-index: 999;
            transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateX(calc(-100% + 56px)) translateY(-50%);
            overflow: visible;
        }

        /* 悬停时完全显示 */
        .jy-xkfd-float-menu:hover {
            transform: translateX(0) translateY(-50%);
        }

        /* ---- jy-xkfd-menu-body 菜单主体 (竖排) ---- */
        .jy-xkfd-menu-body {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;
            background: rgba(30, 34, 42, 0.85);
            backdrop-filter: blur(14px) saturate(180%);
            -webkit-backdrop-filter: blur(14px) saturate(180%);
            border-radius: 0 28px 28px 0;
            box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.4), 0 8px 24px -6px rgba(0, 0, 0, 0.2);
            padding: 10px 10px 16px 24px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-left: none;
            min-width: 160px;
            opacity: 0;
            transform: translateX(-20px);
            pointer-events: none;
            transition: opacity 0.35s ease, transform 0.35s ease;
        }

        /* 悬停时显示菜单主体 */
        .jy-xkfd-float-menu:hover .jy-xkfd-menu-body {
            opacity: 1;
            transform: translateX(0);
            pointer-events: auto;
        }

        /* ---- jy-xkfd-menu-item 每个菜单项 ---- */
        .jy-xkfd-menu-item {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 6px 12px;
            border-radius: 30px;
            background: transparent;
            color: #f0f3f8;
            font-weight: 500;
            font-size: 0.9rem;
            letter-spacing: 0.3px;
            text-decoration: none;
            white-space: nowrap;
            transition: all 0.2s ease;
            border: 1px solid transparent;
            cursor: default;
        }

        .jy-xkfd-menu-item:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #ffffff;
          
            border-color: rgba(255, 255, 255, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .jy-xkfd-menu-item .jy-xkfd-icon {
            margin-right: 12px;
            font-size: 1.1rem;
            width: 1.4rem;
            text-align: center;
            color: #aab3c5;
            transition: color 0.2s;
        }

        .jy-xkfd-menu-item:hover .jy-xkfd-icon {
            color: #ffffff;
        }

        .jy-xkfd-menu-item .jy-xkfd-label {
            display: inline-block;
            font-size: 0.9rem;
        }

        /* ---- jy-xkfd-menu-divider 分隔线 ---- */
        .jy-xkfd-menu-divider {
            width: 85%;
            height: 1px;
            background: rgba(255, 255, 255, 0.06);
            margin: 2px auto;
        }

        /* ---- jy-xkfd-menu-trigger 触发图标 (箭头) ---- */
     .jy-xkfd-menu-trigger {
    position: absolute;
    right: 47px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 260px;
    background: rgba(30, 34, 42, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0f3f8;
    font-size: 24px;
    box-shadow: 6px 0 18px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.25s, box-shadow 0.25s;
    z-index: 10;
    pointer-events: auto;
}

        /* 悬停时箭头消失 */
        .jy-xkfd-float-menu:hover .jy-xkfd-menu-trigger {
            opacity: 0;
            transform: translateY(-50%) scale(0.8);
            pointer-events: none;
        }

        .jy-xkfd-menu-trigger i {
            display: inline-block;
            transition: transform 0.3s ease;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
        }

        /* 非悬停状态，箭头轻微呼吸 */
        .jy-xkfd-menu-trigger i {
            animation: jy-xkfd-subtlePulse 2.5s ease-in-out infinite;
        }

        @keyframes jy-xkfd-subtlePulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(0.95); }
        }

        .jy-xkfd-float-menu:hover .jy-xkfd-menu-trigger i {
            animation: none;
        }

        /* ---- jy-xkfd-page-content 页面主体 (装饰) ---- */
        .jy-xkfd-page-content {
            max-width: 600px;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            padding: 2.5rem 3rem;
            border-radius: 56px;
            box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            text-align: center;
            color: #1e222a;
        }

        .jy-xkfd-page-content h1 {
            font-weight: 600;
            font-size: 2.2rem;
            margin-bottom: 0.5rem;
            letter-spacing: -0.5px;
        }

        .jy-xkfd-page-content p {
            font-size: 1.1rem;
            opacity: 0.75;
            margin-top: 0.5rem;
        }

        .jy-xkfd-page-content .jy-xkfd-badge {
            display: inline-block;
            margin-top: 1.2rem;
            background: rgba(0, 0, 0, 0.08);
            padding: 0.4rem 1.2rem;
            border-radius: 40px;
            font-size: 0.9rem;
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        /* ---- 响应式 ---- */
        @media (max-width: 640px) {
            .jy-xkfd-menu-body {
                padding: 12px 14px 12px 18px;
                min-width: 130px;
                gap: 3px;
            }
            .jy-xkfd-menu-item {
                padding: 5px 10px;
                font-size: 0.8rem;
            }
            .jy-xkfd-menu-item .jy-xkfd-icon {
                margin-right: 8px;
                font-size: 1.0rem;
                width: 1.2rem;
            }
            .jy-xkfd-menu-item .jy-xkfd-label {
                font-size: 0.8rem;
            }
            .jy-xkfd-menu-trigger {
                width: 48px;
                height: 48px;
                font-size: 20px;
            }
            .jy-xkfd-float-menu {
                transform: translateX(calc(-100% + 48px)) translateY(-50%);
            }
            .jy-xkfd-float-menu:hover {
                transform: translateX(0) translateY(-50%);
            }
            .jy-xkfd-page-content {
                padding: 1.8rem 1.5rem;
            }
            .jy-xkfd-page-content h1 {
                font-size: 1.6rem;
            }
        }


.ls-h6{
	text-align: center;
	margin-top: 25px;
}



.ls-value-wrap {
            width: 1320px;
            margin: 0 auto;
            padding: 80px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .ls-value-item {
            width: 23%;
            text-align: center;
        }
        .ls-value-arrow {
            color: #1a499d;
            font-size: 22px;
        }
        .ls-value-icon {
            font-size: 40px;
            color: #1a499d;
            margin-bottom: 24px;
            display: block;
        }
        .ls-value-title {
            font-size: 28px;
            color: #222;
            font-weight: bold;
            margin: 0 0 16px;
        }
        .ls-value-desc {
            font-size: 16px;
            color: #666;
            margin: 0;
        }



/* 外层固定样式 */
.ls-honor-main {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px;
}

.lsjy-cert-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 滑动容器 */
.lsjy-swiper-wrap {
  width: 100%;
}
.lsjy-swiper-list {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease;
}
.lsjy-swiper-item {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  /* 左右留白，给箭头留出位置 */
  padding: 0 60px;
}

/* 证书图片缩小居中，核心修改 */
.lsjy-cert-img-box {
  width: 100%;
  max-width: 80%;
  max-height: 380px;
  margin: 0 auto;
  /* 删掉边框、内边距，和参考图一致纯白无框 */
  padding: 0;
  border: none;
}
.lsjy-cert-img-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 380px;
  display: block;
  margin: 0 auto;
}

/* 左右箭头样式，和截图一致悬浮两侧 */
.lsjy-swiper-prev,
.lsjy-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  z-index: 10;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
.lsjy-swiper-prev {
  left: 10px;
}
.lsjy-swiper-next {
  right: 10px;
}
.lsjy-swiper-prev::after {
  content: "<";
}
.lsjy-swiper-next::after {
  content: ">";
}

/* 底部圆点 */
.lsjy-swiper-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0;
}
.lsjy-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  cursor: pointer;
  transition: all 0.3s;
}
.lsjy-dot.active {
  background: #1a499d;
  transform: scale(1.2);
}