Environmental Sustainability
Solar PV Systems: Advancing Renewable Energy at GDI
GDI actively advances its renewable energy initiatives by installing solar photovoltaic (PV) systems across its facilities.
.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 {
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
color: #555;
line-height: 1.8;
font-size: 1.05em;
}
/* 網格設定 */
.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;
}
}
Renewable Energy in Action:Smart Solar PV Systems
In line with global carbon reduction initiatives, GDI has installed smart solar PV systems across its facility rooftops. By transforming conventional industrial roofs into renewable energy hubs, we reduce carbon emissions and improve energy efficiency, supporting sustainable manufacturing.
Rooftop Solar PV Configuration
We maximize rooftop space by deploying high-efficiency monocrystalline solar modules. These systems convert solar energy into clean electricity while also providing thermal insulation, reducing indoor temperatures and lowering HVAC energy consumption.
High-Efficiency Energy Monitoring Dashboard
Our real-time energy monitoring system provides transparent insights into power generation, carbon reduction metrics, and system performance. With data analytics and automated alerts, we ensure the PV system operates at peak efficiency.
Smart Inverter Modules
We use industrial-grade smart inverters to efficiently convert DC power into stable AC power for facility operations. Integrated with our on-site microgrid, the system enhances energy flexibility and ensures reliable power distribution.
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 {
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
color: #555;
line-height: 1.8;
font-size: 1.05em;
}
/* 網格設定 */
.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;
}
}
Renewable Energy in Action:Smart Solar PV Systems
In line with global carbon reduction initiatives, GDI has installed smart solar PV systems across its facility rooftops. By transforming conventional industrial roofs into renewable energy hubs, we reduce carbon emissions and improve energy efficiency, supporting sustainable manufacturing.
Rooftop Solar PV Configuration
We maximize rooftop space by deploying high-efficiency monocrystalline solar modules. These systems convert solar energy into clean electricity while also providing thermal insulation, reducing indoor temperatures and lowering HVAC energy consumption.
High-Efficiency Energy Monitoring Dashboard
Our real-time energy monitoring system provides transparent insights into power generation, carbon reduction metrics, and system performance. With data analytics and automated alerts, we ensure the PV system operates at peak efficiency.
Smart Inverter Modules
We use industrial-grade smart inverters to efficiently convert DC power into stable AC power for facility operations. Integrated with our on-site microgrid, the system enhances energy flexibility and ensures reliable power distribution.
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';
}