/* 免费cms模板 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 免费模板下载：Www.mianfeicms.Com */
/* 网站建设公司：Www.gezhancn.Com */
/* QQ：1259880070  */
* { margin: 0; padding: 0; box-sizing: border-box; }
        body { 
            font-family: 'Noto Sans SC', sans-serif; 
            background: #f9fafb;
            color: #374151;
            line-height: 1.6;
        }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }

        /* 渐变背景 */
        .gradient-bg {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        }

        /* 浮动动画 */
        .float-animation {
            animation: float 3s ease-in-out infinite;
        }
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        /* 呼吸按钮 */
        .pulse-btn {
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
            70% { box-shadow: 0 0 0 15px rgba(239, 68, 68, 0); }
        }

        /* 导航栏 */
        .navbar {
            position: fixed;
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(4px);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
        .nav-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 64px;
        }
        .nav-logo {
            font-size: 24px;
            font-weight: 700;
            color: #2563eb;
        }
		.nav-logo img{ display:block;}
        .nav-menu {
            display: flex;
            gap: 32px;
        }
        .nav-menu a {
            color: #374151;
            transition: color 0.3s;
        }
        .nav-menu a:hover {
            color: #2563eb;
        }
        .nav-phone {
            background: #ef4444;
            color: #fff;
            padding: 8px 24px;
            border-radius: 9999px;
            font-weight: 500;
            transition: background 0.3s;
        }
        .nav-phone:hover {
            background: #dc2626;
        }
        .menu-btn {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            color: #374151;
        }
        .menu-btn svg {
            width: 24px;
            height: 24px;
        }
        .mobile-menu {
            display: none;
            background: #fff;
            border-top: 1px solid #e5e7eb;
        }
        .mobile-menu.active {
            display: block;
        }
        .mobile-menu a {
            display: block;
            padding: 12px 16px;
            color: #374151;
        }
        .mobile-menu .mobile-phone {
            display: block;
            text-align: center;
            background: #ef4444;
            color: #fff;
            margin: 12px;
            padding: 10px;
            border-radius: 9999px;
        }

        /* Hero区域 */
        .hero {
            padding: 96px 0 64px;
            color: #fff;
        }
        .hero-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }
        .hero-tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 16px;
            border-radius: 9999px;
            font-size: 14px;
            margin-bottom: 24px;
        }
        .hero h1 {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 24px;
        }
        .hero h1 span {
            color: #fde047;
        }
        .hero-desc {
            font-size: 20px;
            color: #dbeafe;
            margin-bottom: 32px;
        }
        .hero-btns {
            display: flex;
            gap: 16px;
            margin-bottom: 32px;
        }
        .btn-primary {
            background: #ef4444;
            color: #fff;
            padding: 16px 32px;
            border-radius: 9999px;
            font-weight: 700;
            font-size: 18px;
            transition: background 0.3s;
            text-align: center;
            display: inline-block;
        }
        .btn-primary:hover {
            background: #dc2626;
        }
        .btn-secondary {
            background: #fff;
            color: #2563eb;
            padding: 16px 32px;
            border-radius: 9999px;
            font-weight: 700;
            font-size: 18px;
            transition: background 0.3s;
            text-align: center;
            display: inline-block;
        }
        .btn-secondary:hover {
            background: #f3f4f6;
        }
        .hero-features {
            display: flex;
            gap: 24px;
            font-size: 14px;
        }
        .hero-features div {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .hero-features .check {
            color: #86efac;
        }
        .hero-right {
            
        }
        .hero-right .icon {
            font-size: 128px;
            text-align: center;
        }
        .hero-right .text {
            text-align: center;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 16px;
            font-size: 18px;
        }

        /* 通用区块 */
        .section {
            padding: 80px 0;
        }
        .section-white {
            background: #fff;
        }
        .section-gray {
            background: #f9fafb;
        }
        .section-title {
            text-align: center;
            margin-bottom: 64px;
        }
        .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 16px;
        }
        .section-title p {
            font-size: 18px;
            color: #6b7280;
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* 服务卡片 */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }
        .service-card {
            background: #f9fafb;
            border-radius: 16px;
            padding: 32px;
            transition: all 0.3s;
            cursor: pointer;
        }
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        .service-card .icon {
            font-size: 48px;
            margin-bottom: 16px;
        }
        .service-card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 12px;
        }
        .service-card p {
            color: #6b7280;
            margin-bottom: 16px;
        }
        .service-card .price {
            color: #2563eb;
            font-weight: 500;
        }

        /* 为什么选我们 */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
        }
        .feature-item {
            text-align: center;
        }
        .feature-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-size: 36px;
        }
        .feature-icon.ys1 { background: #dbeafe; }
        .feature-icon.ys2 { background: #dcfce7; }
        .feature-icon.ys3 { background: #fef9c3; }
        .feature-icon.ys4 { background: #f3e8ff; }
        .feature-item h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px;
        }
        .feature-item p {
            font-size: 14px;
            color: #6b7280;
        }

        /* 服务流程 */
        .process-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
        }
        .process-item {
            text-align: center;
            position: relative;
        }
        .process-number {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #2563eb;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-size: 20px;
            font-weight: 700;
        }
        .process-item:nth-child(2n) .process-number {
            background: #16a34a;
        }
        .process-item h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px;
        }
        .process-item p {
            font-size: 14px;
            color: #6b7280;
        }
        .process-line {
            position: absolute;
            top: 32px;
            left: 75%;
            width: 50%;
            height: 2px;
            background: #bfdbfe;
            display: none;
        }

        /* 客户评价 */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }
        .review-card {
            background: #fff;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }
        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }
        .review-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }
        .review-avatar.blue { background: #dbeafe; }
        .review-avatar.pink { background: #fce7f3; }
        .review-avatar.green { background: #dcfce7; }
        .review-info {
            margin-left: 16px;
        }
        .review-name {
            font-weight: 500;
            color: #1f2937;
        }
        .review-stars {
            color: #eab308;
        }
        .review-content {
            color: #6b7280;
            margin-bottom: 16px;
        }
        .review-meta {
            font-size: 14px;
            color: #9ca3af;
        }

        /* FAQ */
        .faq-container {
            max-width: 896px;
            margin: 0 auto;
        }
        .faq-item {
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            margin-bottom: 16px;
            overflow: hidden;
        }
        .faq-btn {
            width: 100%;
            padding: 16px 24px;
            text-align: left;
            background: #f9fafb;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            font-weight: 500;
            color: #1f2937;
            transition: background 0.3s;
        }
        .faq-btn:hover {
            background: #f3f4f6;
        }
        .faq-btn .toggle {
            font-size: 24px;
            color: #6b7280;
            font-weight: 300;
        }
        .faq-content {
            display: none;
            padding: 16px 24px;
            background: #fff;
            color: #6b7280;
        }
        .faq-content.active {
            display: block;
        }

        /* 联系区域 */
        .contact-section {
            padding: 80px 0;
        }
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }
        .contact-left h2 {
            font-size: 36px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 24px;
        }
        .contact-left > p {
            font-size: 20px;
            color: #dbeafe;
            margin-bottom: 48px;
        }
        .contact-info {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }
        .contact-info-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }
        .contact-info-text .label {
            font-size: 14px;
            color: #bfdbfe;
        }
        .contact-info-text .value {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
        }
        .contact-info-text .value.normal {
            font-size: 18px;
            font-weight: 400;
        }

        /* 表单 */
        .contact-form {
            background: #fff;
            border-radius: 16px;
            padding: 32px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }
        .form-group {
            margin-bottom: 16px;
        }
        .form-group label {
            display: block;
            color: #374151;
            font-weight: 500;
            margin-bottom: 8px;
        }
        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 16px;
            font-family: inherit;
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
        }
        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
        }
        .form-group textarea {
            resize: none;
        }
        .submit-btn {
            width: 100%;
            background: #ef4444;
            color: #fff;
            padding: 16px;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.3s;
        }
        .submit-btn:hover {
            background: #dc2626;
        }
        .form-tip {
            text-align: center;
            color: #9ca3af;
            font-size: 14px;
            margin-top: 12px;
        }

        /* 页脚 */
        .footer {
            background: #111827;
            color: #9ca3af;
            padding: 48px 0 32px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
            margin-bottom: 32px;
        }
        .footer-col h4 {
            color: #fff;
            font-weight: 500;
            margin-bottom: 16px;
        }
        .footer-col ul li {
            margin-bottom: 8px;
            font-size: 14px;
        }
        .footer-col ul li a {
            transition: color 0.3s;
        }
        .footer-col ul li a:hover {
            color: #fff;
        }
        .footer-logo {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 16px;
        }
        .footer-col p {
            font-size: 14px;
        }
        .footer-bottom {
            border-top: 1px solid #1f2937;
            padding-top: 32px;
            text-align: center;
            font-size: 14px;
        }

        /* 底部固定电话按钮 */
        .bottom-phone {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
            padding: 16px;
            z-index: 900;
        }
        .bottom-phone a {
            display: block;
            width: 100%;
            background: #ef4444;
            color: #fff;
            padding: 12px;
            border-radius: 9999px;
            font-weight: 700;
            text-align: center;
            font-size: 18px;
        }

        /* 响应式 */
        @media (max-width: 1024px) {
            .services-grid,
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .process-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .process-line {
                display: none;
            }
            .reviews-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .nav-menu,
            .nav-phone {
                display: none;
            }
            .menu-btn {
                display: block;
            }
            .hero {
                padding: 80px 0 48px;
            }
            .hero-container {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 32px;
            }
            .hero-desc {
                font-size: 16px;
            }
            .hero-btns {
                flex-direction: column;
            }
            .hero-features {
                flex-direction: column;
                gap: 12px;
            }
            .section-title h2 {
                font-size: 28px;
            }
            .services-grid,
            .features-grid,
            .process-grid,
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .contact-grid {
                grid-template-columns: 1fr;
            }
            .contact-left h2 {
                font-size: 28px;
            }
            .bottom-phone {
                display: block;
            }
            .footer {
                padding-bottom: 100px;
            }
        }