.jho-header{background:#1c2b3a;border-bottom:1px solid #2a3a4d;position:sticky;top:0;z-index:60;width:100%} .jho-header *{box-sizing:border-box} .jho-header .jho-bar{max-width:1180px!important;margin:0 auto!important;padding:14px 24px!important; display:flex!important;align-items:center;justify-content:space-between;gap:20px} .jho-header .jho-logo{flex:0 0 auto;display:flex;align-items:center;line-height:0} .jho-header .jho-logo img{height:46px!important;width:auto!important;display:block;max-width:none!important} .jho-header .jho-icons{flex:0 0 auto;display:flex;align-items:center;gap:12px} .jho-header .jho-icons a{width:46px;height:46px;border-radius:50%;background:#11161d; display:flex!important;align-items:center;justify-content:center;transition:transform .2s;padding:0;flex:0 0 auto} .jho-header .jho-icons a:hover{transform:translateY(-2px)} .jho-header .jho-icons img{width:28px!important;height:28px!important;object-fit:contain;display:block;max-width:none!important} .jho-header .jho-nav{max-width:1180px;margin:0 auto;padding:0 24px 4px; display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap; gap:clamp(14px,2vw,34px)} .jho-header .jho-nav a{font-size:15.5px;font-weight:500;color:#fff!important;text-decoration:none!important; padding:10px 0;border-bottom:2px solid transparent;transition:.2s;white-space:nowrap} .jho-header .jho-nav a:hover{color:#e7d4a0!important;border-color:#e7d4a0} .jho-header .jho-burger{display:none;background:none;border:none;font-size:26px;color:#fff;cursor:pointer; width:auto;height:auto;margin-left:4px} @media(max-width:820px){ .jho-header .jho-burger{display:block} .jho-header .jho-nav{display:none!important;flex-direction:column;align-items:stretch;gap:0;padding:6px 24px 10px} .jho-header .jho-nav.open{display:flex!important} .jho-header .jho-nav a{padding:12px 4px;border-bottom:1px solid #2a3a4d;text-align:left} .jho-header .jho-icons{gap:8px} .jho-header .jho-icons a{width:42px;height:42px} .jho-header .jho-icons img{width:24px!important;height:24px!important} } (function(){ var b=document.getElementById('jhoBurger'),n=document.getElementById('jhoNav'); if(b&&n)b.addEventListener('click',function(){n.classList.toggle('open');}); })();
.jho-ticker{background:#f7f5f0;border-bottom:1px solid #e7e3da;font-size:14px;display:flex;align-items:center;gap:18px;padding:0 24px;height:46px;box-sizing:border-box} .jho-ticker .jho-badge{position:relative;z-index:2;background:#1c2b3a;color:#fff;padding:4px 12px;font-size:12px;letter-spacing:1px;white-space:nowrap;border-radius:2px;flex:0 0 auto} .jho-ticker .jho-viewport{flex:1 1 auto;overflow:hidden;position:relative} .jho-ticker .jho-track{display:inline-flex;gap:34px;white-space:nowrap;animation:jho-scroll 36s linear infinite;will-change:transform} .jho-ticker .jho-track span a{color:#222;text-decoration:none} .jho-ticker .jho-track span a:hover{color:#b8860b} .jho-ticker:hover .jho-track{animation-play-state:paused} @keyframes jho-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.jho-hero{position:relative;width:100%;aspect-ratio:1920/700;overflow:hidden; padding:0 3%;box-sizing:border-box} .jho-hero .jho-slide{position:absolute;top:0;bottom:0;left:3%;right:3%;display:block; background-size:contain;background-position:center;background-repeat:no-repeat; opacity:0;transition:opacity 1s ease;z-index:1} .jho-hero .jho-slide.is-active{opacity:1;z-index:2} .jho-dots{position:absolute;z-index:5;bottom:26px;left:50%;transform:translateX(-50%); display:flex;gap:10px;flex-wrap:wrap;justify-content:center;max-width:90%} .jho-dots button{width:11px;height:11px;border-radius:50%;border:none;cursor:pointer; background:rgba(255,255,255,.5);padding:0;transition:.25s;box-shadow:0 0 4px rgba(0,0,0,.3)} .jho-dots button.is-active{background:#e7d4a0;width:26px;border-radius:6px} (function(){ var hero=document.currentScript.previousElementSibling; hero=hero.previousElementSibling; var slides=hero.querySelectorAll('.jho-slide'); var dotsBox=hero.querySelector('.jho-dots'); var i=0,timer; slides.forEach(function(s,idx){ var b=document.createElement('button'); if(idx===0)b.className='is-active'; b.addEventListener('click',function(){go(idx);reset();}); dotsBox.appendChild(b); }); var dots=dotsBox.querySelectorAll('button'); function go(n){ slides[i].classList.remove('is-active');dots[i].classList.remove('is-active'); i=n;slides[i].classList.add('is-active');dots[i].classList.add('is-active'); } function next(){go((i+1)%slides.length);} function start(){timer=setInterval(next,5000);} function reset(){clearInterval(timer);start();} hero.addEventListener('mouseenter',function(){clearInterval(timer);}); hero.addEventListener('mouseleave',start); start(); })();
HIGHLIGHTS

焦點消息

.jho-feat-sec{max-width:1180px;margin:0 auto;padding:80px 24px;box-sizing:border-box} .jho-feat-head{text-align:center;margin-bottom:42px} .jho-feat-head .k{color:#b8860b;font-size:13px;letter-spacing:3px;font-weight:700} .jho-feat-head h2{font-size:30px;font-weight:800;color:#1c2b3a;margin:8px 0 0;letter-spacing:1px} .jho-feat{display:grid;grid-template-columns:repeat(2,1fr);gap:26px} .jho-fcard{display:grid;grid-template-columns:200px 1fr;gap:20px;background:#fff; border:1px solid #e7e3da;border-radius:8px;overflow:hidden;text-decoration:none; transition:box-shadow .25s,transform .25s} .jho-fcard:hover{box-shadow:0 12px 30px rgba(28,43,58,.1);transform:translateY(-3px)} .jho-fcard .ph{overflow:hidden} .jho-fcard .ph img{width:100%;height:100%;object-fit:cover;display:block} .jho-fcard .b{padding:20px 20px 20px 0} .jho-fcard .tag{font-size:12px;color:#b8860b;font-weight:700} .jho-fcard h3{font-size:17px;color:#1c2b3a;margin:6px 0 8px;line-height:1.5} .jho-fcard p{font-size:14px;color:#667085;margin:0;line-height:1.7; display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden} @media(max-width:760px){ .jho-feat{grid-template-columns:1fr} .jho-fcard{grid-template-columns:120px 1fr} }

深耕台灣的精緻營造公司,打造企業信任品牌

皆豪集團深耕台灣營造領域逾三十年,致力打造高效率、高品質的鋼構營造工程,提供從結構設計、廠房建築、工程規劃到現場施工、維護保養的一站式營造解決方案。

.jho-intro{max-width:880px;margin:0 auto;padding:80px 24px;text-align:center;box-sizing:border-box} .jho-intro h2{font-size:28px;font-weight:800;color:#1c2b3a;letter-spacing:1px;margin:0;line-height:1.5} .jho-intro p{max-width:760px;margin:18px auto 0;color:#667085;font-size:16.5px;line-height:1.9} .jho-intro-line{width:54px;height:3px;background:#b8860b;margin:22px auto 0} @media(max-width:600px){ .jho-intro{padding:56px 24px} .jho-intro h2{font-size:22px} .jho-intro p{font-size:15px} }
NEWS

最新消息

更多 →
.jho-news{max-width:1180px;margin:0 auto;padding:80px 24px;box-sizing:border-box;position:relative} .jho-news-head .k{color:#b8860b;font-size:13px;letter-spacing:3px;font-weight:700} .jho-news-head h2{font-size:30px;font-weight:800;color:#1c2b3a;margin:8px 0 0;letter-spacing:1px} .jho-news-head .more{position:absolute;right:24px;top:92px;font-size:14px;color:#667085;text-decoration:none} .jho-news-head .more:hover{color:#b8860b} .jho-news-viewport{margin-top:30px;height:288px;overflow:hidden;position:relative} .jho-news-track{display:flex;flex-direction:column;will-change:transform} .jho-news-track.is-rolling{animation:jho-newsroll 24s linear infinite} .jho-news:hover .jho-news-track{animation-play-state:paused} @keyframes jho-newsroll{from{transform:translateY(0)}to{transform:translateY(-50%)}} .jho-news .ni{display:flex;align-items:center;gap:22px;height:72px;flex:0 0 auto;padding:0 4px;border-bottom:1px solid #e7e3da;text-decoration:none} .jho-news .ni .d{color:#b8860b;font-weight:700;font-size:14px;min-width:72px} .jho-news .ni .cat{font-size:11px;background:#f7f5f0;color:#1c2b3a;padding:3px 9px;border-radius:20px;white-space:nowrap} .jho-news .ni .t{font-size:16px;font-weight:600;color:#1c2b3a} .jho-news .ni:hover .t{color:#b8860b} @media(max-width:760px){ .jho-news-head .more{position:static;display:inline-block;margin-top:10px} .jho-news-viewport{height:auto} .jho-news-track.is-rolling{animation:none} .jho-news .ni{height:auto;padding:16px 4px;align-items:flex-start;flex-wrap:wrap;gap:8px 14px} } (function(){ var COUNT = 5; // 顯示幾篇 var script = document.currentScript; var sec = script.previousElementSibling; // sec = sec.previousElementSibling; //
var track = sec.querySelector('.jho-news-track'); function esc(s){var d=document.createElement('div');d.innerHTML=s;return d.textContent||'';} fetch('/wp-json/wp/v2/posts?per_page=' + COUNT + '&_embed') .then(function(r){ return r.json(); }) .then(function(posts){ if(!Array.isArray(posts) || !posts.length){ sec.style.display='none'; return; } var html = posts.map(function(p){ var d = new Date(p.date); var date = d.getFullYear() + '.' + ('0'+(d.getMonth()+1)).slice(-2); var cat = '消息'; try{ var terms = p._embedded && p._embedded['wp:term']; if(terms){ for(var i=0;i<terms.length;i++){ if(terms[i][0] && terms[i][0].taxonomy==='category'){ cat = terms[i][0].name; break; } } } }catch(e){} var title = esc(p.title.rendered); return '' + ''+date+'' + ''+cat+'' + ''+title+''; }).join(''); // 複製兩份才能無縫輪動 track.innerHTML = html + html; // 內容夠多才啟動垂直輪動(少於可視範圍就不動) requestAnimationFrame(function(){ if(track.scrollHeight/2 > sec.querySelector('.jho-news-viewport').clientHeight){ track.classList.add('is-rolling'); } }); }) .catch(function(){ sec.style.display='none'; }); })();
.jho-proj-bg{background:#f7f5f0;width:100%} .jho-proj{max-width:1180px;margin:0 auto;padding:80px 24px;box-sizing:border-box} .jho-proj-head{text-align:center;margin-bottom:42px} .jho-proj-head .k{color:#b8860b;font-size:13px;letter-spacing:3px;font-weight:700} .jho-proj-head h2{font-size:30px;font-weight:800;color:#1c2b3a;margin:8px 0 0;letter-spacing:1px} .jho-proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px} .jho-proj .pcard{border:1px solid #e7e3da;border-radius:8px;overflow:hidden;background:#fff; text-decoration:none;transition:transform .25s,box-shadow .25s} .jho-proj .pcard:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(28,43,58,.12)} .jho-proj .pcard .ph{aspect-ratio:16/10;overflow:hidden} .jho-proj .pcard .ph img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s} .jho-proj .pcard:hover .ph img{transform:scale(1.06)} .jho-proj .pcard .b{padding:16px 18px} .jho-proj .pcard .tag{font-size:12px;color:#b8860b;font-weight:700} .jho-proj .pcard h3{font-size:16.5px;color:#1c2b3a;margin:6px 0 0;line-height:1.5} .jho-proj .more-card{display:flex;align-items:center;justify-content:center;background:#1c2b3a;border-color:#1c2b3a} .jho-proj .more-card .more-inner{text-align:center;padding:30px} .jho-proj .more-card .arrow{font-size:34px;color:#e7d4a0} .jho-proj .more-card h3{color:#fff;margin-top:6px} @media(max-width:900px){.jho-proj-grid{grid-template-columns:1fr 1fr}} @media(max-width:560px){.jho-proj-grid{grid-template-columns:1fr}}
AI × DIGITAL

AI 應用 / 數位轉型

我們率先導入 AI 技術並推動數位轉型,為團隊與建築工程帶來嶄新效率與創新可能。

AI

率先導入 AI

全員導入日常作業流程。

員工 100% 完成 AI 基礎訓練
TRAIN

內部培訓

每週線上 AI 教學、每月菁英實體班。

累計 200+ 場內部課程
LEARN

多元學習

本年度企業包班 800 堂,多樣化線上課程。

12 個學習領域
BUILD

AI × 建築

應用於建築設計與鋼構工程。

加快規劃與施工決策
SMART

智慧管理

以 AI 監測工地進度與安全。

即時數據回饋提升效率
CO-OP

跨界合作

與產學單位及業界夥伴合作推動 AI。

建立共享資源
.jho-ai{max-width:1180px;margin:0 auto;padding:80px 24px;box-sizing:border-box} .jho-ai-head{text-align:center;margin-bottom:42px} .jho-ai-head .k{color:#b8860b;font-size:13px;letter-spacing:3px;font-weight:700} .jho-ai-head h2{font-size:30px;font-weight:800;color:#1c2b3a;margin:8px 0 0;letter-spacing:1px} .jho-ai-head p{max-width:620px;margin:12px auto 0;color:#667085;font-size:16px;line-height:1.8} .jho-ai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px; background:#e7e3da;border:1px solid #e7e3da;border-radius:8px;overflow:hidden} .jho-ai-grid .ai{background:#fff;padding:28px 24px;transition:background .25s} .jho-ai-grid .ai:hover{background:#f7f5f0} .jho-ai-grid .ai .ic{width:46px;height:46px;border-radius:12px;background:#f3ecda; color:#b8860b;display:flex;align-items:center;justify-content:center;margin-bottom:14px} .jho-ai-grid .ai .ic svg{width:24px;height:24px} .jho-ai-grid .ai:hover .ic{background:#1c2b3a;color:#e7d4a0} .jho-ai-grid .ai .n{font-size:13px;font-weight:700;color:#b8860b;letter-spacing:2px} .jho-ai-grid .ai h3{font-size:18px;color:#1c2b3a;margin:8px 0 6px} .jho-ai-grid .ai p{font-size:14px;color:#667085;margin:0;line-height:1.7} .jho-ai-grid .ai .kpi{display:inline-block;margin-top:12px;font-size:13px;color:#1c2b3a; font-weight:600;border-top:1px dashed #d8d2c6;padding-top:8px} @media(max-width:900px){.jho-ai-grid{grid-template-columns:1fr 1fr}} @media(max-width:560px){.jho-ai-grid{grid-template-columns:1fr}}

皆豪營造股份有限公司

皆豪營造股份有限公司自1981年成立以來,致力於精緻營造與公共工程領域,累積豐富實績與良好口碑。

公司總部設於台南,並於高雄設有鋼構廠,具備完整工程團隊與專業技術能力。

皆豪團隊以誠信、品質、創新為核心價值,持續精進施工效率、提升工程品質,並結合智慧建築與綠色永續理念,打造卓越工程典範。

本網站提供公司沿革、據點介紹、人力資源、財務報告與專案管理機制,期望成為業界信賴的合作夥伴。