/* ========== list_exhibition 页面专用样式 ========== */

/* Banner区域样式 - 与category_product保持一致 */
.home-banner {
    height: 980px;
}

.home-banner .swiper-slide {
    height: 980px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.home-banner .swiper-slide::before {
    display: none;
}

.home-banner .container.banner-container {
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-banner .box-slider-text {
    max-width: 800px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.home-banner .box-slide-title {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    animation: slideInUp 0.8s ease;
}

.home-banner .box-slide-sub-title {
    width: 827px;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    animation: slideInUp 1s ease;
}

.home-banner .box-slide-description {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.9);
    animation: slideInUp 1.2s ease;
}

/* Banner按钮组 */
.home-banner .banner-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    animation: slideInUp 0.8s ease 0.4s both;
}

.home-banner .banner-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.home-banner .banner-buttons .btn svg {
    width: 20px;
    height: 20px;
}

/* 点击咨询按钮 - 蓝色实心 */
.home-banner .banner-buttons .btn-consult {
    background: #1366EE;
    color: #fff;
    border: 2px solid #1366EE;
    box-shadow: 0 4px 15px rgba(19, 102, 238, 0.4);
}

.home-banner .banner-buttons .btn-consult:hover {
    background: #0d4bb5;
    border-color: #0d4bb5;
    box-shadow: 0 6px 20px rgba(19, 102, 238, 0.5);
    transform: translateY(-2px);
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 响应式调整 */
@media (max-width: 991px) {
    .home-banner {
        height: 400px;
    }

    .home-banner .swiper-slide {
        height: 400px;
    }

    .home-banner .box-slide-title,
    .home-banner .box-slide-sub-title {
        font-size: 48px;
    }

    .home-banner .box-slide-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .home-banner {
        height: 300px;
    }

    .home-banner .swiper-slide {
        height: 300px;
    }

    .home-banner .box-slide-title,
    .home-banner .box-slide-sub-title {
        font-size: 36px;
    }

    .home-banner .box-slide-description {
        font-size: 14px;
    }
}

/* ========== 科普案例区域 ========== */

/* 科普案例 */
.exhibition-section {
    width: 1920px;
    height: 1104px;
    padding: 90px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.exhibition-section .container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exhibition-section .section-header {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0px;
}

.exhibition-section .section-title {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

.exhibition-section .section-desc {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #3D485D;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

/* ========== 更多案例区域 ========== */

/* 更多案例标题样式 */
.more-title-main {
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px !important;
    margin: 0;
}

.more-subtitle {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #666;
    margin: 0;
}

.more-subtitle .more-highlight {
    color: #0066FF;
    font-weight: 700;
}

/* 更多案例区域 */
.more-section {
    padding: 60px 0;
}

.more-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 更多案例头部左右布局 */
.more-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.more-header-left {
    text-align: center;
    flex: 1;
}

.more-header-right {
    position: absolute;
    right: 0;
    flex-shrink: 0;
}

/* 查看更多按钮 */
.more-view-btn {
    width: 180px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    color: #1366EE;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 0.5px solid #1366EE;
    box-shadow: 9.76px 9.76px 24.41px 0px #3763AA1A;
}

.more-view-btn img {
    width: 30px;
    height: 30px;
}

.more-view-btn:hover {
    border-color: #0066FF;
    color: #0066FF;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.15);
}

/* 更多案例网格布局 */
.more-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* 更多案例卡片 */
.more-card {
    width: 340px;
    height: 340px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.more-card:hover {
    transform: translateY(-5px);
}

/* 更多案例卡片图片 */
.more-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #1366EE;
}

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

.more-card:hover .more-card-image img {
    transform: scale(1.05);
}

.more-card-placeholder {
    width: 100%;
    height: 100%;
    background: #1366EE;
}

/* 更多案例卡片内容 */
.more-card-content {
    flex: 1;
    padding: 16px;
}

.more-card-title {
    font-size: 26px;
    font-weight: 600;
    color: #303030;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0 0 8px 0;
}

.more-card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* 空状态提示 */
.more-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 20px;
    color: #999;
    font-size: 16px;
    text-align: center;
}

/* ========== 信息展示区域 ========== */

/* 信息展示区域 */


/* ========== 分类案例展示区域 ========== */

/* 分类案例展示区域 */
.category-case-section {
    width: 1920px;
    padding: 80px 0;
    background: #fff;
    margin: 0 auto;
}

/* 分类案例头部标题 */
.category-header {
    margin: 0 auto 40px;
    padding: 0 20px;
    text-align: center;
}

.category-title-main {
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px !important;
    margin: 0;
    text-align: center;
}

.category-subtitle {
    width: 1300px;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #666;
    margin: 0;
}

.category-subtitle .category-highlight {
    color: #0066FF;
    font-weight: 700;
}

.category-case-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.category-nav {
    display: flex;
    gap: 170px;
}

.category-nav .nav-btn {
    width: 122px;
    height: 56px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.category-nav .nav-btn.active {
    height: 56px;
    border-bottom: 3px solid #1366EE;
    color: #1366EE;
}

/* 右侧内容 */
.category-content {
    width: 1920px;
    flex: 1;
}

.category-content .content-pane {
    display: none;
    width: 1920px;
    height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category-content .content-pane.active {
    display: block;
}

/* 行业详情区域 - 左右布局 */
.indus-detail {
    width: 1440px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
}

/* 左侧文字区域 */
.indus-text {
    width: 518px;
    flex-shrink: 0;
}

.indus-buttons {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.indus-buttons .btn {
    width: 170px;
    height: 52px;
    padding: 0;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #1366EE;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indus-buttons .btn:hover {
    background: #0d4fb8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(19, 102, 238, 0.3);
}

.indus-buttons .btn:nth-child(2) {
    background: #fff;
    color: #1366EE !important;
    border: 1.5px solid #1366EE;
}

.indus-buttons img {
    width: 30px;
    height: 30px;
}

.indus-title {
    width: 518px;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #231815;
    margin-bottom: 24px;
    line-height: 1.3;
}

.indus-subtitle {
    width: 518px;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}

/* 右侧图片区域 */
.indus-image {
    width: 837px;
    height: 494px;
}

.indus-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;

}

/* 案例卡片 */
.case-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.case-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

/* 案例图片 */
.case-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #1366EE;
}

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

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

.case-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1366EE 0%, #0d4bb5 100%);
}

/* 案例信息 */
.case-info {
    padding: 20px;
}

.case-title {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    line-height: 1.4;
    margin: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.case-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.case-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #1366EE;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.case-link:hover {
    color: #0d4bb5;
    gap: 8px;
}

/* 品牌优势区域 */
.brand-advantage-section {
    width: 1920px;
    height: 958px;
    margin: 0 auto;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
    background-image: url('../../images/brand_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.brand-content-wrapper {
    width: 1440px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    z-index: 1;
}

/* 左侧：4条优势内容垂直排列 */
.brand-left-items {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.brand-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.brand-number {
    width: 60px;
    height: 60px;
    background: #1366EE;
    color: #fff;
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.brand-text {
    flex: 1;
}

.brand-en {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 300;
    font-style: 45 Light;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #999999;
    margin-bottom: 8px;
}

.brand-title {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 500;
    font-style: 65 Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 16px;
}

.brand-desc {
    font-family: 'Alibaba PuHuiTi 3.0', sans-serif;
    font-weight: 400;
    font-style: 55 Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: justify;
    color: #666666;
}

/* 右侧：一张大图 */
.brand-right-image {
    flex: 1;

    height: 680px;
}

.brand-right-image img {
    width: 720px;
    height: 680px;
    border-radius: 12px;
}