﻿/* 全局样式 */
:root {
    --primary-color: #1a5f7a;  /* 融捷主色调 */
    --secondary-color: #2c8ab0;  /* 辅助色 */
    --text-color: #333;
    --light-gray: #f5f5f5;
    --white: #ffffff;
}
/* ===========================new class 2025-04-24 start================================ */
.img-app {
    width: 1200px; 
    max-width: 100%; 
    height: auto;
}

/* 媒体查询 */
@media screen and (min-width: 1201px) {
    .display-none--xl {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .display-none--sm {
        display: none !important;
    }
}

.floating-button {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 10%;
    background: transparent;
    border: none;
    opacity: 0;
}

.floating-button.floating-button--icon{
    opacity: 1;
    top: 8px;
    right:18px
}

.floating-logo {
    z-index:99;
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    height: 7%;
    background: transparent;
    border: none;
    opacity: 0;
}

.img-app-container {
    position: relative;
}

.video-app {
    top: 0;
    left: 0;
}

.index-logo {
    position: absolute;
    top: 28px;
    left: 20px;
    width: 32%;
    height: 100px;
    background: transparent;
    border: none;
    z-index: 9999;
    transition: opacity 0.3s;
}

.floating-button.index-btn {
    opacity: 1;
    top: 21px;
    right: 18px;
    z-index: 999;
}

/* 侧边栏样式 */
.sidebar {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.sidebar.active {
    right: 0;
}

.sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
}

.sidebar-content {
    padding: 2%;
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    margin-bottom: 5px;
}

.sidebar-nav > li > a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 4px;
    position: relative;
    background: url(../images/icon/right-arrow.png) 97% center no-repeat;
    background-size: 16px;
}

.bottom-bg {
    background-image: url(../images/icon/bottom-arrow.png) !important;
}

.moblie-container {
    overflow-x: hidden;
    position: relative;
}

.banner {
    position: absolute;
    top: 0;
    max-width: 100%;
    min-width: 90%;
    z-index: 9;
    background-color: transparent !important;
    height: 59px;
    margin: 5%;
    background: url(../images/app/banner.png) top center no-repeat;
    background-size: 100%;
}

.sidebar-nav .submenu {
    margin-top: 5px;
    display: none;
}

.sidebar-nav .submenu.active {
    display: block;
}

.sidebar-nav .submenu li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin: 0 15px;
    padding: 10px 18px;
    border-radius: 4px;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

.sidebar-overlay.active {
    display: block;
}

.sidebar-nav > li > a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 4px;
    position: relative;
}

.sidebar-nav .submenu li a.current-page,.sidebar-nav .submenu li:has(>a.current-page)::marker {
    color: #1890ff;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .sidebar {
        display: none;
    }
}

li {
    list-style: none;
}

/* ========================new class 2025-04-24 end=========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans SC', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.lang-switch{ background: none; border: 0; color: #fff;}
.nav-left{ float: left;}
.nav-center{ float: left; margin-left: 60px;}

/* 导航栏样式 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
   padding: 20px 0; 
}

.navbar:hover{ padding-bottom: 0; height: 73px; background: rgba(0, 0, 0, 0.5); }
.header_hover{background: rgba(0, 0, 0, 0.5);}

.nav-container {
    width: 1440px;
    margin: 0 auto;

    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.nav-left .logo {
    height: 40px; margin: 15px 0;
}

.nav-left .logo img {
    height: 100%;
    width: auto;
}

.nav-center .nav-links {
    display: flex;
    gap: 40px; margin-right: 60px;
}


.nav-links dl {
   float: left; position:relative; height: 70px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative; float: left; line-height: 70px;
}


.nav-links dl:nth-of-type(1) dd .ermenu{ padding-left: 243px; }
.nav-links dl:nth-of-type(2) dd .ermenu{ padding-left: 347px; }
.nav-links dl:nth-of-type(3) dd .ermenu{ padding-left: 452px; }
.nav-links dl:nth-of-type(4) dd .ermenu{ padding-left: 556px; }
.nav-links dl:nth-of-type(5) dd .ermenu{ padding-left: 659px; }
.nav-links dl dd {
    position: fixed; width: 100%; min-width:1440px; overflow: hidden; left: 0; top: 73px; display: none;   background: rgba(0, 0, 0, 0.5);  box-sizing: border-box;
 }
 
 .nav-links dl:hover dd{ display: block; height: auto; }
 .ermenu{ width: 1440px; margin: 0 auto; overflow: hidden; box-sizing: border-box; padding-bottom: 20px;}

 .nav-links dl dd a{  float:none; display: block; height:30px; line-height: 30px; font-size: 12px; color: #fff; }
 .nav-links dl dd a:hover{ color: #9de0fd;}
.nav-links a:hover {
    color: #9de0fd; 
}

/* .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #003399;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
} */

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px; float: right; margin: 15px 0 0 0;
}

.search-box {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0px 15px;
    border: 1px solid #fff;
}

.search-box input {
    background: none;
    border:0;
    color: #fff;
    padding: 5px;
    width: 40px;
    outline: none;
}
.search-box:hover input{ width: 80px;}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-box i {
    color: #fff;
    cursor: pointer; font-size: 12px;
}

.qr-code {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
}

.qr-code img {
    width: 30px;
    height: 30px;
}

.qr-code span {
    color: #fff;
    font-size: 14px;
}

/* 轮播区域样式 */
.slider-section {
   
    width: 100%;
    height: 1080px;
    position: relative;
    overflow: hidden;
}

.slider-container {
    width: 1920px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

/* 视频轮播样式 */
.video-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.video-slide.active {
    opacity: 1;
}

.video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 图片轮播样式 */
.image-slider {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.image-slider.active {
    display: block;
}

.image-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.image-slide.active {
    opacity: 1;
}

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

/* 轮播控制样式 */
.slider-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
}

.slider-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background: var(--white);
}

/* 轮播切换按钮样式 */
.slider-switch {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.switch-btn {
    background: rgba(255,255,255,0.8);
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.switch-btn.active {
    background: var(--primary-color);
    color: var(--white);
}

/* 企业介绍和数字展示样式 */
.company-intro {
    background-color: #f0f4f7;
    padding: 60px 0 0 0;
}

.company-intro .container {
    width: 100%;
    max-width: 1400px;
}

.intro-content {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.intro-content h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%; font-size: 16px; color: #333;
}

.intro-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 1200px;
    margin: 30px auto 0;
    text-align: center;
}

.intro-content p .number-text {
    font-size: 29px;
    color: #333;
    font-weight: 500;
}

.number-slider {
    position: relative;
    height: 400px;
}

.number-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.number-slide.active {
    opacity: 1;
}

.number {
    font-size: 48px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.label {
    font-size: 20px;
    color: var(--text-color);
}

.stats-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 36.2187px;
}

.stat-item {
    text-align: center;
    padding: 0 60px;
}

.stat-number {
    color: #333;
    margin-bottom: 10px;
}

.stat-number .number-text {
    font-size: 29px;
    font-weight: 500;
    color: #0a3a84;
}

.stat-label {
    font-size: 14px;
    color: #666;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background-color: #0a3a84;
}

/* 图片展示区样式 */
.image-gallery {
    padding: 80px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* 新闻资讯样式 */
.news-section {
    padding: 80px 0;
    background-color: #fff;
}

.news-title {
    text-align: center;
    margin-bottom: 50px;
}

.news-title .en-title {
    font-family: "阿里妈妈方圆体 VF Thin", sans-serif;
    font-size: 24px;
    color: #666;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
}

.news-title .cn-title {
    font-family: "PingFang SC Semibold", "苹方-简 Semibold", sans-serif;
    font-size: 50px;
    color: #003399;
    margin: 0;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.news-title .cn-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background-color: #003399;
}

.news-tabs {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 20px 20px;
}

.news-tabs .tab-btn {
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    color: #666;
    transition: all 0.3s ease;
}

.news-tabs .tab-btn.active {
    color: #003399;
    font-weight: 500;
}

.news-tabs .tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #003399;
}

.news-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.news-featured .news-image {
    height: 360px;
    overflow: hidden;
}

.news-featured .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-featured:hover .news-image img {
    transform: scale(1.05);
}

.news-featured .news-content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news-featured .news-date {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.news-featured .date {
    font-size: 24px;
    color: #003399;
    font-weight: 500;
}

.news-featured .year {
    font-size: 16px;
    color: #666;
}

.news-featured .news-title {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.4;
    transition: color 0.3s ease;
    padding: 0;
    text-align: left;
}

.news-featured .news-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}

.news-item {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}

.news-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
}

.news-item .news-image {
    height: 180px;
    overflow: hidden;
}

.news-item .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-item .news-content {
    padding: 20px 0;
}

.news-item .news-date {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.news-item .date {
    font-size: 20px;
    color: #003399;
    font-weight: 500;
}

.news-item .year {
    font-size: 14px;
    color: #666;
}

.news-item .news-title {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    padding: 0;
}

.news-item .news-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .news-item:nth-child(2n)::after {
        display: none;
    }
    
    .news-featured {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-featured .news-image {
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .news-item::after {
        display: none;
    }
    
    .news-tabs {
        gap: 30px;
        padding: 0 0 20px;
    }
    
    .news-featured .news-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .news-title .cn-title {
        font-size: 28px;
    }
    
    .news-tabs .tab-btn {
        font-size: 16px;
        padding: 8px 15px;
    }
    
    .news-featured .news-image {
        height: 200px;
    }
}

/* 页脚样式 */
.footer {
    background-color: #fff;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.footer .container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.footer-left .contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-left .contact-info p {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-left .contact-info i {
    color: #003399;
    width: 16px;
}

.footer-center .copyright {
    text-align: center;
}

.footer-center .copyright p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.footer-center .copyright .police-icon {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.footer-right .qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-right .qr-code img {
    width: 100px;
    height: 100px;
}

.footer-right .qr-code p {
    color: #666;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-left .contact-info {
        align-items: center;
    }

    .footer-center .copyright {
        margin: 20px 0;
    }
}

/* 返回顶部按钮 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--primary-color);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.back-to-top:hover {
    background-color: var(--secondary-color);
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .company-intro .container {
        grid-template-columns: 1fr;
    }

    .gallery-grid,
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slider-section {
        height: 400px;
    }
    
    .slider-switch {
        top: 10px;
        right: 10px;
    }
    
    .switch-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .gallery-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

/* 业务概览样式 */
.business-overview {
    padding: 80px 0;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
}

.business-title {
    text-align: center;
    margin-bottom: 60px;
}

.business-title .en-title {
    font-family: "阿里妈妈方圆体 VF Thin", sans-serif;
    font-size: 24px;
    color: #666;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
}

.business-title .cn-title {
    font-family: "PingFang SC Semibold", "苹方-简 Semibold", sans-serif;
    font-size: 50px;
    color: #003399;
    margin: 0;
    font-weight: 600;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.business-item {
    padding: 40px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
}

.business-item:hover {
    background-color: #f8f9fa;
}

.business-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003399;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-icon i {
    font-size: 24px;
    color: #fff;
}

.business-text {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-text h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.arrow {
    color: #003399;
    font-size: 24px;
    font-weight: normal;
}

@media (max-width: 1024px) {
    .business-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .business-item {
        padding: 30px;
    }
}

@media (max-width: 1200px) {
    .business-grid {
        grid-template-columns: 1fr;
    }
    
    .business-item {
        padding: 20px;
    }
    
    .business-title .cn-title {
        font-size: 36px;
    }
    
    .business-icon {
        width: 50px;
        height: 50px;
    }
    
    .business-icon i {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .business-title .cn-title {
        font-size: 28px;
    }
    
    .business-text h3 {
        font-size: 16px;
    }
}

.number-text {
    color: #003399;
    font-weight: bold;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.number-text.animate {
    opacity: 1;
    transform: translateY(0);
} 


.nnpic{ width: 100%; float: left; position:relative;}
.nnpic img{ width: 100%; float: left;}

.catebox{ width: 83%; margin:0 auto; overflow: hidden; height: 50px; position: absolute; left: 8.5%; bottom: 0;}
.catebox a{ float: left; display: block; cursor: pointer; font-size: 14px; text-decoration: none; height: 35px; line-height:35px; color: #003b81; background: url(../images/bh1.png) right 5px bottom 5px no-repeat; background-size: auto 10px; padding: 0 30px 0 10px; border: 1px solid #003b81; margin-right: 15px;}
.catebox a:hover,.catebox a.on{ color: #fff;background: url(../images/bh2.png) right 5px bottom 5px no-repeat #003b81; background-size: auto 10px; }


.footer-box{ width: 100%; float: left; position: relative;}
/*-------------------------------------------*/
.footer-legal {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  /* padding: 12px 0; */
  /* background: rgba(255,255,255,0.95);
  border-top: 1px solid #f0f0f0; */
  position: absolute; left: 0; bottom:55px; width: 100%; text-align: center;
}
 
.copyright-info {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
 
.icp-link, .police-record {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  /* display: inline-flex;
  align-items: center; */
}
 
.police-badge {
  margin-right: 0;
  vertical-align: middle;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}
 
.icp-link:hover, .police-record:hover {
  color: #1890ff;
}
 
@media (max-width: 1200px) {
  .copyright-info {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}
