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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}
a {
    text-decoration: none;
}

.container-803bf5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 导航栏 */
.navbar-0748dc {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}
.nav-mobile-598cc9{
    display: none;
}

.navbar-0748dc .container-803bf5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.navbar-brand-385372 h1 {
    color: #8B4513;
    font-size: 24px;
    font-weight: 700;
}

.navbar-nav-2911eb {
    display: flex;
    gap: 30px;
}

.nav-link-077b0f {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link-077b0f:hover {
    color: #8B4513;
}

.navbar-toggle-4cfdbe {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
}

.navbar-toggle-4cfdbe span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: 0.3s;
}

/* Hero 区域 */
.hero-2c6a36 {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    color: white;
    padding: 150px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-2c6a36::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/static/somke8/imgs/banner.jpg') repeat;
    opacity: 0.3;
}

.hero-content-8bc161 {
    position: relative;
    z-index: 2;
}

.hero-title-5c475f {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle-6a9dd2 {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons-98b03e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-375adb {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-primary-cb49b2 {
    background: #fff;
    color: #8B4513;
}

.btn-primary-cb49b2:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.btn-secondary-0ef671 {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-secondary-0ef671:hover {
    background: #fff;
    color: #8B4513;
}

/* 通用section样式 */
.section-eed742 {
    padding: 80px 0;
}

.section-header-12f577 {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-72dce6 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}

.section-title-72dce6::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #8B4513;
    display: block;
    margin: 20px auto;
    border-radius: 2px;
}

.section-subtitle-b9c8ce {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* 服务项目 */
.services-3640a1 {
    background: #f8f9fa;
}

.services-grid-b4df78 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.service-card-19ffd9 {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.service-card-19ffd9:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-icon-6fdef6 {
    font-size: 3rem;
    color: #8B4513;
    margin-bottom: 20px;
}

.service-title-759ce3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-description-c7eaab {
    color: #666;
    line-height: 1.6;
}

.service-tag-3e5780 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

/* 服务优势 */
.advantages-f06d9b {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.advantages-grid-0a2b31 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.advantage-item-07dc82 {
    text-align: center;
    padding: 30px 20px;
}

.advantage-icon-e5060b {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
}

.advantage-title-3832ff {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.advantage-description-9d4dd8 {
    color: #666;
    line-height: 1.6;
}

/* 关于我们 */
.about-09bf01 {
    padding: 100px 0;
}

.about-content-1a9653 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text-64c48f {
    padding: 20px 0;
}

.about-description-c219ee {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.about-features-435781 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item-7b620c {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-icon-d1552c {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.feature-text-b1507e h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.feature-text-b1507e p {
    color: #666;
    line-height: 1.5;
}

.about-image-6236f2 {
    position: relative;
}

.about-image-6236f2 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* 产品案例 */
.products-74c7fd {
    background: #f8f9fa;
}

.products-grid-0ab6ba {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.product-card-ed91f0 {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.product-card-ed91f0:hover {
    transform: translateY(-5px);
}

.product-image-36343a {
    height: 200px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
}

.product-content-929d49 {
    padding: 25px;
}

.product-title-f8169e {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.product-description-0b5ee4 {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.product-features-1796b0 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-feature-aa3046 {
    background: #e9f7ff;
    color: #0066cc;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

/* 新闻资讯 */
.news-grid-8c6a01 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.news-card-ceec4a {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.news-card-ceec4a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.news-image-de42a1 {
    height: 200px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}

.news-content-0127f1 {
    padding: 25px;
}

.news-meta-a95e34 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.news-category-3b1e26 {
    background: #8B4513;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.news-date-b26ec8 {
    color: #999;
    font-size: 14px;
}

.news-title-264e32 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.4;
}

.news-excerpt-f344cc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.news-footer-2ea647 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.read-time-1a499a {
    color: #999;
    font-size: 14px;
}

/* 常见问题 */
.faq-ac0bc5 {
    background: #f8f9fa;
}

.faq-container-a7f9ac {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item-3d0175 {
    background: white;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-question-073104 {
    width: 100%;
    background: none;
    border: none;
    padding: 25px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle-70b118 {
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-answer-dc0023 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-content-5adf7b {
    padding: 0 25px 25px;
    color: #666;
    line-height: 1.6;
}

.faq-item-3d0175.active .faq-answer-dc0023 {
    max-height: 200px;
}

.faq-item-3d0175.active .faq-toggle-70b118 {
    transform: rotate(180deg);
}

/* 客户评价 */
.reviews-6856ff {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.reviews-grid-72f3c5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.review-card-c4d115 {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
}

.review-quote-cc7a3c {
    font-size: 4rem;
    color: #8B4513;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
}

.review-header-f17c0c {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.reviewer-avatar-18a6fe {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.reviewer-name-489852 {
    font-weight: 600;
    color: #333;
}

.rating-2854c6 {
    display: flex;
    gap: 2px;
    margin-bottom: 15px;
}

.star-bb6321 {
    color: #ffc107;
    font-size: 18px;
}

.review-text-740076 {
    color: #555;
    line-height: 1.6;
    font-style: italic;
}

/* 联系我们 */
.contact-28cbb2 {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    color: white;
}

.contact-content-3fc06f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.contact-info-4345de h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.contact-item-698218 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.contact-item-698218 i {
    font-size: 1.5rem;
    margin-right: 20px;
    width: 30px;
}

.contact-form-f34f33 {
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.form-group-df2274 {
    margin-bottom: 20px;
}

.form-group-df2274 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group-df2274 input,
.form-group-df2274 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    color: white;
    font-size: 16px;
}

.form-group-df2274 input::placeholder,
.form-group-df2274 textarea::placeholder {
    color: rgba(255,255,255,0.7);
}

/* Flink */
.flink-section-8f8661 {
    background: white;
    color: #2d3748;
    padding: 30px 0;
}
.flink-header-f8c9eb{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.flink-section-8f8661 li{
    list-style: none;
    display: inline;
    padding-right: 20px;
}
.flink-section-8f8661 a{
    color: #718096;
    text-decoration: none;
}

/* 页脚 */
.footer-58249e {
    background: #333;
    color: white;
    padding: 40px 0 20px;
    text-align: center;
}

.footer-content-e2a7bb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section-bdce74 h4 {
    margin-bottom: 20px;
    color: #8B4513;
}

.footer-section-bdce74 p,
.footer-section-bdce74 a {
    color: #ccc;
    text-decoration: none;
    line-height: 1.6;
}

.footer-section-bdce74 a:hover {
    color: #8B4513;
}

.footer-bottom-347d46 {
    border-top: 1px solid #555;
    padding-top: 20px;
    color: #999;
}

/* 响应式设计 */
@media (max-width: 768px) {
    nav.nav-mobile-598cc9.active{
        display: grid;
        text-align: center;
        padding: 40px 0;
        gap: 1.5rem;
    }
    
    .navbar-nav-2911eb {
        display: none;
    }

    .navbar-toggle-4cfdbe {
        display: flex;
    }

    .hero-title-5c475f {
        font-size: 2.5rem;
    }

    .hero-buttons-98b03e {
        flex-direction: column;
        align-items: center;
    }

    .about-content-1a9653,
    .contact-content-3fc06f {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .services-grid-b4df78,
    .products-grid-0ab6ba,
    .news-grid-8c6a01 {
        grid-template-columns: 1fr;
    }

    .advantages-grid-0a2b31 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

/* 滚动动画 */
.fade-in-4422bd {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-4422bd.visible-2cfa09 {
    opacity: 1;
    transform: translateY(0);
}

/* 数据统计样式 */
.stats-7183a0 {
    background: white;
    border-radius: 12px;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stats-grid-cc3318 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.stat-item-c0c229 {
    padding: 20px;
}

.stat-number-97d5ec {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8B4513;
    margin-bottom: 10px;
}

.stat-label-8b324f {
    color: #666;
    font-weight: 500;
}