Engineered for performance, safety, and long-term reliability
Grand Dynasty Industrial (GDI) provides precision automotive parts manufacturing services, covering mold development, injection molding, and one-stop integrated solutions.
High-Performance Automotive Components:
performance / safety / reliability / compliance
GDI specializes in high-performance automotive components, supported by advanced injection molding technologies and IATF 16949-certified quality systems.
We deliver precision plastic components that meet the demanding standards of global automotive manufacturers. Trusted by leading international automotive and industrial equipment manufacturers.
Key Advantages
High-Performance Material Application and Precision Craftsmanship
High-temperature engineering plastics for demanding automotive environments.
High-strength structural component design and mold development.
Multi-shot and multi-material injection molding technologies.
Tight dimensional control for precision and stability.
Automated optical inspection systems for consistent quality.
Looking for a reliable automotive component manufacturing partner?
Contact our team to discuss your project requirements.
// --- 燈箱放大功能 ---
function openGdiLightbox(src) {
const lb = document.getElementById('gdi-lightbox');
const lbImg = document.getElementById('lb-img');
lbImg.src = src;
lb.style.display = 'flex';
}
// --- 3D 視差傾斜功能 ---
function gdiParallax(e, el) {
const rect = el.getBoundingClientRect();
const x = e.clientX - rect.left;
const y = e.clientY - rect.top;
const centerX = rect.width / 2;
const centerY = rect.height / 2;
const rotateX = ((y - centerY) / centerY) * -15; // 限制旋轉幅度
const rotateY = ((x - centerX) / centerX) * 15;
el.style.transform = `rotateX(${rotateX}deg) rotateY(${rotateY}deg) scale(1.05)`;
}