環境永續
再生能源實踐:太陽能光電系統
宗瑋工業積極實踐再生能源目標,於廠房屋頂全面建置智慧太陽能光電系統。透過高效逆變器與即時能源監控系統,落實低碳生產並強化能源管理效率,建立永續製造的新標竿。
.solar-section-container {
font-family: "Microsoft JhengHei", Arial, sans-serif;
background-color: #fcfcfc;
padding: 50px 0;
/* 略微增加上下留白,讓整體視覺更舒適 */
}
.solar-inner-box {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.solar-title {
text-align: center;
font-size: 2.2em;
color: #004a99;
margin: 20px 0 10px;
font-weight: bold;
position: relative;
}
.solar-title::after {
content: '';
display: block;
width: 50px;
height: 4px;
background: #004a99;
margin: 15px auto 25px;
}
/* 新增引言文案樣式 */
.solar-intro-text {
max-width: 850px;
margin: 0 auto 40px;
text-align: center;
font-size: 1.1em;
line-height: 1.8;
color: #2d3748;
background: rgba(255, 255, 255, 0.95);
padding: 20px 30px;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
border-left: 5px solid #004a99;
font-weight: bold;
}
/* 網格設定 */
.solar-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.solar-card {
background: #fff;
padding: 15px;
/* 稍微增加內襯托字型 */
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
/* 讓陰影更柔和細緻 */
text-align: center;
transition: transform 0.3s;
}
.solar-card:hover {
transform: translateY(-5px);
/* 滑過時卡片輕微浮起 */
}
.solar-img-wrap {
overflow: hidden;
border-radius: 12px;
height: 220px;
}
.solar-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
cursor: zoom-in;
}
.solar-img-wrap img:hover {
transform: scale(1.08);
}
.solar-card h3 {
font-weight: bold;
color: #004a99;
margin: 15px 0 8px;
font-size: 1.2em;
}
.solar-card p {
color: #666;
font-size: 0.95em;
line-height: 1.6;
margin: 0;
padding: 0 5px 10px;
text-align: justify;
/* 讓內文對齊更美觀 */
}
/* 燈箱樣式 */
#solar-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
display: none;
justify-content: center;
align-items: center;
z-index: 10000;
cursor: zoom-out;
}
#solar-lightbox img {
max-width: 75%;
max-height: 75%;
border-radius: 8px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
/* 手機適配 */
@media (max-width: 992px) {
.solar-grid {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 600px) {
.solar-grid {
grid-template-columns: 1fr;
}
.solar-img-wrap {
height: 180px;
}
.solar-title {
font-size: 1.8em;
}
}
再生能源實踐:智慧太陽能光電系統
宗瑋工業積極實踐再生能源目標,於廠房屋頂全面建置智慧太陽能光電系統。透過高效逆變器與即時能源監控系統,落實低碳生產並強化能源管理效率,建立永續製造的新標竿。
廠區屋頂太陽能配置
極大化廠房空間利用,鋪設高效率單晶矽太陽能模組。不僅能有效將太陽能轉化為廠區生產所需電力,更能發揮屋頂隔熱降溫效果,降低廠房空調負荷,達到雙重節能效益。
高效能源監控介面
導入數位化即時能源監控系統,透明化呈現每日發電數據、減碳總量與系統健康狀態。透過大數據分析與異常告警機制,確保光電系統長期維持在最佳發電效能,讓碳管理精準落地。
智慧逆變器模組
採用工業級智慧逆變器,具備高轉換效率與優異的穩定性。將產生的直流電精準調整為廠區使用的優質交流電,並完美對接廠內電網,強化電力調度彈性,打造低風險的智慧調配網絡。
function openSolarLightbox(src) {
const lb = document.getElementById('solar-lightbox');
const lbImg = document.getElementById('solar-lightbox-img');
lbImg.src = src;
lb.style.display = 'flex';
document.body.style.overflow = 'hidden';
}
.solar-section-container {
font-family: "Microsoft JhengHei", Arial, sans-serif;
background-color: #fcfcfc;
padding: 50px 0;
/* 略微增加上下留白,讓整體視覺更舒適 */
}
.solar-inner-box {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.solar-title {
text-align: center;
font-size: 2.2em;
color: #004a99;
margin: 20px 0 10px;
font-weight: bold;
position: relative;
}
.solar-title::after {
content: '';
display: block;
width: 50px;
height: 4px;
background: #004a99;
margin: 15px auto 25px;
}
/* 新增引言文案樣式 */
.solar-intro-text {
max-width: 850px;
margin: 0 auto 40px;
text-align: center;
font-size: 1.1em;
line-height: 1.8;
color: #2d3748;
background: rgba(255, 255, 255, 0.95);
padding: 20px 30px;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
border-left: 5px solid #004a99;
font-weight: bold;
}
/* 網格設定 */
.solar-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.solar-card {
background: #fff;
padding: 15px;
/* 稍微增加內襯托字型 */
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
/* 讓陰影更柔和細緻 */
text-align: center;
transition: transform 0.3s;
}
.solar-card:hover {
transform: translateY(-5px);
/* 滑過時卡片輕微浮起 */
}
.solar-img-wrap {
overflow: hidden;
border-radius: 12px;
height: 220px;
}
.solar-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
cursor: zoom-in;
}
.solar-img-wrap img:hover {
transform: scale(1.08);
}
.solar-card h3 {
font-weight: bold;
color: #004a99;
margin: 15px 0 8px;
font-size: 1.2em;
}
.solar-card p {
color: #666;
font-size: 0.95em;
line-height: 1.6;
margin: 0;
padding: 0 5px 10px;
text-align: justify;
/* 讓內文對齊更美觀 */
}
/* 燈箱樣式 */
#solar-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
display: none;
justify-content: center;
align-items: center;
z-index: 10000;
cursor: zoom-out;
}
#solar-lightbox img {
max-width: 75%;
max-height: 75%;
border-radius: 8px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
/* 手機適配 */
@media (max-width: 992px) {
.solar-grid {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 600px) {
.solar-grid {
grid-template-columns: 1fr;
}
.solar-img-wrap {
height: 180px;
}
.solar-title {
font-size: 1.8em;
}
}
再生能源實踐:智慧太陽能光電系統
宗瑋工業積極實踐再生能源目標,於廠房屋頂全面建置智慧太陽能光電系統。透過高效逆變器與即時能源監控系統,落實低碳生產並強化能源管理效率,建立永續製造的新標竿。
廠區屋頂太陽能配置
極大化廠房空間利用,鋪設高效率單晶矽太陽能模組。不僅能有效將太陽能轉化為廠區生產所需電力,更能發揮屋頂隔熱降溫效果,降低廠房空調負荷,達到雙重節能效益。
高效能源監控介面
導入數位化即時能源監控系統,透明化呈現每日發電數據、減碳總量與系統健康狀態。透過大數據分析與異常告警機制,確保光電系統長期維持在最佳發電效能,讓碳管理精準落地。
智慧逆變器模組
採用工業級智慧逆變器,具備高轉換效率與優異的穩定性。將產生的直流電精準調整為廠區使用的優質交流電,並完美對接廠內電網,強化電力調度彈性,打造低風險的智慧調配網絡。
function openSolarLightbox(src) {
const lb = document.getElementById('solar-lightbox');
const lbImg = document.getElementById('solar-lightbox-img');
lbImg.src = src;
lb.style.display = 'flex';
document.body.style.overflow = 'hidden';
}