        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

     

        /* 幻灯片容器 - 高度完全自适应 */
        .slideshow-container {
            position: relative;
            width: 100%;
          
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        /* 幻灯片项 - 核心优化：所有幻灯片都保留在容器中 */
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0; /* 默认透明 */
            transition: opacity 1s ease-in-out; /* 平滑淡入淡出 */
            z-index: 1; /* 默认层级 */
        }

        /* 激活的幻灯片 - 仅修改透明度和层级 */
        .slide.active {
            opacity: 1; /* 完全不透明 */
            z-index: 2; /* 激活的幻灯片在最上层 */
            position: relative; /* 让容器高度由激活的幻灯片决定 */
        }

        /* 幻灯片图片 - 保证不变形 */
        .slide img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
        }

        /* 幻灯片文本 */
        .slide .text {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 15px;
            background: rgba(0,0,0,0.5);
            color: white;
            font-size: 18px;
            text-align: center;
        }

        /* 切换按钮 */
        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: auto;
            padding: 16px;
            color: white;
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            background-color: rgba(0,0,0,0.2);
            z-index: 10;
        }

        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

        /* 指示器 */
        .dots-container {
            text-align: center;
            padding: 10px;
            position: absolute;
            bottom: 10px;
            width: 100%;
            z-index: 10;
        }

        .dot {
            cursor: pointer;
            height: 15px;
            width: 15px;
            margin: 0 5px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
        }

        .active-dot, .dot:hover {
            background-color: #717171;
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .prev, .next {
                font-size: 14px;
                padding: 10px;
            }
            .slide .text {
                font-size: 14px;
                padding: 10px;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
/* 首页 */

li{list-style:none;}
body .sy_one {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 767px) {
    body .sy_one {
        flex-wrap: wrap;
    }
}

body .sy_one li {
    width: 50%;
    background: url(../images/b_05.png) no-repeat right center;
    text-align: center;
}

    body .sy_one li:last-child {
        background: none;
    }

    body .sy_one li a {
        padding: 50px 0;
        display: block;
        width: 100%;
    }

@media (max-width: 1260px) {
    body .sy_one li {
        background-size: 1px 90px;
    }

        body .sy_one li a {
            padding: 40px 0;
        }
}

@media (max-width: 767px) {
    body .sy_one li {
        background-size: 1px 100%;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: -1px;
    }

        body .sy_one li:nth-child(2n) {
            background: none;
            border-left: 1px solid #CCCCCC;
        }

        body .sy_one li a {
            padding: 15px 0;
        }
}

body .sy_one .img {
    height: 50px;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    body .sy_one .img {
        height: 40px;
    }
}

@media (max-width: 767px) {
    body .sy_one .img {
        height: 30px;
    }
}

body .sy_one p {
    line-height: 64px;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 5px;
    background: url(../images/b_06-1.png) no-repeat bottom center;
    letter-spacing: 2px;
    color: #1d23e9;
}

@media (max-width: 1260px) {
    body .sy_one p {
        font-size: 20px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    body .sy_one p {
        font-size: 16px;
        line-height: 24px;
        background: none;
        padding-bottom: 0;
        padding-top: 6px;
    }
}

body .sy_one li:nth-child(2n) p {
    color: #3F77DE;
}

body .sy_one a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

body .sy_bg1 {
    background: url(../images/b_07.png) no-repeat left top #F7F7F7;
    background-size: 100% 530px;
    padding-top: 100px;
}

@media (max-width: 1260px) {
    body .sy_bg1 {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    body .sy_bg1 {
        padding-top: 30px;
    }
}

body .sy_two {
    width: 100%;
    border-radius: 5px;
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px 60px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1260px) {
    body .sy_two {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    body .sy_two {
        padding: 15px;
        margin-bottom: 20px;
    }
}

body .sy_two .topInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 1260px) {
    body .sy_two .topInfo {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    body .sy_two .topInfo {
        flex-wrap: wrap;
    }
}

body .sy_two .left_info {
    width: 57%;
}

@media (max-width: 767px) {
    body .sy_two .left_info {
        width: 100%;
    }
}

























   /* 独立外层容器，专属类名避免冲突，最大宽度1400 */
        .slide-news-wrap-2026 {
            max-width: 1600px;
            margin: 40px auto;
          
            display: flex;
            gap: 24px;
        }
        /* 左侧轮播区域 宽度50%等分 */
        .slide-left-block-2026 {
            flex: 1;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            background: #000;
        }
        /* 右侧新闻区域 宽度50%等分 */
        .news-right-block-2026 {
            flex: 1;
            background: #ffffff;
            border-radius: 10px;
            padding: 22px;
			padding-top:0
        }
        /* 轮播容器 */
        .slide-image-container-2026 {
            display: flex;
            width: 100%;
            transition: transform 0.5s ease-in-out;
        }
        .slide-item-card-2026 {
            flex-shrink: 0;
            width: 100%;
        }
        .slide-item-card-2026 img {
            width: 100%;
            display: block;
            object-fit: cover;
        }
        /* 轮播箭头按钮 */
        .slide-arrow-btn-2026 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 42px;
            height: 42px;
            background: rgba(0,0,0,0.35);
            color: #fff;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            z-index: 9;
        }
        .slide-prev-2026 { left: 12px; }
        .slide-next-2026 { right: 12px; }
        /* 轮播圆点 */
        .slide-dot-group-2026 {
            position: absolute;
            bottom: 16px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 9;
        }
        .slide-dot-item-2026 {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: rgba(255,255,255,0.45);
            cursor: pointer;
        }
        .slide-dot-item-2026.active {
            background: #fff;
        }
        /* 新闻标题 */
        .news-block-title-2026 {
            font-size: 20px;
            color: #222;
            padding-bottom: 14px;
            border-bottom: 2px solid #1677ff;
            margin-bottom: 18px;
        }
        /* 新闻列表 无缩略图 */
        .news-item-list-2026 li {
            padding: 13px 0;
            border-bottom: 1px solid #eeeeee;
        }
        .news-item-list-2026 li:last-child {
            border-bottom: none;
        }
        .news-link-text-2026 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #333;
            font-size: 15px;
        }
        .news-link-text-2026:hover {
            color: #1677ff;
        }
        .news-time-text-2026 {
            color: #999;
            font-size: 13px;
        }

        /* 移动端768px以下上下排列 */
        @media screen and (max-width: 768px) {
            .slide-news-wrap-2026 {
                flex-direction: column;
                margin: 20px auto;
                gap: 20px;
            }
            .slide-left-block-2026,
            .news-right-block-2026 {
                width: 100%;
            }
            .slide-arrow-btn-2026 {
                width: 34px;
                height: 34px;
                font-size: 16px;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		  .containerAA {
            width: 100%;
           
        }
        .text-content p {
            font-size: 18px;
            line-height: 1.8;
            color: #333;
         
        }
        .blue-text {
            color: #1a34a8;
            font-weight: 600;
        }
        .btn-wrap {
            display: flex;
            gap: 40px;
            margin-top: 40px;
        }
        .btn {
            padding: 16px 60px;
            background-color: #ff7800;
            color: #fff;
            border: none;
            font-size: 22px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: background-color 0.3s ease;
        }
        .btn:hover {
            background-color: #e06a00;
        }
        .btn::after {
            content: "→";
            font-size: 24px;
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
				  
.sy_three .img_list {
    width: 100%;
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

    .sy_three .img_list li {
        width: 33.3333%;
        padding: 10px;
		list-style:none;
    }

    .sy_three .img_list img {
        width: 100%;
    }

    .sy_three .img_list .img1 {
        display: block;
    }

    .sy_three .img_list .img2 {
        display: none;
    }

    .sy_three .img_list li:hover .img1 {
        display: none;
    }

    .sy_three .img_list li:hover .img2 {
        display: block;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
        /* 模块专属命名空间ifex_，仅作用于本模块，不污染全局 */
        .ifex_wrap * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei", sans-serif;
        }
        .ifex_wrap {
            background: #f5f7fa;
            padding: 20px 15px;
        }
        .ifex_container {
            max-width: 1600px;
            margin: 0 auto;
        }
        /* 列表容器替代table */
        .ifex_list_box {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            list-style: none;
        }
        /* 卡片li 桌面端4列均分 */
        .ifex_list_item {
            width: calc(25% - 15px);
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }
        /* 悬浮动画 */
        .ifex_list_item:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 24px rgba(0,0,0,0.15);
        }
        .ifex_img_block {
            width: 100%;
            display: block;
        }
        .ifex_title_box {
            text-align: center;
            padding: 16px 10px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        /* 标题hover动效 */
        .ifex_list_item:hover .ifex_title_box {
            font-size: 22px;
            letter-spacing: 1px;
        }
        /* 标题三色样式 */
        .ifex_title_purple {
            background: #9955cc;
        }
        .ifex_list_item:hover .ifex_title_purple {
            background: #8040bb;
        }
        .ifex_title_blue {
            background: #4477ee;
        }
        .ifex_list_item:hover .ifex_title_blue {
            background: #3060dd;
        }
        .ifex_title_lightpurple {
            background: #b078d8;
        }
        .ifex_list_item:hover .ifex_title_lightpurple {
            background: #9e66c7;
        }

        /* 平板适配 1024px以下 */
        @media screen and (max-width: 1024px) {
            .ifex_list_box {
                gap: 15px;
            }
            .ifex_title_box {
                font-size: 18px;
                padding: 12px 8px;
            }
            .ifex_list_item:hover .ifex_title_box {
                font-size: 19px;
            }
        }

        /* 手机端 768px以下：单列100%宽度 */
        @media screen and (max-width: 768px) {
            .ifex_list_item {
                width: 100%;
            }
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
      
        /* 主标题样式：蓝色背景 白色字体 */
        .schedule-title {
		
            max-width: 1600px;
            margin: 20px auto 10px auto;
            padding: 12px 10px;
            background-color: #003366;
            color: #ffffff;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            border-radius: 4px;
        }
        /* 整体容器：最大宽度1200px 居中适配 */
        .exhibition-schedule {
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 10px; /* 左右内边距收窄 */
            width: 100%;
        }
        /* 左右两栏核心容器 */
        .schedule-container {
            display: flex;
            gap: 12px; /* 两栏间距从24px收窄到12px */
            width: 100%;
        }
		
		.event-list li{font-size:16px;}
        /* 单日日程栏：平分宽度 */
        .schedule-day {
            flex: 1;
            border: 1px solid #dddddd;
            border-radius: 4px;
            overflow: hidden;
        }
        /* 日期表头：还原原表格视觉风格，间距收窄 */
        .day-header {
            background-color: #f9f9f9;
            font-weight: bold;
            color: #003366;
            text-align: center;
            padding: 12px 8px; /* 上下内边距从16px收窄到12px */
            border-bottom: 1px solid #dddddd;
			
			font-size:18px;
        }
        /* 活动列表样式 */
        .event-list {
            list-style: none;
        }
        .event-list li {
            padding: 8px 10px; /* 单条活动上下内边距从12px收窄到8px */
            border-bottom: 1px solid #dddddd;
            text-align: left;
            vertical-align: middle;
        }
        /* 最后一项取消下边框 */
        .event-list li:last-child {
            border-bottom: none;
        }
        /* 手机端响应式：屏幕宽度小768px时上下堆叠 */
        @media (max-width: 768px) {
            .schedule-container {
                flex-direction: column;
                gap: 10px; /* 手机端上下间距进一步收窄 */
            }
            .exhibition-schedule {
                padding: 0 8px;
            }
            body {
                padding: 8px 0;
            }
            .schedule-title {
                font-size: 16px;
                padding: 10px 8px;
            }
        }