.head {
    width: 100%;
    height: 42px;
    background: #282830;
    line-height: 1;
}

.arte_left h2{
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}
.main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.head_main {
    height: 100%;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_left,
.head_right {
    display: flex;
    align-items: center;
}

.head_dw {
    width: 14px;
    height: 17px;
}

.head_city {
    margin: 0 5px;
}

.head_city span {
    color: #9a9aa4;
    margin-left: 5px;
}

.head_right {
    line-height: 1;
}

.head_right li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.head_right li:last-child {
    border-right: unset;
    padding-right: unset;
    margin-right: unset;
}

.head_right li a {
    font-size: 12px;
    color: #fff;
}

.head_firm {
    position: relative;
    height: 78px;
    display: flex;
    align-items: center;
}

.head_firm_logo {
    width: 190px;
}

.head_firm_line {
    width: 1px;
    height: 38px;
    background: #e8e8ef;
    border-radius: 1px;
    margin: 0 20px;
}

.head_firm_text {
    width: 170px;
}

.head_firm_phone {
    position: absolute;
    right: 0;
    width: 194px;
    height: 46px;
    background: url("../image/dh.png") no-repeat;
    color: #ff7d22;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
}

.head_nav {
    width: 100%;
    height: 46px;
    background: #f4f7ff;
}

.head_nav_main {
    display: flex;
    align-items: center;
}

.head_nav_select {
    position: relative;
    padding: 0 20px;
    width: 240px;
    height: 46px;
    background: #1677ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.head_nav_select_icon {
    width: 18px;
}

.head_nav_select_text {
    font-size: 14px;
    color: #fff;
}

.head_nav_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    flex: 1;
}

.head_nav_ul a {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}
.navxz {
    color: rgb(108, 110, 255) !important;
}
.head_menu_ul {
    position: absolute;
    top: 46px;
    left: 0;
    width: 240px;
    background: rgba(0, 0, 28, 0.85);
    z-index: 10;
    display: none;
}

.head_nav_select:hover .head_menu_ul {
    display: block;
}

.head_menu_li {
    width: 100%;
    height: 89px;
    padding: 25px 20px;
}

.head_menu_li:hover {
    background: #00016b;
}

.head_menu_li_title {
    position: relative;
    display: flex;
    align-items: center;
}

.head_menu_li_text {
    margin-left: 8px;
    font-size: 14px;
    color: #ffffff;
}

.head_menu_li_arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
}

.head_menu_li_desc {
    margin-top: 8px;
    font-size: 12px;
    color: #a5a5c5;
}

.head_ctx {
    position: absolute;
    left: 240px;
    top: 0;
    width: 960px;
    height: 445px;
    background: #ffffff;
    border-radius: 0px 4px 4px 0px;
    padding: 30px 30px 20px 20px;
    display: none;
}

.head_menu_li:hover .head_ctx {
    display: block;
}

.head_ctx_item {
    display: flex;
    margin-bottom: 23px;
}

.head_ctx_title {
    color: #333333;
    font-size: 14px;
    width: 75px;
}

.head_ctx_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 47px;
    padding-right: 134px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eaeaea;
}

.head_ctx_ul li {
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.head_ctx_ul a {
    color: #666666;
    font-size: 12px;
}

.head_ctx_item:nth-child(3) .head_ctx_ul {
    border-bottom: unset;
    padding-bottom: unset;
}

.head_ctx_item_pic {
    display: flex;
    justify-content: space-between;
}

.head_ctx_item_pic img {
    width: 446px;
    height: 182px;
}

.head_ctx_text {
    display: flex;
}

.head_ctx_text li {
    margin-right: 20px;
}

.head_ctx_text a {
    font-size: 14px;
    color: #666666;
}

.head_ctx_cash {
    margin-top: 24px;
    display: block;
    width: 911px;
    height: 351px;
}   /* --- 通用布局容器（已改为响应式 max-width） --- */
        .container1 {
            max-width: 1200px;
            width: 100%;
            padding: 0 15px;
            margin: 0 auto;
        }

        /* --- 顶部服务栏 Block --- */
        .service-bar {
            padding: 30px 0;
            border-bottom: 1px solid #eee;
        }

        .service-bar__list {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            gap:15px;
        }

        .service-bar__item {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #666;
        }

        .service-bar__icon {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            
            border-radius: 50%;
            color: #999;
            font-size: 18px;
        }

        .service-bar__title {
            font-weight: 700;
            color: #333;
            margin-bottom: 5px;
        }

        .service-bar__desc {
            color: #999;
            font-size: 12px;
        }

        /* --- 主导航栏 Block --- */
        .main-nav {
            background-color: #f8f8f8;
			line-height: 40px;
        }

        .main-nav__list {
            display: flex;
            flex-wrap: wrap;
            padding: 0;
        }

        .main-nav__item {
            padding: 10px 20px;
            font-size: 14px;
            color: #666;
            cursor: pointer;
        }

        .main-nav__item:hover {
            color: #007bff;
        }

        /* --- 页脚内容区 Block --- */
        .footer {
            background-color: #2c2c2c;
            color: #fff;
            padding: 40px 0 20px;
        }

        .footer__top {
            display: flex;
            justify-content: space-between;
            padding-bottom: 30px;
            border-bottom: 1px solid #444;
            flex-wrap: wrap;
            gap:20px;
        }

        /* --- 服务列表模块 Element --- */
        .footer__services {
            display: flex;
            
            flex-wrap: wrap;
            gap:10px;
        }

        .footer__service-col {
            
            min-width: 200px;
            padding: 0 5px;
        }

        .footer__col-title {
            font-size: 16px;
            margin-bottom: 15px;
            color: #fff;
        }

        .footer__link-list {
            font-size: 13px;
            line-height: 2;
        }

        .footer__link-item {
            color: #aaa;
        }
.footer__link-item a{
            color: #aaa;
        }
        .footer__link-item:hover {
            color: #00a8ff;
        }

        /* --- 联系信息模块 Element --- */
        .footer__contact {
            width: 280px;
            padding: 0 5px;
        }

        .footer__contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 14px;
        }

        .footer__contact-icon {
            margin-right: 10px;
            color: #00a8ff;
        }

        .footer__qrcode {
            width: 100px;
            height: 100px;
            background-color: #fff;
            margin-top: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            font-size: 12px;
            text-align: center;
        }

        /* --- 页脚底部版权区 --- */
        .footer__bottom {
            text-align: center;
            padding-top: 20px;
            font-size: 12px;
            color: #777;
        }

        .footer__bottom-nav {
            margin-bottom: 10px;
        }

        .footer__bottom-nav a {
            color: #777;
            margin: 0 10px;
        }

        .footer__bottom-nav a:hover {
            color: #00a8ff;
        }
		
		 .menu {
        position: fixed;
        right: calc(50vw - 750px);
        bottom: 120px;
        width: 80px;
        background: #FFFFFF;
        border: 1px solid #ECECEC;
        border-radius: 10px;
        /* padding: 0 10px; */
        z-index: 10;
        line-height: 1;
    }

    .menu_li {
        position: relative;
        padding: 14px 0 13px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #ECECEC;
        cursor: pointer;
    }

    .menu_li_a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu_li:hover .menu_li_hover {
        display: block;
    }

    .menu_text {
        color: #666666;
        font-size: 12px;
        margin-top: 10px;
    }

    .menu_li:last-child {
        border-bottom: unset;
    }

    .menu_li_hover {
        position: absolute;
        right: 75px;
        top: 0;
        padding-right: 15px;
        display: none;
    }

    .menu_li_phone {
        width: 137px;
        height: 70px;
        background: #FFFFFF;
        border: 1px solid #ECECEC;
        border-radius: 10px;
        padding: 10px 7px;
    }

    .menu_li_phone_title {
        display: flex;
        align-items: center;
    }

    .menu_li_phone_title div {
        width: 26px;
        height: 25px;
        background: #FF7D22;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .menu_li_phone_title p {
        margin-left: 9px;
        font-size: 14px;
        color: #FF7D22;
        white-space: nowrap;
    }

    .menu_li_phone_number {
        margin-top: 13px;
        font-size: 14px;
        color: #FF7D22;
    }

    .menu_li_chat {
        width: 120px;
        height: 120px;
        background: #FFFFFF;
        border: 1px solid #ECECEC;
        padding: 5px;
        border-radius: 10px;
    }

    .menu_li_chat img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	
	        .booking-section {
            max-width: 1000px;
            margin: 30px auto;
            padding: 0 15px;
        }

        .booking-title {
            text-align: center;
            font-size: 26px;
            color: #000;
            margin-bottom: 20px;
            font-weight: normal;
        }

        .booking-form-wrap {
            display: flex;
            align-items: stretch;
            border: 2px solid #4285F4;
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .form-item {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 0 15px;
        }

        .form-item:not(:last-child) {
            border-right: 1px solid #ccc;
        }

        .form-item i {
            font-size: 18px;
            color: #4285F4;
            margin-right: 8px;
        }

        .form-item input {
            width: 100%;
            height: 48px;
            border: none;
            outline: none;
            font-size: 15px;
            color: #333;
        }

        .form-item input::placeholder {
            color: #999;
        }

        .booking-btn {
            width: 130px;
            background-color: #4285F4;
            color: #fff;
            border: none;
            font-size: 16px;
            cursor: pointer;
        }

        .booking-btn:hover {
            background-color: #3367D6;
        }

        /* ========== 滚动区域 永久修复遮挡 ========== */
        .live-info-wrap {
            display: flex;
            justify-content: space-between;
        }

        .live-left-box,
        .live-right-box {
            width: 48%;
            height: 32px;
            position: relative;
            display: flex;
            align-items: center;
        }

        .live-left-tag,
        .live-right-tag {
            background-color: #4285F4;
            color: #fff;
            padding: 3px 8px;
            margin-right: 10px;
            border-radius: 3px;
            font-size: 13px;
            white-space: nowrap;
            z-index: 10;
            position: relative;
        }

        /* 滚动盒子：绝对不会遮挡 */
        .scroll-box {
            position: relative;
            width: 100%;
            height: 32px;
            overflow: hidden;
            margin-left: 5px;
        }

        .scroll-list {
            position: absolute;
            left: 0;
            top: 0;
            transition: transform 0.5s ease;
        }

        .scroll-item {
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            color: #666;
            white-space: nowrap;
        }

        .divider-line {
            margin-top: 20px;
            border-bottom: 1px dashed #ccc;
        }

        @media (max-width: 992px) {
            .booking-form-wrap { flex-wrap: wrap; }
            .form-item {
                flex: 1 1 100%;
                border-right: none !important;
                border-bottom: 1px solid #ccc;
            }
            .booking-btn {
                width: 100%;
                height: 44px;
            }
            .live-info-wrap {
                flex-direction: column;
                gap: 6px;
            }
            .live-left-box,
            .live-right-box {
                width: 100%;
            }
        }
		
		
		        /* 容器：固定1200px居中 */
        .finance_wrapper_container_1200 {
            width: 1200px;
            margin: 0 auto;
        }

        /* 顶部黑色条：全屏！ */
        .finance_top_black_bar {
            background-color: #222;
            color: #fff;
            font-size: 14px;
            padding: 12px 0;
        }
        .finance_top_inner_1200 {
            width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }
        .finance_top_right_links a {
            color: #fff;
            margin-left: 20px;
        }
        .finance_top_right_links a:hover {
            color: #4096ff;
        }

        /* 头部主体 */
        .finance_header_main_section {
            background-color: #fff;
            padding: 20px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        /* Logo 区域 */
        .finance_logo_area_box {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .finance_logo_icon_box {
            width: 60px;
            height: 60px;
            background-color: #4096ff;
            border-radius: 8px;
            position: relative;
        }
        .finance_logo_icon_box::before {
            content: "";
            position: absolute;
            top: 10px;
            left: 10px;
            width: 40px;
            height: 40px;
            background: repeating-linear-gradient(
                135deg,
                #fff 0px,
                #fff 6px,
                transparent 6px,
                transparent 12px
            );
            border-radius: 4px;
        }
        .finance_logo_text_title {
            font-size: 32px;
            font-weight: bold;
            color: #222;
        }

        /* 搜索区域 */
        .finance_search_area_box {
            flex: 1;
            max-width: 450px;
            min-width: 280px;
        }
        .finance_search_input_group {
            display: flex;
            height: 40px;
        }
        .finance_search_input_text {
            flex: 1;
            border: 1px solid #ddd;
            border-right: none;
            padding: 0 12px;
            font-size: 14px;
            border-radius: 4px 0 0 4px;
        }
        .finance_search_btn_blue {
            background-color: #4096ff;
            color: #fff;
            border: none;
            padding: 0 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 0 4px 4px 0;
        }
        .finance_search_btn_blue:hover {
            background-color: #1677ff;
        }
        .finance_hot_keywords_list {
            font-size: 13px;
            color: #666;
            margin-top: 8px;
        }
        .finance_hot_keywords_list a {
            color: #666;
            margin: 0 6px;
        }
        .finance_hot_keywords_list a:hover {
            color: #4096ff;
        }

        /* 电话咨询区域 */
        .finance_tel_contact_area {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .finance_tel_icon_circle {
            width: 50px;
            height: 50px;
            background-color: #4096ff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
        }
        .finance_tel_text_group p:first-child {
            font-size: 14px;
            color: #666;
        }
        .finance_tel_text_group p:last-child {
            font-size: 26px;
            color: #4096ff;
            font-weight: bold;
        }

        /* 导航栏 ———— 已修改：去掉左右padding */
        .finance_nav_menu_bar {
            background-color: #fff;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 0; /* 这里改成 0，去掉左右20px */
        }
        .finance_nav_list_group {
            display: flex;
            align-items: center;
            gap: 0;
            flex-wrap: wrap;
        }
        .finance_nav_item_link {
            padding: 18px 10px;
            font-size: 16px;
            color: #333;
            cursor: pointer;
            transition: all 0.3s;
        }
		
		 .finance_nav_item_link a{
             
            color: #333;
            
        }
		
        .finance_nav_item_link:hover,
.finance_nav_item_link.active {
    color: #4096ff;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
}
        /* 关键修改：固定宽度260px，和左侧菜单一致，不缩放 */
        .finance_nav_all_service_btn {
            width: 260px !important;
            flex: 0 0 260px !important;
            padding: 18px 0 !important;
            text-align: center !important;
            background-color: #4096ff;
            color: #fff;
        }
        .finance_nav_all_service_btn:hover {
            background-color: #1677ff;
        }

        /* 轮播图外层：全屏宽度！不限制1200px */
        .finance_slider_fullwidth_wrapper {
            width: 100%;
            position: relative;
        }
        /* 内容居中容器：1200px */
        .finance_slider_inner_1200 {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        /* 左侧服务菜单 */
        .finance_service_left_menu {
            width: 260px;
            background-color: #fff;
            border: 1px solid #eee;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
        }
        .finance_service_menu_item {
            padding: 16px 20px;
            border-bottom: 1px solid #eee;
        }
        .finance_service_menu_title {
            font-size: 16px;
            color: #333;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .finance_service_menu_sub_links {
            font-size: 13px;
            color: #999;
        }
        .finance_service_menu_sub_links a {
            margin-right: 8px;
        }
        .finance_service_menu_sub_links a:hover {
            color: #4096ff;
        }

        /* 轮播图容器：全屏 */
        .finance_slider_banner_box {
            width: 100%;
            height: 450px;
            position: relative;
            overflow: hidden;
        }
        .finance_slider_wrap_inner {
            width: 100%;
            height: 100%;
            position: relative;
        }
        .finance_slider_item_img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 0.8s ease;
        }
        .finance_slider_item_img.active {
            opacity: 1;
            z-index: 1;
        }
        /* 指示器 */
        .finance_slider_dots_group {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 2;
        }
        .finance_slider_dot_item {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
        }
        .finance_slider_dot_item.active {
            background: #4096ff;
        }

        /* 左侧菜单默认隐藏 */
        .finance_slider_inner_1200 {
            display: none;
        }
        
        /* 禁用响应式缩放，保持电脑端样式 */
        @media (max-width: 1200px) {
            .finance_wrapper_container_1200 { width: 1200px !important; }
            .finance_top_inner_1200 { width: 1200px !important; }
            .finance_slider_inner_1200 { width: 1200px !important; }
            .finance_service_left_menu {
                position: absolute !important;
                width: 260px !important;
            }
            .finance_slider_banner_box { height: 400px !important; }
        }
		    .hyselect {
        width: 136px;
        height: 48px;
        background: #ffffff;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 10px;
        box-sizing: border-box;
        margin-right: 10px;
    }

    .indry_box {
        width: 914px;
        height: 270px;
        background: #ffffff;
        border: 1px solid #1677ff;
        border-radius: 4px;
        padding: 20px;
        box-sizing: border-box;
        position: absolute;
        top: 60px;
        left: 30%;
        transform: translateX(-40%);
        z-index: 9999999;
    }

    .indry_box ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .indry_box ul li {
        display: flex;
        align-items: center;
    }

    .indry_box ul li strong {
        width: 66px;
        height: 30px;
        background: #f4f7ff;
        color: #333333;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indry_box ul li p {
        color: #666666;
        font-size: 14px;
        margin: 0 12px;
        cursor: pointer;
    }

    .indry_colr {
        color: #ff6666 !important;
    }

    .indry_box ul li p:hover {
        color: #ff6666;
    }

    .hyselect input {
        width: 100%;
        height: 100%;
        background-color: transparent;
    }
	
	    .city_box {
        width: 487px;
        background: #ffffff;
        border: 1px solid #1677ff;
        border-radius: 4px;
        z-index: 99999;
        position: absolute;
        left: 0;
        top: 118%;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .city_ul li strong {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #424242;
        display: block;
        margin: 14px 0;
    }

    .city2_ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .city2_ul li {
        width: 66px;
        height: 30px;
        background: #f4f7ff;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
        cursor: pointer;
        padding: 10px 0;
    }

    .city2_ul li:hover {
        color: #ff6666 !important;
    }

    .indry_colr {
        color: #ff6666 !important;
    }

    .city_li:nth-child(1) {
        border-bottom: 1px solid #ECECEC;
    }

    .hotbotn {
        background-color: transparent;
    }
	        .about-hsj-section {
                background: #ffffff;
                padding: 60px 0;
        }
        .about-hsj-wrap {
                display: flex;
                align-items: center;
                gap: 60px;
        }
        /* 左侧图片 */
        .about-hsj-left {
                flex-shrink: 0;
                width: 420px;
        }
        .about-hsj-img-box {
                position: relative;
                border-radius: 12px;
                overflow: hidden;
                box-shadow: 0 12px 40px rgba(22,119,255,0.13);
        }
        .about-hsj-img-box img {
                width: 100%;
                display: block;
                transition: transform 0.4s;
        }
        .about-hsj-img-box:hover img {
                transform: scale(1.03);
        }
        .about-hsj-badge {
                position: absolute;
                bottom: 20px;
                left: 20px;
                background: linear-gradient(135deg, #1677ff, #0050d0);
                color: #fff;
                border-radius: 10px;
                padding: 10px 18px;
                display: flex;
                flex-direction: column;
                align-items: center;
                box-shadow: 0 4px 16px rgba(22,119,255,0.35);
        }
        .about-hsj-badge-num {
                font-size: 30px;
                font-weight: 700;
                line-height: 1;
        }
        .about-hsj-badge-txt {
                font-size: 12px;
                margin-top: 3px;
                opacity: 0.9;
        }
        /* 右侧内容 */
        .about-hsj-right {
                flex: 1;
        }
        .about-hsj-tag {
                display: inline-block;
                background: #e8f0ff;
                color: #1677ff;
                font-size: 13px;
                padding: 4px 14px;
                border-radius: 20px;
                margin-bottom: 14px;
                font-weight: 500;
        }
        .about-hsj-title {
                font-size: 26px;
                font-weight: 700;
                color: #1a1a2e;
                margin: 0 0 14px 0;
                line-height: 1.3;
        }
        .about-hsj-divider {
                width: 48px;
                height: 3px;
                background: linear-gradient(90deg, #1677ff, #69b1ff);
                border-radius: 2px;
                margin-bottom: 18px;
        }
        .about-hsj-desc {
                font-size: 14px;
                color: #555;
                line-height: 1.9;
                margin-bottom: 14px;
        }
        /* 数据统计 */
        .about-hsj-stats {
                display: flex;
                gap: 0;
                margin: 28px 0 22px;
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 2px 16px rgba(22,119,255,0.08);
                overflow: hidden;
        }
        .about-hsj-stat-item {
                flex: 1;
                padding: 18px 12px;
                text-align: center;
                border-right: 1px solid #f0f3fb;
                transition: background 0.2s;
        }
        .about-hsj-stat-item:last-child {
                border-right: none;
        }
        .about-hsj-stat-item:hover {
                background: #f0f6ff;
        }
        .stat-num {
                display: block;
                font-size: 26px;
                font-weight: 700;
                color: #1677ff;
                line-height: 1.1;
        }
        .stat-num em {
                font-size: 16px;
                font-style: normal;
                vertical-align: super;
        }
        .stat-label {
                display: block;
                font-size: 12px;
                color: #888;
                margin-top: 5px;
        }
        /* 服务标签 */
        .about-hsj-tags {
                display: flex;
                flex-wrap: wrap;
                gap: 8px;
                margin-bottom: 24px;
        }
        .about-hsj-tags span {
                background: #f0f6ff;
                color: #1677ff;
                border: 1px solid #c7deff;
                border-radius: 4px;
                padding: 4px 12px;
                font-size: 13px;
                transition: all 0.2s;
        }
        .about-hsj-tags span:hover {
                background: #1677ff;
                color: #fff;
                border-color: #1677ff;
        }
        /* 更多按钮 */
        .about-hsj-more {
                display: inline-block;
                padding: 10px 28px;
                background: linear-gradient(135deg, #1677ff, #0050d0);
                color: #fff;
                border-radius: 6px;
                font-size: 14px;
                text-decoration: none;
                transition: opacity 0.2s, box-shadow 0.2s;
                box-shadow: 0 4px 14px rgba(22,119,255,0.3);
        }
        .about-hsj-more:hover {
                opacity: 0.88;
                box-shadow: 0 6px 20px rgba(22,119,255,0.4);
        }
        @media (max-width: 900px) {
                .about-hsj-wrap {
                        flex-direction: column;
                        gap: 30px;
                }
                .about-hsj-left {
                        width: 100%;
                }
                .about-hsj-stats {
                        flex-wrap: wrap;
                }
                .about-hsj-stat-item {
                        min-width: 45%;
                        border-bottom: 1px solid #f0f3fb;
                }
        }
		
		.finance_service_menu_sub_links a{    color: #999;}
		.footer__qrcode-col {
    flex: 1;
    min-width: 140px;
    padding: 0 5px;
    text-align: center;
}
.footer__qrcode-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
    text-align: center;
}
.footer__qrcode-desc {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 15px;
    text-align: center;
}
.footer__qrcode-img img {
    width: 120px;
    height: 120px;
}
.footer__qrcode-col--first {
    padding-left: 0;
}/* ----- 通用PB分页条 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 20px;
}
.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}