/* 首页及全站自定义样式 - 蓝紫科技风配色 #0045ae + #0049FE */

/* ========== 头部大幅改版 - 蓝紫科技风 ========== */
.index-a5 a.more {
    background: linear-gradient(90deg, #0045ae, #0049FE);
}
.footer {
    background: #002052 !important;
    box-shadow: 0 -6px 30px rgba(0, 73, 254, 0.2);
    position: relative;
    border-top: 4px solid #0049FE;
}

.select1 {
    background: rgba(0, 73, 254, 0.15) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 73, 254, 0.3);
    transition: all 0.3s ease;
}

.select1:hover {
    box-shadow: 0 4px 15px rgba(0, 73, 254, 0.2);
    border-color: rgba(0, 73, 254, 0.5);
}

.select1 select {
    color: rgba(255, 255, 255, 0.8) !important;
}
@media screen and (min-width: 1024px) {
    /* 顶部信息栏 */
.hd1-a1 {
    background: linear-gradient(90deg, #0045ae, #0049FE) !important;
}

/* Logo区域 */
.hd1-b1 {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7ff 50%, #eef1ff 100%) !important;
    box-shadow: 0 2px 15px rgba(0, 73, 254, 0.1);
    border-bottom: 1px solid rgba(0, 73, 254, 0.1);
}

/* 导航栏 - 蓝紫渐变 */
.hd1-c1 {
    background: linear-gradient(90deg, #0045ae, #0049FE, #0045ae) !important;
    box-shadow: 0 4px 20px rgba(0, 73, 254, 0.3);
    border-top: 3px solid #0049FE;
}

/* 导航项 */
.hd1-c3 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hd1-c3:last-child {
    border-right: none;
}

.hd1-c3>.hd1-c4 {
    transition: all 0.3s ease;
    position: relative;
}

/* 导航项底部高光线 */
.hd1-c3>.hd1-c4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.3s ease;
}

.hd1-c3:hover>.hd1-c4::after,
.hd1-c3.on1>.hd1-c4::after {
    width: 60%;
}

.hd1-c3:hover>.hd1-c4 {
    background: rgba(0, 73, 254, 0.2);
}

.hd1-c3>.hd1-c4 span {
    transition: all 0.3s ease;
    font-weight: 500;
}

.hd1-c3:hover>.hd1-c4 span {
    color: #fff !important;
}

/* 当前选中项 */
.hd1-c3.on1>.hd1-c4 {
    background: rgba(0, 212, 255, 0.15);
}

.hd1-c3.on1>.hd1-c4 span {
    color: #fff !important;
    font-weight: 600;
}

/* 下拉菜单 */
.head-po {
    background: rgba(0, 10, 97, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 73, 254, 0.3);
    border-radius: 0 0 12px 12px;
    border-top: 2px solid #0049FE;
    padding: 10px 0;
}

.head-fl ul li a {
    transition: all 0.3s ease;
    border-radius: 6px;
    margin: 3px 12px;
    padding: 0 15px;
    position: relative;
}

.head-fl ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.head-fl ul li a:hover::before {
    opacity: 1;
}

.head-fl ul li a:hover {
    background-color: rgba(0, 73, 254, 0.2) !important;
    color: #fff !important;
    transform: translateX(8px);
    padding-left: 20px;
}

/* 搜索框 */
.hd1-b3 .form {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 73, 254, 0.2);
    border: 2px solid rgba(0, 73, 254, 0.3);
    transition: all 0.3s ease;
}

.hd1-b3 .form:focus-within {
    box-shadow: 0 4px 20px rgba(0, 73, 254, 0.4);
    border-color: rgba(0, 73, 254, 0.6);
}

.hd1-b4 {
    border-radius: 25px 0 0 25px !important;
}

.hd1-b5 {
    border-radius: 0 25px 25px 0 !important;
    background: linear-gradient(135deg, #0049FE, #0066ff) !important;
    transition: all 0.3s ease;
}

.hd1-b5:hover {
    background: linear-gradient(135deg, #0066ff, #0049FE) !important;
}

/* 电话 */
.hd1-b3 .phone {
    background: linear-gradient(135deg, rgba(0, 73, 254, 0.1), rgba(0, 73, 254, 0.05)) !important;
    padding: 8px 20px 8px 46px !important;
    border-radius: 25px;
    border: 1px solid rgba(0, 73, 254, 0.2);
    transition: all 0.3s ease;
}

.hd1-b3 .phone:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, rgba(0, 73, 254, 0.15), rgba(0, 73, 254, 0.08)) !important;
    box-shadow: 0 4px 15px rgba(0, 73, 254, 0.2);
}

.hd1-b3 .phone span {
    text-shadow: none;
    background: linear-gradient(90deg, #0045ae, #0049FE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

/* ========== Banner区域优化 ========== */
.index-banner {
    position: relative;
}

.index-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    pointer-events: none;
    z-index: 2;
}

/* ========== 通用标题样式 - 蓝紫科技风 ========== */
.index-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
}

.index-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0045ae, #0049FE, #fff);
    border-radius: 2px;
}

.index-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #0049FE;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #0049FE;
}

.index-title h1 {
    position: relative;
    display: inline-block;
    font-size: 32px !important;
    color: #0045ae !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
}

/* ========== index-a2 区域：公司概况 + 新闻动态 ========== */
.index-a2 {
    display: flex;
    gap: 30px;
    padding: 0 15px;
    margin-bottom: 40px !important;
}

.index-a2-fl {
    flex: 1;
    height: auto !important;
    min-height: 420px;
    border: none !important;
    border-radius: 16px;
    background: #fff;
    /* box-shadow: 0 8px 30px rgba(0, 73, 254, 0.1); */
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    background-color: #f7f8fd;
}

.index-a2-fl:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 16px 45px rgba(0, 73, 254, 0.2); */
}

.index-a2-fl .index-a2-fr-tab {
    background: linear-gradient(90deg, #e8ecf8, #d4ddf5) !important;
    height: 52px !important;
    border-bottom: none !important;
    position: relative;
}

.index-a2-fl .index-a2-fr-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0049FE, #fff);
}

.index-a2-fl .index-a2-fr-tab-text a {
    color: #0045ae !important;
    font-size: 18px !important;
    font-weight: 600;
    margin-left: 25px !important;
    padding: 0 !important;
    letter-spacing: 1px;
}

.index-a2-fl .index-a2-fr-tab .more {
    color: #384472 !important;
    font-weight: 500;
    transition: all 0.3s;
}

.index-a2-fl .index-a2-fr-tab .more:hover {
    color: #0045ae !important;
    transform: translateX(5px);
}

.index-a4-fr-text {
    padding: 30px;
}

.index-a4-fr-text p {
    font-size: 15px;
    line-height: 2;
    color: #444;
    text-indent: 2em;
}

/* 右侧新闻动态 */
.index-a2-fr {
    flex: 1;
    height: auto !important;
    min-height: 420px;
    border: none !important;
    border-radius: 16px;
    background: #fff;
    /* box-shadow: 0 8px 30px rgba(0, 73, 254, 0.1); */
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    background-color: #f7f8fd;
}

.index-a2-fr:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 16px 45px rgba(0, 73, 254, 0.15); */
}

.index-a2-fr .index-a2-fr-tab {
    background: linear-gradient(90deg, #e8ecf8, #d4ddf5) !important;
    height: 52px !important;
    position: relative;
}

.index-a2-fr .index-a2-fr-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0049FE, #fff);
}

.index-a2-fr .index-a2-fr-tab-text a {
    color: #0045ae !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 0 25px !important;
    letter-spacing: 1px;
}

.index-a2-fr .index-a2-fr-tab .more {
    color: #384472 !important;
    font-weight: 500;
    transition: all 0.3s;
}

.index-a2-fr .index-a2-fr-tab .more:hover {
    color: #0045ae !important;
    transform: translateX(5px);
}

.index-a2-fr-box {
    /* padding: 20px; */
}

.index-a2-fr-line ul li a {
    padding: 12px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 6px;
    border-left: 3px solid transparent;
}

.index-a2-fr-line ul li a:hover {
    background: linear-gradient(90deg, #f0f3ff, #fff);
    border-left: 3px solid #0049FE;
    padding-left: 15px;
}

.index-a2-fr-line ul li a span {
    color: #444;
    font-size: 15px;
    transition: color 0.3s;
}

.index-a2-fr-line ul li a:hover span {
    color: #0049FE;
    font-weight: 500;
}

.index-a2-fr-line ul li a i {
    color: #888;
    font-size: 13px;
    background: #f0f0f0;
    padding: 3px 10px;
    border-radius: 20px;
    transition: all 0.3s;
}

.index-a2-fr-line ul li a:hover i {
    background: #0049FE;
    color: #fff;
}

/* ========== index-a3 区域：招标动态 + 政策法规 ========== */
.index-a3 {
    display: flex;
    gap: 30px;
    padding: 0 15px;
    margin-bottom: 40px !important;
}

.index-a3-fl {
    flex: 1.2;
    height: auto !important;
    min-height: 480px;
    border: none !important;
    border-radius: 16px;
    background: #fff;
    /* box-shadow: 0 8px 30px rgba(0, 73, 254, 0.1); */
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    background-color: #f7f8fd;
}

.index-a3-fl:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 16px 45px rgba(0, 73, 254, 0.15); */
}

.index-a3-fl .index-a2-fr-tab {
    background: linear-gradient(90deg, #e8ecf8, #d4ddf5) !important;
    height: 52px !important;
    border-bottom: none !important;
    position: relative;
}

.index-a3-fl .index-a2-fr-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0049FE, #fff);
}

.index-a3-fl .index-a2-fr-tab-text h1 {
    color: #0045ae !important;
    font-size: 18px !important;
    font-weight: 600;
    margin-left: 25px !important;
    letter-spacing: 1px;
}

.index-a3-fl .index-a2-fr-tab-text span {
    display: inline-block;
    margin-left: 30px !important;
    padding-top: 1px;
    line-height: 36px;
}

.index-a3-fl .index-a2-fr-tab-text a {
    color: #0045ae !important;
    font-size: 14px !important;
    background: rgba(0, 73, 254, 0.1) !important;
    border-radius: 10px;
    padding: 0 18px !important;
    text-indent: 0 !important;
    width: auto !important;
    margin-right: 5px !important;
    transition: all 0.3s;
    border: 1px solid rgba(0, 73, 254, 0.2);
}

.index-a3-fl .index-a2-fr-tab-text a.on2 {
    color: #fff !important;
    background: #0049FE !important;
    background-image: none !important;
    font-weight: 600;
    border-color: #0049FE;
    box-shadow: 0 2px 8px rgba(0, 73, 254, 0.3);
}

.index-a3-fl .index-a2-fr-line>a {
    color: #384472;
    font-weight: 500;
    transition: all 0.3s;
}

.index-a3-fl .index-a2-fr-line>a:hover {
    color: #0045ae;
    right: 15px;
}

.index-a3-fr {
    flex: 0.8;
    height: auto !important;
    min-height: 480px;
    border: none !important;
    border-radius: 16px;
    background: #fff;
    /* box-shadow: 0 8px 30px rgba(0, 73, 254, 0.1); */
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    background-color: #f7f8fd;
}

.index-a3-fr:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 16px 45px rgba(0, 73, 254, 0.2); */
}

.index-a3-fr .index-a2-fr-tab {
    background: linear-gradient(90deg, #e8ecf8, #d4ddf5) !important;
    height: 52px !important;
    position: relative;
}

.index-a3-fr .index-a2-fr-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0049FE, #fff);
}

.index-a3-fr .index-a2-fr-tab-text a {
    color: #0045ae !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 0 25px !important;
    letter-spacing: 1px;
}

.index-a3-fr .index-a2-fr-tab .more {
    color: #384472 !important;
    font-weight: 500;
    transition: all 0.3s;
}

.index-a3-fr .index-a2-fr-tab .more:hover {
    color: #0045ae !important;
    transform: translateX(5px);
}

/* ========== 业务范围区域 ========== */
.ind3-a1 {
    border-radius: 16px;
    overflow: hidden;
    /* background: #fff; */
    /* box-shadow: 0 8px 30px rgba(0, 73, 254, 0.1); */
    /* padding: 25px 0; */
    position: relative;
}

/* ========== 图片新闻区域 ========== */
.index-a5 {
    background: linear-gradient(180deg, #f5f7ff 0%, #ffffff 50%, #f5f7ff 100%) !important;
    padding: 50px 0 !important;
    position: relative;
}

.index-a5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0049FE, #0045ae, #0049FE);
}

.index-a5-box-line {
    display: flex;
    gap: 30px;
    padding: 0 15px;
}

.index-a5-box-fl {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 73, 254, 0.12);
    transition: all 0.4s ease;
    position: relative;
}

.index-a5-box-fl:hover::after {
    opacity: 1;
}

.index-a5-box-fl:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 73, 254, 0.2);
}

.index-a5-box-fl>i {
    height: 300px !important;
    overflow: hidden;
}

.index-a5-box-fl>i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.index-a5-box-fl:hover>i img {
    transform: scale(1.08);
}

.index-a5-box-fl-float {
    padding: 25px !important;
}

.index-a5-box-text h1 {
    font-size: 22px !important;
    color: #0045ae;
    margin-bottom: 15px !important;
    line-height: 1.4;
    font-weight: 600;
}

.index-a5-box-text p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #555;
    margin-bottom: 15px !important;
}

.index-a5-box-text span {
    color: #888;
    font-size: 14px;
    display: inline-block;
    padding: 4px 12px;
    background: #f0f3ff;
    border-radius: 20px;
}

.index-a5-box-fr {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.index-a5-box-fr-list {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 73, 254, 0.12);
    padding: 25px !important;
    height: auto !important;
    transition: all 0.4s ease;
    display: flex;
    gap: 20px;
    position: relative;
}

.index-a5-box-fr-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0049FE, #0045ae);
    opacity: 0;
    transition: opacity 0.3s;
}

.index-a5-box-fr-list:hover::after {
    opacity: 1;
}

.index-a5-box-fr-list:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 73, 254, 0.2);
}

.index-a5-box-fr-list>i {
    width: 180px !important;
    height: 130px !important;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 73, 254, 0.1);
}

.index-a5-box-fr-list>i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.index-a5-box-fr-list:hover>i img {
    transform: scale(1.08);
}

.index-a5-box-fr-list-fr {
    flex: 1;
    padding-top: 0 !important;
}

.index-a5-box-fr-list-fr h1 {
    font-size: 18px !important;
    margin-bottom: 12px !important;
    line-height: 1.4;
    color: #0045ae;
    font-weight: 600;
}

.index-a5-box-fr-list-fr p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #555;
    margin-bottom: 12px !important;
}

.index-a5-box-fr-list-fr span {
    color: #888;
    font-size: 14px;
    display: inline-block;
    padding: 4px 12px;
    background: #f0f3ff;
    border-radius: 20px;
}

.index-a5 a.more {
    border-radius: 30px;
    width: 160px;
    line-height: 48px;
    font-size: 16px;
    margin-top: 50px !important;
    transition: all 0.4s ease;
    box-shadow: 0 6px 20px rgba(0, 73, 254, 0.3);
    font-weight: 500;
    letter-spacing: 1px;
}

.index-a5 a.more:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 73, 254, 0.4);
    background: linear-gradient(90deg, #0049FE, #0045ae);
}

/* ========== 底部大幅改版 - 蓝紫科技风 ========== */

.footer::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0049FE, #fff, #0049FE);
}

.footer-box {
    position: relative;
    padding-top: 50px !important;
}

.ft1-b2 {
    border-bottom: none;
}

.ft1-b3 {
    position: relative;
}

.ft1-b3>div:first-child {
    position: relative;
    padding-bottom: 8px;
}

.ft1-b3>div:first-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #0049FE;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.ft1-b3:hover>div:first-child::after {
    width: 100%;
}

.ft1-b3>div:hover {
    transform: translateX(5px);
    color: #fff !important;
}

.ft-cont {
    margin: 15px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 73, 254, 0.2);
    border-bottom: 1px solid rgba(0, 73, 254, 0.2);
}

.ft-cont p {
    transition: all 0.3s ease;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.7) !important;
    position: relative;
    padding-left: 20px;
}

.ft-cont p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #0049FE;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s;
}

.ft-cont p:hover {
    color: #fff !important;
    transform: translateX(5px);
}

.ft-cont p:hover::before {
    opacity: 1;
    box-shadow: 0 0 8px rgba(0, 73, 254, 0.5);
}

.footer-box-fl-link {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s;
}

.footer-box-fl-link:hover {
    color: #fff !important;
}

.footer-box-fr-code {
    display: flex;
    background: rgba(0, 73, 254, 0.1);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px !important;
}

.footer-box-fr-code img {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    border: 2px solid rgba(0, 73, 254, 0.3);
}

.footer-box-fr-code img:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 73, 254, 0.6);
}

.footer-box-fr-code i {
    color: rgba(255, 255, 255, 0.7) !important;
    margin-top: 12px;
    display: inline-block;
    font-size: 13px;
}

/* ========== 内页侧边栏优化 ========== */

/* 内页左侧导航 */
.index-a4-fr-title-a1 h1 {
    color: #0045ae !important;
    position: relative;
    padding-bottom: 15px;
}

.index-a4-fr-title-a1 h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #0045ae, #0049FE);
    border-radius: 2px;
}

/* 内页列表项 */
.index-a2-fr-line ul li a,
.index-a3-fl-ul li a {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 4px;
}

.index-a2-fr-line ul li a:hover,
.index-a3-fl-ul li a:hover {
    background: linear-gradient(90deg, #f0f3ff, #fff);
    padding-left: 15px;
}

/* ========== 响应式调整 ========== */
@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .index-a2,
    .index-a3,
    .index-a5-box-line {
        gap: 20px;
    }

    .index-a2-fl,
    .index-a2-fr {
        min-height: 380px;
    }

    .index-a3-fl,
    .index-a3-fr {
        min-height: 420px;
    }

    .index-a5-box-fl>i {
        height: 240px !important;
    }

    .index-a5-box-fr-list>i {
        width: 140px !important;
        height: 100px !important;
    }

    .index-title h1 {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .index-a2,
    .index-a3 {
        flex-direction: column;
        padding: 0 0.35rem;
    }

    .index-a2-fl,
    .index-a2-fr,
    .index-a3-fl,
    .index-a3-fr {
        width: 100% !important;
        min-height: auto;
    }

    .index-a5-box-line {
        flex-direction: column;
    }

    .index-a5-box-fl {
        width: 100% !important;
        margin-bottom: 0.3rem;
    }

    .index-a5-box-fl>i {
        height: 4rem !important;
    }

    .index-a5-box-fr-list {
        flex-direction: column;
    }

    .index-a5-box-fr-list>i {
        width: 100% !important;
        height: 2.5rem !important;
    }

    .head-po {
        backdrop-filter: none;
    }

    .hd1-c1 {
        border-top: 2px solid #0049FE;
    }

    .index-title h1 {
        font-size: 0.5rem !important;
    }
}

/* ========== 内页内容区域样式调整 ========== */

/* 面包屑导航区域 */
.ren-a1 {
    background: linear-gradient(90deg, #f5f7ff, #eef1ff) !important;
    border-bottom: 1px solid rgba(0, 73, 254, 0.1);
}

.nav-bag {
    background: linear-gradient(90deg, #f5f7ff, #eef1ff) !important;
}

.ren-a2-fl a {
    color: #4a423b;
    transition: all 0.3s ease;
    position: relative;
}

.ren-a2-fl a:hover {
    color: #0049FE;
}

.ren-a2-fl a.ren-a2-ac {
    color: #0049FE !important;
    border-bottom: 3px solid #0049FE !important;
    font-weight: 600;
}

.ren-a2-fr a {
    color: #666;
    transition: color 0.3s;
}

.ren-a2-fr a:hover {
    color: #0049FE;
}

.ren-a2-fr span {
    color: #999;
}

/* 左侧栏 */
.ren-a3-fl-tit {
    background: linear-gradient(135deg, #e8ecf8, #d4ddf5) !important;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 4px 15px rgba(0, 73, 254, 0.1);
    position: relative;
    overflow: hidden;
    color: #0045ae !important;
}

.ren-a3-fl-tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0049FE, #fff);
}

.ren-a3-fl-ul {
    padding: 0;
    background: linear-gradient(180deg, #f8f9ff, #ffffff) !important;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 20px rgba(0, 73, 254, 0.08);
    border: 1px solid rgba(0, 73, 254, 0.08);
    border-top: none;
}

.ren-a3-fl-ul li a {
    padding: 0 22px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 4px 0;
    border-bottom: 1px solid rgba(0, 73, 254, 0.05);
}

.ren-a3-fl-ul li a:hover {
    color: #0049FE;
    background: linear-gradient(90deg, #f0f3ff, #fff);
    padding-left: 10px;
}

.ren-a3-fl-ul li a.ren-a3-fl-ac {
    color: #0049FE !important;
    background: linear-gradient(90deg, #f0f3ff, #fff);
    font-weight: 600;
    border-left: 3px solid #0049FE;
}

/* 右侧内容区 */
.ren-a3-fr-tit {
    color: #0045ae !important;
}

.ren-a3-fr-tit>p {
    border-bottom: 3px solid #0049FE !important;
    position: relative;
    padding-bottom: 8px;
}

.ren-a3-fr-tit>p::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #0049FE, #fff);
}

/* 标签页 */
.zhaocai-tab {
    color: #333;
    border-bottom: 1px solid rgba(0, 73, 254, 0.15) !important;
}

.zhaocai-tab p>a {
    transition: all 0.3s ease;
    position: relative;
}

.zhaocai-tab p>a:hover {
    color: #0049FE;
}

.zhaocai-tab p>a.zc-ac {
    color: #0049FE !important;
    border-bottom: 3px solid #0049FE !important;
    font-weight: 600;
}

/* 列表项 */
.zhaocai-a2 ul li a {
    transition: all 0.3s ease;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 8px;
    border-left: 3px solid transparent;
}

.zhaocai-a2 ul li a:hover {
    background: linear-gradient(90deg, #f0f3ff, #fff);
    border-left: 3px solid #0049FE;
    box-shadow: 0 2px 10px rgba(0, 73, 254, 0.08);
}

.zhaocai-a2 ul li a span::before {
    background: #0049FE !important;
    box-shadow: 0 0 6px rgba(0, 73, 254, 0.4);
}

.zhaocai-a2 ul li a span {
    color: #444;
    transition: color 0.3s;
}

.zhaocai-a2 ul li a:hover span {
    color: #0045ae;
}

.zhaocai-a2 ul li a i {
    color: #888;
    background: #f0f0f0;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s;
}

.zhaocai-a2 ul li a:hover i {
    background: #0049FE;
    color: #fff;
}

/* 分页 */
.page_div a {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.page_div a:hover {
    background: linear-gradient(135deg, #0049FE, #0066ff);
    color: #fff;
    border-color: #0049FE;
    box-shadow: 0 4px 12px rgba(0, 73, 254, 0.3);
}

.page_div a.curpage {
    background: linear-gradient(135deg, #0045ae, #0049FE) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 73, 254, 0.3);
}

/* 表格 */
.ren-a3-fr-tab tr {
    background: #faf9f9;
    transition: all 0.3s;
}

.ren-a3-fr-tab tr:hover {
    background: #f0f3ff;
}

.ren-a3-fr-tab .ren-a3-fr-tab-tr {
    background: linear-gradient(90deg, #0045ae, #0049FE) !important;
}

/* 公司概况内容 */
.gongsi-a1 p {
    line-height: 2;
    color: #444;
}

/* Banner文字 */
.ban-a3 p {
    color: rgba(255,255,255,0.8);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ban-a3 h6 {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
}

.ban-a3 h6::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0049FE, #fff);
    border-radius: 2px;
}

.ban-a3 span {
    background: linear-gradient(90deg, #0049FE, #fff);
}

}