* {
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: auto;
    /* 保留点击，不想保留就设none */
}

mobile_login_container {
    display: none;
}

ul li {
    list-style: none;
}

html {
    overflow-x: hidden;
    min-height: 100%;
}

img {
    /* 核心：webkit 内核禁止图片拖动 */
    -webkit-user-drag: none;

    user-select: none;
    -webkit-touch-callout: none;
}

body {
    width: 100%;
    min-height: 100%;
    background: rgba(245, 252, 255, 0.96);
}
.noHoursWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
    background-color: rgb(0, 0, 0, 0.8);
    display: none;
}

.noHoursBox {
    width: 9rem;
    height: 4.5rem;
    font-size: .12rem;
    padding: 0.18rem;
    border-radius: 10px;
    line-height: 36px;
    /* margin-top: -165px; */
    /* margin-left: -437px; */
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/hoursImg.png) no-repeat center / 110%;
    transform: translate(-50%, -50%);
}

.noHours {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
}

.HoursX {
    width: 70px;
    height: 70px;
    background: url(../images/Xx.png) no-repeat center / .5rem;
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    z-index: 99;
}

.HoursLogo {
    width: 100%;
    height: 100%;
    position: absolute;
}

.HoursContent h1 {
    font-size: 20px;
    text-align: justify;
}

.HoursContent {
    position: absolute;
    padding: 150px 25px 0 330px;
}

.HoursH1 {
    position: absolute;
    padding-top: 40px;
    padding-left: 50px;
    font-size: 36px;
    color: red;
}

.HoursContent h1:nth-child(1) {
    display: none;
}

.HoursContent h1:nth-child(3) {
    padding-top: 0px;
}
::-ms-clear,
 ::-ms-reveal {
    display: none !important;
}
#fullpage {
    height: 100%;
}

.fp-overflow {
    overflow: hidden !important;
}

.fp-watermark {
    display: none;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: rgba(245, 252, 255, 0.96);
    height: 1rem;
    text-align: center;
}

#mobileHead {
    display: none;
}

header .header_wrap {
    display: flex;
    padding: 0rem 0.6rem;
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    width: 19.2rem;
    margin: 0 auto;
    flex-wrap: nowrap;
}

header .header_wrap .header_left {
    width: 4.42rem;
    height: 0.61rem;
    display: block;
}

header .header_wrap .header_left img {
    width: 4.42rem;
    height: 0.61rem;
}

header .header_wrap .header_left img:hover {
    transform: scale(1.02);
}

header .header_wrap .header_right {
    flex: 1;
    /* 关键：占据Logo之外的所有剩余空间 */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* 关键：让导航和工具区靠最右边排列 */
    gap: 0.8rem;
}

header .header_wrap .menu_wrap {
    display: flex;
    padding-top: 0.35rem;
}

header .header_wrap .menu_wrap ul {
    display: flex;
    /* 关键：菜单横向排列 */
    align-items: center;
    gap: 0.4rem;
    /* 导航项之间的间距，可按需调整 */
}

header .header_wrap .menu_wrap .menu_title>a {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.2rem;
    white-space: nowrap;
    padding: 0 0.1rem;
    transition: transform 0.1s, color 0.1s;
position:relative;
}

header .header_wrap .menu_wrap .menu_title>a:hover {
    transform: scale(1.02);
    color: rgba(0, 84, 166, 1);
}
header .header_wrap .menu_wrap .active a{
    color: rgba(0, 84, 166, 1);
    font-weight:bold;
}
header .header_wrap .menu_wrap .active a:after{
        content: '';
    position: absolute;
    bottom: -0.18rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0.04rem;
    background-color: rgba(47, 111, 179, 1);
}
.header_tools {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    white-space: nowrap;
}

.header_tools .tool_row {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    width: 2.76rem;
    justify-content: center;
}

.header_tools .tool_icon img {
    display: block;
}

.login img {
    width: 1.26rem;
    height: 0.45rem;
}

.login img:hover {
    transform: scale(1.04);
}

.search img {
    width: 0.45rem;
    height: 0.45rem;
}

.app img {
    width: 0.45rem;
    height: 0.45rem;
}

.search img:hover {
    transform: scale(1.04);
}

.app img:hover {
    transform: scale(1.04);
}

.hotline img {
    width: 2.24rem;
    height: auto;
}

.index_section {
    width: 19.2rem;
    margin: 0 auto;
    overflow: hidden;
    height: 100vh;
}

#indexSwiper {
    position: relative !important;
    overflow: hidden;
    height: 100% !important;
}

.section .swiper-container .swiper-wrapper {
    height: 100% !important;
}

.section .swiper-container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

/* 轮播图片：铺满容器，等比例裁剪，居中不变形 + 呼吸动效 */
.section .swiper-container .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

.section .swiper-container .swiper-slide p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
    /* 文字宽度自适应，最大宽度80%，不超出屏幕 */
    width: auto;
    max-width: 80%;
    text-align: center;
}

/* 文字内部图片：等比例缩放 */
.section .swiper-container .swiper-slide p img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 覆盖默认分页器圆点 */
.section .swiper-container .swiper-pagination-bullet {
    width: 0.5rem !important;
    /* 改成长条宽度 */
    height: 0.08rem !important;
    /* 改成矩形高度 */
    border-radius: 0px !important;
    /* 圆角，0px就是直角 */
    background: #ccc !important;
    opacity: 1 !important;
    /* 取消默认半透明 */
}

/* 激活状态的分页器（可选，可做成「变长」效果） */
.section .swiper-container .swiper-pagination-bullet-active {
    width: 0.5rem !important;
    /* 激活状态可以更长一点 */
    background-color: rgba(255, 255, 255, 1) !important;
}

/* 第二部分 */
/* 业务中心整体适配 */
#section2 {
    background: url("../picture/yewubg.png") no-repeat center center/cover;
}

/* 2. 让section内容垂直居中，适配fullpage全屏 */
.yewuContent {
    width: 100%;
    display: flex;
    padding: 0.88rem 0.5rem 1.45rem;
    box-sizing: border-box;
}

.yewu_wrap {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
}

/* 头部标题+查看更多 */
.section_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.6rem 0;
}

.section_header .header_title h2 {
    font-size: 0.36rem;
    color: rgba(26, 42, 58, 1);
    font-weight: 700;
    margin-bottom: 0.08rem;
}

.section_header .header_title p {
    font-size: 0.26rem;
    color: rgba(233, 233, 233, 1);
    font-weight: 900;
}

/* 卡片容器（不变） */
.yewu_card_list {
    display: flex;
    gap: 0.26rem;
    padding-bottom: 0.1rem;
    overflow: hidden;
}

.yewu_card_list::-webkit-scrollbar {
    height: 0.04rem;
}

.yewu_card_list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 0.02rem;
}

/* 单个业务卡片：去掉原来的CSS渐变，调整层级 */
.yewu_card {
    flex: 0 0 3.4rem;
    /* 核心：PC端固定REM宽度，不用百分比 */
    aspect-ratio: 3/5;
    /* 核心：等比例（和你原卡片视觉比例一致） */
    border-radius: 0.12rem;
    overflow: hidden;
    position: relative;
    color: #fff;
}

/* 背景图/蒙层：铺满等比例容器 */
.card_bg,
.card_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card_bg img,
.card_mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 图片不变形 */
}

/* 文字内容适配等比例容器 */
.card_content {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    z-index: 3;
}

.card_content h3 {
    font-size: 0.3rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    text-align: center;
}

.card_content ul {
    list-style: none;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card_content ul li {
    font-size: 0.20rem;
    height: 0.58rem;
    width: 2.26rem;
    position: relative;
    margin-bottom: 0.12rem;
    background: url(../images/card-list-bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    opacity: 0.85;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.card_content ul li a {
    color: #fff;
}

.card_content ul li:hover {
    opacity: 1;
    transform: scale(1.04);
    cursor: pointer;
}

.card_content ul li span {
    left: 0;
    color: #fff;
    font-size: 0.2rem;
    padding-right: 0.08rem;
}

/* 第三部分 */
/* 资讯中心整体适配 */
#section3 {
    background: #fff;
}

.newsContent {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.88rem 0.6rem 0;
    box-sizing: border-box;
}

.news_wrap {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
}

/* 头部标题+导航标签+查看更多 */
.news_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.6rem 0;
}

.news_header .header_title h2 {
    font-size: 0.36rem;
    color: rgba(26, 42, 58, 1);
    font-weight: 700;
    margin-bottom: 0.08rem;
}

.news_header .header_title p {
    font-size: 0.26rem;
    color: rgba(233, 233, 233, 1);
    font-weight: 900;
}

/* 导航标签和查看更多 */
.news_nav_and_more {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* 导航标签 */
.news_nav {
    display: flex;
    align-items: center;
}

.news_nav_item {
    font-size: 0.24rem;
    color: #666;
    margin-right: 0.6rem;
    padding: 0.1rem 0 0.1rem 0.3rem;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

.news_nav_item:hover {
    color: rgba(0, 84, 166, 1);
    transform: translateY(-0.02rem);
}

.news_nav_item:hover::before {
    background: rgba(0, 84, 166, 1);
}

.news_nav_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.03rem;
    height: 0.08rem;
    background: rgba(128, 128, 128, 1);
}

.news_nav_item:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.03rem;
    height: 0.08rem;
    background: rgba(128, 128, 128, 1);
}

.news_nav_item.active {
    color: rgba(0, 84, 166, 1);
    font-weight: 500;
}

.news_nav_item.active::before {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border: 0.02rem solid #ff0000;
    /* 边框=空心圈 */
    border-radius: 50%;
    background: none;
}


/* 资讯内容 */
.news_content {
    display: flex;
    gap: 0.58rem;
    align-items: flex-start;
}

/* 标签页内容 */
.news_tab_content {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    width: 100%;
}

/* 左侧大图新闻 - 等比例缩放 无固定高度 */
.news_main {
    width: 8.54rem;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
}

.news_main_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.news_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.news_main_img a,
.news_item_img a {
    cursor: pointer;
}

.news_main_img:hover,
.news_item_img:hover {
    transform: scale(1.02);
}

.news_main_info {
    border-radius: 0.2rem;
    border: 1px solid rgba(232, 238, 248, 1);
    background-color: #fff;
    position: relative;
    top: -1.3rem;
    padding: 0.3rem 0.41rem 0.3rem 0.27rem;
    /* 核心：开启盒模型，保证内边距生效 */
    box-sizing: border-box;
    /* 去掉冲突的宽高比，让间距正常渲染 */
    aspect-ratio: unset;
    height: auto;
}

.news_main_info h3 {
    margin-bottom: 0.08rem;
    line-height: 2;
    padding-top: 1.3rem;
}

.news_main_info h3 a,
.news_item_info h4 a {
    font-weight: 700;
    font-size: 0.2rem;
    color: #1a2a3a;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.news_main_info h3 a:hover,
.news_item_info h4 a:hover {
    color: rgba(0, 84, 166, 1);
    transform: translateX(0.01rem);
}

.news_main_info p {
    font-size: 0.16rem;
    color: rgba(97, 125, 155, 1);
    line-height: 1.5;
    margin-bottom: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.news_date {
    font-size: 0.16rem;
    color: rgba(142, 165, 190, 1);
    font-weight: 500;
}

/* 右侧新闻列表 */
.news_list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex-shrink: 0;
}

.news_item {
    display: flex;
    gap: 0.38rem;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    flex-shrink: 0;
    width: 8.84rem;
    aspect-ratio: 4.5/1;
    border: 1px solid rgba(232, 238, 248, 1);
}

.news_item_img {
    flex: 0 0 2.8rem;
    overflow: hidden;
    border-radius: 0.2rem;
    transition: transform 0.3s ease;
}

.news_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_item_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.3rem 0.3rem 0.2rem 0;
}

.news_item_info h4 {
    margin-bottom: 0.1rem;
    line-height: 1.4;
    overflow: hidden;
}

.news_item_info h4 a {
    font-size: 0.2rem;
    font-weight: 700;
    color: rgba(26, 42, 58, 1);
    text-decoration: none;
}

.news_item_info p {
    font-size: 0.16rem;
    color: rgba(97, 125, 155, 1);
    line-height: 1.4;
    margin-bottom: 0.1rem;
    overflow: hidden;
}


.view_more_btn {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.1rem 0.2rem;
    transition: all 0.1s linear;
    cursor: pointer;
}

.view_more_btn:hover {
    transform: scale(1.02);
}

.view_more {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    font-size: 0.16rem;
    color: rgba(132, 133, 133, 1);
    transition: all 0.1s linear;
}

.view_more img {
    width: 0.2rem;
    height: auto;
    object-fit: contain;
}

.view_more:hover {
    transform: scale(1.02);
}



/* 第四部分 */
/* 合作伙伴整体适配 */
#section4 {
    background: url("../picture/hzhbbg.png") no-repeat center center;
    background-size: cover;
}

.partnerContent {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0.8rem 0 0 0;
}

.partner_wrap {
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
}

.partner_top {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    height: 7rem;
    align-items: center;
}

.partner_bar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    height: 2.12rem;
    padding: 0 0.6rem;
    width: 100%;
    max-width: 19.2rem;
    /* 限制最大宽度=1920px */
    margin: 0 auto;
    /* 自动居中，和顶部标题对齐 */
    box-sizing: border-box;
}

.partner_left_block {
    flex: 0 0 auto;
}

.partner_left_block .header_title h2 {
    font-size: 0.36rem;
    color: rgba(26, 42, 58, 1);
    font-weight: 700;
    margin-bottom: 0.08rem;
}

.partner_left_block .header_title p {
    font-size: 0.26rem;
    color: rgba(233, 233, 233, 1);
    font-weight: 900;
}

.partner_center_block {
    flex: 1;
    display: flex;
    height: 100%;
}

.transparent_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
    width: 100%;
    height: 100%;
}

.text_image {
    object-fit: contain;
    width: 6rem;
}

.transparent_text .text_image:nth-child(2) {
    align-self: flex-end;
}

.partner_right_block {
    flex: 0 0 auto;
    max-width: 6.4rem;
}

.partner_desc {
    font-size: 0.18rem;
    color: rgba(97, 125, 155, 1);
    line-height: 1.5;
}

.partner_scroll {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    padding: 0.12rem 0;
    gap: 0.12rem;
}


.partner_row {
    display: inline-flex;
    gap: 0.12rem;
    will-change: transform;
}

.partner_item {
    flex: 0 0 2.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner_item:hover {
    transform: scale(1.05);
}

.partner_item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 反腐倡廉 */
.footer_anti {
    padding: 0.67rem;
    background: url(../picture/ffclbg.png);
    border-radius: 0.12rem;
    display: grid;
    justify-content: space-around;
}

.footer_anti .anti_header {
    margin-bottom: 0.4rem;
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
}

.footer_anti .anti_title {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding-bottom: 0.2rem;
}

.footer_anti .anti_title img {
    width: 0.24rem;
    height: 0.24rem;
}

.footer_anti .anti_title span {
    font-size: 0.24rem;
    color: #1a2a3a;
    font-weight: 700;
}

.footer_anti .anti_content {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    width: 19.2rem;
}

.footer_anti .anti_left {
    flex: 0 0 3.07rem;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.footer_anti .anti_link {
    font-size: 0.2rem;
    color: rgba(153, 153, 153, 1);
    text-decoration: none;
    padding: 0.08rem 0.13rem;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 0.08rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
}

.footer_anti .anti_link:hover {
    transform: scale(1.02);
}

.footer_anti .anti_link .link_icon {
    width: 0.18rem;
    height: 0.18rem;
    opacity: 0.6;
}

.footer_anti .anti_right {
    flex: 1;
    display: flex;
    gap: 0.51rem;
}

.footer_anti .anti_box {
    width: 4.19rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.24rem 0.38rem 0.24rem;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.footer_anti .anti_box:hover {
    transform: scale(1.02);
}

.footer_anti .anti_box_first {
    width: 5.03rem;
}

.footer_anti .anti_box h4 {
    font-size: 0.18rem;
    color: rgba(137, 145, 153, 1);
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.footer_anti .anti_box_first h4 {
    font-size: 0.18rem;
    color: #1a2a3a;
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.footer_anti .icon_bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    flex-shrink: 0;
}

.footer_anti .icon_bg img {
    width: 0.36rem;
    height: 0.36rem;
}

.footer_anti .icon_bg_red {
    background: linear-gradient(135deg, rgba(213, 26, 73, 1), rgba(239, 73, 115, 1));
}

.footer_anti .icon_bg_blue {
    background: linear-gradient(135deg, rgba(30, 136, 229, 1), rgba(13, 71, 161, 1));
}

.footer_anti .icon_bg_gray {
    background: linear-gradient(135deg, rgba(124, 149, 175, 1), rgba(159, 183, 208, 1));
}

.footer_anti .anti_box p {
    font-size: 0.22rem;
    color: rgba(46, 69, 90, 1);
    line-height: 1.4;
    font-weight: 700;
}

.footer_anti .anti_box_first p {
    font-size: 0.14rem;
    color: rgba(153, 153, 153, 1);
    line-height: 1.4;
    font-weight: 400;
}

.footer_anti .anti_box p:last-child {
    margin-bottom: 0;
}

/* 底部 */
.footer_wrap {
    width: 19.2rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer_content {
    background: rgba(0, 26, 51, 1);
    padding: 0.6rem 0.6rem;
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 19.2rem;
}

.footer_logo {
    flex-shrink: 0;
}

.footer_logo img {
    width: 3rem;
    height: auto;
}

.footer_left {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
    padding: 0 0.8rem;
}


.footer_nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.footer_nav a {
    font-size: 0.18rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.1s;
}

.footer_nav a:hover {
    color: #ccc;
}

.nav_sep {
    color: #ccc;
    margin: 0 0.15rem;
    font-size: 0.14rem;
}

.footer_qrcode {
    text-align: center;
    flex-shrink: 0;
}

.footer_qrcode img {
    width: 0.9rem;
    height: 0.9rem;
    margin-bottom: 0.08rem;
}

.footer_qrcode p {
    font-size: 0.12rem;
    color: #fff;
}


.footer_copyright {
    padding-top: 0.15rem;
}

.footer_copyright p {
    font-size: 0.16rem;
    color: #fff;
    text-align: left;
    line-height: 1.8;
}

/* 回到顶部按钮 */
.page-up {
    position: fixed;
    right: 0.3rem;
    bottom: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #0054a6;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 50%;
    font-size: 0.24rem;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.page-up:hover {
    transform: scale(1.02);
}



.page-up.show {
    opacity: 1;
    visibility: visible;
}

/* 移动端适配 */

@media screen and (max-width:1600px) {
    .newsContent {
        padding: 0.44rem 0.6rem 0.2rem;
    }
}

@media screen and (min-width:1921px) {
    .partner_wrap {
        max-width: 100%;
    }

    .partner_top {
        height: 7.76rem;
    }

    .footer_wrap {
        width: 100%;
    }

    .fp-table {
        justify-content: flex-end !important;
    }
}

/* 登录板块样式 */
.login_section {
    padding: 0.1rem 0;
    border-bottom: 1px solid #e5e5e5;
    max-width: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.login_container {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 0.22rem;
    font-size: 0.22rem;
position: relative;
}

.login_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    background: linear-gradient(to bottom, rgba(230, 241, 250, 1), rgba(232, 244, 253, 1));
}

.login_main {
    flex: 1;
    flex-direction: row;
    padding: 0;
    align-items: stretch;
}

.login_main .login_logo {
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 0.05rem;
    padding-right: 0.32rem;
}

.login_main .login_logo::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.06rem;
    /* 和原border高度一致 */
    background-color: rgba(47, 111, 179, 1);
    clip-path: polygon(0 0, calc(100% - 0.1rem) 0, 100% 100%, 0 100%);
}

.login_main .login_logo img {
    width: auto;
    height: auto;
}

.login_form_block {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.login_form_block::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0.06rem;
    /* 和原border高度一致 */
    background-color: rgba(213, 26, 73, 1);
    /* 裁剪出和左侧完全对齐的斜角，0.2rem和上面保持一致 */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0.1rem 100%);
}

.login_form_block h3 {
    font-size: 0.22rem;
    color: rgba(34, 68, 104, 1);
    font-weight: 600;
    margin-right: 0.45rem;
}

.form_inputs {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.input_group {
    position: relative;
    display: flex;
    align-items: center;
    width: 2.2rem;
    height: 0.5rem;
}

.input_icon {
    position: absolute;
    left: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

.input_group input {
    padding: 0.15rem 0 0.15rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 0.02rem;
    font-size: 0.18rem;
    width: 2.2rem;
    color: rgba(155, 157, 163, 1);
}

.yzm {
    width: 3rem;
    display: flex;
}

.yzm input {
    flex: 1;

}

.captcha_img {
    position: absolute;
    right: 0.12rem;
    /* 距离容器右侧的距离，微调贴边 */
    top: 50%;
    transform: translateY(-50%);
    /* 垂直居中 */
    height: calc(100% - 0.2rem);
    /* 高度适配容器，上下留0.05rem边距 */
    width: auto;
    overflow: hidden;
    /* 防止图片超出容器 */
    background: #fff;
    /* 背景和输入框一致，避免透明缝隙 */
}

.captcha_img #canvas {
 
    margin-top: -6px;
}

.login_actions {
    display: flex;
    align-items: center;
    gap: 0.16rem;
    flex: 1;
    justify-content: space-evenly;
}

.login_btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.login_btn:hover {
    transform: scale(1.02);
}

.login_btn img {
    width: 1.25rem;
    height: 0.5rem;
}

.action_buttons {
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
}

.action_buttons a {
    font-size: 0.16rem;
    color: rgb(0 35 255);
    text-decoration: none;
}

.action_buttons a:hover {
    transform: translateY(-0.01rem);
}

.login_djrx {
    cursor: pointer;
    position: relative;
    width: 1.4rem;
    transition: all 0.3s ease;
}

.login_djrx::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.06rem;
    background-color: rgba(47, 111, 179, 1);
}

.login_djtx {
    cursor: pointer;
    position: relative;
    width: 2rem;
    transition: all 0.3s ease;
padding:0.1rem;
}

.login_djtx::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.06rem;
    background-color: rgba(213, 26, 73, 1);
}

.login_djrx:hover {
    transform: scale(1.02);
    z-index: 10;
}

.login_djtx:hover {
    transform: scale(1.02);
    z-index: 10;
}

.login_djrx img,
.login_djtx img {
    width: 0.4rem;
    height: auto;
}

.login_djrx p,
.login_djtx p {
    font-size: 0.18rem;
    color: #666;
    text-align: center;
}



/* ========== 移动端（≤768px）专属样式 ========== */

/* ========== Tablet (<=1024px) ========== */
@media (max-width: 1024px) {

    /* 移动端统一字体大小调整 */
    * {
        font-size: 22px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 32px;
    }

    /* 标题和导航文字调整 */
    .news_nav_item {
        font-size: 24px !important;
    }

    .view_more {
        font-size: 21px !important;
    }

    .news_header .header_title h2 {
        font-size: 34px !important;
    }

    .news_header .header_title p {
        font-size: 22px !important;
    }

    .news_main_info h3 a,
    .news_item_info h4 a {
        font-size: 26px !important;
    }

    .news_main_info p,
    .news_item_info p {
        font-size: 20px !important;
    }

    .news_date {
        font-size: 19px !important;
    }

    .news_main_img {
        height: 300px;
    }

    /* 业务中心 */
    .yewu_card h3 {
        font-size: 28px !important;
    }

    .yewu_card ul li {
        font-size: 21px !important;
    }

    /* 合作伙伴 */
    .partner_left_block .header_title h2 {
        font-size: 34px !important;
    }

    .partner_left_block .header_title p {
        font-size: 22px !important;
    }

    .partner_desc {
        font-size: 21px !important;
    }

    /* 反腐倡廉 */
    .anti_title span {
        font-size: 28px !important;
    }

    .anti_box h4,
    .anti_box_first h4 {
        font-size: 24px !important;
    }

    .anti_box p,
    .anti_box_first p {
        font-size: 20px !important;
    }

    /* 底部 */
    .footer_content {
        padding: 40px 40px;
        box-sizing: border-box;
        max-width: 100vw;
        overflow: hidden;
    }

    .footer_wrap {
        width: 100%;
        box-sizing: border-box;
    }

    .footer_top {
        flex-direction: column;
        align-items: center;
        gap: 0.3rem;
        text-align: center;
        width: 100%;
    }

    .nav_sep {
        display: none;
    }

    .footer_logo {
        display: flex;
        justify-content: center;
    }

    .footer_logo img {
        width: 450px;
    }

    .footer_left {
        padding: 0;
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }

    .footer_nav {
        justify-content: center;
        gap: 20px;
    }

    .footer_nav a {
        font-size: 28px !important;
        color: #fff;
        width: 45%;
    }

    .footer_qrcode {
        display: flex;
        align-items: center;
        gap: 100px;
        padding: 0;
    }

    .footer_qrcode img {
        width: 120px;
        height: 120px;
        margin-bottom: 0;
    }

    .footer_qrcode p {
        font-size: 26px !important;
        color: #fff;
    }

    .footer_copyright {
        margin-top: 40px;
    }

    .footer_copyright p {
        font-size: 22px !important;
        color: #fff;
        text-align: center;
        line-height: 2;
    }

    /* 业务服务卡片 */
    .service-title {
        font-size: 28px;
    }

    .service-desc {
        font-size: 20px;
    }

    /* 表单 */
    .mobile_tabs .tab_item {
        font-size: 24px;
    }

    .input_group input {
        font-size: 22px;
    }

    .login_btn {
        font-size: 24px;
    }

    .forget_pwd {
        font-size: 21px;
    }

    .tip_text {
        font-size: 22px;
    }

    #section2,
    #section3,
    #section4,
    #section5 {
        min-height: auto;
    }

    header {
        display: none !important;
    }

    #mobileHead {
        display: block !important;
    }

    body {
        padding-top: 122px !important;
    }

    #mobileHead {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    #mobileHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 122px;
        padding: 0 60px;
        background: rgba(245, 252, 255, 0.96);
        box-sizing: border-box;
    }

    /* 移动端Logo */
    #mobileHeader .logo img {
        height: auto;
    }

    /* 汉堡按钮 */
    #mobileHeader .meun-btn {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        z-index: 10000;
    }

    #mobileHeader .meun-btn .ic {
        width: 40px;
        height: 4px;
        background: #333;
        position: relative;
        transition: all 0.3s;
    }

    #mobileHeader .meun-btn .ic::before,
    #mobileHeader .meun-btn .ic::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background: #333;
        transition: all 0.3s;
    }

    #mobileHeader .meun-btn .ic::before {
        top: -12px;
    }

    #mobileHeader .meun-btn .ic::after {
        top: 12px;
    }

    /* 汉堡按钮变为叉号 */
    #mobileHeader .meun-btn.active .ic {
        background: transparent;
    }

    #mobileHeader .meun-btn.active .ic::before {
        transform: rotate(45deg);
        top: 0;
    }

    #mobileHeader .meun-btn.active .ic::after {
        transform: rotate(-45deg);
        top: 0;
    }

    /* 弹出菜单 */
    .mobile-menu-pop {
        position: fixed;
        top: 0;
        right: -100%;
        width: 65%;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 9999;
        padding-top: 22px;
        box-sizing: border-box;
overflow-y:auto;
    }

    .mobile-menu-pop.show {
        right: 0;
    }

    /* 菜单列表 */
    .mobile-menu-pop .nav {
        padding: 40px;
    }

    .mobile-menu-pop .nav dl {
        margin-bottom: 15px;
    }

    .mobile-menu-pop .nav dt {
        line-height: 2;
    }

    .mobile-menu-pop .nav dt a {
        color: #1a2a3a;
        text-decoration: none;
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        font-size: 28px;
    }

    /* ====================== Banner 移动端优化 ====================== */
    .index_section {
        width: 100%;
        height: 500px;
    }

    .swiper-horizontal {
        height: 100%;
    }

    .swiper-wrapper img {
        height: 100%;
    }

    #section2 {
        padding: 44px 60px 88px;
    }

    /* 业务卡片移动端适配 */
    .yewuContent {
        padding: 44px 60px 88px;
    }

    .yewu_card {
        flex: 0 0 280px !important;
        aspect-ratio: 3/5 !important;
    }

    .yewu_card_list {
        overflow-x: auto;
    }

    .card_content {
        bottom: 20px !important;
        padding: 0 20px !important;
    }

    .swiper-slide p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-75%, -50%);
        z-index: 2;

    }

    .swiper-slide p img {
        width: 150%;
    }

    .card_content h3 {
        margin-bottom: 20px !important;
    }

    .card_content ul li {
        height: 48px !important;
        line-height: 48px !important;
    }

    /* 资讯中心 移动端响应适配 */
    .news_header {
        /* 手机端改为垂直布局，防止横向挤爆 */
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 30px !important;
        margin-bottom: 40px !important;
    }

    /* 资讯导航：横向滚动适配手机 */
    .news_nav_and_more {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .news_nav {
        overflow-x: auto !important;
        display: flex !important;
        gap: 30px !important;
        scrollbar-width: none !important;
    }

    .news_nav::-webkit-scrollbar {
        display: none !important;
    }

    .news_nav_item {
        margin-right: 0 !important;
        white-space: nowrap !important;
    }

    .news_nav_and_more .view_more {
        width: 160px;
    }

    .view_more img {
        width: 16px !important;
    }

    #section3 {
        padding: 44px 60px 88px;
    }

    .newsContent {
        padding: 44px 60px 88px;
    }

    .news_content,
    .news_tab_content {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .news_main,
    .news_item {
        width: 100% !important;
    }

    .news_item {
        aspect-ratio: auto !important;
        flex-direction: column !important;
        gap: 0;
    }

    .news_item_img {
        flex: 0 0 300px !important;
    }

    .news_main_info {
        top: -60px !important;
    }

    .news_main_info h3 {
        padding-top: 50px !important;
        line-height: 1.5;
    }

    /* 移动端隐藏资讯列表后两条新闻，只保留第一条 */
    .news_list .news_item:nth-child(2),
    .news_list .news_item:nth-child(3) {
        display: none !important;
    }


    /* 调整列表间距，更美观 */
    .news_list {
        gap: 0 !important;
    }

    .news_item_info {
        padding-left: 20px !important;
    }

    .partner_top {
        padding-bottom: 80px;
        height: auto;
    }

    .transparent_text {
        display: none;
    }

    .partner_bar {
        flex-wrap: wrap;
    }

    .partner_scroll {
        justify-content: flex-end;
        flex: 1;
    }

    .text_image {
        height: 110px;
        width: 500px;
    }

    .partner_center_block {
        height: 150px;
    }

    .partner_right_block {
        width: auto;
    }

    /* 反腐倡廉 */
    .footer_anti {
        padding: 40px 30px !important;
        box-sizing: border-box !important;
        /* 防止横向溢出 */
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    .anti_content {
        flex-direction: column !important;
        gap: 30px !important;
        /* 全屏宽度，不超出 */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .anti_left {
        flex: none !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .anti_right {
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px !important;
        box-sizing: border-box !important;
    }

    /* 关键：删掉所有固定宽度，100%自适应 + 内边距不溢出 */
    .anti_box,
    .anti_box_first {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 25px 30px !important;
        /* 防止内容溢出 */
        overflow: hidden !important;
    }

    /* 文字正常显示，适配移动端 */
    .anti_title span {
        /* 字体大小由前面统一设置 */
    }

    .anti_box h4,
    .anti_box_first h4 {
        color: #1a2a3a !important;
    }

    .anti_box p,
    .anti_box_first p {
        color: #666 !important;
        /* 文字不溢出换行 */
        word-break: break-all !important;
    }

    /* Login section (tablet) */
    /* 隐藏PC端登录容器 */
    .login_section {
        display: none !important;
    }

    /* 显示移动端登录容器 */
    .mobile_login_container {
        display: none !important;
        max-width: 88%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px 20px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    /* 移动端Tab栏 */
    .mobile_tabs {
        display: flex;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

    .mobile_tabs .tab_item {
        flex: 1;
        font-size: 24px;
        padding: 10px 0;
        color: #666;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile_tabs .tab_item.active {
        color: #2f6fb3;
        border-bottom-color: #2f6fb3;
    }

    /* Tab内容区 */
    .tab_content {
        display: none;
    }

    .tab_content.active {
        display: block;
    }

    /* 表单样式 */
    .form_inputs {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .input_group {
        position: relative;
        height: 80px;
        width: 60%;
    }

    .input_icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .input_group input {
        width: 100%;
        height: 100%;
        padding: 0 15px 0 70px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 22px;
    }

    /* 验证码图片 */
    .yzm .captcha_img {
        position: absolute;
        right: 10px;
        top: 60%;
        transform: translateY(-50%);
    }

    /* 登录按钮+忘记密码 */
    .login_actions {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 360px;
        margin: 0 auto;
        margin-top: 20px;
        gap: 20px;
    }

    .login_btn {
        width: 100%;
        height: 70px;
        background: #2f6fb3;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-size: 24px;
        cursor: pointer;
    }

    .forget_pwd {
        font-size: 22px;
        color: #2f6fb3;
        text-decoration: none;
        align-self: flex-end;
    }

    /* 扫码内容样式 */
    .scan_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 30px 0;
    }

    .qr_code {
        width: 250px;
        height: 250px;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    .tip_text {
        font-size: 24px;
        color: #666;
        text-align: center;
    }
.card_content ul{
height:240px;
}
}

/* ========== Mobile (<=768px) ========== */
@media (max-width: 768px) {

    /* 移动端统一字体大小调整 */
    * {
        font-size: 13px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 22px;
    }

    .section_header .header_title h2 {
        font-size: 24px;
    }

    .section_header .header_title p {
        font-size: 14px;
    }

    /* 标题和导航文字调整 */
    .news_nav_item {
        font-size: 16px !important;
    }

    .view_more {
        font-size: 13px !important;
    }

    .news_header .header_title h2 {
        font-size: 24px !important;
    }

    .news_header .header_title p {
        font-size: 14px !important;
    }

    .news_main_info h3 a,
    .news_item_info h4 a {
        font-size: 18px !important;
    }

    .news_main_info p,
    .news_item_info p {
        font-size: 13px !important;
    }

    .news_date {
        font-size: 12px !important;
    }

    /* 业务中心 */
    .yewu_card h3 {
        font-size: 18px !important;
    }

    .yewu_card ul li {
        font-size: 13px !important;
    }

    /* 合作伙伴 */
    .partner_left_block .header_title h2 {
        font-size: 24px !important;
    }

    .partner_left_block .header_title p {
        font-size: 14px !important;
    }

    .partner_desc {
        font-size: 13px !important;
    }

    /* 反腐倡廉 */
    .anti_title span {
        font-size: 20px !important;
    }

    .anti_box h4,
    .anti_box_first h4 {
        font-size: 16px !important;
    }

    .anti_box p,
    .anti_box_first p {
        font-size: 13px !important;
    }

    /* 底部 */
    .footer_content {
        padding: 30px 30px;
        box-sizing: border-box;
        max-width: 100vw;
        overflow: hidden;
    }

    .nav_sep {
        display: none;
    }

    .footer_wrap {
        width: 100%;
        box-sizing: border-box;
    }

    .footer_top {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        text-align: center;
        width: 100%;
    }

    .footer_logo {
        display: flex;
        justify-content: center;
    }

    .footer_logo img {
        width: 250px;
    }

    .footer_left {
        padding: 0;
        width: 100%;
        align-items: center;
    }

    .footer_nav {
        justify-content: center;
        gap: 20px;
    }

    .footer_nav a {
        font-size: 16px !important;
        color: #fff;
        width: 45%;
    }

    .footer_qrcode {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 0;
    }

    .footer_qrcode img {
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }

    .footer_qrcode p {
        font-size: 16px !important;
        color: #fff;
    }

    .footer_copyright {
        margin-top: 40px;
    }

    .footer_copyright p {
        font-size: 14px !important;
        color: #fff;
        text-align: center;
        line-height: 2;
    }

    /* 业务服务卡片 */
    .service-title {
        font-size: 18px;
    }

    .service-desc {
        font-size: 13px;
    }

    /* 表单 */
    .mobile_tabs .tab_item {
        font-size: 16px;
    }

    .input_group input {
        font-size: 14px;
    }

    .login_btn {
        font-size: 16px;
    }

    .forget_pwd {
        font-size: 13px;
    }

    .tip_text {
        font-size: 14px;
    }

    #section2,
    #section3,
    #section4,
    #section5 {
        min-height: auto;
    }

    header {
        display: none !important;
    }

    #mobileHead {
        display: block !important;
    }

    body {
        padding-top: 60px !important;
    }

    #mobileHead {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    #mobileHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding: 0 20px;
        background: rgba(245, 252, 255, 0.96);
        box-sizing: border-box;
    }

    /* 移动端Logo */
    #mobileHeader .logo img {
        width: 240px;
        height: auto;
    }

    /* 汉堡按钮 */
    #mobileHeader .meun-btn {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        z-index: 10000;
    }

    #mobileHeader .meun-btn .ic {
        width: 40px;
        height: 4px;
        background: #333;
        position: relative;
        transition: all 0.3s;
    }

    #mobileHeader .meun-btn .ic::before,
    #mobileHeader .meun-btn .ic::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background: #333;
        transition: all 0.3s;
    }

    #mobileHeader .meun-btn .ic::before {
        top: -12px;
    }

    #mobileHeader .meun-btn .ic::after {
        top: 12px;
    }

    /* 汉堡按钮变为叉号 */
    #mobileHeader .meun-btn.active .ic {
        background: transparent;
    }

    #mobileHeader .meun-btn.active .ic::before {
        transform: rotate(45deg);
        top: 0;
    }

    #mobileHeader .meun-btn.active .ic::after {
        transform: rotate(-45deg);
        top: 0;
    }

    /* 弹出菜单 */
    .mobile-menu-pop {
        position: fixed;
        top: 0;
        right: -100%;
        width: 65%;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 9999;
        padding-top: 60px;
        box-sizing: border-box;
    }

    .mobile-menu-pop.show {
        right: 0;
    }

    /* 菜单列表 */
    .mobile-menu-pop .nav {
        padding: 40px;
    }

    .mobile-menu-pop .nav dl {
        margin-bottom: 20px;
    }

    .mobile-menu-pop .nav dt {
        line-height: 2;
    }

    .mobile-menu-pop .nav dt a {
        color: #1a2a3a;
        text-decoration: none;
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    /* ====================== Banner 移动端优化 ====================== */
    .index_section {
        width: 100%;
        height: 220px;
    }

    .swiper-horizontal {
        height: 100%;
    }

    .swiper-wrapper img {
        height: 100%;
    }

    #section2 {
        padding: 24px 15px 48px;
    }

    /* 业务卡片移动端适配 */
    .yewuContent {
        padding: 24px 15px 48px;
    }

    .yewu_card {
        flex: 0 0 200px !important;
        aspect-ratio: 3/5 !important;
    }

    .yewu_card_list {
        overflow-x: auto;
    }

    .card_content {
        bottom: 20px !important;
        padding: 0 20px !important;
    }

    .swiper-slide p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-75%, -50%);
        z-index: 2;

    }

    .swiper-slide p img {
        width: 150%;
    }

    .card_content h3 {
        margin-bottom: 20px !important;
    }
.card_content ul{
height:140px;
}
    .card_content ul li {
        height: 48px !important;
        line-height: 48px !important;
        width: 100%;
    }

    /* 资讯中心 移动端响应适配 */
    .news_header {
        /* 手机端改为垂直布局，防止横向挤爆 */
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 30px !important;
        margin-bottom: 20px !important;
    }

    /* 资讯导航：横向滚动适配手机 */
    .news_nav_and_more {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .news_main_img {
        height: 200px;
    }

    .news_nav {
        overflow-x: auto !important;
        display: flex !important;
        gap: 30px !important;
        scrollbar-width: none !important;
    }

    .news_nav::-webkit-scrollbar {
        display: none !important;
    }

    .news_nav_item {
        margin-right: 0 !important;
        white-space: nowrap !important;
    }

    .news_nav_and_more .view_more {
        width: 160px;
    }

    .view_more img {
        width: 16px !important;
    }

    #section3 {
        padding: 24px 15px 48px;
    }

    .newsContent {
        padding: 24px 15px 48px;
    }

    .news_content,
    .news_tab_content {
        flex-direction: column !important;
        gap: 0px !important;
    }
.news_main{
height:400px;
}
    .news_main,
    .news_item {
        width: 100% !important;
    }

    .news_item {
        aspect-ratio: auto !important;
        flex-direction: column !important;
        gap: 0;
    }

    .news_item_img {
        flex: 0 0 200px !important;
    }

    .news_main_info {
        top: -60px !important;
    }

    .news_main_info h3 {
        padding-top: 50px !important;
        line-height: 1.5;
    }

    /* 移动端隐藏资讯列表后两条新闻，只保留第一条 */
    .news_list .news_item:nth-child(2),
    .news_list .news_item:nth-child(3) {
        display: none !important;
    }


    /* 调整列表间距，更美观 */
    .news_list {
        gap: 30px !important;
    }

    .news_item_info {
        padding-left: 20px !important;
    }

    .partner_top {
        padding-bottom: 80px;
    }

    .transparent_text {
        display: none;
    }

    .partner_bar {
        flex-wrap: wrap;
    }

    .partner_scroll {
        justify-content: flex-end;
        flex: 1;
    }

    .text_image {
        height: 110px;
        width: 500px;
    }

    .partner_center_block {
        height: 100px;
    }

    .partner_top {
        height: auto;
    }

    .partner_right_block {
        width: auto;
        display: none;
    }

    /* 反腐倡廉 */
    .footer_anti {
        padding: 20px 15px !important;
        box-sizing: border-box !important;
        /* 防止横向溢出 */
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    .anti_content {
        flex-direction: column !important;
        gap: 30px !important;
        /* 全屏宽度，不超出 */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .anti_left {
        flex: none !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .anti_right {
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px !important;
        box-sizing: border-box !important;
    }

    /* 关键：删掉所有固定宽度，100%自适应 + 内边距不溢出 */
    .anti_box,
    .anti_box_first {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 25px 30px !important;
        /* 防止内容溢出 */
        overflow: hidden !important;
    }

    /* 文字正常显示，适配移动端 */
    .anti_title span {
        /* 字体大小由前面统一设置 */
    }

    .anti_box h4,
    .anti_box_first h4 {
        color: #1a2a3a !important;
    }

    .anti_box p,
    .anti_box_first p {
        color: #666 !important;
        /* 文字不溢出换行 */
        word-break: break-all !important;
    }

    /* Login section */
    /* 隐藏PC端登录容器 */
    .login_section {
        display: none !important;
    }

    /* 显示移动端登录容器 */
    .mobile_login_container {
        display: block !important;
        max-width: 88%;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 15px 10px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);

    }

    /* 移动端Tab栏 */
    .mobile_tabs {
        display: flex;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }

    .mobile_tabs .tab_item {
        flex: 1;
        font-size: 20px;
        padding: 5px 0;
        color: #666;
        cursor: pointer;
        border-bottom: 2px solid transparent;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile_tabs .tab_item.active {
        color: #2f6fb3;
        border-bottom-color: #2f6fb3;
    }

    /* Tab内容区 */
    .tab_content {
        display: none;
    }

    .tab_content.active {
        display: block;
    }

    /* 表单样式（和你现有逻辑保持一致） */
    .form_inputs {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .captcha_img img {
        width: 80px;
        height: 30px;
    }

    .input_group {
        position: relative;
        height: 45px;
        width: 80%;
    }

    .input_icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .input_group input {
        width: 100%;
        height: 100%;
        padding: 0 15px 0 50px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 16px;
    }

    /* 验证码图片宽高保持你原来的设置 */
    .yzm .captcha_img {
        position: absolute;
        right: 10px;
        top: 60%;
        transform: translateY(-50%);
    }


    /* 登录按钮+忘记密码 */
    .login_actions {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 300px;
        margin: 0 auto;
        margin-top: 15px;
        gap: 15px;
    }

    .login_btn {
        width: 100%;
        height: 70px;
        background: #2f6fb3;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-size: 20px;
        cursor: pointer;
    }

    .forget_pwd {
        font-size: 18px;
        color: #2f6fb3;
        text-decoration: none;
        align-self: flex-end
    }

    /* 扫码内容样式（直接显示二维码，无需hover） */
    .scan_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px 0;
    }

    .qr_code {
        width: 200px;
        height: 200px;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
    }

    .tip_text {
        font-size: 20px;
        color: #666;
        text-align: center;
    }

}