* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.x7k9m2p4n {
    background: linear-gradient(135deg, #2c5f2d 0%, #1a8b3f 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.w3j8r5t2q {
    padding: 0;
}

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

.w3j8r5t2q .z2n8k4m7p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.p5t9k2m8x {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.p5t9k2m8x a {
    color: #fff;
}

.n8m4k7p2t {
    display: flex;
    list-style: none;
    gap: 30px;
}

.n8m4k7p2t a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.n8m4k7p2t a:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.m4k7p9t2n {
    min-height: calc(100vh - 80px);
}

.hero-banner {
    background: linear-gradient(135deg, #97d700 0%, #2c5f2d 100%);
    color: #fff;
    padding: 120px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: moveBackground 20s linear infinite;
}

@keyframes moveBackground {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

.t2n7k4m9p {
    position: relative;
    z-index: 1;
}

.p8t3k6m2n {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    animation: slideInUp 0.8s ease-out 0.2s both;
}

@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.n5k8t2m7p {
    font-size: 24px;
    margin-bottom: 40px;
    animation: slideInUp 0.8s ease-out 0.4s both;
}

.m7k3p9t5n {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: #2c5f2d;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: slideInUp 0.8s ease-out 0.6s both;
}

.m7k3p9t5n:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.k4m8p2t6n {
    padding: 80px 20px;
    background: #f8f9fa;
}

.t9k3m7p2n {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #2c5f2d;
    position: relative;
    animation: fadeInScale 0.6s ease-out;
}

@keyframes fadeInScale {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.t9k3m7p2n::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #97d700, #2c5f2d);
    margin: 15px auto 0;
    border-radius: 2px;
}

.p3k7m9t2n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.m8k2p6t9n {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    animation: cardFadeIn 0.6s ease-out both;
}

@keyframes cardFadeIn {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.m8k2p6t9n:nth-child(1) { animation-delay: 0.1s; }
.m8k2p6t9n:nth-child(2) { animation-delay: 0.2s; }
.m8k2p6t9n:nth-child(3) { animation-delay: 0.3s; }
.m8k2p6t9n:nth-child(4) { animation-delay: 0.4s; }

.m8k2p6t9n:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.k7m3p8t2n {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.m8k2p6t9n:hover .k7m3p8t2n {
    transform: scale(1.1);
}

.t5k9m2p7n {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 20px 10px;
    color: #2c5f2d;
}

.n2k8m4p6t {
    padding: 0 20px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.p9k3m7t2n {
    display: inline-block;
    margin: 0 20px 20px;
    padding: 10px 25px;
    background: #2c5f2d;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.p9k3m7t2n:hover {
    background: #1a8b3f;
    transform: translateX(5px);
}

.n7k4m8p2t {
    padding: 80px 20px;
    background: #fff;
}

.m5k8p3t7n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.p2k7m9t3n {
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.4s ease;
    animation: bounceIn 0.6s ease-out both;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.p2k7m9t3n:nth-child(1) { animation-delay: 0.1s; }
.p2k7m9t3n:nth-child(2) { animation-delay: 0.2s; }
.p2k7m9t3n:nth-child(3) { animation-delay: 0.3s; }
.p2k7m9t3n:nth-child(4) { animation-delay: 0.4s; }

.p2k7m9t3n:hover {
    background: #f8f9fa;
    transform: translateY(-5px);
}

.t8k3m6p2n {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.p2k7m9t3n:hover .t8k3m6p2n {
    transform: rotate(360deg);
}

.n4k9m2p7t {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c5f2d;
}

.k7m2p8t4n {
    color: #666;
    line-height: 1.8;
}

.k3m7p9t2n {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.p6k2m8t4n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.m9k3p7t2n {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    animation: slideInLeft 0.6s ease-out both;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.m9k3p7t2n:nth-child(1) { animation-delay: 0.1s; }
.m9k3p7t2n:nth-child(2) { animation-delay: 0.2s; }
.m9k3p7t2n:nth-child(3) { animation-delay: 0.3s; }

.m9k3p7t2n:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.n5k8m2p7t {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}

.t4k7m9p2n {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.k8m3p7t2n {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.p2k9m4t7n {
    color: #2c5f2d;
    font-size: 16px;
}

.n7k3m8p2t {
    color: #999;
    font-size: 14px;
}

.t7k2m9p4n {
    padding: 80px 20px;
    background: linear-gradient(135deg, #2c5f2d 0%, #1a8b3f 100%);
    color: #fff;
    text-align: center;
}

.p9k4m7t2n {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.n3k8m5p7t {
    font-size: 18px;
    margin-bottom: 40px;
}

.m6k9p3t8n {
    display: inline-block;
    padding: 15px 50px;
    background: #fff;
    color: #2c5f2d;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.m6k9p3t8n:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

.k2m9p4t7n {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 20px 20px;
}

.p7k3m9t2n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.m4k8p2t6n {
    animation: fadeInUp 0.6s ease-out both;
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.m4k8p2t6n:nth-child(1) { animation-delay: 0.1s; }
.m4k8p2t6n:nth-child(2) { animation-delay: 0.2s; }
.m4k8p2t6n:nth-child(3) { animation-delay: 0.3s; }

.t9k2m7p4n {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #97d700;
}

.n5k7m3p8t {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 10px;
}

.k3m8p7t2n {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.k3m8p7t2n a {
    color: #ccc;
    transition: all 0.3s ease;
}

.k3m8p7t2n a:hover {
    color: #97d700;
    padding-left: 10px;
}

.p8k3m7t2n {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: #999;
}

.n9k4m8p2t {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #2c5f2d;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.n9k4m8p2t.show {
    opacity: 1;
    visibility: visible;
}

.n9k4m8p2t:hover {
    background: #1a8b3f;
    transform: translateY(-5px);
}

.r4k8m2p9t {
    padding: 20px 0;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.t3k7m9p2n {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.t3k7m9p2n a {
    color: #2c5f2d;
    transition: color 0.3s ease;
}

.t3k7m9p2n a:hover {
    color: #1a8b3f;
}

.n6k2m8p4t {
    padding: 40px 20px 80px;
}

.p5k9m3t7n {
    max-width: 1200px;
    margin: 0 auto;
}

.m2k7p9t4n {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2c5f2d;
}

.k9m3p7t2n {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .w3j8r5t2q .z2n8k4m7p {
        flex-direction: column;
        gap: 20px;
    }

    .n8m4k7p2t {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .p8t3k6m2n {
        font-size: 32px;
    }

    .n5k8t2m7p {
        font-size: 18px;
    }

    .t9k3m7p2n {
        font-size: 28px;
    }

    .p3k7m9t2n,
    .m5k8p3t7n,
    .p6k2m8t4n {
        grid-template-columns: 1fr;
    }

    .p7k3m9t2n {
        grid-template-columns: 1fr;
    }
}