        @font-face {
            font-family: 'SourceHanSansCN';
            src: url('/template/pc/fonts/SourceHanSansCN-Regular.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        
        @font-face {
            font-family: 'SourceHanSansCN';
            src: url('/template/pc/fonts/SourceHanSansCN-Bold.otf') format('opentype');
            font-weight: bold;
            font-style: normal;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'SourceHanSansCN', sans-serif;
        }
        
        body {
            line-height: 1.6;
        }
        
        a {
            text-decoration: none;
            color: inherit;
        }
        
        ul {
            list-style: none;
        }
        .container {
            max-width: 1680px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        /* 头部导航 */
        header {
            position: absolute;
            width: 100%;
            top: 0;			
            z-index: 1000;
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 0;
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo img {
            margin-right: 5px;
        }
        
        .logo-text {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
        }
			.footer-bottom1 {
				display: none;
			}
        
        .nav-menu1 {
            display: flex;
            align-items: center;
			border-bottom: solid 1px #ffffff;
			margin-left: 478px;
			margin-right: 108px;
			margin-top: -24px;
			z-index: 3000px;
        }
		
        .nav-menu {
            display: flex;
            align-items: center;
        }
        
        .nav-list {
            display: flex;
            margin-left: 95px;
        }
        
        .nav-item {
            position: relative;
            margin: 0 45px;
        }
        
        .nav-link {
            color: #fff;
            font-size: 18px;
            padding: 5px 0;
            position: relative;
            white-space: nowrap;
            display: flex;
            align-items: center;
        }
        
        .nav-link.active {
            color: #fff;
        }
        
        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -26px;
			margin: 10px 10px 0 10px;
            width: 70%;
            height: 4px;
			align-items: center;
			margin-top: 50px;
            background-color: #fff;
        }
        
        .nav-link .dropdown-arrow {
            margin-left: 5px;
            font-size: 10px;
            transition: transform 0.3s ease;
        }
        
        .nav-item:hover .dropdown-arrow {
            transform: rotate(180deg);
        }
        
        .nav-item:hover .dropdown-menu {
            display: block;
        }
        
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            min-width: 150px;
            display: none;
            z-index: 1;
        }
        
        .dropdown-item {
            padding: 10px 5px;
            font-size: 17px;
            color: #666;
            display: block;
			margin: 0 10px 5px 10px;
        }
        
        .dropdown-item:hover {
			border-bottom: 2px solid #1e2b49;
			
        }
        
        
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
            padding: 18px 15px;
            border-radius: 3px;
            font-size: 20px;
            margin-top: 20px;
            transition: background-color 0.3s;
            border: none;
            cursor: pointer;
			width: 237px;
        }
        
        .btn i {
            margin-right: 8px;
        }
        
        .btn:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }
        /* Pagination */
        .pagination {
			cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 40px;
        }
        
        .page-item {
            margin: 0 5px;
        }
        
        .page-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            font-size: 14px;
            color: #d3cece;
        }
        
        .page-link.active {
            background-color: #fff;
            color: #1a2b47;
            border-color: #1a2b47;
        }
        
        .page-link:hover:not(.active) {
            background-color: #fff;
            color: #1a2b47;
        }
        
        .page-prev, .page-next {
            width: auto;
            padding: 0 10px;
        }

/* Mobile Menu */
        /* 英雄区域 */
        .hero {
            height: 100vh;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            position: relative;
        }
        
        .hero::before {
            /* content: ''; */
            /* position: absolute; */
            /* top: 0; */
            /* left: 0; */
            /* width: 100%; */
            /* height: 100%; */
            /* background-color: rgba(0, 0, 0, 0.5); */
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 755px;
            padding: 0 20px;
        }
        
        .hero-logo {
            margin-bottom: 20px;
        }
        
        .hero-text {
            margin-bottom: 30px;
            font-size: 19.5px;
            line-height: 40px;
        }
        
        .hero-search {
            display: flex;
            max-width: 740px;
            margin: 0 auto;
        }
        
        .hero-search input {
            flex: 1;
            padding: 18px 14px;
            border: none;
            outline: none;
			width: 658px;
			margin-right: -5px;
        }
        
        .hero-search button {
            background-color: #d8d8d8;
            border: none;
            cursor: pointer;
        }
        
        /* 介绍区域 */
        .intro {
            padding: 120px 5%;
            display: flex;
            flex-wrap: wrap;
        }
        
        .intro-image {
            flex: 1;
            min-width: 300px;
            padding-right: 80px;
        }
        
        .intro-image img {
            width: 100%;
            height: auto;
        }
        
        .intro-content {
            flex: 1;
            min-width: 300px;
        }
        
        .intro-title {
			/* background-image: url('/template/pc/image/aboutp.png'); */
            font-size: 40px;
			line-height: 70px;
			font-weight: 500;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
			background-repeat: no-repeat;
        }
        
        .intro-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 124px;
            height: 6px;
            background-color: #fff400;
        }
        
        .intro-text {
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 30px;
			color: #333;			
        }
        
        .read-more {
            display: inline-block;
            padding: 13px 41px;
            background-color: #f0f0f0;
            color: #333;
            text-decoration: none;
            font-size: 18px;
        }
        
        /* 统计区域 - 修改为偏右显示 */
        .stats {
			background-image: url('/template/pc/image/tongji.png');
			height: 540px;
            background-color: #1e2736;
            padding: 60px 5%;
            display: flex;
            justify-content: flex-end;
            flex-wrap: wrap;
            color: #fff;
        }
        
        .stats-container {
            display: flex;
            justify-content: space-around;
            max-width: 1300px;
            width: 100%;
			padding: 150px 0;
        }
        
        .stat-item {
            margin: 20px;
        }
        
        .stat-number {
            font-size: 72px;
            font-weight: 100;
            margin-bottom: 10px;
			text-align: left;
			font-family: is2;
        }
        .stat-number1 {
            font-size: 38px;
            vertical-align:top;
            display:inline-block;
			margin-top:10px;
			margin-left:10px;
			font-family: is2;
        }
        
        .stat-text {
            font-size: 20px;
			margin-top: 20px;
        }
        
        /* 服务区域 - 修改为左右布局 */
        .services {
            padding: 80px 5%;
            background-color: #f5f5f5;
            display: flex;
            flex-wrap: wrap;
			margin-top: 100px;
        }
        
        .services-left {
            flex: 0 0 20%;
            padding-right: 40px;
        }
        
        .section-title {
            font-size: 48px;
            margin-bottom: 30px;
            position: relative;
			font-weight: 500;
        }
        
        .section-subtitle {
            font-size: 20px;
            color: #666;
            margin-top: 5px;
        }
        
        .services-intro {
            font-size: 14px;
            line-height: 1.8;
            margin-top: 20px;
            color: #666;
        }
        
        .services-right {
            flex: 0 0 80%;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 40px;
        }
        
        .service-card {
            overflow: hidden;
        }
        
        .service-image {
            height: 340px;
            overflow: hidden;
        }
        
        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }
        
        .service-card:hover .service-image img {
            transform: scale(1.05);
        }
        
        .service-info {
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .service-name {
            font-size: 24px;
			font-weight: 400;
        }
        
        .service-button {
            display: inline-block;
            padding: 10px 30px;
            background-color: #f0f0f0;
            color: #333;
            text-decoration: none;
            font-size: 16px;
        }
		
        .service-button:hover {
            display: inline-block;
            padding: 10px 30px;
            background: #1e2b49 !important;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }
        
        /* 案例区域 */
        .cases {
            padding: 120px 5%;
        }
        
        .case-carousel {
            position: relative;
            margin-top: 20px;
            overflow: hidden;
        }
        
        .case-slider {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .case-item {
            flex: 0 0 calc(50% - 20px);
            margin: 10px;
            display: flex;
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
			border: solid 1px #e1e1e1;
        }
        
        .case-image {
            flex: 0 0 40%;
			margin: 25px;
            position: relative;
			width: 340px;
			height: 340px;
        }
        
        .case-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .case-content {
            flex: 0 0 60%;
            padding: 25px 90px 10px 30px;
            display: flex;
            flex-direction: column;
        }
        
        .case-title {
            font-size: 24px;
			line-height: 29px;
			font-weight: 500;
            padding: 0 0 10px 0px;
        }
        
        .case-text1 {
			background-color: #e6e7e8;
			width: 117px;
            font-size: 16px;
            line-height: 1.8;
            color: #666;
            margin-bottom: 25px;
			text-align: center;
        }
        .case-text2 {
			background-color: #fff400;
			width: 6px;
			height: 28px;
			margin-bottom: -29px;
			z-index: 2;
        }
        .case-text {
            font-size: 16px;
            line-height: 31px;
            color: #666;
            margin-bottom: 15px;
            flex-grow: 1;
        }
        
        .case-link {
            color: #999;
            text-decoration: none;
            font-size: 14px;
            align-self: flex-start;
        }
        
        .carousel-nav {
            text-align: left;
            margin-top: 20px;
        }
        
        .carousel-dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #ccc;
            margin: 0 5px;
            cursor: pointer;
        }
        
        .carousel-dot.active {
            background-color: #333;
        }
        
        /* 合作伙伴区域 */
        .partners {
            padding: 120px 5%;
            background-color: #1e2b49;
            color: #fff;
        }
        
        .partners-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .partners-intro {
            flex: 1;
            min-width: 300px;
            margin-bottom: 20px;
        }
        
        .partners-intro p {
            font-size: 20px;
            line-height: 32px;
            max-width: 619px;
            margin-top: 10px;
            color: #ccc;
        }
        
        .partner-stats {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            min-width: 900px;
			margin-top: 50px;
        }
        
        .partner-stat {
            margin: 1px 30px;
        }
        
        .partner-number {
            font-size: 58px;
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .partner-text {
            font-size: 24px;
            color: #fff;
			margin-top: 15px;
        }
        
        .partner-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        
        .partner-logo {
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
        
        .partner-logo img {
            max-width: 80%;
        }
        
        .partner-pagination {
            text-align: center;
            margin-top: 30px;
        }
        
        .partner-page {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            margin: 0 5px;
            background-color: transparent;
            color: #fff;
            border: 1px solid #fff;
            cursor: pointer;
        }
        
        .partner-page.active {
            background-color: #fff;
            color: #1e2736;
        }
        
        /* 页脚 */
        footer {
            background-color: #fff;
            padding: 120px 0 20px;
        }
        
        .footer-container {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        
        .footer-left {
            max-width: 400px;
        }
        
        .footer-logo {
            margin-bottom: 20px;
        }
        
        .footer-logo img {
        }
        
        .footer-text {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }
        
        .footer-links {
            display: flex;
            flex: 1;
            justify-content: space-around;
        }
        
        .footer-column {
            margin-right: 0px;
			border-left: solid 1px #e1e1e1;
			height: 150px;
			padding: 5px 0 0 25px;
			
        }
        
        .footer-column-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }
        
        .footer-link {
            display: block;
			margin-right: 20px;
            font-size: 16px;
            color: #666;
            margin-bottom: 30px;
        }
        
        .footer-qrcode {
            margin-left: 100px;
        }
        
        .qrcode-img {
            width: 140px;
            height: 140px;
            margin-bottom: 10px;
        }
        
        .social-links {
            display: flex;
            margin-top: 10px;
        }
        
        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 8px 5px;
            color: #666;
        }
        
        .contact-btn-footer {
            display: block;
            background-color: #1a2b47;
            color: #fff;
            text-align: center;
            padding: 10px;
            font-size: 18px;
            margin-top: 15px;
        }
        
        .copyright {
            font-size: 14px;
            color: #666;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        
        .footer-bottom-left {
            font-size: 14px;
            color: #666;
        }
        
        .footer-bottom-right {
            display: flex;
            align-items: center;
        }
        
        .footer-contact {
            display: flex;
            align-items: center;
            margin-left: 20px;
            font-size: 14px;
            color: #666;
        }
        
        .footer-contact i {
            margin-right: 5px;
        }
        
        .footer-contact-email {
            margin-left: 20px;
        }
        
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 3px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 20px;
            cursor: pointer;
            z-index: 99;
        }
        /* 顶部搜索框弹出 */
        .header-search-popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 2000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .header-search-popup.active {
            opacity: 1;
            visibility: visible;
        }
        
        .header-search-container {
            width: 80%;
            max-width: 600px;
            position: relative;
        }
        
        .header-search-input {
            width: 100%;
            padding: 15px 20px;
            font-size: 18px;
            border: none;
            border-radius: 0;
            outline: none;
            background-color: transparent;
            border-bottom: 1px solid #fff;
            color: #fff;
        }
        
        .header-search-input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }
        
        .header-search-btn {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            padding: 0 20px;
            background-color: transparent;
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 18px;
        }
        
/* 移动菜单按钮 */
.mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
			margin: 10px;
}
/* 移动菜单 */
        /* Mobile Menu */
        .mobile-menu-toggle {
            display: none;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
        }
        
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background-color: #fff;
            z-index: 2000;
            transition: left 0.3s ease;
            overflow-y: auto;
        }
        
        .mobile-menu.active {
            left: 0;
        }
        
        .mobile-menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            border-bottom: 1px solid #d8d8d8;
        }
        
        .mobile-menu-close {
            color: #333;
            font-size: 24px;
            cursor: pointer;
        }
        
        .mobile-menu-list {
            padding: 15px;
        }
        
        .mobile-menu-item {
            margin-bottom: 15px;
			border-bottom: 1px solid #d8d8d8;
        }
        
        .mobile-menu-link {
            color: #333;
            font-size: 16px;
            display: block;
            padding: 10px 0;
        }
        
        .mobile-dropdown-toggle {
            float: right;
            color: #333;
            font-size: 14px;
            transition: transform 0.3s;
        }
        
        .mobile-dropdown-toggle.active {
            transform: rotate(180deg);
        }
        
        .mobile-dropdown-menu {
            display: none;
            padding-left: 15px;
            margin-top: 10px;
        }
        
        .mobile-dropdown-item {
            margin-bottom: 10px;
        }
        
        .mobile-dropdown-link {
            color: #555;
            font-size: 14px;
            display: block;
            padding: 5px 0;
        }
        
        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1999;
            display: none;
        }
	.carousel-container {
		display: none;
	}
    .case-carousel {
				display: block;
			}
		
/* 响应式设计 */
@media (max-width: 992px) {
    .partner-grid {
		grid-template-columns: repeat(3, 1fr);
    }
	.mobile-menu-toggle {
        display: block;
    }    
    .footer-links {
		grid-template-columns: repeat(2, 1fr);
    }
    .services-left {
		flex: 0 0 100%;
		padding-right: 0;
		margin-bottom: 40px;
    }
	.carousel-container {
		display: block;
	}
    .case-carousel {
				display: none;
			}
    
    .services-right {
		flex: 0 0 100%;
    }
			
}

@media (max-width: 768px) {
/* 案例区域 */
	.carousel-container {
		display: block;
	}
	.footer-bottom1 {
		display: block;
	}
	.footer-bottom {
		display: none;
	}
	.mobile-menu-toggle {
        display: block;
    }

		
.services-right {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 2fr));
    gap: 20px;
}

.service-card {
    overflow: hidden;
}

.service-image {
    height: 160px;
    overflow: hidden;
}

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

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-info {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-name {
    font-size: 16px;
			font-weight: 500;
}

.service-button {
    display: inline-block;
    padding: 5px 20px;
    background-color: #d7d8d7;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
		
.service-button:hover {
    display: inline-block;
    padding: 5px 20px;
    background: #1e2b49 !important;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

header {
    position: absolute;
    width: 100%;
    top: 0;			
    z-index: 1000;
			border-left: 10px;
			border-right: 10px;
			padding: 0 10px;
}
			
.header-container {
    border-bottom: solid 2px #999;
    padding: 10px 0;
}
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 100px;
}

.hero {
    height: 800px;
    background-image: url('/template/pc/image/b2.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.hero-logo {
    margin-bottom: 20px;
			width:190px;
			
}

.hero-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
}

.hero-search {
    display: flex;
    margin: 0 auto;
}

.hero-search input {
    flex: 1;
    padding: 18px 12px;
    border: none;
    outline: none;
			margin-right: -5px;
			width: 80%;
}

.hero-search button {
    background-color: #fff;
    border: none;
    cursor: pointer;
}


.nav-menu1 {
    display: flex;
    align-items: center;
			border-bottom: solid 1px #ffffff;
			margin-top: -20px;
			z-index: 3000px;
}
			.search-icon {
				color: #fff;
				font-size: 18px;
				cursor: pointer;
				margin-right: -300px;
			}
		
    .header-container {
flex-wrap: wrap;
    }
			
    .mobile-menu-btn {
display: block;
    }

    .nav-menu {
display:none; 
    }
    
    .nav-list {
display:none; 
    }
    .language-select {
display:none; 
    }
			
			.language-select1 {
				border: 1px solid #333;
				padding: 8px 15px;
				border-radius: 3px;
				font-size: 16px;
				line-height: 18px;
				color: #333;
				background-color: transparent;
			}

			.language-select1 option {
				background-color: #4a5b76;
				color: #fff;
			}  
			.mobile-menu-toggle {
display: block;
    }
    
    .nav-menu {
position: fixed;
top: 60px;
left: -100%;
width: 80%;
height: calc(100vh - 60px);
background-color: rgba(0, 0, 0, 0.9);
flex-direction: column;
padding: 20px 0;
transition: left 0.3s;
overflow-y: auto;
    }
    .nav-menu1 {
				display: block;
			}
    .stats-container {
				display: block;
			}
    .case-carousel {
				display: none;
			}
			
    .nav-menu.active {
left: 0;
    }
    
    .nav-menu li {
margin: 10px 20px;
    }
    
    .dropdown-menu {
position: static;
background-color: transparent;
padding: 10px 0 10px 20px;
display: none;
    }
    
    .dropdown-menu.show {
display: block;
    }
    
    .case-item {
flex: 0 0 100%;
margin: 10px 0;
flex-direction: column;
    }
    
    .case-image {
flex: 0 0 200px;
position: relative;
    }
.stats {
			height: 100%;
    background-color: #1e2b49;
    color: #fff;
}

.stats-container {
			
    width: 100%;
}

.stat-item {
		grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.stat-number {
    font-size: 24px;
			width: 100%;
    font-weight: 100;
    margin-bottom: 20px;
	font-family: is2;
}


.stat-number1 {
            font-size: 10px;
            vertical-align:top;
            display:inline-block;
			margin-top:10px;
			margin-left:10px;
			font-family: is2;
}

.stat-text {
			width: 100%;
    font-size: 16px;
			margin-top: 20px;
}
/* 合作伙伴区域 */
.partners {
    padding: 80px 5%;
    background-color: #1e2b49;
    color: #fff;
}

.partners-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.partners-intro {
    flex: 1;
    min-width: 100%;
    margin-bottom: 20px;
}
.section-title {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
			font-weight: 500;
}

.partners-intro p {
    font-size: 14px;
    line-height: 24px;
    max-width: 619px;
    margin-top: 10px;
    color: #ccc;
}

.partner-stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    min-width: 100%;
			margin-top: 50px;
			text-align: left;
}

.partner-stat {
    margin: 20px 200px 11px 8px;
}

.partner-number {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 5px;
}

.partner-text {
    font-size: 20px;
    color: #fff;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 1px;
}

.partner-logo {
    background-color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.partner-logo img {
    max-width: 80%;
    max-height: 60px;
}

.partner-pagination {
    text-align: center;
    margin-top: 30px;
}

.partner-page {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.partner-page.active {
    background-color: #fff;
    color: #1e2736;
}
/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link.active {
    background-color: #1a2b47;
    color: #fff;
    border-color: #1a2b47;
}

.page-link:hover:not(.active) {
    background-color: #f5f5f5;
}

.page-prev, .page-next {
    width: auto;
    padding: 0 10px;
}

/* 页脚 */
footer {
    background-color: #fff;
    padding: 50px 0 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-left {
    max-width: 400px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
}

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

.footer-links {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.footer-column {
    margin-right: 0px;
			border-left: solid 1px #e1e1e1;
			height: 150px;
			padding: 5px 0 0 25px;
			
}

.footer-column-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.footer-link {
    display: block;
			margin-right: 20px;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.footer-qrcode {
			margin-left: 1px;
}

.qrcode-img {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    margin-top: 10px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 5px;
    color: #666;
}

.contact-btn-footer {
    display: block;
    background-color: #1a2b47;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
			width: 240px;
}

.copyright {
    font-size: 14px;
    color: #666;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
	
.footer-bottom1 {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
			width:100%;
}

.footer-bottom-left1 {
    font-size: 14px;
    color: #666;
			width:100%;
}

.footer-bottom-right1 {
    display: flex;
    align-items: center;
			width:100%;
}

.footer-contact1 {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
    color: #666;
}

.footer-contact1 i {
    margin-right: 5px;
}

.footer-contact-email1 {
    margin-left: 20px;
}
    .footer-container {
flex-direction: column;
    }
    
    .footer-column {
margin-bottom: 30px;
width: 50%;
    }
    
    .footer-nav {
flex-direction: column;
margin: 0;
    }
    
    .footer-nav-item:not(:last-child)::after {
display: none;
    }
    
    .footer-nav-item {
margin-bottom: 15px;
    }
    
    .footer-links {
grid-template-columns: repeat(2, 1fr);
    }
   
    
}

@media (max-width: 576px) {
    .partner-grid {
grid-template-columns: repeat(2, 1fr);
    }
	    .footer-bottom1 {
			display: block;
		}
		.footer-bottom {
			display: none;
		}
    
    .footer-links {
grid-template-columns: repeat(4, 1fr);
    }
}
