'); background-size: cover; background-position: center; color: white; padding: 100px 0; text-align: center; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h2 { font-size: 2.8rem; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); } .hero p { font-size: 1.3rem; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; background-color: var(--accent); color: var(--dark); padding: 15px 35px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 1.1rem; margin: 10px; transition: all 0.3s; border: 2px solid var(--accent); } .cta-button:hover { background-color: transparent; color: white; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } .cta-button.outline { background-color: transparent; color: white; border: 2px solid white; } .cta-button.outline:hover { background-color: white; color: var(--dark); } /* Section Styles */ section { padding: 80px 0; } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 2.5rem; color: var(--primary); position: relative; display: inline-block; padding-bottom: 15px; } .section-title h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--accent); } .section-title p { max-width: 700px; margin: 20px auto 0; font-size: 1.1rem; color: #555; } /* Company Info */ .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .stat-card { background: var(--light); border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s; } .stat-card:hover { transform: translateY(-10px); } .stat-card h3 { font-size: 3.5rem; color: var(--secondary); margin-bottom: 10px; } .stat-card p { font-size: 1.1rem; color: #555; } /* Services */ .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .service-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: transform 0.3s; } .service-card:hover { transform: translateY(-10px); } .service-img { height: 200px; background-color: var(--secondary); display: flex; align-items: center; justify-content: center; color: white; font-size: 3rem; } .service-content { padding: 25px; } .service-content h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--primary); } /* Products */ .product-categories { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; } .category-btn { padding: 10px 25px; margin: 5px; background: var(--light); border: none; border-radius: 30px; font-size: 1rem; cursor: pointer; transition: all 0.3s; } .category-btn.active, .category-btn:hover { background: var(--accent); color: white; } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); } .product-img { height: 200px; background-color: var(--primary); display: flex; align-items: center; justify-content: center; color: white; font-size: 2rem; } .product-info { padding: 20px; } .product-info h3 { font-size: 1.3rem; margin-bottom: 10px; color: var(--primary); } .product-meta { display: flex; justify-content: space-between; margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; } .price { font-weight: bold; color: var(--secondary); font-size: 1.2rem; } .moq { color: #666; font-size: 0.9rem; } /* Certifications */ .certifications { background: var(--light); } .cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } .cert-item { background: white; padding: 25px 15px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); } .cert-item h4 { margin-top: 15px; color: var(--primary); } /* Clients */ .clients-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px; align-items: center; } .client-logo { height: 80px; display: flex; align-items: center; justify-content: center; background: white; padding: 15px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); font-weight: bold; color: var(--primary); } /* Testimonials */ .testimonials { background: linear-gradient(to right, var(--primary), #1a2a3a); color: white; } .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .testimonial-card { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 30px; position: relative; } .testimonial-card::before { content: '"'; position: absolute; top: 15px; left: 20px; font-size: 5rem; color: rgba(255,255,255,0.1); font-family: Georgia, serif; } .testimonial-content { position: relative; z-index: 1; } .rating { color: var(--accent); font-size: 1.2rem; margin-bottom: 15px; } .testimonial-meta { display: flex; margin-top: 20px; align-items: center; } .testimonial-author { margin-left: 15px; } .testimonial-author h4 { font-size: 1.1rem; } .testimonial-author p { font-size: 0.9rem; opacity: 0.8; } /* Contact */ .contact-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 50px; } .contact-info h3 { font-size: 1.8rem; margin-bottom: 25px; color: var(--primary); } .contact-detail { display: flex; margin-bottom: 25px; } .contact-icon { width: 50px; height: 50px; background: var(--light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; color: var(--accent); font-size: 1.3rem; } .contact-text h4 { font-size: 1.2rem; margin-bottom: 5px; } .contact-form input, .contact-form textarea { width: 100%; padding: 15px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; } .contact-form textarea { height: 150px; } /* Footer */ footer { background: 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: 25px; position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: var(--accent); } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 12px; } .footer-col a { color: #bbb; text-decoration: none; transition: color 0.3s; } .footer-col a:hover { color: var(--accent); } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid #333; color: #777; font-size: 0.9rem; } /* Responsive */ @media (max-width: 768px) { .header-container { flex-direction: column; } nav ul { margin-top: 20px; flex-wrap: wrap; justify-content: center; } nav li { margin: 5px 10px; } .hero h2 { font-size: 2.2rem; } .hero p { font-size: 1.1rem; } .section-title h2 { font-size: 2rem; } }
As a leading manufacturer with over 40 years of experience, we specialize in crafting exquisite feather decorations, accessories, and materials for global markets.
With a rich heritage since 1982, we've become a trusted global supplier of premium feather products
Cixi Hong Yuan Feather Products Co., Ltd. was founded in June 1982 in Ningbo, China. Over four decades, we've developed into a comprehensive feather manufacturer with three specialized facilities:
We serve customers across North America, Western Europe, Oceania, South America, and Southeast Asia with a commitment to quality and reliability.
Years of Experience
Skilled Employees
Annual Output Value
On-Time Delivery Rate
Comprehensive solutions from raw materials to finished feather products
We offer OEM and ODM services with drawing-based customization for unique feather products tailored to your specifications.
Our large-scale feather inventory enables stable pricing and rapid fulfillment for both small batches and bulk orders.
Four dedicated QA/QC inspectors implement rigorous testing throughout our production process with an average 4-hour response time.
Over 5,000 feather products for decoration, fashion, and DIY applications
Premium decorative feathers for events and home décor
Elegant purple masks for parties and special events
Festive decoration for holiday seasons
15-20cm trim for costumes and home textiles
Meeting international standards for quality and sustainability
We're proud to supply premium feather products to industry leaders worldwide
Hear what our global clients say about our products and services
"The quality of the ostrich feather lamp decorations exceeded our expectations. The color consistency and durability have been outstanding."
"This is our second order for the Bohemian dreamcatchers. The craftsmanship and attention to detail are exceptional. Highly recommended!"
"Their custom manufacturing capabilities allowed us to develop a unique feather product line that perfectly matched our design specifications."
Reach out to discuss your feather product requirements
Cixi Hong Yuan Feather Products Co., Ltd. Ningbo, Zhejiang, China
Thomas Cao
+86 18605745952
Alice Cao, Cathy Bao, Michelle Chen