


/* 头部大小 */
.headbar {
    width: 1280px;
    margin: 0 auto;
}
.headbar .login {
    line-height: 53.2px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.rightfix {
    float: right;
}

.leftfix {
    float: left;
}
/* 缩短input输入框 */
.headbar input{
    width: 80px;
}
/* 分割线 */
.xuxian{
    border-bottom: 2px dashed #cfcfcf; /* 长虚线分隔 */
    width:100%;
    margin:0 auto;
    /* padding-top:10px; */
}
/* 第二部分：蓝色导航栏开始 */
.main-pic{
    width:1280px;
    margin: 0 auto;
    padding-top: 10px;
}
.main-pic img{
    width:1280px;
    height:300px;
    margin: 0 auto;
    text-align:center;
}
.nav-bg-red{
    background-color:#1851c3;
    width: 100%;
    height: 80px;
}
.nav-2 li{
    float: left;
}
.nav-2 li a{
    color: white;
}
.nav-bg-red .nav-2{
    /* background-color: #cfcfcf; */
    width: 1280px;
    margin: 0 auto;
    line-height: 80px;
    font-size: 20px;
}
/* 让 a 占满 li 区域，li 悬停时改变背景并应用 a 的悬停样式 */
.nav-2 li a{
    display: block;
    height: 80px; /* 与 .nav-bg-red 高度一致，实现垂直居中*/
    line-height: 80px;
    padding: 0 40px; /* 可将原来 li 的内边距移动到这里（可选） */
}
.nav-2 li:hover{
    background-color: rgba(0,0,0,0.12); /* 悬停背景色 */
}
/* 第二部分：蓝色导航栏end */
/* 第三部分：内容区域开始 */
.content-1{
    width:1280px;
    height: 400px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    /* background-color: #5e5f60; */
}
.content-1 .left{
    width: 625px;
    height: 400px;
    background-color: #2c92f8;
}
.content-1 .right{
    width: 625px;
    height: 400px;
    /* background-color: #f39c12; */
}
.content-1 .right .box span{
    font-size: 20px;
}
.content-1 .right .box a{
    float:right;
    color: white;
}
.content-1 .box{
    border-bottom: 2px solid #1851c3;
    margin-top: 20px;
}

/* 新闻列表样式：去掉默认列表样式，使用虚线分隔每个条目 */
.news_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: 1px dotted rgba(255,255,255,0.25);
    border-bottom: 1px dotted rgba(255,255,255,0.25);
}
.news_list ul li .title{
    flex: 1 1 auto;
    min-width: 0; 
    margin-right: 12px;
    overflow: hidden;
}
.news_list ul li .title a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* color: #010101; */
    text-decoration: none;
}
.news_list ul li .date{
    color: #242424;
    opacity: 0.9;
    font-size: 13px;
    white-space: nowrap;
}
.news_list ul li a:hover{
    color: #1851c3;
}
.pic{
    width:1280px;
    margin: 0 auto;
    padding-top: 20px;
}
.pic img{
    width:1280px;
    height: 120px;
    margin: 0 auto;
    padding-top: 20px;
}
/* 第四个内容start */
.content-2{
    width:1280px;
    height: 300px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
}
.content-2 .left-content{
    width: 625px;
    height: 300px;
    /* background-color: #dedede; */
}
.left-content .pho_info{
    border-bottom: 2px dotted #ccc;
}
.content-2 .left-content .litle-box{
    border-bottom: 2px solid #1851c3;
}
.content-2 .left-content .litle-box a{
    color: rgb(0, 0, 0);
}
.content-2 .left-content .litle-box span{
    font-size: 20px;
}
.content-2 .left-content .litle-box a:hover{
    color: rgb(98, 103, 244);
}
.content-2 .left-content .litle-box .more1{
    float: right;
    color: rgb(104, 6, 6);
}
.content-2 .right-content{
    width: 625px;
    height: 300px;
    margin-left: auto;
    /* background-color: #e4e4e4; */
}
.pho_info{
    width: 625px;
    height: 126px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.pho_info .pho_info_left img{
    width: 100px;
    height: 100px;
    line-height: 110px;
    margin: 0 auto;
}
.pho_info .pho_info_left{
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;      /* 垂直居中 */
    justify-content: center;  /* 水平居中 */
    border: 1px solid #ccc;
}
.pho_info_left a {
  display: flex;            /* 让a标签也使用flex */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pho_info .pho_info_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    color: #464646;
}
/* .pho_info .pho_info_right b{
    font-size: 18px;
} */
.pho_info .pho_info_right a{
    color: #376fe7;
    /* text-decoration: none; */
    font-weight: bold;
}
.pho_info .pho_info_right a:hover{
    color:#21ba52;
    /* text-decoration: none; */
    font-weight: bold;
}
.right-content .more1{
    float: right;
    color: rgb(104, 6, 6);
}
.right-content .more1:hover{
    float: right;
    color: #6267f4;
}
.litle-box{
    border-bottom: 2px solid #1851c3;
}
.litle-box span{
    font-size: 20px;
}
.litle-box span a{
    /* color: #010101; */
}
.litle-box span a:hover{
    color: #6267f4;
}
.show_pic ul{
    margin:0;
    padding:0;
    list-style:none;
}
.show_pic .rightfix{
    float: left;
    width: 150px; /* 与图片宽度一致，便于居中 */
    text-align: center; /* 使 li 中的文字居中 */
    margin: 0 29.1px;
    padding: 0;
    padding-top: 10px;
}
.show_pic .rightfix li{
    display: block;
    width: 100%;
    margin: 0;
}

.news_list1{
    padding-top: 20px;
}
.news_list1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_list1 ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dotted #ccc; /* 灰色虚线（仅上方） */
}
.news_list1 ul li .title{
    flex: 1 1 auto;
    min-width: 0; 
    margin-right: 12px;
    overflow: hidden;
}
.news_list1 ul li {
    padding-top: 3px; ;
}
.news_list1 ul li .title a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* color: #010101; */
    text-decoration: none;
}
.news_list1 ul li .date{
    color: #242424;
    opacity: 0.9;
    font-size: 13px;
    white-space: nowrap;
}
.news_list1 ul li a:hover{
    color: #1851c3;
}
.news_list1 span{
    color: #ccc;
}
/* 第四个内容end */
/* 快速通道start */
.sp{
    width: 1280px;
    margin: 0 auto;
}
.sp_title{
    width: 100px;
    border-bottom: 3px solid #007bff;
    font-size: 22px;
}
.sp_line{
    border-bottom: 2px solid #007bff; /* 长虚线分隔 */
    width:100%;
    margin:0 auto;
}
.sp_box{
    width: 1280px;
    display: flex;
    gap: 2px;
}
.cites{
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, Helvetica,"宋体", sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}
.sp_box{
    padding-top: 10px;
}
.cities table.tab1 tr td.a3 {
    background-color:#2e65dc;
    height:95px;
}
.cities table.tab1 tr td.a2 {
    background-color:#3b85d8;
    height:190px;
}
.cities table.tab1 tr td.a1 {
    background-color:#5497e4;
    height:95px;
}
.cities table.tab1 tr td{
    text-align:center;
}
.cities table.tab2 tr td{ 
    text-align:center;
}
.cities table tr td a{ 
    text-decoration:none; 
    color:#FFF; 
    text-align:center; 
    font-size:24px;
    display:block; /* 让 a 占满单元格区域，便于 td:hover 生效 */
    transition: font-size .18s ease, color .18s ease; /* 平滑过渡 */
}

/* 鼠标进入 td 放大其中的文字 */
.cities table tr td:hover a{
    font-size:38px;
    color: rgb(112, 234, 153);
    text-decoration: none;
}
.cities table.tab2 tr td.a4 {
    background-color:#589aea;
    height:95px;
}
.cities table.tab2 tr td.a3 {
    background-color:#5eb4ea;
    height:95px;
}
.cities table.tab2 tr td.a2 {
    background-color:#588bf3;
    height:190px;
}
.cities table.tab2 tr td.a1 {
    background-color:#8896f1;
    height:190px;
}
/* 快速通道end */
/* 页脚start */
.foot_box {
    padding: 24px 0; /* 增高背景以包裹内容 */
    background-color: #717171; /* 改为黑色背景 */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.foot_info{
    width: 1280px;
    margin: 0 auto;
    display: flex; /* 使用 flex 布局让 ul 居中并撑开 */
    justify-content: center;
    gap: 48px; /* 列间距，可按需调整 */
    align-items: flex-start;
    flex-wrap: wrap;
}
.foot_info ul {
    float: none; /* 取消浮动，交由 flex 布局 */
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_info ul li {
    padding: 6px 0; /* 让 li 有高度，内容可撑起来 */
    text-align: center; /* 列内文字居中 */
}
.foot_info ul li a:link,
.foot_info ul li a:visited {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block; /* 使 a 占满 li，方便点击并撑开高度 */
    padding: 4px 8px;
}
.foot_info ul li a:hover{
    color: #FFF;
    text-decoration: underline;
}
.copyright { 
    padding:10px; 
    text-align:center; 
    color:#0022ff;
}
/* 页脚end */
/* ========================================================== */
/* GalleryView 样式覆写 - 缩略图悬浮底部方案 */
/* ========================================================== */

/* 1. 确保主容器尺寸固定，并作为定位参考系 */
#photos.galleryview {
    width: 625px !important;
    height: 400px !important;
    position: relative !important;
    overflow: hidden !important; /* 保证缩略图不会溢出到蓝色区域外 */
    background-color: #000;      /* 图片加载前的背景色 */
}

/* 2. 主图片面板 - 占满容器 */
#photos.galleryview .panel {
    width: 625px !important;
    height: 400px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
}

#photos.galleryview .panel img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* 3. 缩略图包裹层 (Strip Wrapper) - 核心修改：悬浮在底部 */
/* 这里的样式强制将缩略图栏定位到图片区域的下方内部 */
.galleryview .strip_wrapper {
    position: absolute !important;
    top: auto !important;          /* 覆盖插件默认计算的 top */
    bottom: 10px !important;       /* 距离底部 10px */
    left: 50% !important;          /* 水平定位到中间 */
    transform: translateX(-50%) !important; /* 修正居中偏移 */
    width: 580px !important;       /* 限制宽度，确保显示约6张图 */
    height: 66px !important;       /* 高度 = 图片高(60)+边框/内边距 */
    background: rgba(0, 0, 0, 0.5);/* 半透明黑色背景，让缩略图看清 */
    padding: 3px 0 !important;     /* 上下内边距 */
    border-radius: 30px;           /* 圆角设计，更现代 */
    z-index: 1000 !important;      /* 层级高于主图 */
    overflow: hidden !important;   /* 隐藏左右超出的缩略图，实现滑动窗口 */
    border: none !important;
}

/* 4. 缩略图列表 (UL) - 必须绝对定位，插件通过改变 left 值实现滑动 */
.galleryview .filmstrip {
    position: absolute !important;
    top: 3px !important;          /* 对应 wrapper 的 padding */
    margin: 0 !important;
    height: 60px !important;
    z-index: 1001;
    /* 注意：不要写 left: 0 !important，否则会锁死导致无法滑动 */
}

/* 5. 单个缩略图 (LI) */
.galleryview .filmstrip li {
    float: left;
    margin-right: 10px;           /* 图片间距 */
    cursor: pointer;
}

.galleryview .filmstrip li img {
    width: 90px !important;
    height: 60px !important;
    border: 2px solid transparent; /* 默认边框透明 */
    box-sizing: border-box;
    opacity: 0.6;                 /* 默认半透明 */
    transition: all 0.3s;
}

/* 当前选中的缩略图高亮 */
.galleryview .filmstrip li.current img,
.galleryview .filmstrip li:hover img {
    border-color: #fff;           /* 选中时白色边框 */
    opacity: 1;                   /* 选中时完全不透明 */
}

/* 6. 调整文字介绍 (Overlay) - 移到顶部 */
/* 因为缩略图占用了底部，我们将文字介绍移到顶部，避免重叠 */
.galleryview .panel-overlay {
    position: absolute !important;
    top: 0 !important;            /* 固定在顶部 */
    bottom: auto !important;      /* 取消底部定位 */
    left: 0 !important;
    width: 100% !important;
    padding: 10px !important;
    background-color: rgba(0, 0, 0, 0.7) !important; /* 加深背景色 */
    color: white;
    z-index: 900;
}

.galleryview .panel-overlay h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.galleryview .panel-overlay p a {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
}