    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
	
	html{
min-width:1400px;
margin:0px auto;	
	
}

    body {
        font-family: "Microsoft YaHei", sans-serif;
        color: #333;
        line-height: 1.6;
        padding-top: 109px;
    }

    .header {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: fixed;
        width: 100%;
        height: 109px;
        top: 0;
        z-index: 9999;
        background-color: white;
    }

    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
        height: 109px;
    }

    .logo {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
    }

    .logo img {
        margin-right: 10px;
    }

    .nav-menu {
        width: 968px;
        height: 19px;
        display: flex;
        list-style: none;
        justify-content: center;
        margin: 0;
        padding: 0;
        margin-top: -30px;
    }

    .nav-menu .dropdown-menu {
        top: 100%;
        left: 0;
    }

    .nav-menu li {
        margin-right: 40px;
        position: relative;
    }

    .nav-menu li:last-child {
        margin-right: 0;
    }

    .nav-menu a {
        text-decoration: none;
        color: #333;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        transition: color 0.3s;
        display: block;
        padding: 10px 0;
    }

    .nav-menu a:hover {
        color: #0066cc;
    }

    .nav-menu .active::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #0066cc;
    }

    .nav-menu li:nth-child(3) .dropdown-menu {
        top: 35px;
        left: -17px;
    }

    .nav-menu li:nth-child(4) .dropdown-menu {
        top: 35px;
        left: -17px;
    }

    .dropdown,
    .download {
        position: relative;
        display: inline-block;
    }

    .dropdown-toggle::after {
        content: "▼";
        font-size: 0.8rem;
        margin-left: 5px;
        color: #666;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1001;
        list-style: none;
        padding: 0;
        margin: 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .dropdown-menu li {
        padding: 0;
        width: 100%;
    }

    .dropdown-menu a {
        display: block;
        padding: 10px 15px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        transition: background-color 0.2s, color 0.2s;
        white-space: nowrap;
    }

    .dropdown-menu a:hover {
        background-color: #f5f5f5;
        color: #0066cc;
    }

    .download .dropdown-menu {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 120px;
    }

    .dropdown:hover .dropdown-menu,
    .download:hover .dropdown-menu,
    .dropdown.active:hover .dropdown-menu {
        display: block;
    }

    .download {
        width: 91px;
        height: 19px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #2A2A2A;
        line-height: 19px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download:hover {
        background-color: transparent;
    }

    .download>a {
        color: inherit;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }

    .download>a::after {
        content: "▼";
        font-size: 0.8rem;
        margin-left: 5px;
        color: #666;
        display: inline-block;
    }
	
	.qrcode-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.download:hover .qrcode-dropdown {
    display: block;
}

.qrcode-item img {
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    border-radius: 4px;
}

    .hero {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .hero img {
        width: 100%;
        height: auto;
        display: block;
    }

    .stats {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f8f9fa;
        padding: 40px 20px;
        width: 100%;
        height: 89px;
        margin: 0 auto;
        max-width: 1100px;
    }

    .stat-item {
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: center;
        flex: 1;
        justify-content: center;
        padding: 0 40px;
    }

    .stat-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stat-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 8px;
        display: block;
        margin-top: 10px;
    }

    .stat-divider {
        width: 1px;
        height: 40px;
        background-color: #ddd;
        margin: 0 20px;
    }

    .stat-number {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000000;
    }

    .stat-text {
        font-size: 0.9rem;
        color: #898989;
        font-weight: bold;
    }

    .services {
        padding: 60px 0;
        background: #e7e7e7;
    }

    .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    }

    .service-tabs {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-bottom: 40px;
        color: #838383;
        font-weight: bold;
    }

    .tab {
        padding: 10px 20px;
        font-size: 0.9rem;
        cursor: pointer;
        border-bottom: 3px solid transparent;
    }

    .tab.active {
        color: #000000;
        position: relative;
        border-bottom: none;
        background-image: linear-gradient(to right, #007bff, #007bff);
        background-size: 20% 3px;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding-bottom: 10px;
    }

    .service-grid {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .service-item {
        width: 300px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.2s;
    }
	.service-item a{
        text-decoration:none;
    }


    .service-item:hover {
        transform: translateY(-5px);
    }

    .service-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .service-content {
        padding: 15px;
        text-align: center;
    }
	
	
    .service-title {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
	

    .service-desc {
        color: #666;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .footer {
        background-color: #111;
        color: white;
        padding: 40px 20px;
        text-align: center;
        position: relative;
    }

    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
    }

    .footer-logo {
        width: 200px;
    }

    .logo-img {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .logo-1 img {
        max-width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-links h4 {
        font-size: 0.9rem;
        margin-bottom: 10px;
        color: #ccc;
    }

    .footer-links ul {
        list-style: none;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: #ccc;
        text-decoration: none;
        font-size: 0.9rem;
    }

    .footer-links a:hover {
        color: #fff;
    }

    .app-qrcode {
        margin-top: 10px;
    }

    .app-qrcode img {
        width: 100px;
        height: 100px;
    }

    .copyright {
        text-align: center;
        padding: 20px;
        background-color: #111;
        color: #ccc;
        font-size: 0.8rem;
        overflow: visible;
        padding-bottom: 40px;
    }
	
	.copyright a{color:#fff;text-decoration:none;}