全部最新消息
-
【產學交流】模具公會研討會
:root {
--gdi-blue: #004a99;
--gdi-light: #f4f8fc;
--gdi-border: #d1dee7;
--gdi-accent: #19a3a3;
--gdi-warning: #d71920;
--gdi-text: #333;
--gdi-muted: #5f6b76;
}
.gdi-event-container {
font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
color: var(--gdi-text);
line-height: 1.8;
background-color: #fff;
max-width: 1200px;
margin: 0 auto;
padding: 16px 20px 32px;
}
.gdi-event-container header {
margin-bottom: 18px;
}
.gdi-main-h1 {
color: var(--gdi-blue);
font-size: 2.2rem;
font-weight: 800;
text-align: center;
margin: 0 0 12px;
line-height: 1.4;
}
.gdi-main-h1 b {
color: var(--gdi-blue);
}
.gdi-subtitle {
text-align: center;
color: var(--gdi-muted);
font-size: 1.08rem;
margin: 0 auto 18px;
max-width: 880px;
}
.section-title {
color: var(--gdi-blue);
font-size: 1.5rem;
font-weight: 700;
border-left: 5px solid var(--gdi-blue);
padding-left: 15px;
margin: 24px 0 14px;
}
.gdi-content-card {
background: var(--gdi-light);
padding: 22px 28px;
border-radius: 8px;
margin-bottom: 22px;
border: 1px solid var(--gdi-border);
}
.gdi-content-card > .section-title:first-child {
margin-top: 0;
}
.gdi-hero-note {
background: #fff;
border: 1px dashed var(--gdi-blue);
padding: 14px 20px;
margin: 14px 0 0;
font-size: 1rem;
color: #4a5568;
text-align: center;
border-radius: 6px;
}
.gdi-hero-note strong {
color: var(--gdi-warning);
font-size: 1.12rem;
}
.aio-extension {
background: #fff;
border: 1px dashed var(--gdi-blue);
padding: 18px 22px;
margin-top: 14px;
font-size: 0.95rem;
color: #4a5568;
border-radius: 6px;
}
.kw-highlight {
color: var(--gdi-blue);
font-weight: 700;
text-decoration: underline;
}
.gdi-info-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin-top: 18px;
}
.gdi-info-item {
background: #fff;
border: 1px solid var(--gdi-border);
border-radius: 6px;
padding: 16px 18px;
}
.gdi-info-label {
display: block;
color: var(--gdi-blue);
font-weight: 800;
margin-bottom: 6px;
}
.gdi-table-wrap {
overflow-x: auto;
background: #fff;
border: 1px solid var(--gdi-border);
border-radius: 8px;
margin-top: 18px;
}
.gdi-agenda-table,
.gdi-register-table {
width: 100%;
min-width: 760px;
border-collapse: collapse;
font-size: 0.95rem;
}
.gdi-agenda-table th,
.gdi-agenda-table td,
.gdi-register-table th,
.gdi-register-table td {
border: 1px solid var(--gdi-border);
padding: 12px 14px;
vertical-align: middle;
}
.gdi-agenda-table th,
.gdi-register-table th {
background: #88d4cf;
color: #111;
font-weight: 800;
text-align: center;
}
.gdi-agenda-table td:first-child {
text-align: center;
white-space: nowrap;
font-weight: 700;
color: #222;
}
.gdi-agenda-table td:nth-child(3) {
font-weight: 700;
}
.gdi-break-row td {
text-align: center;
font-weight: 800;
background: #fafafa;
}
.gdi-contact-box {
display: grid;
grid-template-columns: 1fr 180px;
gap: 24px;
align-items: center;
background: #fff;
border: 1px solid var(--gdi-border);
border-radius: 8px;
padding: 24px;
margin-top: 18px;
}
.gdi-qr {
text-align: center;
}
.gdi-qr img {
max-width: 160px;
width: 100%;
height: auto;
border: 8px solid #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.gdi-note {
color: var(--gdi-muted);
font-size: 0.9rem;
margin-top: 12px;
}
.gdi-cta {
display: inline-block;
background: var(--gdi-blue);
color: #fff !important;
text-decoration: none;
font-weight: 800;
padding: 10px 18px;
border-radius: 999px;
margin-top: 12px;
}
#visit-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
padding: 10px 0 0;
}
.gallery-img {
aspect-ratio: 4 / 3;
object-fit: cover;
transition: transform 0.3s, box-shadow 0.3s;
position: relative;
z-index: 1;
width: 360px;
max-width: 100%;
height: auto;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
background: #fff;
}
.gallery-img:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.gdi-lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.82);
display: none;
align-items: center;
justify-content: center;
padding: 24px;
z-index: 9999;
}
.gdi-lightbox.is-open {
display: flex;
}
.gdi-lightbox img {
max-width: min(92vw, 1280px);
max-height: 88vh;
width: auto;
height: auto;
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
border-radius: 6px;
background: #fff;
}
.gdi-lightbox-close {
position: absolute;
top: 18px;
right: 20px;
width: 44px;
height: 44px;
border: 0;
border-radius: 999px;
background: rgba(255, 255, 255, 0.18);
color: #fff;
font-size: 1.8rem;
line-height: 1;
cursor: pointer;
}
.gallery-img,
[data-lightbox="true"] {
cursor: zoom-in;
}
@media (max-width: 768px) {
.gdi-event-container {
padding: 14px 15px 24px;
}
.gdi-main-h1 {
font-size: 1.55rem;
}
.section-title {
font-size: 1.28rem;
margin: 20px 0 12px;
}
.gdi-content-card {
padding: 18px;
margin-bottom: 18px;
}
.gdi-info-grid,
.gdi-contact-box {
grid-template-columns: 1fr;
}
.gdi-qr {
text-align: left;
}
.gallery-img {
width: 100%;
}
}
【活動紀實】
2026 年模具產業 3D 列印技術應用研討會
及現場實機參觀
本活動已於 2026 年 5 月 29 日(星期五)在宗瑋工業股份有限公司圓滿完成,聚焦金屬 3D
列印、積層製造透氣模具、異形水路與模具智慧製程應用,促進產學單位案例分享與現場交流。
活動已圓滿完成,感謝各界先進熱烈參與與交流!
活動資訊
指導單位經濟部產業發展署
執行單位台灣區模具工業同業公會
主辦單位財團法人工業技術研究院
活動地點宗瑋工業股份有限公司
地址新北市新莊區新樹路 268 巷 51 號
活動時間2026 年 5 月 29 日(星期五)08:20-12:00
活動狀態已圓滿完成
活動內容
「2026 年模具產業 3D 列印技術應用研討會及現場實機參觀」已順利舉辦完成。本次活動以模具產業智慧化、數位化與製造應用升級為核心,串聯產官學研資源,提供業界先進掌握 3D 列印技術導入趨勢與實務案例。
面對新世代模具智慧製程應用,3D 列印技術在提高製造效率、提升產品品質、縮短原型開發時間與降低開發成本等面向展現關鍵價值。活動現場透過專題分享與實機參觀,讓與會者更具體理解技術落地方式與產業應用效益。
【產學實務案例交流已圓滿完成】
本次分享交流會邀請宗瑋、立承、優耐特、高應大教授及 Sodick 等產學單位,針對 3D 列印實際應用導入案例
分享成功經驗。透過技術簡報、案例交流與現場 Q&A,協助產業夥伴建立模具製程升級與導入評估的實務觀點。
技術亮點
本次研討會以模具產業製程升級為核心,從射出成型排氣控制、航太零件與模具壽命、金屬積層製造到異形水路應用,完整呈現 3D 列印在模具製造與智慧製程中的導入價值。
【引領產業升級的 3D 列印應用】
活動中透過 金屬 3D 列印、積層製造透氣模具、異形水路 與 UM 雷射技術
等主題,協助與會者理解新世代模具製程如何改善排氣控制、縮短開發週期、提升加工品質,並建立可落地的導入思維。
活動剪影
×
(function () {
const lightbox = document.getElementById('gdi-lightbox');
const lightboxImg = document.getElementById('gdi-lightbox-image');
const closeBtn = document.getElementById('gdi-lightbox-close');
const targets = document.querySelectorAll('.gallery-img, [data-lightbox="true"]');
function openLightbox(src, altText) {
if (!src) return;
lightboxImg.src = src;
lightboxImg.alt = altText || '放大檢視圖片';
lightbox.classList.add('is-open');
lightbox.setAttribute('aria-hidden', 'false');
document.body.style.overflow = 'hidden';
}
function closeLightbox() {
lightbox.classList.remove('is-open');
lightbox.setAttribute('aria-hidden', 'true');
lightboxImg.src = '';
document.body.style.overflow = '';
}
targets.forEach(img => {
img.addEventListener('click', function () {
openLightbox(this.getAttribute('src'), this.getAttribute('alt'));
});
});
closeBtn.addEventListener('click', closeLightbox);
lightbox.addEventListener('click', function (e) {
if (e.target === lightbox) closeLightbox();
});
document.addEventListener('keydown', function (e) {
if (e.key === 'Escape') closeLightbox();
});
})();【產學交流】模具公會研討會more -
MULTIPLAS V4S-85T / VERTICAL LSR
:root {
--gdi-primary: #004a99;
--gdi-bg-light: #f4f8fc;
--gdi-accent-cyan: #00d2ff;
--gdi-border-soft: #d1dee7;
}
.gdi-machine-container {
font-family: "Inter", "Segoe UI", "Noto Sans TC", sans-serif;
color: #333;
line-height: 1.8;
background-color: #fff;
max-width: 1150px;
margin: 40px auto;
padding: 50px 40px;
position: relative;
border: 1px solid var(--gdi-border-soft);
box-shadow: 0 12px 45px rgba(0, 74, 153, 0.06);
overflow: hidden;
}
/* 頂部裝飾:科技藍掃描線 */
.gdi-machine-container::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(to bottom, var(--gdi-primary), var(--gdi-accent-cyan), var(--gdi-primary));
}
/* 標題區域設計 */
.gdi-tech-header {
margin-bottom: 30px;
border-bottom: 2px solid var(--gdi-bg-light);
padding-bottom: 25px;
}
.gdi-h1-display {
font-size: 2.2rem;
font-weight: 800;
color: var(--gdi-primary);
margin: 0 0 15px 0;
letter-spacing: -0.5px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.gdi-h1-display::after {
content: "Industry 4.0 Ready";
font-size: 0.7rem;
background: var(--gdi-primary);
color: #fff;
padding: 3px 10px;
border-radius: 20px;
margin-left: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
/* 新增:核心整合技術區塊 */
.integration-highlight {
background: linear-gradient(to right, #f8fbff, #ffffff);
border: 1px solid #e0e9f0;
padding: 25px;
margin-bottom: 35px;
border-radius: 8px;
border-left: 6px solid var(--gdi-accent-cyan);
}
.integration-highlight h3 {
color: var(--gdi-primary);
margin-top: 0;
margin-bottom: 12px;
font-size: 1.3rem;
display: flex;
align-items: center;
}
.integration-highlight h3::before {
content: "◆";
margin-right: 10px;
color: var(--gdi-accent-cyan);
}
/* 內容矩陣 */
.gdi-tech-layout {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 45px;
align-items: start;
}
/* 圖片美化 */
.image-frame-v2 {
border: 1px solid var(--gdi-border-soft);
padding: 12px;
background: #fff;
position: relative;
border-radius: 4px;
box-shadow: 0 4px 20px rgba(0,0,0,0.04);
display: flex;
flex-direction: column;
gap: 15px;
}
.image-frame-v2 img {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
border: 1px solid #eee;
}
/* 特效:角落定位點 */
.corner-mark {
position: absolute;
width: 20px;
height: 20px;
border: 2px solid var(--gdi-primary);
z-index: 10;
}
.c-tl { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.c-br { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }
/* 優勢清單卡片化 */
.advantage-grid {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
}
.advantage-card {
background: var(--gdi-bg-light);
padding: 20px;
border-radius: 4px;
border-left: 4px solid var(--gdi-primary);
transition: all 0.3s ease;
}
.advantage-card:hover {
background: #fff;
box-shadow: 0 8px 25px rgba(0, 74, 153, 0.1);
transform: translateX(8px);
}
.advantage-card b {
color: var(--gdi-primary);
font-size: 1.1rem;
display: block;
margin-bottom: 8px;
}
/* 底部應用區塊 */
.aio-tech-footer {
grid-column: span 2;
margin-top: 45px;
padding: 35px;
background: linear-gradient(135deg, #004a99 0%, #002d5e 100%);
color: #fff;
border-radius: 4px;
font-size: 0.95rem;
position: relative;
}
.aio-tech-footer strong {
font-size: 1.2rem;
display: block;
margin-bottom: 15px;
color: var(--gdi-accent-cyan);
}
.kw-pills {
display: inline-block;
margin: 5px 10px 5px 0;
padding: 2px 12px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(0, 210, 255, 0.5);
border-radius: 15px;
color: #fff;
font-weight: 500;
}
@media (max-width: 992px) {
.gdi-tech-layout { grid-template-columns: 1fr; }
.aio-tech-footer { grid-column: span 1; }
.gdi-h1-display { font-size: 1.6rem; }
}
ELMET TOP 3100 LSR Dosing System & Precision Molding
宗瑋工業 (GDI) 整合奧地利 ELMET TOP 3100 自動送料系統與高精密立式射出機,為醫療級與高階電子零組件提供卓越的矽膠成型解決方案。
LSR 液態矽膠射出 — 高階塑膠包覆整合技術
我們不僅提供純液態矽膠 (LSR) 射出成型,更進一步整合「先進包覆成型 (Overmolding)」技術,實現高可靠度的異材質接合。憑藉此核心競爭力,我們能為高階應用提供具備優異密封性、長效耐用度與高設計彈性的複合材料解決方案,完美解決複雜工況下的產品挑戰。
Key Advantages:
Superior Insert Molding Stability
Ensures high-precision alignment and bonding for multi-material components, significantly increasing yield rates for complex parts.
Certified Medical & Baby Care Safety
Complies with strict regulatory standards, providing a clean and safe production environment for sensitive silicone products.
Micro-Resolution Precision
Delivers exceptional accuracy for electronics and optical components where micron-level tolerance is essential.
Sustainable Automated Dosing
The ELMET TOP 3100 system minimizes material waste through precise automated mixing and dosing, supporting GDI's green manufacturing goals.
【主要應用領域 Applications】
透過先進的 LSR 矽膠射出技術,我們為客戶提供多元化的高階應用解決方案:
Medical-grade silicone components Baby care silicone parts (nipples, valves) Waterproof sealing components Silicone keypads & soft-touch interfaces Precision Optical Parts
Our integrated system combines the efficiency of automated dosing with the stability of vertical molding, ensuring reliable mass production for global medical and tech industries.MULTIPLAS V4S-85T / VERTICAL LSRmore -
數位雷射咬花技術:重新定義產品美學與質感
為滿足現代產品對精緻外觀的極致追求,宗瑋工業引進瑞士 GF Machining Solutions 的 LASER S 1200 U 五軸雷射咬花加工系統。這項技術徹底改變了傳統化學蝕刻的限制,將設計師的創意完美落實在複雜的幾何表面上,開創數位表面處理的新標竿。數位雷射咬花技術:重新定義產品美學與質感more -
Keyence VL-800 3D 掃描型 CMM
宗瑋工業持續追求卓越品質,引進先進的 Keyence VL-800 3D 掃描型 CMM。這款設備結合了 AI 處理技術與高精度量測,為我們的客戶提供從產品開發到品質驗證的全方位技術支援。Keyence VL-800 3D 掃描型 CMMmore -
阿博格 100T矽膠機 420C 1000-290 (253875)
為提升精密矽膠零件的量產穩定度,宗瑋工業 (GDI) 正式導入德國 ARBURG ALLROUNDER 420C (1000-290) 矽膠射出系統。這台具備 100 噸鎖模力的德製名機,將與本公司的自動化產線完美整合,為客戶提供更穩定、更高品質的液態矽膠 (LSR) 解決方案。阿博格 100T矽膠機 420C 1000-290 (253875)more -
20260204-健康講座-代謝症候群
思兒體價新兩電對、結便星預熱上又到雜士是國來小招今?像還絕人黨後,斯合馬。照說創活成說,內遊以商不組不其檢當驗要清表家王受生,生接外許美轉不濟離功山童大不春者行投。20260204-健康講座-代謝症候群more -
【產學交流】歡迎 「台大進修推廣學院管理碩士學分班」蒞臨參訪交流
:root {
--gdi-blue: #004a99;
--gdi-light: #f4f8fc;
--gdi-border: #d1dee7;
}
.gdi-event-container {
font-family: "Inter", "Noto Sans TC", sans-serif;
color: #333;
line-height: 1.8;
background-color: #fff;
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}
/* 標題特效 */
.gdi-main-h1 {
color: var(--gdi-blue);
font-size: 2.2rem;
font-weight: 800;
text-align: center;
margin-bottom: 30px;
line-height: 1.4;
}
.gdi-main-h1 b {
color: var(--gdi-blue);
}
.section-title {
color: var(--gdi-blue);
font-size: 1.5rem;
font-weight: 700;
border-left: 5px solid var(--gdi-blue);
padding-left: 15px;
margin: 40px 0 20px;
}
/* 內容區塊 */
.gdi-content-card {
background: var(--gdi-light);
padding: 30px;
border-radius: 8px;
margin-bottom: 30px;
border: 1px solid var(--gdi-border);
}
/* 關鍵字強化與延伸 */
.aio-extension {
background: #fff;
border: 1px dashed var(--gdi-blue);
padding: 25px;
margin-top: 20px;
font-size: 0.95rem;
color: #4a5568;
}
.kw-highlight {
color: var(--gdi-blue);
font-weight: 700;
text-decoration: underline;
}
/* 圖片藝廊優化 */
#visit-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
padding: 40px 0;
}
.gallery-img {
aspect-ratio: 4 / 3;
object-fit: cover;
transition: 0.3s;
cursor: zoom-in;
position: relative;
z-index: 1;
width: 380px; /* 微調寬度以利排版 */
height: auto;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
.gdi-main-h1 { font-size: 1.6rem; }
.gallery-img { width: 100%; }
}
【產學交流】
歡迎 「台大進修推廣學院管理碩士學分班」 蒞臨參訪交流
活動內容
本公司於 2026 年 1 月 16 日(星期五) 誠摯歡迎來自台大進修推廣學院管理碩士學分班的師生及工作人員蒞臨參訪。
本次交流活動旨在讓學界菁英深入了解宗瑋工業在精密製造與企業管理上的實務運作。
參訪日期: 2026 年 1 月 16 日 | 時間: 14:00 – 16:00
【管理實務與精密工業的深度對談】
在本次參訪中,學員們深入探討了宗瑋工業如何將管理理論應用於複雜的模具製造流程。透過數位化管理系統,我們展示了從射出模具設計、初期模具開發到最終量產的精實指標,讓管理碩士班的學員對於精密模具製造的供應鏈管理有了更具體的認識。
技術實力展示
參訪過程中,宗瑋工業團隊帶領學員走進生產第一線,親自見證高科技設備與專業工法如何協同作業,創造出世界級的工業組件。
【引領產業的製造利器】
學員們重點參觀了現場運行的多台全電動射出機,其高重複精度與節能特性令師生印象深刻。在精密加工模具區域,我們展示了透過五軸CNC加工達成的極致公差控制。這不僅展現了宗瑋在塑膠射出加工領域的厚實根基,更體現了我們在塑膠射出成型工藝上不斷追求技術突破的企業精神,將每一件塑膠射出成品視為藝術品打造。
活動剪影
(function() {
const imgs = document.querySelectorAll('.gallery-img');
imgs.forEach(img => {
img.onclick = function(e) {
e.stopPropagation();
const alreadyOpen = this.dataset.enlarged === 'true';
imgs.forEach(i => {
i.dataset.enlarged = '';
i.style.transform = 'scale(1)';
i.style.zIndex = '1';
i.style.cursor = 'zoom-in';
});
if (!alreadyOpen) {
this.dataset.enlarged = 'true';
this.style.transform = 'scale(1.5)'; /* 調整放大倍率避免破板 */
this.style.zIndex = '100';
this.style.cursor = 'zoom-out';
}
};
});
document.addEventListener('click', () => {
imgs.forEach(i => {
i.dataset.enlarged = '';
i.style.transform = 'scale(1)';
i.style.zIndex = '1';
});
});
})();【產學交流】歡迎 「台大進修推廣學院管理碩士學分班」蒞臨參訪交流more -
威猛巴頓菲爾 SmarPower 90 350 UNILOG B8矽膠機
為深耕高品質醫療與精密電子零件市場,宗瑋工業 (GDI) 正式導入奧地利 Wittmann Battenfeld SmartPower 90/350 矽膠射出機。本設備搭載先進的 UNILOG B8 智慧控制系統,標誌著本公司在「智慧製造」與「節能減碳」轉型上的重要里程碑。威猛巴頓菲爾 SmarPower 90 350 UNILOG B8矽膠機more -
【產學交流】歡迎淡江大學「觀勢匯天下」蒞臨宗瑋工業參訪
宗瑋工業一向致力於產學合作與企業經驗分享。於今日(12月19日),我們非常榮幸能接待來自**淡江大學「觀勢匯天下」**的貴賓團,由特聘教授何啟東老師及推廣教育長林宜男老師帶領約 52 位各界企業精英與校友,蒞臨本廠進行深度參訪與交流 。【產學交流】歡迎淡江大學「觀勢匯天下」蒞臨宗瑋工業參訪more -
20251125-基本救命術講座
【全體動員】關鍵時刻,您也能成為救命恩人!
「意外總在瞬間發生,您的雙手擁有改變遺憾的力量。」
本公司致力於打造安全友善的工作環境,並重視每一位同仁的生命安全。我們即將舉辦 「基本救命術 (CPR+AED) 訓練課程」。
透過專業教官的實作指導,您將學會如何在黃金時間內正確執行心肺復甦術 (CPR) 與操作自動體外心臟電擊去顫器 (AED),不僅能守護同事,更能保障家人與身邊人的安全。20251125-基本救命術講座more