/* 集团概况页面专用样式 */

@font-face {
    font-family: 'ALBB';
    src: url('../font/Alibaba-PuHuiTi-Medium.ttf') format('truetype');
    font-style: normal;
}

/* 二级菜单样式 */
.page-header {
    background-color: #f8f9fa;
    text-align: center;
}

.submenu-container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}

.submenu-list {
    display: flex;
    justify-content: space-evenly;
    gap: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submenu-item a {
    font-size: 18px;
    color: #666;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: all 0.3s ease;
}

.submenu-item:hover a {
    color: #1C8EC7;
}

.submenu-item.active a {
    color: #1C8EC7;
    font-weight: 500;
}

.submenu-item.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: #1C8EC7;
    border-radius: 2px;
}

/* 内容区域切换 */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.page-title {
    font-size: 24px;
    color: #666;
    font-weight: normal;
}

/* 公司宣传片横幅 */
.hero-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgaGVpZ2h0PSI0MDAiIHZpZXdCb3g9IjAgMCAxMjAwIDQwMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjEyMDAiIGhlaWdodD0iNDAwIiBmaWxsPSIjNDA3M2E3Ii8+CjxyZWN0IHg9IjAiIHk9IjMwMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iMTAwIiBmaWxsPSIjMzM2Njg4Ii8+CjxjaXJjbGUgY3g9IjMwMCIgY3k9IjEwMCIgcj0iNDAiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuMyIvPgo8Y2lyY2xlIGN4PSI2MDAiIGN5PSIxNTAiIHI9IjMwIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjMiLz4KPGNpcmNsZSBjeD0iOTAwIiBjeT0iMTIwIiByPSIyNSIgZmlsbD0iI2ZmZmZmZiIgb3BhY2l0eT0iMC4zIi8+Cjwvc3ZnPgo=');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-overlay {
    text-align: center;
    color: #fff;
}


/* 公司简介部分 */
.company-intro {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    min-height: 796px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 80px 0;
    box-sizing: border-box;
}

.company-container {
    max-width: 1520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 公司简介主标题 */
.section-main-title {
    font-family: 'ALBB', 'Microsoft YaHei', sans-serif;
    font-size: 40px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}


.intro-content {
    margin-bottom: 60px;
    width: 100%;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.intro-image-float {
    float: right;
    width: 573px;
    height: 370px;
    margin: 0 0 20px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
}

.intro-image-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.intro-text {
    box-sizing: border-box;
}

.intro-text::after {
    content: "";
    display: table;
    clear: both;
}

.intro-image {
    flex-shrink: 0;
    box-sizing: border-box;
}

/* 公司名称标题 */
.intro-title {
    font-family: 'ALBB', 'Microsoft YaHei', sans-serif;
    font-size: 28px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 500;
}

.intro-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.learn-more-btn {
    background: transparent;
    color: #1C8EC7;
    border: 2px solid #1C8EC7;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.learn-more-btn:hover {
    background: #1C8EC7;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 60, 114, 0.3);
}

/* 视频容器 */
.video-container {
    position: relative;
    width: 573px;
}

.video-container img {
    width: 573px;
    height: 370px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* 播放按钮 */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-btn svg circle {
    transition: all 0.3s ease;
}

.play-btn:hover svg circle {
    fill: rgba(28, 142, 199, 1);
}

/* 视频弹窗 */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
}

.video-modal-content video {
    width: 100%;
    border-radius: 8px;
}

.video-close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-close-btn:hover {
    color: #1C8EC7;
    transform: rotate(90deg);
}

/* 统计数据网格 */
.stats-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    max-width: 1520px;
    width: 100%;
    height: 146px;
    opacity: 1;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    align-items: center;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    max-width: 25%;
    min-width: 0;
}

.stat-icon {
    width: 40px;
    height: 40px;
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #1e88e5;
    line-height: 1;
}

.stat-number .stat-unit {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    margin-left: 4px;
    vertical-align: middle;
}

.stat-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* 领导班子部分 */
.leadership-team {
    background-image: url('../../assets/img/jtgk/ldbz-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; /* 改为 cover，让背景图覆盖整个区域 */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 80px 0;
    box-sizing: border-box;
    min-height: 600px; /* 设置最小高度，确保背景图有足够空间 */
}

.ldbz-container {
    max-width: 1520px;
    padding:0 20px;
    margin: 0 auto;
}

.leadership-list {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1520px;
}

.leader-item {
    display: flex;
    width: 100%;
    height: 100px;
    padding: 10px;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.leader-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.leader-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background: url('../../assets/img/jtgk/ldbz-item-bg.png') no-repeat right center;
    background-size: auto 100%;
}

.leader-info {
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex: 1;
    box-sizing: border-box;
}

.leader-info .leader-name {
    font-family: 'ALBB';
    font-size: 18px;
    color: #333;
    margin-right: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

.leader-info .leader-position {
    font-size: 14px;
    color: #999;
    margin-right: 15px;
    white-space: nowrap;
    flex-shrink: 0;
}

.leader-info .leader-divider {
    color: #ddd;
    margin-right: 15px;
    font-size: 14px;
    flex-shrink: 0;
}

.leader-info p {
    font-size: 14px;
    color: #666;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
}

/* 组织架构部分 */
.organization-structure {
    padding: 60px 0;
    background: rgba(245, 248, 250, 1);
}

.organization-structure .section-title {
    font-family: 'ALBB';
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}

.organization-container {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
}

.organization-container img {
    width: 100%;
    max-width: 1420px;
    height: auto;
    display: block;
}

/* 发展历程部分 */
.development-history {
    padding: 80px 0;
    background: url('../../assets/img/jtgk/fzlc/img-fzlcbg.png') no-repeat center center;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 740px;
    box-sizing: border-box;
}

.development-history .section-title {
    font-family: 'ALBB';
    color: white;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.timeline-container {
    display: flex;
    max-width: 1200px;
    column-gap: 50px;
    margin: 0 auto;
}

.timeline-years {
    width: 210px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-right: 50px;
    overflow-y: auto;
    overflow-x: visible;
    padding-left: 60px;
    padding-right: 60px;
    max-height: 492px;
    /* 隐藏滚动条但保留滚动功能 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

/* 隐藏滚动条 - Chrome, Safari, Opera */
.timeline-years::-webkit-scrollbar {
    display: none;
}

.timeline-year-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 120px;
    height: 120px;
    flex-shrink: 0;
    cursor: pointer;
    width: 100px;
    position: relative;
}

.timeline-year-item.active .year-text {
    color: #fff;
    font-weight: bold;
}

/* 垂直线 */
.overview_time_tabs_mian_line {
    width: 2px;
    position: absolute;
    height: 120px;
    right: 0;
    background: #D2DBE2;
    z-index: 1;
}

/* 时间点 */
.timeline-year-item .year-dot {
    width: 20px;
    height: 20px;
    background: url('../../assets/img/jtgk/fzlc/nolight.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border-radius: 50%;
}

/* 选中的时间点添加发光效果 */
.timeline-year-item.active::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 140px;
    width: 100px;
    height: 100px;
    background: url('../../assets/img/jtgk/fzlc/light.png') no-repeat center center;
    background-size: 100px 100px;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
}

.timeline-year-item .year-text {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    width: 60px;
    z-index: 1;
}

.timeline-content-container {
    flex: 1;
    padding: 40px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    max-height: 492px;
    overflow: hidden;
    box-sizing: border-box;
}

.timeline-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    flex-direction: column;
    height: 100%;
}

.timeline-content.active {
    display: flex;
    opacity: 1;
}

.timeline-content .timeline-year-title {
    font-family: 'ALBB';
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
    flex-shrink: 0; /* 标题不缩小 */
}

/* p标签的滚动容器 */
.timeline-content-scroll {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    overflow-y: auto;
    padding-right: 20px;
    /* 隐藏滚动条但保留滚动功能 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

/* 隐藏滚动条 - Chrome, Safari, Opera */
.timeline-content-scroll::-webkit-scrollbar {
    display: none;
}

.timeline-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.timeline-content p:before {
    content: '►';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.timeline-progress-bar {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

/* 企业荣誉部分 */
.corporate-honors {
    padding: 60px 0;
    background: url('../../assets/img/jtgk/qyry/qyrybg.png') no-repeat center center;
    background-size: cover;
    min-height: 600px;
    height: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden; /* 🎯 防止横向滚动条 */
}

.honors-word {
    width: 1200px;
    height: 80px;
    margin-bottom: 30px;
    text-align: center;
}
.section-title.honors-title {
    color: #333;
    margin-bottom: 60px;
}

/* Swiper 企业荣誉轮播样式 - Coverflow 效果 */
.honors-carousel {
    width: 100%;
    max-width: 1520px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    overflow: visible;
}

.honors-swiper {
    width: 100%;
    height: 100%;
    padding: 20px 0 40px 0;
    overflow: visible;
}

.honors-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

/* 🎯 Slide 样式 - 参考 test-honors.html 成功配置 */
.honors-swiper .swiper-slide {
    width: 522px;  /* 🎯 和参考网站一致 */
    height: 348px; /* 🎯 和参考网站一致 */
    background: #fff; /* 🎯 关键：白色背景掩盖外边slides的闪过效果 */
    box-shadow: 7px 0 10px rgba(102, 102, 102, 0.33); /* 🎯 阴影效果 */
}

.honors-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; /* 保持图片比例，不拉伸 */
}


/* 导航按钮样式 */
.honors-button-next,
.honors-button-prev {
    width: 80px !important;
    height: 80px !important;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.honors-button-next:after,
.honors-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.honors-button-next:hover,
.honors-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* 分页器样式 */
.honors-pagination {
    bottom: 10px !important;
}

.honors-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px;
}

.honors-pagination .swiper-pagination-bullet-active {
    background: rgba(28, 142, 199, 1);
    width: 30px;
    border-radius: 6px;
}


/* 响应式设计 */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .intro-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .leadership-list {
        grid-template-columns: 1fr;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline-year {
        width: 60px;
        font-size: 18px;
        padding-right: 20px;
    }

    .timeline-item::before {
        left: 20px;
    }

    .timeline-content {
        margin-left: 40px;

    }

    .honors-decoration {
        flex-direction: column;
        gap: 20px;
    }

    .laurel-left, .laurel-right {
        font-size: 40px;
    }

    /* 企业荣誉轮播响应式 */
    .honors-carousel {
        height: 350px;
    }

    .honors-swiper .swiper-slide img {
        max-height: 250px;
    }

    .honors-button-next,
    .honors-button-prev {
        width: 40px;
        height: 40px;
    }

    .honors-button-next:after,
    .honors-button-prev:after {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 24px;
    }

    /* 企业荣誉轮播小屏幕响应式 */
    .honors-carousel {
        height: 300px;
    }

    .honors-swiper .swiper-slide img {
        max-height: 200px;
    }

    .honors-button-next,
    .honors-button-prev {
        width: 35px;
        height: 35px;
    }

    .honors-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .honors-pagination .swiper-pagination-bullet-active {
        width: 20px;
    }
}
