        /* 英雄区域 */
        .hero {
            height: 861px;
            background-size: cover;
            background-position: center;
            position: relative;
            padding-top: 118px;
        }
        
        
        .hero-content {
            position: relative;
            z-index: 1;
            color: #fff;
            padding: 120px 0;
            max-width: 730px;
        }
        
        .hero-title {
            font-size: 64px;
            font-weight: 300;
            margin-bottom: 20px;
        }
        
        .hero-text {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 20px;
        }
        
        .contact-info {
            /* margin-top: 30px; */
            font-size: 20px;
        }
        
        .contact-info p {
            margin-bottom: 10px;
        }
        
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #d8d8d8;
            color: #1e2b49;
            padding: 18px 15px;
            font-size: 16px;
            margin-top: 20px;
            transition: background-color 0.3s;
            border: none;
            cursor: pointer;
			width: 240px;
			height: 50px;
        }
        
        .btn i {
            margin-right: 8px;
        }
        
        .btn:hover {
            background-color: #1e2b49;
			color: #fff;
        }

        
        /* Stats Section */
        .stats-section {
            padding: 120px 0 0;
            background-color: #fff;
        }
        
        .stats-container {
            display: flex;
            justify-content: space-around;
        }
        
        .stat-item {
            padding: 0 20px;
            position: relative;
        }
        
        .stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .stat-number1 {
            font-size: 64px;
            color: #333;
            margin-bottom: 10px;
        }
        
        .stat-unit1 {
            font-size: 20px;
			line-height: 18.5px;
            color: #333;
			magrin-left: 20px;
        }
        
        .stat-text1 {
            font-size: 20px;
            color: #666;
			margin-top: 20px;
        }
        
        /* Content Section */
        .content-section {
            padding: 80px 0 30px;
            background-color: #fff;
        }
        
        .content-text {
            font-size: 20px;
            line-height: 32px;
            color: #333;
            margin-bottom: 20px;
        }
        
        /* Partners Section */
        .partners-section {
		    border-top: 1px solid #eee;
            padding: 50px 0;
            background-color: #fff;
        }
        
        .partners-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .partner-card {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            height: 120px;
        }
        
        .partner-logo {
            max-width: 100%;
            max-height: 100px;
        }
        
        /* 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;
            font-size: 14px;
            color: #1a2b47;
            background-color: #fff;
        }
        
        .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;
        }
        
        
        .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;
        }
        
        
        /* Responsive */
        @media (max-width: 992px) {
            .partners-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .footer-container {
                flex-direction: column;
            }
            
            .footer-links {
                margin-top: 30px;
                margin-left: 0;
            }
            
            .footer-right {
                margin-top: 30px;
                text-align: center;
            }
            
            .social-links {
            }
            
            .social-link {
                margin: 0 5px;
            }
			.footer-bottom1 {
				display: block;
			}
			.footer-bottom {
				display: none;
			}
			
        }
        
        @media (max-width: 768px) {
        /* 英雄区域 */
        .hero {
            height: 861px;
            background-size: cover;
            background-position: center;
            position: relative;
            padding-top: 118px;
        }
        
        /* .hero::before { */
            /* content: ''; */
            /* position: absolute; */
            /* top: 0; */
            /* left: 0; */
            /* width: 100%; */
            /* height: 100%; */
            /* background-color: rgba(74, 91, 118, 0.7); */
        /* } */
        
        .hero-content {
            position: relative;
            z-index: 1;
            color: #fff;
            padding: 120px 0;
            max-width: 730px;
        }
        
        .hero-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .hero-text {
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 20px;
        }
        
        .contact-info {
            margin-top: 30px;
            font-size: 14px;
        }
        
        .contact-info p {
            margin-bottom: 10px;
        }
        
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #d8d8d8;
            color: #1e2b49;
            padding: 18px 15px;
            font-size: 16px;
            margin-top: 20px;
            transition: background-color 0.3s;
            border: none;
            cursor: pointer;
			width: 240px;
			height: 50px;
        }
        
        .btn i {
            margin-right: 8px;
        }
        
        .btn:hover {
            background-color: #1e2b49;
			color: #fff;
        }
		
        /* Stats Section */
        .stats-section {
            padding: 60px 0 0;
            background-color: #fff;
        }
        
        .stats-container {
            display: flex;
            justify-content: space-around;
            text-align: left;
        }
        
        .stat-item {
            padding: 0 20px;
            position: relative;
        }
        
        .stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .stat-number1 {
            font-size: 32px;
            color: #333;
            margin-bottom: 10px;
        }
        
        .stat-unit1 {
            font-size: 20px;
			line-height: 18.5px;
            color: #333;
			magrin-left: 20px;
        }
        
        .stat-text1 {
            font-size: 20px;
            color: #666;
			margin-top: 20px;
        }
        
        /* Content Section */
        .content-section {
            padding: 50px 0;
            background-color: #fff;
        }
        
        .content-text {
            font-size: 16px;
            line-height: 32px;
            color: #333;
            margin-bottom: 20px;
        }
        
        /* Partners Section */
        .partners-section {
		    border-top: 1px solid #eee;
            padding: 50px 0;
            background-color: #fff;
        }
        
        .partners-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .partner-card {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            height: 100px;
        }
        
        .partner-logo {
            max-width: 100%;
            max-height: 100%;
        }

			.contact-btn-footer {
				display: block;
				background-color: #1a2b47;
				color: #fff;
				text-align: center;
				padding: 10px;
				font-size: 14px;
				margin-top: 15px;
				width: 240px;
			}
			.footer-bottom1 {
				display: block;
			}
			.footer-bottom {
				display: none;
			}
            .nav-menu {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: block;
            }
            
            .hero {
                height: auto;
                padding-bottom: 50px;
            }
            
            .stats-container {
                flex-direction: column;
            }
            
            .stat-item {
                margin-bottom: 30px;
                padding: 0;
            }
            
            .stat-item:not(:last-child)::after {
                display: none;
            }
            
            .partners-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-links {
                flex-wrap: wrap;
            }
            
            .footer-column {
                width: 50%;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 576px) {
            .partners-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .footer-column {
                width: 50%;
            }
			.footer-bottom1 {
				display: block;
			}
			.footer-bottom {
				display: none;
			}
        
		}