'); background-size: cover; color: white; padding: 180px 0 100px; text-align: center; } .hero h1 { font-size: 3rem; margin-bottom: 20px; color: white; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .hero p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 40px; opacity: 0.9; } .hero-btns { display: flex; justify-content: center; gap: 15px; } .hero-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 70px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); padding: 25px; border-radius: 15px; max-width: 900px; margin: 70px auto 0; } .stat-item { text-align: center; padding: 0 20px; } .stat-item .number { font-size: 2.5rem; font-weight: 700; margin-bottom: 5px; color: var(--accent); } .stat-item .label { font-size: 0.9rem; text-transform: uppercase; } /* 关于我们 */ .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; } .about-image { border-radius: 10px; overflow: hidden; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); height: 400px; background: linear-gradient(45deg, var(--primary), var(--secondary)); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; font-weight: bold; } .about-text h2 { margin-bottom: 25px; } .about-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; } .feature-box { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .feature-box:hover { transform: translateY(-5px); } .feature-box h4 { margin-bottom: 10px; color: var(--primary); display: flex; align-items: center; } .feature-box h4:before { content: "✓"; color: var(--success); margin-right: 10px; font-weight: bold; } /* 产品部分 */ .products { background: white; } .product-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; } .tab-btn { background: var(--light); border: none; padding: 10px 25px; border-radius: 30px; cursor: pointer; font-weight: 500; transition: all 0.3s ease; } .tab-btn.active, .tab-btn:hover { background: var(--accent); color: white; } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .product-card { background: var(--light); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .product-card:hover { transform: translateY(-10px); } .product-image { height: 250px; background: linear-gradient(45deg, var(--primary), var(--secondary)); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; } .product-info { padding: 20px; } .product-info h3 { margin-bottom: 10px; color: var(--primary); } .product-specs { display: flex; flex-wrap: wrap; gap: 10px; margin: 15px 0; } .spec-badge { background: rgba(193, 158, 107, 0.2); color: var(--secondary); padding: 5px 10px; border-radius: 20px; font-size: 0.85rem; } .product-price { font-size: 1.2rem; font-weight: 700; color: var(--primary); margin: 10px 0; } /* 认证部分 */ .certifications { background: linear-gradient(to right, var(--primary), #2c5282); color: white; } .certifications .section-title { color: white; } .certifications .section-title:after { background: var(--accent); } .cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .cert-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 10px; padding: 30px; text-align: center; border: 1px solid rgba(255, 255, 255, 0.2); transition: transform 0.3s ease; } .cert-card:hover { transform: translateY(-10px); background: rgba(255, 255, 255, 0.15); } .cert-icon { font-size: 3rem; margin-bottom: 20px; color: var(--accent); } .cert-card h3 { color: white; margin-bottom: 15px; } /* 评价部分 */ .testimonials { background-color: #f9f9f9; } .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .testimonial-card { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); position: relative; } .testimonial-card:before { content: """; position: absolute; top: 20px; left: 20px; font-size: 4rem; color: rgba(193, 158, 107, 0.2); font-family: Georgia, serif; line-height: 1; } .stars { color: #FFD700; margin-bottom: 15px; font-size: 1.2rem; } .testimonial-text { font-style: italic; margin-bottom: 20px; position: relative; z-index: 1; } .client-info { display: flex; align-items: center; } .client-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--accent); color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 15px; } /* 团队部分 */ .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; } .team-member { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease; } .team-member:hover { transform: translateY(-10px); } .member-photo { height: 220px; background: linear-gradient(45deg, var(--primary), var(--secondary)); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; } .member-info { padding: 20px; } .member-info h4 { margin-bottom: 5px; color: var(--primary); } .member-role { color: var(--accent); font-weight: 600; margin-bottom: 15px; } /* 能力部分 */ .capabilities { background: linear-gradient(135deg, #f8f5f0 0%, #f0ebe1 100%); } .cap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .cap-card { background: white; border-radius: 10px; padding: 40px 30px; text-align: center; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .cap-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); } .cap-icon { font-size: 3rem; color: var(--accent); margin-bottom: 25px; } /* 页脚 */ footer { background: var(--primary); color: white; padding: 70px 0 30px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 50px; } .footer-col h3 { color: white; margin-bottom: 25px; position: relative; } .footer-col h3:after { content: ''; position: absolute; bottom: -10px; left: 0; width: 40px; height: 2px; background: var(--accent); } .footer-links { list-style: none; } .footer-links li { margin-bottom: 12px; } .footer-links a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: all 0.3s ease; } .footer-links a:hover { color: var(--accent); padding-left: 5px; } .contact-info { list-style: none; } .contact-info li { margin-bottom: 15px; display: flex; align-items: flex-start; } .contact-info i { margin-right: 15px; color: var(--accent); min-width: 20px; } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); } /* 响应式设计 */ @media (max-width: 992px) { .about-content { grid-template-columns: 1fr; } .hero h1 { font-size: 2.5rem; } } @media (max-width: 768px) { .hamburger { display: block; } .nav-menu { position: fixed; left: -100%; top: 70px; flex-direction: column; background: white; width: 100%; text-align: center; transition: 0.3s; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); padding: 20px 0; } .nav-menu.active { left: 0; } .nav-menu li { margin: 15px 0; } .hero { padding: 150px 0 80px; } .hero h1 { font-size: 2rem; } .hero-btns { flex-direction: column; align-items: center; } .hero-stats { gap: 20px; } section { padding: 60px 0; } }
Since 2013, Qingdao Fengyingxiu Hair Products has been dedicated to crafting the highest quality human hair wigs, extensions, and accessories with unparalleled craftsmanship and attention to detail.
Established in 2013, Qingdao Fengyingxiu Hair Products Co., Ltd. is a leading manufacturer and trading company specializing in premium human hair products. Based in Shandong, China, we've built our reputation on quality craftsmanship, exceptional customer service, and innovative hair solutions.
With two fully-owned factories spanning 1000-3000 square meters and a dedicated team of 11-50 professionals, we consistently deliver products that exceed industry standards. Our commitment to excellence has earned us the trust of clients worldwide.
Onsite Check verified by Alibaba & SGS Audited Supplier certification
ISO9001, ISO14001, and CE certified manufacturing processes
Supporting 11 languages to serve international clients
24-hour shipping on in-stock items with worldwide logistics
Exquisite Top Weft Craftsmanship: Tangle-free, Shedding-free, Cuticles Hold
Premium full lace wigs with medical silicone for natural look and comfortable wear.
Min. Order: 1 piece
High-quality weft extensions for added length and volume with natural movement.
Lifetime: 12+ months
Undetectable lace frontals for natural hairline with 13x4, 13x6 and custom sizes.
In Stock: Ready to ship
4x4, 5x5 closures with silk base for natural scalp appearance and versatile parting.
Customization: All textures available
Committed to Excellence in Every Strand
International Quality Management System certification ensuring consistent product quality.
Environmental Management System certification for sustainable manufacturing practices.
European Conformity certification meeting EU safety, health and environmental standards.
Verified by SGS, the world's leading inspection, verification, testing and certification company.
Comprehensive testing for strength, elasticity, color fastness, and chemical safety.
Protected innovative designs for wig caps, attachment systems, and hair integration technology.
Hear What Our Clients Say About Our Products
"Natural color, 4 HD 12" closure + 14/16/18" Italian hair. Great hair quality and the closure is undetectable. Very satisfied with both product and service!"
Purchased: Lace Closure + Extensions
"This topper is very good quality, it fits beautifully. The brown lace 44 3 part 10" matches perfectly with my bio hair. Very satisfied with my purchase!"
Purchased: Silk Base Real Human Hair Topper
"HD lace 55 wig 14". My clients love the hair, it's so soft. And the lace is undetectable. The hair is so full and bouncy. Perfect for my salon business!"
Purchased: 5*5 HD Lace Wig
Dedicated Professionals Ready to Assist You
Specializing in wholesale orders and customization
Expert in hair extensions and color matching
Specializes in lace frontals and closures
Product knowledge expert and application specialist
Excellence in Every Aspect of Production
We own two specialized hair factories with complete control over manufacturing processes and quality standards.
10,000+ products in stock ready for 24-hour shipment to meet urgent client demands worldwide.
Full customization of texture, color, length, density, and cap construction to meet specific requirements.