'); background-size: cover; background-position: center; color: white; padding: 100px 0; text-align: center; } .hero h1 { font-size: 48px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 2px; } .hero p { font-size: 20px; max-width: 700px; margin: 0 auto 30px; } .btn { display: inline-block; background: var(--primary); color: white; padding: 12px 30px; border-radius: 4px; text-decoration: none; font-weight: 600; transition: var(--transition); border: 2px solid var(--primary); } .btn:hover { background: transparent; color: var(--primary); } .btn-outline { background: transparent; border-color: white; color: white; margin-left: 15px; } .btn-outline:hover { background: white; color: var(--primary); } /* Section Styles */ section { padding: 80px 0; } .section-title { text-align: center; margin-bottom: 60px; position: relative; } .section-title h2 { font-size: 36px; color: var(--secondary); text-transform: uppercase; display: inline-block; padding-bottom: 15px; position: relative; } .section-title h2:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: var(--primary); } /* About Section */ .about-content { display: flex; gap: 40px; align-items: center; } .about-text { flex: 1; } .about-stats { flex: 1; background: var(--light); padding: 30px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .about-stats h3 { margin-bottom: 20px; color: var(--primary); text-align: center; } .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .stat-item { text-align: center; padding: 15px; background: white; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); } .stat-value { font-size: 30px; font-weight: 700; color: var(--primary); margin-bottom: 5px; } .stat-label { font-size: 14px; color: var(--dark); } /* Why Choose Us */ .features { background: var(--light); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .feature-card { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: var(--transition); text-align: center; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .feature-icon { font-size: 50px; color: var(--primary); margin-bottom: 20px; } .feature-card h3 { margin-bottom: 15px; color: var(--secondary); } /* Products Section */ .categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; } .category-btn { padding: 10px 25px; background: white; border: 2px solid var(--primary); border-radius: 30px; cursor: pointer; transition: var(--transition); font-weight: 600; } .category-btn.active, .category-btn:hover { background: var(--primary); color: white; } .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .product-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: var(--transition); } .product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .product-img { height: 200px; background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 50px; } .product-info { padding: 20px; } .product-title { font-size: 18px; margin-bottom: 10px; color: var(--secondary); } .product-price { color: var(--primary); font-weight: 700; margin-bottom: 10px; } .product-meta { display: flex; justify-content: space-between; font-size: 14px; color: var(--dark); } /* Certifications */ .certifications { background: linear-gradient(to right, var(--secondary), #222); color: white; } .certs-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .cert-item { background: rgba(255,255,255,0.1); padding: 30px; border-radius: 8px; text-align: center; backdrop-filter: blur(10px); } .cert-icon { font-size: 40px; color: var(--primary); margin-bottom: 15px; } .cert-item h3 { margin-bottom: 10px; } /* Process Section */ .process-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; position: relative; } .process-steps:before { content: ''; position: absolute; top: 40px; left: 0; right: 0; height: 2px; background: var(--primary); z-index: 0; } .step { width: 170px; text-align: center; position: relative; z-index: 1; } .step-circle { width: 80px; height: 80px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; color: white; font-weight: 700; font-size: 18px; } .step-title { font-weight: 600; color: var(--secondary); } /* Contact Section */ .contact { background: var(--light); } .contact-container { display: flex; gap: 40px; } .contact-info { flex: 1; } .contact-form { flex: 1; } .info-item { display: flex; align-items: flex-start; margin-bottom: 25px; } .info-icon { font-size: 24px; color: var(--primary); margin-right: 15px; min-width: 30px; } .form-group { margin-bottom: 20px; } .form-control { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 16px; transition: var(--transition); } .form-control:focus { border-color: var(--primary); outline: none; } textarea.form-control { height: 150px; resize: vertical; } /* Footer */ footer { background: var(--secondary); color: white; padding: 50px 0 20px; } .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-col h3 { color: var(--primary); margin-bottom: 20px; font-size: 20px; position: relative; padding-bottom: 10px; } .footer-col h3:after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: var(--primary); } .footer-links { list-style: none; } .footer-links li { margin-bottom: 10px; } .footer-links a { color: #bbb; text-decoration: none; transition: var(--transition); } .footer-links a:hover { color: var(--primary); padding-left: 5px; } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: #999; font-size: 14px; } /* Responsive */ @media (max-width: 992px) { .about-content { flex-direction: column; } .contact-container { flex-direction: column; } nav ul { display: none; } .hero h1 { font-size: 36px; } } @media (max-width: 768px) { .section-title h2 { font-size: 28px; } .process-steps:before { display: none; } }
OEM/ODM specialist with 10+ years experience crafting custom bracelets, necklaces, earrings, and hair accessories for global brands
Founded in 2012, Guangzhou Chuangjie Trading Co., Ltd. brings over 20 years of combined industry experience in fashion jewelry design, manufacturing, and global distribution. As an industry and trade integrated enterprise, we specialize in creating personalized, fashion-forward jewelry accessories while offering comprehensive OEM/ODM services.
Based in Guangzhou, China - the heart of the jewelry manufacturing industry - we leverage our strategic location to source premium materials and maintain efficient global logistics. Our core positioning focuses on delivering exceptional value through innovative designs, quality craftsmanship, and flexible order solutions.
We pride ourselves on our ability to blend traditional craftsmanship with modern manufacturing techniques, creating products that resonate with global fashion trends while maintaining competitive pricing.
RVV Custom Manufacturer | Professional OEM/ODM Service Provider
Full OEM/ODM capabilities including logo engraving, custom packaging, and personalized design services tailored to your brand identity
100% product inspection using premium materials (alloy, copper, titanium, 925 silver) with international certifications: BSCI, SEDEX, SGS, CE
Dedicated designers and sales professionals providing 24/7 support with comprehensive after-sales service
Low MOQ starting from 1-2 pieces with dropshipping available for small batch testing and large-scale orders
Factory-direct pricing through our integrated manufacturing model with efficient 7-30 day production cycles
Products successfully distributed to 68+ countries with deep understanding of international market requirements
Stainless steel color-preserving elastic chain, unisex design
Brass material with imitation pearl tassels, summer holiday style
Metal flower with crystal, delicate craftsmanship
High-quality front fork design, youthful style
Popular multi-color design, essential for daily use
Stainless steel material, luxury texture
BSCI, SEDEX, SGS, CE - ensuring social compliance and product safety
Own manufacturing facility controlling the entire production process
48+ exhibitions participated in over 20 years including Canton Fair
100% product inspection with premium materials (925 silver, stainless steel)
As a factory-direct manufacturer, we maintain complete control over our 8-stage production process ensuring quality at every step:
Have a project in mind? Our team is ready to discuss your custom jewelry requirements and provide solutions tailored to your needs.
Guangzhou, China
24/7 Customer Support
Arthur, Penny, Andy
OEM/ODM Customization | Sample Development | Small MOQ | Dropshipping