'); background-size: cover; background-position: center; color: white; text-align: center; padding: 100px 20px; position: relative; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h1 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); } .hero p { font-size: 1.5rem; margin-bottom: 30px; opacity: 0.9; } .cta-button { display: inline-block; background-color: var(--accent); color: white; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; border: none; cursor: pointer; margin: 10px 5px; } .cta-button:hover { background-color: #d35400; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } /* Section Styles */ section { padding: 70px 0; } .section-header { text-align: center; margin-bottom: 50px; } .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: 4px; background: var(--accent); border-radius: 2px; } .section-header p { color: var(--gray); max-width: 700px; margin: 20px auto 0; } /* About Section */ .about-content { display: flex; align-items: center; gap: 50px; flex-wrap: wrap; } .about-text { flex: 1; min-width: 300px; } .about-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .stat-box { background: white; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease; } .stat-box:hover { transform: translateY(-5px); } .stat-box .number { font-size: 2.5rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; } .stat-box .label { font-size: 1rem; color: var(--gray); } /* Product Categories */ .categories { background-color: var(--light); } .category-tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; gap: 10px; } .category-tab { padding: 12px 25px; background: white; border: 1px solid #ddd; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; font-weight: 500; } .category-tab.active, .category-tab:hover { background: var(--primary); color: white; border-color: var(--primary); } .product-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 ease; } .product-card:hover { transform: translateY(-10px); } .product-image { height: 200px; background: linear-gradient(45deg, #e0e0e0, #f5f5f5); display: flex; align-items: center; justify-content: center; position: relative; } .product-badge { position: absolute; top: 15px; right: 15px; background: var(--success); color: white; padding: 5px 10px; border-radius: 20px; font-size: 0.8rem; font-weight: 500; } .product-info { padding: 20px; } .product-title { font-size: 1.2rem; margin-bottom: 10px; color: var(--dark); } .product-meta { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 0.9rem; } .product-price { color: var(--accent); font-weight: 600; } .product-moq { color: var(--gray); } .product-desc { color: #666; font-size: 0.95rem; line-height: 1.5; } /* Advantages Section */ .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .advantage-card { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; transition: all 0.3s ease; } .advantage-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .advantage-icon { font-size: 3rem; color: var(--secondary); margin-bottom: 20px; } .advantage-title { font-size: 1.5rem; margin-bottom: 15px; color: var(--dark); } /* Certifications */ .certifications { background-color: var(--light); } .cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .cert-card { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; } .cert-logo { height: 100px; background: #f0f0f0; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 2rem; color: var(--primary); } /* Contact Section */ .contact-container { display: flex; gap: 50px; flex-wrap: wrap; } .contact-info { flex: 1; min-width: 300px; } .contact-card { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-bottom: 30px; } .contact-card h3 { margin-bottom: 20px; color: var(--dark); position: relative; padding-bottom: 10px; } .contact-card h3:after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--accent); } .contact-detail { display: flex; align-items: center; margin-bottom: 15px; } .contact-icon { width: 40px; height: 40px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; margin-right: 15px; flex-shrink: 0; } /* Footer */ footer { background: var(--dark); color: white; padding: 50px 0 20px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 40px; } .footer-col h3 { font-size: 1.3rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .footer-col h3:after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: var(--accent); } .footer-links { list-style: none; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #ddd; text-decoration: none; transition: color 0.3s ease; } .footer-links a:hover { color: var(--accent); } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 0.9rem; } /* Responsive Design */ @media (max-width: 768px) { .header-container { flex-direction: column; gap: 15px; } nav ul { flex-wrap: wrap; justify-content: center; } nav li { margin: 5px; } .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1.2rem; } .section-header h2 { font-size: 2rem; } .contact-container { flex-direction: column; } }
Yiwu Rongsheng Jewelry - Your trusted wholesale partner since 2000 offering factory-direct prices, low MOQ, and custom designs
With over 17 years of expertise in fashion jewelry and accessories
We represent a group of specialized companies working synergistically to deliver premium fashion products from design to global distribution. Our entities include:
Our integrated approach ensures quality control from production to delivery, providing our clients with cost-effective solutions without compromising on quality.
Discover our extensive range of fashion-forward products with weekly updates
Classic Nepali-style mala bead necklace featuring authentic Buddha wood elements and bohemian design.
Mystical nine-tailed fox pendant crafted from genuine black obsidian with easy return policy.
Professional nail table featuring acetone-resistant surface, metal frame, and ample storage.
Elegant butterfly-back vanity stool with velvet cushion in deep pink or light pink color options.
Our commitment to quality and customer satisfaction sets us apart
As manufacturers and direct sellers, we eliminate middlemen to offer you the best prices at low minimum order quantities.
We accommodate bulk shipping and drop shipping to meet your specific business requirements and logistics preferences.
Private label and custom design options available to help you build your brand with unique products.
Our core categories receive weekly additions to ensure you always have access to the latest fashion trends.
Rigorous quality control processes ensure you receive products that meet international standards.
Our team maintains an 86% response rate with average response times under 6 hours.
Validating our commitment to quality and environmental responsibility
International recognition for quality management and product safety compliance.
China National Accreditation Service for Conformity Assessment laboratory certification.
Certification for environmentally responsible manufacturing processes and materials.
Get in touch for quotes, custom orders, or partnership opportunities
We accept multiple secure payment options:
Yiwu Rongsheng Jewelry specializes in fashion-forward jewelry, accessories, and beauty products with a focus on:
Our integrated approach through associated companies ensures quality control from manufacturing to international distribution.