'); background-size: cover; color: white; padding: 180px 0 100px; } .hero-content { max-width: 700px; } .hero h1 { font-size: 3.5rem; color: white; margin-bottom: 20px; line-height: 1.1; } .hero p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; } .hero-stats { display: flex; gap: 30px; margin-top: 40px; } .stat-box { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(5px); border-radius: 10px; padding: 20px; text-align: center; flex: 1; transition: all 0.3s ease; } .stat-box:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.25); } .stat-box h3 { font-size: 2rem; margin-bottom: 5px; color: white; } .stat-box p { font-size: 1rem; opacity: 0.8; margin: 0; } /* About Section */ .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; } .about-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; } .info-card { background: white; border-radius: 10px; padding: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .info-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); } .info-card h4 { color: var(--primary); margin-bottom: 10px; font-size: 1.1rem; } .about-image { border-radius: 10px; overflow: hidden; box-shadow: 0 15px 30px rgba(0,0,0,0.1); background: linear-gradient(45deg, #f5f7fa, #c3cfe2); height: 400px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--primary); font-weight: 700; } /* Advantages Section */ .advantages { background-color: #f8f9ff; } .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .advantage-card { background: white; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .advantage-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .advantage-icon { width: 70px; height: 70px; background: rgba(138, 79, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.8rem; color: var(--primary); } .advantage-card h3 { margin-bottom: 15px; font-size: 1.4rem; } /* Products Section */ .products-filter { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; } .filter-btn { background: white; border: 2px solid var(--gray); padding: 8px 20px; border-radius: 30px; cursor: pointer; transition: all 0.3s ease; font-weight: 600; } .filter-btn.active, .filter-btn:hover { background: var(--primary); color: white; border-color: var(--primary); } .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .product-image { height: 200px; background: linear-gradient(45deg, #f5f7fa, #c3cfe2); display: flex; align-items: center; justify-content: center; color: var(--primary); font-weight: 700; } .product-info { padding: 20px; } .product-info h3 { margin-bottom: 10px; font-size: 1.2rem; } .product-meta { display: flex; justify-content: space-between; margin-top: 15px; font-size: 0.9rem; } .price { color: var(--secondary); font-weight: 700; } /* Certifications Section */ .certifications { background: linear-gradient(135deg, var(--dark) 0%, #1a2536 100%); color: white; } .certifications h2 { color: white; } .certifications h2:after { background: linear-gradient(90deg, var(--secondary), 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.08); border-radius: 10px; padding: 30px; text-align: center; transition: all 0.3s ease; } .cert-card:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-5px); } .cert-card h3 { color: var(--accent); margin-bottom: 15px; } .payment-methods { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; margin-top: 15px; } .payment-badge { background: rgba(255, 255, 255, 0.15); padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; } /* Contact Section */ .contact-container { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; } .contact-info h3 { margin-bottom: 20px; color: var(--primary); } .contact-details { margin-top: 30px; } .contact-item { display: flex; align-items: flex-start; margin-bottom: 20px; } .contact-icon { width: 40px; height: 40px; background: rgba(138, 79, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; color: var(--primary); } .contact-form .form-group { margin-bottom: 20px; } .contact-form input, .contact-form textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--gray); border-radius: 5px; font-size: 1rem; } .contact-form textarea { height: 150px; resize: vertical; } /* Footer */ footer { background: var(--dark); color: white; padding: 50px 0 20px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 40px; } .footer-col h3 { color: white; margin-bottom: 20px; font-size: 1.3rem; } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 10px; } .footer-col ul li a { color: #bbb; text-decoration: none; transition: all 0.3s ease; } .footer-col ul li a:hover { color: white; padding-left: 5px; } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: #bbb; font-size: 0.9rem; } /* Responsive Design */ @media (max-width: 992px) { .about-content, .contact-container { grid-template-columns: 1fr; } .hero-stats { flex-wrap: wrap; } .stat-box { min-width: calc(50% - 15px); } } @media (max-width: 768px) { nav ul { display: none; } .mobile-menu-btn { display: block; } .hero h1 { font-size: 2.5rem; } .section-title h2 { font-size: 1.8rem; } } @media (max-width: 576px) { .hero-stats { flex-direction: column; } .stat-box { width: 100%; } .about-info { grid-template-columns: 1fr; } }
Fuzhou Swiyi Trading Co., Ltd. is a leading manufacturer of high-quality, eco-friendly hair accessories since 2010. Offering OEM services and custom designs for global brands.
Request a QuoteYears Experience
Global Transactions
Annual Output
Response Rate
Fuzhou Swiyi Trading Co., Ltd. is a professional trading company based in Fujian, China specializing in fashion accessories manufacturing and wholesale distribution.
Founded in 2010, we bring over a decade of expertise in designing and producing high-quality hair accessories for women and children. Our products combine innovative design with strict quality control standards.
Trading Company
Fujian, China
5-10 People
Below 100m²
With 10+ years in the accessories industry, we possess deep market knowledge and design expertise. Our team stays ahead of fashion trends to deliver products that resonate with consumers.
All our products meet nickel-free standards and use eco-friendly materials. We implement rigorous quality control processes to ensure safety, durability, and compliance with international standards.
We offer comprehensive OEM services and custom design solutions. Whether you need our existing designs or want to create unique products, our team can bring your vision to life.
Our customer service team maintains an 85% response rate with ≤6 hour response time. We offer easy return policies and dedicated support throughout our partnership.
Explore our premium hair accessories collection
40 colors, alligator clips for girls, teens, and kids
Lovely sweet flower design, multiple colors
Coral fleece with terry cloth bow
Ladies ponytail hair ties
For girls with gold star print
5cm metal geometric style for girls
With bow and flowers for newborns
Chiffon flower lace for newborns
Our facilities have passed Onsite Check verification for quality standards and manufacturing capabilities
Accessories, Hair Accessories, Kids Accessories, Women Accessories, Jewelry Accessories
All products meet nickel-free requirements and use eco-friendly materials compliant with international regulations
We accept multiple payment options for your convenience
Get in touch for quotes, samples, and partnership opportunities
As a professional hair accessories manufacturer with over 10 years of experience, we pride ourselves on delivering high-quality, fashionable products with excellent customer service.
Fujian, China
Trading Company
≤6 hours | 85% Response Rate