全站搜尋
-
(轉發) 11/26 台灣雲協-台灣人型機器人啟動論壇11.21.2025
台灣人型機器人啟動論壇 主題:軟體定義機器人,共榮人型機器人產業鏈 隨著 AIoT 發展與 Embodied AI(具身人工智慧)興起,人型機器人不再只是自動化設備,而是能與環境深度互動、自主學習並執行複雜任務的智慧系統。為協助業界掌握最新技術與全球規範趨勢,台灣雲端物聯網產業協會將舉辦 「台灣人型機器人啟動論壇」,邀請 NEXCOM 新漢集團、TÜV Rheinland、國際自動化協會 ISA 等單位專家分享技術與國際觀點。 📌 參與論壇可一次掌握: • 人型機器人產業生態、架構與市場趨勢 • AI 與具身智慧的最新發展 • 國際安全標準、法規與資安要求 • 生態鏈鏈結與合作機會 📅 活動資訊 時間:2025/11/26(三)13:30–16:50 地點:新漢總部 9F 國際會議廳(新北市中和區中正路920號9樓) 主辦單位:台灣雲端物聯網產業協會 協辦單位:新漢股份有限公司 報名網址:https://reurl.cc/EbZnkA 議程:
-
(轉發) 國科會-技專校院與私立大學跨域實作型研究計畫-徵案說明會11.20.2025
📢【徵案說明|技專校院 × 私立大學跨域實作型研究計畫】 國科會推動「115年度技專校院與私立大學跨域實作型研究計畫」, 邀請企業踴躍提供合作議題與技術需求,與學界共同打造創新解決方案! 🌟計畫特色 • 無需企業配合款:降低參與門檻 • 跨域團隊合作:整合工程 × 設計 × 管理等多元專長 • 場域驗證導向:研發成果直接導入企業場域 • 實作型人才培育:為產業建立技術新動能 ✨邀請業界參與徵案說明會,了解合作方式與申請要點。 📍說明會資訊 【中區】11/26(三)14:00–16:00|逢甲大學 人言大樓B1 第六國際會議廳 【南區】12/12(五)10:00–12:00|高雄科技大學 建工校區B1 國際會議廳 【北區】12/19(五)10:00–12:00|北科集思會議中心 2樓 感恩廳 🔗 報名連結:https://forms.gle/kSpsRhY9LJM9VRd29 🔗 計畫附件下載:https://reurl.cc/R90KNZ — 歡迎廠商提供議題或需求,共創產學合作新契機 — 📞 聯絡窗口 國科會技專校院實務型研究專案計畫辦公室 陳佩鈴 專案經理 電話:02-2365-0018 分機 36 (博大股份有限公司|台北市思源街18號A棟402室)
-
【TMBA展覽公告】VIMF 2026 越南國際工業製造展 (北寧) 徵展公告11.20.2025
/* 引入 Google Fonts 以提升質感 */ @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap'); /* 通用動畫設定 */ * { transition: all 0.3s ease; } /* 標題區塊 */ .content-header { background: white; border-radius: 20px; padding: 50px 30px; margin-bottom: 40px; box-shadow: 0 15px 35px rgba(0,0,0,0.05); text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #3498db; } /* 標題背景裝飾小圓點 */ .content-header::before { content: ""; position: absolute; top: -20px; left: -20px; width: 100px; height: 100px; background: #e1f0fa; border-radius: 50%; opacity: 0.6; } .main-title { font-size: 1.5rem; font-weight: 800; color: #2c3e50; margin-bottom: 10px; line-height: 1.4; position: relative; z-index: 1; } .main-title .subtext { display: inline-block; background: linear-gradient(120deg, #f6d365 0%, #fda085 100%); color: #fff; font-weight: 700; font-size: 2rem; margin-top: 15px; padding: 5px 20px; border-radius: 50px; box-shadow: 0 4px 15px rgba(253, 160, 133, 0.4); letter-spacing: 1px; } /* 圖片樣式 */ .promo-image { width: 100%; max-height: 450px; object-fit: cover; border-radius: 20px; margin-bottom: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); } /* 展覽資訊三欄卡片 */ .event-info { background: transparent; padding: 0; margin-bottom: 40px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 0; } .info-card { background: white; border-radius: 16px; padding: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border-left: 5px solid #e74c3c; display: flex; flex-direction: column; justify-content: center; } .info-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .info-card h3 { color: #7f8c8d; font-size: 1rem; margin-bottom: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; } .info-card .icon { font-size: 1.2rem; margin-right: 10px; background: #fdf2f1; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; } .info-card p { color: #2c3e50; font-size: 1.2rem; font-weight: 700; margin: 0; } /* 亮點區塊 */ .highlight-box { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 20px; padding: 40px; margin: 40px 0; text-align: center; box-shadow: 0 10px 30px rgba(118, 75, 162, 0.3); position: relative; overflow: hidden; } .highlight-box h3 { font-size: 1.8rem; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.2); } .highlight-box p { font-size: 1.1rem; opacity: 0.95; } .highlight-box #registration-text { background: rgba(255,255,255,0.15); display: inline-block; padding: 15px 25px; border-radius: 10px; margin-top: 20px; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(5px); } /* 市場分析區塊 */ .analysis-section { margin: 40px 0; } .analysis-card { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); } .analysis-card h3 { color: #2c3e50; font-size: 1.6rem; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px dashed #bdc3c7; text-align: center; } .analysis-card ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .analysis-card li { padding: 15px; padding-left: 45px; background: #f8f9fa; border-radius: 10px; position: relative; font-weight: 500; } .analysis-card li:before { content: "✔"; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: white; background: #27ae60; width: 24px; height: 24px; border-radius: 50%; text-align: center; line-height: 24px; font-size: 12px; box-shadow: 0 3px 6px rgba(39, 174, 96, 0.3); } /* 優勢網格 */ .advantages-section { background: white; border-radius: 20px; padding: 40px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); margin-top: 40px; } .advantages-section h3 { color: #2c3e50; font-size: 1.6rem; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px dashed #bdc3c7; text-align: center; } .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin: 0; } .advantage-item { background: white; border-radius: 16px; padding: 30px 20px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border: 1px solid #f0f0f0; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; min-height: 200px; } .advantage-item:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); border-color: transparent; } .advantage-item .icon { font-size: 2rem; margin-bottom: 20px; display: inline-block; background: #eff6ff; width: 70px; height: 70px; line-height: 70px; border-radius: 50%; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .advantage-item:hover .icon { transform: scale(1.1) rotate(5deg); background: #dbeafe; } .advantage-item h4 { color: #2c3e50; margin-bottom: 10px; font-size: 1.25rem; font-weight: 700; } .advantage-item p { color: #666; font-size: 0.95rem; flex-grow: 1; } /* 聯絡資訊區塊 */ .cta-section { background: #2c3e50; color: white; border-radius: 20px; padding: 60px 40px; text-align: center; margin-top: 50px; box-shadow: 0 15px 35px rgba(44, 62, 80, 0.2); background-image: radial-gradient(circle at top right, #34495e 0%, #2c3e50 100%); } .cta-section h2 { font-size: 2rem; margin-bottom: 15px; } .cta-section p { color: #bdc3c7; font-size: 1.1rem; } .contact-info { background: rgba(255,255,255,0.1); color: white; padding: 30px; border-radius: 15px; margin: 30px auto; max-width: 600px; border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(10px); } .contact-info h3 { color: #f1c40f; margin-bottom: 15px; } /* 下載提示 */ .download-notice { background: #fff3cd; border: 2px solid #ffc107; border-radius: 15px; padding: 20px 30px; margin-top: 40px; text-align: center; } .download-notice .download-title { color: #856404; font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; } .download-notice .download-text { color: #856404; font-size: 1.1rem; } /* 響應式調整 */ @media (max-width: 992px) { .advantages-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .main-title { font-size: 1.3rem; } } @media (max-width: 768px) { .main-title { font-size: 1.1rem; } .content-header { padding: 30px 20px; } .analysis-card ul { grid-template-columns: 1fr; } .info-grid { grid-template-columns: 1fr; } .advantages-grid { grid-template-columns: 1fr; } } 搶先布局北寧,掌握越南製造新機遇! 📅展覽日期 2026年11月4-6日 📍展覽地點 Kinh Bac Cultural Center (北寧, 越南) 🏢主辦單位 OMG EVENTS MANAGEMENT COMPANY LIMITED ✨ 台灣館展區位於主要展區中心位置 ✨ 感謝主辦單位支持與協助,讓台灣品牌能在最顯眼的位置展現實力,吸引更多高品質買主! 📌 報名現已開放,並採「先報名、先繳訂金、先選位」原則,敬請把握機會! 🇻🇳 北越市場潛力分析 2024年榮登越南投資冠軍,潛力無窮 對工具機、模具、和零組件的需求強勁 Samsung, LG, Microsoft, Foxconn, Canon 等巨擘進駐 電子、電路板、高科技零配件製造蓬勃發展 越南為台灣第 5 大工具機主要出口國家 2025年1-9月期間,出口額年增率超過 20% 🏆 TMBA 組團優勢分析 🎨 國家館設計 專業設計的展位,整體形象加分 📍 黃金展位 曝光度高、買主必經的中心位置 💰 政府補助 預計申請貿易署補助,每家可望獲得 NT$35,000+ 📋 行政支援 提供註冊、文件和補助申請的全面協助 ✈️ 差旅協助 公會整合機票、住宿與交通,參展更省心 📢 整合行銷 透過 MTB2B、駐外單位與雜誌多方曝光 參展請洽 TMBA 席位有限,請儘早報名,以免向隅! 聯絡資訊 請洽詢 TMBA 劉小姐 Vivian 電話:(04) 23507586 Email: vivian@tmba.org.tw 📥 相關資料下載 攤位費用請下載報名表參閱 👇
-
(轉發) 12/15 外貿協會-穩定幣與國際貿易未來論壇11.19.2025
【正式報名開跑】百年一遇支付升級衝擊未來貿易,掌握它只差這張門票! 穩定幣正以「秒級結算」顛覆傳統貿易金融,近 5% 台商已率先運用。外貿協會穩定幣與國際貿易未來論壇,助您掌握這波數位貿易的實戰利器! 🌐 【最務實的企業穩定幣應用議題】 我們不是討論概念,而是讓您「聽得懂、用得上」。論壇匯聚國際頂尖金融科技、平台、合規權威與實務專家,結合實際採用企業現身說法,直擊企業最關切的穩定幣趨勢與應用痛點。 💎 【台美星日韓,新貿易造浪者首次匯聚台北】 全球穩定幣發行巨頭Circle、VISA加密貨幣部門、日本加密資產商業協會、韓國金融科技產業協會、台新金控高階代表齊聚論壇,為您帶來最國際化、最權威的穩定幣貿易趨勢與觀點。 席位有限,敬邀業界先進把握機會,盡早報名! • 時間: 2025年12月15日 (週一) 14:00 ~ 18:00 • 地點: 台北國際會議中心3樓宴會廳 🔗 報名網址: https://events.taiwantrade.com/2025BIC14S1 聯絡窗口:林專員#36 / 帳務-徐專員#33,07-525-0260,shena_wu@taitra.org.tw
-
【TMBA辦理】11/24先捷實業-工具機產業生態系示範觀摩11.19.2025
這是TMBA今年辦理的最後一場企業觀摩! TMBA會在這場加映首場AI賦能標章評鑑說明會, 接著由先捷分享1+1>2的高附加價值客戶解決方案,也可激發各家在TMTS2026生態系展出想法,請大家快快報名! ● 活動時間:2025年11月24日(一) 14:00~16:00 ● 活動地點:先捷實業股份有限公司(台中市烏日區學田路359號) ● 報名方式:線上表單報名,報名後需經審核 ● 報名連結:https://pse.is/8cu6q3
-
(轉發) 中經院-2025年下半年南部地區製造業營運展望調查問卷11.19.2025
近年國內外政經情勢快速變動,地緣政治風險升溫、美國及主要國家產業與貿易政策調整,加上全球推動低碳永續轉型,使企業在營運決策與國際競爭中面臨前所未有的挑戰。 南臺灣(雲林、嘉義、臺南、高雄、屏東)擁有堅實的製造能量,無論在國內或國際市場均具關鍵地位,更是強化我國產業鏈韌性不可或缺的重要夥伴。為掌握區域產業營運動態並作為政策支持的重要參考,財團法人中華經濟研究院啟動 「南部地區製造業營運展望調查」,每半年進行一次,歡迎南部地區製造業者協助填答。 📅 調查資訊 調查期間:2025 年 11 月 15 日至 11 月 26 日 11/15–11/19 寄發電子問卷 11/24–11/25 問卷催收 執行單位:財團法人中華經濟研究院 委託單位:經濟部 問卷網址:https://www.surveycake.com/s/rpY28 📞 聯絡窗口 中華經濟研究院 王先生 電話:07-2220377 分機 205
-
(轉發) 11/20 國貿署-美國貿易政策施行一年後之最新進展座談會11.18.2025
為協助我國業者掌握美國貿易政策施行一年後的最新發展與未來趨勢,經濟部國際貿易署特舉辦本座談會,邀請美國知名法律事務所 Akin Gump 合夥人 Sally Laing 進行專題分享,內容涵蓋美國貿易政策、出口管制、經濟制裁及國會立法動態等要點,歡迎產業界踴躍報名參加。 📌 說明 本座談會邀請 Akin Gump 合夥人 Sally Laing 主講,解析美國貿易政策施行一年來的最新進展,協助業者掌握政策變化與影響。 Sally Laing 現任 Akin Gump 合夥人,擁有 15 年以上美國行政部門、聯邦國會與私人執業經驗,專精國際貿易法、美國公共政策、出口管制、經濟制裁等領域。 曾任美國參議院財政委員會主席 Ron Wyden(D-OR)及民主黨財政委員會 首席國際貿易法律顧問,主導重要立法如: 美墨加協定(USMCA) 臺美 21 世紀貿易倡議首批協定實施法 通膨削減法(IRA) 曾任美國 USTR 助理總法律顧問,參與多起重要 WTO 爭端案件(詳附件)。 📅 活動資訊 時間:114 年 11 月 20 日(星期四) 10:00 地點:虛實整合 實體:經濟部國際貿易署會議室 線上:Webex 報名網址:https://www.surveycake.com/s/Memkl 📞 聯絡窗口 台灣經濟研究院 蘇小姐 電話:02-2586-5000 分機 501 Email:d16335@tier.org.tw
-
(轉發) 11/25 中華經濟研究院-2025年當前國際經貿新情勢研討會11.17.2025
全球經貿局勢演變高度影響我國經濟表現與投資佈局,中華經濟研究院為使產業界、社會大眾掌握最新國際經貿情勢之發展,特辦理旨揭研討會。 時間:114年11月25日(二) 14:00–16:30 (13:30將開放現場報到及開放線上直播會議室) 形式:實體並同步線上直播 實體會議地點:中華經濟研究院B003會議室 (臺北市大安區長興街75號) 線上直播平台:YouTube頻道 WTO&RTA Center Taiwan 報名網址:https://forms.gle/EgJi3455nhKntyfZ6 聯絡窗口:中華經濟研究院 WTO及RTA中心 吳小姐 (02)2735-6006#3345,registration@cier.edu.tw
-
【TMBA展覽公告】2026海外展覽熱烈招展中!11.17.2025
欲提升品牌海外能見度、拓展國際市場版圖? TMBA 2026 年度海外展覽徵展活動正式啟動,整合全球指標性展會,提供企業最佳國際曝光平台。 歡迎踴躍報名,與 TMBA 一同邁向全球商機。 📢 2026參展計畫如下,有興趣參展之廠商歡迎至各展覽面下載報名表填寫,將陸續開放報名,敬請期待👇 熱烈報名中 📌土耳其國際工具機暨自動化機械展 (MAKTEK Eurasia)|2026/09/28-10/03 攤位補助數量有限,請盡速報名 展覽公告頁面 主要承辦人:李小姐Ami 📌捷克布魯諾國際工具機暨工業展 (MSV)|2026/10/06-10/09 攤位補助數量有限,請盡速報名 展覽公告頁面 主要承辦人:劉小姐Vivian 📌台灣國際五金工業展 (IHT) | 2026/10/20-10/22 展覽公告頁面 主要承辦人:李小姐Ami 📌越南工業製造展 (北寧)|2026/11/04-11/06 展覽公告頁面 主要承辦人:劉小姐Vivian 📌印尼國際製造工業、金屬加工設備暨五金工具展 (MFI)|2026/12/02-12/05 暫時額滿,請來電詢問 展覽公告頁面 主要承辦人:李小姐Ami 📌韓國首爾國際機床展(SIMTOS) | 2026/04/13-04/17 (額滿) 展覽公告頁面 主要承辦人:李小姐Ami 📌國際半導體展 (SEMICON TAIWAN)|2026/09/02-09/04 (額滿,歡迎來信來電) 展覽公告頁面 主要承辦人:劉小姐Vivian 📌德國斯圖加特金屬加工展 (AMB) | 2026/09/15-09/19 (額滿,歡迎來信來電) 展覽公告頁面 主要承辦人:鄭小姐Tasha 📌印度國際工具機及⾃動化展 (AMTEX)|2026/07/24-07/27 (暫時額滿,歡迎來信來電) 展覽公告頁面 主要承辦人:劉小姐Vivian 📌波蘭國際工具機展 (ITM)|2026/05/26-05/29 (額滿) 展覽公告頁面 主要承辦人:劉小姐Vivian 📌越南胡志明國際工具機暨金屬加工設備展 (MTA Vietnam)|2026/07/01-07/04 (額滿) 展覽公告頁面 主要承辦人:李小姐Ami 如對展覽有疑問,歡迎來電或來信: TMBA 展覽組 電話:04-23507586 李小姐Ami (ami@tmba.org.tw) 劉小姐Vivian (vivian@tmba.org.tw) 鄭小姐Tasha (tasha@tmba.org.tw)
-
(轉發) 11/25 中小企署-金屬機械製造業中小企業綠色轉型座談會11.14.2025
在淨零轉型加速推進的浪潮下,「節能減碳」已成為企業降低營運成本、提升永續價值與競爭力的關鍵策略。工研院受經濟部中小及新創企業署委託,辦理本次「中小企業綠色轉型座談會」,聚焦金屬機械製造業,分享減碳技術、導入工具及政府資源,並邀請典範企業交流如何從自身出發、帶動供應鏈,共創低碳轉型模式。 誠摯邀請業者參與,共同掌握永續轉型契機。 📅 時間:2025年11月25日(二)13:30–16:00 📍 地點:集思台中新烏日會議中心402廳(史蒂文生廳) 【主辦單位】經濟部中小及新創企業署 【執行單位】工業技術研究院 🔗 報名網址:https://www.surveycake.com/s/z9pZk 📞 聯絡窗口: 工研院 產業服務中心 許志嘉 Email:hsuhubert@itri.org.tw TEL:03-5914197
-
(轉發) 勞動部-企業訓練補助與資源地圖11.14.2025
為協助事業單位依據營運策略與員工技能缺口,有效規劃與辦理在職訓練,勞動部中彰投分署提供「企業人力資源提升計畫」及「小型企業人力提升計畫」等多元訓練補助資源。本次特提供兩項計畫簡報資料及本署相關資源地圖,協助業者善用政府資源,強化人力與提升競爭力。 如需下載簡報及資源地圖,請參閱附件。 檔案下載: (1)勞動部提供企業人才培訓相關服務措施 (2)資源地圖
-
【TMBA展覽公告】AMTEX 2026 印度國際工具機及⾃動化展徵展公告11.14.2025
.visa-content { /* 專業配色方案 */ --primary: #1a365d; /* 專業海軍藍 */ --primary-soft: #2c5282; --accent: #faad73; /* 暖金點綴色 */ --accent-pale: #fff9f0; --danger: #c53030; /* 警示紅 */ --success: #2f855a; /* 安全綠 */ --bg: #ffffff; --card-bg: #f7fafc; /* 淺灰色底 */ --text: #4a5568; --text-dark: #2d3748; --shadow-sm: 0 1px 3px rgba(0,0,0,0.1); --shadow-md: 0 4px 6px rgba(0,0,0,0.05); --shadow-lg: 0 10px 25px rgba(26, 54, 93, 0.1); box-sizing: border-box; margin: 0 auto; padding: 0; font-family: 'Inter', 'PingFang TC', 'Microsoft JhengHei', sans-serif; line-height: 1.6; background: var(--bg); max-width: 1000px; color: var(--text); overflow-x: hidden; } .visa-content * { box-sizing: border-box; transition: all 0.3s ease; } /* --- 1. 簡潔標題區塊 --- */ .visa-content .header { background: white; color: var(--primary); padding: 40px 40px 20px; text-align: center; position: relative; } .visa-content .hero-badge { display: inline-block; color: var(--accent); font-size: 0.9rem; letter-spacing: 0.25em; margin-bottom: 20px; text-transform: uppercase; border-bottom: 2px solid var(--accent); padding-bottom: 4px; text-align: center; } .visa-content .main-title { font-size: 2.8rem; font-weight: 900; margin: 15px 0; letter-spacing: -0.01em; line-height: 1.3; color: var(--primary); } .visa-content .subtitle { font-size: 1.25rem; color: #718096; font-weight: 400; max-width: 650px; margin: 20px auto 0; line-height: 1.6; } /* --- 2. Promo Image --- */ .visa-content .promo-container { padding: 0 40px; margin-bottom: 60px; position: relative; z-index: 10; } .visa-content .promo-image { width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg); display: block; border: 1px solid #e2e8f0; } /* --- 3. 鑽石位置:展位地圖化佈局 --- */ .visa-content .brand-highlight-orbit { margin: 0 40px 80px; padding: 70px 40px; background: var(--accent-pale); border-radius: 40px; text-align: center; border: 1px solid #feebc8; position: relative; } .visa-content .highlight-label { display: inline-block; background: var(--primary); color: white; padding: 5px 18px; border-radius: 30px; font-size: 0.8rem; font-weight: 800; letter-spacing: 2px; margin-bottom: 25px; text-transform: uppercase; } .visa-content .highlight-title { color: var(--primary); font-size: 2.2rem; font-weight: 900; margin-bottom: 50px; } .visa-content .orbit-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; max-width: 800px; margin: 0 auto; align-items: center; } .visa-content .orbit-item { background: white; border: 1px solid #e2e8f0; padding: 20px 10px; border-radius: 15px; font-weight: 700; color: var(--primary-soft); font-size: 0.95rem; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); } .visa-content .orbit-item:hover { transform: translateY(-5px) scale(1.05); border-color: var(--accent); box-shadow: 0 8px 15px rgba(250, 173, 115, 0.2); } .visa-content .center-taiwan { background: var(--primary); color: white; padding: 25px 15px; border-radius: 20px; font-size: 1.3rem; font-weight: 900; box-shadow: 0 15px 30px rgba(26, 54, 93, 0.3); grid-column: 2; grid-row: 2; border: 3px solid #fff; display: flex; flex-direction: column; justify-content: center; animation: visaFloat 4s ease-in-out infinite; } .visa-content .center-taiwan span { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; color: var(--accent); margin-bottom: 8px; font-weight: 700; } @keyframes visaFloat { 0%, 100% { transform: translateY(0) scale(1.05); } 50% { transform: translateY(-12px) scale(1.05); } } /* --- 4. 徵展啟動:呼吸懸浮效果 --- */ .visa-content .urgency-box { background: var(--danger); color: white; margin: 0 40px 70px; padding: 28px; border-radius: 20px; text-align: center; font-weight: 800; font-size: 1.2rem; box-shadow: 0 8px 25px rgba(197, 48, 48, 0.25); display: flex; align-items: center; justify-content: center; gap: 15px; animation: visaBreathing 3s ease-in-out infinite; cursor: default; } @keyframes visaBreathing { 0% { transform: scale(1); box-shadow: 0 8px 25px rgba(197, 48, 48, 0.25); } 50% { transform: scale(1.03); box-shadow: 0 12px 35px rgba(197, 48, 48, 0.45); } 100% { transform: scale(1); box-shadow: 0 8px 25px rgba(197, 48, 48, 0.25); } } /* --- 5. 展覽資訊 --- */ .visa-content .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 0 40px; margin-bottom: 80px; } .visa-content .info-card { background: var(--card-bg); padding: 40px 35px; border-radius: 25px; border: 1px solid #edf2f7; transition: transform 0.3s; } .visa-content .info-card h3 { color: var(--primary); font-size: 1.3rem; font-weight: 800; margin: 0 0 12px 0; display: flex; align-items: center; gap: 12px; } .visa-content .info-card h3 svg { width: 24px; height: 24px; color: var(--accent); } /* --- 6. 誰適合參展 --- */ .visa-content .audience-section { padding: 85px 40px; background: #f1f5f9; border-radius: 40px; margin: 0 20px 85px; text-align: center; } .visa-content .audience-tag-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; max-width: 850px; margin-left: auto; margin-right: auto; } .visa-content .audience-tag { background: white; color: var(--primary); padding: 14px 28px; border-radius: 100px; font-weight: 700; font-size: 1.05rem; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 1.5px solid transparent; box-shadow: var(--shadow-sm); } .visa-content .audience-tag:hover { background: var(--primary); color: white; transform: translateY(-8px) scale(1.08); box-shadow: 0 15px 25px rgba(26, 54, 93, 0.15); } /* --- 7. 市場價值分析 --- */ .visa-content .section-container { padding: 0 40px; margin-bottom: 85px; } .visa-content .section-title { font-size: 2.2rem; color: var(--primary); font-weight: 900; margin-bottom: 50px; text-align: center; } .visa-content .analysis-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 30px; } .visa-content .card { background: white; border-radius: 25px; padding: 45px; box-shadow: var(--shadow-md); border: 1px solid #edf2f7; } .visa-content .check-list { list-style: none; padding: 0; } .visa-content .check-list li { padding-left: 32px; position: relative; margin-bottom: 18px; font-size: 1.1rem; color: #4a5568; } .visa-content .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; font-size: 1.2rem; } /* --- 8. TMBA 組團優勢 --- */ .visa-content .dynamic-advantages { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0 40px; margin-bottom: 90px; } .visa-content .adv-bubble { background: var(--card-bg); padding: 35px 20px; border-radius: 25px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); text-align: center; border: 1px solid transparent; display: flex; flex-direction: column; justify-content: flex-start; } .visa-content .adv-bubble:hover { background: white; transform: translateY(-12px) scale(1.02); box-shadow: var(--shadow-lg); border-color: var(--accent); } .visa-content .adv-bubble.highlight { border: 2px solid var(--accent); background: white; } .visa-content .adv-icon { font-size: 2.8rem; margin-bottom: 20px; display: block; } .visa-content .adv-bubble h4 { margin: 0 0 10px 0; color: var(--primary); font-size: 1.1rem; font-weight: 800; } .visa-content .adv-bubble p { margin: 0; font-size: 0.9rem; color: #718096; } .visa-content .subsidy-badge { background: var(--danger); color: white; padding: 5px 15px; border-radius: 100px; font-size: 0.85rem; font-weight: 800; margin-top: 15px; display: inline-block; box-shadow: 0 4px 10px rgba(197, 48, 48, 0.2); } /* --- 9. 頁尾聯絡資訊 --- */ .visa-content .cta-footer-seamless { padding: 50px 40px 10px; text-align: center; background: linear-gradient(to bottom, #fff, #f7fafc); } .visa-content .contact-minimal { max-width: 650px; margin: 0 auto; } .visa-content .contact-info-text { font-size: 1rem; color: var(--text); margin-bottom: 15px; line-height: 1.8; } .visa-content .contact-info-text strong { color: var(--primary); font-size: 1.2rem; display: block; margin-bottom: 5px; } .visa-content .footer-urgency { color: var(--danger); font-weight: 900; font-size: 1.1rem; display: block; margin-bottom: 20px; } /* --- 10. 相關資料下載 (左下角放大貼邊) --- */ .visa-content .download-section { padding: 10px 0 30px 0; text-align: left; } .visa-content .download-notice { display: inline-block; background: #fff3cd; border: 1px solid #ffeeba; color: #856404; padding: 12px 30px; /* 加大內距 */ border-radius: 50px; font-size: 1.15rem; /* 加大字體 */ font-weight: 700; margin-bottom: 10px; box-shadow: 0 2px 8px rgba(133, 100, 4, 0.1); /* 加入輕微陰影提升辨識度 */ } /* 響應式優化 */ @media (max-width: 1024px) { .visa-content .dynamic-advantages { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .visa-content .main-title { font-size: 2.2rem; } .visa-content .info-grid { grid-template-columns: 1fr; padding: 0 20px; } .visa-content .orbit-container { grid-template-columns: 1fr; } .visa-content .center-taiwan { grid-column: 1; grid-row: auto; margin: 10px 0; } .visa-content .promo-container { padding: 0 20px; } .visa-content .dynamic-advantages { grid-template-columns: 1fr; } .visa-content .download-section { text-align: center; } .visa-content .download-notice { font-size: 1rem; padding: 10px 24px; } } AMTEX 2026 印度國際工具機及自動化展 把握印度製造黃金十年,搶佔全球供應鏈關鍵席位 💎Diamond Location💎 大廠環繞,人流保證 MAKINO BLUM MITUTOYO ZEISS HALL 10 台灣館區 DELTA ACE MICROMATIC Jyoti CNC BFW 台灣館位居 Hall 10 核心樞紐,位置緊鄰全球及印度當地工業領導品牌。 名牌聚效效應顯著,是買主目光與人流的最佳匯集點! 徵展正式啟動:採「先報名、繳訂金、先選位」原則,核心位次火熱預約中! 展覽日期 2026年07月24-27日 展覽地點 新德里大諾伊達展覽中心 (Greater Noida, India) 精準對接 ‧ 誰適合參展? 工具機製造 智慧製造 精密模具 工業自動化 金屬加工 切削工具 工業零組件 量測儀器 夾治具 戰略地位:為何您必須參加? 🇮🇳 印度市場紅利 製造業 GDP 年成長率突破 8%,供應鏈轉移核心 台灣第 4 大工具機出口國,買主信任度高 受惠「Make in India」政策,設備汰換剛需強勁 🎯 AMTEX 專業跳板 北印度最具影響力的工具機工業盛會 直擊汽車、航太與國防工業重鎮買主 高品質專業觀展流,精準對接自動化需求 TMBA 組團:全方位保障 💰 高額政府補助 預計每家公司可申請補助 NT$120,000 僅限前 10 格廠商 🎨 專業形象包裝 國家館視覺統一設計,透過專業形象在館內展位中脫穎而出。 ✈️ 一站式行程管理 整合機票、住宿及展期間交通協助,專注於開拓終端商機。 📢 全通路行銷曝光 透過 MTB2B 與 MA 雜誌,展前展後進行強力宣傳推廣。 席位有限,搶占先機 聯絡窗口:TMBA 劉小姐 Vivian 電話:(04) 23507586 Email: vivian@tmba.org.tw ※ 提醒:補助僅限前 10 個展位,請儘早報名! 📥 相關資料下載:攤位費用請下載報名表參閱 const defaultConfig = { main_title: "AMTEX 2026\n印度國際工具機及自動化展", subtitle: "把握印度製造黃金十年,\n搶佔全球供應鏈關鍵席位", registration_text: "徵展正式啟動:採「先報名、繳訂金、先選位」原則,核心位次火熱預約中!", contact_info: "TMBA 劉小姐 Vivian\n電話:(04) 23507586\nEmail: vivian@tmba.org.tw" }; async function onConfigChange(config) { const titleElement = document.getElementById('main-title'); const subtitleElement = document.getElementById('subtitle'); const registrationElement = document.getElementById('registration-text'); const contactElement = document.getElementById('contact-details'); if (titleElement) { const rawTitle = config.main_title || defaultConfig.main_title; titleElement.innerHTML = rawTitle.replace(/\n/g, ''); } if (subtitleElement) { const rawSubtitle = config.subtitle || defaultConfig.subtitle; subtitleElement.innerHTML = rawSubtitle.replace(/\n/g, ''); } if (registrationElement) { registrationElement.innerHTML = config.registration_text || defaultConfig.registration_text; } if (contactElement) { const lines = (config.contact_info || defaultConfig.contact_info).split('\n'); contactElement.innerHTML = `聯絡窗口:${lines[0]}${lines.slice(1).join('')}`; } } function mapToCapabilities(config) { return { recolorables: [], borderables: [], fontEditable: undefined, fontSizeable: undefined }; } function mapToEditPanelValues(config) { return new Map([ ["main_title", config.main_title || defaultConfig.main_title], ["subtitle", config.subtitle || defaultConfig.subtitle], ["registration_text", config.registration_text || defaultConfig.registration_text], ["contact_info", config.contact_info || defaultConfig.contact_info] ]); } if (window.elementSdk) { window.elementSdk.init({ defaultConfig, onConfigChange, mapToCapabilities, mapToEditPanelValues }); }