284 lines
7.6 KiB
Plaintext
284 lines
7.6 KiB
Plaintext
---
|
||
import Layout from "../../../layouts/Layout_2.astro";
|
||
import { getConfig } from "../../../../utils/config";
|
||
import {
|
||
TP2_COLUMN_ABOUT_US,
|
||
TP2_COLUMN_ABOUT_US_URL,
|
||
} from "../../../../utils/const";
|
||
const config = getConfig(Astro);
|
||
const breadcrumb = [
|
||
{ title: "主页", url: "/" },
|
||
{ title: TP2_COLUMN_ABOUT_US, url: TP2_COLUMN_ABOUT_US_URL },
|
||
];
|
||
---
|
||
|
||
<Layout
|
||
title={TP2_COLUMN_ABOUT_US + ` - ${config.app_name}`}
|
||
breadcrumb={breadcrumb}
|
||
>
|
||
<div id="content" class="main" data-site="中国">
|
||
<div>
|
||
<!-- 活动与新闻-->
|
||
<div class="hcomponent-page-info">
|
||
<div class="news-detail-title">
|
||
<div class="container-custom fix-p-color">
|
||
<h1><span>华为责任矿产尽职管理声明</span></h1>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- <div data-mod-id="eff0ddd73dbb4d069e65086c4339ccd5"> -->
|
||
<div
|
||
data-mod-name-pc="@cloud/hcomponent-share-bar/pc/index"
|
||
data-mod-name-m="@cloud/hcomponent-share-bar/m/index"
|
||
data-mod-name="hcomponent-share-bar"
|
||
data-loaded="true"
|
||
>
|
||
<!-- 活动与新闻-->
|
||
|
||
<div>
|
||
<!-- 社交分享栏 -->
|
||
<div class="container-custom hcomponent-share-bar">
|
||
<div class="container-custom">
|
||
<ul class="share-box list-unstyled hasLine">
|
||
<li class="line"></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- </div> -->
|
||
|
||
<div
|
||
data-mod-id="hcomponent-news-detail-content_920738a0bc3049d489a293983eb596d8"
|
||
>
|
||
<div
|
||
data-mod-name-pc="@cloud/hcomponent-news-detail-content/pc/index"
|
||
data-mod-name-m="@cloud/hcomponent-news-detail-content/m/index"
|
||
data-mod-name="hcomponent-news-detail-content"
|
||
data-loaded="true"
|
||
>
|
||
<!-- 活动与新闻-->
|
||
<div class="hcomponent-news-detail-content">
|
||
<div class="news-detail-box container-custom clearfix">
|
||
<div class="news-detail-content">
|
||
<p>
|
||
作为联合国全球契约、GeSI、RBA、RMI组织的成员,华为公司一直坚持把全球社会责任作为我们的目标,实施道德采购,促进产业链可持续发展。
|
||
</p>
|
||
<p>
|
||
华为承诺并致力于以负责任的方式采购产品中使用的锡、钽、钨、金、钴、云母等矿产原料,并参照《经济合作与发展组织关于来自受冲突影响和高风险区域的矿石的负责任供应链尽职调查指南》、《中国负责任矿产供应链尽责管理指南》(以下统称“指南”)等要求,推动供应商制定政策以防范和降低其制造产品中所含的矿产以直接或间接的方式为高风险地区中,可能助长严重侵犯人权、严重环境危害、严重健康安全隐患、严重腐败等的团体提供资金或利益的风险,要求供应商对其采购的产品中使用到矿产
|
||
产品进行来源追踪和责任矿产尽职调查,并与客户分享尽责调查信息,以确保供应链政策与指南要求保持一致,逐步提高供应链透明度和供应链治理能力。
|
||
</p>
|
||
<p>
|
||
供应链的责任矿产尽责管理是一个持续改进的过程,需要企业、政府和非政府组织的承诺和合作才能解决。华为公司支持通过行业合作来处理矿产供应链中的社会责任问题,我们将持续参与行业组织的活动,与客户和供应商一起寻求可持续的解决方案,推动矿产供应链的可持续发展。
|
||
</p>
|
||
<p style="text-align: right;">华为技术有限公司</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<link
|
||
rel="stylesheet"
|
||
href="/-/media/hcomponent-news-detail-content/1.0.1.20250530113357/component/corp/2020/js/lib/vendor/katex/katex.min.css?ver=202410101545"
|
||
/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</Layout>
|
||
<style>
|
||
|
||
.main {
|
||
padding-top: 10rem;
|
||
h1 {
|
||
span {
|
||
font-weight: bold;
|
||
}
|
||
margin-top: 0;
|
||
text-align: center;
|
||
font-size: 2rem;
|
||
}
|
||
|
||
.container-custom {
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
padding-left: 15px;
|
||
padding-right: 15px
|
||
}
|
||
}
|
||
|
||
p {
|
||
color: #666;
|
||
font-size: 1em;
|
||
line-height: 1.95em;
|
||
margin: 0
|
||
}
|
||
|
||
@media (max-width:767px) {
|
||
.container-custom>.container-custom {
|
||
padding: 0;
|
||
}
|
||
}
|
||
|
||
.mt20{
|
||
margin-top: 20px;
|
||
}
|
||
.main .bottom-box .share-box {
|
||
margin: 20px auto 0 auto;
|
||
}
|
||
|
||
.main .share-box {
|
||
padding-left: 0;
|
||
padding-right: 0;
|
||
text-align: center;
|
||
margin-bottom: 30px;
|
||
width: 100%;
|
||
position: relative;
|
||
z-index: 99;
|
||
}
|
||
.share-box.list-unstyled:not(.hasLine){
|
||
margin-bottom: 0;
|
||
}
|
||
.main .hasLine li {
|
||
padding: 0 22px;
|
||
margin: 0;
|
||
background: #fff;
|
||
position: relative;
|
||
z-index: 2;
|
||
margin: 0 -2px;
|
||
}
|
||
|
||
.main .share-box li .wechat-qrcode {
|
||
top: 30px;
|
||
height: 240px;
|
||
}
|
||
|
||
.main .share-box li .wechat-qrcode p {
|
||
text-align: center;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
.main .hasLine .line {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 1px;
|
||
background: #dddddd;
|
||
top: 0;
|
||
left: 0;
|
||
top: 50%;
|
||
margin-top: -1px;
|
||
}
|
||
|
||
.main .share-box.s-bottom {
|
||
border-bottom: 1px solid #ddd;
|
||
padding-top: 40px;
|
||
padding-bottom: 40px;
|
||
margin: 20px auto 0 auto;
|
||
}
|
||
|
||
.news-detail-box {
|
||
margin-top: 5rem;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.container {
|
||
width:100%
|
||
}
|
||
}
|
||
|
||
@media (min-width: 992px) {
|
||
body,html {
|
||
font-size:16px
|
||
}
|
||
|
||
.container-custom {
|
||
max-width: 1430px;
|
||
width: 85.652%;
|
||
}
|
||
|
||
.container {
|
||
max-width: 1799.136px;
|
||
width: 93.705%
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1440px) {
|
||
body,html {
|
||
font-size:17px
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1680px) {
|
||
body,html {
|
||
font-size:18px
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1500px) {
|
||
.col-ls-4 {
|
||
width:33.33333333%
|
||
}
|
||
|
||
.col-ls-3 {
|
||
width: 25%
|
||
}
|
||
}
|
||
|
||
.news-detail-box .news-detail-content {
|
||
text-align: center;
|
||
padding: 0 8.5%;
|
||
}
|
||
|
||
|
||
.news-detail-box p {
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.news-detail-box p {
|
||
text-align: left;
|
||
margin-bottom: 20px;
|
||
text-indent: 0em;
|
||
word-break: break-word;
|
||
word-wrap: break-word;
|
||
}
|
||
|
||
.news-detail-box .content-text {
|
||
text-align: left;
|
||
}
|
||
|
||
.news-detail-box .content-text p {
|
||
padding: 0;
|
||
}
|
||
|
||
.news-detail-box .news-detail-content {
|
||
text-align: center;
|
||
padding: 0 8.5%;
|
||
}
|
||
|
||
.news-detail-box .news-detail-content a {
|
||
color: #666;
|
||
-webkit-text-decoration: underline;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.news-detail-box .news-detail-content a:hover {
|
||
color: #000;
|
||
}
|
||
|
||
.news-detail-box .news-detail-content a.link-submit:hover {
|
||
color: #fff;
|
||
}
|
||
|
||
.news-detail-box .news-detail-content a.btn-rect {
|
||
-webkit-text-decoration: none;
|
||
text-decoration: none;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.news-detail-box .news-detail-content>h2 {
|
||
padding: 0;
|
||
}
|
||
}
|
||
|
||
</style> |