'); background-size: cover; background-position: center; color: white; text-align: center; padding: 100px 20px; } .hero-content { max-width: 800px; margin: 0 auto; } .hero h2 { font-size: 3rem; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .hero p { font-size: 1.2rem; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; background-color: var(--secondary); color: white; padding: 12px 30px; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: background-color 0.3s, transform 0.2s; border: none; cursor: pointer; } .cta-button:hover { background-color: #a67c00; transform: translateY(-2px); } /* Stats Section */ .stats { background-color: var(--primary); color: white; padding: 50px 0; } .stats-container { display: flex; justify-content: space-around; flex-wrap: wrap; } .stat-item { text-align: center; padding: 20px; flex: 1; min-width: 200px; } .stat-number { font-size: 2.5rem; font-weight: 700; margin-bottom: 10px; color: var(--secondary); } .stat-label { font-size: 1.1rem; } /* Sections Styling */ section { padding: 80px 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: 3px; background-color: var(--secondary); } .section-header p { color: #666; max-width: 700px; margin: 20px auto 0; font-size: 1.1rem; } /* About Section */ .about-content { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; } .about-text { flex: 1; min-width: 300px; } .about-text h3 { font-size: 1.8rem; color: var(--primary); margin-bottom: 20px; } .about-features { flex: 1; min-width: 300px; } .feature-item { display: flex; align-items: flex-start; margin-bottom: 25px; } .feature-icon { background-color: var(--secondary); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; } .feature-text h4 { font-size: 1.2rem; margin-bottom: 5px; color: var(--dark); } /* Products Section */ .product-categories { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; } .category-btn { padding: 10px 20px; background-color: #e9ecef; border: none; border-radius: 4px; margin: 5px; cursor: pointer; transition: all 0.3s; font-weight: 500; } .category-btn.active, .category-btn:hover { background-color: var(--primary); color: white; } .products-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; } .product-card { background-color: white; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s; } .product-card:hover { transform: translateY(-10px); } .product-image { height: 200px; background-color: var(--primary); display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; } .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(--secondary); font-weight: 600; } .product-min-order { color: #666; } .product-features { list-style: none; margin-top: 10px; } .product-features li { padding: 5px 0; display: flex; } .product-features li::before { content: '✓'; color: var(--success); margin-right: 8px; font-weight: bold; } /* Manufacturing Section */ .manufacturing { background-color: var(--light); } .certifications { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin: 40px 0; } .cert-badge { background-color: white; border: 1px solid #ddd; border-radius: 8px; padding: 20px; min-width: 150px; text-align: center; box-shadow: 0 3px 10px rgba(0,0,0,0.05); } .process-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .step-card { background-color: white; border-radius: 8px; padding: 30px 20px; text-align: center; flex: 1; min-width: 200px; max-width: 250px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .step-number { background-color: var(--secondary); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-weight: bold; } /* Contact Section */ .contact-container { display: flex; gap: 40px; flex-wrap: wrap; } .contact-info { flex: 1; min-width: 300px; } .contact-methods { margin-top: 30px; } .contact-item { display: flex; align-items: center; margin-bottom: 20px; } .contact-icon { width: 50px; height: 50px; background-color: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; } .contact-form { flex: 1; min-width: 300px; background-color: white; padding: 30px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 500; } .form-control { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 4px; font-size: 1rem; } /* Footer */ footer { background-color: var(--dark); color: white; padding: 60px 0 20px; } .footer-container { display: flex; flex-wrap: wrap; gap: 40px; margin-bottom: 40px; } .footer-col { flex: 1; min-width: 200px; } .footer-col h3 { font-size: 1.3rem; margin-bottom: 20px; color: var(--secondary); position: relative; padding-bottom: 10px; } .footer-col h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background-color: var(--secondary); } .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(--secondary); } .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #444; font-size: 0.9rem; color: #aaa; } /* Responsive */ @media (max-width: 768px) { .header-container { flex-direction: column; text-align: center; } nav ul { margin-top: 20px; justify-content: center; } .hero h2 { font-size: 2.2rem; } .section-header h2 { font-size: 2rem; } .stats-container { flex-direction: column; align-items: center; } .product-categories { flex-direction: column; } .category-btn { margin: 5px 0; } }
Manufacturer of premium quality graduation attire for universities, colleges, and schools worldwide with 10 years of expertise in academic clothing production.
Request a Quote TodayJiangxi Jingjinbao Clothing Co., Ltd. has been a leading manufacturer of academic regalia since 2013
Founded in 2013, Jiangxi Jingjinbao Clothing specializes in designing and manufacturing premium graduation gowns, choir robes, and academic regalia for educational institutions worldwide. With our own 8,000 m² factory equipped with 500 production machines and a skilled workforce of 300 professionals, we ensure superior quality and timely delivery.
We serve prestigious universities, colleges, and schools across 30+ countries, offering custom OEM/ODM solutions alongside our extensive ready-to-ship collection.
Combining production expertise with global distribution capabilities
International quality standards compliance for all products
Dedicated team ready to assist with Emma, Ava, Olivia, William & James
Wholesale, small batch customization, and one piece dropshipping
Premium graduation gowns, choir robes and academic accessories for all educational levels
Advanced production capabilities ensuring quality and timely delivery
Our 8,000 m² manufacturing facility features state-of-the-art equipment and streamlined production processes:
Recognized as a global top supplier for our commitment to quality, reliability, and ethical manufacturing practices.
Streamlined workflow from concept to delivery
Discuss requirements and sample customization
Material and color selection
Confirm details and sign agreement
Secure order with deposit
Manufacturing with quality control
Logistics and after-sales support
Reach out for quotes, samples, or partnership opportunities
Our customer support team is available 24/7 to assist with your inquiries. Contact us through any of the following methods:
+86 17304454181
24/7 Online Service
We serve 30+ countries including USA, Brazil, Mexico, Canada, Russia, Australia, Japan, Indonesia, UAE, and more.