'); background-size: cover; background-position: center; color: white; text-align: center; padding: 100px 0; } .hero h1 { font-size: 3rem; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .hero p { font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; } .btn { display: inline-block; background-color: var(--accent); color: white; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s; border: none; cursor: pointer; } .btn:hover { background-color: #d35400; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); } /* Section Common Styles */ section { padding: 80px 0; } section:nth-child(even) { background-color: var(--light); } .section-title { text-align: center; margin-bottom: 60px; } .section-title h2 { font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; position: relative; display: inline-block; } .section-title h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background-color: var(--accent); } .section-title p { max-width: 700px; margin: 20px auto 0; color: #666; } /* About Section */ .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .about-card { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s; } .about-card:hover { transform: translateY(-10px); } .about-card h3 { color: var(--primary); margin-bottom: 15px; font-size: 1.5rem; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; } .stat-card { text-align: center; padding: 25px; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .stat-value { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; } .stat-label { color: #777; font-size: 1rem; } /* Services Section */ .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.05); } .service-content { padding: 30px; } .service-content h3 { color: var(--primary); margin-bottom: 15px; display: flex; align-items: center; } .service-content ul { padding-left: 20px; margin: 15px 0; } .service-content ul li { margin-bottom: 8px; } /* Products Section */ .category-tabs { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; } .tab-btn { padding: 12px 25px; background: white; border: 1px solid var(--border); margin: 5px; cursor: pointer; border-radius: 30px; transition: all 0.3s; } .tab-btn.active, .tab-btn:hover { background-color: var(--primary); color: white; border-color: var(--primary); } .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s; } .product-card:hover { transform: translateY(-10px); } .product-img { height: 200px; background-color: #f5f5f5; display: flex; align-items: center; justify-content: center; color: #999; font-weight: bold; } .product-info { padding: 20px; } .product-info h3 { margin-bottom: 10px; color: var(--dark); } .product-meta { display: flex; justify-content: space-between; margin-top: 15px; color: #666; font-size: 0.9rem; } .product-price { color: var(--accent); font-weight: bold; font-size: 1.1rem; } /* Why Choose Us */ .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .advantage-card { background: white; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; position: relative; overflow: hidden; transition: all 0.3s; } .advantage-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .advantage-card::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background-color: var(--primary); } .advantage-icon { font-size: 3rem; color: var(--primary); margin-bottom: 20px; } .advantage-card h3 { margin-bottom: 15px; color: var(--dark); } /* Certificates */ .certificates-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .certificate { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); width: 100%; max-width: 500px; } .certificate h3 { color: var(--primary); margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid var(--border); } /* Contact */ .contact-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 50px; } .contact-info { background: var(--primary); color: white; padding: 40px; border-radius: 10px; } .contact-info h3 { margin-bottom: 20px; font-size: 1.8rem; } .contact-details { margin-bottom: 30px; } .contact-details p { margin-bottom: 15px; display: flex; align-items: center; } .contact-form { background: white; padding: 40px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 500; } .form-group input, .form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--border); border-radius: 5px; font-family: inherit; } .form-group textarea { min-height: 150px; resize: vertical; } /* Footer */ footer { background-color: var(--dark); color: white; padding: 60px 0 30px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 40px; } .footer-col h3 { color: var(--accent); 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: #ddd; text-decoration: none; transition: color 0.3s; } .footer-col ul li a:hover { color: var(--accent); } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 0.9rem; } /* Responsive */ @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: 5px 10px; } .hero h1 { font-size: 2.2rem; } section { padding: 60px 0; } .section-title h2 { font-size: 2rem; } }
Luohe SHC Trade: Your trusted partner for ostrich, peacock, rooster feathers and accessories. 30+ years expertise in feather production and global supply.
Explore Our ProductsProviding premium feather products to global markets since 1980s
Luohe SHC Trade Co., Ltd. is a multispecialty supplier and professional feather products institution based in Henan, China. With our deep industry knowledge and extensive manufacturing network, we provide the highest quality feathers for fashion, weddings, carnivals, and home decor.
Comprehensive solutions from sourcing to delivery
We offer flexible customization options to meet your specific requirements:
Our dedicated team ensures seamless procurement experience:
Premium feather products for diverse applications
Soft and fluffy white ostrich feathers fringe for costume decoration
Long white ostrich feathers for elegant wedding table arrangements
White rooster tail saddle hackle feather trim for costumes
Vibrant colored ostrich plumes for carnivals and wedding decor
Premium quality natural and bleached dyed peacock feathers
Stunning headdress for carnivals, Halloween and performances
Our competitive advantages that set us apart
30+ years domestic production experience combined with 10 years of international trade expertise ensures mature quality control and supply chain management systems.
We understand global market demands and have supplied international fashion houses and carnival organizers with products that meet aesthetic and functional requirements.
Comprehensive product range from raw materials to finished accessories, combined with efficient logistics, saves you time and reduces procurement complexity.
24/7 customer service with dedicated representatives ensures prompt resolution of inquiries and issues, with pre-sales samples and post-sales support.
Official documentation ensuring international standards
Original document certifying that our feather products undergo compliant fumigation/disinfection processes meeting international transportation hygiene standards.
Official certification verifying product sanitary safety and compliance with importing countries' requirements for animal-derived products.
Original document confirming our products originate in China, enabling clients to qualify for applicable tariff benefits in importing countries.
Reach out to discuss your feather product requirements
Company: Luohe SHC Trade Co., Ltd.
Location: Henan, China
Business Scope: Feather Products Manufacturing & Export
Core Principle: "Good quality, professional service and mutual benefits"
Mindy, Bell & Ivy
Contact us through our Alibaba store for prompt assistance with quotes, samples, and order inquiries.