You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
3.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/*
* Template Name: 关于能辉
*/
?>
<?php get_header();?>
<?php
// 加载关于页面Banner样式
wp_enqueue_style('about-banner-css', get_template_directory_uri() . '/assets/css/about-page.css', array(), '1.0.0');
// 加载关于页面特色区块样式
wp_enqueue_style('about-features-css', get_template_directory_uri() . '/assets/css/about-features.css', array(), '1.0.0');
// 加载关于页面特色区块JavaScript
wp_enqueue_script('about-features-js', get_template_directory_uri() . '/assets/js/about-features.js', array(), '1.0.0', true);
?>
<div class="page-full-width">
<!-- 关于能辉Banner -->
<section class="about-banner">
<div class="about-banner-content">
<h1 class="about-banner-title">关于能辉</h1>
</div>
</section>
<!-- 页面内容区域 -->
<div class="about-content">
<div class="about-main-section">
<div class="about-text-content">
<h2 class="about-main-title">为全球用户提供安全、经济、高效、低碳的新能源解决方案</h2>
<div class="about-description">
<p>能辉科技股票代码301046.SZ作为新能源领域领先的产品及技术服务提供商专注于以新能源为核心的产品供应与技术服务。公司在光伏、风电、储能、充换电、综合能源、电力环保和电网领域具备复合型人才、专业技术及资质许可优势并拥有大量成功案例。秉承"绿色事业、定能辉煌"的理念,能辉科技致力于为合作伙伴在新能源与综合能源领域提供专业化、综合化的一站式解决方案。</p>
<p>公司持有200余项知识产权并与清华大学、浙江大学、上海交通大学建立了长期稳定的技术合作关系。</p>
<p>创始团队及核心成员均具有省级电力设计院背景,长期深耕新能源与环保领域的设计研发工作,具备深厚的专业积淀。</p>
<p>迄今已成功交付近200个光伏电站项目完成大批电力环保及电网工程技术服务同时为全球客户提供高性能储能产品及电动重卡充换电设备产品品质卓越可靠。</p>
</div>
</div>
<div class="about-image-content">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/about-pic.webp" alt="能辉科技办公大楼" class="about-main-image">
</div>
</div>
</div>
<div class="">
<!-- 特色区块 -->
<?php include get_template_directory() . '/template-parts/block/block-about-features.php'; ?>
<!-- 发展历程 -->
<!-- 公司证书轮播 -->
<?php include get_template_directory() . '/template-parts/block/block-certificates.php'; ?>
<!-- 合作伙伴 -->
<?php include get_template_directory() . '/template-parts/block/block-cooperate.php'; ?>
</div>
<?php get_footer();?>