'); background-size: cover; background-position: center; color: white; text-align: center; padding: 100px 0; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h2 { font-size: 3rem; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); } .hero p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; } .btn { display: inline-block; padding: 12px 30px; background-color: var(--accent); color: white; text-decoration: none; border-radius: 30px; font-weight: 500; transition: all 0.3s; border: 2px solid var(--accent); } .btn:hover { background-color: transparent; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .btn-outline { background-color: transparent; border: 2px solid white; margin-left: 15px; } .btn-outline:hover { background-color: white; color: var(--primary); } /* Section Styles */ section { padding: 80px 0; } .section-header { text-align: center; margin-bottom: 60px; } .section-header h2 { font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; position: relative; display: inline-block; } .section-header h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background-color: var(--accent); } .section-header p { color: var(--gray); max-width: 700px; margin: 20px auto 0; } /* About Section */ .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; } .stat-box { background-color: var(--light); padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s; } .stat-box:hover { transform: translateY(-5px); } .stat-box h3 { font-size: 2.5rem; color: var(--primary); margin-bottom: 5px; } .stat-box p { color: var(--gray); font-size: 0.9rem; } /* Products Section */ .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; } .product-card { background-color: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: all 0.3s; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); } .product-img { height: 200px; background-color: #f5f7fa; display: flex; align-items: center; justify-content: center; color: var(--gray); font-weight: bold; } .product-info { padding: 20px; } .product-info h3 { color: var(--dark); margin-bottom: 10px; font-size: 1.2rem; } .product-price { color: var(--accent); font-weight: bold; font-size: 1.3rem; margin: 10px 0; } .product-specs { display: flex; justify-content: space-between; margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; font-size: 0.9rem; } .product-specs span { background-color: var(--light); padding: 5px 10px; border-radius: 30px; } /* Capabilities Section */ .capabilities { background-color: var(--light); } .cap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .cap-card { background-color: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .cap-card h3 { color: var(--primary); margin-bottom: 20px; display: flex; align-items: center; } .cap-card h3::before { content: '✓'; width: 30px; height: 30px; background-color: var(--primary); color: white; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-right: 15px; } /* Certifications */ .certifications { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .cert-card { background-color: white; padding: 20px; border-radius: 10px; width: 200px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .cert-card h4 { color: var(--primary); margin-top: 15px; } /* Contact Section */ .contact-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 50px; } .contact-info { display: flex; flex-direction: column; gap: 20px; } .contact-item { display: flex; align-items: flex-start; gap: 15px; } .contact-icon { width: 50px; height: 50px; background-color: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; } .contact-form .form-group { margin-bottom: 20px; } .contact-form input, .contact-form textarea { width: 100%; padding: 15px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; } .contact-form textarea { height: 150px; } /* Footer */ footer { background-color: var(--dark); color: white; padding: 60px 0 30px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-col h3 { font-size: 1.3rem; margin-bottom: 20px; color: #fff; position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background-color: var(--accent); } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 10px; } .footer-col ul li a { color: #bbb; text-decoration: none; transition: color 0.3s; } .footer-col ul li a:hover { color: white; padding-left: 5px; } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid #444; color: #bbb; font-size: 0.9rem; } /* SEO Rich Snippets */ .seo-content { background-color: #f9f9f9; padding: 50px 0; margin-top: 50px; } .seo-container { max-width: 800px; margin: 0 auto; } .seo-container h2 { color: var(--primary); margin-bottom: 20px; text-align: center; } /* Responsive Design */ @media (max-width: 768px) { .header-container { flex-direction: column; text-align: center; } nav ul { margin-top: 20px; flex-wrap: wrap; justify-content: center; } nav ul li { margin: 10px; } .hero h2 { font-size: 2.2rem; } .about-content { flex-direction: column; } .btn { display: block; width: 80%; margin: 10px auto; } .btn-outline { margin-left: 0; } }
Yiwu Xuanming Import and Export Co., Ltd. specializes in designing and manufacturing high-quality hair accessories with 10 years of expertise. Offering OEM/ODM services with competitive pricing and prompt delivery.
With a decade of expertise in hair accessories manufacturing, we combine innovation with quality to deliver products that meet global standards.
Yiwu Xuanming Import and Export Co., Ltd. is not just a trading company - we are an integrated manufacturer with modern production facilities and automated production lines. Located in Zhejiang Province, China, we leverage the advantages of the Yiwu small commodity distribution hub to deliver exceptional products worldwide.
Our core strengths include in-house manufacturing capabilities, 10 years of specialized experience in hair accessories production, and a commitment to innovation with over 300 new designs introduced monthly.
Years of Experience
New Designs Monthly
Monthly Production Capacity
Customer Response Rate
Discover our premium collection of hair accessories crafted with quality materials and innovative designs.
Custom acetate hair claw clip with crystal decorations
Top acetic acid spring clip with crystal design
Versatile best-selling hair clip with bow decoration
Medium size ocean fish design with acetate + PC material
State-of-the-art production facilities and innovative design capabilities
As a manufacturer with our own production base, we directly control the entire manufacturing process from raw materials to finished products. This allows us to maintain strict quality control while offering competitive pricing.
Our 1001-2000 square meter factory is equipped with modern automated production lines and staffed by a professional team of 51-100 skilled workers. This enables us to maintain a monthly production capacity of 100,000 pieces.
With our founder's decade of design experience and a dedicated R&D team, we create 300+ new designs monthly. We specialize in acetate and PC materials, creating products that blend global fashion trends with practical functionality.
Quality assurance through international standards compliance
Meets EU safety, health and environmental standards
Guarantees product compliance with specifications
With over 10 years of specialized experience in hair accessories manufacturing, Xuan Ming has established itself as an industry leader through:
As a fully integrated manufacturer (not just a trading company), we control the entire production process from R&D to final quality inspection. This vertical integration allows us to maintain competitive pricing ($5M-$10M annual revenue) while guaranteeing prompt delivery.
Our design team creates 300+ new hair accessory designs monthly, incorporating global trends like Korean-style, retro, animal motifs, and fruit-inspired themes. We specialize in premium materials including acetate - known for its durability and luxurious appearance.
Xuan Ming serves customers across North America, Northern Europe, Western Europe, and the Americas through our Alibaba storefront and direct sales channels. We offer comprehensive OEM/ODM services with minimum order quantities starting as low as 12 pieces.
Reach out for quotes, product information, or customization requests
Zhejiang Province, China
+86 (Contact for details)
Monday-Friday: 8:00 AM - 6:00 PM (GMT+8)
Response Time: ≤3 hours