加入家饰佳

开启您的装修事业新篇章

20年品牌沉淀 · 全国500+加盟商 · 年产值超10亿

500+ 加盟门店
20年 行业经验
98% 满意度
装修设计展示

关于家饰佳

中国领先的装修公司加盟品牌

关于我们

20年专注品质装修

家饰佳装饰集团成立于2005年,是一家集家装、工装、设计、施工、材料配送于一体的综合性装修企业。我们拥有国家建筑装修装饰工程专业承包一级资质,是中国建筑装饰协会常务理事单位。

凭借先进的管理模式、标准化的施工工艺和完善的供应链体系,家饰佳已在全国开设超过500家加盟门店,服务客户超过50万户,年产值突破10亿元。

国家一级资质
行业百强企业
500+合作伙伴

加盟优势

为什么选择家饰佳?

品牌支持

提供统一的品牌形象设计、营销物料支持,共享品牌影响力

运营指导

专业运营团队一对一帮扶,从选址到开业全程指导

施工培训

标准化施工工艺培训,确保工程质量统一可控

供应链支持

与200+品牌建材商战略合作,享受集采价格优势

数字系统

提供ERP管理系统、VR设计工具、获客小程序等数字化工具

营销赋能

总部持续投放广告,为加盟商提供精准客源支持

加盟流程

简单四步,轻松加盟

01

在线咨询

提交加盟意向,了解品牌详情

02

实地考察

参观总部及直营店,深入了解运营模式

03

签订合同

确认合作细节,正式签约加盟

04

开业运营

选址装修、团队培训、正式开业

成功案例

全国加盟商风采

案例1
查看详情

上海浦东旗舰店

月签单量:45单 | 月营收:380万

案例2
查看详情

杭州西湖加盟店

月签单量:32单 | 月营收:260万

案例3
查看详情

成都锦江加盟店

月签单量:38单 | 月营收:310万

联系我们

立即开启您的加盟之旅

加盟热线

400-888-8888

电子邮箱

info@jiashijia.com

总部地址

上海市浦东新区世纪大道100号

===FILE:css/style.css=== * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary: #2c3e50; --primary-light: #34495e; --accent: #e67e22; --accent-hover: #d35400; --gold: #f39c12; --text-dark: #2c3e50; --text-light: #7f8c8d; --bg-light: #f8f9fa; --bg-dark: #2c3e50; --white: #ffffff; --shadow: 0 10px 40px rgba(0, 0, 0, 0.1); --shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.15); --radius: 16px; --radius-sm: 8px; --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); } html { scroll-behavior: smooth; } body { font-family: 'Noto Sans SC', sans-serif; color: var(--text-dark); line-height: 1.6; overflow-x: hidden; background: var(--white); } .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; } /* Header & Navigation */ .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0, 0, 0, 0.05); transition: var(--transition); } .header.scrolled { box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); } .navbar { display: flex; justify-content: space-between; align-items: center; padding: 16px 40px; max-width: 1400px; margin: 0 auto; } .logo { display: flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 900; color: var(--primary); } .logo i { color: var(--accent); font-size: 28px; } .nav-links { display: flex; list-style: none; gap: 32px; } .nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 500; font-size: 15px; position: relative; padding: 4px 0; transition: var(--transition); } .nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--accent); transition: var(--transition); } .nav-links a:hover, .nav-links a.active { color: var(--accent); } .nav-links a:hover::after, .nav-links a.active::after { width: 100%; } .hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; padding: 4px; } .hamburger span { width: 28px; height: 3px; background: var(--primary); border-radius: 3px; transition: var(--transition); } /* Hero Section */ .hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 40px 80px; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(230, 126, 34, 0.08) 0%, transparent 70%); border-radius: 50%; } .hero-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; width: 100%; } .hero-text h1 { font-size: 56px; font-weight: 900; color: var(--primary); line-height: 1.1; margin-bottom: 16px; letter-spacing: -1px; } .hero-text .subtitle { font-size: 22px; font-weight: 500; color: var(--accent); margin-bottom: 12px; } .hero-text .description { font-size: 16px; color: var(--text-light); margin-bottom: 32px; } .hero-buttons { display: flex; gap: 16px; margin-bottom: 40px; } .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: 50px; font-size: 16px; font-weight: 600; text-decoration: none; transition: var(--transition); cursor: pointer; border: none; } .btn-primary { background: var(--accent); color: var(--white); box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3); } .btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(230, 126, 34, 0.4); } .btn-secondary { background: var(--white); color: var(--primary); border: 2px solid var(--primary); } .btn-secondary:hover { background: var(--primary); color: var(--white); transform: translateY(-2px); } .btn-block { width: 100%; justify-content: center; } .hero-stats { display: flex; gap: 40px; } .stat-item { display: flex; flex-direction: column; } .stat-number { font-size: 32px; font-weight: 900; color: var(--primary); line-height: 1.2; } .stat-label { font-size: 14px; color: var(--text-light); } .hero-image img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); transition: var(--transition); } .hero-image img:hover { transform: scale(1.02); box-shadow: var(--shadow-hover); } /* Section Styles */ section { padding: 100px 0; } .section-header { text-align: center; margin-bottom: 60px; } .section-header h2 { font-size: 40px; font-weight: 900; color: var(--primary); margin-bottom: 12px; } .section-header p { font-size: 18px; color: var(--text-light); } /* About Section */ .about { background: var(--white); } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .about-image img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); } .about-text h3 { font-size: 28px; font-weight: 700; color: var(--primary); margin-bottom: 20px; } .about-text p { color: var(--text-light); margin-bottom: 16px; font-size: 16px; line-height: 1.8; } .about-features { display: flex; gap: 24px; margin-top: 32px; } .feature-item { display: flex; align-items: center; gap: 8px; background: var(--bg-light); padding: 12px 20px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 500; color: var(--primary); } .feature-item i { color: var(--accent); font-size: 18px; } /* Advantages Section */ .advantages { background: var(--bg-light); } .advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .advantage-card { background: var(--white); padding: 40px 32px; border-radius: var(--radius); text-align: center; transition: var(--transition); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.04); } .advantage-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--accent); } .card-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: linear-gradient(135deg, rgba(230, 126, 34, 0.1), rgba(230, 126, 34, 0.05)); border-radius: 16px; display: flex; align-items: center; justify-content: center; } .card-icon i { font-size: 28px; color: var(--accent); } .advantage-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: var(--primary); } .advantage-card p { color: var(--text-light); font-size: 15px; line-height: 1.7; } /* Process Section */ .process { background: var(--white); } .process-timeline { max-width: 800px; margin: 0 auto; position: relative; } .process-timeline::before { content: ''; position: absolute; left: 40px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--accent), var(--gold)); } .process-step { display: flex; gap: 40px; margin-bottom: 50px; position: relative; padding-left: 80px; } .step-number { position: absolute; left: 0; top: 0; width: 80px; height: 80px; background: linear-gradient(135deg, var(--accent), var(--gold)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; color: var(--white); box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3); z-index: 1; } .step-content { background: var(--bg-light); padding: 28px 32px; border-radius: var(--radius); flex: 1; transition: var(--transition); } .step-content:hover { transform: translateX(8px); box-shadow: var(--shadow); } .step-content h3 { font-size: 20px; font-weight: 700; color: var(--primary); margin-bottom: 8px; } .step-content p { color: var(--text-light); font-size: 15px; } /* Cases Section */ .cases { background: var(--bg-light); } .cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .case-card { background: var(--white); border-radius: var(--radius); overflow: hidden; transition: var(--transition); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); } .case-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); } .case-image { position: relative; overflow: hidden; height: 240px; } .case-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); } .case-card:hover .case-image img { transform: scale(1.1); } .case-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(44, 62, 80, 0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); } .case-card:hover .case-overlay { opacity: 1; } .case-overlay span { color: var(--white); font-size: 16px; font-weight: 600; padding: 10px 24px; border: 2px solid var(--white); border-radius: 50px; } .case-info { padding: 24px; } .case-info h3 { font-size: 18px; font-weight: 700; color: var(--primary); margin-bottom: 8px; } .case-info p { color: var(--text-light); font-size: 14px; } /* Contact Section */ .contact { background: var(--white); } .contact-wrapper { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: start; } .contact-form { background: var(--bg-light); padding: 40px; border-radius: var(--radius); } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; } .contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 18px; border: 2px solid #e9ecef; border-radius: var(--radius-sm); font-size: 15px; font-family: inherit; transition: var(--transition); background: var(--white); color: var(--text-dark); } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.1); } .contact-form textarea { margin-bottom: 16px; resize: vertical; } .contact-info { display: flex; flex-direction: column; gap: 32px; padding-top: 20px; } .info-item { display: flex; align-items: flex-start; gap: 16px; } .info-item i { width: 48px; height: 48px; background: linear-gradient(135deg, rgba(230, 126, 34, 0.1), rgba(230, 126, 34, 0.05)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--accent); flex-shrink: 0; } .info-item h4 { font-size: 16px; font-weight: 700; color: var(--primary); margin-bottom: 4px; } .info-item p { color: var(--text-light); font-size: 15px; } /* Footer */ .footer { background: var(--bg-dark); color: var(--white); padding: 60px 0 0; } .footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .footer-brand .logo { color: var(--white); margin-bottom: 16px; } .footer-brand p { color: rgba(255, 255, 255, 0.7); font-size: 15px; line-height: 1.8; } .footer-links h4, .footer-contact h4 { font-size: 18px; font-weight: 700; margin-bottom: 20px; color: var(--white); } .footer-links ul { list-style: none; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: var(--transition); font-size: 15px; } .footer-links a:hover { color: var(--accent); padding-left: 4px; } .footer-contact p { color: rgba(255, 255, 255, 0.7); margin-bottom: 10px; font-size: 15px; } .footer-contact i { margin-right: 8px; color: var(--accent); } .footer-bottom { text-align: center; padding: 24px 0; color: rgba(255, 255, 255, 0.5); font-size: 14px; } /* Responsive */ @media (max-width: 1024px) { .hero-content { grid-template-columns: 1fr; text-align: center; } .hero-text h1 { font-size: 42px; } .hero-buttons { justify-content: center; } .hero-stats { justify-content: center; } .hero-image { display: none; } .about-content { grid-template-columns: 1fr; } .advantages-grid { grid-template-columns: repeat(2, 1fr); } .cases-grid { grid-template-columns: repeat(2, 1fr); } .contact-wrapper { grid-template-columns: 1fr; } .footer-content { grid-template-columns: 1fr 1fr; } } @media (max-width: 768px) { .navbar { padding: 12px 20px; } .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255, 255, 255, 0.98); flex-direction: column; padding: 20px; gap: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .nav-links.active { display: flex; } .hamburger { display: flex; } .hero { padding: 100px 20px 60px; } .hero-text h1 { font-size: 32px; } .hero-text .subtitle { font-size: 18px; } .hero-buttons { flex-direction: column; align-items: center; } .hero-stats { gap: 24px; } .stat-number { font-size: 24px; } section { padding: 60px 0; } .section-header h2 { font-size: 28px; } .advantages-grid { grid-template-columns: 1fr; } .cases-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } .contact-form { padding: 24px; } .footer-content { grid-template-columns: 1fr; gap: 32px; } .process-timeline::before { left: 20px; } .process-step { padding-left: 60px; } .step-number { width: 60px; height: 60px; font-size: 20px; } } @media (max-width: 480px) { .hero-text h1 { font-size: 28px; } .hero-stats { flex-direction: column; align-items: center; gap: 16px; } .about-features { flex-direction: column; } }