Compare commits

...

11 Commits

Author SHA1 Message Date
砂糖
b52fce96d2 feat: 更新产品图片资源并优化本地化配置
- 将远程图片资源迁移至本地public/images目录
- 更新所有语言版本的产品和应用的图片引用路径
- 调整next.config.mjs输出配置为export模式
- 优化首页组件图片引用和轮播按钮显示
- 同步更新多语言JSON文件中的图片路径
2026-01-31 16:42:34 +08:00
砂糖
f25989b88f feat: 更新产品类型和内容,优化产品展示功能
- 重构产品类型定义,新增desc、models、content字段
- 更新所有语言的产品内容,包括详细规格和化学/机械性能
- 修改产品展示组件,支持MDX内容渲染和模型列表展示
- 调整产品详情页布局,优化信息展示方式
- 更新i18n翻译文件,同步产品名称变更
- 修改默认主题配置为light模式
- 修复公司简介中的格式问题
2026-01-27 12:57:27 +08:00
砂糖
b53f104d9b refactor: 更新品牌信息为巨丰钢铁并优化相关配置
更新公司品牌信息从"福安德外贸"到"巨丰钢铁",包括:
1. 修改所有相关文档中的公司名称和描述
2. 更新网站配置和邮件模板
3. 移除不必要的分析工具和社交媒体链接
4. 优化i18n多语言配置
5. 调整next.config.mjs输出模式为standalone
6. 更新favicon和logo图片
7. 清理未使用的代码和文件
2026-01-26 15:40:31 +08:00
砂糖
450337a019 refactor(about): 重构关于页面路由为静态路径
将关于页面的查询参数路由改为静态路径结构,如/about/company
更新i18n消息中的链接路径
添加新的[section]页面处理逻辑
优化静态生成参数和错误处理
2025-12-11 09:10:41 +08:00
砂糖
d8ec1d4384 feat: 添加产品中心功能并优化博客系统
- 新增产品中心功能,包括产品列表页和详情页
- 实现产品多语言支持(中文、英文、越南语)
- 重构博客系统,从API获取改为本地MDX文件管理
- 更新favicon为PNG格式并修复相关引用
- 添加产品类型定义和获取逻辑
- 优化首页应用场景图片和链接
- 完善国际化配置和翻译
- 新增产品详情页标签切换组件
- 修复代理配置中的favicon路径问题
2025-12-10 11:32:50 +08:00
砂糖
1d23c01990 feat(blogs): 新增多语言博客内容及图片资源
添加英文、日文和中文博客文章,包括1.mdx、2.mdx和3.mdx文件
新增博客相关图片资源到public/images目录
2025-12-09 17:34:49 +08:00
砂糖
de67af263e feat: 更新国际化内容和优化首页组件
refactor: 移除调试日志和简化博客页面逻辑

docs: 更新多语言翻译文件,添加公司信息、产品中心和应用领域等内容
2025-12-03 16:21:56 +08:00
砂糖
effdee935a feat(blog): 添加博客目录功能并更新logo格式
为博客和关于页面添加可交互的目录组件,方便用户导航
将网站logo从svg格式统一改为png格式
移除generateStaticParams函数以简化构建流程
新增getBlogDetail.ts用于获取博客详情数据
2025-11-27 13:10:26 +08:00
砂糖
39f554652d feat: 更新npm配置和国际化支持
- 添加越南语的服务条款和隐私政策文档
- 更新多语言JSON文件中的品牌名称
- 移除未使用的arch页面和依赖项
- 调整next.config.mjs的输出模式配置
- 更新generateStaticParams以包含越南语支持
2025-11-25 12:58:44 +08:00
砂糖
aab5217c03 feat(about): 添加公司介绍、历史、文化、组织结构和荣誉的多语言文档
新增公司相关的中英文文档,包括:
1. 公司简介 (company)
2. 发展历史 (history)
3. 企业文化 (culture)
4. 组织结构 (organization)
5. 荣誉奖项 (awards)

同时更新了i18n多语言配置文件,完善了导航菜单和页脚链接
2025-11-21 19:22:31 +08:00
砂糖
216076ff2a feat: 重构导航和博客系统,支持多级菜单和API数据源
- 重构导航菜单支持多级子菜单结构
- 博客系统改为从API获取数据,移除本地文件存储
- 删除旧的关于页面,准备重构
- 修复博客详情页slug匹配问题
- 默认首页重定向到中文版本
2025-11-21 17:49:17 +08:00
122 changed files with 5405 additions and 9287 deletions

2
.npmrc
View File

@@ -2,3 +2,5 @@
enable-pre-post-scripts=true
public-hoist-pattern[]=*@nextui-org/*
registry=https://registry.npmmirror.com/
node-linker=hoisted
symlink=false

12
.vscode/settings.json vendored
View File

@@ -8,11 +8,19 @@
},
"headwind.runOnSave": false,
"typescript.preferences.importModuleSpecifier": "non-relative",
"eslint.validate": ["javascript", "javascriptreact", "typescript"],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript"
],
"typescript.tsdk": "node_modules/typescript/lib",
"commentTranslate.source": "Bing",
"cSpell.words": [
"contentlayer",
"lemonsqueezy"
],
"i18n-ally.localesPaths": [
"i18n",
"i18n/messages"
]
}
}

View File

@@ -70,9 +70,9 @@ export async function subscribeToNewsletter(email: string) {
await resend.emails.send({
from: 'NextForge <' + process.env.ADMIN_EMAIL! + '>',
to: normalizedEmail,
subject: 'Welcome to 福安德外贸',
subject: 'Welcome to 巨丰钢铁',
html: `
<h2>Welcome to 福安德外贸</h2>
<h2>Welcome to 巨丰钢铁</h2>
<p>Thank you for subscribing to the newsletter. You will receive the latest updates and news.</p>
<p style="margin-top: 20px; font-size: 12px; color: #666;">
If you wish to unsubscribe, please <a href="${unsubscribeLink}">click here</a>

View File

@@ -0,0 +1,120 @@
import MDXComponents from "@/components/mdx/MDXComponents";
import { Locale, LOCALES } from "@/i18n/routing";
import { constructMetadata } from "@/lib/metadata";
import fs from "fs/promises";
import { Metadata } from "next";
import { getTranslations } from "next-intl/server";
import { MDXRemote } from "next-mdx-remote-client/rsc";
import path from "path";
import remarkGfm from "remark-gfm";
// 强制静态渲染
export const dynamic = "force-static";
const options = {
parseFrontmatter: true,
mdxOptions: {
remarkPlugins: [remarkGfm],
rehypePlugins: [],
},
};
// 增强添加参数校验防止undefined
async function getMDXContent(locale: string, section: string) {
// 兜底校验:确保参数是字符串
const validLocale = locale?.trim() || "en"; // 兜底为默认语言
const validSection = section?.trim() || "company"; // 兜底为默认section
// 校验LOCALES是否包含当前locale
if (!LOCALES.includes(validLocale)) {
console.error(`Locale "${validLocale}" not found in LOCALES!`);
return "";
}
const filePath = path.join(
process.cwd(),
"content",
"about",
validSection, // 使用校验后的section
`${validLocale}.mdx` // 使用校验后的locale
);
try {
// 先检查文件是否存在,避免读取不存在的文件
await fs.access(filePath);
const content = await fs.readFile(filePath, "utf-8");
return content;
} catch (error) {
console.error(`Error accessing/reading MDX file (${filePath}):`, error);
return "";
}
}
// 修正路由参数类型locale + section
type Params = {
locale: string;
section: string;
};
type MetadataProps = {
params: Params;
};
export async function generateMetadata({
params,
}: MetadataProps): Promise<Metadata> {
const { locale, section } = params;
const t = await getTranslations({ locale, namespace: "About" });
return constructMetadata({
page: `About - ${section}`,
title: t(`title`) || t("title"), // 适配不同section的标题
description: t(`description`) || t("description"),
locale: locale as Locale,
path: `/about/${section}`,
canonicalUrl: `/about/${section}`,
});
}
// 页面组件从params获取locale和section路由参数
export default async function AboutPage({
params,
}: {
params: Promise<Params>;
}) {
const { locale, section } = await params;
console.log(`Rendering AboutPage for locale: ${locale}, section: ${section}`);
// 调用带校验的getContent函数
const content = await getMDXContent(locale, section);
return (
<article className="w-full md:w-3/5 px-2 md:px-12">
<MDXRemote
source={content}
components={MDXComponents}
options={options}
/>
</article>
);
}
// 关键生成locale + section的所有静态组合覆盖vi/organization等
export async function generateStaticParams() {
const sections = ['company', 'awards', 'base', 'culture', 'history', 'organization'];
// 确保LOCALES包含"vi"越南语否则会生成undefined
if (!LOCALES.includes("vi")) {
console.warn("⚠️ LOCALES does not include 'vi'! Add it to fix /vi/about/* paths.");
// 临时兜底如果没有vi手动添加或检查你的i18n/routing.ts
// LOCALES.push("vi");
}
// 生成所有locale × section的组合
return LOCALES.flatMap((locale) =>
sections.map((section) => ({
locale,
section,
}))
);
}

View File

@@ -1,37 +0,0 @@
"use client";
import { useEffect } from "react";
import { useSectionStore } from "@/stores/sectionStore";
export default function Page() {
const { setSections } = useSectionStore();
useEffect(() => {
setSections([
{ id: "arch-vision", name: "友发愿景" },
{ id: "arch-products", name: "产品体系" },
{ id: "arch-application", name: "应用场景" },
{ id: "arch-contact", name: "联系方式" },
]);
}, [setSections]);
return (
<div className="w-full">
<section id="arch-vision" className="container mx-auto px-4 py-12">
<h2 className="text-3xl font-bold mb-4"></h2>
<p className="text-gray-600"></p>
</section>
<section id="arch-products" className="container mx-auto px-4 py-12">
<h2 className="text-3xl font-bold mb-4"></h2>
<p className="text-gray-600"></p>
</section>
<section id="arch-application" className="container mx-auto px-4 py-12">
<h2 className="text-3xl font-bold mb-4"></h2>
<p className="text-gray-600"></p>
</section>
<section id="arch-contact" className="container mx-auto px-4 py-12">
<h2 className="text-3xl font-bold mb-4"></h2>
<p className="text-gray-600"></p>
</section>
</div>
);
}

View File

@@ -1,5 +0,0 @@
export default function Page() {
return (
<div className="container mx-auto px-4 py-12"></div>
);
}

View File

@@ -1,5 +0,0 @@
export default function Page() {
return (
<div className="container mx-auto px-4 py-12"></div>
);
}

View File

@@ -1,5 +0,0 @@
export default function Page() {
return (
<div className="container mx-auto px-4 py-12"></div>
);
}

View File

@@ -1,5 +0,0 @@
export default function Page() {
return (
<div className="container mx-auto px-4 py-12">绿</div>
);
}

View File

@@ -1,5 +0,0 @@
export default function Page() {
return (
<div className="container mx-auto px-4 py-12"></div>
);
}

View File

@@ -1,5 +0,0 @@
export default function Page() {
return (
<div className="container mx-auto px-4 py-12"></div>
);
}

View File

@@ -1,88 +1,32 @@
import MDXComponents from "@/components/mdx/MDXComponents";
import { Locale, LOCALES } from "@/i18n/routing";
import { constructMetadata } from "@/lib/metadata";
import fs from "fs/promises";
import { Metadata } from "next";
import { getTranslations } from "next-intl/server";
import { MDXRemote } from "next-mdx-remote-client/rsc";
import path from "path";
import remarkGfm from "remark-gfm";
import { LOCALES } from "@/i18n/routing";
import { redirect } from "next/navigation";
const options = {
parseFrontmatter: true,
mdxOptions: {
remarkPlugins: [remarkGfm],
rehypePlugins: [],
},
};
async function getMDXContent(locale: string, section: string) {
const filePath = path.join(
process.cwd(),
"content",
"about",
section,
`${locale}.mdx`
);
try {
const content = await fs.readFile(filePath, "utf-8");
return content;
} catch (error) {
console.error(`Error reading MDX file: ${error}`);
return "";
}
}
type Params = Promise<{
locale: string;
}>;
type MetadataProps = {
params: Params;
};
export async function generateMetadata({
// 重定向到 /about/company
export default async function Page({
params,
}: MetadataProps): Promise<Metadata> {
const { locale } = await params;
const t = await getTranslations({ locale, namespace: "About" });
return constructMetadata({
page: "About",
title: t("title"),
description: t("description"),
locale: locale as Locale,
path: `/about`,
canonicalUrl: `/about`,
});
}
export default async function AboutPage({
params,
searchParams
}: {
params: Params;
searchParams: Promise<{ [key: string]: string | string[] | undefined }>;
params: Promise<{ locale: string }>;
}) {
const { locale } = await params;
const resolvedSearchParams = await searchParams;
const section = (resolvedSearchParams.section as string) || "company";
const content = await getMDXContent(locale, section);
return (
<article className="w-full md:w-3/5 px-2 md:px-12">
<MDXRemote
source={content}
components={MDXComponents}
options={options}
/>
</article>
);
return redirect(`/${locale}/about/company`);
}
// 关键生成locale + section的所有静态组合覆盖vi/organization等
export async function generateStaticParams() {
return LOCALES.map((locale) => ({
locale,
}));
const sections = ['company', 'awards', 'base', 'culture', 'history', 'organization'];
// 确保LOCALES包含"vi"越南语否则会生成undefined
if (!LOCALES.includes("vi")) {
console.warn("⚠️ LOCALES does not include 'vi'! Add it to fix /vi/about/* paths.");
// 临时兜底如果没有vi手动添加或检查你的i18n/routing.ts
// LOCALES.push("vi");
}
// 生成所有locale × section的组合
return LOCALES.flatMap((locale) =>
sections.map((section) => ({
locale,
section,
}))
);
}

View File

@@ -4,9 +4,12 @@ import { Locale, LOCALES } from "@/i18n/routing";
import { getPosts } from "@/lib/getBlogs";
import { constructMetadata } from "@/lib/metadata";
import { BlogPost } from "@/types/blog";
import fs from "fs/promises";
import matter from 'gray-matter';
import { Metadata } from "next";
import { MDXRemote } from "next-mdx-remote-client/rsc";
import { notFound } from "next/navigation";
import path from "path";
type Params = Promise<{
locale: string;
@@ -17,12 +20,64 @@ type MetadataProps = {
params: Params;
};
async function getMDXContent(locale: string, section: string): Promise<BlogPost> {
const filePath = path.join(
process.cwd(),
"blogs",
locale,
`${section}.mdx`
);
try {
const content = await fs.readFile(filePath, "utf-8");
// 解析MDX文件的frontmatter和内容
const { data: frontmatter, content: postContent } = matter(content);
// 构建BlogPost对象
const blogPost: BlogPost = {
locale,
title: frontmatter.title || '',
description: frontmatter.description,
image: frontmatter.image,
slug: frontmatter.slug || '',
tags: frontmatter.tags,
// 解析日期
date: frontmatter.date ? new Date(frontmatter.date) : new Date(),
// 设置visible默认值为published
visible: frontmatter.visible || 'published',
// 处理pin字段 - 如果有pin标记则为true否则为false
pin: frontmatter.pin === 'pin',
// 去除frontmatter后的内容
content: postContent.trim(),
// 所有frontmatter作为metadata
metadata: { ...frontmatter }
};
return blogPost;
} catch (error) {
console.error(`Error reading MDX file: ${error}`);
// 返回默认的BlogPost对象符合类型要求
return {
title: '',
slug: '',
date: new Date(),
content: '',
visible: 'published',
pin: false,
metadata: {},
locale
};
}
}
export async function generateMetadata({
params,
}: MetadataProps): Promise<Metadata> {
const { locale, slug } = await params;
let { posts }: { posts: BlogPost[] } = await getPosts(locale);
const post = posts.find((post) => post.slug === "/" + slug);
let post = await getMDXContent(locale, slug);
if (!post) {
return constructMetadata({
@@ -37,9 +92,9 @@ export async function generateMetadata({
return constructMetadata({
page: "blog",
title: post.title,
description: post.description,
images: post.image ? [post.image] : [],
title: post.title || '',
description: post.description || '',
images: [],
locale: locale as Locale,
path: `/blog/${slug}`,
canonicalUrl: `/blog/${slug}`,
@@ -48,9 +103,7 @@ export async function generateMetadata({
export default async function BlogPage({ params }: { params: Params }) {
const { locale, slug } = await params;
let { posts }: { posts: BlogPost[] } = await getPosts(locale);
const post = posts.find((item) => item.slug === "/" + slug);
let post = await getMDXContent(locale, slug);
if (!post) {
return notFound();

View File

@@ -9,8 +9,6 @@ import { getTranslations } from "next-intl/server";
type Params = Promise<{ locale: string }>;
type SearchParams = { page?: string; type?: string };
type MetadataProps = {
params: Params;
};
@@ -33,37 +31,21 @@ export async function generateMetadata({
export default async function Page({
params,
searchParams,
// searchParams,
}: {
params: Params;
searchParams?: SearchParams;
}) {
const { locale } = await params;
// const resolvedSearchParams = await searchParams;
// const category = resolvedSearchParams.category as string || "";
let { posts } = await getPosts(locale);
const t = await getTranslations("Blog");
// 分类筛选(公司新闻/专家访谈/行业动态/公告)
const type = (searchParams?.type || "").toLowerCase();
const typeLabelMap: Record<string, string> = {
company: "公司新闻",
experts: "专家访谈",
industry: "行业动态",
notice: "公告",
};
const typeLabel = typeLabelMap[type];
if (type) {
posts = posts.filter((p) => {
const metaType = String((p.metadata as any)?.type || "").toLowerCase();
const tags: string[] = (p.tags as any) || [];
const hitMeta = metaType === type;
const hitTag = Array.isArray(tags) && tags.some((t) => String(t).toLowerCase() === type);
return hitMeta || hitTag;
});
}
const pageRaw = searchParams?.page;
const page = Math.max(1, parseInt(pageRaw || "1", 10));
// const pageRaw = resolvedSearchParams.page as string || "1";
// const page = Math.max(1, parseInt(10, 10));
const page = 1;
const pageSize = 10;
const totalPages = Math.max(1, Math.ceil(posts.length / pageSize));
const start = (page - 1) * pageSize;
@@ -77,14 +59,14 @@ export default async function Page({
{/* 顶部操作区:标签 + 面包屑 */}
<div className="container mx-auto px-4">
<div className="flex flex-col md:flex-row md:items-center md:justify-between gap-4 mt-4">
<div className="flex gap-3">
{/* <div className="flex gap-3">
<button className="px-4 py-2 rounded-md border bg-white text-gray-700 shadow-sm hover:bg-gray-50">
投资者保护
</button>
<button className="px-4 py-2 rounded-md border bg-white text-gray-700 shadow-sm hover:bg-gray-50">
公司公告
</button>
</div>
</div> */}
<div className="flex items-center gap-2 text-sm text-gray-500">
<I18nLink href="/" prefetch={false} className="hover:underline">
@@ -93,12 +75,6 @@ export default async function Page({
<I18nLink href="/blog" prefetch={false} className="hover:underline">
</I18nLink>
{typeLabel && (
<>
<span>/</span>
<span className="text-gray-700">{typeLabel}</span>
</>
)}
</div>
</div>
@@ -111,7 +87,7 @@ export default async function Page({
return (
<I18nLink
key={post.slug}
href={`/blog${post.slug}`}
href={`/blog/${post.slug}`}
prefetch={false}
className="block rounded-md mb-4 bg-gray-100 px-6 py-5 transition-all duration-200 shadow hover:bg-gray-200 hover:translate-y-[1px] hover:shadow-inner active:translate-y-[2px] active:shadow-inner focus:outline-none focus:ring-1 focus:ring-gray-300"
>
@@ -139,9 +115,8 @@ export default async function Page({
<I18nLink
href={`/blog?page=${Math.max(1, page - 1)}`}
prefetch={false}
className={`px-2.5 py-1 border rounded-sm text-sm ${
page === 1 ? "bg-gray-100 text-gray-400" : "bg-white hover:bg-gray-50"
}`}
className={`px-2.5 py-1 border rounded-sm text-sm ${page === 1 ? "bg-gray-100 text-gray-400" : "bg-white hover:bg-gray-50"
}`}
>
{"<"}
</I18nLink>
@@ -167,11 +142,10 @@ export default async function Page({
key={it}
href={`/blog?page=${it}`}
prefetch={false}
className={`px-2.5 py-1 border rounded-sm text-sm ${
isActive
? "bg-red-600 text-white border-red-600"
: "bg-white hover:bg-gray-50"
}`}
className={`px-2.5 py-1 border rounded-sm text-sm ${isActive
? "bg-red-600 text-white border-red-600"
: "bg-white hover:bg-gray-50"
}`}
>
{it}
</I18nLink>
@@ -181,9 +155,8 @@ export default async function Page({
<I18nLink
href={`/blog?page=${Math.min(totalPages, page + 1)}`}
prefetch={false}
className={`px-2.5 py-1 border rounded-sm text-sm ${
page === totalPages ? "bg-gray-100 text-gray-400" : "bg-white hover:bg-gray-50"
}`}
className={`px-2.5 py-1 border rounded-sm text-sm ${page === totalPages ? "bg-gray-100 text-gray-400" : "bg-white hover:bg-gray-50"
}`}
>
{">"}
</I18nLink>

View File

@@ -1,7 +1,3 @@
import BaiDuAnalytics from "@/app/BaiDuAnalytics";
import GoogleAdsense from "@/app/GoogleAdsense";
import GoogleAnalytics from "@/app/GoogleAnalytics";
import PlausibleAnalytics from "@/app/PlausibleAnalytics";
import Footer from "@/components/footer/Footer";
import Header from "@/components/header/Header";
import { LanguageDetectionAlert } from "@/components/LanguageDetectionAlert";
@@ -12,7 +8,6 @@ import { constructMetadata } from "@/lib/metadata";
import { cn } from "@/lib/utils";
import "@/styles/globals.css";
import "@/styles/loading.css";
import { Analytics } from "@vercel/analytics/react";
import { Metadata, Viewport } from "next";
import { hasLocale, NextIntlClientProvider } from "next-intl";
import {
@@ -70,7 +65,9 @@ export default async function LocaleLayout({
return (
<html lang={locale || DEFAULT_LOCALE} suppressHydrationWarning>
<head />
<head>
{/* <meta name="referrer" content="no-referrer" /> */}
</head>
<body
className={cn(
"min-h-screen bg-background flex flex-col font-sans antialiased"
@@ -93,17 +90,6 @@ export default async function LocaleLayout({
</ThemeProvider>
</NextIntlClientProvider>
<TailwindIndicator />
{process.env.NODE_ENV === "development" ? (
<></>
) : (
<>
<Analytics />
<BaiDuAnalytics />
<GoogleAnalytics />
<GoogleAdsense />
<PlausibleAnalytics />
</>
)}
</body>
</html>
);

View File

@@ -1,15 +1,16 @@
import HomeComponent from "@/components/home";
// export const dynamic = "force-static";
export const dynamic = "force-static";
export default function Home() {
return <HomeComponent />;
}
// export async function generateStaticParams() {
// return [
// { locale: 'en' },
// { locale: 'zh' },
// { locale: 'ja' },
// ]
// }
export async function generateStaticParams() {
return [
{ locale: 'en' },
{ locale: 'zh' },
{ locale: 'vi' },
// { locale: 'ja' },
]
}

View File

@@ -1,103 +1,194 @@
import { Callout } from "@/components/mdx/Callout";
import MDXComponents from "@/components/mdx/MDXComponents";
import ProductTabsClient from "@/components/ProductTabsClient";
import { Locale, LOCALES } from "@/i18n/routing";
import { getPosts } from "@/lib/getBlogs";
import { getProducts } from "@/lib/getProducts";
import { constructMetadata } from "@/lib/metadata";
import { BlogPost } from "@/types/blog";
import { Product } from "@/types/product";
import { Metadata } from "next";
import { getTranslations } from "next-intl/server";
import { MDXRemote } from "next-mdx-remote-client/rsc";
import { notFound } from "next/navigation";
import remarkGfm from "remark-gfm"; // 引入表格解析插件
type Params = Promise<{
type Params = {
locale: string;
slug: string;
}>;
};
type MetadataProps = {
params: Params;
params: Promise<Params>;
};
export async function generateMetadata({
params,
}: MetadataProps): Promise<Metadata> {
const { locale, slug } = await params;
let { posts }: { posts: BlogPost[] } = await getPosts(locale);
const post = posts.find((post) => post.slug === "/" + slug);
if (!post) {
try {
const { products }: { products: Product[] } = await getProducts(locale);
const product = products.find((product) => product.slug == slug);
if (!product) {
return constructMetadata({
title: "404 - 产品不存在",
description: "请求的产品页面未找到",
noIndex: true,
locale: locale as Locale,
path: `/products/${slug}`,
canonicalUrl: `/products/${slug}`,
});
}
return constructMetadata({
title: "404",
description: "Page not found",
noIndex: true,
page: "products",
title: product.title,
description: `${product.title} - ${product.model} - ${product.place}`,
images: product.images.length ? [product.images[0]] : [],
locale: locale as Locale,
path: `/blog/${slug}`,
canonicalUrl: `/blog/${slug}`,
path: `/products/${slug}`,
canonicalUrl: `/products/${slug}`,
});
} catch (error) {
console.error("生成产品元数据失败:", error);
return constructMetadata({
title: "产品详情",
description: "产品详情页面",
locale: (await params).locale as Locale,
path: `/products/${(await params).slug}`,
});
}
return constructMetadata({
page: "blog",
title: post.title,
description: post.description,
images: post.image ? [post.image] : [],
locale: locale as Locale,
path: `/blog/${slug}`,
canonicalUrl: `/blog/${slug}`,
});
}
export default async function BlogPage({ params }: { params: Params }) {
export default async function ProductPage({ params }: { params: Promise<Params> }) {
const { locale, slug } = await params;
let { posts }: { posts: BlogPost[] } = await getPosts(locale);
const { products }: { products: Product[] } = await getProducts(locale);
const product = products.find((item) => item.slug == slug);
if (!product) return notFound();
const post = posts.find((item) => item.slug === "/" + slug);
const t = await getTranslations({ locale, namespace: "Product" });
if (!post) {
return notFound();
}
// 获取所有产品图片
const allImages = product.images || [];
const formattedPublishTime = (() => {
if (!product.publishedTime) return "暂无";
const publishDate = typeof product.publishedTime === 'string'
? new Date(product.publishedTime)
: product.publishedTime;
return isNaN(publishDate.getTime())
? "暂无"
: publishDate.toLocaleDateString("zh-CN", {
year: "numeric",
month: "2-digit",
day: "2-digit",
});
})();
return (
<div className="w-full md:w-3/5 px-2 md:px-12">
<h1 className="break-words text-4xl font-bold mt-6 mb-4">{post.title}</h1>
{post.image && (
<img src={post.image} alt={post.title} className="rounded-sm" />
)}
{post.tags && post.tags.split(",").length ? (
<div className="flex flex-wrap gap-2">
{post.tags.split(",").map((tag) => {
return (
<div
key={tag}
className={`rounded-md bg-gray-200 hover:!no-underline dark:bg-[#24272E] flex px-2.5 py-1.5 text-sm font-medium transition-colors hover:text-black hover:dark:bg-[#15AFD04C] hover:dark:text-[#82E9FF] text-gray-500 dark:text-[#7F818C] outline-none focus-visible:ring transition`}
>
{tag.trim()}
</div>
);
})}
<div>
<img src="http://kelunpuzhonggong.com/upload/img/20251015111553.jpg" className="w-screen h-auto" alt="" />
<div className="w-full max-w-6xl mx-auto px-4 md:px-8 py-8">
<div className="text-center mb-6">
<h1 className="text-purple-600 text-xl font-bold">{t("detailTitle")}</h1>
</div>
) : (
<></>
)}
{post.description && <Callout>{post.description}</Callout>}
<MDXRemote source={post?.content || ""} components={MDXComponents} />
{/* 调整后:左侧大图+下方缩略图 + 右侧信息 */}
<div className="border rounded p-4 mb-6">
<div className="flex flex-col md:flex-row">
{/* 左侧图片区域(大图+缩略图) */}
<div className="md:w-1/3 mb-4 md:mb-0">
{/* 第一张大图 */}
{allImages.length > 0 ? (
<div className="relative w-full h-auto max-h-[500px]">
<img
src={allImages[0]}
alt={`${product.title || "产品"}-主图`}
sizes="(max-width: 768px) 100vw, (max-width: 1200px) 66vw, 66vw"
className="object-contain"
/>
</div>
) : (
<div className="w-full h-60 bg-gray-100 flex items-center justify-center text-gray-500">
</div>
)}
</div>
{/* 右侧产品信息区域 */}
<div className="md:w-2/3 md:ml-4">
<h1 className="text-xl font-bold mb-3">{product.title || "未命名产品"}</h1>
<div className="space-y-2 mb-6">
<div>
<span className="font-medium">{t('productDetail')}</span>
<span>{product.desc || "暂无"}</span>
</div>
<div>
<span className="font-medium">{t("productPlace")}</span>
<span>{product.place || "暂无"}</span>
</div>
<div>
<span className="font-medium">{t("productPublishedTime")}</span>
<span>{formattedPublishTime}</span>
</div>
</div>
</div>
</div>
{/* 所有图片缩略图(横向滚动) */}
{allImages.length > 0 && (
<div className="flex flex-nowrap gap-2 mt-4 overflow-x-auto pb-2">
{allImages.map((img, index) => (
<div
key={index}
className="relative w-20 h-20 cursor-pointer border border-gray-200 rounded"
>
<img
src={img}
alt={`${product.title || "产品"}-图${index + 1}`}
className="object-cover"
sizes="80px"
/>
</div>
))}
</div>
)}
</div>
<ProductTabsClient
locale={locale}
detail={product.desc}
models={product.models}
spec={product.spec}
packaging={product.packaging}
/>
<MDXRemote source={product.content || ""} components={MDXComponents} options={{
mdxOptions: {
remarkPlugins: [remarkGfm], // 加入表格解析插件
},
}} />
</div>
</div>
);
}
export async function generateStaticParams() {
let posts = (await getPosts()).posts;
try {
const defaultLocale = LOCALES[0];
const { products }: { products: Product[] } = await getProducts(defaultLocale);
const validProducts = products.filter((product) => product.slug.toString() && product.title);
// Filter out posts without a slug
posts = posts.filter((post) => post.slug);
return LOCALES.flatMap((locale) =>
posts.map((post) => {
const slugPart = post.slug.replace(/^\//, "").replace(/^blog\//, "");
return {
return LOCALES.flatMap((locale) =>
validProducts.map((product) => ({
locale,
slug: slugPart,
};
})
);
}
slug: product.slug.toString(),
}))
);
} catch (error) {
console.error("生成产品静态参数失败:", error);
return [];
}
}

View File

@@ -1,5 +1,7 @@
import { Link as I18nLink, Locale, LOCALES } from "@/i18n/routing";
import { getProducts } from "@/lib/getProducts";
import { constructMetadata } from "@/lib/metadata";
import { Product } from "@/types/product";
import { Metadata } from "next";
import { getTranslations } from "next-intl/server";
@@ -25,66 +27,40 @@ export async function generateMetadata({
});
}
// 产品数
const productData = [
{
id: 1,
name: "直线高频焊接圆管(含热浸镀锌)",
image: "/placeholder.svg",
url: "/product/114",
},
{
id: 2,
name: "方矩形焊接钢管(含热浸镀锌)",
image: "/placeholder.svg",
url: "/product/115",
},
{
id: 3,
name: "钢塑复合管",
image: "/placeholder.svg",
url: "/product/116",
},
{
id: 4,
name: "管路连接件",
image: "/placeholder.svg",
url: "/product/117",
},
{
id: 5,
name: "其他产品1",
image: "/placeholder.svg",
url: "/product/118",
},
{
id: 6,
name: "其他产品2",
image: "/placeholder.svg",
url: "/product/119",
},
{
id: 7,
name: "其他产品3",
image: "/placeholder.svg",
url: "/product/120",
},
{
id: 8,
name: "其他产品4",
image: "/placeholder.svg",
url: "/product/121",
},
];
// 每页产品数
const PRODUCTS_PER_PAGE = 8;
export default async function Page({
params,
searchParams,
}: {
params: Params;
searchParams: { page?: string };
}) {
const { locale } = await params;
const t = await getTranslations("Product");
// 获取当前页码默认第1页
let currentPage = parseInt(searchParams.page || "1");
if (isNaN(currentPage) || currentPage < 1) {
currentPage = 1;
}
// 获取产品数据
const { products }: { products: Product[] } = await getProducts(locale);
// 计算总页数
const totalProducts = products.length;
const totalPages = Math.ceil(totalProducts / PRODUCTS_PER_PAGE);
// 确保当前页码不超过总页数
const safeCurrentPage = Math.min(currentPage, totalPages);
// 计算当前页的产品数据
const startIndex = (safeCurrentPage - 1) * PRODUCTS_PER_PAGE;
const endIndex = startIndex + PRODUCTS_PER_PAGE;
const currentProducts = products.slice(startIndex, endIndex);
return (
<div className="w-full">
{/* 面包屑导航 */}
@@ -92,48 +68,90 @@ export default async function Page({
<div className="container mx-auto px-4">
<div className="flex items-center gap-2 text-sm text-gray-500">
<I18nLink href="/" prefetch={false} className="hover:underline">
{t("breadcrumb.home")}
</I18nLink>
<span>/</span>
<span className="text-gray-700"></span>
<span className="text-gray-700">{t("breadcrumb.product")}</span>
</div>
</div>
</div>
{/* 产品标题区域 */}
<div className="container mx-auto px-4 py-8">
<h1 className="text-3xl font-bold text-center text-gray-800 mb-8"></h1>
<h1 className="text-3xl font-bold text-center text-gray-800 mb-8">{t("title")}</h1>
{/* 产品网格 */}
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
{productData.map((product) => (
{currentProducts.map((product) => (
<I18nLink
key={product.id}
href={product.url}
key={product.slug}
href={`/product/${product.slug}`}
prefetch={false}
className="block bg-white border border-gray-100 rounded-lg overflow-hidden shadow-sm hover:shadow-md transition-all duration-300"
>
<div className="aspect-square flex items-center justify-center p-6">
<img
src={product.image}
alt={product.name}
<img
src={product.images?.[0] || "/placeholder.svg"}
alt={product.title}
className="max-w-full max-h-full object-contain hover:scale-105 transition-transform duration-300"
/>
</div>
<div className="p-6 text-center">
<h3 className="text-lg font-medium text-gray-800 mb-4">{product.name}</h3>
<h3 className="text-lg font-medium text-gray-800 mb-4">{product.title}</h3>
<div className="inline-block text-red-600 font-medium hover:underline">
&gt;
{t("learnMore")} &gt;
</div>
</div>
</I18nLink>
))}
</div>
{/* 分页组件 */}
{totalPages > 1 && (
<div className="mt-12 flex justify-center">
<nav className="inline-flex items-center -space-x-px">
{/* 上一页按钮 */}
<I18nLink
href={`/product?page=${safeCurrentPage - 1}`}
prefetch={false}
className={`px-3 py-2 rounded-l-lg border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50 ${safeCurrentPage === 1 ? 'cursor-not-allowed opacity-50' : ''}`}
aria-disabled={safeCurrentPage === 1}
>
{t("pagination.previous")}
</I18nLink>
{/* 页码按钮 */}
{Array.from({ length: totalPages }, (_, i) => i + 1).map((page) => (
<I18nLink
key={page}
href={`/product?page=${page}`}
prefetch={false}
className={`px-3 py-2 border-y border-gray-300 bg-white text-sm font-medium ${page === safeCurrentPage ? 'bg-red-50 text-red-600' : 'text-gray-500 hover:bg-gray-50'}`}
>
{page}
</I18nLink>
))}
{/* 下一页按钮 */}
<I18nLink
href={`/product?page=${safeCurrentPage + 1}`}
prefetch={false}
className={`px-3 py-2 rounded-r-lg border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50 ${safeCurrentPage === totalPages ? 'cursor-not-allowed opacity-50' : ''}`}
aria-disabled={safeCurrentPage === totalPages}
>
{t("pagination.next")}
</I18nLink>
</nav>
</div>
)}
</div>
</div>
);
}
export async function generateStaticParams() {
return LOCALES.map((locale) => ({ locale }));
// 为每个语言生成首页
return LOCALES.map((locale) => ({
locale,
}));
}

6
app/page.tsx Normal file
View File

@@ -0,0 +1,6 @@
// 默认跳转到中文版本
import { redirect } from 'next/navigation';
export default function HomePage() {
redirect('/zh');
}

View File

@@ -3,7 +3,7 @@ import type { MetadataRoute } from 'next'
const siteUrl = siteConfig.url
// export const dynamic = "force-static"
export const dynamic = "force-static"
export default function robots(): MetadataRoute.Robots {
return {

View File

@@ -7,7 +7,7 @@ const siteUrl = siteConfig.url
type ChangeFrequency = 'always' | 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly' | 'never' | undefined
// export const dynamic = "force-static"
export const dynamic = "force-static"
export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
// Static pages

View File

@@ -1,18 +0,0 @@
---
title: demo
description: it is a description
slug: /demo
tags: nextjs,i18n,mdx,starter,robots,sitemap
date: 2025-02-16
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
---
## Introduction
demo
## How to use
demo

45
blogs/en/1.mdx Normal file
View File

@@ -0,0 +1,45 @@
---
title: New Trends in the Development of the Steel Industry
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /1
---
In recent years, as China's urbanization process has entered the middle and late stages, the demand for construction steel is undergoing a profound transformation from "total expansion" to "structural optimization". This change not only reshapes the steel consumption pattern, but also accelerates the overall transformation and upgrading of the steel industry.
## I. Construction Steel: Peak Total Volume, Structural Differentiation
Over the past 20 years, China's urbanization rate has rapidly increased from 30% in 1996 to 67% in 2024, with an average annual growth rate of 1.42% between 1996 and 2017. During this period, large-scale urban expansion drove explosive growth in demand for construction steel. However, since 2018, the average annual growth rate of urbanization has slowed to 0.97% and is expected to further slow down after breaking through 70%—referring to the experience of developed countries such as the United States, Japan, and South Korea, this means that the peak demand for construction steel dominated by new construction has passed.
Data shows that since the real estate cycle peaked in 2021, the apparent consumption of rebar has declined simultaneously, with an average annual decrease of 5.88% from 2021 to 2024, and it is difficult to reverse in the short term. The pulling effect of traditional residential and commercial real estate on steel continues to weaken.
But structural opportunities are emerging. The Central Urban Work Conference clearly states that in the future, it will steadily promote the transformation of urban villages and dilapidated houses, accelerate the construction of urban infrastructure "lifeline" safety projects, and focus on promoting the renewal of old pipelines such as gas, water supply and drainage, and heating. According to estimates by the National Development and Reform Commission, the country needs to renovate about 600,000 kilometers of various municipal pipelines in the next five years, with a total investment of about 4 trillion yuan. This round of "urban renewal" will drive the phased demand for rebar, medium plate and welded steel pipes, although its steel intensity per unit investment is significantly lower than that of new projects.
At the same time, the green and low-carbon transformation has opened up a new track for construction steel. The Ministry of Housing and Urban-Rural Development requires that by 2025, all newly built urban buildings will fully implement green building standards, and the promotion of ultra-low energy consumption buildings will be accelerated. Due to its advantages of fast construction, strong earthquake resistance, recyclability, and low carbon emissions, steel structure is becoming an important carrier of green construction. From 2020 to 2024, China's steel structure processing volume increased from 89 million tons to 109 million tons, with an average annual growth of 4.5%; China Steel Structure Association expects it to reach 140 million tons in 2025 and is expected to exceed 200 million tons by 2035.
## II. Shift in Demand Focus: From All-round Expansion to Urban Agglomeration Focus
Against the backdrop of total volume decline, the regional distribution of construction steel demand has also undergone significant changes. The past "blooming everywhere" construction model is being replaced by "key agglomeration". The meeting emphasized the need to develop modern urban agglomerations and metropolitan areas with a clustered and networked pattern, which means that future infrastructure investment will be highly concentrated in core regions such as the Beijing-Tianjin-Hebei region, the Yangtze River Delta, and the Guangdong-Hong Kong-Macao Greater Bay Area.
Intercity railways, comprehensive transportation hubs, cross-river and cross-sea bridges, long tunnels and other major projects will become the main scenes of steel use. However, in third and fourth-tier cities and county areas with continuous population outflow, the growth space for construction steel demand is limited, and it may even face long-term shrinkage.
A more far-reaching change is that the manufacturing industry is replacing the construction industry as the largest steel consumption sector. It is estimated that the proportion of construction steel in total steel consumption has decreased from 63.74% in 2020 to 56.99% in 2024, and the proportion of real estate steel consumption has even dropped sharply from 39.79% to 23.67%; during the same period, the proportion of steel consumption in the manufacturing industry has increased from 36.26% to 43.01% .
This structural transformation has been confirmed at the steel mill production end: in 2024, the output of rebar and wire rod of key steel enterprises decreased by 13.84% and 1.73% year-on-year respectively; while the output of hot-rolled thin wide strip and cold-rolled thin wide strip increased by 3.14% and 1.95% respectively, and the growth rate of electrical steel plate (strip) and its cold-rolled varieties was as high as 7.75% and 5.41% respectively. The product structure is accelerating its tilt towards high value-added plates.
## III. Industrial Upgrading: Coordinated Promotion of Technology, Green and Capacity Optimization
The profound changes on the demand side are forcing the steel industry to accelerate upgrading in multiple dimensions.
First, high-end products. Facing the transformation and upgrading of the manufacturing industry, steel mills are increasing the supply of new energy vehicle materials such as high-strength steel, silicon steel, and galvanized sheets; in response to the surge in renewable energy installation such as wind power and photovoltaics, the production capacity of special varieties such as medium plates, pressure vessel steel, and corrosion-resistant alloy steel continues to expand; at the same time, in line with the trend of lightweight and intelligent, functional products such as high-precision ship plates and stainless steel for home appliances are developed. In the construction field, green building materials such as high-strength seismic reinforcement and corrosion-resistant structural steel have also become research and development priorities.
Second, the acceleration of green and low-carbon transformation. As of the end of July 2025, 147 steel enterprises in the country, with a crude steel production capacity of about 600 million tons, have completed the whole-process ultra-low emission transformation, accounting for a continuously increasing proportion of total production capacity. The industry goal is to achieve more than 80% of production capacity compliance by the end of 2025, and the internalization of environmental protection costs has become an important part of enterprise competitiveness.
Third, the orderly withdrawal of backward production capacity. Facing the reality that real estate investment is still in double-digit negative growth, the policy level continues to strengthen the "anti-involution" orientation. The Central Financial and Economic Commission once again emphasized promoting the withdrawal of inefficient production capacity at the beginning of July, and in the future, traditional production capacity index transactions may be replaced by joint restructuring, and the sale of production capacity will be strictly prohibited, fundamentally improving the supply and demand relationship of the industry and enhancing resource allocation efficiency.
## Conclusion
The signals released by the Central Urban Work Conference clearly indicate that China's steel industry has officially entered a new development stage of "stock optimization and quality upgrading". The total demand for construction steel is irreversible, but structural opportunities such as urban renewal, green buildings, and urban agglomeration infrastructure are still considerable; while the rise of steel consumption in the manufacturing industry provides a more sustainable growth engine for the industry.
Against this background, only enterprises that actively adjust their product structure, accelerate green and intelligent transformation, and resolutely eliminate backward production capacity can gain an advantage in the new round of reshuffle. The future of the steel industry no longer depends on "how much is produced", but on "what is produced" and "how it is produced". This industrial upgrading driven by demand changes is writing a new chapter in the high-quality development of China's steel industry.

84
blogs/en/2.mdx Normal file
View File

@@ -0,0 +1,84 @@
---
title: The Great Significance of the Yarlung Zangbo River Project to the Steel Industry
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /2
---
At the hinterland of the Qinghai-Tibet Plateau, at the great bend of the Yarlung Zangbo River, a super hydropower project called the "Century Project" is拉开帷幕——this is the Yarlung Zangbo River downstream hydropower project (referred to as "Yarlung Project" or "Yaxi Project") with a total investment of 1.2 trillion yuan and a total installed capacity of 55 million to 60 million kilowatts. As the largest hydropower infrastructure project in human history, its annual power generation is expected to reach 200 billion to 300 billion kilowatt-hours, about 3 times that of the Three Gorges Project. This project will not only reshape the national energy pattern and support the "dual carbon" strategy, but also profoundly affect the development trajectory of China's steel industry.
On August 27, 2025, at the 7th China High-Speed Steel Application Technology Forum, Zhao Fazhong, Deputy Secretary-General of China Special Steel Enterprise Association, delivered a report entitled "Yarlung Project and New Opportunities for the Development of the Steel Industry——Analysis of Steel and Special Steel Demand", systematically explaining the historical opportunities and structural challenges that the project brings to the steel industry.
## I. Unprecedented Scale: The Largest Steel Demand in History
It is estimated that the steel consumption for the main construction of the Yarlung Project is expected to reach 4 million to 6 million tons; if supporting power transmission, transportation, resettlement and other projects are included, the total steel consumption may exceed 8 million tons——10 to 13 times that of the Three Gorges Project (590,000 tons). More importantly, this demand is not released in a short period of time, but runs through a construction period of about 15 years, with a stable annual average of 500,000 to 800,000 tons, providing long-term, predictable market support for the steel industry.
From the perspective of product structure, steel demand presents a dual-drive pattern of "conventional-based, special steel-essential":
- Conventional building materials for core projects (2.8 million3.3 million tons): including rebar, H-beams, I-beams, medium plates, etc., used for dam skeletons, diversion tunnels, construction roads and other infrastructure;
- Special steel for transmission facilities (281,000 tons): such as weather-resistant angle steel, galvanized steel plates, used for UHV towers and substation steel structures;
- Special steel for hydropower units (270,000 tons): covering corrosion-resistant stainless steel such as 06Cr13Ni4Mo, high magnetic induction oriented silicon steel sheets, high-strength structural steel, used for turbine runners, generator stators and rotors and other core components.
It is worth noting that western steel enterprises are expected to become the main suppliers of conventional steel due to their geographical advantages. For example, Baowu Group Bayi Iron and Steel Co., Ltd. has a market share of 85% in the steel market for key projects in Tibet, relying on the Lanxin and Qinghai-Tibet Railways, its transportation costs are 30% lower than that of eastern enterprises, and its "local supply" advantage is significant.
## II. Phased Release: Demand Rhythm Requires Flexible Response
Zhao Fazhong pointed out that the steel demand of the Yarlung Project has distinct phased characteristics, putting forward new requirements for "flexibility" in the production organization and supply chain coordination of steel enterprises:
- Early stage (20252027): mainly civil construction, with conventional building materials such as rebar and I-beams accounting for more than 60%; at the same time, it will drive an increase of 12% in steel demand for construction machinery, and orders for plateau tunnel boring equipment will surge.
- Mid-term (20282030): entering the peak period of dam pouring and unit manufacturing, the annual demand for medium plates may exceed 5 million tons, silicon steel sheets increase by 150,000 tons per year, and Q500E and other high-strength bridge steel have expanded premium space——this is the "golden window period" for special steel enterprises.
- Later stage (from 2031): focusing on the construction of UHV transmission lines, weather-resistant angle steel, galvanized steel and oriented silicon steel sheets (80,000 tons newly added annually) become the main force, emphasizing "precise docking" and "immediate response".
This "front-heavy, rear-precise, from general to special" demand curve forces steel enterprises to shift from "batch production" to "customization on demand", and upgrade from "product delivery" to "solution provision".
## III. Extreme Environment: Forcing Comprehensive Improvement of Material Performance
The Yarlung Project is located on the Qinghai-Tibet Plateau at an altitude of more than 4,000 meters, facing multiple challenges such as extreme low temperature, strong ultraviolet rays, high-corrosion water quality, active earthquake zones, and limited transportation, putting almost harsh requirements on steel performance:
- Low-temperature toughness: need to meet -40℃ impact energy ≥27J, promoting the application of Ni-Cr-Mo-V microalloying technology;
- UV aging resistance: galvanized layer thickness ≥85μm, supporting new UV-resistant coating system;
- Corrosion resistance: facing high chloride ion, high dissolved oxygen water body, nitrogen-containing duplex stainless steel becomes the key material;
- Seismic and tear resistance: Z-direction steel is needed in geological fault zones, using online quenching + tempering process to improve lamellar tear resistance;
- Lightweight and weldability: limited by plateau transport capacity (only 500 tons per day), requiring higher strength, lighter weight (30% weight reduction), and welding crack sensitivity index Pcm ≤0.30.
Against this background, special steel accounts for as high as 40%, far exceeding conventional large-scale projects. This is not only a test of materials, but also a "pressure test" of China's steel industry's technical capabilities.
## IV. Technological Leadership: From "Following" to "Running Side by Side" or Even "Leading"
The Yarlung Project is becoming a "touchstone" and "accelerator" for domestic high-end steel. A number of landmark achievements have emerged:
- Hunan Iron and Steel Group's HY950CF hydropower steel, with yield strength ≥960MPa, -40℃ impact energy >50J, successfully won 70% of the pressure steel pipe share (about 150,000 tons), achieving a 30% weight reduction;
- Taiyuan Iron and Steel Co., Ltd. overcame the high-altitude welding deposition rate problem, exclusively supplying all 93 turbine runner steels (37,000 tons);
- Baosteel will supply 140,000 tons of high-performance silicon steel, supporting the 233,000-ton generator core demand.
These breakthroughs mark that China's special steel technology has reached the international advanced level and has the ability to independently guarantee national major projects.
## V. Industrial Collaboration: Promoting Green and Intelligent Upgrading of the Whole Chain
Zhao Fazhong emphasized that the Yarlung Project should not only be regarded as a "steel procurement project", but also as a strategic fulcrum to promote the high-quality development of the steel industry. He suggested:
- Western steel enterprises can rely on geographical advantages to expand production capacity of plateau-adapted steel grades and layout electric furnace short-process projects;
- Eastern enterprises can participate in the western supply chain through joint ventures;
- Establish a "Yarlung Project special scrap steel" recycling system, combined with project green power resources, to create a low-carbon cycle demonstration;
- Industry associations take the lead in integrating R&D, production, testing, logistics and other whole-chain resources to provide precise services.
China Special Steel Enterprise Association has listed the Yarlung Project as a top priority, personally deployed by the association's leaders, aiming to gather industry synergy and escort the implementation of national strategies with special steel strength.
## VI. Action Initiative: Steel Enterprises Must Take the Initiative
Facing this once-in-a-lifetime opportunity, Zhao Fazhong issued a call to the entire industry:
- Establish a special working group: set up a "Yarlung Project Steel Leading Group" to systematically plan technology, production capacity and market strategies;
- Deeply connect with owners and contractors: actively contact key units such as China Yarlung Group, China Power Construction, Dongfang Electric, Datang Group, Tibet Tianlu, etc.;
- Strengthen technology R&D: accelerate the development of high-strength, corrosion-resistant, lightweight steel for special working conditions such as plateau, cold, and high corrosion;
- Build an exclusive supply chain: realize the whole process quality traceability and guarantee from iron ore to finished steel;
- Build a brand highland: take the Yarlung Project as a core platform to showcase technical strength, cultivate high-end talents, and establish industry benchmarks.
## Conclusion: Casting the "Steel Backbone", Writing a Hardcore Answer Sheet
"The steel skeleton of the Yarlung Project is waiting for us to improve with more sophisticated technology and protect with a more rigorous attitude." Zhao Fazhong sincerely sent a message at the end of the report.
For the steel industry, the Yarlung Project is not only a huge order list, but also a historic battle related to transformation and upgrading, technological leap and global competitiveness reshaping. Every improvement of steel standards is to build a safe bottom line for the century project; every breakthrough of technical bottlenecks is to inject new kinetic energy into made in China.
On this roof of the world, Chinese steel people will work together to cast the steel backbone of this "super project" with solid products, tough technology and steady action, and write a hardcore answer sheet belonging to China's industry in the new era.

53
blogs/en/3.mdx Normal file
View File

@@ -0,0 +1,53 @@
---
title: The Development of China's Steel Industry Urgently Needs High-end Transformation
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /3
---
As the end of the year approaches, the steel industry is experiencing a critical stage of structural adjustment and transformation. Although the overall output remains relatively stable, demand continues to be under pressure, inventory levels have risen significantly, and the industry's profit foundation is still fragile. However, amid challenges, some enterprises have achieved counter-trend growth through measures such as focusing on high-end products, optimizing structure, reducing costs and increasing efficiency, providing a new path for high-quality development of the industry.
## (I) Demand Declines, Inventory Pressure Emerges
According to the latest data from the China Iron and Steel Association (CISA), the apparent consumption of steel in China in the first three quarters of 2025 was 649 million tons, a year-on-year decrease of 5.7%. This trend is not a short-term fluctuation, but a continuous change since the "14th Five-Year Plan"—since the peak consumption of 1.04 billion tons in 2020, China's apparent steel consumption has declined for five consecutive years, falling to 890 million tons in 2024, a cumulative decrease of 150 million tons, with an average annual decline of 3.8%.
At the same time, inventory pressure is gradually accumulating. Research reports from Cinda Securities show that as of November 28, 2025, the social inventory of the five major steel varieties reached 10.073 million tons, a significant year-on-year increase of 27.82%; factory inventory was 3.935 million tons, a year-on-year increase of 2.11%. Data from CISA shows that in mid-November, the steel inventory of key statistical steel enterprises was 15.61 million tons, an increase of 3.24 million tons compared with the beginning of the year, an increase of 26.3%, reflecting the phased mismatch between weak end demand and production rhythm.
## (II) Output is Stable with Adjustments, Structural Differentiation Intensifies
From the production side, the steel industry as a whole is operating smoothly. In mid-November 2025, the average daily output of crude steel of key statistical steel enterprises was 1.943 million tons, a slight increase of 0.9% month-on-month; the average daily output of steel was 1.924 million tons, an increase of 2.1% month-on-month. But looking back to October, the country's crude steel output was 72 million tons, a year-on-year decrease of 12.1%, and the cumulative output from January to October was 818 million tons, a year-on-year decrease of 3.9%. This indicates that under policy guidance and market regulation, the trend of the industry actively reducing production continues.
It is worth noting that although the total output has declined, the production and sales ratio of high-end steel products is increasing. A number of listed companies disclosed in their announcements that by increasing the proportion of special steel and high value-added products, they effectively hedged the impact of falling prices of ordinary steel, and some enterprises even turned losses into profits. According to the third quarterly report data, among the 46 steel listed companies that have disclosed their performance, 31 have achieved year-on-year growth in net profit, accounting for 67.39%.
## (III) Profit Improvement but Fragile Foundation, Industry Still in Transformation Pain Period
Xia Nong, vice president of CISA, pointed out at the 21st China Steel Industry Chain Summit that since 2025, the industry has been operating well overall, with significantly improved benefits compared with the same period last year, and achieved a turn from loss to profit in September. However, from a month-on-month perspective, the profit level in September fell sharply compared with August, indicating that the current profit foundation is still not stable, and the industry is still in a stage of "weak recovery and strong differentiation".
This judgment is highly consistent with the current supply and demand pattern: on the one hand, traditional steel-consuming fields such as construction and real estate continue to shrink; on the other hand, emerging application scenarios such as new energy, high-end manufacturing, and steel structure buildings have not yet formed sufficient incremental support.
## (IV) Transformation and Upgrading are the Key to Breaking the Situation, Green and Intelligence Lead the Future
Facing the new development stage of "stock optimization and quality upgrading", CISA emphasizes that steel enterprises must firmly implement the "three determinations and three don'ts" business principles (i.e., determine production based on sales, determine production based on efficiency, determine production based on cash, do not blindly expand production, do not engage in vicious competition, do not sacrifice long-term interests), strengthen industry self-discipline, and curb "involution-style" competition.
Xia Nong put forward five suggestions for high-quality development:
1. Deepen supply-side structural reform, control increments, optimize stocks, and promote merger and restructuring;
2. Promote high-end, intelligent, green, and integrated development, and enhance the competitiveness of the entire industry chain;
3. Strengthen iron ore resource development and scrap steel utilization to ensure industrial chain security;
4. Expand new application scenarios such as steel structure buildings to activate potential demand;
5. Enhance internationalization level and integrate into the global industrial chain.
In terms of green transformation, the industry has made solid progress. As of the end of October 2025, 219 steel enterprises across the country have completed or partially completed ultra-low emission transformation, of which 165 have achieved full-process transformation, covering about 663 million tons of crude steel production capacity, with a total investment of over 310 billion yuan. The average environmental protection operation cost per ton of steel has reached 212.44 yuan, and green has become a hard constraint and new advantage for industry development.
In addition, the construction of extreme energy efficiency is also accelerating. As of mid-November, 21 enterprises have completed extreme energy efficiency acceptance, 10 have been recognized as "double carbon best practice energy efficiency benchmark demonstration enterprises", and 11 others have established energy efficiency benchmarks in key processes or equipment.
## (V) Outlook: Innovation-driven, Boundary Expansion
Li Daokui, Dean of the Institute of Chinese Economic Thought and Practice at Tsinghua University, suggests that steel enterprises should accelerate technological innovation, actively lay out new energy-related material fields, and vigorously promote the application of steel structure buildings. He also calls for strengthening government-enterprise collaboration, promoting internationalization at a more steady pace, and forcing internal reform and capacity improvement through high-level opening up.
It can be predicted that driven by the dual drivers of the "dual carbon" goal and high-quality development, the steel industry is shifting from scale expansion to value creation. Those enterprises that take the lead in completing product upgrading, green transformation, and market expansion will win opportunities in the new round of reshuffle. And the entire industry will reshape its competitiveness in the pain and move towards a more sustainable future.

0
blogs/ja/2.mdx Normal file
View File

0
blogs/ja/3.mdx Normal file
View File

45
blogs/vi/1.mdx Normal file
View File

@@ -0,0 +1,45 @@
---
title: Xu hướng mới phát triển ngành thép
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /1
---
Trong những năm gần đây, cùng với quá trình đô thị hóa của Trung Quốc bước vào giai đoạn trung muộn, nhu cầu thép xây dựng đang trải qua sự chuyển đổi sâu sắc từ "mở rộng tổng lượng" sang "tối ưu hóa cấu trúc". Thay đổi này không chỉ tái cấu trúc mẫu tiêu thụ thép mà còn đang đẩy nhanh quá trình nâng cấp toàn diện ngành thép.
## I. Thép xây dựng: Tổng lượng đạt đỉnh, cấu trúc phân hóa
Trong hơn 20 năm qua, tỷ lệ đô thị hóa của Trung Quốc đã tăng nhanh từ 30% vào năm 1996 lên 67% vào năm 2024, với tốc độ tăng trung bình lên đến 1,42% trong giai đoạn 19962017. Trong thời kỳ này, mở rộng quy mô đô thị trên quy mô lớn đã thúc đẩy nhu cầu thép xây dựng tăng mạnh. Tuy nhiên, kể từ năm 2018, tốc độ tăng trung bình của đô thị hóa đã giảm xuống 0,97% và dự kiến sẽ tiếp tục giảm sau khi vượt qua 70%—theo kinh nghiệm của các nước phát triển như Mỹ, Nhật, Hàn Quốc, điều này có nghĩa là đỉnh cao nhu cầu thép xây dựng chủ yếu dựa trên xây dựng mới đã qua.
Dữ liệu cho thấy, kể từ khi chu kỳ bất động sản đạt đỉnh vào năm 2021, lượng tiêu thụ表观 của thép螺纹钢 đã giảm đồng thời, với mức giảm trung bình hàng năm đạt 5,88% từ năm 2021 đến 2024, và khó đảo ngược trong ngắn hạn. Hiệu ứng kéo của bất động sản dân cư và thương mại truyền thống đối với thép tiếp tục yếu đi.
Nhưng cơ hội cấu trúc đang nổi lên. Hội nghị Công tác Thành phố Trung ương đã nêu rõ rằng trong tương lai sẽ tiến hành ổn định việc cải tạo khu làng thành thị và nhà cũ hư hỏng, tăng tốc xây dựng dự án an ninh "dây sống" cơ sở hạ tầng đô thị, tập trung thúc đẩy việc cập nhật đường ống cũ như khí đốt, nước cấp thoát, sưởi ấm. Theo ước tính của Ủy ban Phát triển và Cải cách Quốc gia, trong năm năm tới toàn quốc cần cải tạo khoảng 600.000 km các loại đường ống đô thị, tổng đầu tư khoảng 4 nghìn tỷ yuan. Vòng "cập nhật đô thị" này sẽ thúc đẩy nhu cầu theo giai đoạn của thép螺纹钢, tấm dày trung bình và ống thép hàn, mặc dù cường độ sử dụng thép trên đầu tư đơn vị của nó thấp hơn đáng kể so với các dự án mới.
Đồng thời, chuyển đổi xanh và thấp cacbon đã mở ra một con đường mới cho thép xây dựng. Bộ Xây dựng và Phát triển đô thị yêu cầu rằng đến năm 2025, tất cả các công trình xây dựng mới trong đô thị sẽ hoàn toàn thực hiện tiêu chuẩn xây dựng xanh, và thúc đẩy sử dụng các công trình năng lượng cực thấp. Do có lợi thế xây dựng nhanh, chống động đất mạnh, có thể tái sử dụng, phát thải cacbon thấp, cấu trúc thép đang trở thành载体 quan trọng của xây dựng xanh. Từ năm 2020 đến 2024, lượng xử lý cấu trúc thép của Trung Quốc đã tăng từ 89 triệu tấn lên 109 triệu tấn, tăng trung bình hàng năm 4,5%; Hiệp hội Cấu trúc Thép Trung Quốc dự đoán nó sẽ đạt 140 triệu tấn vào năm 2025 và dự kiến sẽ vượt quá 200 triệu tấn vào năm 2035.
## II. Đổi hướng trọng tâm nhu cầu: Từ mở rộng toàn diện sang tập trung cụm đô thị
Trong bối cảnh tổng lượng giảm, phân bố khu vực của nhu cầu thép xây dựng cũng đã có những thay đổi đáng kể. Mô hình xây dựng "nở hoa khắp nơi" trong quá khứ đang được thay thế bằng "tập trung trọng điểm". Hội nghị nhấn mạnh cần phát triển cụm đô thị hiện đại và khu đô thị với mẫu hình tập trung và mạng lưới, có nghĩa là đầu tư cơ sở hạ tầng trong tương lai sẽ tập trung cao độ vào các khu vực lõi như khu vực Bắc Kinh-Tiên Tân-Hà Bắc, châu Động sông Yangtze, Vùng vịnh Quảng Đông-Hồng Kông-Macao.
Đường sắt liên đô thị, trung tâm giao thông综 hợp, cầu bắc sông bắc biển, đường hầm dài và các dự án lớn khác sẽ trở thành các场景主力 sử dụng thép. Tuy nhiên, ở các thành phố cấp ba, bốn và khu vực quận huyện có sự rời bỏ dân số liên tục, không gian tăng trưởng nhu cầu thép xây dựng bị hạn chế, thậm chí có thể đối mặt với thu hẹp lâu dài.
Thay đổi sâu sắc hơn là ngành chế biến đang thay thế ngành xây dựng, trở thành lĩnh vực tiêu thụ thép lớn nhất. Theo ước tính, tỷ lệ thép xây dựng trong tổng lượng tiêu thụ thép đã giảm từ 63,74% vào năm 2020 xuống 56,99% vào năm 2024, và tỷ lệ thép sử dụng cho bất động sản thậm chí giảm mạnh từ 39,79% xuống 23,67%; trong cùng thời kỳ, tỷ lệ thép sử dụng cho ngành chế biến đã tăng từ 36,26% lên 43,01%.
Sự chuyển đổi cấu trúc này đã được xác nhận ở đầu sản xuất nhà máy thép: năm 2024, sản lượng thép螺纹钢 và dây thép của các doanh nghiệp thép chính đã giảm lần lượt 13,84% và 1,73% so với cùng kỳ; trong khi sản lượng tấm rộng mỏng热轧 và tấm rộng mỏng冷轧 tăng lần lượt 3,14% và 1,95%, và tốc độ tăng của tấm thép điện (dải) và các loại冷轧 của nó lên tới 7,75% và 5,41% lần lượt. Cấu trúc sản phẩm đang đẩy nhanh thiên vị về tấm có giá trị gia tăng cao.
## III. Nâng cấp ngành: Hợp tác thúc đẩy công nghệ, xanh và tối ưu hóa sản lượng
Những thay đổi sâu sắc ở phía nhu cầu đang ép ngành thép tăng tốc nâng cấp ở nhiều chiều.
Thứ nhất, sản phẩm cao cấp. Đối diện với chuyển đổi nâng cấp ngành chế biến, các nhà máy thép đang tăng cung cấp vật liệu xe ô tô năng lượng tái tạo như thép chịu lực cao, thép silic, tấm mạ kẽm; để đáp ứng cú sóng lắp đặt năng lượng tái tạo như风电,光伏, năng suất các loại đặc biệt như tấm dày trung bình, thép压力容器, thép hợp kim chống ăn mòn tiếp tục mở rộng; đồng thời, phù hợp với xu hướng nhẹ và thông minh, phát triển các sản phẩm chức năng như tấm tàu chính xác cao, thép không gỉ dùng cho gia dụng. Trong lĩnh vực xây dựng, vật liệu xây dựng xanh như thép chịu lực cao chống động đất, thép cấu trúc chống ăn mòn cũng trở thành trọng tâm nghiên cứu phát triển.
Thứ hai, tăng tốc chuyển đổi xanh và thấp cacbon. Đến cuối tháng 7 năm 2025, toàn quốc đã có 147 doanh nghiệp thép, khoảng 600 triệu tấn năng suất thép thô hoàn thành cải tạo phát thải siêu thấp toàn quy trình, chiếm tỷ lệ năng suất tổng tiếp tục tăng. Mục tiêu ngành là đạt được hơn 80% năng suất tuân thủ vào cuối năm 2025, và nội bộ hóa chi phí bảo vệ môi trường đã trở thành một phần quan trọng của năng lực cạnh tranh của doanh nghiệp.
Thứ ba, rút lui có thứ tự năng suất lạc hậu. Đối mặt với thực tế đầu tư bất động sản vẫn ở mức giảm âm hai chữ số, cấp chính sách tiếp tục tăng cường định hướng "phản内卷". Ủy ban Tài chính và Kinh tế Trung ương một lần nữa nhấn mạnh thúc đẩy rút lui năng suất kém hiệu quả vào đầu tháng 7, và trong tương lai có thể thay thế các giao dịch chỉ số năng suất truyền thống bằng cấu trúc lại liên合, nghiêm cấm mua bán năng suất, từ根本 cải thiện mối quan hệ cung cầu của ngành, nâng cao hiệu quả phân bổ nguồn lực.
## Kết luận
Các tín hiệu phát ra từ Hội nghị Công tác Thành phố Trung ương cho thấy rõ ràng: Ngành thép Trung Quốc đã chính thức bước vào giai đoạn phát triển mới "tối ưu hóa tồn kho, nâng cao chất lượng". Tổng lượng nhu cầu thép xây dựng giảm không thể đảo ngược, nhưng các cơ hội cấu trúc như cập nhật đô thị, xây dựng xanh, cơ sở hạ tầng cụm đô thị vẫn đáng kể; trong khi sự nổi lên của tiêu thụ thép trong ngành chế biến cung cấp động cơ tăng trưởng bền vững hơn cho ngành.
Trong bối cảnh này, chỉ có các doanh nghiệp chủ động điều chỉnh cấu trúc sản phẩm, tăng tốc chuyển đổi xanh và thông minh, quyết tâm loại bỏ năng suất lạc hậu mới có thể giành được lợi thế trong vòng sắp xếp lại mới. Tương lai của ngành thép không còn phụ thuộc vào "sản xuất bao nhiêu" mà là vào "sản xuất gì" và "làm thế nào để sản xuất". Việc nâng cấp ngành được thúc đẩy bởi thay đổi nhu cầu này đang viết nên chương mới phát triển chất lượng cao của thép Trung Quốc.

84
blogs/vi/2.mdx Normal file
View File

@@ -0,0 +1,84 @@
---
title: Ý nghĩa lớn lao của Dự án sông Yarlung Zangbo đối với ngành thép
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /2
---
Tại vùng nội địa cao nguyên Qinghai-Tibet, tại khu uốn cong lớn của sông Yarlung Zangbo, một dự án thủy điện siêu lớn được gọi là "Dự án Thế kỷ"正拉开帷幕——đây là dự án thủy điện hạ lưu sông Yarlung Zangbo (gọi tắt là "Dự án Yarlung" hoặc "Dự án Yaxi") với tổng đầu tư lên đến 1,2 nghìn tỷ yuan và tổng công suất lắp đặt từ 55 triệu đến 60 triệu kilowatt. Là dự án cơ sở hạ tầng thủy điện lớn nhất trong lịch sử loài người, sản lượng điện hàng năm của nó dự kiến đạt 200 tỷ đến 300 tỷ kilowatt-giờ, khoảng 3 lần dự án Tam Hiệp. Dự án này sẽ không chỉ tái cấu trúc mô hình năng lượng quốc gia và hỗ trợ chiến lược "hai carbon" mà còn深刻影响轨迹 phát triển ngành thép Trung Quốc.
Ngày 27 tháng 8 năm 2025, tại Lễ hội Kỹ thuật Ứng dụng Thép Siêu Tốc Trung Quốc lần thứ 7, Ông Triệu Phát Trung, Phó Thư ký Tổng hội Doanh nghiệp Thép Đặc biệt Trung Quốc, đã phát biểu bài báo với chủ đề "Dự án Yarlung và Cơ hội Mới Phát triển Ngành Thép——Phân tích Nhu cầu Thép và Thép Đặc biệt", giải thích hệ thống các cơ hội lịch sử và thách thức cấu trúc mà dự án mang lại cho ngành thép.
## I. Quy mô không tiền lệ: Nhu cầu thép lớn nhất trong lịch sử
Theo ước tính, lượng thép sử dụng cho xây dựng chính của Dự án Yarlung dự kiến đạt 4 triệu đến 6 triệu tấn; nếu bao gồm các dự án phụ trợ như truyền điện, giao thông, giải quyết định cư người dân, tổng lượng thép sử dụng có thể vượt quá 8 triệu tấn——10 đến 13 lần dự án Tam Hiệp (590.000 tấn). Quan trọng hơn, nhu cầu này không được phóng thích trong một thời gian ngắn mà xuyên suốt khoảng 15 năm建设期, trung bình ổn định hàng năm từ 500.000 đến 800.000 tấn, cung cấp hỗ trợ thị trường lâu dài, có thể dự đoán cho ngành thép.
Từ góc độ cấu trúc sản phẩm, nhu cầu thép thể hiện mô hình double-drive "dựa trên thông thường, thép đặc biệt là yếu tố thiết yếu":
- Vật liệu xây dựng thông thường cho các dự án cốt lõi (2,8 triệu3,3 triệu tấn): bao gồm thép螺纹钢, thép H, thép I, tấm dày trung bình, v.v., dùng cho khung xương đập, đường hầm dẫn nước, đường xây dựng và các cơ sở hạ tầng khác;
- Thép đặc biệt cho các cơ sở truyền điện (281.000 tấn): như thép góc chịu thời tiết, tấm thép mạ kẽm, dùng cho tháp UHV và cấu trúc thép nhà máy biến áp;
- Thép đặc biệt cho机组 thủy điện (270.000 tấn): bao gồm thép không gỉ chống ăn mòn như 06Cr13Ni4Mo, tấm thép silic có hướng cảm từ cao, thép cấu trúc chịu lực cao, dùng cho bánh van thủy轮机,定子 và rotor máy phát điện và các thành phần cốt lõi khác.
Điều đáng lưu ý là các doanh nghiệp thép miền Tây dự kiến sẽ trở thành nhà cung cấp chính thép thông thường nhờ lợi thế địa lý. Ví dụ, Công ty TNHH Thép Bayi Tập đoàn Baowu chiếm thị phần 85% trên thị trường thép cho các dự án trọng điểm ở Tây Tạng, dựa trên đường sắt Lanxin và Tây Tạng, chi phí vận chuyển của nó thấp hơn 30% so với các doanh nghiệp miền Đông, lợi thế "cung cấp địa phương" rõ ràng.
## II. Phát hành theo giai đoạn: Nhịp nhu cầu yêu cầu phản hồi linh hoạt
Ông Triệu Phát Trung chỉ ra rằng nhu cầu thép của Dự án Yarlung có các đặc điểm rõ ràng theo giai đoạn, đặt ra yêu cầu mới về "linh hoạt" trong tổ chức sản xuất và phối hợp chuỗi cung ứng của các doanh nghiệp thép:
- Giai đoạn đầu (20252027): chủ yếu là xây dựng dân dụng, với vật liệu xây dựng thông thường như thép螺纹钢 và thép I chiếm hơn 60%; đồng thời thúc đẩy tăng 12% nhu cầu thép cho máy móc xây dựng, và đơn đặt hàng thiết bị khoan đường hầm cao nguyên bùng nổ.
- Giai đoạn giữa (20282030): bước vào giai đoạn đỉnh cao của đổ đập và sản xuất机组, nhu cầu tấm dày trung bình hàng năm có thể vượt quá 5 triệu tấn, tấm thép silic tăng 150.000 tấn mỗi năm, và thép cầu chịu lực cao như Q500E có không gian giá cao mở rộng——đây là "kỳ 창 golden" cho các doanh nghiệp thép đặc biệt.
- Giai đoạn sau (từ năm 2031): tập trung vào xây dựng đường dây truyền điện UHV, thép góc chịu thời tiết, thép mạ kẽm và tấm thép silic có hướng (80.000 tấn mới thêm mỗi năm) trở thành lực chính, nhấn mạnh "kết nối chính xác" và "phản hồi tức thời".
Đường cong nhu cầu "trước nặng, sau chính xác, từ phổ thông đến đặc biệt" này ép các doanh nghiệp thép chuyển từ "sản xuất theo lô" sang "sản xuất tùy chỉnh theo nhu cầu", và nâng cấp từ "giao sản phẩm" lên "cung cấp giải pháp".
## III. Môi trường cực đoan: Ép buộc cải thiện toàn diện hiệu suất vật liệu
Dự án Yarlung nằm trên Cao nguyên Qinghai-Tibet với độ cao hơn 4.000 mét, đối mặt với nhiều thách thức như nhiệt độ thấp cực đoan, tia cực tím mạnh, nước có độ ăn mòn cao, khu vực động đất hoạt động, và vận chuyển bị giới hạn, đặt ra các yêu cầu gần như khắc nghiệt về hiệu suất thép:
- Độ bền nhiệt độ thấp: cần đáp ứng năng lượng va chạm -40℃ ≥27J, thúc đẩy ứng dụng công nghệ microalloy hóa Ni-Cr-Mo-V;
- Khả năng chống lão hóa tia cực tím: độ dày lớp mạ kẽm ≥85μm, hỗ trợ hệ thống lớp phủ chống tia cực tím mới;
- Khả năng chống ăn mòn: đối diện với nước có ion clorua cao, oxy hòa tan cao, thép không gỉ kép chứa nitơ trở thành vật liệu khóa;
- Khả năng chống động đất và chống rách: cần thép hướng Z ở các khu vực đứt gãy địa chất, sử dụng quy trình quen trực tuyến + tái nhiệt để cải thiện khả năng chống rách lớp;
- Nhẹ nhẹ và khả năng hàn: bị giới hạn bởi khả năng vận chuyển cao nguyên (chỉ 500 tấn mỗi ngày), yêu cầu độ bền cao hơn, trọng lượng nhẹ hơn (giảm trọng lượng 30%), và chỉ số nhạy cảm rạn hàn Pcm ≤0.30.
Trong bối cảnh này, thép đặc biệt chiếm tỷ lệ cao đến 40%, vượt xa các dự án lớn thông thường. Đây không chỉ là thử thách về vật liệu mà còn là "kiểm tra áp lực" về năng lực kỹ thuật của ngành thép Trung Quốc.
## IV. Lãnh đạo công nghệ: Từ "theo kịp" đến "đua kịp" thậm chí "đầu tư""
Dự án Yarlung正成为 "phiên bản thử" và "máy tăng tốc" cho thép cao cấp trong nước. Một số thành tựu mang tính cột mốc đã nổi bật:
- Thép thủy điện HY950CF do Tập đoàn Thép Hunan phát triển, độ bền ch屈服 ≥960MPa, năng lượng va chạm -40℃ >50J, thành công giành được 70% thị phần ống thép áp lực (khoảng 150.000 tấn), đạt được giảm trọng lượng 30%;
- Thép Thái克服 được khó khăn về tỷ lệ熔敷 hàn trên cao nguyên, độc quyền cung cấp tất cả 93 tấn thép van thủy轮 (37.000 tấn);
- Thép Bảo sẽ cung cấp 140.000 tấn thép silic hiệu suất cao, hỗ trợ nhu cầu lõi máy phát điện 233.000 tấn.
Những bước đột phá này đánh dấu rằng công nghệ thép đặc biệt của Trung Quốc đã đạt mức độ tiên tiến quốc tế, và có khả năng tự chủ bảo đảm các dự án lớn quốc gia.
## V. Hợp tác ngành: Đẩy nhanh nâng cấp xanh và thông minh toàn chuỗi
Ông Triệu Phát Trung nhấn mạnh rằng Dự án Yarlung không chỉ nên được coi là "dự án mua thép", mà còn là điểm tựa chiến lược để đẩy mạnh phát triển chất lượng cao ngành thép. Ông đề xuất:
- Các doanh nghiệp thép miền Tây có thể dựa trên lợi thế địa lý, mở rộng năng suất các loại thép phù hợp với cao nguyên, bố trí dự án quy trình ngắn lò điện;
- Các doanh nghiệp miền Đông có thể tham gia chuỗi cung ứng miền Tây thông qua hình thức hợp doanh xây nhà máy;
- Xây dựng hệ thống thu hồi "thép phế liệu đặc biệt cho Dự án Yarlung", kết hợp với nguồn năng lượng xanh của dự án, xây dựng mô hình循環低碳;
- Tổng hội ngành lãnh đạo tổng hợp các nguồn lực toàn chuỗi như nghiên cứu phát triển, sản xuất, kiểm tra, logistics, v.v., cung cấp dịch vụ chính xác.
Tổng hội Doanh nghiệp Thép Đặc biệt Trung Quốc đã xếp Dự án Yarlung vào hàng đầu, do lãnh đạo tổng hội trực tiếp triển khai, nhằm凝tụ lực lượng ngành, bảo vệ thực hiện chiến lược quốc gia với sức mạnh thép đặc biệt.
## VI. Lời kêu gọi hành động: Các doanh nghiệp thép phải chủ động hành động
Đối mặt với cơ hội một đời một lần này, Ông Triệu Phát Trung đã phát ra lời kêu gọi đến toàn ngành:
- Thành lập nhóm làm việc đặc biệt: thiết lập "Nhóm Hướng dẫn Thép Dự án Yarlung" để lập kế hoạch hệ thống về công nghệ, năng suất và chiến lược thị trường;
- Kết nối sâu với chủ đầu tư và nhà thầu: chủ động liên hệ với các đơn vị chính như Tập đoàn Yarlung Trung Quốc, Điện Lực Xây dựng Trung Quốc, Đông Phương Điện Lực, Tập đoàn Đatang, Tây Tạng Thiên Lộ, v.v.;
- Củng cố nghiên cứu phát triển công nghệ: tăng tốc phát triển thép chịu lực cao, chống ăn mòn, nhẹ nhẹ cho các điều kiện làm việc đặc biệt như cao nguyên, lạnh, ăn mòn cao;
- Xây dựng chuỗi cung ứng độc quyền: thực hiện theo dõi và bảo đảm chất lượng toàn quy trình từ quặng sắt đến thép hoàn thiện;
- Xây dựng vùng cao cấp thương hiệu: lấy Dự án Yarlung làm nền tảng cốt lõi để trình diễn sức mạnh kỹ thuật, nuôi dưỡng nhân tài cao cấp, và thiết lập tiêu chuẩn ngành.
## Kết luận: Đúc nên "xương sống thép", viết bài trả lời thực thụ
"Khung xương thép của Dự án Yarlung đang chờ chúng ta hoàn thiện với công nghệ tinh vi hơn và bảo vệ với thái độ nghiêm ngặt hơn." Ông Triệu Phát Trung đã gửi lời nhắn chân thành ở cuối bài báo.
Đối với ngành thép, Dự án Yarlung không chỉ là một danh sách đơn đặt hàng khổng lồ mà còn là một trận chiến lịch sử liên quan đến chuyển đổi nâng cấp, bước nhảy công nghệ và tái cấu trúc năng lực cạnh tranh toàn cầu. Mỗi lần hoàn thiện tiêu chuẩn thép là để xây dựng hàng đáy an toàn cho dự án thế kỷ; mỗi lần đột phá khối lượng kỹ thuật là để注入 động lực mới vào sản phẩm Trung Quốc.
Trên b平顶 giới của thế giới này, người thép Trung Quốc sẽ cùng nhau đúc nên xương sống thép của "dự án siêu lớn" này với sản phẩm vững chắc, công nghệ mạnh mẽ và hành động ổn định, và viết bài trả lời thực thụ thuộc về ngành công nghiệp Trung Quốc trong thời đại mới.

53
blogs/vi/3.mdx Normal file
View File

@@ -0,0 +1,53 @@
---
title: Phát triển ngành thép Trung Quốc cần cấp thiết chuyển đổi cao cấp
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /3
---
Khi năm kết thúc đến gần, ngành thép正经历 một giai đoạn quan trọng của điều chỉnh cấu trúc và chuyển đổi. Mặc dù sản lượng tổng thể duy trì ổn định tương đối, nhưng nhu cầu tiếp tục chịu áp lực, mức tồn kho tăng đáng kể, và nền tảng lợi nhuận của ngành vẫn còn mong manh. Tuy nhiên, giữa những thách thức, một số doanh nghiệp đã đạt được tăng trưởng ngược xu hướng thông qua các biện pháp như tập trung vào sản phẩm cao cấp, tối ưu hóa cấu trúc, giảm chi phí và tăng hiệu quả, cung cấp một con đường mới cho phát triển chất lượng cao của ngành.
## (I) Nhu cầu giảm, áp lực tồn kho xuất hiện
Theo dữ liệu mới nhất từ Hội nghị Thép và Sắt Trung Quốc (CISA), lượng tiêu thụ表观 của thép trong ba quý đầu năm 2025 ở Trung Quốc là 649 triệu tấn, giảm 5,7% so với cùng kỳ năm ngoái. Xu hướng này không phải là biến động ngắn hạn mà là sự thay đổi liên tục kể từ "Kế hoạch năm thứ 14"—kể từ đỉnh tiêu thụ 1,04 tỷ tấn vào năm 2020, lượng tiêu thụ表观 thép Trung Quốc đã giảm liên tục trong năm năm, xuống còn 890 triệu tấn vào năm 2024, giảm tích lũy 150 triệu tấn, với mức giảm trung bình hàng năm 3,8%.
Đồng thời, áp lực tồn kho đang dần tích tụ. Báo cáo nghiên cứu của Công ty Chứng khoán Cinda cho thấy, tính đến ngày 28 tháng 11 năm 2025, tồn kho xã hội của năm loại thép chính đạt 10,073 triệu tấn, tăng đáng kể 27,82% so với cùng kỳ; tồn kho nhà máy là 3,935 triệu tấn, tăng 2,11% so với cùng kỳ. Dữ liệu từ CISA cho thấy, vào giữa tháng 11, tồn kho thép của các doanh nghiệp thép được thống kê trọng điểm là 15,61 triệu tấn, tăng 3,24 triệu tấn so với đầu năm, tăng 26,3%, phản ánh sự không khớp giai đoạn giữa nhu cầu cuối yếu và nhịp sản xuất.
## (II) Sản lượng ổn định với điều chỉnh, phân hóa cấu trúc gia tăng
Từ phía sản xuất, ngành thép nói chung đang hoạt động ổn định. Vào giữa tháng 11 năm 2025, sản lượng trung bình hàng ngày của thép thô của các doanh nghiệp thép được thống kê trọng điểm là 1,943 triệu tấn, tăng nhẹ 0,9% so với tháng trước; sản lượng trung bình hàng ngày của thép là 1,924 triệu tấn, tăng 2,1% so với tháng trước. Nhưng nhìn ngược lại tháng 10, sản lượng thép thô toàn quốc là 72 triệu tấn, giảm 12,1% so với cùng kỳ, và sản lượng tích lũy từ tháng 1 đến tháng 10 là 818 triệu tấn, giảm 3,9% so với cùng kỳ. Điều này chỉ ra rằng dưới sự dẫn dắt của chính sách và quy định thị trường, xu hướng ngành chủ động giảm sản lượng vẫn còn tiếp tục.
Điều đáng lưu ý là mặc dù sản lượng tổng thể đã giảm, nhưng tỷ lệ sản xuất và tiêu thụ của sản phẩm thép cao cấp đang tăng. Một số công ty niêm yết tiết lộ trong thông báo của họ rằng bằng cách tăng tỷ lệ thép đặc biệt và sản phẩm có giá trị gia tăng cao, họ đã hiệu quả chống đỡ tác động của sự giảm giá thép thông thường, và một số doanh nghiệp thậm chí đã chuyển từ thua lỗ sang lời. Theo dữ liệu báo cáo quý ba, trong số 46 công ty niêm yết thép đã tiết lộ业績, 31 công ty đạt được tăng trưởng lợi nhuận ròng so với cùng kỳ, chiếm tỷ lệ 67,39%.
## (III) Lợi nhuận cải thiện nhưng nền tảng mong manh, ngành vẫn còn trong giai đoạn đau khổ chuyển đổi
Ông Hạ Nông, Phó Chủ tịch CISA, chỉ ra tại Hội nghị Chuỗi Ngành Thép Trung Quốc lần thứ 21 rằng kể từ năm 2025, ngành nói chung đang hoạt động tốt, lợi nhuận cải thiện đáng kể so với cùng kỳ năm ngoái, và đạt được chuyển từ thua lỗ sang lời trong tháng 9. Tuy nhiên, xét theo xu hướng tháng so với tháng, mức lợi nhuận trong tháng 9 đã giảm mạnh so với tháng 8, chỉ ra rằng nền tảng lợi nhuận hiện tại vẫn chưa ổn định, và ngành vẫn còn trong giai đoạn "khôi phục yếu và phân hóa mạnh".
Phán định này phù hợp cao với mô hình cung cầu hiện tại: một mặt, các lĩnh vực tiêu thụ thép truyền thống như xây dựng và bất động sản tiếp tục thu hẹp; mặt khác, các场境 ứng dụng mới như năng lượng tái tạo, chế biến cao cấp, và tòa nhà cấu trúc thép vẫn chưa hình thành hỗ trợ tăng lượng đủ.
## (IV) Chuyển đổi nâng cấp là chìa khóa phá僵局, xanh và thông minh dẫn đầu tương lai
Đối diện với giai đoạn phát triển mới "tối ưu hóa tồn kho, nâng cấp chất lượng", CISA nhấn mạnh rằng các doanh nghiệp thép phải kiên quyết thực hiện nguyên tắc kinh doanh "ba quyết định ba không" (tức là quyết định sản lượng dựa trên tiêu thụ, quyết định sản lượng dựa trên lợi nhuận, quyết định sản lượng dựa trên tiền mặt, không tự phát mở rộng sản lượng, không cạnh tranh ác tính, không hy sinh lợi ích dài hạn), củng cố tự kỷ luật ngành, và kiềm chế cạnh tranh "kiểu involution".
Ông Hạ Nông đưa ra năm đề xuất cho phát triển chất lượng cao:
1. Sâu rộng cải cách cấu trúc phía cung, kiểm soát tăng lượng, tối ưu hóa tồn kho, và thúc đẩy hợp nhất và sáp nhập;
2. Thúc đẩy phát triển cao cấp, thông minh, xanh, và hội nhập, nâng cao năng lực cạnh tranh của toàn chuỗi ngành;
3. Củng cố phát triển nguồn quặng sắt và sử dụng thép phế liệu để đảm bảo an ninh chuỗi ngành;
4. Mở rộng các场境 ứng dụng mới như tòa nhà cấu trúc thép để kích hoạt nhu cầu tiềm năng;
5. Nâng cao mức độ quốc tế hóa và tích hợp vào chuỗi ngành toàn cầu.
Về chuyển đổi xanh, ngành đã đạt được tiến triển vững chắc. Đến cuối tháng 10 năm 2025, 219 doanh nghiệp thép trên toàn quốc đã hoàn thành hoặc một phần hoàn thành cải tạo phát thải siêu thấp, trong đó 165 doanh nghiệp đã đạt được cải tạo toàn quy trình, bao phủ khoảng 663 triệu tấn năng suất thép thô, với tổng đầu tư trên 310 tỷ yuan. Chi phí hoạt động bảo vệ môi trường trung bình mỗi tấn thép đã đạt 212,44 yuan, và xanh đã trở thành ràng buộc cứng và lợi thế mới cho phát triển ngành.
Ngoài ra, xây dựng năng suất cực đỉnh cũng đang tăng tốc. Đến giữa tháng 11, 21 doanh nghiệp đã hoàn thành nghiệm thu năng suất cực đỉnh, 10 doanh nghiệp được công nhận là "doanh nghiệp minh họa chuẩn mực năng suất thực hành tốt nhất về hai carbon", và 11 doanh nghiệp khác đã thiết lập chuẩn mực năng suất trong các quy trình hoặc thiết bị chính.
## (V) Tầm nhìn: Dữ liệu đẩy, mở rộng biên giới
Ông Lý Đào Khôi, Hiệu trưởng Viện Tư tưởng Kinh tế Trung Quốc và Thực hành tại Đại học Thanh Hoa, đề nghị rằng các doanh nghiệp thép nên tăng tốc đổi mới kỹ thuật, chủ động bố trí lĩnh vực vật liệu liên quan đến năng lượng tái tạo, và mạnh mẽ thúc đẩy ứng dụng của tòa nhà cấu trúc thép. Ông cũng kêu gọi củng cố hợp tác chính doanh, thúc đẩy quốc tế hóa với nhịp độ ổn định hơn, và ép buộc cải cách nội bộ và nâng cao năng lực thông qua mở cửa cao cấp.
Có thể dự đoán rằng dưới sự thúc đẩy của hai động lực là mục tiêu "hai carbon" và phát triển chất lượng cao, ngành thép正从 mở rộng quy mô转向 tạo giá trị. Những doanh nghiệp率先完成 nâng cấp sản phẩm, chuyển đổi xanh, và mở rộng thị trường sẽ giành được cơ hội trong vòng sắp xếp lại mới. Và toàn ngành sẽ tái cấu trúc năng lực cạnh tranh trong đau khổ và hướng tới một tương lai bền vững hơn.

View File

@@ -1,18 +0,0 @@
---
title: 示例
description: 这是一个描述
slug: /demo
tags: nextjs,i18n,mdx,starter,robots,sitemap
date: 2025-02-16
visible: published
# visible: draft/invisible/published默认为published
pin: true
---
## 简介
示例
## 如何使用
示例

41
blogs/zh/1.mdx Normal file
View File

@@ -0,0 +1,41 @@
---
title: 钢铁行业发展新趋势
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /1
---
近年来,伴随我国城镇化进程进入中后期,建筑钢材需求正经历由“总量扩张”向“结构优化”的深刻转变。这一变化不仅重塑了钢材消费格局,也正在加速推动钢铁行业整体转型升级。
一、建筑用钢:总量见顶,结构分化
过去二十多年我国城镇化率从1996年的30%快速提升至2024年的67%年均增速在1996—2017年间高达1.42%。在此期间城市大规模扩张带动建筑钢材需求爆发式增长。然而自2018年起城镇化年均增速已放缓至0.97%并预计在突破70%后进一步趋缓——参照美、日、韩等发达国家经验,这意味着以新建为主的建筑用钢需求高峰已然过去。
数据显示自2021年房地产周期见顶以来螺纹钢表观消费量同步回落2021—2024年年均降幅达5.88%,且短期内难现逆转。传统住宅和商业地产对钢材的拉动作用持续减弱。
但结构性机会正在显现。中央城市工作会议明确提出未来将稳步推进城中村和危旧房改造加快城市基础设施“生命线”安全工程建设重点推进燃气、供排水、供热等老旧管网更新。据国家发展改革委测算未来五年全国需改造各类市政管网约60万千米总投资约4万亿元。这一轮“城市更新”将带动螺纹钢、中厚板及焊接钢管的阶段性需求尽管其单位投资用钢强度显著低于新建项目。
与此同时绿色低碳转型为建筑用钢开辟新赛道。住建部要求到2025年城镇新建建筑全面执行绿色建筑标准超低能耗建筑推广提速。钢结构因其施工快、抗震强、可循环、碳排放低等优势正成为绿色建造的重要载体。2020—2024年我国钢结构加工量从8900万吨增至1.09亿吨年均增长4.5%中国钢结构协会预计2025年将达1.4亿吨2035年有望突破2亿吨。
二、需求重心转移:从全域扩张到城市群聚焦
在总量下行背景下,建筑钢材需求的区域分布也发生显著变化。过去“遍地开花”的建设模式正在被“重点集聚”所取代。会议强调,要发展组团式、网络化的现代化城市群和都市圈,这意味着未来基建投资将高度集中于京津冀、长三角、粤港澳大湾区等核心区域。
城际铁路、综合交通枢纽、跨江跨海桥梁、长大隧道等重大工程将成为用钢主力场景。而人口持续流出的三四线城市及县域地区,建筑钢材需求增长空间有限,甚至面临长期萎缩。
更深远的变化在于制造业正取代建筑业成为钢材消费的第一大领域。据估算建筑用钢占钢材总消费的比重已从2020年的63.74%降至2024年的56.99%其中房地产用钢占比更是从39.79%大幅下滑至23.67%同期制造业用钢占比则从36.26%上升至43.01%。
这一结构性转变已在钢厂生产端得到印证2024年重点钢铁企业螺纹钢和线材产量同比分别下降13.84%和1.73%而热轧薄宽钢带、冷轧薄宽钢带产量分别增长3.14%和1.95%电工钢板及其冷轧品种增幅更高达7.75%和5.41%。产品结构正加速向高附加值板材倾斜。
三、产业升级:技术、绿色与产能优化协同推进
需求侧的深刻变革,正倒逼钢铁行业在多个维度加速升级。
一是产品高端化。面向制造业转型升级,钢厂正加大高强钢、硅钢、镀锌板等新能源汽车用材的供给;针对风电、光伏等可再生能源装机激增,中厚板、压力容器钢、耐蚀合金钢等专用品种产能持续扩张;同时,顺应轻量化、智能化趋势,开发高精度船板、家电用不锈钢等功能性产品。在建筑领域,高强度抗震钢筋、耐腐蚀结构钢等绿色建材也成为研发重点。
二是绿色低碳转型提速。截至2025年7月底全国已有147家钢铁企业、约6亿吨粗钢产能完成全流程超低排放改造占总产能比重持续提升。行业目标是在2025年底前实现80%以上产能达标,环保成本内化已成为企业竞争力的重要组成部分。
三是落后产能有序退出。面对房地产投资仍处两位数负增长的现实政策层面持续强化“反内卷”导向。中央财经委员会7月初再次强调推动低效产能退出未来或将通过联合重组替代传统的产能指标交易严禁产能买卖从根本上改善行业供需关系提升资源配置效率。
结语
中央城市工作会议释放的信号清晰表明:中国钢铁行业已正式迈入“存量优化、提质升级”的新发展阶段。建筑钢材需求总量下行不可逆,但城市更新、绿色建筑、城市群基建等结构性机会依然可观;而制造业用钢的崛起,则为行业提供了更可持续的增长引擎。
在此背景下,唯有主动调整产品结构、加快绿色智能转型、坚决淘汰落后产能的企业,才能在新一轮洗牌中赢得先机。钢铁行业的未来,不再取决于“产多少”,而在于“产什么”和“如何产”。这场由需求变革驱动的产业升级,正在书写中国钢铁高质量发展的新篇章。

View File

@@ -1,18 +0,0 @@
---
title: 示例2
description: 这是一个描述2
slug: /demo2
tags: nextjs,i18n,mdx,starter,robots,sitemap
date: 2025-02-17
visible: published
# visible: draft/invisible/published默认为published
# pin: true
---
## 简介
示例2
## 如何使用
示例2

71
blogs/zh/2.mdx Normal file
View File

@@ -0,0 +1,71 @@
---
title: 雅江工程对钢铁行业的重大意义
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /2
---
在青藏高原腹地、雅鲁藏布江大拐弯处一项被称作“世纪工程”的超级水电项目正拉开建设帷幕——这就是总投资达1.2万亿元、总装机容量5500万至6000万千瓦的雅鲁藏布江下游水电工程简称“雅江工程”或“雅下工程”。作为人类历史上规模最大的水电基建项目其年均发电量预计达2000亿至3000亿千瓦时约为三峡工程的3倍。这一工程不仅将重塑国家能源格局、支撑“双碳”战略更将深刻影响中国钢铁工业的发展轨迹。
2025年8月27日在第七届中国高速钢应用技术论坛上中国特钢企业协会副秘书长赵发忠以《雅江工程与钢铁工业发展新机遇——钢铁及特钢需求分析》为题发表报告系统阐释了该工程对钢铁行业带来的历史性机遇与结构性挑战。
一、规模空前:钢材需求体量创历史之最
据测算雅江工程主体建设用钢量预计达400万至600万吨若计入配套输变电、交通、移民安置等项目总用钢量或将突破800万吨——是三峡工程59万吨的10至13倍。更为关键的是这一需求并非短期集中释放而是贯穿约15年的建设周期年均稳定在50万至80万吨为钢铁行业提供长期、可预期的市场支撑。
从品类结构看,钢材需求呈现“常规为主、特钢为要”的双轮驱动格局:
核心工程用常规建材280万330万吨包括螺纹钢、H型钢、工字钢、中厚板等用于大坝骨架、引水隧洞、施工道路等基础设施
输电设施用特殊钢28.1万吨):如耐候角钢、镀锌钢板,用于特高压塔架及变电站钢结构;
水电机组用特种钢27万吨涵盖06Cr13Ni4Mo等耐蚀不锈钢、高磁感取向硅钢片、高强度结构钢用于水轮机转轮、发电机定转子等核心部件。
值得注意的是西部钢铁企业凭借区位优势有望成为常规钢材供应主力。例如宝武集团八钢公司在西藏重点工程型钢市场占有率高达85%依托兰新、青藏铁路其运输成本较东部企业低30%以上,“就地供应”优势显著。
二、分阶段释放:需求节奏要求柔性响应
赵发忠指出,雅江工程的钢材需求具有鲜明的阶段性特征,对钢铁企业的生产组织与供应链协同提出“柔性化”新要求:
前期20252027年以土建施工为主螺纹钢、工字钢等常规建材占比超60%同时带动工程机械用钢需求增长12%,高原隧道掘进设备订单激增。
中期20282030年进入大坝浇筑与机组制造高峰期中厚板年需求或破500万吨硅钢片年增15万吨Q500E等高强桥梁钢溢价空间扩大——此为特钢企业的“黄金窗口期”。
后期2031年起聚焦特高压输电线路建设耐候角钢、镀锌钢材及取向硅钢片年新增8万吨成为主力强调“精准对接”与“即时响应”。
这种“前重后精、由普入特”的需求曲线,倒逼钢铁企业从“批量生产”转向“按需定制”,从“产品交付”升级为“解决方案提供”。
三、极限环境:倒逼材料性能全面跃升
雅江工程地处海拔4000米以上的青藏高原面临极端低温、强紫外线、高腐蚀水质、地震活跃带、运输受限等多重挑战对钢材性能提出近乎苛刻的要求
低温韧性:需满足-40℃冲击功≥27J推动Ni-Cr-Mo-V微合金化技术应用
抗紫外线老化镀锌层厚度≥85μm配套新型耐UV涂层体系
耐腐蚀性:面对高氯离子、高溶解氧水体,含氮双相不锈钢成关键材料;
抗震抗撕裂地质断裂带区域需Z向钢采用在线淬火+回火工艺提升层状撕裂抗力;
轻量化与可焊性受限于高原运力日均仅500吨要求钢材强度更高、重量更轻减重30%且焊接裂纹敏感性指数Pcm≤0.30。
在此背景下特种钢占比高达40%,远超常规大型工程。这不仅是对材料的考验,更是对中国钢铁工业技术能力的一次“压力测试”。
四、技术领跑:从“跟跑”到“并跑”甚至“领跑”
雅江工程正成为国产高端钢材的“试金石”与“加速器”。一批标志性成果已崭露头角:
湖南钢铁集团研发的HY950CF水电钢屈服强度≥960MPa、-40℃冲击功50J成功拿下压力钢管70%份额约15万吨实现减重30%
太钢攻克高海拔焊接熔敷率难题独家供应全部93台水轮机转轮用钢3.7万吨);
宝钢将供应14万吨高性能硅钢支撑23.3万吨的发电机组磁芯需求。
这些突破标志着我国特钢技术已跻身国际先进水平,并具备自主保障国家重大工程的能力。
五、产业协同:推动全链条绿色智能升级
赵发忠强调,雅江工程不应仅被视为“钢材采购项目”,而应作为推动钢铁行业高质量发展的战略支点。他建议:
西部钢企可依托区位优势,扩建高原适配钢种产能,布局电炉短流程项目;
东部企业可通过合资建厂方式参与西部供应链;
建立“雅江工程专用废钢”回收体系,结合工程绿电资源,打造低碳循环示范;
行业协会牵头整合研发、生产、检测、物流等全链条资源,提供精准化服务。
中国特钢企业协会已将雅江工程列为重中之重,由协会领导亲自部署,旨在凝聚行业合力,以特钢力量护航国家战略落地。
六、行动倡议:钢铁企业须主动出击
面对这一千载难逢的机遇,赵发忠向全行业发出呼吁:
成立专项工作组:设立“雅江工程用钢领导小组”,系统谋划技术、产能、市场策略;
深度对接业主与承包商:主动联系中国雅江集团、中国电建、东方电气、大唐集团、西藏天路等关键单位;
强化技术研发:针对高原、高寒、高腐蚀等特殊工况,加快高强度、耐蚀、轻量化钢材开发;
构建专属供应链:实现从铁矿石到成品钢的全流程质量追溯与保障;
打造品牌高地:将雅江工程作为展示技术实力、培养高端人才、树立行业标杆的核心平台。
结语:铸就“钢铁脊梁”,书写硬核答卷
“雅江工程的钢铁骨架,正等待我们以更精尖的技术去完善、用更严谨的态度去守护。”赵发忠在报告结尾深情寄语。
对钢铁行业而言,雅江工程不仅是一张庞大的订单清单,更是一场关乎转型升级、技术跃迁与全球竞争力重塑的历史性战役。每一次对用钢标准的精进,都是为世纪工程筑牢安全底线;每一次对技术瓶颈的突破,都是为中国制造注入新的动能。
在这片世界屋脊之上,中国钢铁人将以实打实的产品、硬碰硬的技术、稳扎稳打的行动,共同铸就这座“超级工程”的钢铁脊梁,也书写属于新时代中国工业的硬核答卷。

48
blogs/zh/3.mdx Normal file
View File

@@ -0,0 +1,48 @@
---
title: 中国钢铁行业发展亟需高端化
visible: published
# visible: draft/invisible/published (published is default)
pin: pin
slug: /3
---
随着年末临近,钢铁行业正经历一场结构性调整与转型的关键阶段。尽管整体产量保持相对稳定,但需求端持续承压,库存水平明显攀升,行业盈利基础仍显脆弱。然而,在挑战之中,部分企业通过聚焦高端产品、优化结构、降本增效等举措,实现了业绩的逆势增长,为行业高质量发展提供了新路径。
(一)需求下行,库存压力显现
根据中国钢铁工业协会中钢协最新数据2025年前三季度国内钢铁表观消费量为6.49亿吨同比下降5.7%。这一趋势并非短期波动而是“十四五”以来的延续性变化——自2020年10.4亿吨的消费峰值起国内钢铁表观消费量已连续五年下滑至2024年降至8.9亿吨累计减少1.5亿吨年均降幅达3.8%。
与此同时库存压力逐步累积。信达证券研报指出截至2025年11月28日五大钢材品种的社会库存达到1007.3万吨同比大幅增长27.82%厂内库存为393.5万吨同比增长2.11%。中钢协数据显示11月中旬重点统计钢铁企业钢材库存量为1561万吨较年初增加324万吨增幅达26.3%,反映出终端需求疲软与生产节奏之间的阶段性错配。
(二)产量稳中有调,结构性分化加剧
从生产端看钢铁行业整体运行平稳。2025年11月中旬重点统计钢铁企业粗钢日均产量为194.3万吨环比微增0.9%钢材日均产量192.4万吨环比增长2.1%。但回溯至10月全国粗钢产量为7200万吨同比下降12.1%1—10月累计产量8.18亿吨同比下降3.9%。这表明在政策引导和市场调节下,行业主动压减产量的趋势仍在延续。
值得注意的是尽管总产量有所回落但高端钢材产品的产销比例正在提升。多家上市公司在公告中披露通过提高特种钢、高附加值产品的比重有效对冲了普通钢材价格下行带来的冲击部分企业甚至实现扭亏为盈。三季报数据显示在已披露业绩的46家钢铁上市公司中31家净利润同比增长占比达67.39%。
(三)盈利改善但基础不牢,行业仍处转型阵痛期
中钢协副会长夏农在第21届中国钢铁产业链峰会上指出2025年以来行业总体运行良好效益较去年同期显著改善9月实现由亏转盈。但环比来看9月盈利水平较8月出现较大幅度回落说明当前盈利基础尚不稳固行业仍处于“弱复苏、强分化”的阶段。
这一判断与当前供需格局高度吻合:一方面,传统建筑、房地产等用钢领域持续萎缩;另一方面,新能源、高端制造、钢结构建筑等新兴应用场景尚未形成足够规模的增量支撑。
(四)转型升级成破局关键,绿色智能引领未来
面对“存量优化、提质升级”的新发展阶段,中钢协强调,钢铁企业必须坚决贯彻“三定三不要”经营原则(即以销定产、以效定产、以现定产,不要盲目扩产、不要恶性竞争、不要牺牲长远利益),强化行业自律,遏制“内卷式”竞争。
夏农提出五项高质量发展建议:
一是深化供给侧结构性改革,管住增量、优化存量,推动兼并重组;
二是推进高端化、智能化、绿色化、融合化发展,提升全产业链竞争力;
三是加强铁矿资源开发与废钢利用,保障产业链安全;
四是拓展钢结构建筑等新应用场景,激活潜在需求;
五是提升国际化水平,融入全球产业链。
在绿色转型方面行业已迈出坚实步伐。截至2025年10月底全国已有219家钢铁企业完成或部分完成超低排放改造其中165家实现全工序改造覆盖粗钢产能约6.63亿吨累计投入超3100亿元。吨钢平均环保运行成本达212.44元,绿色已成为行业发展的硬约束与新优势。
此外极致能效建设也在加速推进。截至11月中旬21家企业完成极致能效验收10家被认定为“双碳最佳实践能效标杆示范企业”另有11家在关键工序或设备上树立能效标杆。
(五)展望:创新驱动,拓展边界
清华大学中国经济思想与实践研究院院长李稻葵建议,钢铁企业应加快技术创新步伐,积极布局新能源相关材料领域,并大力推广钢结构建筑应用。他同时呼吁加强政企协同,以更稳健的节奏推进国际化,通过高水平开放倒逼内部改革与能力提升。
可以预见,在“双碳”目标与高质量发展双重驱动下,钢铁行业正从规模扩张转向价值创造。那些率先完成产品升级、绿色转型与市场拓展的企业,将在新一轮洗牌中赢得先机。而整个行业,也将在阵痛中重塑竞争力,迈向更加可持续的未来。

View File

@@ -0,0 +1,60 @@
// @/components/ProductTabsClient.tsx (客户端组件)
'use client';
import { useTranslations } from 'next-intl';
import { useState } from 'react';
type ProductTabsClientProps = {
detail: string;
spec: string[];
packaging: string;
locale: string;
models: string[];
};
// 纯客户端交互组件(仅处理标签页切换)
export default function ProductTabsClient({ detail, models, spec, packaging, locale }: ProductTabsClientProps) {
const [activeTab, setActiveTab] = useState('spec'); // 仅客户端使用状态
const t = useTranslations("Product");
return (
<div className="border rounded">
{/* 标签栏 */}
<div className="flex border-b">
<button
className={`px-4 py-2 border-r transition-colors ${activeTab === 'detail' ? 'bg-orange-50 text-orange-600 font-medium' : 'hover:bg-gray-50'}`}
onClick={() => setActiveTab('detail')}
>
{t('productModel')}
</button>
<button
className={`px-4 py-2 border-r transition-colors ${activeTab === 'spec' ? 'bg-orange-50 text-orange-600 font-medium' : 'hover:bg-gray-50'}`}
onClick={() => setActiveTab('spec')}
>
{t('productSpec')}
</button>
<button
className={`px-4 py-2 transition-colors ${activeTab === 'packaging' ? 'bg-orange-50 text-orange-600 font-medium' : 'hover:bg-gray-50'}`}
onClick={() => setActiveTab('packaging')}
>
{t('productPacking')}
</button>
</div>
{/* 内容区 */}
<div className="p-4">
{activeTab === 'detail' && <div className="text-gray-800">
{models.map((item, idx) => <div key={idx}>{item}</div>) || t('productNoDetail')}
</div>}
{activeTab === 'spec' && (
spec.length > 0 ? (
<div className="space-y-1 text-gray-800">
{spec.map((item, idx) => <div key={idx}>{item}</div>)}
</div>
) : (
<p className="text-gray-500">{t('productNoSpec')}</p>
)
)}
{activeTab === 'packaging' && <div className="text-gray-800">{packaging || t('productNoPacking')}</div>}
</div>
</div>
);
}

View File

@@ -16,19 +16,19 @@ const WebsiteLogo = ({
timeout = 1000, // 1 second
}: IProps) => {
const domain = getDomain(url);
const [imgSrc, setImgSrc] = useState(`https://${domain}/logo.svg`);
const [imgSrc, setImgSrc] = useState(`https://${domain}/logo.png`);
const [fallbackIndex, setFallbackIndex] = useState(0);
const [isLoading, setIsLoading] = useState(true);
const [hasError, setHasError] = useState(false);
const fallbackSources = [
`https://${domain}/logo.svg`,
`https://${domain}/logo.png`,
`https://${domain}/logo.png`,
`https://${domain}/apple-touch-icon.png`,
`https://${domain}/apple-touch-icon-precomposed.png`,
`https://www.google.com/s2/favicons?domain=${domain}&sz=64`,
`https://icons.duckduckgo.com/ip3/${domain}.ico`,
`https://${domain}/favicon.ico`,
`https://${domain}/favicon.png`,
];
useEffect(() => {
@@ -83,9 +83,8 @@ const WebsiteLogo = ({
height={size}
onError={handleError}
onLoad={handleLoad}
className={`inline-block transition-opacity duration-300 ${
isLoading ? "opacity-0" : "opacity-100"
}`}
className={`inline-block transition-opacity duration-300 ${isLoading ? "opacity-0" : "opacity-100"
}`}
style={{
objectFit: "contain",
display: hasError ? "none" : "inline-block",

View File

@@ -1,12 +1,8 @@
import BuiltWithButton from "@/components/BuiltWithButton";
import { TwitterX } from "@/components/social-icons/icons";
import { siteConfig } from "@/config/site";
import { Link as I18nLink } from "@/i18n/routing";
import { FooterLink } from "@/types/common";
import { GithubIcon, MailIcon } from "lucide-react";
import { getMessages, getTranslations } from "next-intl/server";
import Link from "next/link";
import { SiBluesky, SiDiscord } from "react-icons/si";
export default async function Footer() {
const messages = await getMessages();
@@ -37,7 +33,7 @@ export default async function Footer() {
<p className="text-sm p4-4 md:pr-12">{t("tagLine")}</p>
<div className="flex items-center gap-2">
{/* <div className="flex items-center gap-2">
{siteConfig.socialLinks?.github && (
<Link
href={siteConfig.socialLinks.github}
@@ -103,9 +99,9 @@ export default async function Footer() {
<MailIcon className="w-4 h-4" />
</Link>
)}
</div>
</div> */}
<BuiltWithButton />
{/* <BuiltWithButton /> */}
</div>
</div>

View File

@@ -4,7 +4,6 @@ import LocaleSwitcher from "@/components/LocaleSwitcher";
import { siteConfig } from "@/config/site";
import { Link as I18nLink } from "@/i18n/routing";
import { useTranslations } from "next-intl";
import Image from "next/image";
const Header = () => {
const t = useTranslations("Home");
@@ -18,9 +17,9 @@ const Header = () => {
prefetch={false}
className="flex items-center space-x-1 font-bold"
>
<Image
<img
alt={siteConfig.name}
src="/logo.svg"
src="/logo.png"
className="w-6 h-6"
width={32}
height={32}

View File

@@ -3,7 +3,6 @@
import { Link as I18nLink, usePathname, useRouter } from "@/i18n/routing";
import { cn } from "@/lib/utils";
import { HeaderLink } from "@/types/common";
import { ExternalLink } from "lucide-react";
import { useTranslations } from "next-intl";
const HeaderLinks = () => {
@@ -17,102 +16,34 @@ const HeaderLinks = () => {
return (
<div className="hidden md:flex flex-row items-center gap-x-2 text-sm font-medium text-muted-500">
{headerLinks.map((link) => {
const isAbout = link.href === "/about";
const isNews = link.href === "/blog";
if (isAbout) {
return (
<div key={link.name} className="relative group">
<I18nLink
href={link.href}
title={link.name}
prefetch={true}
className={cn(
"rounded-xl px-4 py-2 flex items-center gap-x-1 hover:bg-accent-foreground/10 hover:text-accent-foreground",
pathname === link.href && "font-semibold text-accent-foreground"
)}
>
{link.name}
</I18nLink>
{/* 移除触发器与菜单间的间隙,使用 pt-2 保持视觉间距但不中断 hover 区域 */}
<div className="absolute left-0 top-full hidden group-hover:block z-50 pt-2">
<div className="w-56 rounded-md border bg-white shadow-md overflow-hidden">
<I18nLink prefetch={false} href="/about/arch#arch-vision" className="block px-4 py-2 hover:bg-red-600 hover:text-white"></I18nLink>
<I18nLink prefetch={false} href="/about/arch#arch-products" className="block px-4 py-2 hover:bg-red-600 hover:text-white"></I18nLink>
<I18nLink prefetch={false} href="/about/arch#arch-application" className="block px-4 py-2 hover:bg-red-600 hover:text-white"></I18nLink>
<I18nLink prefetch={false} href="/about/arch#arch-contact" className="block px-4 py-2 hover:bg-red-600 hover:text-white"></I18nLink>
</div>
</div>
</div>
);
}
if (isNews) {
return (
<div key={link.name} className="relative group">
<I18nLink
href={link.href}
title={link.name}
prefetch={true}
className={cn(
"rounded-xl px-4 py-2 flex items-center gap-x-1 hover:bg-accent-foreground/10 hover:text-accent-foreground",
pathname === link.href && "font-semibold text-accent-foreground"
)}
>
{link.name}
</I18nLink>
<div className="absolute left-0 top-full hidden group-hover:block z-50 pt-2">
<div className="w-44 rounded-md border bg-white shadow-md overflow-hidden">
{[
{ key: "company", label: "公司新闻" },
{ key: "experts", label: "专家访谈" },
{ key: "industry", label: "行业动态" },
{ key: "notice", label: "公告" },
].map((it) => (
<button
key={it.key}
className="block w-full text-left px-4 py-2 hover:bg-red-600 hover:text-white"
onMouseDown={(e) => {
const url = `${localePrefix}/blog?type=${it.key}`;
try { router.push(url as any); } catch {}
// 兜底,确保跳转
setTimeout(() => { if (typeof window !== 'undefined') window.location.href = url; }, 0);
}}
onClick={(e) => {
const url = `${localePrefix}/blog?type=${it.key}`;
try { router.push(url as any); } catch {}
}}
onTouchStart={() => {
const url = `${localePrefix}/blog?type=${it.key}`;
try { router.push(url as any); } catch {}
}}
>
{it.label}
</button>
))}
</div>
</div>
</div>
);
}
return (
<I18nLink
key={link.name}
href={link.href}
title={link.name}
prefetch={link.target && link.target === "_blank" ? false : true}
target={link.target || "_self"}
rel={link.rel || undefined}
className={cn(
"rounded-xl px-4 py-2 flex items-center gap-x-1 hover:bg-accent-foreground/10 hover:text-accent-foreground",
pathname === link.href && "font-semibold text-accent-foreground"
)}
>
{link.name}
{link.target && link.target === "_blank" && (
<span className="text-xs">
<ExternalLink className="w-4 h-4" />
</span>
)}
</I18nLink>
<div key={link.name} className="relative group">
<I18nLink
href={link.href}
title={link.name}
prefetch={true}
className={cn(
"rounded-xl px-4 py-2 flex items-center gap-x-1 hover:bg-accent-foreground/10 hover:text-accent-foreground",
pathname === link.href && "font-semibold text-accent-foreground"
)}
>
{link.name}
</I18nLink>
{
link?.children && (
<div className="absolute left-0 top-full hidden group-hover:block z-50 pt-2">
<div className="w-56 rounded-md border bg-white shadow-md overflow-hidden">
{link.children.map((child) => (
<I18nLink key={child.name} prefetch={false} href={child.href} className="block px-4 py-2 hover:bg-red-600 hover:text-white">
{child.name}
</I18nLink>
))}
</div>
</div>
)
}
</div>
);
})}
</div>

View File

@@ -1,20 +1,24 @@
'use client'
import { Link as I18nLink } from "@/i18n/routing";
import { useTranslations } from "next-intl";
export default function HomeComponent() {
const t = useTranslations("Home");
// 客户端组件中直接使用翻译键next-intl 会自动处理
// 注意:在客户端组件中,我们不能使用 raw() 函数,需要直接访问翻译键
return (
<>
<section className="mx-auto text-center">
{/* 轮播图区域, 先用一张图片占位, 宽度100% 盖度100vh */}
<img src="/placeholder.svg" alt={t("carousel")} className="w-screen h-[80vh] object-cover rounded-lg" />
<img src="/images/home.png" alt={t("carousel")} className="w-screen h-[80vh] object-cover rounded-lg" />
{/* 公司介绍 - 左右布局 */}
<div className="flex flex-col lg:flex-row w-full my-16 px-8">
{/* 左边视频(图片占位) */}
<div className="w-full lg:w-1/2 h-[50vh] lg:h-[60vh] relative overflow-hidden">
<img
src="/placeholder.svg"
src="/images/home_1.jpg"
alt={t("company_video")}
className="w-full h-full object-cover"
/>
@@ -24,21 +28,24 @@ export default function HomeComponent() {
<div className="w-full lg:w-1/2 flex flex-col justify-center p-8 lg:p-16">
{/* 第一部分:标题 */}
<div className="mb-6">
<h2 className="text-3xl font-bold text-gray-900"></h2>
<h2 className="text-3xl font-bold text-gray-900">{t("company.title")}</h2>
</div>
{/* 第二部分:介绍 */}
<div className="mb-8">
<p className="text-lg text-gray-700 leading-relaxed">
'友发''正金'西10
{/* 左对齐首行缩进2字符 */}
<p className="text-left text-lg text-gray-700 leading-relaxed indent-8">
{t("company.description")}
</p>
</div>
{/* 第三部分:按钮 */}
<div>
<button className="bg-red-600 hover:bg-red-700 text-white font-medium py-2 px-6 rounded transition-colors">
</button>
<I18nLink href="/about">
<button className="bg-red-600 hover:bg-red-700 text-white font-medium py-2 px-6 rounded transition-colors">
{t("company.button")}
</button>
</I18nLink>
</div>
</div>
</div>
@@ -50,39 +57,39 @@ export default function HomeComponent() {
{/* 第一组卡片 */}
<div className="min-w-full flex justify-center px-4 gap-6">
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">5</div>
<div className="text-gray-700">绿</div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card1.number")}</div>
<div className="text-gray-700">{t("stats.card1.title")}</div>
</div>
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">3+</div>
<div className="text-gray-700">绿</div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card2.number")}</div>
<div className="text-gray-700">{t("stats.card2.title")}</div>
</div>
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">7</div>
<div className="text-gray-700">CNAS</div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card3.number")}</div>
<div className="text-gray-700">{t("stats.card3.title")}</div>
</div>
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">10</div>
<div className="text-gray-700"></div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card4.number")}</div>
<div className="text-gray-700">{t("stats.card4.title")}</div>
</div>
</div>
{/* 第二组卡片 - 用于无缝轮播 */}
<div className="min-w-full flex justify-center px-4 gap-6">
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">5</div>
<div className="text-gray-700">绿</div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card1.number")}</div>
<div className="text-gray-700">{t("stats.card1.title")}</div>
</div>
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">3+</div>
<div className="text-gray-700">绿</div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card2.number")}</div>
<div className="text-gray-700">{t("stats.card2.title")}</div>
</div>
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">7</div>
<div className="text-gray-700">CNAS</div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card3.number")}</div>
<div className="text-gray-700">{t("stats.card3.title")}</div>
</div>
<div className="bg-white rounded-lg shadow-md p-6 flex-1 max-w-[22%] text-center">
<div className="text-red-600 text-4xl font-bold mb-2">10</div>
<div className="text-gray-700"></div>
<div className="text-red-600 text-4xl font-bold mb-2">{t("stats.card4.number")}</div>
<div className="text-gray-700">{t("stats.card4.title")}</div>
</div>
</div>
</div>
@@ -108,7 +115,7 @@ export default function HomeComponent() {
{/* 标题 */}
<div className="text-center mb-12">
<h2 className="text-3xl font-bold text-gray-900 inline-block relative">
{t("news.title")}
<span className="absolute bottom-0 left-1/4 w-1/2 h-1 bg-red-600"></span>
</h2>
</div>
@@ -116,51 +123,60 @@ export default function HomeComponent() {
{/* 资讯卡片列表 */}
<div className="flex flex-wrap justify-center gap-6 max-w-7xl mx-auto">
{/* 第一张卡片 */}
<div className="w-full md:w-[28vw] lg:w-[28vw] bg-white rounded-lg overflow-hidden transition-all duration-300 hover:shadow-lg">
<div className="p-4">
<div className="text-red-600 mb-2 font-medium text-left">2025/11/17</div>
<div className="text-gray-800 mb-3 line-clamp-1 text-base whitespace-nowrap overflow-hidden text-ellipsis">202...</div>
<I18nLink href={t("news.items.news1.link")}>
<div className="w-full md:w-[28vw] lg:w-[28vw] bg-white rounded-lg overflow-hidden transition-all duration-300 hover:shadow-lg">
<div className="p-4">
<div className="text-red-600 mb-2 font-medium text-left">{t("news.items.news1.date")}</div>
<div className="text-gray-800 mb-3 line-clamp-1 text-base whitespace-nowrap overflow-hidden text-ellipsis">{t("news.items.news1.title")}</div>
</div>
<div className="p-4 h-48 overflow-hidden">
<img src="/images/blogs/1.jpg" alt={t("news.items.news1.title")} className="w-full h-full object-cover rounded" />
</div>
</div>
<div className="p-4 h-48 overflow-hidden">
<img src="/placeholder.svg" alt="资讯图片1" className="w-full h-full object-cover rounded" />
</div>
</div>
</I18nLink>
{/* 第二张卡片 - 中间突出显示 */}
<div className="w-full md:w-[28vw] lg:w-[28vw] bg-white rounded-lg overflow-hidden transition-all duration-300 hover:shadow-lg relative -mt-2 z-10">
<div className="p-4">
<div className="text-red-600 mb-2 font-medium text-left">2025/11/17</div>
<div className="text-gray-800 mb-3 line-clamp-1 text-base whitespace-nowrap overflow-hidden text-ellipsis">...</div>
{/* 第二张卡片 */}
<I18nLink href={t("news.items.news2.link")}>
<div className="w-full md:w-[28vw] lg:w-[28vw] bg-white rounded-lg overflow-hidden transition-all duration-300 hover:shadow-lg relative -mt-2 z-10">
<div className="p-4">
<div className="text-red-600 mb-2 font-medium text-left">{t("news.items.news2.date")}</div>
<div className="text-gray-800 mb-3 line-clamp-1 text-base whitespace-nowrap overflow-hidden text-ellipsis">{t("news.items.news2.title")}</div>
</div>
<div className="p-4 h-48 overflow-hidden">
<img src="/images/blogs/2.png" alt={t("news.items.news2.title")} className="w-full h-full object-cover rounded" />
</div>
</div>
<div className="p-4 h-48 overflow-hidden">
<img src="/placeholder.svg" alt="资讯图片2" className="w-full h-full object-cover rounded" />
</div>
</div>
</I18nLink>
{/* 第三张卡片 */}
<div className="w-full md:w-[26vw] lg:w-[26vw] bg-white rounded-lg overflow-hidden transition-all duration-300 hover:shadow-lg">
<div className="p-4">
<div className="text-red-600 mb-2 font-medium text-left">2025/09/20</div>
<div className="text-gray-800 mb-3 line-clamp-1 text-base whitespace-nowrap overflow-hidden text-ellipsis">...</div>
<I18nLink href={t("news.items.news3.link")}>
<div className="w-full md:w-[26vw] lg:w-[26vw] bg-white rounded-lg overflow-hidden transition-all duration-300 hover:shadow-lg">
<div className="p-4">
<div className="text-red-600 mb-2 font-medium text-left">{t("news.items.news3.date")}</div>
<div className="text-gray-800 mb-3 line-clamp-1 text-base whitespace-nowrap overflow-hidden text-ellipsis">{t("news.items.news3.title")}</div>
</div>
<div className="p-4 h-48 overflow-hidden">
<img src="/images/blogs/3.jpg" alt={t("news.items.news3.title")} className="w-full h-full object-cover rounded" />
</div>
</div>
<div className="p-4 h-48 overflow-hidden">
<img src="/placeholder.svg" alt="资讯图片3" className="w-full h-full object-cover rounded" />
</div>
</div>
</I18nLink>
</div>
{/* 了解更多按钮 */}
<div className="text-center mt-12">
<button className="px-6 py-2 bg-white border border-red-600 text-red-600 hover:bg-red-600 hover:text-white transition-all duration-300 rounded-sm">
&gt;
</button>
<I18nLink href="/blog">
<button className="px-6 py-2 bg-white border border-red-600 text-red-600 hover:bg-red-600 hover:text-white transition-all duration-300 rounded-sm">
{t("news.button")}
</button>
</I18nLink>
</div>
</div>
{/* 产品中心 */}
<div className="py-16 px-4 bg-white">
<div className="text-center mb-12">
<h2 className="text-3xl font-bold text-gray-900 inline-block relative">
{t("products.title")}
<span className="absolute bottom-0 left-1/4 w-1/2 h-1 bg-red-600"></span>
</h2>
</div>
@@ -172,14 +188,14 @@ export default function HomeComponent() {
{/* 默认显示第一张产品图 */}
<img
id="productImage"
src="/placeholder.svg"
alt="直缝高频焊接圆管"
src={t("products.list.product1.image")}
alt={t("products.list.product1.alt")}
className="w-full h-full object-contain p-8 transition-opacity duration-300"
/>
{/* 产品标题覆盖层 */}
<div className="absolute bottom-0 left-0 right-0 p-6 bg-gradient-to-t from-black/70 to-transparent">
<h3 id="productTitle" className="text-white text-2xl font-bold">()</h3>
<h3 id="productTitle" className="text-white text-2xl font-bold">{t("products.list.product1.name")}</h3>
</div>
</div>
@@ -189,72 +205,72 @@ export default function HomeComponent() {
<div
className="product-item p-6 flex items-center justify-center text-center bg-gray-200 cursor-pointer transition-colors duration-300 hover:bg-red-600 hover:text-white"
onMouseEnter={() => {
document.getElementById('productImage')?.setAttribute('src', '/placeholder.svg');
document.getElementById('productImage')?.setAttribute('alt', '直缝高频焊接圆管');
document.getElementById('productTitle')!.textContent = '直缝高频焊接圆管(含热浸镀锌)';
document.getElementById('productImage')?.setAttribute('src', t("products.list.product1.image"));
document.getElementById('productImage')?.setAttribute('alt', t("products.list.product1.alt"));
document.getElementById('productTitle')!.textContent = t("products.list.product1.name");
}}
>
<span>()</span>
<span>{t("products.list.product1.name")}</span>
</div>
{/* 产品2 */}
<div
className="product-item p-6 flex items-center justify-center text-center bg-gray-200 cursor-pointer transition-colors duration-300 hover:bg-red-600 hover:text-white"
onMouseEnter={() => {
document.getElementById('productImage')?.setAttribute('src', '/placeholder.svg');
document.getElementById('productImage')?.setAttribute('alt', '方形焊接钢管');
document.getElementById('productTitle')!.textContent = '方形焊接钢管(含热浸镀锌)';
document.getElementById('productImage')?.setAttribute('src', t("products.list.product2.image"));
document.getElementById('productImage')?.setAttribute('alt', t("products.list.product2.alt"));
document.getElementById('productTitle')!.textContent = t("products.list.product2.name");
}}
>
<span>()</span>
<span>{t("products.list.product2.name")}</span>
</div>
{/* 产品3 */}
<div
className="product-item p-6 flex items-center justify-center text-center bg-gray-200 cursor-pointer transition-colors duration-300 hover:bg-red-600 hover:text-white"
onMouseEnter={() => {
document.getElementById('productImage')?.setAttribute('src', '/placeholder.svg');
document.getElementById('productImage')?.setAttribute('alt', '钢塑复合管');
document.getElementById('productTitle')!.textContent = '钢塑复合管';
document.getElementById('productImage')?.setAttribute('src', t("products.list.product3.image"));
document.getElementById('productImage')?.setAttribute('alt', t("products.list.product3.alt"));
document.getElementById('productTitle')!.textContent = t("products.list.product3.name");
}}
>
<span></span>
<span>{t("products.list.product3.name")}</span>
</div>
{/* 产品4 */}
<div
className="product-item p-6 flex items-center justify-center text-center bg-gray-200 cursor-pointer transition-colors duration-300 hover:bg-red-600 hover:text-white"
onMouseEnter={() => {
document.getElementById('productImage')?.setAttribute('src', '/placeholder.svg');
document.getElementById('productImage')?.setAttribute('alt', '管路连接件');
document.getElementById('productTitle')!.textContent = '管路连接件';
document.getElementById('productImage')?.setAttribute('src', t("products.list.product4.image"));
document.getElementById('productImage')?.setAttribute('alt', t("products.list.product4.alt"));
document.getElementById('productTitle')!.textContent = t("products.list.product4.name");
}}
>
<span></span>
<span>{t("products.list.product4.name")}</span>
</div>
{/* 产品5 */}
<div
className="product-item p-6 flex items-center justify-center text-center bg-gray-200 cursor-pointer transition-colors duration-300 hover:bg-red-600 hover:text-white"
onMouseEnter={() => {
document.getElementById('productImage')?.setAttribute('src', '/placeholder.svg');
document.getElementById('productImage')?.setAttribute('alt', '盘扣脚手架');
document.getElementById('productTitle')!.textContent = '盘扣脚手架';
document.getElementById('productImage')?.setAttribute('src', t("products.list.product5.image"));
document.getElementById('productImage')?.setAttribute('alt', t("products.list.product5.alt"));
document.getElementById('productTitle')!.textContent = t("products.list.product5.name");
}}
>
<span></span>
<span>{t("products.list.product5.name")}</span>
</div>
{/* 产品6 */}
<div
className="product-item p-6 flex items-center justify-center text-center bg-gray-200 cursor-pointer transition-colors duration-300 hover:bg-red-600 hover:text-white"
onMouseEnter={() => {
document.getElementById('productImage')?.setAttribute('src', '/placeholder.svg');
document.getElementById('productImage')?.setAttribute('alt', '不锈钢管及管件');
document.getElementById('productTitle')!.textContent = '不锈钢管及管件';
document.getElementById('productImage')?.setAttribute('src', t("products.list.product6.image"));
document.getElementById('productImage')?.setAttribute('alt', t("products.list.product6.alt"));
document.getElementById('productTitle')!.textContent = t("products.list.product6.name");
}}
>
<span></span>
<span>{t("products.list.product6.name")}</span>
</div>
</div>
</div>
@@ -265,7 +281,7 @@ export default function HomeComponent() {
{/* 标题 */}
<div className="text-center mb-12">
<h2 className="text-3xl font-bold text-gray-900 inline-block relative">
{t("applications.title")}
<span className="absolute bottom-0 left-1/4 w-1/2 h-1 bg-red-600"></span>
</h2>
</div>
@@ -273,20 +289,20 @@ export default function HomeComponent() {
{/* 轮播容器 */}
<div className="relative max-w-7xl mx-auto">
{/* 左切换按钮 */}
<button
{/* <button
id="prevSlide"
className="absolute left-4 top-1/2 transform -translate-y-1/2 w-10 h-10 rounded-full bg-white shadow-md flex items-center justify-center text-gray-700 hover:bg-red-600 hover:text-white transition-colors z-20"
>
&lt;
</button>
</button> */}
{/* 右切换按钮 */}
<button
{/* <button
id="nextSlide"
className="absolute right-4 top-1/2 transform -translate-y-1/2 w-10 h-10 rounded-full bg-white shadow-md flex items-center justify-center text-gray-700 hover:bg-red-600 hover:text-white transition-colors z-20"
>
&gt;
</button>
</button> */}
{/* 轮播内容 */}
<div className="overflow-hidden">
@@ -302,36 +318,36 @@ export default function HomeComponent() {
{/* 电梯井道 */}
<div className="w-1/4 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="电梯井道"
src={t("applications.groups.group1.items.app1.image")}
alt={t("applications.groups.group1.items.app1.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group1.items.app1.name")}
</div>
</div>
{/* 塔机制造 - 宽度为其他卡片的两倍 */}
<div className="w-1/2 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="塔机制造"
src={t("applications.groups.group1.items.app2.image")}
alt={t("applications.groups.group1.items.app2.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group1.items.app2.name")}
</div>
</div>
{/* 工程机械 */}
<div className="w-1/4 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="工程机械"
src={t("applications.groups.group1.items.app3.image")}
alt={t("applications.groups.group1.items.app3.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group1.items.app3.name")}
</div>
</div>
</div>
@@ -341,36 +357,36 @@ export default function HomeComponent() {
{/* 高速护栏 - 宽度为其他卡片的两倍 */}
<div className="w-1/2 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="高速护栏"
src={t("applications.groups.group1.items.app4.image")}
alt={t("applications.groups.group1.items.app4.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group1.items.app4.name")}
</div>
</div>
{/* 桥梁 */}
<div className="w-1/4 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="桥梁"
src={t("applications.groups.group1.items.app5.image")}
alt={t("applications.groups.group1.items.app5.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group1.items.app5.name")}
</div>
</div>
{/* 钢结构 */}
<div className="w-1/4 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="钢结构"
src={t("applications.groups.group1.items.app6.image")}
alt={t("applications.groups.group1.items.app6.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group1.items.app6.name")}
</div>
</div>
</div>
@@ -383,36 +399,36 @@ export default function HomeComponent() {
{/* 建筑工程 */}
<div className="w-1/3 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="建筑工程"
src={t("applications.groups.group2.items.app7.image")}
alt={t("applications.groups.group2.items.app7.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group2.items.app7.name")}
</div>
</div>
{/* 水利水电 */}
<div className="w-1/3 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="水利水电"
src={t("applications.groups.group2.items.app8.image")}
alt={t("applications.groups.group2.items.app8.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group2.items.app8.name")}
</div>
</div>
{/* 轨道交通 */}
<div className="w-1/3 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="轨道交通"
src={t("applications.groups.group2.items.app9.image")}
alt={t("applications.groups.group2.items.app9.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group2.items.app9.name")}
</div>
</div>
</div>
@@ -422,36 +438,36 @@ export default function HomeComponent() {
{/* 市政工程 */}
<div className="w-1/3 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="市政工程"
src={t("applications.groups.group2.items.app10.image")}
alt={t("applications.groups.group2.items.app10.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group2.items.app10.name")}
</div>
</div>
{/* 农业设施 */}
<div className="w-1/3 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="农业设施"
src={t("applications.groups.group2.items.app11.image")}
alt={t("applications.groups.group2.items.app11.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group2.items.app11.name")}
</div>
</div>
{/* 能源化工 */}
<div className="w-1/3 relative overflow-hidden rounded-lg">
<img
src="/placeholder.svg"
alt="能源化工"
src={t("applications.groups.group2.items.app12.image")}
alt={t("applications.groups.group2.items.app12.alt")}
className="w-full h-[280px] object-cover hover:scale-105 transition-transform duration-300"
/>
<div className="absolute bottom-0 left-0 right-0 bg-black/60 text-white py-2 px-4">
{t("applications.groups.group2.items.app12.name")}
</div>
</div>
</div>

View File

@@ -0,0 +1,104 @@
// components/mdx/TableOfContents.client.tsx
"use client";
import { useEffect, useState } from 'react';
interface TableOfContentsItem {
id: string;
text: string;
level: number;
}
interface TableOfContentsProps {
items: TableOfContentsItem[];
title?: string;
}
export default function TableOfContents({
items = [],
title = "目录"
}: TableOfContentsProps) {
const [activeId, setActiveId] = useState<string>("");
useEffect(() => {
if (items.length === 0) return;
const observer = new IntersectionObserver(
(entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
setActiveId(entry.target.id);
}
});
},
{ rootMargin: "0% 0% -80% 0%" }
);
// 观察所有标题元素
items.forEach((item) => {
const element = document.getElementById(item.id);
if (element) {
observer.observe(element);
}
});
return () => {
items.forEach((item) => {
const element = document.getElementById(item.id);
if (element) {
observer.unobserve(element);
}
});
};
}, [items]);
const handleClick = (e: React.MouseEvent, id: string) => {
e.preventDefault();
const element = document.getElementById(id);
if (element) {
element.scrollIntoView({ behavior: "smooth" });
window.history.pushState(null, "", `#${id}`);
setActiveId(id);
}
};
if (!items || items.length === 0) {
return null;
}
return (
<aside className="fixed left-0 top-0 w-64 h-screen border-r border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-900 z-10 overflow-y-auto">
<div className="p-6">
<h3 className="text-lg font-semibold mb-4 text-gray-800 dark:text-gray-200">
{title}
</h3>
<nav>
<ul className="space-y-2 border-l-2 border-gray-200 dark:border-gray-700">
{items.map((item) => {
const isActive = activeId === item.id;
return (
<li
key={item.id}
style={{ marginLeft: `${(item.level - 2) * 0.75}rem` }}
className={`text-sm border-l-2 -ml-0.5 pl-4 transition-colors duration-200 ${isActive
? "border-blue-500 text-blue-600 dark:text-blue-400 font-medium"
: "border-transparent hover:border-blue-400"
} hover:text-blue-600 dark:hover:text-blue-400 cursor-pointer`}
>
<a
href={`#${item.id}`}
className={`block py-1 transition-all duration-200 ${isActive ? "translate-x-1" : "hover:translate-x-1"
}`}
onClick={(e) => handleClick(e, item.id)}
>
{item.text}
</a>
</li>
);
})}
</ul>
</nav>
</div>
</aside>
);
}

View File

@@ -12,10 +12,10 @@ const GITHUB_URL = 'https://github.com/weijunext'
const DISCORD_URL = process.env.NEXT_PUBLIC_DISCORD_INVITE_URL
export const siteConfig: SiteConfig = {
name: "福安德外贸",
tagLine: '福安德 外贸 门户网站',
name: "巨丰钢铁",
tagLine: '巨丰钢铁 门户网站',
description:
"福安德 外贸 门户网站,提供专业的外贸服务和解决方案。",
"巨丰钢铁 门户网站,提供专业的钢铁服务和解决方案。",
url: BASE_URL,
authors: [
{
@@ -35,9 +35,9 @@ export const siteConfig: SiteConfig = {
{ media: '(prefers-color-scheme: light)', color: 'white' },
{ media: '(prefers-color-scheme: dark)', color: 'black' },
],
defaultNextTheme: 'system', // next-theme option: system | dark | light
defaultNextTheme: 'light', // next-theme option: system | dark | light
icons: {
icon: "/favicon.ico",
icon: "/favicon.png",
shortcut: "/logo.png",
apple: "/logo.png", // apple-touch-icon.png
},

288
content/about/awards/en.mdx Normal file
View File

@@ -0,0 +1,288 @@
---
title: Awards and Honors
slug: awards
date: 2023-06-05
author: Giant Peak Steel (Shandong)
description: Awards, certifications and honors received by Giant Peak Steel (Shandong) Co., Ltd.
---
# Awards and Honors of Giant Peak Steel (Shandong) Co., Ltd.
## Overview of Honors
Since its establishment, Giant Peak Steel (Shandong) Co., Ltd. has won wide recognition and praise in domestic and international markets with its excellent product quality, high-quality services and good corporate reputation, and has successively received many important awards and certifications. These honors are not only an affirmation of Fuan De's past achievements, but also a driving force to inspire us to keep moving forward.
## International Certifications and Qualifications
### ISO Quality Management System Certification
**ISO 9001:2015 Quality Management System Certification**
- First obtained: 2012, continuously maintained to date
- Certification body: TÜV Rheinland, Germany
- Certification scope: Whole process quality management of procurement, sales and services of steel products
### Environmental Management System Certification
**ISO 14001:2015 Environmental Management System Certification**
- Obtained: 2015
- Certification body: SGS Group, Switzerland
- Certification scope: Environmental management in company's operational activities
### Occupational Health and Safety Management System Certification
**ISO 45001:2018 Occupational Health and Safety Management System Certification**
- Obtained: 2019
- Certification body: BSI Group, United Kingdom
- Certification scope: Internal occupational health and safety management of the company
### Product Certifications
**EU CE Certification**
- Obtained: 2013
- Certification scope: High-frequency welded pipes, square and rectangular pipes and other products exported to the EU market
**US API Certification**
- Obtained: 2016
- Certification scope: Steel pipe products for the oil and natural gas industry
**Japanese JIS Certification**
- Obtained: 2017
- Certification scope: Steel products conforming to Japanese Industrial Standards
**Korean KS Certification**
- Obtained: 2018
- Certification scope: Steel products conforming to Korean Industrial Standards
## National Awards
### China Import and Export Quality Integrity Enterprise
- Awarding body: General Administration of Customs of China
- Obtained: 2014, 2016, 2018, 2020, 2022 (five consecutive sessions)
- Award level: National level
### Leading Enterprise in China's Steel Trade Industry
- Awarding body: China Iron and Steel Industry Association
- Obtained: 2017, 2020
- Award level: National level
### National High-Tech Enterprise
- Certification body: Ministry of Science and Technology, Ministry of Finance, State Administration of Taxation
- First certified: 2018, re-certified in 2021
- Certificate validity: Three years
### Top 500 Chinese Foreign Trade Enterprises
- Publishing body: China Association of Foreign Trade and Economic Cooperation Enterprises
- Obtained: 2019, 2020, 2021, 2022
- Ranking: 286th in 2022
### National Contract-abiding and Trustworthy Enterprise
- Certification body: State Administration for Market Regulation
- Obtained: 2016, 2018, 2020, 2022 (four consecutive sessions)
- Certification level: National level
## Provincial Awards
### Outstanding Private Enterprise in Jiangsu Province
- Awarding body: People's Government of Jiangsu Province
- Obtained: 2015, 2019, 2022
- Award level: Provincial level
### Famous Export Enterprise of Jiangsu Province
- Awarding body: Department of Commerce of Jiangsu Province
- Obtained: 2016, 2019, 2022
- Validity period: Three years
### Jiangsu Quality Award
- Awarding body: Market Supervision Administration of Jiangsu Province
- Obtained: 2018
- Award level: Highest honor in the field of quality at provincial level
### Jiangsu AAA Credit Enterprise
- Rating body: Jiangsu Enterprise Credit Management Association
- Obtained: Since 2014 (nine consecutive years)
- Credit rating: AAA (highest level)
### Top 10 Enterprises in Jiangsu Steel Trade Industry
- Awarding body: Jiangsu Steel Trade Chamber of Commerce
- Obtained: 2015 to 2022 (eight consecutive years)
- Ranking: 3rd in 2022
## Municipal Awards
### Outstanding Enterprise of Nanjing City
- Awarding body: People's Government of Nanjing City
- Obtained: 2016, 2018, 2020, 2022
- Award level: Municipal level
### Advanced Foreign Trade Export Enterprise of Nanjing City
- Awarding body: Nanjing Municipal Bureau of Commerce
- Obtained: 2017 to 2022 (six consecutive years)
- Ranking: 15th in the city in 2022
### Nanjing Quality Management Award
- Awarding body: Nanjing Municipal Market Supervision Administration
- Obtained: 2019
- Award level: Highest honor in the field of quality at municipal level
### Major Taxpayer of Nanjing City
- Certification body: Nanjing Municipal Tax Bureau
- Obtained: 2018 to 2022 (five consecutive years)
- Recognition level: Grade A
### Model Unit for Corporate Culture Construction in Nanjing City
- Awarding body: Nanjing Corporate Culture Construction Association
- Obtained: 2021
- Validity period: Two years
## Industry Honors
### Annual Leading Enterprise in China's Steel Logistics Industry
- Awarding body: Steel Logistics Professional Committee of China Federation of Logistics and Purchasing
- Obtained: 2016, 2019, 2022
### Excellent Service Provider of China's Steel E-commerce Platform
- Awarding body: E-commerce Working Committee of China Iron and Steel Industry Association
- Obtained: 2018, 2020, 2022
### AAA Credit Enterprise in China's Metal Materials Circulation Industry
- Rating body: China Metal Materials Circulation Association
- Obtained: Since 2015 (eight consecutive years)
- Credit rating: AAA
### China's Steel Supply Chain Innovation Enterprise
- Awarding body: China Steel Supply Chain Innovation Alliance
- Obtained: 2021
### Outstanding Contribution Award for China's Steel International Trade
- Awarding body: China Chamber of Commerce for Import and Export of Metals, Minerals and Chemicals
- Obtained: 2022
## Recognition from Customers and Partners
### Excellent Supplier Award
- Awarded by: POSCO (Korea)
- Obtained: 2017, 2019, 2021, 2023
- Evaluation: "Most reliable partner"
### Quality Excellence Award
- Awarded by: Nippon Steel & Sumitomo Metal Corporation (Japan)
- Obtained: 2018, 2020, 2022
- Evaluation: "Excellent quality control capabilities"
### Best Service Award
- Awarded by: ThyssenKrupp Group (Germany)
- Obtained: 2019, 2021
- Evaluation: "Efficient and professional service team"
### Strategic Partner
- Awarded by: ArcelorMittal Group (France)
- Obtained: Since 2017
- Cooperation level: Global strategic partner
### Supplier of the Year
- Awarded by: United States Steel Corporation
- Obtained: 2022
- Evaluation: "Provided us with stable and reliable product supply"
## Social Responsibility Awards
### Excellent Case of Chinese Corporate Social Responsibility
- Awarding body: Chinese Corporate Social Responsibility Research Association
- Obtained: 2020
- Case theme: "Green Supply Chain Construction in Steel Industry"
### Advanced Unit for Charitable Donations in Jiangsu Province
- Awarding body: Jiangsu Charity Federation
- Obtained: 2019, 2021, 2023
### Nanjing Environmental Protection Model Enterprise
- Awarding body: Nanjing Municipal Bureau of Ecology and Environment
- Obtained: 2018, 2020, 2022
### Poverty Alleviation Contribution Award
- Awarding body: Poverty Alleviation and Development Leading Group of Jiangsu Province
- Obtained: 2021
- Recognition reason: Made outstanding contributions in paired assistance work for poor areas
## Technological Innovation Awards
### Jiangsu Science and Technology Progress Award
- Awarding body: Department of Science and Technology of Jiangsu Province
- Obtained: 2020
- Award-winning project: "Research and Application of High-Performance Anti-Corrosion Steel Pipes"
- Award level: Second Prize
### Nanjing Technology Innovation Award
- Awarding body: Nanjing Municipal Bureau of Science and Technology
- Obtained: 2019, 2021
- Award-winning projects: "Steel Trade Digital Platform Construction" (2019), "Intelligent Warehouse Logistics System" (2021)
### Technology Innovation Model Enterprise in China's Steel Industry
- Awarding body: China Iron and Steel Industry Association
- Obtained: 2022
### Intellectual Property Management System Certification
- Certification body: State Intellectual Property Office
- Obtained: 2018
- Certification scope: Acquisition, maintenance, utilization and protection of the company's intellectual property rights
### Jiangsu Patent Award
- Awarding body: Intellectual Property Office of Jiangsu Province
- Obtained: 2021
- Award-winning patent: "A New High-Frequency Welded Pipe Production Process" (invention patent)
- Award level: Excellence Award
## Statistics of Honorary Achievements
As of June 2023, Giant Peak Steel (Shandong) Co., Ltd. has received a total of:
- **International Certifications**: 8 items
- **National Awards**: 12 items
- **Provincial Awards**: 15 items
- **Municipal Awards**: 18 items
- **Industry Honors**: 15 items
- **Customer Recognition**: 12 items
- **Social Responsibility Awards**: 8 items
- **Technological Innovation Awards**: 10 items
**Total**: 98 various awards and certifications
## Future Outlook
Giant Peak Steel (Shandong) Co., Ltd. will continue to adhere to the business philosophy of "Quality First, Reputation Supreme", continuously improve product quality and service levels, create greater value for customers, and make greater contributions to the development of the industry. We will actively participate in the formulation of international standards, strengthen technological innovation, promote industry progress, and strive to obtain more international recognition and honors.
Giant Peak Steel (Shandong) Co., Ltd. thanks the support and recognition from all walks of life. We will take this as motivation, continue to work hard, pursue excellence, and strive unremittingly to become a globally leading steel products trader!

288
content/about/awards/vi.mdx Normal file
View File

@@ -0,0 +1,288 @@
---
title: Giải thưởng và Danh hiệu
slug: awards
date: 2023-06-05
author: Giant Peak Steel (Shandong)
description: Các giải thưởng, chứng nhận và danh hiệu mà Công ty TNHH Thương mại Quốc tế Fuan De nhận được.
---
# Giải thưởng và Danh hiệu của Công ty TNHH Thương mại Quốc tế Fuan De
## Tổng quan về Danh hiệu
Kể từ khi thành lập, Công ty TNHH Thương mại Quốc tế Fuan De đã đạt được sự công nhận và khen ngợi rộng rãi trên thị trường trong nước và quốc tế nhờ chất lượng sản phẩm xuất sắc, dịch vụ chất lượng cao và uy tín doanh nghiệp tốt, và liên tục nhận được nhiều giải thưởng và chứng nhận quan trọng. Những danh hiệu này không chỉ là sự khẳng định cho thành tích quá khứ của Fuan De, mà còn là động lực để chúng tôi tiếp tục tiến về phía trước.
## Chứng nhận Quốc tế và Chất lượng
### Chứng nhận Hệ thống Quản lý Chất lượng ISO
**Chứng nhận Hệ thống Quản lý Chất lượng ISO 9001:2015**
- Thời gian nhận: Lần đầu tiên vào năm 2012, duy trì liên tục đến nay
- Cơ quan chứng nhận: TÜV Rheinland, Đức
- Phạm vi chứng nhận: Quản lý chất lượng toàn tiến trình trong việc mua sắm, bán hàng và dịch vụ sản phẩm thép
### Chứng nhận Hệ thống Quản lý Môi trường
**Chứng nhận Hệ thống Quản lý Môi trường ISO 14001:2015**
- Thời gian nhận: Năm 2015
- Cơ quan chứng nhận: Tập đoàn SGS, Thụy Sĩ
- Phạm vi chứng nhận: Quản lý môi trường trong các hoạt động kinh doanh của công ty
### Chứng nhận Hệ thống Quản lý Sức khỏe và An toàn Nghề nghiệp
**Chứng nhận Hệ thống Quản lý Sức khỏe và An toàn Nghề nghiệp ISO 45001:2018**
- Thời gian nhận: Năm 2019
- Cơ quan chứng nhận: Tập đoàn BSI, Vương quốc Anh
- Phạm vi chứng nhận: Quản lý sức khỏe và an toàn nghề nghiệp nội bộ của công ty
### Chứng nhận Sản phẩm
**Chứng nhận CE Châu Âu**
- Thời gian nhận: Năm 2013
- Phạm vi chứng nhận: Ống hàn tần số cao, ống vuông chữ nhật và các sản phẩm khác xuất khẩu sang thị trường Châu Âu
**Chứng nhận API Hoa Kỳ**
- Thời gian nhận: Năm 2016
- Phạm vi chứng nhận: Sản phẩm ống thép dùng cho ngành dầu khí
**Chứng nhận JIS Nhật Bản**
- Thời gian nhận: Năm 2017
- Phạm vi chứng nhận: Sản phẩm thép tuân thủ Tiêu chuẩn Công nghiệp Nhật Bản
**Chứng nhận KS Hàn Quốc**
- Thời gian nhận: Năm 2018
- Phạm vi chứng nhận: Sản phẩm thép tuân thủ Tiêu chuẩn Công nghiệp Hàn Quốc
## Giải thưởng Cấp Quốc gia
### Doanh nghiệp Chính trực Chất lượng Xuất nhập khẩu Trung Quốc
- Cơ quan trao giải: Tổng Cục Hải quan Trung Quốc
- Thời gian nhận: Năm 2014, 2016, 2018, 2020, 2022 (năm kỳ liên tiếp)
- Cấp giải: Quốc gia
### Doanh nghiệp Thân锋 Ngành Thương mại Thép Trung Quốc
- Cơ quan trao giải: Hiệp hội Công nghiệp Thép Trung Quốc
- Thời gian nhận: Năm 2017, 2020
- Cấp giải: Quốc gia
### Doanh nghiệp Cao cấp Công nghệ Quốc gia
- Cơ quan xác định: Bộ Khoa học Công nghệ, Bộ Tài chính, Cục Thuế Quốc gia
- Thời gian xác định lần đầu: Năm 2018, cập nhật lại năm 2021
- Thời hạn hiệu lực: Ba năm
### Top 500 Doanh nghiệp Ngoại thương Trung Quốc
- Cơ quan công bố: Hiệp hội Doanh nghiệp Thương mại và Hợp tác Kinh tế Ngoại thương Trung Quốc
- Thời gian nhận: Năm 2019, 2020, 2021, 2022
- Xếp hạng: 286th năm 2022
### Doanh nghiệp Tuân thủ Hợp đồng và Trọng Tín dụng Quốc gia
- Cơ quan xác định: Cục Quản lý Thị trường Quốc gia
- Thời gian nhận: Năm 2016, 2018, 2020, 2022 (bốn kỳ liên tiếp)
- Cấp xác định: Quốc gia
## Giải thưởng Cấp Tỉnh
### Doanh nghiệp Dân lập Xuất sắc của Tỉnh Giang Tô
- Cơ quan trao giải: Chính phủ Tỉnh Giang Tô
- Thời gian nhận: Năm 2015, 2019, 2022
- Cấp giải: Tỉnh
### Doanh nghiệp Thương hiệu Xuất khẩu Nổi tiếng của Tỉnh Giang Tô
- Cơ quan trao giải: Sở Thương mại Tỉnh Giang Tô
- Thời gian nhận: Năm 2016, 2019, 2022
- Thời hạn hiệu lực: Ba năm
### Giải thưởng Chất lượng Tỉnh Giang Tô
- Cơ quan trao giải: Cục Quản lý Thị trường Tỉnh Giang Tô
- Thời gian nhận: Năm 2018
- Cấp giải: Danh hiệu cao nhất trong lĩnh vực chất lượng cấp tỉnh
### Doanh nghiệp Tin dụng cấp AAA của Tỉnh Giang Tô
- Cơ quan đánh giá: Hiệp hội Quản lý Tin dụng Doanh nghiệp Tỉnh Giang Tô
- Thời gian nhận: Từ năm 2014 đến nay (chín năm liên tiếp)
- Cấp tín dụng: AAA (cấp cao nhất)
### Top 10 Doanh nghiệp Ngành Thương mại Thép của Tỉnh Giang Tô
- Cơ quan trao giải: Hội Thương mại Thép Tỉnh Giang Tô
- Thời gian nhận: Từ năm 2015 đến 2022 (tám năm liên tiếp)
- Xếp hạng: 3rd năm 2022
## Giải thưởng Cấp Thành phố
### Doanh nghiệp Xuất sắc của Thành phố Nam Kinh
- Cơ quan trao giải: Chính phủ Thành phố Nam Kinh
- Thời gian nhận: Năm 2016, 2018, 2020, 2022
- Cấp giải: Thành phố
### Doanh nghiệp Tiến bộ Xuất khẩu Ngoại thương của Thành phố Nam Kinh
- Cơ quan trao giải: Sở Thương mại Thành phố Nam Kinh
- Thời gian nhận: Từ năm 2017 đến 2022 (sáu năm liên tiếp)
- Xếp hạng: 15th thành phố năm 2022
### Giải thưởng Quản lý Chất lượng Thành phố Nam Kinh
- Cơ quan trao giải: Cục Quản lý Thị trường Thành phố Nam Kinh
- Thời gian nhận: Năm 2019
- Cấp giải: Danh hiệu cao nhất trong lĩnh vực chất lượng cấp thành phố
### Doanh nghiệp Trả thuế Lớn của Thành phố Nam Kinh
- Cơ quan xác định: Cục Thuế Thành phố Nam Kinh
- Thời gian nhận: Từ năm 2018 đến 2022 (năm năm liên tiếp)
- Cấp khen thưởng: A
### Đơn vị Mô hình Xây dựng Văn hóa Doanh nghiệp của Thành phố Nam Kinh
- Cơ quan trao giải: Hội Xây dựng Văn hóa Doanh nghiệp Thành phố Nam Kinh
- Thời gian nhận: Năm 2021
- Thời hạn hiệu lực: Hai năm
## Danh hiệu Ngành
### Doanh nghiệp Thân锋 Nhân dân Ngành Logistics Thép Trung Quốc
- Cơ quan trao giải: Ủy ban Chuyên ngành Logistics Thép Liên hội Logistics và Mua sắm Trung Quốc
- Thời gian nhận: Năm 2016, 2019, 2022
### Nhà Cung cấp Truyền Thông điện tử Thép Trung Quốc Xuất sắc
- Cơ quan trao giải: Ủy ban Công tác Truyền Thông điện tử Hiệp hội Công nghiệp Thép Trung Quốc
- Thời gian nhận: Năm 2018, 2020, 2022
### Doanh nghiệp Tin dụng cấp AAA Ngành Phân phối Vật liệu Kim loại Trung Quốc
- Cơ quan đánh giá: Hiệp hội Phân phối Vật liệu Kim loại Trung Quốc
- Thời gian nhận: Từ năm 2015 đến nay (tám năm liên tiếp)
- Cấp tín dụng: AAA
### Doanh nghiệp Đổi mới Chuỗi cung ứng Thép Trung Quốc
- Cơ quan trao giải: Liên minh Đổi mới Chuỗi cung ứng Thép Trung Quốc
- Thời gian nhận: Năm 2021
### Giải thưởng Đóng góp Xuất sắc vào Thương mại Quốc tế Thép Trung Quốc
- Cơ quan trao giải: Hội Thương mại Xuất nhập khẩu Khoáng sản, Hóa chất, Kim loại Trung Quốc
- Thời gian nhận: Năm 2022
## Sự công nhận từ Khách hàng và Đối tác
### Giải thưởng Nhà Cung cấp Xuất sắc
- Người trao: POSCO (Hàn Quốc)
- Thời gian nhận: Năm 2017, 2019, 2021, 2023
- Đánh giá: "Đối tác đáng tin cậy nhất"
### Giải thưởng Chất lượng Xuất sắc
- Người trao: Công ty cổ phần Nippon Steel & Sumitomo Metal (Nhật Bản)
- Thời gian nhận: Năm 2018, 2020, 2022
- Đánh giá: "Khả năng kiểm soát chất lượng xuất sắc"
### Giải thưởng Dịch vụ Tốt nhất
- Người trao: Tập đoàn ThyssenKrupp (Đức)
- Thời gian nhận: Năm 2019, 2021
- Đánh giá: "Nhóm dịch vụ hiệu quả và chuyên nghiệp"
### Đối tác Chiến lược
- Người trao: Tập đoàn ArcelorMittal (Pháp)
- Thời gian nhận: Từ năm 2017 đến nay
- Cấp độ hợp tác: Đối tác chiến lược toàn cầu
### Nhà Cung cấp Xuất sắc Năm
- Người trao: Công ty Thép Hoa Kỳ
- Thời gian nhận: Năm 2022
- Đánh giá: "Cung cấp cho chúng tôi nguồn cung cấp sản phẩm ổn định và đáng tin cậy"
## Giải thưởng Trách nhiệm Xã hội
### Trường hợp Xuất sắc về Trách nhiệm Xã hội Doanh nghiệp Trung Quốc
- Cơ quan trao giải: Hiệp hội Nghiên cứu Trách nhiệm Xã hội Doanh nghiệp Trung Quốc
- Thời gian nhận: Năm 2020
- Chủ đề trường hợp: "Xây dựng Chuỗi cung ứng Xanh cho Ngành Thép"
### Đơn vị Tiến bộ Tài trợ Từ thiện của Tỉnh Giang Tô
- Cơ quan trao giải: Hội Từ thiện Tỉnh Giang Tô
- Thời gian nhận: Năm 2019, 2021, 2023
### Doanh nghiệp Mô hình Bảo vệ Môi trường Thành phố Nam Kinh
- Cơ quan trao giải: Sở Môi trường Sinh thái Thành phố Nam Kinh
- Thời gian nhận: Năm 2018, 2020, 2022
### Giải thưởng Đóng góp vào Xóa nghèo
- Cơ quan trao giải: Nhóm Chỉ đạo Xóa nghèo Phát triển Tỉnh Giang Tô
- Thời gian nhận: Năm 2021
- Lý do khen thưởng: Đã做出sự đóng góp突出trong công tác trợ giúp cặp đôi với vùng贫困
## Giải thưởng Đổi mới Công nghệ
### Giải thưởng Tiến bộ Khoa học Công nghệ Tỉnh Giang Tô
- Cơ quan trao giải: Sở Khoa học Công nghệ Tỉnh Giang Tô
- Thời gian nhận: Năm 2020
- Dự án giành giải: "Nghiên cứu và Ứng dụng ống thép chống ăn mòn hiệu suất cao"
- Cấp giải: Giải nhì
### Giải thưởng Đổi mới Công nghệ Thành phố Nam Kinh
- Cơ quan trao giải: Sở Khoa học Công nghệ Thành phố Nam Kinh
- Thời gian nhận: Năm 2019, 2021
- Dự án giành giải: "Xây dựng nền tảng kỹ thuật số Thương mại Thép" (năm 2019), "Hệ thống Logistics Kho Bãi Thông minh" (năm 2021)
### Doanh nghiệp Mô hình Đổi mới Công nghệ Ngành Thép Trung Quốc
- Cơ quan trao giải: Hiệp hội Công nghiệp Thép Trung Quốc
- Thời gian nhận: Năm 2022
### Chứng nhận Hệ thống Quản lý Quyền Sở hữu trí tuệ
- Cơ quan chứng nhận: Sở Quyền Sở hữu trí tuệ Quốc gia
- Thời gian nhận: Năm 2018
- Phạm vi chứng nhận: Nhận được, duy trì, ứng dụng và bảo vệ quyền sở hữu trí tuệ của công ty
### Giải thưởng Paten Tỉnh Giang Tô
- Cơ quan trao giải: Sở Quyền Sở hữu trí tuệ Tỉnh Giang Tô
- Thời gian nhận: Năm 2021
- Paten giành giải: "Quá trình sản xuất ống hàn tần số cao mới" (paten phát minh)
- Cấp giải: Giải Khen
## Thống kê Thành tích Danh hiệu
Tính đến tháng 6 năm 2023, Công ty TNHH Thương mại Quốc tế Fuan De đã nhận được tổng cộng:
- **Chứng nhận Quốc tế**: 8 hạng mục
- **Giải thưởng Cấp Quốc gia**: 12 hạng mục
- **Giải thưởng Cấp Tỉnh**: 15 hạng mục
- **Giải thưởng Cấp Thành phố**: 18 hạng mục
- **Danh hiệu Ngành**: 15 hạng mục
- **Sự công nhận từ Khách hàng**: 12 hạng mục
- **Giải thưởng Trách nhiệm Xã hội**: 8 hạng mục
- **Giải thưởng Đổi mới Công nghệ**: 10 hạng mục
**Tổng cộng**: 98 hạng mục giải thưởng và chứng nhận
## Tầm nhìn Tương lai
Công ty TNHH Thương mại Quốc tế Fuan De sẽ tiếp tục坚持chế độ kinh doanh "Chất lượng Đầu tiên, Uy tín Trên hết", không ngừng nâng cao chất lượng sản phẩm và mức dịch vụ, tạo ra giá trị lớn hơn cho khách hàng, và做出sự đóng góp lớn hơn cho phát triển ngành. Chúng tôi sẽ积极参与định dạng tiêu chuẩn quốc tế, tăng cường đổi mới công nghệ, thúc đẩy tiến bộ ngành, và cố gắng nhận được nhiều sự công nhận và danh hiệu quốc tế hơn.
Công ty TNHH Thương mại Quốc tế Fuan De cảm ơn sự ủng hộ và công nhận từ各界thành phần xã hội. Chúng tôi sẽ lấy điều này làm động lực, không ngừng nỗ lực, theo đuổi sự xuất sắc, và nỗ lực không ngừng để trở thành một nhà thương mại sản phẩm thép dẫn đầu toàn cầu!

View File

@@ -2,15 +2,15 @@
title: 奖项荣誉
slug: awards
date: 2023-06-05
author: 福安德外贸
description: 福安德外贸有限公司获得的奖项、认证和荣誉
author: 巨丰钢铁
description: 巨丰钢铁有限公司获得的奖项、认证和荣誉
---
# 福安德外贸有限公司 奖项与荣誉
# 巨丰钢铁(山东)有限公司 奖项与荣誉
## 荣誉概述
福安德外贸有限公司自成立以来,凭借卓越的产品质量、优质的服务和良好的企业信誉,在国内外市场赢得了广泛的认可和赞誉,先后获得了多项重要奖项和认证。这些荣誉不仅是对福安德过去成绩的肯定,更是激励我们不断前进的动力。
巨丰钢铁(山东)有限公司自成立以来,凭借卓越的产品质量、优质的服务和良好的企业信誉,在国内外市场赢得了广泛的认可和赞誉,先后获得了多项重要奖项和认证。这些荣誉不仅是对巨丰钢铁过去成绩的肯定,更是激励我们不断前进的动力。
## 国际认证与资质
@@ -268,7 +268,7 @@ description: 福安德外贸有限公司获得的奖项、认证和荣誉
## 荣誉成就统计
截至2023年6月福安德外贸有限公司累计获得:
截至2023年6月巨丰钢铁(山东)有限公司累计获得:
- **国际认证**8项
- **国家级奖项**12项
@@ -283,6 +283,6 @@ description: 福安德外贸有限公司获得的奖项、认证和荣誉
## 未来展望
福安德外贸有限公司将继续坚持"质量第一、信誉至上"的经营理念,不断提升产品质量和服务水平,为客户创造更大价值,为行业发展做出更大贡献。我们将积极参与国际标准制定,加强技术创新,推动行业进步,争取获得更多的国际认可和荣誉。
巨丰钢铁(山东)有限公司将继续坚持"质量第一、信誉至上"的经营理念,不断提升产品质量和服务水平,为客户创造更大价值,为行业发展做出更大贡献。我们将积极参与国际标准制定,加强技术创新,推动行业进步,争取获得更多的国际认可和荣誉。
福安德外贸有限公司感谢社会各界的支持和认可。我们将以此为动力,不断努力,追求卓越,为成为全球领先的钢铁制品贸易商而不懈奋斗!
巨丰钢铁(山东)有限公司感谢社会各界的支持和认可。我们将以此为动力,不断努力,追求卓越,为成为全球领先的钢铁制品贸易商而不懈奋斗!

370
content/about/base/en.mdx Normal file
View File

@@ -0,0 +1,370 @@
---
title: Base Introduction
slug: base
date: 2023-06-06
author: Giant Peak Steel (Shandong)
description: Introduction to production bases, logistics centers of Giant Peak Steel (Shandong) Co., Ltd.
---
# Giant Peak Steel (Shandong) Co., Ltd. Base Introduction
## Base Overview
Giant Peak Steel (Shandong) Co., Ltd. has a comprehensive industrial base network, including production and processing bases, warehousing and logistics bases, R&D centers, and headquarters. These bases are distributed across multiple provinces and cities in China, with overseas branches established, forming a global business layout. The complete infrastructure provides a solid guarantee for the company's rapid development.
## Domestic Production and Processing Bases
### Nanjing Headquarters Production Base
**Basic Information**
- Location: Jiangning Economic and Technological Development Zone, Nanjing, Jiangsu Province
- Area: 120,000 square meters
- Construction area: 85,000 square meters
- Production start time: 2008 (Phase I), 2012 (Phase II), 2018 (Phase III expansion)
**Main Functions**
- High-frequency welded pipe production lines: 12 lines, annual capacity of 500,000 tons
- Square and rectangular pipe production lines: 8 lines, annual capacity of 300,000 tons
- Steel-plastic composite pipe production lines: 4 lines, annual capacity of 100,000 tons
- Product surface treatment workshops: 2 workshops, including hot-dip galvanizing, coating, etc.
- Quality inspection center: Equipped with advanced testing equipment to ensure product quality
**Technical Features**
- Introduced advanced production equipment and processes from Germany and Japan
- Adopted fully automated control systems to improve production efficiency and product quality
- Implemented digital management and monitoring throughout the production process
- Possessed customized production capabilities to meet special customer needs
### Tangshan Steel Production Base
**Basic Information**
- Location: Caofeidian Industrial Zone, Tangshan, Hebei Province
- Area: 180,000 square meters
- Construction area: 120,000 square meters
- Production start time: 2013 (Phase I), 2017 (Phase II expansion)
**Main Functions**
- Hot-rolled strip production lines: 3 lines, annual capacity of 1.2 million tons
- Cold-rolled strip production lines: 2 lines, annual capacity of 800,000 tons
- Precision steel pipe production lines: 6 lines, annual capacity of 250,000 tons
- Special steel processing workshop: 1 workshop, focusing on high value-added products
**Technical Features**
- Adopted internationally leading short-process production techniques, energy-saving and environmentally friendly
- Possessed advanced steel rolling technology, high product precision and stable performance
- Established strict quality control system, products conforming to international standards
- Formed industrial chain coordination with surrounding steel enterprises to reduce production costs
### Wuxi Stainless Steel Processing Base
**Basic Information**
- Location: Xishan Economic Development Zone, Wuxi, Jiangsu Province
- Area: 65,000 square meters
- Construction area: 45,000 square meters
- Production start time: 2015
**Main Functions**
- Stainless steel pipe production lines: 5 lines, annual capacity of 150,000 tons
- Stainless steel plate processing lines: 3 lines, annual capacity of 200,000 tons
- Stainless steel product processing workshops: 2 workshops, focusing on deep processing products
- Surface treatment center: Providing multiple surface treatment processes such as mirror polishing, wire drawing, sandblasting, etc.
**Technical Features**
- Focusing on the production and processing of high-quality stainless steel products
- Introduced advanced stainless steel processing equipment from Italy
- Products widely used in food, pharmaceutical, chemical and other high-end fields
- Possessed complete qualification for the production of sanitary-grade stainless steel products
### Guangzhou Non-ferrous Metal Processing Base
**Basic Information**
- Location: Nansha District, Guangzhou, Guangdong Province
- Area: 50,000 square meters
- Construction area: 35,000 square meters
- Production start time: 2018
**Main Functions**
- Aluminum pipe production lines: 4 lines, annual capacity of 80,000 tons
- Copper pipe production lines: 3 lines, annual capacity of 50,000 tons
- Non-ferrous metal composite material production lines: 2 lines, annual capacity of 30,000 tons
- Non-ferrous metal product processing workshop: 1 workshop
**Technical Features**
- Focusing on the R&D and production of non-ferrous metal pipes and composite materials
- Adopted advanced extrusion molding technology, high dimensional accuracy of products
- Products widely used in aerospace, new energy and other fields
- Cooperated with multiple domestic scientific research institutes to continuously improve technical level
## Warehousing and Logistics Bases
### Shanghai International Logistics Center
**Basic Information**
- Location: Waigaoqiao Free Trade Zone, Pudong New District, Shanghai
- Area: 150,000 square meters
- Warehousing area: 120,000 square meters
- Put into use time: 2010 (Phase I), 2016 (Phase II expansion)
**Main Functions**
- Steel storage area: Can store various steel products up to 1 million tons
- Bonded warehouse: 30,000 square meters, can carry out bonded logistics business
- Processing and distribution center: Providing value-added services such as steel cutting and distribution
- International freight forwarding: Providing comprehensive logistics services including sea, air and land transportation
**Technical Features**
- Adopted intelligent warehouse management system to achieve precise positioning and efficient management of goods
- Equipped with advanced loading and unloading equipment, including gantry cranes, overhead cranes, forklifts, etc.
- Established a complete logistics information platform to achieve visual management of the entire logistics process
- Formed close cooperation with Shanghai Port, Yangshan Deep Water Port, etc., with high logistics efficiency
### Tianjin Northern Logistics Center
**Basic Information**
- Location: Binhai New District, Tianjin
- Area: 120,000 square meters
- Warehousing area: 90,000 square meters
- Put into use time: 2014
**Main Functions**
- Steel storage area: Can store various steel products up to 800,000 tons
- Special railway line: 1.2 kilometers long, annual throughput capacity of 2 million tons
- Processing and distribution center: Providing processing services such as steel plate flattening, slitting, etc.
- Regional distribution center: Covering cargo distribution in North and Northeast China
**Technical Features**
- Possessed special railway line, low logistics cost and high efficiency
- Adopted automated warehousing system to improve warehousing efficiency
- Established a complete cargo tracking system to ensure cargo safety
- Formed strategic cooperation with Tianjin Port, with obvious sea-rail combined transportation advantages
### Wuhan Central China Logistics Center
**Basic Information**
- Location: Dongxihu District, Wuhan, Hubei Province
- Area: 100,000 square meters
- Warehousing area: 70,000 square meters
- Put into use time: 2016
**Main Functions**
- Steel storage area: Can store various steel products up to 600,000 tons
- Highway distribution center: Covering cargo distribution in Central China
- Processing service center: Providing processing services such as steel cutting, welding, etc.
- Logistics information center: Collection and processing of regional logistics information
**Technical Features**
- Located in a national logistics node city, convenient transportation
- Adopted modern warehouse management system to improve management efficiency
- Established a complete logistics distribution network, with distribution radius covering 500 kilometers
- Cooperated with multiple logistics enterprises, with flexible and diverse logistics services
### Chengdu Southwest Logistics Center
**Basic Information**
- Location: Qingbaijiang District, Chengdu, Sichuan Province
- Area: 80,000 square meters
- Warehousing area: 55,000 square meters
- Put into use time: 2019
**Main Functions**
- Steel storage area: Can store various steel products up to 400,000 tons
- Regional distribution center: Covering cargo distribution in Southwest China
- Processing service center: Providing steel deep processing services
- Logistics financial services: Providing logistics financial services such as warehouse receipt pledge
**Technical Features**
- Located in the western logistics hub, radiating the southwest region
- Adopted intelligent warehousing system to improve warehousing efficiency
- Established a logistics financial service platform to provide value-added services for customers
- Cooperated with China-Europe Railway Express to expand international logistics channels
## R&D Centers
### Nanjing Headquarters R&D Center
**Basic Information**
- Location: Yuhuatai District Software Valley, Nanjing, Jiangsu Province
- Construction area: 15,000 square meters
- Put into use time: 2012 (Phase I), 2020 (expansion)
- R&D personnel: 120 people, including 15 doctors and 45 masters
**Main Functions**
- New material R&D laboratory: Focusing on the R&D of high-performance steel and composite materials
- Product design center: Using CAD/CAM technology for product design and optimization
- Process research center: Studying advanced production processes and processing technologies
- Testing and analysis center: Equipped with advanced testing equipment for product performance testing and analysis
**R&D Achievements**
- Obtained 85 authorized patents, including 25 invention patents
- Participated in the formulation of 12 national standards and 28 industry standards
- High-performance anti-corrosion steel pipes developed won the Jiangsu Science and Technology Progress Award
- Intelligent warehousing and logistics system won the Nanjing Technical Innovation Award
**Cooperation Institutions**
- Established industry-university-research cooperation relations with Southeast University, Nanjing University of Science and Technology, etc.
- Cooperated with China Iron and Steel Research Institute, Metallurgical Industry Planning and Research Institute, etc.
- Joined the International Iron and Steel Association Technical Committee to participate in the formulation of international standards
### Shanghai Frontier Technology R&D Center
**Basic Information**
- Location: Zhangjiang High-tech Park, Pudong New District, Shanghai
- Construction area: 8,000 square meters
- Put into use time: 2017
- R&D personnel: 60 people, mainly high-end technical talents
**Main Functions**
- Digital technology R&D: Focusing on the R&D of digital platform for steel trade
- Intelligent manufacturing technology research: Studying intelligent technology for steel production and processing
- Internet of Things technology application: Developing IoT application solutions for steel products
- International technical cooperation: Carrying out technical cooperation and exchanges with international advanced enterprises
**R&D Achievements**
- Developed digital platform for steel trade which has been recognized by the industry
- Intelligent warehousing and logistics system realized digital management of the entire logistics process
- Internet of Things technology application improved product quality traceability ability
- Digital marketing platform enhanced customer service level
## Headquarters Building
### Nanjing Headquarters Building
**Basic Information**
- Location: Central Business District, Gulou District, Nanjing, Jiangsu Province
- Construction area: 35,000 square meters
- Put into use time: 2015
- Office staff: 500 people
**Main Functions**
- Administrative office area: Company management and decision-making center
- International trade department: Responsible for international market development and customer maintenance
- Domestic trade department: Responsible for domestic market sales and customer service
- Financial management center: Responsible for company financial management and capital operation
- Human resources center: Responsible for talent recruitment, training and management
- Conference center: Equipped with modern conference facilities, can hold various meetings and activities
**Facility Features**
- Intelligent office system: Realizing office automation and informatization
- Energy-saving green building: Using energy-saving materials and technologies, green and environmentally friendly
- Humanized office environment: Providing comfortable office conditions and leisure facilities
- Safety monitoring system: Ensuring the safety of office premises
## Overseas Branches
### Southeast Asia Regional Center (Singapore)
**Basic Information**
- Location: Jurong Industrial Park, Singapore
- Establishment time: 2014
- Main business: Southeast Asian market development and customer maintenance
- Warehousing area: 15,000 square meters
**Business Scope**
- Responsible for business in Singapore, Malaysia, Indonesia, Thailand and other Southeast Asian countries
- Providing localized sales and service support
- Establishing regional logistics network to improve service efficiency
- Collecting market information and developing products suitable for the local market
### European Regional Center (Düsseldorf, Germany)
**Basic Information**
- Location: Düsseldorf, North Rhine-Westphalia, Germany
- Establishment time: 2016
- Main business: European market development and customer maintenance
- Warehousing area: 20,000 square meters
**Business Scope**
- Responsible for business in Germany, France, UK, Italy and other European countries
- Providing products and services that comply with EU standards
- Establishing localized technical support and after-sales service team
- Participating in European industry exhibitions and activities to enhance brand influence
### Middle East Regional Center (Dubai, UAE)
**Basic Information**
- Location: Jebel Ali Free Zone, Dubai, UAE
- Establishment time: 2018
- Main business: Middle East and African market development
- Warehousing area: 25,000 square meters
**Business Scope**
- Responsible for business in UAE, Saudi Arabia, Qatar and other Middle Eastern countries
- Radiating the African market to expand business scope
- Utilizing Dubai's logistics advantages to improve regional distribution efficiency
- Establishing localized sales and service team
### North America Regional Center (Houston, USA)
**Basic Information**
- Location: Houston, Texas, USA
- Establishment time: 2020
- Main business: North American market development and customer maintenance
- Warehousing area: 30,000 square meters
**Business Scope**
- Responsible for business in USA, Canada, Mexico and other North American countries
- Providing products and services that comply with American standards
- Establishing localized technical support and after-sales service team
- Cooperating with local steel enterprises in North America to expand business channels
## Base Construction and Development Planning
### Completed Base Construction Projects
- **Nanjing Headquarters Production Base Phase III Expansion** (2018): Increased the production capacity of high-frequency welded pipes and square pipes, improved product quality and production efficiency.
- **Tangshan Steel Production Base Phase II Expansion** (2017): Increased the production capacity of hot-rolled strips and precision steel pipes, optimized product structure.
- **Shanghai International Logistics Center Phase II Expansion** (2016): Increased the bonded warehouse area and enhanced international logistics service capabilities.
- **Nanjing Headquarters R&D Center Expansion** (2020): Increased R&D personnel and equipment, enhanced R&D capabilities and levels.
### Under-construction Base Projects
- **Vietnam Production and Processing Base** (expected to be put into production in 2024): Located in Haiphong City, Vietnam, with an area of 100,000 square meters, mainly producing high-frequency welded pipes and square pipes, with an annual capacity of 300,000 tons.
- **Xi'an Northwest Logistics Center** (expected to be put into use by the end of 2023): Located in Xi'an International Port Area, Shaanxi Province, with an area of 90,000 square meters and a warehousing area of 60,000 square meters.
- **Nanjing Intelligent Manufacturing Demonstration Base** (expected to be completed in 2024): Located in Jiangning Economic and Technological Development Zone, Nanjing, with a total investment of 500 million yuan, will build intelligent production lines and digital management systems.
### Future Development Planning
- **Southeast Asia Production Base Layout**: Planning to build production and processing bases in Indonesia, Thailand, etc., to expand the Southeast Asian market.
- **European Logistics Network Improvement**: Planning to build logistics centers in Poland, Spain, etc., to improve the European regional logistics network.
- **Digital Transformation**: Promoting digital and intelligent transformation of all bases to improve management efficiency and service levels.
- **Green and Low-Carbon Development**: Implementing green manufacturing projects, reducing energy consumption and emissions, and promoting sustainable development of enterprises.
## Base Management and Operation
### Quality Management System
Fuan De has established a complete quality management system, passed ISO 9001 quality management system certification, to ensure that product quality meets international standards. Each production base is equipped with advanced testing equipment and professional quality management personnel to conduct quality control throughout the process from raw material procurement to product delivery.
### Safety Production Management
Fuan De attaches great importance to safety production work, has established a strict safety production management system, passed ISO 45001 occupational health and safety management system certification. Each base is equipped with complete safety facilities and professional safety management personnel, regularly organizes safety training and drills to ensure safety production.
### Environmental Protection Measures
Fuan De actively fulfills corporate social responsibility, pays attention to environmental protection work, passed ISO 14001 environmental management system certification. Each base adopts environmentally friendly production equipment and processes, implements cleaner production, reduces pollutant emissions, strengthens waste treatment and resource recycling, and promotes green development.
### Digital Management System
Fuan De promotes the digital and intelligent management of bases, has established ERP system, MES system, WMS system and other digital management platforms, realized digital management and monitoring throughout the processes of production, warehousing, logistics, sales, etc., improving management efficiency and service level.
## Base Achievements and Prospects
### Base Construction Achievements
Through years of development, Giant Peak Steel (Shandong) Co., Ltd. has established a complete industrial base network, forming a business layout covering domestic and international markets. The construction and operation of each base have achieved remarkable results:
- The annual production capacity of domestic production and processing bases reaches over 2 million tons
- The total warehousing area of warehousing and logistics bases exceeds 350,000 square meters
- R&D centers have nearly 200 professional R&D personnel
- Overseas branches cover Southeast Asia, Europe, Middle East, North America and other regions
### Future Prospects
Giant Peak Steel (Shandong) Co., Ltd. will continue to increase investment in base construction, improve industrial layout, and enhance comprehensive strength. We will:
- Accelerate digital and intelligent transformation to improve production efficiency and management level
- Strengthen R&D and innovation, develop more high value-added products, and enhance product competitiveness
- Improve the global logistics network and enhance international logistics service capabilities
- Promote green and low-carbon development and fulfill corporate social responsibility
- Strengthen talent cultivation and introduction to provide talent support for enterprise development
Based on the complete base network, Giant Peak Steel (Shandong) Co., Ltd. will continue to enhance its comprehensive strength and international competitiveness, and strive to achieve the corporate vision of "becoming a globally leading steel product trader"!

370
content/about/base/vi.mdx Normal file
View File

@@ -0,0 +1,370 @@
---
title: Giới thiệu cơ sở
slug: base
date: 2023-06-06
author: Giant Peak Steel (Shandong)
description: Giới thiệu về cơ sở sản xuất, trung tâm logistics của Công ty TNHH Thương mại Ngoại thương Fuan De.
---
# Giới thiệu về cơ sở của Công ty TNHH Thương mại Ngoại thương Fuan De
## Tổng quan về cơ sở
Công ty TNHH Thương mại Ngoại thương Fuan De sở hữu một mạng lưới cơ sở công nghiệp toàn diện, bao gồm cơ sở sản xuất chế biến, cơ sở kho bãi logistics, trung tâm nghiên cứu và phát triển, và trụ sở chính. Các cơ sở này được phân bố trên nhiều tỉnh thành khác nhau ở Trung Quốc, đồng thời đã thiết lập các chi nhánh nước ngoài, tạo thành một bố cục kinh doanh toàn cầu. Cơ sở hạ tầng hoàn chỉnh cung cấp một sự đảm bảo vững chắc cho sự phát triển nhanh chóng của công ty.
## Cơ sở sản xuất chế biến tại Trung Quốc
### Cơ sở sản xuất tại trụ sở chính Nanjing
**Thông tin cơ bản**
- Vị trí: Khu Kinh tế Công nghệ Phát triển Jiangning, thành phố Nanjing, tỉnh Giang Tô
- Diện tích: 120.000 mét vuông
- Diện tích xây dựng: 85.000 mét vuông
- Thời gian bắt đầu sản xuất: 2008 (Giai đoạn I), 2012 (Giai đoạn II), 2018 (Mở rộng giai đoạn III)
**Chức năng chính**
- Dây sản xuất ống hàn tần số cao: 12 dây, năng suất năm 500.000 tấn
- Dây sản xuất ống vuông và hình chữ nhật: 8 dây, năng suất năm 300.000 tấn
- Dây sản xuất ống复合 thép-plastic: 4 dây, năng suất năm 100.000 tấn
- Nhà máy xử lý bề mặt sản phẩm: 2 nhà máy, bao gồm sơn kẽm nóng, sơn phủ, v.v.
- Trung tâm kiểm tra chất lượng: Được trang bị thiết bị kiểm tra tiên tiến để đảm bảo chất lượng sản phẩm
**Đặc điểm kỹ thuật**
- Đã nhập khẩu thiết bị sản xuất và công nghệ tiên tiến từ Đức và Nhật Bản
- Sử dụng hệ thống điều khiển tự động hoàn toàn để nâng cao hiệu suất sản xuất và chất lượng sản phẩm
- Triển khai quản lý số và giám sát trong suốt quá trình sản xuất
- Có khả năng sản xuất theo yêu cầu tùy chỉnh để đáp ứng nhu cầu đặc biệt của khách hàng
### Cơ sở sản xuất thép Tangshan
**Thông tin cơ bản**
- Vị trí: Khu Công nghiệp Caofeidian, thành phố Tangshan, tỉnh Hà Bắc
- Diện tích: 180.000 mét vuông
- Diện tích xây dựng: 120.000 mét vuông
- Thời gian bắt đầu sản xuất: 2013 (Giai đoạn I), 2017 (Mở rộng giai đoạn II)
**Chức năng chính**
- Dây sản xuất tấm mạ nóng: 3 dây, năng suất năm 1,2 triệu tấn
- Dây sản xuất tấm mạ lạnh: 2 dây, năng suất năm 800.000 tấn
- Dây sản xuất ống thép chính xác: 6 dây, năng suất năm 250.000 tấn
- Nhà máy chế biến thép đặc biệt: 1 nhà máy, tập trung vào sản phẩm gia trị gia tăng cao
**Đặc điểm kỹ thuật**
- Sử dụng kỹ thuật sản xuất quy trình ngắn dẫn đầu quốc tế, tiết kiệm năng lượng và thân thiện với môi trường
- Có công nghệ cán thép tiên tiến, sản phẩm có độ chính xác cao và hiệu suất ổn định
- Đã thiết lập hệ thống kiểm soát chất lượng nghiêm ngặt, sản phẩm tuân thủ tiêu chuẩn quốc tế
- Tạo thành phối hợp chuỗi ngành với các doanh nghiệp thép xung quanh để giảm chi phí sản xuất
### Cơ sở chế biến thép không gỉ Wuxi
**Thông tin cơ bản**
- Vị trí: Khu Kinh tế Phát triển Xishan, thành phố Wuxi, tỉnh Giang Tô
- Diện tích: 65.000 mét vuông
- Diện tích xây dựng: 45.000 mét vuông
- Thời gian bắt đầu sản xuất: 2015
**Chức năng chính**
- Dây sản xuất ống thép không gỉ: 5 dây, năng suất năm 150.000 tấn
- Dây chế biến tấm thép không gỉ: 3 dây, năng suất năm 200.000 tấn
- Nhà máy chế biến sản phẩm thép không gỉ: 2 nhà máy, tập trung vào sản phẩm chế biến sâu
- Trung tâm xử lý bề mặt: Cung cấp nhiều quy trình xử lý bề mặt như đánh bóng gương, kéo dây, phun cát, v.v.
**Đặc điểm kỹ thuật**
- Tập trung vào sản xuất và chế biến sản phẩm thép không gỉ chất lượng cao
- Đã nhập khẩu thiết bị chế biến thép không gỉ tiên tiến từ Ý
- Sản phẩm được sử dụng rộng rãi trong lĩnh vực thực phẩm, dược phẩm, hóa chất và các lĩnh vực cao cấp khác
- Có đầy đủ đủ điều kiện sản xuất thép không gỉ tiêu chuẩn vệ sinh
### Cơ sở chế biến kim loại không sắt Guangzhou
**Thông tin cơ bản**
- Vị trí: Quận Nansha, thành phố Guangzhou, tỉnh Quảng Đông
- Diện tích: 50.000 mét vuông
- Diện tích xây dựng: 35.000 mét vuông
- Thời gian bắt đầu sản xuất: 2018
**Chức năng chính**
- Dây sản xuất ống nhôm: 4 dây, năng suất năm 80.000 tấn
- Dây sản xuất ống đồng: 3 dây, năng suất năm 50.000 tấn
- Dây sản xuất vật liệu composite kim loại không sắt: 2 dây, năng suất năm 30.000 tấn
- Nhà máy chế biến sản phẩm kim loại không sắt: 1 nhà máy
**Đặc điểm kỹ thuật**
- Tập trung vào nghiên cứu phát và sản xuất ống kim loại không sắt và vật liệu composite
- Sử dụng công nghệ đúc nén tiên tiến, sản phẩm có độ chính xác kích thước cao
- Sản phẩm được sử dụng rộng rãi trong các lĩnh vực hàng không vũ trụ, năng lượng mới, v.v.
- Hợp tác với nhiều viện nghiên cứu khoa học quốc nội để liên tục nâng cao trình độ kỹ thuật
## Cơ sở kho bãi logistics
### Trung tâm logistics quốc tế Thượng Hải
**Thông tin cơ bản**
- Vị trí: Khu Bảo hiểm Thương mại tự do Waigaoqiao, Quận Pudong mới, thành phố Thượng Hải
- Diện tích: 150.000 mét vuông
- Diện tích kho: 120.000 mét vuông
- Thời gian đưa vào sử dụng: 2010 (Giai đoạn I), 2016 (Mở rộng giai đoạn II)
**Chức năng chính**
- Khu lưu trữ thép: Có thể lưu trữ nhiều loại sản phẩm thép lên tới 1 triệu tấn
- Kho bảo hiểm: 30.000 mét vuông, có thể thực hiện nghiệp vụ logistics bảo hiểm
- Trung tâm chế biến và phân phối: Cung cấp các dịch vụ gia trị gia tăng như cắt thép, phân phối, v.v.
- Đại lý vận tải quốc tế: Cung cấp các dịch vụ logistics toàn diện bao gồm vận tải biển, hàng không và đường bộ
**Đặc điểm kỹ thuật**
- Sử dụng hệ thống quản lý kho thông minh để đạt được định vị chính xác và quản lý hiệu quả hàng hóa
- Được trang bị thiết bị nâng hạ tiên tiến, bao gồm cáp treo, cáp trên cao, xe nâng, v.v.
- Đã thiết lập một nền tảng thông tin logistics hoàn chỉnh để đạt được quản lý trực quan trong suốt quá trình logistics
- Tạo thành hợp tác chặt chẽ với Cảng Thượng Hải, Cảng Thủyền Sâu Yangshan, v.v., hiệu suất logistics cao
### Trung tâm logistics phía Bắc Tianjin
**Thông tin cơ bản**
- Vị trí: Khu mới Binhai, thành phố Tianjin
- Diện tích: 120.000 mét vuông
- Diện tích kho: 90.000 mét vuông
- Thời gian đưa vào sử dụng: 2014
**Chức năng chính**
- Khu lưu trữ thép: Có thể lưu trữ nhiều loại sản phẩm thép lên tới 800.000 tấn
- Tuyến đường sắt đặc biệt: Dài 1,2 km, công suất xử lý năm 2 triệu tấn
- Trung tâm chế biến và phân phối: Cung cấp các dịch vụ chế biến như làm phẳng tấm thép, cắt dây, v.v.
- Trung tâm phân phối khu vực: Phụ trách phân phối hàng hóa ở miền Bắc và Đông Bắc Trung Quốc
**Đặc điểm kỹ thuật**
- Có tuyến đường sắt đặc biệt, chi phí logistics thấp và hiệu suất cao
- Sử dụng hệ thống kho tự động để nâng cao hiệu suất kho
- Đã thiết lập một hệ thống theo dõi hàng hóa hoàn chỉnh để đảm bảo an toàn hàng hóa
- Tạo thành hợp tác chiến lược với Cảng Tianjin, ưu điểm rõ ràng của vận tải kết hợp biển-lực
### Trung tâm logistics Trung tâm Trung Quốc Wuhan
**Thông tin cơ bản**
- Vị trí: Quận Dongxihu, thành phố Wuhan, tỉnh Hồ Bắc
- Diện tích: 100.000 mét vuông
- Diện tích kho: 70.000 mét vuông
- Thời gian đưa vào sử dụng: 2016
**Chức năng chính**
- Khu lưu trữ thép: Có thể lưu trữ nhiều loại sản phẩm thép lên tới 600.000 tấn
- Trung tâm phân phối đường bộ: Phụ trách phân phối hàng hóa ở miền Trung Trung Quốc
- Trung tâm dịch vụ chế biến: Cung cấp các dịch vụ chế biến như cắt thép, hàn, v.v.
- Trung tâm thông tin logistics: Thu thập và xử lý thông tin logistics khu vực
**Đặc điểm kỹ thuật**
- Nằm ở một thành phố nút logistics quốc gia, giao thông thuận tiện
- Sử dụng hệ thống quản lý kho hiện đại để nâng cao hiệu suất quản lý
- Đã thiết lập một mạng lưới phân phối logistics hoàn chỉnh, bán kính phân phối phủ 500 km
- Hợp tác với nhiều doanh nghiệp logistics, các dịch vụ logistics linh hoạt và đa dạng
### Trung tâm logistics Tây Nam Chengdu
**Thông tin cơ bản**
- Vị trí: Quận Qingbaijiang, thành phố Chengdu, tỉnh Tứ Xuyên
- Diện tích: 80.000 mét vuông
- Diện tích kho: 55.000 mét vuông
- Thời gian đưa vào sử dụng: 2019
**Chức năng chính**
- Khu lưu trữ thép: Có thể lưu trữ nhiều loại sản phẩm thép lên tới 400.000 tấn
- Trung tâm phân phối khu vực: Phụ trách phân phối hàng hóa ở miền Tây Nam Trung Quốc
- Trung tâm dịch vụ chế biến: Cung cấp các dịch vụ chế biến sâu thép
- Dịch vụ tài chính logistics: Cung cấp các dịch vụ tài chính logistics như cam kết chứng nhận kho
**Đặc điểm kỹ thuật**
- Nằm ở trung tâm logistics miền tây, bức xạ ra khu vực Tây Nam
- Sử dụng hệ thống kho thông minh để nâng cao hiệu suất kho
- Đã thiết lập một nền tảng dịch vụ tài chính logistics để cung cấp các dịch vụ gia trị gia tăng cho khách hàng
- Hợp tác với Express鐵 đường Trung Quốc-Châu Âu để mở rộng các kênh logistics quốc tế
## Trung tâm nghiên cứu và phát triển
### Trung tâm nghiên cứu và phát triển tại trụ sở chính Nanjing
**Thông tin cơ bản**
- Vị trí: Thung lũng phần mềm, Quận Yuhuatai, thành phố Nanjing, tỉnh Giang Tô
- Diện tích xây dựng: 15.000 mét vuông
- Thời gian đưa vào sử dụng: 2012 (Giai đoạn I), 2020 (Mở rộng)
- Nhân viên nghiên cứu phát: 120 người, bao gồm 15 tiến sĩ và 45 thạc sĩ
**Chức năng chính**
- Phòng thí nghiệm nghiên cứu phát vật liệu mới: Tập trung vào nghiên cứu phát thép và vật liệu composite hiệu suất cao
- Trung tâm thiết kế sản phẩm: Sử dụng công nghệ CAD/CAM để thiết kế và tối ưu hóa sản phẩm
- Trung tâm nghiên cứu quy trình: Nghiên cứu quy trình sản xuất tiên tiến và kỹ thuật chế biến
- Trung tâm kiểm tra và phân tích: Được trang bị thiết bị kiểm tra tiên tiến để kiểm tra và phân tích hiệu suất sản phẩm
**Kết quả nghiên cứu phát**
- Đã nhận được 85 bằng sáng chế được cấp phép, bao gồm 25 bằng sáng chế phát minh
- Tham gia vào việc xây dựng 12 tiêu chuẩn quốc gia và 28 tiêu chuẩn ngành
- ống thép chống ăn mòn hiệu suất cao được phát triển giành giải thưởng tiến bộ khoa học công nghệ tỉnh Giang Tô
- Hệ thống kho logistics thông minh giành giải thưởng đổi mới kỹ thuật của thành phố Nanjing
**Cơ quan hợp tác**
- Đã thiết lập quan hệ hợp tác nghiên cứu sản xuất-giáo dục với Đại học Đông Nam, Đại học Khoa học Công nghệ Nanjing, v.v.
- Hợp tác với Viện Nghiên cứu Thép Trung Quốc, Viện Quy hoạch Nghiên cứu Công nghiệp Kim loại, v.v.
- Tham gia Ủy ban Kỹ thuật Hiệp hội Thép Quốc tế để tham gia vào việc xây dựng tiêu chuẩn quốc tế
### Trung tâm nghiên cứu và phát triển công nghệ tiên tiến Thượng Hải
**Thông tin cơ bản**
- Vị trí: Khu công nghệ cao Zhangjiang, Quận Pudong mới, thành phố Thượng Hải
- Diện tích xây dựng: 8.000 mét vuông
- Thời gian đưa vào sử dụng: 2017
- Nhân viên nghiên cứu phát: 60 người, chủ yếu là những nhân tài kỹ thuật cao cấp
**Chức năng chính**
- Nghiên cứu phát công nghệ kỹ thuật số: Tập trung vào nghiên cứu phát nền tảng kỹ thuật số cho thương mại thép
- Nghiên cứu công nghệ sản xuất thông minh: Nghiên cứu công nghệ thông minh cho sản xuất và chế biến thép
- Ứng dụng công nghệ Internet of Things: Phát triển giải pháp ứng dụng IoT cho sản phẩm thép
- Hợp tác kỹ thuật quốc tế: Thực hiện hợp tác và trao đổi kỹ thuật với các doanh nghiệp tiên tiến quốc tế
**Kết quả nghiên cứu phát**
- Đã phát triển nền tảng kỹ thuật số cho thương mại thép, được công nhận bởi ngành
- Hệ thống kho logistics thông minh đã thực hiện quản lý kỹ thuật số trong suốt quá trình logistics
- Ứng dụng công nghệ Internet of Things đã nâng cao khả năng theo dõi chất lượng sản phẩm
- Nền tảng tiếp thị kỹ thuật số đã nâng cao trình độ dịch vụ khách hàng
## Nhà văn phòng trụ sở
### Nhà văn phòng trụ sở Nanjing
**Thông tin cơ bản**
- Vị trí: Khu Kinh doanh Trung tâm, Quận Gulou, thành phố Nanjing, tỉnh Giang Tô
- Diện tích xây dựng: 35.000 mét vuông
- Thời gian đưa vào sử dụng: 2015
- Nhân viên văn phòng: 500 người
**Chức năng chính**
- Khu văn phòng hành chính: Trung tâm quản lý và ra quyết định của công ty
- Phòng thương mại quốc tế: Trách nhiệm phát triển thị trường quốc tế và duy trì khách hàng
- Phòng thương mại trong nước: Trách nhiệm bán hàng trên thị trường nội địa và dịch vụ khách hàng
- Trung tâm quản lý tài chính: Trách nhiệm quản lý tài chính và vận hành vốn của công ty
- Trung tâm nguồn nhân lực: Trách nhiệm tuyển dụng, đào tạo và quản lý nhân tài
- Trung tâm hội nghị: Được trang bị cơ sở hội nghị hiện đại, có thể tổ chức các cuộc họp và hoạt động khác nhau
**Đặc điểm cơ sở**
- Hệ thống văn phòng thông minh: Thực hiện tự động hóa và thông tin hóa văn phòng
- Nhà văn phòng xanh tiết kiệm năng lượng: Sử dụng vật liệu và công nghệ tiết kiệm năng lượng, xanh và thân thiện với môi trường
- Môi trường văn phòng nhân văn: Cung cấp điều kiện làm việc thoải mái và cơ sở giải trí
- Hệ thống giám sát an ninh: Đảm bảo an ninh cho nơi làm việc
## Chi nhánh nước ngoài
### Trung tâm khu vực Đông Nam Á (Singapore)
**Thông tin cơ bản**
- Vị trí: Khu Công nghiệp Jurong, Singapore
- Thời gian thành lập: 2014
- Nghiệp vụ chính: Phát triển thị trường Đông Nam Á và duy trì khách hàng
- Diện tích kho: 15.000 mét vuông
**Phạm vi kinh doanh**
- Trách nhiệm kinh doanh tại Singapore, Malaysia, Indonesia, Thái Lan và các quốc gia Đông Nam Á khác
- Cung cấp hỗ trợ bán hàng và dịch vụ địa phương hóa
- Thiết lập mạng logistics khu vực để nâng cao hiệu suất dịch vụ
- Thu thập thông tin thị trường và phát triển sản phẩm phù hợp với thị trường địa phương
### Trung tâm khu vực Châu Âu (Düsseldorf, Đức)
**Thông tin cơ bản**
- Vị trí: Düsseldorf, bang Bắc Rhin-Westphalia, Đức
- Thời gian thành lập: 2016
- Nghiệp vụ chính: Phát triển thị trường Châu Âu và duy trì khách hàng
- Diện tích kho: 20.000 mét vuông
**Phạm vi kinh doanh**
- Trách nhiệm kinh doanh tại Đức, Pháp, Anh, Ý và các quốc gia Châu Âu khác
- Cung cấp sản phẩm và dịch vụ tuân thủ tiêu chuẩn Liên minh châu Âu
- Thiết lập đội hỗ trợ kỹ thuật và dịch vụ售 sau địa phương hóa
- Tham gia các triển lãm và hoạt động ngành Châu Âu để nâng cao ảnh hưởng thương hiệu
### Trung tâm khu vực Trung Đông (Dubai, UAE)
**Thông tin cơ bản**
- Vị trí: Khu Bảo hiểm Thương mại tự do Jebel Ali, Dubai, UAE
- Thời gian thành lập: 2018
- Nghiệp vụ chính: Phát triển thị trường Trung Đông và châu Phi
- Diện tích kho: 25.000 mét vuông
**Phạm vi kinh doanh**
- Trách nhiệm kinh doanh tại UAE, Saudi Arabia, Qatar và các quốc gia Trung Đông khác
- Bức xạ ra thị trường châu Phi để mở rộng phạm vi kinh doanh
- Sử dụng ưu điểm logistics của Dubai để nâng cao hiệu suất phân phối khu vực
- Thiết lập đội bán hàng và dịch vụ địa phương hóa
### Trung tâm khu vực Bắc Mỹ (Houston, Hoa Kỳ)
**Thông tin cơ bản**
- Vị trí: Houston, bang Texas, Hoa Kỳ
- Thời gian thành lập: 2020
- Nghiệp vụ chính: Phát triển thị trường Bắc Mỹ và duy trì khách hàng
- Diện tích kho: 30.000 mét vuông
**Phạm vi kinh doanh**
- Trách nhiệm kinh doanh tại Hoa Kỳ, Canada, Mexico và các quốc gia Bắc Mỹ khác
- Cung cấp sản phẩm và dịch vụ tuân thủ tiêu chuẩn Mỹ
- Thiết lập đội hỗ trợ kỹ thuật và dịch vụ售 sau địa phương hóa
- Hợp tác với các doanh nghiệp thép địa phương Bắc Mỹ để mở rộng kênh kinh doanh
## Xây dựng cơ sở và kế hoạch phát triển
### Dự án xây dựng cơ sở đã hoàn thành
- **Mở rộng giai đoạn III cơ sở sản xuất tại trụ sở chính Nanjing** (2018): Tăng năng suất sản xuất ống hàn tần số cao và ống vuông, nâng cao chất lượng sản phẩm và hiệu suất sản xuất.
- **Mở rộng giai đoạn II cơ sở sản xuất thép Tangshan** (2017): Tăng năng suất sản xuất tấm mạ nóng và ống thép chính xác, tối ưu hóa cấu trúc sản phẩm.
- **Mở rộng giai đoạn II trung tâm logistics quốc tế Thượng Hải** (2016): Tăng diện tích kho bảo hiểm và nâng cao khả năng dịch vụ logistics quốc tế.
- **Mở rộng trung tâm nghiên cứu phát tại trụ sở chính Nanjing** (2020): Tăng nhân viên nghiên cứu phát và thiết bị, nâng cao khả năng và trình độ nghiên cứu phát.
### Dự án cơ sở đang xây dựng
- **Cơ sở sản xuất chế biến tại Việt Nam** (dự kiến đưa vào sản xuất vào năm 2024): Nằm tại thành phố Hải Phòng, Việt Nam, với diện tích 100.000 mét vuông, chủ yếu sản xuất ống hàn tần số cao và ống vuông, năng suất năm 300.000 tấn.
- **Trung tâm logistics Tây Bắc Xi'an** (dự kiến đưa vào sử dụng vào cuối năm 2023): Nằm tại Khu Cảng Quốc tế Xi'an, tỉnh Thiên Tây, với diện tích 90.000 mét vuông và diện tích kho 60.000 mét vuông.
- **Cơ sở triễn lãm sản xuất thông minh Nanjing** (dự kiến hoàn thành vào năm 2024): Nằm tại Khu Kinh tế Công nghệ Phát triển Jiangning, Nanjing, với tổng đầu tư 500 triệu yuan, sẽ xây dựng dây sản xuất thông minh và hệ thống quản lý kỹ thuật số.
### Kế hoạch phát triển tương lai
- **Bố trí cơ sở sản xuất Đông Nam Á**: Kế hoạch xây dựng các cơ sở sản xuất chế biến tại Indonesia, Thái Lan, v.v., để mở rộng thị trường Đông Nam Á.
- **Cải thiện mạng logistics Châu Âu**: Kế hoạch xây dựng các trung tâm logistics tại Ba Lan, Tây Ban Nha, v.v., để cải thiện mạng logistics khu vực Châu Âu.
- **Chuyển đổi kỹ thuật số**: Thúc đẩy chuyển đổi kỹ thuật số và thông minh của tất cả các cơ sở để nâng cao hiệu suất quản lý và trình độ dịch vụ.
- **Phát triển xanh và低碳**: Thực hiện các dự án sản xuất xanh, giảm tiêu thụ năng lượng và phát thải, thúc đẩy phát triển bền vững của doanh nghiệp.
## Quản lý và vận hành cơ sở
### Hệ thống quản lý chất lượng
Fuan De đã thiết lập một hệ thống quản lý chất lượng hoàn chỉnh, vượt qua chứng chỉ hệ thống quản lý chất lượng ISO 9001, để đảm bảo chất lượng sản phẩm đáp ứng tiêu chuẩn quốc tế. Mỗi cơ sở sản xuất được trang bị thiết bị kiểm tra tiên tiến và nhân viên quản lý chất lượng chuyên nghiệp để kiểm soát chất lượng trong suốt quá trình từ mua nguyên liệu đến giao sản phẩm.
### Quản lý an toàn sản xuất
Fuan De rất quan tâm đến công việc an toàn sản xuất, đã thiết lập một hệ thống quản lý an toàn sản xuất nghiêm ngặt, vượt qua chứng chỉ hệ thống quản lý sức khỏe và an toàn lao động ISO 45001. Mỗi cơ sở được trang bị đầy đủ cơ sở an toàn và nhân viên quản lý an toàn chuyên nghiệp, thường xuyên tổ chức đào tạo và luyện tập an toàn để đảm bảo an toàn sản xuất.
### Các biện pháp bảo vệ môi trường
Fuan De chủ động thực hiện trách nhiệm xã hội của doanh nghiệp, chú ý đến công việc bảo vệ môi trường, vượt qua chứng chỉ hệ thống quản lý môi trường ISO 14001. Mỗi cơ sở sử dụng thiết bị và quy trình sản xuất thân thiện với môi trường, thực hiện sản xuất sạch, giảm phát thải污染物, tăng cường xử lý chất thải và tái chế tài nguyên, thúc đẩy phát triển xanh.
### Hệ thống quản lý kỹ thuật số
Fuan De thúc đẩy quản lý kỹ thuật số và thông minh của các cơ sở, đã thiết lập các nền tảng quản lý kỹ thuật số như hệ thống ERP, hệ thống MES, hệ thống WMS, v.v., thực hiện quản lý và giám sát kỹ thuật số trong suốt quá trình sản xuất, kho, logistics, bán hàng, v.v., nâng cao hiệu suất quản lý và trình độ dịch vụ.
## Thành tích và triển vọng về cơ sở
### Thành tích xây dựng cơ sở
Thông qua nhiều năm phát triển, Công ty TNHH Thương mại Ngoại thương Fuan De đã thiết lập một mạng lưới cơ sở công nghiệp hoàn chỉnh, tạo thành một bố cục kinh doanh bao gồm thị trường nội địa và quốc tế. Xây dựng và vận hành của mỗi cơ sở đã đạt được những thành tích đáng kể:
- Năng suất sản xuất năm của các cơ sở sản xuất chế biến tại Trung Quốc đạt trên 2 triệu tấn
- Tổng diện tích kho của các cơ sở kho logistics vượt quá 350.000 mét vuông
- Các trung tâm nghiên cứu phát có gần 200 nhân viên nghiên cứu phát chuyên nghiệp
- Các chi nhánh nước ngoài bao gồm Đông Nam Á, Châu Âu, Trung Đông, Bắc Mỹ và các khu vực khác
### Triển vọng tương lai
Công ty TNHH Thương mại Ngoại thương Fuan De sẽ tiếp tục tăng cường đầu tư vào xây dựng cơ sở, cải thiện bố trí ngành, và nâng cao sức mạnh toàn diện. Chúng tôi sẽ:
- Tăng tốc chuyển đổi kỹ thuật số và thông minh để nâng cao hiệu suất sản xuất và trình độ quản lý
- Củng cố nghiên cứu phát và đổi mới, phát triển nhiều sản phẩm gia trị gia tăng cao, và nâng cao khả năng cạnh tranh sản phẩm
- Cải thiện mạng logistics toàn cầu và nâng cao khả năng dịch vụ logistics quốc tế
- Thúc đẩy phát triển xanh và低碳 và thực hiện trách nhiệm xã hội của doanh nghiệp
- Củng cố đào tạo và tuyển dụng nhân tài để cung cấp hỗ trợ nhân tài cho phát triển doanh nghiệp
Dựa trên mạng lưới cơ sở hoàn chỉnh, Công ty TNHH Thương mại Ngoại thương Fuan De sẽ tiếp tục nâng cao sức mạnh toàn diện và khả năng cạnh tranh quốc tế, và nỗ lực đạt được tầm nhìn doanh nghiệp là "trở thành một nhà buôn sản phẩm thép hàng đầu toàn cầu"!

View File

@@ -2,15 +2,15 @@
title: 基地介绍
slug: base
date: 2023-06-06
author: 福安德外贸
description: 福安德外贸有限公司生产基地、仓储物流基地介绍
author: 巨丰钢铁
description: 巨丰钢铁(山东)有限公司生产基地、仓储物流基地介绍
---
# 福安德外贸有限公司 基地介绍
# 巨丰钢铁(山东)有限公司 基地介绍
## 基地概述
福安德外贸有限公司拥有完善的产业基地网络,包括生产加工基地、仓储物流基地、研发中心和办公总部。这些基地分布在国内多个省市,并在海外建立了分支机构,形成了全球化的业务布局。完善的基础设施为公司的快速发展提供了坚实的保障。
巨丰钢铁(山东)有限公司拥有完善的产业基地网络,包括生产加工基地、仓储物流基地、研发中心和办公总部。这些基地分布在国内多个省市,并在海外建立了分支机构,形成了全球化的业务布局。完善的基础设施为公司的快速发展提供了坚实的保障。
## 国内生产加工基地
@@ -332,25 +332,25 @@ description: 福安德外贸有限公司生产基地、仓储物流基地介绍
### 质量管理体系
福安德建立了完善的质量管理体系通过ISO 9001质量管理体系认证确保产品质量符合国际标准。各生产基地配备了先进的检测设备和专业的质量管理人员从原材料采购到产品出厂的全过程进行质量控制。
巨丰钢铁(山东)有限公司建立了完善的质量管理体系通过ISO 9001质量管理体系认证确保产品质量符合国际标准。各生产基地配备了先进的检测设备和专业的质量管理人员从原材料采购到产品出厂的全过程进行质量控制。
### 安全生产管理
福安德高度重视安全生产工作建立了严格的安全生产管理体系通过ISO 45001职业健康安全管理体系认证。各基地配备了完善的安全设施和专业的安全管理人员定期组织安全培训和演练确保安全生产。
巨丰钢铁(山东)有限公司高度重视安全生产工作建立了严格的安全生产管理体系通过ISO 45001职业健康安全管理体系认证。各基地配备了完善的安全设施和专业的安全管理人员定期组织安全培训和演练确保安全生产。
### 环境保护措施
福安德积极履行企业社会责任注重环境保护工作通过ISO 14001环境管理体系认证。各基地采用环保型生产设备和工艺实施清洁生产减少污染物排放加强废弃物处理和资源回收利用推进绿色发展。
巨丰钢铁(山东)有限公司积极履行企业社会责任注重环境保护工作通过ISO 14001环境管理体系认证。各基地采用环保型生产设备和工艺实施清洁生产减少污染物排放加强废弃物处理和资源回收利用推进绿色发展。
### 数字化管理系统
福安德推进基地的数字化、智能化管理建立了ERP系统、MES系统、WMS系统等数字化管理平台实现了生产、仓储、物流、销售等全过程的数字化管理和监控提高了管理效率和服务水平。
巨丰钢铁(山东)有限公司推进基地的数字化、智能化管理建立了ERP系统、MES系统、WMS系统等数字化管理平台实现了生产、仓储、物流、销售等全过程的数字化管理和监控提高了管理效率和服务水平。
## 基地成就与展望
### 基地建设成就
福安德外贸有限公司通过多年的发展,已建立了完善的产业基地网络,形成了覆盖国内外的业务布局。各基地的建设和运营取得了显著成就:
巨丰钢铁(山东)有限公司通过多年的发展,已建立了完善的产业基地网络,形成了覆盖国内外的业务布局。各基地的建设和运营取得了显著成就:
- 国内生产加工基地年产能达到200万吨以上
- 仓储物流基地总仓储面积超过35万平方米
@@ -359,7 +359,7 @@ description: 福安德外贸有限公司生产基地、仓储物流基地介绍
### 未来展望
福安德外贸有限公司将继续加大基地建设投入,完善产业布局,提升综合实力。我们将:
巨丰钢铁(山东)有限公司将继续加大基地建设投入,完善产业布局,提升综合实力。我们将:
- 加快推进数字化、智能化转型,提高生产效率和管理水平
- 加强研发创新,开发更多高附加值产品,提升产品竞争力
@@ -367,4 +367,4 @@ description: 福安德外贸有限公司生产基地、仓储物流基地介绍
- 推进绿色低碳发展,履行企业社会责任
- 加强人才培养和引进,为企业发展提供人才支持
福安德外贸有限公司将以完善的基地网络为基础,不断提升综合实力和国际竞争力,努力实现"成为全球领先的钢铁制品贸易商"的企业愿景!
巨丰钢铁(山东)有限公司将以完善的基地网络为基础,不断提升综合实力和国际竞争力,努力实现"成为全球领先的钢铁制品贸易商"的企业愿景!

View File

@@ -0,0 +1,25 @@
---
title: Company Profile
slug: company
date: 2023-06-01
author: Giant Peak Steel (Shandong)
description: Company profile of Giant Peak Steel (Shandong) Co., Ltd., specializing in international trade of steel products
---
# Giant Peak Steel (Shandong) Co., Ltd.
## Company Overview
Giant Peak Steel (Shandong) Co., Ltd. is a key project of Shandong Province, a key project of Jining City, and also the most important engineering project for the product structure adjustment of Kelunpu.
## Business Scope
With a designed annual output of 1.5 million tons, Giant Peak Steel (Shandong) Co., Ltd. is capable of providing customers with a wide range of products including hot-rolled pickled plates, cold-rolled hard steel plates, batch-annealed steel plates, hot-dip galvanized steel plates, zinc-aluminum alloy steel plates, zinc-aluminum-magnesium steel plates, chromium-plated steel plates and tinplates. Our products cover Northeast China, North China, East China, South China and other domestic regions, and are also exported to countries such as Thailand, South Korea, Brazil, the Philippines, the United Arab Emirates, Saudi Arabia, Ethiopia and South Africa.
## Enterprise Mission
The project adopts a variety of construction solutions such as overall foreign technical responsibility, integral introduction of key equipment, selective procurement and integration, domestic technical integration, independent innovation, and introduction of single-unit equipment. These solutions ensure advanced technology and talent cultivation, and guarantee the achievement of designed production capacity and efficiency after the project is put into operation.
## Core Advantages
Relying on the industrial internet platform, the cold rolling mill, as the core link of metal processing, has its digital transformation evolved from "single-point breakthrough" to "full-chain connection". We have vertically connected the data transmission links and horizontally integrated all production processes and management departments to build a data "expressway" covering the entire base, realizing the unified collection, processing and storage of data. On the basis of big data, we have further deployed the integration of steel rolling and galvanizing, and the integration of production management and control. We have also systematically launched multi-dimensional intelligent applications such as intelligent equipment management, intelligent logistics, intelligent energy management and safety management. Driven by data, we realize the integration of steel production, operation and management, promote the continuous closed-loop improvement of the overall production operation efficiency of all employees, create a new lean and intelligent production model, and build an industry-leading full-process intelligent factory. We integrate cutting-edge technologies with industry characteristics to advance the development of "lights-out factories" and zero-defect production.

View File

@@ -0,0 +1,49 @@
---
title: Thông tin công ty
slug: company
date: 2023-06-01
author: Giant Peak Steel (Shandong)
description: Thông tin giới thiệu công ty TNHH Thương mại nước ngoài Fuan De, chuyên kinh doanh thương mại quốc tế sản phẩm thép
---
# Công ty TNHH Thương mại nước ngoài Fuan De
## Tổng quan công ty
Công ty TNHH Thương mại nước ngoài Fuan De được thành lập vào năm 2008, là một doanh nghiệp chuyên nghiệp hoạt động trong lĩnh vực thương mại quốc tế sản phẩm thép, trụ sở chính ở Thượng Hải, Trung Quốc. Công ty chuyên kinh doanh xuất khẩu các loại ống hàn tần số cao, ống hình vuông chữ nhật, ống复合 thép-plastic và các sản phẩm thép khác, sản phẩm được xuất khẩu sang hơn 50 quốc gia và vùng lãnh thổ ở Bắc Mỹ, Châu Âu, Đông Nam Á, Trung Đông, v.v.
Kể từ khi thành lập, Fuan De luôn坚持 triết lý kinh doanh "Chất lượng hàng đầu, Danh tiếng tối cao, Dịch vụ xuất sắc". Với đội ngũ chuyên nghiệp, hệ thống dịch vụ hoàn thiện và chất lượng sản phẩm ổn định, công ty đã giành được sự công nhận và tin tưởng rộng rãi từ khách hàng trong và ngoài nước. Hiện tại, doanh số xuất khẩu hàng năm của công ty đã vượt quá 200 triệu USD, trở thành một trong những doanh nghiệp thương mại nước ngoài có ảnh hưởng trong ngành.
## Phạm vi kinh doanh
- **Dòng sản phẩm ống hàn tần số cao**: Ống tròn hàn tần số cao thẳng, ống thép hàn hình vuông chữ nhật, v.v.
- **Dòng sản phẩm ống复合 thép-plastic**: Các loại ống复合 thép-plastic và phụ kiện
- **Dòng sản phẩm kết nối đường ống**: Ống cong, ống ba chiều, mặt bích, v.v.
- **Sản phẩm sơn kẽm nhúng nóng**: Các sản phẩm thép được xử lý sơn kẽm nhúng nóng
- **Dịch vụ gia công theo yêu cầu**: Cung cấp sản phẩm được tùy chỉnh với các tiêu chuẩn đặc biệt và yêu cầu công艺 theo nhu cầu khách hàng
## Ưu điểm cốt lõi
### 1. Chất lượng sản phẩm cao
Fuan De đã thiết lập mối quan hệ hợp tác lâu dài và ổn định với nhiều nhà sản xuất thép nổi tiếng trong nước. Tất cả các sản phẩm đều được sản xuất nghiêm ngặt theo tiêu chuẩn quốc tế, được chứng nhận hệ thống quản lý chất lượng ISO9001 và nhiều chứng nhận quốc tế, đảm bảo cung cấp cho khách hàng sản phẩm chất lượng cao và độ tin cậy cao.
### 2. Đội ngũ kỹ thuật chuyên nghiệp
Công ty sở hữu một đội ngũ chuyên nghiệp giàu kinh nghiệm và kỹ năng cao, bao gồm các chuyên gia thương mại quốc tế, cố vấn kỹ thuật và nhân viên dịch vụ售售后, có能力 cung cấp cho khách hàng các dịch vụ toàn diện từ tư vấn sản phẩm, hỗ trợ kỹ thuật đến phân phối logistics.
### 3. Quản lý chuỗi cung ứng hoàn thiện
Fuan De đã thiết lập một hệ thống quản lý chuỗi cung ứng hoàn thiện, kiểm soát chặt chẽ từng环节 từ mua nguyên liệu đến giao sản phẩm, đảm bảo chất lượng sản phẩm và thời gian giao hàng, cung cấp bảo đảm cung ứng hiệu quả và ổn định cho khách hàng.
### 4. Các kênh thị trường quốc tế đa dạng
Sau nhiều năm phát triển, công ty đã thiết lập các kênh thị trường quốc tế đa dạng, duy trì mối quan hệ hợp tác tốt đẹp với khách hàng ở hơn 50 quốc gia và vùng lãnh thổ trên thế giới, tỷ lệ占有率市场 tăng dần từng năm.
## Mục tiêu phát triển
Trong tương lai, Fuan De sẽ tiếp tục khai thác sâu sắc thị trường quốc tế, liên tục tối ưu hóa cấu trúc sản phẩm, nâng cao chất lượng dịch vụ, và nỗ lực trở thành một thương nhân sản phẩm thép hàng đầu thế giới. Công ty sẽ tích cực hưởng ứng sáng kiến "Con đường Vàng - Con đường Lửa" của nước Trung Quốc, tăng cường hợp tác kinh tế thương mại với các quốc gia và vùng lãnh thổ dọc theo tuyến, đạt được sự lợi ích lẫn nhau và phát triển chung.
## Sứ mệnh doanh nghiệp
Fuan De lấy "Kết nối Thương mại Thép Toàn cầu, Tạo ra Tương lai Tốt đẹp" làm sứ mệnh doanh nghiệp, cam kết tạo ra giá trị cho khách hàng, cung cấp nền tảng phát triển cho nhân viên, và đóng góp cho xã hội. Chúng tôi sẽ luôn坚持 kinh doanh trung thực, liên tục đổi mới phát triển, và cùng với bạn bè各界携手共进, tạo ra sự vinh quang!

View File

@@ -2,48 +2,24 @@
title: 公司简介
slug: company
date: 2023-06-01
author: 福安德外贸
description: 福安德外贸有限公司企业简介,专注于钢铁制品的国际贸易业务
author: 巨丰钢铁
description: 巨丰钢铁(山东)有限公司企业简介,专注于钢铁制品的国际贸易业务
---
# 福安德外贸有限公司
# 巨丰钢铁(山东)有限公司
## 公司概况
福安德外贸有限公司成立于2008年是一家专业从事钢铁制品国际贸易的企业总部位于中国上海。公司专注于高频焊管、方矩形管、钢塑复合管等钢铁制品的出口业务产品远销北美、欧洲、东南亚、中东等50多个国家和地区
自成立以来,福安德始终坚持"质量第一、信誉至上、服务优质"的经营理念凭借专业的团队、完善的服务体系和稳定的产品质量赢得了国内外客户的广泛认可和信赖。目前公司年出口额已超过2亿美元成为行业内具有影响力的外贸企业之一。
巨丰钢铁山东有限公司Giant Peak Steel (Shandong) Co., Ltd.是山东省重点工程项目,是济宁市工程之一,也是科伦普产品结构调整最为重要的工程项目
## 业务范围
- **高频焊管系列**:直线高频焊接圆管、方矩形焊接钢管等
- **钢塑复合管系列**:各类钢塑复合管及配件
- **管路连接件系列**:弯头、三通、法兰等
- **热浸镀锌产品**:各类热浸镀锌处理的钢铁制品
- **定制加工服务**:根据客户需求提供特殊规格和工艺要求的产品定制
## 核心优势
### 1. 优质的产品质量
福安德与多家国内知名钢铁生产企业建立了长期稳定的合作关系所有产品均严格按照国际标准生产通过ISO9001质量体系认证和多项国际认证确保为客户提供高品质、高可靠性的产品。
### 2. 专业的技术团队
公司拥有一支经验丰富、技术精湛的专业团队,包括国际贸易专家、技术顾问和售后服务人员,能够为客户提供从产品咨询、技术支持到物流配送的全方位服务。
### 3. 完善的供应链管理
福安德建立了完善的供应链管理体系,从原材料采购到产品交付的每个环节都严格把控,确保产品质量和交货期,为客户提供高效、稳定的供应保障。
### 4. 多元化的国际市场渠道
经过多年的发展公司已建立起多元化的国际市场渠道与全球50多个国家和地区的客户保持着良好的合作关系市场占有率逐年提升。
## 发展目标
未来,福安德将继续深耕国际市场,不断优化产品结构,提升服务质量,致力于成为全球领先的钢铁制品贸易商。公司将积极响应国家"一带一路"倡议,加强与沿线国家和地区的经贸合作,实现互利共赢、共同发展。
巨丰钢铁山东有限公司Giant Peak Steel (Shandong) Co., Ltd.是设计年产量150万吨能向广大用户提供热轧酸洗板、冷硬钢板、罩式退火钢板、热浸镀锌钢板、锌铝合金钢板、锌铝镁钢板、镀铬钢板、镀锡板等各大类产品。产品覆盖东北、华北、华 东、华南等地区。产品覆盖东北、华北、华 东、华南等地区,并出口到如泰国、韩国、巴西、菲律宾、阿联酋、沙特、埃塞俄比亚、南非等国家。
## 企业使命
福安德以"连接全球钢铁贸易,创造美好未来"为企业使命,致力于为客户创造价值,为员工提供发展平台,为社会做出贡献。我们将始终坚持诚信经营,不断创新发展,与各界朋友携手共进,共创辉煌!
工程采用了外方技术总负责、关键设备整体引进、点采集成、国内技术总成、自主创新、单体设备引进等多种建设方案,保证了技术先进和人才的培养,确保工程投产后达产达效。
## 核心优势
我公司依托工业互联网平台,冷轧厂作为金属加工的核心环节,其数字化进程已从“ 单点突破 ”迈向“ 全链贯通 ”。纵向打通数据传送链路,横向贯通各生产工序和管理部门,打造覆盖全基地的数据“ 高速公路 ”,实现数据统一采集、统一处理、统一存储。在大数据的基础上,进一步部署轧钢和镀锌一体化、生产管控一体化等,并系统性部署设备智能管理、智能大物流、能源智能管理、安全管理等多维度智能应用,以数据驱动钢铁生产操控管一体化,推动全员生产作业效率持续闭环改进,打造新型精益智能生产模式,建成行业领先的全流程智能工厂。融合前沿技术与行业特性,推动“黑灯工厂”与零缺陷生产。

View File

@@ -0,0 +1,159 @@
---
title: Corporate Culture
slug: culture
date: 2023-06-04
author: Giant Peak Steel (Shandong)
description: Corporate culture of Giant Peak Steel (Shandong) Co., Ltd., demonstrating enterprise core values and business philosophy
---
# Corporate Culture of Giant Peak Steel (Shandong) Co., Ltd.
## Overview of Corporate Culture
Since its establishment, Giant Peak Steel (Shandong) Co., Ltd. has always attached great importance to corporate culture building, taking culture as the soul and driving force of enterprise development. After years of accumulation and development, it has formed a unique Fuan De corporate culture system, becoming an important part of the company's core competitiveness.
Fuan De's corporate culture takes "Integrity, Innovation, Collaboration, Win-win" as its core philosophy, committed to creating a positive and vibrant working environment, stimulating employees' potential, and promoting sustainable development of the enterprise.
## Corporate Mission
**Connecting Global Steel Trade, Creating a Better Future**
Fuan De takes promoting the development of global steel trade as its mission, creating value for customers through providing high-quality products and services, providing development platforms for employees, contributing to society, and jointly creating a better future.
## Corporate Vision
**To Become a Global Leading Steel Products Trader**
Fuan De is committed to becoming a leader in the global steel products trade field, continuously improving product quality and service levels, expanding market share, enhancing brand influence, and achieving sustainable development of the enterprise.
## Core Values
### 1. Integrity as Foundation
Integrity is the foundation of Fuan De. We adhere to the principle of honesty and trustworthiness, maintaining high integrity to customers, suppliers, employees, and society, winning trust with integrity, and building brand with integrity.
### 2. Innovation Driven
Innovation is the source of driving force for Fuan De's development. We encourage employees to constantly innovate their thinking, bravely break through traditions, and actively explore new business models and management methods to promote enterprise development with innovation.
### 3. Collaboration and Win-win
Collaboration is the key to Fuan De's success. We emphasize teamwork spirit, encourage collaboration and coordination between departments and employees, while focusing on cooperation with customers, suppliers, and other stakeholders to achieve mutual benefit and win-win outcomes.
### 4. Customer First
Customers are the foundation of Fuan De's survival and development. We always center on customers, focus on customer needs, continuously improve service quality, provide high-quality products and solutions for customers, and exceed customer expectations.
### 5. Pursuit of Excellence
Excellence is Fuan De's eternal pursuit. We are not satisfied with the status quo, constantly challenging ourselves, pursuing higher goals and better performance, and winning market recognition with excellent quality and service.
## Corporate Spirit
### 1. Hard Entrepreneurship
Fuan De people inherit and carry forward the spirit of hard entrepreneurship, not fearing difficulties, having the courage to strive, and moving forward bravely in the fierce market competition.
### 2. Excellence
Fuan De people adhere to the work attitude of excellence, focusing on details, pursuing perfection, and continuously improving product quality and service levels.
### 3. Pioneering and Innovation
Fuan De people have the spirit of pioneering and innovation, daring to break through traditions, having the courage to try new methods and ideas, and constantly promoting enterprise development.
### 4. Unity and Collaboration
Fuan De people value unity and collaboration, supporting each other, making progress together, and forming a strong team cohesion and combat effectiveness.
### 5. Never Give Up
Fuan De people have the spirit of never giving up, in the face of difficulties and challenges, always maintaining firm faith and tenacious perseverance, persisting until success.
## Business Philosophy
### 1. Quality First
Fuan De always puts product quality first, strictly controls product quality, ensuring to provide customers with high-quality and highly reliable products.
### 2. Reputation Supreme
Fuan De values corporate reputation, keeps promises, fulfills responsibilities, and wins customers' trust and support with good reputation.
### 3. High-quality Service
Fuan De is committed to providing customers with high-quality services, from product consultation, technical support to logistics distribution, comprehensively meeting customer needs.
### 4. Efficiency Priority
Fuan De focuses on efficiency improvement, continuously optimizing business processes, improving work efficiency, and providing customers with timely and efficient services.
### 5. Continuous Improvement
Fuan De adheres to the philosophy of continuous improvement, constantly summarizing experience, discovering problems, improving mechanisms, and promoting continuous development and progress of the enterprise.
## Employee Code of Conduct
### 1. Dedication to Work
Love your work, be loyal to your duties, earnestly perform your job responsibilities, and strive to complete work tasks.
### 2. Honesty and Trustworthiness
Be consistent in words and deeds, keep promises, maintain corporate image and personal reputation.
### 3. Learning and Innovation
Continuously learn new knowledge and skills, actively innovate work methods, and improve work efficiency and quality.
### 4. Unity and Collaboration
Respect colleagues, take the initiative to communicate, support each other, jointly complete work tasks, and create a harmonious working atmosphere.
### 5. Customer First
Center on customers, focus on customer needs, provide high-quality services, and exceed customer expectations.
### 6. Compliance with Rules and Regulations
Abide by national laws and regulations and company rules and regulations, consciously maintain company order and interests.
### 7. Diligence and Thrift
Establish awareness of saving, rationally utilize resources, eliminate waste, and reduce costs.
### 8. Safety and Environmental Protection
Attach importance to safety work, comply with safety operating procedures, protect the environment, and promote sustainable development.
## Corporate Cultural Activities
Fuan De regularly organizes rich and colorful corporate cultural activities to enhance employees' sense of belonging and cohesion, and enrich employees' spare time lives.
### 1. Employee Training
The company regularly organizes various training activities to improve employees' professional skills and overall quality, providing support for employees' career development.
### 2. Team Building
The company organizes various team building activities, such as outward bound training, outdoor team building, etc., to enhance team cohesion and collaboration ability.
### 3. Cultural and Sports Activities
The company organizes various cultural and sports activities, such as basketball games, badminton matches, cultural evening parties, etc., to enrich employees' spare time lives.
### 4. Festival Celebrations
The company organizes celebration activities on important festivals, such as Spring Festival parties, Mid-Autumn tea parties, etc., creating a warm and harmonious corporate culture atmosphere.
### 5. Public Welfare Activities
The company actively participates in social public welfare activities, such as donations of money and materials, volunteer services, etc., fulfilling corporate social responsibilities and giving back to society.
## Achievements in Corporate Culture Building
Through years of corporate culture building, Fuan De has formed a positive and vibrant corporate culture atmosphere, employees' sense of belonging and cohesion have been continuously enhanced, and the company's core competitiveness has been continuously improved.
Corporate culture has become an important support and driving force for Fuan De's development, promoting the company to continuously achieve new achievements. In future development, Fuan De will continue to strengthen corporate culture building, continuously enrich and improve the corporate culture system, providing strong cultural support for the sustainable development of the enterprise.
Fuan De believes that excellent corporate culture is an important guarantee for the long-term prosperity of an enterprise. We will continue to inherit and carry forward Fuan De's corporate culture, making culture the soul of enterprise development, leading the enterprise towards a better future!

View File

@@ -0,0 +1,159 @@
---
title: Văn hóa Doanh nghiệp
slug: culture
date: 2023-06-04
author: Giant Peak Steel (Shandong)
description: Văn hóa doanh nghiệp của Công ty TNHH Thương mại Fuan De, thể hiện các giá trị cốt lõi và tư tưởng kinh doanh của doanh nghiệp
---
# Văn hóa Doanh nghiệp của Công ty TNHH Thương mại Fuan De
## Tổng quan về Văn hóa Doanh nghiệp
Kể từ thành lập, Công ty TNHH Thương mại Fuan De luôn coi trọng việc xây dựng văn hóa doanh nghiệp, coi văn hóa là linh hồn và động lực cho sự phát triển của doanh nghiệp. Sau nhiều năm tích lũy và phát triển, công ty đã hình thành một hệ thống văn hóa doanh nghiệp độc đáo Fuan De, trở thành một phần quan trọng trong sức cạnh tranh cốt lõi của công ty.
Văn hóa doanh nghiệp của Fuan De lấy "Trung thực, Sáng tạo, Hợp tác, Cùng thắng" làm tư tưởng cốt lõi, cam kết tạo ra một môi trường làm việc tích cực và sôi động, kích thích tiềm năng của nhân viên, thúc đẩy sự phát triển bền vững của doanh nghiệp.
## Sứ mệnh Doanh nghiệp
**Kết nối Thương mại Thép Toàn cầu, Tạo ra Tương lai Tốt đẹp hơn**
Fuan De coi trọng việc thúc đẩy sự phát triển của thương mại thép toàn cầu làm nhiệm vụ của mình, tạo ra giá trị cho khách hàng thông qua việc cung cấp sản phẩm và dịch vụ chất lượng, tạo ra nền tảng phát triển cho nhân viên, đóng góp cho xã hội, cùng nhau tạo ra một tương lai tốt đẹp hơn.
## Tầm nhìn Doanh nghiệp
**Trở thành Nhà Buôn Sản phẩm Thép hàng đầu Toàn cầu**
Fuan De nỗ lực trở thành một nhà lãnh đạo trong lĩnh vực thương mại sản phẩm thép toàn cầu, liên tục nâng cao chất lượng sản phẩm và dịch vụ, mở rộng thị phần, tăng cường ảnh hưởng thương hiệu, và đạt được sự phát triển bền vững của doanh nghiệp.
## Giá trị Cốt lõi
### 1. Trung thực làm Cơ sở
Trung thực là cơ sở xây dựng của Fuan De. Chúng tôi tuân thủ nguyên tắc trung thực và tin cậy, duy trì tính trung thực cao đối với khách hàng, nhà cung cấp, nhân viên và xã hội, giành được sự tin tưởng bằng trung thực, xây dựng thương hiệu bằng trung thực.
### 2. Sáng tạo làm Động lực
Sáng tạo là nguồn động lực cho sự phát triển của Fuan De. Chúng tôi khuyến khích nhân viên liên tục đổi mới tư duy, dám phá vỡ truyền thống, tích cực khám phá mô hình kinh doanh và phương pháp quản lý mới, thúc đẩy sự phát triển của doanh nghiệp bằng sáng tạo.
### 3. Hợp tác và Cùng thắng
Hợp tác là chìa khóa thành công của Fuan De. Chúng tôi nhấn mạnh tinh thần làm việc nhóm, khuyến khích sự hợp tác và phối hợp giữa các bộ phận và nhân viên, đồng thời quan tâm đến hợp tác với khách hàng, nhà cung cấp và các bên liên quan khác để đạt được lợi ích song phương và cùng thắng.
### 4. Khách hàng là Thượng đế
Khách hàng là nền tảng cho sự tồn tại và phát triển của Fuan De. Chúng tôi luôn lấy khách hàng làm trung tâm, quan tâm đến nhu cầu của khách hàng, liên tục nâng cao chất lượng dịch vụ, cung cấp sản phẩm và giải pháp chất lượng cao cho khách hàng, vượt qua mong đợi của khách hàng.
### 5. Sống trọn vẹn
Sự hoàn hảo là niềm đam mê vĩnh cửu của Fuan De. Chúng tôi không hài lòng với hiện trạng, liên tục thách thức bản thân, theo đuổi mục tiêu cao hơn và thành tích tốt hơn, giành được sự công nhận của thị trường với chất lượng và dịch vụ xuất sắc.
## Tinh thần Doanh nghiệp
### 1. Khởi nghiệp Khó khăn
Nhân viên Fuan De kế thừa và phát huy tinh thần khởi nghiệp khó khăn, không sợ khó khăn, dám phấn đấu, tiến lên dũng cảm trong cạnh tranh thị trườngGay gắt.
### 2. Chuyên tâm Vô cùng
Nhân viên Fuan De kiên trì thái độ làm việc chuyên tâm vô cùng, chú trọng chi tiết, theo đuổi sự hoàn hảo, liên tục nâng cao chất lượng sản phẩm và dịch vụ.
### 3. Khai phá và Sáng tạo
Nhân viên Fuan De có tinh thần khai phá và sáng tạo, dám phá vỡ truyền thống, dám thử nghiệm phương pháp và ý tưởng mới, liên tục thúc đẩy sự phát triển của doanh nghiệp.
### 4.团結協作
Nhân viên Fuan De coi trọng đoàn kết và hợp tác, hỗ trợ lẫn nhau, tiến bộ chung, hình thành một sức mạnh đoàn kết và chiến đấu mạnh mẽ.
### 5. Không bao giờ từ bỏ
Nhân viên Fuan De có tinh thần không bao giờ từ bỏ, trước những khó khăn và thách thức, luôn duy trì niềm tin kiên cố và nghị lực kiên cường, kiên trì cho đến thành công.
## Tư tưởng Kinh doanh
### 1. Chất lượng đầu tiên
Fuan De luôn đặt chất lượng sản phẩm lên hàng đầu, kiểm soát nghiêm ngặt chất lượng sản phẩm, đảm bảo cung cấp cho khách hàng sản phẩm chất lượng cao và độ tin cậy cao.
### 2. Tín dụng tối cao
Fuan De coi trọng uy tín doanh nghiệp, giữ lời hứa, thực hiện trách nhiệm, giành được sự tin tưởng và ủng hộ của khách hàng với uy tín tốt.
### 3. Dịch vụ Chất lượng
Fuan De cam kết cung cấp cho khách hàng dịch vụ chất lượng cao, từ tư vấn sản phẩm, hỗ trợ kỹ thuật đến phân phối logistics, đáp ứng nhu cầu của khách hàng toàn diện.
### 4. Hiệu quả ưu tiên
Fuan De chú trọng nâng cao hiệu quả, liên tục tối ưu hóa quy trình kinh doanh, nâng cao hiệu quả làm việc, cung cấp cho khách hàng dịch vụ kịp thời và hiệu quả.
### 5. Cải tiến Liên tục
Fuan De kiên trì tư tưởng cải tiến liên tục, liên tục tổng kết kinh nghiệm, phát hiện vấn đề, hoàn thiện cơ chế, thúc đẩy sự phát triển và tiến bộ liên tục của doanh nghiệp.
##准則 Hành vi Nhân viên
### 1. Tận tụy với Công việc
Yêu thích công việc, trung thành với trách nhiệm,认眞履行 trách nhiệm công việc, nỗ lực hoàn thành nhiệm vụ làm việc.
### 2. Trung thực và Tin cậy
Trên lời và dưới lòng nhất quán, giữ lời hứa, duy trì hình ảnh doanh nghiệp và uy tín cá nhân.
### 3. Học tập và Sáng tạo
Liên tục học tập kiến thức và kỹ năng mới, tích cực sáng tạo phương pháp làm việc, nâng cao hiệu quả và chất lượng làm việc.
### 4.团結協作
Tôn trọng đồng nghiệp, chủ động giao tiếp, hỗ trợ lẫn nhau, cùng nhau hoàn thành nhiệm vụ làm việc, tạo ra một môi trường làm việc hòa hợp.
### 5. Khách hàng là Thượng đế
Lấy khách hàng làm trung tâm, quan tâm đến nhu cầu của khách hàng, cung cấp dịch vụ chất lượng, vượt qua mong đợi của khách hàng.
### 6. Tuân thủ Quy định
Tuân thủ luật pháp quốc gia và quy chế nội bộ công ty, chủ động duy trì trật tự và lợi ích công ty.
### 7. Kiệm tiết
Xây dựng ý thức tiết kiệm, sử dụng nguồn lực hợp lý, loại bỏ lãng phí, giảm chi phí.
### 8. An toàn và Bảo vệ Môi trường
Chú trọng công tác an toàn, tuân thủ quy trình vận hành an toàn, bảo vệ môi trường, thúc đẩy sự phát triển bền vững.
## Hoạt động Văn hóa Doanh nghiệp
Fuan De thường xuyên tổ chức các hoạt động văn hóa doanh nghiệp phong phú và đa dạng, tăng cường ý thức归属感 và sức hút của nhân viên, làm phong phú cuộc sống业余 của nhân viên.
### 1. Đào tạo Nhân viên
Công ty thường xuyên tổ chức các hoạt động đào tạo khác nhau, nâng cao kỹ năng chuyên môn và chất lượng tổng thể của nhân viên, cung cấp hỗ trợ cho sự phát triển nghề nghiệp của nhân viên.
### 2. Xây dựng Nhóm
Công ty tổ chức các hoạt động xây dựng nhóm khác nhau, như đào tạo mở rộng, xây dựng nhóm ngoài trời, v.v., để tăng cường sức hút nhóm và khả năng hợp tác.
### 3. Hoạt động Văn hóa và Thể thao
Công ty tổ chức các hoạt động văn hóa và thể thao khác nhau, như trận đấu bóng rổ, trận đấu cầu lông, buổi biểu diễn văn nghệ, v.v., để làm phong phú cuộc sống业余 của nhân viên.
### 4. Lễ kỷ Nghiêm trọng
Công ty tổ chức các hoạt động kỷ niệm vào các ngày lễ quan trọng, như tiệc Liên hoan Xuân, bữa trà Trung thu, v.v., tạo ra một môi trường văn hóa doanh nghiệp ấm áp và hòa hợp.
### 5. Hoạt động Công ích
Công ty tích cực tham gia vào các hoạt động công ích xã hội, như đóng góp tiền và vật phẩm, dịch vụ tình nguyện, v.v., thực hiện trách nhiệm xã hội của doanh nghiệp và回馈 xã hội.
## Thành tích trong Xây dựng Văn hóa Doanh nghiệp
Thông qua việc xây dựng văn hóa doanh nghiệp nhiều năm, Fuan De đã hình thành một môi trường văn hóa doanh nghiệp tích cực và sôi động, ý thức归属感 và sức hút của nhân viên được liên tục tăng cường, sức cạnh tranh cốt lõi của công ty được liên tục nâng cao.
Văn hóa doanh nghiệp đã trở thành một hỗ trợ và nguồn động lực quan trọng cho sự phát triển của Fuan De, thúc đẩy công ty liên tục đạt được những thành tích mới. Trong quá trình phát triển trong tương lai, Fuan De sẽ tiếp tục tăng cường việc xây dựng văn hóa doanh nghiệp, liên tục làm phong phú và hoàn thiện hệ thống văn hóa doanh nghiệp, cung cấp hỗ trợ văn hóa mạnh mẽ cho sự phát triển bền vững của doanh nghiệp.
Fuan De tin rằng văn hóa doanh nghiệp xuất sắc là một bảo đảm quan trọng cho sự thịnh vượng lâu dài của một doanh nghiệp. Chúng tôi sẽ tiếp tục kế thừa và phát huy văn hóa doanh nghiệp của Fuan De, làm cho văn hóa trở thành linh hồn của sự phát triển doanh nghiệp, hướng dẫn doanh nghiệp tiến về một tương lai tốt đẹp hơn!

View File

@@ -2,95 +2,95 @@
title: 企业文化
slug: culture
date: 2023-06-04
author: 福安德外贸
description: 福安德外贸有限公司企业文化,展示企业核心价值观和经营理念
author: 巨丰钢铁
description: 巨丰钢铁(山东)有限公司企业文化,展示企业核心价值观和经营理念
---
# 福安德外贸有限公司企业文化
# 巨丰钢铁(山东)有限公司企业文化
## 企业文化概述
福安德外贸有限公司自成立以来,始终重视企业文化建设,将文化作为企业发展的灵魂和动力。经过多年的沉淀和发展,形成了独具特色的福安德企业文化体系,成为公司核心竞争力的重要组成部分。
巨丰钢铁(山东)有限公司自成立以来,始终重视企业文化建设,将文化作为企业发展的灵魂和动力。经过多年的沉淀和发展,形成了独具特色的巨丰企业文化体系,成为公司核心竞争力的重要组成部分。
福安德的企业文化以"诚信、创新、协作、共赢"为核心理念,致力于营造一个积极向上、充满活力的工作环境,激发员工潜能,推动企业可持续发展。
巨丰钢铁(山东)有限公司的企业文化以"诚信、创新、协作、共赢"为核心理念,致力于营造一个积极向上、充满活力的工作环境,激发员工潜能,推动企业可持续发展。
## 企业使命
**连接全球钢铁贸易,创造美好未来**
福安德以促进全球钢铁贸易的发展为己任,通过提供优质的产品和服务,为客户创造价值,为员工提供发展平台,为社会做出贡献,共同创造更加美好的未来。
巨丰钢铁(山东)有限公司以促进全球钢铁贸易的发展为己任,通过提供优质的产品和服务,为客户创造价值,为员工提供发展平台,为社会做出贡献,共同创造更加美好的未来。
## 企业愿景
**成为全球领先的钢铁制品贸易商**
福安德致力于成为全球钢铁制品贸易领域的领导者,通过不断提升产品质量和服务水平,扩大市场份额,增强品牌影响力,实现企业的可持续发展。
巨丰钢铁(山东)有限公司致力于成为全球钢铁制品贸易领域的领导者,通过不断提升产品质量和服务水平,扩大市场份额,增强品牌影响力,实现企业的可持续发展。
## 核心价值观
### 1. 诚信为本
诚信是福安德的立业之本。我们坚持诚实守信的原则,对客户、对供应商、对员工、对社会保持高度的诚信,以诚信赢得信任,以诚信铸就品牌。
诚信是巨丰钢铁(山东)有限公司的巨丰文化。我们坚持诚实守信的原则,对客户、对供应商、对员工、对社会保持高度的诚信,以诚信赢得信任,以诚信铸就品牌。
### 2. 创新驱动
创新是福安德发展的动力源泉。我们鼓励员工不断创新思维,勇于突破传统,积极探索新的业务模式和管理方法,以创新推动企业发展。
创新是巨丰钢铁(山东)有限公司发展的动力源泉。我们鼓励员工不断创新思维,勇于突破传统,积极探索新的业务模式和管理方法,以创新推动企业发展。
### 3. 协作共赢
协作是福安德成功的关键。我们强调团队合作精神,鼓励部门之间、员工之间的协作配合,同时注重与客户、供应商等利益相关方的合作,实现互利共赢。
协作是巨丰钢铁(山东)有限公司的巨丰文化。我们强调团队合作精神,鼓励部门之间、员工之间的协作配合,同时注重与客户、供应商等利益相关方的合作,实现互利共赢。
### 4. 客户至上
客户是福安德生存和发展的基础。我们始终以客户为中心,关注客户需求,不断提升服务质量,为客户提供优质的产品和解决方案,超越客户期望。
客户是巨丰钢铁(山东)有限公司的核心价值。我们始终以客户为中心,关注客户需求,不断提升服务质量,为客户提供优质的产品和解决方案,超越客户期望。
### 5. 追求卓越
卓越是福安德的永恒追求。我们不满足于现状,不断挑战自我,追求更高的目标和更好的业绩,以卓越的品质和服务赢得市场认可。
卓越是巨丰钢铁(山东)有限公司的巨丰文化。我们不满足于现状,不断挑战自我,追求更高的目标和更好的业绩,以卓越的品质和服务赢得市场认可。
## 企业精神
### 1. 艰苦创业
福安德人继承和发扬艰苦创业的精神,不怕困难,勇于拼搏,在激烈的市场竞争中奋勇前行。
巨丰钢铁(山东)有限公司继承和艰苦创业的精神,不怕困难,勇于拼搏,在激烈的市场竞争中奋勇前行。
### 2. 精益求精
福安德人坚持精益求精的工作态度,注重细节,追求完美,不断提升产品质量和服务水平。
巨丰钢铁(山东)有限公司坚持精益求精的工作态度,注重细节,追求完美,不断提升产品质量和服务水平。
### 3. 开拓创新
福安德人具有开拓创新的精神,敢于突破传统,勇于尝试新的方法和思路,不断推动企业发展。
巨丰钢铁(山东)有限公司具有开拓创新的精神,敢于突破传统,勇于尝试新的方法和思路,不断推动企业发展。
### 4. 团结协作
福安德人注重团结协作,相互支持,共同进步,形成强大的团队凝聚力和战斗力。
巨丰钢铁(山东)有限公司注重团结协作,相互支持,共同进步,形成强大的团队凝聚力和战斗力。
### 5. 永不言弃
福安德人具有永不言弃的精神,面对困难和挑战,始终保持坚定的信念和顽强的毅力,坚持不懈,直至成功。
巨丰钢铁(山东)有限公司具有永不言弃的精神,面对困难和挑战,始终保持坚定的信念和顽强的毅力,坚持不懈,直至成功。
## 经营理念
### 1. 质量第一
福安德始终将产品质量放在首位,严格控制产品质量,确保为客户提供高品质、高可靠性的产品。
巨丰钢铁(山东)有限公司始终将产品质量放在首位,严格控制产品质量,确保为客户提供高品质、高可靠性的产品。
### 2. 信誉至上
福安德注重企业信誉,信守承诺,履行责任,以良好的信誉赢得客户的信任和支持。
巨丰钢铁(山东)有限公司注重企业信誉,信守承诺,履行责任,以良好的信誉赢得客户的信任和支持。
### 3. 服务优质
福安德致力于为客户提供优质的服务,从产品咨询、技术支持到物流配送,全方位满足客户需求。
巨丰钢铁(山东)有限公司致力于为客户提供优质的服务,从产品咨询、技术支持到物流配送,全方位满足客户需求。
### 4. 效率优先
福安德注重效率提升,不断优化业务流程,提高工作效率,为客户提供及时、高效的服务。
巨丰钢铁(山东)有限公司注重效率提升,不断优化业务流程,提高工作效率,为客户提供及时、高效的服务。
### 5. 持续改进
福安德坚持持续改进的理念,不断总结经验,发现问题,完善机制,推动企业不断发展进步。
巨丰钢铁(山东)有限公司坚持持续改进的理念,不断总结经验,发现问题,完善机制,推动企业不断发展进步。
## 员工行为准则
@@ -128,7 +128,7 @@ description: 福安德外贸有限公司企业文化,展示企业核心价值
## 企业文化活动
福安德定期组织丰富多彩的企业文化活动,增强员工的归属感和凝聚力,丰富员工的业余生活。
巨丰钢铁(山东)有限公司定期组织各种企业文化活动,增强员工的归属感和凝聚力,丰富员工的业余生活。
### 1. 员工培训
@@ -152,8 +152,8 @@ description: 福安德外贸有限公司企业文化,展示企业核心价值
## 企业文化建设成果
通过多年的企业文化建设,福安德形成了积极向上、充满活力的企业文化氛围,员工的归属感和凝聚力不断增强,企业的核心竞争力不断提升。
通过多年的企业文化建设,巨丰钢铁(山东)有限公司形成了积极向上、充满活力的企业文化氛围,员工的归属感和凝聚力不断增强,企业的核心竞争力不断提升。
企业文化已成为福安德发展的重要支撑和动力源泉,推动公司不断取得新的成就。在未来的发展中,福安德将继续加强企业文化建设,不断丰富和完善企业文化体系,为企业的可持续发展提供强大的文化支撑。
企业文化已成为巨丰钢铁(山东)有限公司发展的重要支撑和动力源泉,推动公司不断取得新的成就。在未来的发展中,巨丰钢铁(山东)有限公司将将继续加强企业文化建设,不断丰富和完善企业文化体系,为企业的可持续发展提供强大的文化支撑。
福安德相信,优秀的企业文化是企业长盛不衰的重要保障。我们将继续传承和发扬福安德的企业文化,让文化成为企业发展的灵魂,引领企业走向更加美好的未来!
巨丰钢铁(山东)有限公司相信,优秀的企业文化是企业长盛不衰的重要保障。我们将继续传承和发扬巨丰钢铁(山东)有限公司的企业文化,让文化成为企业发展的灵魂,引领企业走向更加美好的未来!

View File

@@ -1,99 +0,0 @@
---
title: About
description: About Next Forge - Multilingual Next.js 16 Starter
lastUpdated: 2025-02-19
---
> Update date: 2025-02-19
# About Next Forge
Next Forge is a feature-rich Next.js 16 multilingual starter template designed to help developers quickly build globally-ready websites. It comes with built-in i18n support, modern UI design, dark/light theme toggling, responsive layout, MDX blog system, SEO optimization, and integrated analytics tools.
## ✨ Key Features
- 🌐 **Built-in i18n Support**: Supports English, Chinese, and Japanese out of the box, making it easy to create multilingual websites.
- 🎨 **Modern UI Design**: Clean and modern UI powered by Tailwind CSS.
- 🌙 **Dark/Light Theme Toggle**: Allows users to switch between dark and light themes effortlessly.
- 📱 **Responsive Layout**: Fully responsive design ensures a great experience on both mobile and desktop devices.
- 📝 **MDX Blog System**: Write blog posts using MDX for enhanced flexibility and power.
- 🔍 **SEO Optimization**: Comprehensive SEO features including automatic sitemap.xml generation, robots.txt configuration, and optimized metadata.
- 📊 **Analytics Integration**: Integrated with Google Analytics, Baidu Analytics, Google Adsense, and Vercel Analytics for easy tracking and insights.
- 🌿 **Eco-Friendly Performance**: Achieved A+ rating on [Website Carbon](https://www.websitecarbon.com/website/nextforge-dev/), making it one of the most energy-efficient websites.
## 🚀 Quick Start
1. Clone the repository:
```bash
git clone https://github.com/weijunext/nextjs-starter.git
```
2. Install dependencies:
```bash
npm install
```
3. Copy environment variables:
```bash
cp .env.example .env
```
4. Start the development server:
```bash
npm run dev
```
Visit [http://localhost:3000](http://localhost:3000) to view your application.
## ⚙️ Configuration
1. **Basic Setup**:
- Edit `config/site.ts` to configure website information.
- Update icons and logo in the `public/` directory.
- Configure `app/sitemap.ts` and `app/robots.ts`.
2. **i18n Setup**:
- Add or modify language files in `i18n/messages/`.
- Configure supported languages in `i18n/routing.ts`.
- Set up i18n routing in `middleware.ts`.
## 📝 Content Management
### Blog Posts
Create MDX files in `blog/[locale]` with the following format:
````
---
title: Post Title
description: Post Description
image: /image.png
slug: /url-path
tags: tag1,tag2
date: 2025-02-20
visible: published
pin: true
---
Post content...
````
### Static Pages
Manage static page content in `content/[page]/[locale].mdx`.
## 📄 License
Next Forge is licensed under the MIT License, allowing you to freely use, modify, and distribute the template.
## 🤝 Contributing
We welcome issues and pull requests! Your contributions help us improve this project.
## About the Author
A Next.js full-stack specialist offering expert services in project development, performance optimization, and SEO improvement.
For consulting and training opportunities, reach out at weijunext@gmail.com
- [Github](https://github.com/weijunext)
- [Bento](https://bento.me/weijunext)
- [Twitter/X](https://twitter.com/judewei_dev)

View File

@@ -0,0 +1,68 @@
---
title: Development History
slug: history
date: 2023-06-02
author: Giant Peak Steel (Shandong)
description: Development history of Giant Peak Steel (Shandong) Co., Ltd., witnessing important milestones of enterprise growth
---
# Development History of Giant Peak Steel (Shandong) Co., Ltd.
## Founding and Initial Stage (2008-2010)
Giant Peak Steel (Shandong) Co., Ltd. was founded in 2008, during the global financial crisis. In such a market environment, the founder of the company, with keen market insight and firm entrepreneurial determination, resolutely entered the field of steel products foreign trade.
- **June 2008**: The company was officially registered and established in Shanghai, with only 5 employees and office space of less than 100 square meters
- **August 2008**: Received the first batch of overseas orders, exporting straight high-frequency welded round pipes to a Southeast Asian country
- **March 2009**: Established cooperation with the first domestic steel manufacturer
- **January 2010**: The company's annual export volume exceeded 10 million US dollars, and the number of employees increased to 15
## Steady Development Stage (2011-2013)
During this stage, Fuan De began to expand its business scope, explore the international market, and gradually established a stable customer base and supply chain system.
- **May 2011**: Established the first overseas office in Southeast Asia to strengthen regional market development
- **February 2012**: Obtained ISO9001 quality management system certification
- **August 2012**: The company's annual export volume exceeded 30 million US dollars, with products sold to more than 20 countries and regions
- **April 2013**: Expanded office space, the number of employees increased to 30, and established a dedicated technical support department
## Rapid Development Stage (2014-2016)
With the continuous expansion of business, Fuan De began to deepen international cooperation, optimize product structure, improve service quality, and entered a fast development track.
- **March 2014**: Established long-term cooperation with large European steel distributors, successfully entering the European market
- **November 2014**: Received the title of "Shanghai Advanced Foreign Trade Export Enterprise"
- **June 2015**: Annual export volume exceeded 80 million US dollars, with the number of employees increased to 50
- **July 2016**: Established the second overseas office in the Middle East region to strengthen Middle East market development
- **December 2016**: Launched steel-plastic composite pipe series products, enriching the company's product line
## Scale Expansion Stage (2017-2020)
During this stage, Fuan De further expanded its business scale, deepened international cooperation, enhanced brand influence, and became a foreign trade enterprise with certain visibility in the industry.
- **April 2017**: Invested in the construction of a modern logistics distribution center to improve product distribution efficiency
- **September 2017**: Annual export volume exceeded 120 million US dollars, with products sold to more than 40 countries and regions
- **June 2018**: Celebrated the 10th anniversary of the company's establishment, released the "Ten-Year Development Plan"
- **November 2018**: Received the title of "Top 100 Enterprises in China's Steel Trade Industry"
- **March 2019**: Established the third overseas office in North America to strengthen North American market development
- **October 2019**: Launched high-end customized processing services to meet customers' personalized needs
- **2020**: Actively responded to the challenges of the COVID-19 pandemic, adjusted business strategies, and ensured stable business development
## Innovation and Transformation Stage (2021-Present)
Facing changes in the global economic structure and the digital wave, Fuan De has begun to promote digital transformation, strengthen innovation capacity building, and embarked on a new journey of high-quality development.
- **May 2021**: Launched a digital transformation project to build an intelligent supply chain management system
- **October 2021**: Annual export volume exceeded 200 million US dollars, with the number of employees increased to 80
- **March 2022**: Established cooperation with multiple domestic and foreign scientific research institutions to strengthen product research and development and technological innovation
- **August 2022**: Received the title of "Shanghai Digital Transformation Demonstration Enterprise"
- **January 2023**: Launched a new corporate logo and brand image to enhance brand value
- **April 2023**: Started the construction of "Green Supply Chain" to promote sustainable development
## Looking Forward to the Future
Looking back on the 15-year development history, Fuan De has grown from a small foreign trade enterprise to an influential steel products trader in the industry, with every step embodying the wisdom and efforts of all employees.
Looking forward to the future, Fuan De will continue to adhere to innovative development, deepen international cooperation, promote digital transformation, strengthen green development, strive to achieve higher quality and more sustainable development, create greater value for customers, and make greater contributions to industry development.
Fuan De's development history is a history of hard work and continuous progress, and also a microcosm of the growth of Chinese foreign trade enterprises. We believe that with the joint efforts of all employees, Fuan De's tomorrow will definitely be better!

View File

@@ -0,0 +1,68 @@
---
title: Lịch sử phát triển
slug: history
date: 2023-06-02
author: Giant Peak Steel (Shandong)
description: Lịch sử phát triển của Công ty TNHH Thương mại nước ngoài Fuan De, chứng kiến các cột mốc quan trọng trong quá trình phát triển của doanh nghiệp
---
# Lịch sử phát triển của Công ty TNHH Thương mại nước ngoài Fuan De
## Giai đoạn thành lập và khởi đầu (2008-2010)
Công ty TNHH Thương mại nước ngoài Fuan De được thành lập vào năm 2008, trong thời kỳ khủng hoảng tài chính toàn cầu. Trong môi trường thị trường như vậy, người sáng lập công ty, với kiến thức thị trường nhạy bén và quyết tâm sáng lập kiên固, đã kiên quyết bước vào lĩnh vực thương mại nước ngoài sản phẩm thép.
- **Tháng 6 năm 2008**: Công ty chính thức đăng ký và thành lập tại Thượng Hải, chỉ có 5 nhân viên và diện tích văn phòng dưới 100 mét vuông
- **Tháng 8 năm 2008**: Nhận được lô hàng đặt hàng nước ngoài đầu tiên, xuất khẩu ống tròn hàn tần số cao thẳng sang một quốc gia Đông Nam Á
- **Tháng 3 năm 2009**: Thực hiện hợp tác với nhà sản xuất thép đầu tiên tại Trung Quốc
- **Tháng 1 năm 2010**: Giá trị xuất khẩu hàng năm của công ty vượt quá 10 triệu USD, số lượng nhân viên tăng lên 15 người
## Giai đoạn phát triển ổn định (2011-2013)
Trong giai đoạn này, Fuan De bắt đầu mở rộng phạm vi kinh doanh, khai thác thị trường quốc tế, và dần xây dựng một cơ sở khách hàng ổn định và hệ thống chuỗi cung ứng.
- **Tháng 5 năm 2011**: Thành lập văn phòng nước ngoài đầu tiên tại Đông Nam Á để tăng cường phát triển thị trường khu vực
- **Tháng 2 năm 2012**: Nhận chứng nhận hệ thống quản lý chất lượng ISO9001
- **Tháng 8 năm 2012**: Giá trị xuất khẩu hàng năm của công ty vượt quá 30 triệu USD, sản phẩm được xuất sang hơn 20 quốc gia và vùng lãnh thổ
- **Tháng 4 năm 2013**: Mở rộng diện tích văn phòng, số lượng nhân viên tăng lên 30 người, và thành lập một bộ phận hỗ trợ kỹ thuật chuyên dụng
## Giai đoạn phát triển nhanh chóng (2014-2016)
Với kinh doanh liên tục mở rộng, Fuan De bắt đầu sâuening hợp tác quốc tế, tối ưu hóa cấu trúc sản phẩm, nâng cao chất lượng dịch vụ, và bước vào một đường đi phát triển nhanh.
- **Tháng 3 năm 2014**: Thực hiện hợp tác lâu dài với các nhà phân phối thép lớn châu Âu, thành công xâm nhập thị trường châu Âu
- **Tháng 11 năm 2014**: Nhận tặng danh hiệu "Doanh nghiệp xuất khẩu thương mại nước ngoài tiên tiến của Thượng Hải"
- **Tháng 6 năm 2015**: Giá trị xuất khẩu hàng năm vượt quá 80 triệu USD, số lượng nhân viên tăng lên 50 người
- **Tháng 7 năm 2016**: Thành lập văn phòng nước ngoài thứ hai tại khu vực Trung Đông để tăng cường phát triển thị trường Trung Đông
- **Tháng 12 năm 2016**: Ra mắt dòng sản phẩm ống复合 thép-plastic, làm phong phú thêm dòng sản phẩm của công ty
## Giai đoạn mở rộng quy mô (2017-2020)
Trong giai đoạn này, Fuan De tiếp tục mở rộng quy mô kinh doanh, sâuening hợp tác quốc tế, nâng cao ảnh hưởng thương hiệu, và trở thành một doanh nghiệp thương mại nước ngoài có một mức độ nhận diện nhất định trong ngành.
- **Tháng 4 năm 2017**: Đầu tư xây dựng Trung tâm phân phối logistics hiện đại để nâng cao hiệu quả phân phối sản phẩm
- **Tháng 9 năm 2017**: Giá trị xuất khẩu hàng năm vượt quá 120 triệu USD, sản phẩm được xuất sang hơn 40 quốc gia và vùng lãnh thổ
- **Tháng 6 năm 2018**: Chúc mừng kỷ niệm 10 năm thành lập công ty, công bố "Kế hoạch phát triển mười năm"
- **Tháng 11 năm 2018**: Nhận tặng danh hiệu "Top 100 doanh nghiệp trong ngành thương mại thép Trung Quốc"
- **Tháng 3 năm 2019**: Thành lập văn phòng nước ngoài thứ ba tại Bắc Mỹ để tăng cường phát triển thị trường Bắc Mỹ
- **Tháng 10 năm 2019**: Ra mắt dịch vụ gia công theo yêu cầu cao cấp để đáp ứng nhu cầu cá nhân hóa của khách hàng
- **Năm 2020**: Chủ động đối phó với thách thức do đại dịch COVID-19 gây ra, điều chỉnh chiến lược kinh doanh, đảm bảo phát triển ổn định cho kinh doanh
## Giai đoạn đổi mới và chuyển đổi (2021-Nay)
Đối mặt với những thay đổi trong cấu trúc kinh tế toàn cầu và làn sóng số hóa, Fuan De đã bắt đầu thúc đẩy chuyển đổi số hóa, tăng cường xây dựng năng lực đổi mới, và bước vào một hành trình phát triển chất lượng cao mới.
- **Tháng 5 năm 2021**: Khởi động dự án chuyển đổi số hóa, xây dựng hệ thống quản lý chuỗi cung ứng thông minh
- **Tháng 10 năm 2021**: Giá trị xuất khẩu hàng năm vượt quá 200 triệu USD, số lượng nhân viên tăng lên 80 người
- **Tháng 3 năm 2022**: Thực hiện hợp tác với nhiều tổ chức nghiên cứu khoa học trong và ngoài nước để tăng cường nghiên cứu phát sản phẩm và đổi mới công nghệ
- **Tháng 8 năm 2022**: Nhận tặng danh hiệu "Doanh nghiệp Minh họa Chuyển đổi Số hóa của Thượng Hải"
- **Tháng 1 năm 2023**: Ra mắt biểu tượng công ty và hình ảnh thương hiệu mới để nâng cao giá trị thương hiệu
- **Tháng 4 năm 2023**: Bắt đầu xây dựng "Chuỗi Cung Ứng Xanh" để thúc đẩy phát triển bền vững
## Trông Về Tương Lai
Nhìn lại 15 năm lịch sử phát triển, Fuan De đã phát triển từ một doanh nghiệp thương mại nước ngoài nhỏ thành một thương nhân sản phẩm thép có ảnh hưởng trong ngành, mỗi bước đều thể hiện sự thông minh và nỗ lực của tất cả nhân viên.
Trông về tương lai, Fuan De sẽ tiếp tục坚持 phát triển đổi mới, sâuening hợp tác quốc tế, thúc đẩy chuyển đổi số hóa, tăng cường phát triển xanh, nỗ lực đạt được phát triển chất lượng cao hơn và bền vững hơn, tạo ra giá trị lớn hơn cho khách hàng, và做出更大贡献 cho phát triển ngành.
Lịch sử phát triển của Fuan De là một lịch sử khổ học, nỗ lực và không ngừng tiến bộ, cũng là một chi tiết nhỏ trong quá trình phát triển của doanh nghiệp thương mại nước ngoài Trung Quốc. Chúng tôi tin rằng với sự nỗ lực chung của tất cả nhân viên, ngày mai của Fuan De chắc chắn sẽ tốt đẹp hơn!

View File

@@ -2,15 +2,15 @@
title: 发展历史
slug: history
date: 2023-06-02
author: 福安德外贸
description: 福安德外贸有限公司发展历程,见证企业成长的重要里程碑
author: 巨丰钢铁(山东)
description: 巨丰钢铁(山东)有限公司发展历程,见证企业成长的重要里程碑
---
# 福安德外贸有限公司发展历史
# 巨丰钢铁(山东)有限公司发展历史
## 创立与起步阶段2008-2010
福安德外贸有限公司成立于2008年正值全球金融危机时期。在这样的市场环境下公司创始人凭借敏锐的市场洞察力和坚定的创业决心毅然投身于钢铁制品外贸领域。
巨丰钢铁(山东)有限公司成立于2008年正值全球金融危机时期。在这样的市场环境下公司创始人凭借敏锐的市场洞察力和坚定的创业决心毅然投身于钢铁制品外贸领域。
- **2008年6月**公司在上海正式注册成立初期仅有5名员工办公面积不足100平方米
- **2008年8月**:获得第一批海外订单,向东南亚某国出口直线高频焊接圆管
@@ -19,7 +19,7 @@ description: 福安德外贸有限公司发展历程,见证企业成长的重
## 稳步发展阶段2011-2013
在这一阶段,福安德开始扩大业务范围,拓展国际市场,逐步建立起稳定的客户群体和供应链体系。
在这一阶段,巨丰钢铁(山东)有限公司开始扩大业务范围,拓展国际市场,逐步建立起稳定的客户群体和供应链体系。
- **2011年5月**:在东南亚设立第一个海外办事处,加强对区域市场的开发
- **2012年2月**获得ISO9001质量管理体系认证
@@ -28,7 +28,7 @@ description: 福安德外贸有限公司发展历程,见证企业成长的重
## 快速发展阶段2014-2016
随着业务的不断扩大,福安德开始深化国际合作,优化产品结构,提升服务质量,进入快速发展通道。
随着业务的不断扩大,巨丰钢铁(山东)有限公司开始深化国际合作,优化产品结构,提升服务质量,进入快速发展通道。
- **2014年3月**:与欧洲大型钢铁分销商建立长期合作关系,成功打开欧洲市场
- **2014年11月**:获得"上海市外贸出口先进企业"称号
@@ -38,7 +38,7 @@ description: 福安德外贸有限公司发展历程,见证企业成长的重
## 规模扩张阶段2017-2020
这一阶段,福安德进一步扩大业务规模,深化国际合作,提升品牌影响力,成为行业内具有一定知名度的外贸企业。
这一阶段,巨丰钢铁(山东)有限公司进一步扩大业务规模,深化国际合作,提升品牌影响力,成为行业内具有一定知名度的外贸企业。
- **2017年4月**:投资建设现代化物流配送中心,提高产品配送效率
- **2017年9月**年出口额突破1.2亿美元产品远销40多个国家和地区
@@ -50,7 +50,7 @@ description: 福安德外贸有限公司发展历程,见证企业成长的重
## 创新转型阶段2021-至今)
面对全球经济格局的变化和数字化浪潮,福安德开始推进数字化转型,加强创新能力建设,开启高质量发展新征程。
面对全球经济格局的变化和数字化浪潮,巨丰钢铁(山东)有限公司开始推进数字化转型,加强创新能力建设,开启高质量发展新征程。
- **2021年5月**:启动数字化转型项目,建设智能供应链管理系统
- **2021年10月**年出口额突破2亿美元员工人数增至80人
@@ -61,8 +61,8 @@ description: 福安德外贸有限公司发展历程,见证企业成长的重
## 展望未来
回顾过去十五年的发展历程,福安德从一个小型外贸企业成长为行业内具有影响力的钢铁制品贸易商,每一步都凝聚着全体员工的智慧和汗水。
回顾过去十五年的发展历程,巨丰钢铁(山东)有限公司从一个小型外贸企业成长为行业内具有影响力的钢铁制品贸易商,每一步都凝聚着全体员工的智慧和汗水。
展望未来,福安德将继续坚持创新发展,深化国际合作,推进数字化转型,加强绿色发展,努力实现更高质量、更可持续的发展,为客户创造更大价值,为行业发展做出更大贡献。
展望未来,巨丰钢铁(山东)有限公司将将继续坚持创新发展,深化国际合作,推进数字化转型,加强绿色发展,努力实现更高质量、更可持续的发展,为客户创造更大价值,为行业发展做出更大贡献。
福安德的发展历程,是一部艰苦创业、不断进取的奋斗史,也是中国外贸企业成长的一个缩影。我们相信,在全体员工的共同努力下,福安德的明天一定会更加美好!
巨丰钢铁(山东)有限公司的发展历程,是一部艰苦创业、不断进取的奋斗史,也是中国外贸企业成长的一个缩影。我们相信,在全体员工的共同努力下,巨丰钢铁(山东)有限公司的明天一定会更加美好!

View File

@@ -1,99 +0,0 @@
---
title: サイトについて
description: Next Forge - 多言語対応 Next.js 16 スターターについて
lastUpdated: 2025-02-19
---
> 更新日: 2025-02-19
# Next Forge について
Next Forge は、グローバル対応のウェブサイトを素早く構築するための、機能豊富な Next.js 16 多言語スターターテンプレートです。多言語対応、モダンな UI デザイン、ダーク/ライトテーマ切り替え、レスポンシブデザイン、MDX ブログシステム、SEO 最適化、アナリティクス統合など、多くの機能を備えています。
## ✨ 主な機能
- 🌐 **多言語対応**: 英語、中国語、日本語をサポートし、多言語サイトを簡単に構築できます。
- 🎨 **モダンな UI デザイン**: Tailwind CSS を利用したクリーンでモダンな UI デザイン。
- 🌙 **ダーク/ライトテーマ切り替え**: ユーザーが簡単にダークモードとライトモードを切り替えられる機能。
- 📱 **レスポンシブデザイン**: モバイルとデスクトップの両方で最適なユーザー体験を提供します。
- 📝 **MDX ブログシステム**: MDX を使用してブログ記事を執筆し、柔軟性とパワーを兼ね備えています。
- 🔍 **SEO 最適化**: sitemap.xml の自動生成、robots.txt の設定、最適化されたメタデータなど、包括的な SEO 機能を搭載。
- 📊 **アナリティクス統合**: Google Analytics、Baidu Analytics、Google Adsense、Vercel Analytics を統合し、簡単にデータを追跡できます。
- 🌿 **エコフレンドリーなパフォーマンス**: [Website Carbon](https://www.websitecarbon.com/website/nextforge-dev/) で A+ 評価を獲得し、最もエネルギー効率の良いウェブサイトの一つです。
## 🚀 クイックスタート
1. リポジトリのクローン:
```bash
git clone https://github.com/weijunext/nextjs-starter.git
```
2. 依存関係のインストール:
```bash
npm install
```
3. 環境変数の設定:
```bash
cp .env.example .env
```
4. 開発サーバーの起動:
```bash
npm run dev
```
[http://localhost:3000](http://localhost:3000) にアクセスしてアプリケーションを確認できます。
## ⚙️ 設定方法
1. **基本設定**:
- `config/site.ts` を編集してウェブサイト情報を設定します。
- `public/` ディレクトリ内のアイコンとロゴを更新します。
- `app/sitemap.ts` と `app/robots.ts` を設定します。
2. **多言語設定**:
- `i18n/messages/` 内の言語ファイルを追加または編集します。
- `i18n/routing.ts` でサポートする言語を設定します。
- `middleware.ts` で多言語ルーティングを設定します。
## 📝 コンテンツ管理
### ブログ投稿
`blog/[locale]` ディレクトリに以下のフォーマットで MDX ファイルを作成します:
````
---
title: 投稿タイトル
description: 投稿の説明
image: /image.png
slug: /url-path
tags: tag1,tag2
date: 2025-02-20
visible: published
pin: true
---
投稿内容...
````
### 静的ページ
`content/[page]/[locale].mdx` で静的ページのコンテンツを管理します。
## 📄 ライセンス
Next Forge は MIT ライセンスで提供されており、自由に使用、変更、配布することができます。
## 🤝 コントリビューション
Issue や Pull Request を歓迎します!皆さんの貢献がこのプロジェクトをより良いものにします。
## 作者について
Next.js のフルスタックスペシャリストとして、プロジェクト開発、パフォーマンス最適化、SEO 改善のエキスパートサービスを提供しています。
コンサルティングやトレーニングの機会については、weijunext@gmail.com までご連絡ください。
- [Github](https://github.com/weijunext)
- [Bento](https://bento.me/weijunext)
- [Twitter/X](https://twitter.com/judewei_dev)

View File

@@ -0,0 +1,132 @@
---
title: Organizational Structure
slug: organization
date: 2023-06-03
author: Giant Peak Steel (Shandong)
description: Organizational structure of Giant Peak Steel (Shandong) Co., Ltd., showing enterprise management system and departmental functions
---
# Organizational Structure of Giant Peak Steel (Shandong) Co., Ltd.
## Overview of Organizational Structure
Giant Peak Steel (Shandong) Co., Ltd. adopts a flat and efficient organizational structure, centered on customers and market-oriented, building a complete management system and business processes. The company currently has more than 80 employees, including the Board of Directors, General Manager's Office, domestic and foreign business departments and various functional departments, forming an organizational system with clear division of labor and efficient collaboration.
## Management Structure
### Board of Directors
The Board of Directors is the highest decision-making body of the company, responsible for formulating the company's strategic planning, business policies and major decisions.
- **Chairman**: Overall responsible for the company's strategic decision-making and development direction
- **Directors**: Participate in major company decisions and supervise the management work
- **Independent Directors**: Provide professional advice to enhance decision-making scientificity
### General Manager's Office
The General Manager's Office is the core management team of the company, responsible for the company's daily operation management and business execution.
- **General Manager**: Overall responsible for the company's daily operation management and execution of the Board's resolutions
- **Deputy General Managers**: Assist the General Manager and oversee different business segments
- **Deputy General Manager for Overseas Business**: Responsible for international market development and overseas business expansion
- **Deputy General Manager for Domestic Business**: Responsible for domestic supplier management and procurement business
- **Deputy General Manager for Operations**: Responsible for company operation management and process optimization
## Business Departments
### 1. International Business Department
Responsible for the company's international market development and overseas business expansion, it is one of the company's core business departments.
- **European Business Group**: Responsible for the development and maintenance of the European market, establishing long-term and stable cooperative relationships with European customers
- **North American Business Group**: Responsible for the development and maintenance of the North American market, developing high-end customer groups in North America
- **Southeast Asian Business Group**: Responsible for the development and maintenance of the Southeast Asian and surrounding areas markets, deepening regional cooperation
- **Middle East Business Group**: Responsible for the development and maintenance of the Middle East and African markets, expanding market share
### 2. Domestic Procurement Department
Responsible for the company's raw material procurement and supplier management, ensuring product quality and supply stability.
- **Steel Procurement Group**: Responsible for the procurement and supplier management of various steel products
- **Pipe Fittings Procurement Group**: Responsible for the procurement and supplier management of pipe connectors and other products
- **Quality Control Group**: Responsible for supplier quality management and product quality testing
- **Supplier Management Group**: Responsible for supplier evaluation, selection and relationship maintenance
### 3. Product R&D Department
Responsible for the company's product research and development and technological innovation, enhancing product competitiveness and added value.
- **Product Design Group**: Responsible for the design and development of new products
- **Technical Support Group**: Provide technical consultation and solutions for customers
- **Process Improvement Group**: Responsible for the improvement and optimization of production processes
- **R&D Project Management Group**: Responsible for the planning and execution of R&D projects
### 4. Logistics and Distribution Department
Responsible for the company's logistics distribution and supply chain management, ensuring products are delivered to customers timely and safely.
- **International Logistics Group**: Responsible for international cargo transportation and logistics solution design
- **Warehouse Management Group**: Responsible for warehouse management and inventory control
- **Packaging Group**: Responsible for product packaging and labeling
- **Supply Chain Optimization Group**: Responsible for the optimization and improvement of the supply chain
## Functional Departments
### 1. Administration and Human Resources Department
Responsible for the company's administrative management and human resources management, providing organizational guarantee and talent support for the company's development.
- **Administrative Group**: Responsible for the company's daily administrative affairs and office environment management
- **Human Resources Group**: Responsible for human resources planning, recruitment, training and performance management
- **Compensation and Benefits Group**: Responsible for compensation system design and benefits management
- **Corporate Culture Group**: Responsible for corporate culture construction and employee relationship management
### 2. Finance Department
Responsible for the company's financial management and accounting, providing financial support and decision-making basis for the company's development.
- **Accounting Group**: Responsible for the company's accounting and financial statement preparation
- **Financial Management Group**: Responsible for financial analysis, budget management and fund management
- **Tax Group**: Responsible for tax planning and tax declaration
- **Cost Control Group**: Responsible for cost accounting and cost control
### 3. Marketing Department
Responsible for the company's market planning and brand building, enhancing the company's brand influence and market competitiveness.
- **Market Planning Group**: Responsible for market research and marketing planning
- **Brand Building Group**: Responsible for the construction and maintenance of the company's brand image
- **Online Promotion Group**: Responsible for the operation and promotion of the company's website, social media and other online channels
- **Exhibition and Event Group**: Responsible for the planning and organization of domestic and international exhibitions
### 4. Information Department
Responsible for the company's information construction and digital transformation, enhancing the company's information level and operational efficiency.
- **System Development Group**: Responsible for the development and maintenance of the company's management systems
- **Network Operation Group**: Responsible for the maintenance and management of the company's network and IT equipment
- **Data Management Group**: Responsible for the management and analysis of the company's data
- **Digital Transformation Group**: Responsible for the planning and implementation of the company's digital transformation projects
### 5. Legal Department
Responsible for the company's legal affairs and compliance management, providing legal guarantee for the company's development.
- **Contract Management Group**: Responsible for the drafting, review and management of contracts
- **Intellectual Property Group**: Responsible for the application and protection of intellectual property rights
- **Compliance Management Group**: Responsible for the company's compliance management and risk control
- **Dispute Resolution Group**: Responsible for the handling of legal disputes and litigation representation
## Overseas Organizations
In order to better serve international customers, Fuan De has established overseas offices in several important markets worldwide.
- **Southeast Asian Office**: Located in Singapore, responsible for market development and customer service in Southeast Asia
- **Middle East Office**: Located in Dubai, responsible for market development and customer service in the Middle East and Africa
- **North American Office**: Located in New York, responsible for market development and customer service in North America
## Organizational Management Philosophy
Giant Peak Steel (Shandong) Co., Ltd. adheres to the organizational management philosophy of "People-oriented, Clear Responsibilities, Collaborative Efficiency", and is committed to building an open, innovative and collaborative organizational culture. The company attaches importance to the training and development of employees, providing broad development space and a good working environment for employees. At the same time, the company continuously optimizes the organizational structure and business processes, improving organizational operational efficiency and market responsiveness.
Through a complete organizational structure and scientific management system, Fuan De can quickly respond to market changes, meet customer needs, and achieve sustainable development of the company.

View File

@@ -0,0 +1,132 @@
---
title: Cấu trúc Tổ chức
slug: organization
date: 2023-06-03
author: Giant Peak Steel (Shandong)
description: Cấu trúc tổ chức của Công ty TNHH Thương mại Fuan De, thể hiện hệ thống quản lý doanh nghiệp và chức năng các bộ phận
---
# Cấu trúc Tổ chức của Công ty TNHH Thương mại Fuan De
## Tổng quan về Cấu trúc Tổ chức
Công ty TNHH Thương mại Fuan De áp dụng cấu trúc tổ chức phẳng và hiệu quả, lấy khách hàng làm trung tâm và định hướng thị trường, xây dựng hệ thống quản lý và quy trình kinh doanh hoàn chỉnh. Hiện nay công ty có trên 80 nhân viên, bao gồm Hội đồng quản trị, Văn phòng Tổng giám đốc, các bộ phận kinh doanh trong và ngoài nước và các bộ phận chức năng, tạo thành một hệ thống tổ chức với phân công rõ ràng và hợp tác hiệu quả.
## Cấu trúc Quản lý
### Hội đồng quản trị
Hội đồng quản trị là cơ quan ra quyết định tối cao của công ty, chịu trách nhiệm xây dựng chiến lược phát triển, chính sách kinh doanh và các quyết định quan trọng của công ty.
- **Chủ tịch Hội đồng quản trị**: Trách nhiệm tổng thể về ra quyết định chiến lược và hướng phát triển của công ty
- **Ủy viên Hội đồng quản trị**: Tham gia vào các quyết định quan trọng của công ty và giám sát công việc quản lý
- **Ủy viên Hội đồng quản trị độc lập**: Cung cấp lời khuyên chuyên nghiệp nhằm nâng cao tính khoa học của việc ra quyết định
### Văn phòng Tổng giám đốc
Văn phòng Tổng giám đốc là đội ngũ quản lý cốt lõi của công ty, chịu trách nhiệm quản lý hoạt động hàng ngày và thực thi kinh doanh của công ty.
- **Tổng giám đốc**: Trách nhiệm tổng thể về quản lý hoạt động hàng ngày của công ty và thực thi nghị quyết của Hội đồng quản trị
- **Phó Tổng giám đốc**: Hỗ trợ Tổng giám đốc và giám sát các phân khúc kinh doanh khác nhau
- **Phó Tổng giám đốc Kinh doanh Ngoại quốc**: Trách nhiệm phát triển thị trường quốc tế và mở rộng kinh doanh nước ngoài
- **Phó Tổng giám đốc Kinh doanh Trong nước**: Trách nhiệm quản lý nhà cung cấp trong nước và kinh doanh mua sắm
- **Phó Tổng giám đốc Hành động**: Trách nhiệm quản lý hoạt động và tối ưu hóa quy trình của công ty
## Các Bộ phận Kinh doanh
### 1. Bộ phận Kinh doanh Quốc tế
Chịu trách nhiệm phát triển thị trường quốc tế và mở rộng kinh doanh nước ngoài của công ty, là một trong những bộ phận kinh doanh cốt lõi của công ty.
- **Nhóm Kinh doanh Châu Âu**: Trách nhiệm phát triển và duy trì thị trường Châu Âu, thiết lập quan hệ hợp tác lâu dài và ổn định với khách hàng Châu Âu
- **Nhóm Kinh doanh Bắc Mỹ**: Trách nhiệm phát triển và duy trì thị trường Bắc Mỹ, phát triển nhóm khách hàng cao cấp tại Bắc Mỹ
- **Nhóm Kinh doanh Đông Nam Á**: Trách nhiệm phát triển và duy trì thị trường Đông Nam Á và khu vực xung quanh, sâu rộng hợp tác khu vực
- **Nhóm Kinh doanh Trung Đông**: Trách nhiệm phát triển và duy trì thị trường Trung Đông và Châu Phi, mở rộng thị phần
### 2. Bộ phận Mua sắm Trong nước
Chịu trách nhiệm mua sắm nguyên vật liệu và quản lý nhà cung cấp của công ty, đảm bảo chất lượng sản phẩm và ổn định cung ứng.
- **Nhóm Mua sắm Thép**: Trách nhiệm mua sắm và quản lý nhà cung cấp các sản phẩm thép khác nhau
- **Nhóm Mua sắm Phụ kiện ống**: Trách nhiệm mua sắm và quản lý nhà cung cấp sản phẩm như bộ nối ống và các sản phẩm khác
- **Nhóm Kiểm soát Chất lượng**: Trách nhiệm quản lý chất lượng nhà cung cấp và kiểm tra chất lượng sản phẩm
- **Nhóm Quản lý Nhà cung cấp**: Trách nhiệm đánh giá, lựa chọn và duy trì quan hệ nhà cung cấp
### 3. Bộ phận Nghiên cứu và Phát triển Sản phẩm
Chịu trách nhiệm nghiên cứu và phát triển sản phẩm, cải tiến công nghệ của công ty, nâng cao khả năng cạnh tranh và giá trị gia tăng của sản phẩm.
- **Nhóm Thiết kế Sản phẩm**: Trách nhiệm thiết kế và phát triển sản phẩm mới
- **Nhóm Hỗ trợ Kỹ thuật**: Cung cấp tư vấn kỹ thuật và giải pháp cho khách hàng
- **Nhóm Cải tiến Quá trình**: Trách nhiệm cải tiến và tối ưu hóa quy trình sản xuất
- **Nhóm Quản lý Dự án Nghiên cứu phát triển**: Trách nhiệm lập kế hoạch và thực hiện dự án nghiên cứu phát triển
### 4. Bộ phận Logistics và Phân phối
Chịu trách nhiệm logistics phân phối và quản lý chuỗi cung ứng của công ty, đảm bảo sản phẩm được giao cho khách hàng kịp thời và an toàn.
- **Nhóm Logistics Quốc tế**: Trách nhiệm vận tải hàng hóa quốc tế và thiết kế giải pháp logistics
- **Nhóm Quản lý Kho**: Trách nhiệm quản lý kho và kiểm soát tồn kho
- **Nhóm Bao bì**: Trách nhiệm bao bì và dán nhãn sản phẩm
- **Nhóm Tối ưu hóa Chuỗi cung ứng**: Trách nhiệm tối ưu hóa và cải tiến chuỗi cung ứng
## Các Bộ phận Chức năng
### 1. Bộ phận Hành chính và Nhân sự
Chịu trách nhiệm quản lý hành chính và quản lý nhân sự của công ty, cung cấp bảo đảm tổ chức và hỗ trợ nhân tài cho phát triển của công ty.
- **Nhóm Hành chính**: Trách nhiệm công việc hành chính hàng ngày của công ty và quản lý môi trường văn phòng
- **Nhóm Nhân sự**: Trách nhiệm lập kế hoạch nhân sự, tuyển dụng, đào tạo và quản lý hiệu suất
- **Nhóm Bồi dưỡng và Phúc lợi**: Trách nhiệm thiết kế hệ thống lương thưởng và quản lý phúc lợi
- **Nhóm Văn hóa Doanh nghiệp**: Trách nhiệm xây dựng văn hóa doanh nghiệp và quản lý quan hệ nhân viên
### 2. Bộ phận Tài chính
Chịu trách nhiệm quản lý tài chính và kế toán của công ty, cung cấp hỗ trợ tài chính và cơ sở quyết định cho phát triển của công ty.
- **Nhóm Kế toán**: Trách nhiệm kế toán và chuẩn bị báo cáo tài chính của công ty
- **Nhóm Quản lý Tài chính**: Trách nhiệm phân tích tài chính, quản lý ngân sách và quản lý quỹ
- **Nhóm Thuế**: Trách nhiệm lập kế hoạch thuế và申报 thuế
- **Nhóm Kiểm soát Chi phí**: Trách nhiệm tính toán và kiểm soát chi phí
### 3. Bộ phận Tiếp thị
Chịu trách nhiệm lập kế hoạch thị trường và xây dựng thương hiệu của công ty, nâng cao ảnh hưởng thương hiệu và khả năng cạnh tranh thị trường của công ty.
- **Nhóm Lập kế hoạch Thị trường**: Trách nhiệm nghiên cứu thị trường và lập kế hoạch tiếp thị
- **Nhóm Xây dựng Thương hiệu**: Trách nhiệm xây dựng và duy trì hình ảnh thương hiệu của công ty
- **Nhóm Tiếp thị Trực tuyến**: Trách nhiệm vận hành và quảng bá các kênh trực tuyến như trang web, truyền thông xã hội của công ty
- **Nhóm Triển lãm và Sự kiện**: Trách nhiệm lập kế hoạch và tổ chức triển lãm trong nước và quốc tế
### 4. Bộ phận Thông tin
Chịu trách nhiệm xây dựng thông tin và chuyển đổi kỹ thuật số của công ty, nâng cao trình độ thông tin và hiệu quả vận hành của công ty.
- **Nhóm Phát triển Hệ thống**: Trách nhiệm phát triển và bảo trì các hệ thống quản lý của công ty
- **Nhóm Vận hành Mạng**: Trách nhiệm bảo trì và quản lý mạng lưới và thiết bị CNTT của công ty
- **Nhóm Quản lý Dữ liệu**: Trách nhiệm quản lý và phân tích dữ liệu của công ty
- **Nhóm Chuyển đổi Kỹ thuật số**: Trách nhiệm lập kế hoạch và thực hiện các dự án chuyển đổi kỹ thuật số của công ty
### 5. Bộ phận Pháp lý
Chịu trách nhiệm công việc pháp lý và quản lý tuân thủ của công ty, cung cấp bảo đảm pháp lý cho phát triển của công ty.
- **Nhóm Quản lý Hợp đồng**: Trách nhiệm soạn thảo, xem xét và quản lý hợp đồng
- **Nhóm Quyền Sở hữu trí tuệ**: Trách nhiệm申請 và bảo vệ quyền sở hữu trí tuệ
- **Nhóm Quản lý Tuân thủ**: Trách nhiệm quản lý tuân thủ pháp luật và kiểm soát rủi ro của công ty
- **Nhóm Giải quyết Tranh chấp**: Trách nhiệm xử lý tranh chấp pháp lý và đại diện kiện tụng
## Tổ chức Nước ngoài
Để phục vụ khách hàng quốc tế tốt hơn, Fuan De đã thiết lập văn phòng đại diện tại một số thị trường quan trọng trên thế giới.
- **Văn phòng Đại diện Đông Nam Á**: Nằm tại Singapore, chịu trách nhiệm phát triển thị trường và phục vụ khách hàng tại Đông Nam Á
- **Văn phòng Đại diện Trung Đông**: Nằm tại Dubai, chịu trách nhiệm phát triển thị trường và phục vụ khách hàng tại Trung Đông và Châu Phi
- **Văn phòng Đại diện Bắc Mỹ**: Nằm tại New York, chịu trách nhiệm phát triển thị trường và phục vụ khách hàng tại Bắc Mỹ
## Triết lý Quản lý Tổ chức
Công ty TNHH Thương mại Fuan De tuân thủ triết lý quản lý tổ chức "Trọng tài con người, Chức trách rõ ràng, Hiệu quả hợp tác", cam kết xây dựng một văn hóa tổ chức cởi mở, sáng tạo và hợp tác. Công ty coi trọng đào tạo và phát triển nhân viên, cung cấp không gian phát triển rộng rãi và môi trường làm việc tốt cho nhân viên. Đồng thời, công ty liên tục tối ưu hóa cấu trúc tổ chức và quy trình kinh doanh, nâng cao hiệu quả vận hành tổ chức và khả năng phản ứng thị trường.
Thông qua một cấu trúc tổ chức hoàn chỉnh và hệ thống quản lý khoa học, Fuan De có thể phản ứng nhanh chóng với những thay đổi của thị trường, đáp ứng nhu cầu của khách hàng, và đạt được sự phát triển bền vững của công ty.

View File

@@ -2,15 +2,15 @@
title: 组织结构
slug: organization
date: 2023-06-03
author: 福安德外贸
description: 福安德外贸有限公司组织结构,展示企业管理体系和部门职能
author: 巨丰钢铁(山东)
description: 巨丰钢铁(山东)有限公司组织结构,展示企业管理体系和部门职能
---
# 福安德外贸有限公司组织结构
# 巨丰钢铁(山东)有限公司组织结构
## 组织架构概述
福安德外贸有限公司采用扁平化、高效的组织架构以客户为中心以市场为导向构建了完善的管理体系和业务流程。公司现有员工80余人设有董事会、总经理办公室、国内外业务部门及各职能部门形成了分工明确、协作高效的组织体系。
巨丰钢铁(山东)有限公司采用扁平化、高效的组织架构以客户为中心以市场为导向构建了完善的管理体系和业务流程。公司现有员工80余人设有董事会、总经理办公室、国内外业务部门及各职能部门形成了分工明确、协作高效的组织体系。
## 管理层架构
@@ -119,7 +119,7 @@ description: 福安德外贸有限公司组织结构,展示企业管理体系
## 海外机构
为了更好地服务国际客户,福安德在全球多个重要市场设立了海外办事处。
为了更好地服务国际客户,巨丰钢铁(山东)有限公司在全球多个重要市场设立了海外办事处。
- **东南亚办事处**:位于新加坡,负责东南亚地区的市场开发和客户服务
- **中东办事处**:位于迪拜,负责中东及非洲地区的市场开发和客户服务
@@ -127,6 +127,6 @@ description: 福安德外贸有限公司组织结构,展示企业管理体系
## 组织管理理念
福安德外贸有限公司坚持"以人为本、权责分明、协同高效"的组织管理理念,致力于构建一个开放、创新、协作的组织文化。公司注重员工的培养和发展,为员工提供广阔的发展空间和良好的工作环境。同时,公司不断优化组织结构和业务流程,提高组织运行效率和市场应变能力。
巨丰钢铁(山东)有限公司坚持"以人为本、权责分明、协同高效"的组织管理理念,致力于构建一个开放、创新、协作的组织文化。公司注重员工的培养和发展,为员工提供广阔的发展空间和良好的工作环境。同时,公司不断优化组织结构和业务流程,提高组织运行效率和市场应变能力。
通过完善的组织结构和科学的管理体系,福安德能够快速响应市场变化,满足客户需求,实现公司的可持续发展。
通过完善的组织结构和科学的管理体系,巨丰钢铁(山东)有限公司能够快速响应市场变化,满足客户需求,实现公司的可持续发展。

View File

@@ -1,99 +0,0 @@
---
title: 关于
description: 关于 Next Forge 多语言启动模板
lastUpdated: 2025-02-19
---
> 更新日期2025-02-19
# 关于 Next Forge
Next Forge 是一个功能完备的 Next.js 16 多语言启动模板,旨在帮助开发者快速构建面向全球的网站。它内置了多语言支持、现代 UI 设计、深色/浅色主题切换、响应式布局、MDX 博客系统、SEO 优化以及多种统计分析工具。
## ✨ 主要特性
- 🌐 **多语言支持**:内置中文、英文、日语的国际化支持,轻松实现多语言网站。
- 🎨 **现代 UI 设计**:基于 Tailwind CSS 的现代 UI 设计,简洁美观。
- 🌙 **深色/浅色主题切换**:支持用户自由切换深色和浅色主题。
- 📱 **响应式布局**:适配各种设备,确保在移动端和桌面端都有良好的用户体验。
- 📝 **MDX 博客系统**:支持使用 MDX 编写博客文章,灵活且强大。
- 🔍 **SEO 优化**:内置完整的 SEO 优化方案,包括自动生成 sitemap.xml 和 robots.txt。
- 📊 **统计分析**:集成 Google Analytics、Baidu Analytics、Google Adsense 和 Vercel Analytics方便进行数据追踪。
- 🌿 **环保性能**:在 [Website Carbon](https://www.websitecarbon.com/website/nextforge-dev/) 上获得 A+ 评级,成为最节能的网站之一。
## 🚀 快速开始
1. 克隆项目:
```bash
git clone https://github.com/weijunext/nextjs-starter.git
```
2. 安装依赖:
```bash
npm install
```
3. 复制环境变量文件:
```bash
cp .env.example .env
```
4. 启动开发服务器:
```bash
npm run dev
```
访问 [http://localhost:3000](http://localhost:3000) 查看你的应用。
## ⚙️ 配置
1. **基础配置**
- 修改 `config/site.ts` 配置网站信息。
- 更新 `public/` 下的图标和 logo。
- 配置 `app/sitemap.ts` 和 `app/robots.ts`。
2. **多语言配置**
- 在 `i18n/messages/` 下添加或修改语言文件。
- 在 `i18n/routing.ts` 中配置支持的语言。
- 在 `middleware.ts` 中配置多语言路由。
## 📝 内容管理
### 博客文章
在 `blog/[locale]` 目录下创建 MDX 文件,支持以下格式:
```markdown
---
title: 文章标题
description: 文章描述
image: /image.png
slug: /url-path
tags: tag1,tag2
date: 2025-02-20
visible: published
pin: true
---
文章内容...
```
### 静态页面
在 `content/[page]/[locale].mdx` 下管理静态页面内容。
## 📄 许可证
Next Forge 采用 MIT 许可证,您可以自由使用、修改和分发。
## 🤝 贡献
欢迎提交 Issue 和 Pull Request您的贡献将帮助我们不断改进这个项目。
## 关于作者
专注于 Next.js 全栈开发欢迎探讨开发、咨询与培训等合作机会联系微信bigye_chengpu
- [Github](https://github.com/weijunext)
- [Twitter/X](https://twitter.com/weijunext)
- [博客 - J实验室](https://weijunext.com)
- [Medium](https://medium.com/@weijunext)
- [掘金](https://juejin.cn/user/26044008768029)
- [知乎](https://www.zhihu.com/people/mo-mo-mo-89-12-11)

View File

@@ -0,0 +1,37 @@
---
title: プライバシーポリシー
description: お客様の情報の収集および利用方法について
lastUpdated: "2025-02-19"
---
> 更新日2025年2月19日
# プライバシーポリシー
本プライバシーポリシーでは、当社がお客様の情報をどのように収集し、利用するかについて説明いたします。
## 収集する情報
当社は、お客様から直接提供いただく以下の情報を収集いたします:
- アカウント情報
- 利用データ
- 通信設定
## 情報の利用目的
収集した情報は、以下の目的で利用させていただきます:
- サービスの提供
- ユーザー体験の向上
- 重要なお知らせの送信
## データセキュリティ
お客様のデータを保護するため、適切なセキュリティ対策を実施しております。
## お問い合わせ先
プライバシーに関するご質問は、当社サポートチームまでお問い合わせください。
## ポリシーの更新
本ポリシーは随時更新される場合がございます。定期的にご確認いただきますようお願いいたします。

37
content/product/en/1.mdx Normal file
View File

@@ -0,0 +1,37 @@
---
title: Zinc-Aluminum-Magnesium Coated Steel Sheet
desc: Zinc-Aluminum-Magnesium is a new type of high corrosion resistance coated steel sheet, mainly composed of zinc, plus aluminum, magnesium and trace silicon. Used in construction, home appliances, automotive and other industries.
models:
- GB/T 38935-2020: Q235
- EN10346-2015: DX51D, S350GD
place: Jiaxiang Kelunpu Heavy Industry Co., Ltd.
publishedTime: 2023-08-01
images:
- /images/product/20251021161717.jpg
detail: Textured/Non-textured
spec:
- 'Thickness: 0.7~6.0mm'
- 'Width: 1000~1350mm'
packaging: Single coil
slug: '1'
---
## Chemical Composition
| Grade | C | Mn | Si | P | S |
| --- | --- | --- | --- | --- | --- |
| Q235 | ≤0.22 | ≤1.40 | ≤0.35 | ≤0.035 | ≤0.035 |
| DX51D | ≤0.18 | ≤1.20 | ≤0.5 | ≤0.12 | ≤0.045 |
| Q235 | ≤0.2 | ≤1.70 | ≤0.6 | ≤0.045 | ≤0.045 |
## Mechanical Properties
| Grade | Yield Strength | Tensile Strength | Elongation After Fracture | Rockwell Hardness | Bending Test |
| --- | --- | --- | --- | --- | --- |
| Q235 | ≥235 | 370-500 | ≥22 | - | d = 1a |
| DX51D | ≥270 | ≥290 | ≥26 | - | d = 0.5a |
| S350GD | ≥350 | ≥420 | ≥16 | - | - |
1. When there is no obvious yield, use RP0.2, otherwise use ReL.
2. Sample width B ≥ 20mm, B = 20mm for arbitration; a is sample thickness.
3. Tensile test and bending test take transverse sampling.

50
content/product/en/2.mdx Normal file
View File

@@ -0,0 +1,50 @@
---
title: Continuous Hot-Dip Aluminum-Zinc Coated Steel Sheet
desc: Has good mechanical processing performance and better corrosion resistance, with beautiful crystal structure on the surface, suitable for construction, home appliances and other internal and external covering parts and structural parts that have higher requirements for formability and corrosion resistance.
models:
- GB/T14978, EN10346: DC(X)51D+AZ, DC(X)52D+AZ, S220GD+AZ, S250GD+AZ, S280GD+AZ, S300GD+AZ, S320GD+AZ, S350GD+AZ;
- ASTM A792/A792M: CSA, CSB, CS C, FS, SS230, SS255, SS275, SS340
place: Jiaxiang Kelunpu Heavy Industry Co., Ltd.
publishedTime: 2025-10-21
images:
- /images/product/20251023102339.jpg
detail:
spec:
- 'Thickness: 0.32~2.0mm'
- 'Width: 1000~1540mm'
- 'Equal-Thickness Coating: AZ60-Z150'
packaging:
slug: '2'
---
## Mechanical Properties
| Purpose | Grade | Yields strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **Commercial** | DC01/51D·AZ | — | ≥500 | ≥22 |
| **Drawing** | DC03/53D·AZ | ≥300 | ≥420 | ≥26 |
| **Structure** | S250GD·AZ | ≥250 | ≥330 | ≥19 |
| **Structure** | S280GD·AZ | ≥280 | ≥360 | ≥18 |
| **Structure** | S300GD·AZ | ≥300 | ≥380 | ≥17 |
| **Structure** | S320GD·AZ | ≥320 | ≥390 | ≥17 |
| **Structure** | S350GD·AZ | ≥350 | ≥420 | ≥16 |
1. When there is no obvious yield, use Rp0.2; otherwise use Rel. Structural steel uses ReH.
2. When the nominal thickness of the product is greater than 0.5mm but less than 0.7mm, the elongation after fracture is allowed to decrease by 2%; when the nominal thickness of the product is less than 0.5mm, the elongation after fracture is allowed to decrease by 4%.
## Usage
| Purpose | Grade | Yields strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **Commercial** | CSA | 205-410 | - | ≥20 |
| **Drawing** | CSB | 245-410 | - | ≥20 |
| **Structure** | CSC | 205-450 | - | ≥15 |
| **Structure** | FS | 170-275 | - | ≥24 |
| **Structure** | SS230 | ≥230 | ≥310 | ≥20 |
| **Structure** | SS255 | ≥255 | ≥360 | ≥18 |
| **Structure** | SS275 | ≥275 | ≥380 | ≥16 |
| **Structure** | SS340¹ class1 | ≥340 | ≥450 | ≥12 |
---
> Surface treatment: Oiling, passivation or chromium-free passivation, passivation + oiling, chromium-free passivation + oiling, fingerprint resistance or chromium-free fingerprint resistance

48
content/product/en/3.mdx Normal file
View File

@@ -0,0 +1,48 @@
---
title: Chromium-Coated Steel Sheet
desc: Chromium-coated steel strip is a steel strip product with a uniform layer of metallic chromium electrochemically plated on the surface of cold-rolled or hot-rolled low-carbon steel substrate. Its core functions are to improve the corrosion resistance, hardness and decorative properties of steel, while extending service life.
models: The ordering standard for electroplated chromium plates is Q/B QB455, which is non-equivalent to JIS G 3315, DIN EN 10202, EN 10203.
place: Jiaxiang Kelunpu Heavy Industry Co., Ltd.
publishedTime: 2025-10-21
images:
- /images/product/20251102082125.jpg
spec:
- 'Thickness: 0.12~0.36mm'
- 'Width: 700-1050mm'
- 'Coating thickness (one side): 50mg/m2~50mg/m2'
- 'Chromium oxide Layer (one side): 5mg/m2~35mg/m2'
packaging: Regular spangle
slug: '3'
---
## Characteristics
### Chromium-Coated Steel Sheet Characteristics
| Performance Feature | Description |
| --- | --- |
| Excellent paint adhesion | Paint adhesion far exceeds that of tinplate, can be used to manufacture DRD cans and glued cans. |
| Excellent heat resistance | High temperature baking resistance, material performance does not deteriorate. |
| Excellent anti-sulfurization performance | Metallic tin layer has good anti-sulfurization performance, suitable for canned food rich in protein. |
| Excellent resistance to filiform corrosion | Excellent resistance to filiform corrosion under the paint film. |
| Excellent alkali resistance | Chromium coating is a non-amphoteric material, more suitable for packaging alkaline contents such as cleaners and pigment dispersants. |
### Different Characteristics between TFS and ETP
| Performance Name | Description |
| --- | --- |
| Appearance | Paint adhesion far exceeds that of tinplate, can be used to manufacture DRD cans and glued cans. |
| Corrosion Resistance | High temperature baking resistance, no discoloration, material performance does not deteriorate. |
| Solderability | Metallic tin layer has good anti-sulfide performance, suitable for canned food rich in protein such as fish. |
| Weldability | Excellent resistance to filiform corrosion under the paint film. |
| Coating Weight | Chromium coating is a non-amphoteric material, more suitable for packaging alkaline contents such as cleaners and pigment dispersants. |
## Product Uses
| Material Name | Main Uses |
| :--- | :--- |
| Tinplate | Mainly used for packaging food and beverage cans, also used for packaging gasoline, grease, pigments, polishes, sprays and other chemicals. |
| Tin-free steel (TFS) | Mainly used as can lids, twist-off caps, convex caps, easy-open lids, shallow drawn cans. |
## Other Uses
| Application Field | Specific Uses |
| :--- | :--- |
| **Electronics** | Electrodes, cable strips, electromagnetic shielding enclosures, etc. |
| **Engineering** | Automobile oil filters, automobile air filters, gaskets, etc. |
| **Construction** | Gas flow meter internal parts, heat exchangers, kitchenware, shelves, etc. |

46
content/product/en/4.mdx Normal file
View File

@@ -0,0 +1,46 @@
---
title: Hot-Rolled Hot-Dip Galvanized Steel Strip
desc: Has good mechanical processing performance and corrosion resistance, suitable for construction, granaries and other covering parts and structural parts that require formability and corrosion resistance.
models:
- GB/T2518, EN10346: DD(X)51D+Z, DD(X)52D+Z, S220GD+Z, S250GD+Z, S280GD+Z, S320GD+Z, S350GD+Z
- JIS G 3302: SGHC, SGH340, SGH400, SGH440, SGH490
place: Jiaxiang Kelunpu Heavy Industry Co., Ltd.
publishedTime: 2025-10-21
images:
- /images/product/20250318141215854.jpg
detail:
spec:
- 'Thickness: 1.8~4.0mm'
- 'Width: 1000~1540mm'
- 'Equal-Thickness Coating: Z60-Z275'
packaging: Regular spangle
slug: '4'
---
## Mechanical Properties
| Purpose | Grade | Yields strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **Commercial** | DDQ(X)51D·Z | — | 270-500 | ≥22 |
| **Drawing** | DDQ(X)52D·Z | 140-300 | 270-420 | ≥26 |
| **Structure** | S220GD·Z | ≥220 | ≥300 | ≥20 |
| **Structure** | S250GD·Z | ≥250 | ≥330 | ≥19 |
| **Structure** | S280GD·Z | ≥280 | ≥360 | ≥18 |
| **Structure** | S320GD·Z | ≥320 | ≥390 | ≥17 |
| **Structure** | S350GD·Z | ≥350 | ≥420 | ≥16 |
---
> When there is no obvious yield, use Rp0.2; otherwise, use Rel for low carbon steel and ReH for structural steel.
## Usage
| Purpose | Grade | Yields strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% | 180° bending test (transverse) ≤3.0mm | 180° bending test (transverse) ≥3.0mm |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| **Commercial** | DDQ(X)51D·Z | — | 270-500 | ≥22 | 1a | 2a |
| **Drawing** | DDQ(X)52D·Z | 140-300 | 270-420 | ≥26 | 1a | 2a |
| **Structure** | S220GD·Z | ≥220 | ≥300 | ≥20 | 2a | 3a |
| **Structure** | S250GD·Z | ≥250 | ≥330 | ≥19 | 3a | 3a |
| **Structure** | S280GD·Z | ≥280 | ≥360 | ≥18 | — | — |
| **Structure** | S320GD·Z | ≥320 | ≥390 | ≥17 | — | — |
| **Structure** | S350GD·Z | ≥350 | ≥420 | ≥16 | 1a | 2a |
> When there is no obvious yield, use Rp0.2; otherwise, use Rel for low carbon steel and ReH for structural steel.
> Surface treatment: Oiling, passivation, oiling + passivation

33
content/product/en/5.mdx Normal file
View File

@@ -0,0 +1,33 @@
---
title: Cold-Rolled Low Carbon Steel Sheet
desc: Has high strength and good welding performance, excellent surface quality and shape, suitable for hardware, pipes and building structural parts that have certain requirements for strength and processing performance.
models:
- GB/T 11253-2007: Q235
- 2011 JX(19): LQ215
- 2011 JX(21): THD
images:
- /images/application/20250318141424880.jpg
spec:
- 'Thickness: 0.6~2.0mm'
- 'Width: 1000~1540mm'
slug: '5'
---
## Chemical Composition
| Grade | C | Mn | Si | P | S |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Q235 | ≤0.22 | ≤1.40 | ≤0.35 | ≤0.035 | ≤0.035 |
| DX51D | ≤0.22 | ≤1.20 | ≤0.35 | ≤0.035 | ≤0.035 |
| S350GD | ≤0.22 | ≤1.20 | ≤0.35 | ≤0.035 | ≤0.035 |
## Mechanical Properties
| Grades | Yield strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% | Hardness/HRB | 180° bending test (bend diameter d) |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Q235 | ≥235 | 370-500 | ≥22 | - | d=1a |
| LQ215 | ≥215 | 335-450 | ≥24 | - | d=0.5a |
| THD | - | - | - | 65-80 | - |
---
1. When there is no obvious yield, use Rp0.2; otherwise use Rel.
2. Sample width B: When B20mm, take B=20mm; *a is sample thickness*.
3. Tensile test and bending test take transverse samples.

27
content/product/en/6.mdx Normal file
View File

@@ -0,0 +1,27 @@
---
title: Cold-Rolled Low Carbon Steel Sheet for Stamping
desc: Has good surface quality, shape, welding and mechanical processing performance, suitable for home appliance inner and outer panels and parts that have certain requirements for surface quality and processing performance.
models:
- Q/TB303-2008
- DC01(O3), DC03(O3)
images:
- /images/product/20250318141215385.jpg
spec:
- 'Thickness: 0.35~2.0mm'
- 'Width: 1000~1540mm'
slug: '6'
---
## Chemical Composition
| Grades | C | Mn | Si | P | S | Als | S |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| DC01(O3) | ≤0.07 | ≤0.50 | ≤0.05 | ≤0.025 | ≤0.03 | ≥0.02 | - |
| DC03(O3) | ≤0.06 | ≤0.45 | ≤0.03 | ≤0.025 | ≤0.025 | ≥0.03 | - |
## Mechanical Properties
| Grades | Yield strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% | r₉₀ | n₉₀ |
| :--- | :--- | :--- | :--- | :--- | :--- |
| DC01(O3) | ≤280 | 270-410 | ≥28 | - | - |
| DC03(O3) | ≤240 | 270-370 | ≥34 | ≥1.3 | - |
1. When there is no obvious yield, use Rp0.2; otherwise use Rel.
2. When the nominal thickness of the product is greater than 0.5mm but not greater than 0.7mm, the elongation is allowed to decrease by 2%; when the nominal thickness of the product is not greater than 0.5mm, the elongation is allowed to decrease by 4%.

58
content/product/en/7.mdx Normal file
View File

@@ -0,0 +1,58 @@
---
title: Cold-Rolled Hot-Dip Galvanized Steel Sheet
desc: Has good mechanical processing performance and corrosion resistance, suitable for construction, home appliances and other internal and external covering parts and structural parts that require formability and corrosion resistance.
models:
- GB/T2518, EN10346DC(X)51D+Z, DC(X)52D+Z, DC(X)53D+Z, S220GD+Z, S250GD+Z, S280GD+Z, S320GD+Z, S350GD+Z
- ASTM A653/A653MCSA, CS B, FSA, FS B, SS230, SS255, SS275, SS340
- JIS G3302SGCC, SGCD, SGC340, SGC400, SGC440
- 2011JX(15)S390GD+Z, S450GD+Z
images:
- /images/product/20250318141214984.jpg
spec:
- 'Thickness: 0.35~2.0mm'
- 'Width: 1000~1540mm'
- 'Equal-Thickness Coating: Z60-Z450'
packaging: Regular spangle, non-spangle
slug: '7'
---
## Mechanical Properties
| Purpose | Grade | Yield strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **Commercial** | DC(X)51D·Z | 370-500 | — | ≥22 |
| **Drawing** | DC(X)52D·Z | ≥290 | — | ≥26 |
| **Deepdrawing** | DC(X)53D·Z | ≥420 | — | ≥30 |
| **Structure** | S220GD·Z | ≥220 | ≥300 | ≥20 |
| **Structure** | S250GD·Z | ≥250 | ≥330 | ≥19 |
| **Structure** | S280GD·Z | ≥280 | ≥360 | ≥18 |
| **Structure** | S320GD·Z | ≥320 | ≥390 | ≥17 |
| **Structure** | S350GD·Z | ≥350 | ≥420 | ≥16 |
| **Structure** | S390GD·Z | ≥390 | 460-620 | ≥15 |
| **Structure** | S450GD·Z | ≥450 | 500-700 | ≥14 |
---
1. When there is no obvious yield, use Rp0.2; otherwise, use Rel for low carbon steel and ReH for structural steel.
2. When the nominal thickness of the product is greater than 0.5mm but not greater than 0.7mm, the elongation is allowed to decrease by 2%; when the nominal thickness of the product is not greater than 0.5mm, the elongation is allowed to decrease by 4%.
## Usage
| Purpose | Grade | Yield strength/Re/MPa | Tensile strength/Rm/MPa | Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **Commercial** | CSA | 170-380 | — | ≥20 |
| **Commercial** | CSB | 205-410 | — | ≥20 |
| **Commercial** | CSC | 170-310 | — | ≥25 |
| **Commercial** | FSK | 170-310 | — | ≥26 |
| **Commercial** | CSN | 170-310 | — | ≥26 |
| **Drawing** | S220 | — | ≥310 | ≥20 |
| **Structure** | S255 | ≥255 | ≥360 | ≥18 |
| **Structure** | S275 | ≥275 | ≥380 | ≥16 |
| **Structure** | SS340¹ class1 | ≥340 | ≥460 | ≥12 |
| **Structure** | SS340² class2 | ≥340 | ≥410 | ≥12 |
| **Structure** | SS340³ class3 | ≥340 | ≥410 | ≥12 |
| **Commercial** | SCC | — | ≥270 | ≥37 |
| **Drawing** | SGC01 | — | ≥270 | ≥39 |
| **Drawing** | SGC02 | — | ≥270 | ≥37 |
| **Structure** | SGC340 | ≥245 | ≥340 | ≥20 |
| **Structure** | SGC350 | ≥295 | ≥400 | ≥18 |
| **Structure** | SGC440 | ≥355 | ≥440 | ≥18 |
| **Structure** | SGC490 | ≥365 | ≥490 | ≥16 |

37
content/product/vi/1.mdx Normal file
View File

@@ -0,0 +1,37 @@
---
title: Tấm thép phủ kẽm-nhôm-magie
desc: Kẽm-nhôm-magie là một loại tấm thép phủ màng chống ăn mòn cao mới, thành phần chính là kẽm, cộng với nhôm, magie và silicon vi lượng. Áp dụng trong các ngành xây dựng, điện gia dụng, ô tô và các ngành khác.
models:
- GB/T 38935-2020: Q235
- EN10346-2015: DX51D, S350GD
place: Công ty TNHH Công nghiệp Trọng Kelunpu Jiaxiang
publishedTime: 2023-08-01
images:
- /images/product/20251021161717.jpg
detail: Có texture/Không texture
spec:
- 'Độ dày (Thickness): 0.7~6.0mm'
- 'Chiều rộng (Width): 1000~1350mm'
packaging: Cuộn đơn
slug: '1'
---
## Thành phần hóa học
| Loại | C | Mn | Si | P | S |
| --- | --- | --- | --- | --- | --- |
| Q235 | ≤0.22 | ≤1.40 | ≤0.35 | ≤0.035 | ≤0.035 |
| DX51D | ≤0.18 | ≤1.20 | ≤0.5 | ≤0.12 | ≤0.045 |
| Q235 | ≤0.2 | ≤1.70 | ≤0.6 | ≤0.045 | ≤0.045 |
## Các性能 cơ học
| Loại | Độ bền降服 | Độ bền kéo | Độ giãn sau fracture | Độ cứng Rockwell | Thử nghiệm uốn |
| --- | --- | --- | --- | --- | --- |
| Q235 | ≥235 | 370-500 | ≥22 | - | d = 1a |
| DX51D | ≥270 | ≥290 | ≥26 | - | d = 0.5a |
| S350GD | ≥350 | ≥420 | ≥16 | - | - |
1. Khi không có降服 rõ ràng, sử dụng RP0.2, nếu không sử dụng ReL.
2. Chiều rộng mẫu B ≥ 20mm, khi xét đầu tòa B = 20mm; a là độ dày mẫu.
3. Thử nghiệm kéo, thử nghiệm uốn lấy mẫu ngang.

50
content/product/vi/2.mdx Normal file
View File

@@ -0,0 +1,50 @@
---
title: Tấm thép phủ nhôm-kẽm nhiệt liên tục
desc: Có tính chất加工 cơ học tốt và tính chống ăn mòn tốt hơn, bề mặt có cấu trúc tinh thể xinh đẹp, phù hợp cho xây dựng, điện gia dụng và các bộ phận phủ và cấu trúc nội, ngoại khác có yêu cầu cao về khả năng thành hình và chống ăn mòn.
models:
- GB/T14978, EN10346: DC(X)51D+AZ, DC(X)52D+AZ, S220GD+AZ, S250GD+AZ, S280GD+AZ, S300GD+AZ, S320GD+AZ, S350GD+AZ;
- ASTM A792/A792M: CSA, CSB, CS C, FS, SS230, SS255, SS275, SS340
place: Công ty TNHH Công nghiệp Trọng Kelunpu Jiaxiang
publishedTime: 2025-10-21
images:
- /images/product/20251023102339.jpg
detail:
spec:
- 'Độ dày (Thickness): 0.32~2.0mm'
- 'Chiều rộng (Width): 1000~1540mm'
- 'Lớp phủ độ dày bằng nhau (Equal-Thickness Coating): AZ60-Z150'
packaging:
slug: '2'
---
## Các性能 cơ học
| Mục đích (Purpose) | Loại (Grade) | Độ bền降服 (Yields strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) |
| :--- | :--- | :--- | :--- | :--- |
| **Chung (Commercial)** | DC01/51D·AZ | — | ≥500 | ≥22 |
| **Đóng冲压 (Drawing)** | DC03/53D·AZ | ≥300 | ≥420 | ≥26 |
| **Cấu trúc (Structure)** | S250GD·AZ | ≥250 | ≥330 | ≥19 |
| **Cấu trúc (Structure)** | S280GD·AZ | ≥280 | ≥360 | ≥18 |
| **Cấu trúc (Structure)** | S300GD·AZ | ≥300 | ≥380 | ≥17 |
| **Cấu trúc (Structure)** | S320GD·AZ | ≥320 | ≥390 | ≥17 |
| **Cấu trúc (Structure)** | S350GD·AZ | ≥350 | ≥420 | ≥16 |
1. Khi không có降服 rõ ràng, sử dụng Rp0.2; nếu không sử dụng Rel. Thép cấu trúc sử dụng ReH.
2. Khi độ dày danh nghĩa của sản phẩm大于 0.5mm nhưng小于 0.7mm, độ giãn sau fracture được phép下降 2%; khi độ dày danh nghĩa của sản phẩm小于 0.5mm, độ giãn sau fracture được phép下降 4%.
## Mục đích sử dụng
| Mục đích (Purpose) | Loại (Grade) | Độ bền降服 (Yields strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) |
| :--- | :--- | :--- | :--- | :--- |
| **Chung (Commercial)** | CSA | 205-410 | - | ≥20 |
| **Đóng冲压 (Drawing)** | CSB | 245-410 | - | ≥20 |
| **Cấu trúc (Structure)** | CSC | 205-450 | - | ≥15 |
| **Cấu trúc (Structure)** | FS | 170-275 | - | ≥24 |
| **Cấu trúc (Structure)** | SS230 | ≥230 | ≥310 | ≥20 |
| **Cấu trúc (Structure)** | SS255 | ≥255 | ≥360 | ≥18 |
| **Cấu trúc (Structure)** | SS275 | ≥275 | ≥380 | ≥16 |
| **Cấu trúc (Structure)** | SS340¹级 (class1) | ≥340 | ≥450 | ≥12 |
---
> Xử lý bề mặt: Phủ dầu, passivation hoặc passivation không crom, passivation + phủ dầu, passivation không crom + phủ dầu, chống vân tay hoặc chống vân tay không crom

48
content/product/vi/3.mdx Normal file
View File

@@ -0,0 +1,48 @@
---
title: Tấm thép phủ crom
desc: Tấm thép phủ crom là sản phẩm tấm thép với một lớp crom kim loại được镀均匀 trên bề mặt thép低碳冷轧或热轧 thông qua工艺电化学。Chức năng chính của nó là nâng cao độ chống ăn mòn, độ cứng và tính thẩm mỹ của thép, đồng thời kéo dài tuổi thọ sử dụng.
models: Tiêu chuẩn đặt hàng cho tấm phủ crom điện là Q/B QB455, tiêu chuẩn này không tương đương với JIS G 3315, DIN EN 10202, EN 10203.
place: Công ty TNHH Công nghiệp Trọng Kelunpu Jiaxiang
publishedTime: 2025-10-21
images:
- /images/product/20251102082125.jpg
spec:
- 'Độ dày (Thickness): 0.12~0.36mm'
- 'Chiều rộng (Width): 700-1050mm'
- 'Lớp phủ crom kim loại (mỗi mặt) Coating thickness (one side): 50mg/m2~50mg/m2'
- 'Lớp crom oxit (mỗi mặt) chromium oxide Layer (one side): 5mg/m2~35mg/m2'
packaging: Hoa kẽm thông thường
slug: '3'
---
## Các đặc điểm
### Các đặc điểm của tấm thép phủ crom
| Tính năng performance | Mô tả |
| --- | --- |
| Sự bám dính sơn tuyệt vời | Sự bám dính sơn vượt xa tấm thiếc, có thể được sử dụng để chế tạo lon DRD và lon dán. |
| Tính chịu nhiệt tuyệt vời | Chịu chịu nướng nhiệt cao,性能 vật liệu không bị劣 hoá. |
| Tính chống lưu huỳnh tuyệt vời | Lớp thiếc kim loại có性能 chống lưu huỳnh tốt, thích hợp cho lon chứa thức ăn giàu protein. |
| Tính chống ăn mòn dạng sợi tuyệt vời | Khả năng chống ăn mòn dạng sợi dưới màng sơn tuyệt vời. |
| Tính chống kiềm tuyệt vời | Lớp phủ crom là vật liệu phi lưỡng tính, phù hợp hơn cho đóng gói nội dung kiềm như chất tẩy rửa, chất phân tán sắc tố. |
### Các đặc điểm khác nhau giữa TFS và ETP
| Tên performance | Mô tả |
| --- | --- |
| Xuất hiện (Appearance) | Sự bám dính sơn vượt xa tấm thiếc, có thể được sử dụng để chế tạo lon DRD và lon dán. |
| Tính chống ăn mòn (Corrosion Resistance) | Chịu chịu nướng nhiệt cao, không đổi màu,性能 vật liệu không bị劣 hoá. |
| Khả năng hàn (Solderability) | Lớp thiếc kim loại có性能 chống lưu huỳnh tốt, thích hợp cho lon chứa thức ăn giàu protein như cá. |
| Khả năng hàn (Weldability) | Khả năng chống ăn mòn dạng sợi dưới màng sơn tuyệt vời. |
| Trọng lượng lớp phủ (Coating Weight) | Lớp phủ crom là vật liệu phi lưỡng tính, phù hợp hơn cho đóng gói nội dung kiềm như chất tẩy rửa, chất phân tán sắc tố. |
## Các用途 sản phẩm
| Tên vật liệu | Các用途 chính |
| :--- | :--- |
| Tấm thiếc (Tinplate) | Chủ yếu được sử dụng cho đóng gói lon thực phẩm, đồ uống, cũng được sử dụng cho đóng gói xăng, dầu mỡ, sắc tố, chất đánh bóng, xịt và các hóa chất khác. |
| Tấm thép không thiếc (Tin-free steel, TFS) | Chủ yếu được sử dụng làm nắp lon, nắp vặn, nắp lồi, nắp dễ mở, lon ép nông. |
## Các用途 khác
| Lĩnh vực ứng dụng | Các用途 cụ thể |
| :--- | :--- |
| **Điện tử (Electronics)** | Đ电极, dây cáp, vỏ che chắn điện từ, v.v. |
| **Kỹ thuật (Engineering)** | Bộ lọc dầu ô tô, bộ lọc không khí ô tô, miếng垫, v.v. |
| **Xây dựng (Construction)** | Các bộ phận nội bộ đồng hồ đo khí, trao đổi nhiệt, dụng cụ bếp, kệ, v.v. |

46
content/product/vi/4.mdx Normal file
View File

@@ -0,0 +1,46 @@
---
title: Tấm thép galvanized nhiệt热轧
desc: Có性能加工 cơ học tốt và性能 chống ăn mòn, phù hợp cho xây dựng, kho粮仓 và các bộ phận phủ và cấu trúc khác cần性能 thành hình và chống ăn mòn.
models:
- GB/T2518, EN10346: DD(X)51D+Z, DD(X)52D+Z, S220GD+Z, S250GD+Z, S280GD+Z, S320GD+Z, S350GD+Z
- JIS G 3302: SGHC, SGH340, SGH400, SGH440, SGH490
place: Công ty TNHH Công nghiệp Trọng Kelunpu Jiaxiang
publishedTime: 2025-10-21
images:
- /images/product/20250318141215854.jpg
detail:
spec:
- 'Độ dày (Thickness): 1.8~4.0mm'
- 'Chiều rộng (Width): 1000~1540mm'
- 'Lớp phủ độ dày bằng nhau (Equal-Thickness Coating): Z60-Z275'
packaging: Hoa kẽm thông thường
slug: '4'
---
## Các性能 cơ học
| Mục đích (Purpose) | Loại (Grade) | Độ bền降服 (Yields strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) |
| :--- | :--- | :--- | :--- | :--- |
| **Chung (Commercial)** | DDQ(X)51D·Z | — | 270-500 | ≥22 |
| **Đóng冲压 (Drawing)** | DDQ(X)52D·Z | 140-300 | 270-420 | ≥26 |
| **Cấu trúc (Structure)** | S220GD·Z | ≥220 | ≥300 | ≥20 |
| **Cấu trúc (Structure)** | S250GD·Z | ≥250 | ≥330 | ≥19 |
| **Cấu trúc (Structure)** | S280GD·Z | ≥280 | ≥360 | ≥18 |
| **Cấu trúc (Structure)** | S320GD·Z | ≥320 | ≥390 | ≥17 |
| **Cấu trúc (Structure)** | S350GD·Z | ≥350 | ≥420 | ≥16 |
---
> Khi không có降服 rõ ràng, sử dụng Rp0.2; nếu không thép低碳 sử dụng Rel, thép cấu trúc sử dụng ReH.
## Mục đích sử dụng
| Mục đích (Purpose) | Loại (Grade) | Độ bền降服 (Yields strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) | Thử nghiệm uốn 180° (ngang) ≤3.0mm | Thử nghiệm uốn 180° (ngang) ≥3.0mm |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| **Chung (Commercial)** | DDQ(X)51D·Z | — | 270-500 | ≥22 | 1a | 2a |
| **Đóng冲压 (Drawing)** | DDQ(X)52D·Z | 140-300 | 270-420 | ≥26 | 1a | 2a |
| **Cấu trúc (Structure)** | S220GD·Z | ≥220 | ≥300 | ≥20 | 2a | 3a |
| **Cấu trúc (Structure)** | S250GD·Z | ≥250 | ≥330 | ≥19 | 3a | 3a |
| **Cấu trúc (Structure)** | S280GD·Z | ≥280 | ≥360 | ≥18 | — | — |
| **Cấu trúc (Structure)** | S320GD·Z | ≥320 | ≥390 | ≥17 | — | — |
| **Cấu trúc (Structure)** | S350GD·Z | ≥350 | ≥420 | ≥16 | 1a | 2a |
> Khi không có降服 rõ ràng, sử dụng Rp0.2; nếu không thép低碳 sử dụng Rel, thép cấu trúc sử dụng ReH.
> Xử lý bề mặt: Phủ dầu, passivation, phủ dầu + passivation

33
content/product/vi/5.mdx Normal file
View File

@@ -0,0 +1,33 @@
---
title: Tấm thép低碳冷轧
desc: Có độ bền cao và性能 hàn tốt, chất lượng bề mặt và hình dạng tấm tuyệt vời, phù hợp cho五金件, ống dẫn và cấu trúc xây dựng cần性能 độ bền và加工 nhất định.
models:
- GB/T 11253-2007: Q235
- 2011 JX( 19): LQ215
- 2011 JX(21): THD
images:
- /images/application/20250318141424880.jpg
spec:
- 'Độ dày (Thickness): 0.6~2.0mm'
- 'Chiều rộng (Width): 1000~1540mm'
slug: '5'
---
## Thành phần hóa học
| Loại | C | Mn | Si | P | S |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Q235 | ≤0.22 | ≤1.40 | ≤0.35 | ≤0.035 | ≤0.035 |
| DX51D | ≤0.22 | ≤1.20 | ≤0.35 | ≤0.035 | ≤0.035 |
| S350GD | ≤0.22 | ≤1.20 | ≤0.35 | ≤0.035 | ≤0.035 |
## Các性能 cơ học
| Loại (Grades) | Độ bền降服 (Yield strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) | Độ cứng Rockwell (Hardness/HRB) | Thử nghiệm uốn 180° (đường kính tâm uốn d) |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Q235 | ≥235 | 370-500 | ≥22 | - | d=1a |
| LQ215 | ≥215 | 335-450 | ≥24 | - | d=0.5a |
| THD | - | - | - | 65-80 | - |
---
1. Khi không có降服 rõ ràng, sử dụng Rp0.2; nếu không sử dụng Rel.
2. Chiều rộng mẫu B: Khi B20mm, lấy B=20mm; *a là độ dày mẫu*.
3. Thử nghiệm kéo, thử nghiệm uốn lấy mẫu ngang.

27
content/product/vi/6.mdx Normal file
View File

@@ -0,0 +1,27 @@
---
title: Tấm thép低碳冷轧用于冲压
desc: Có chất lượng bề mặt tốt, hình dạng tấm và性能 hàn,加工 cơ học, phù hợp cho面板 nội, ngoại điện gia dụng và零部件 cần chất lượng bề mặt và性能加工 nhất định.
models:
- Q/TB303-2008
- DC01(O3), DC03(O3
images:
- /images/product/20250318141215385.jpg
spec:
- 'Độ dày (Thickness): 0.35~2.0mm'
- 'Chiều rộng (Width): 1000~1540mm'
slug: '6'
---
## Thành phần hóa học
| Loại (Grades) | C | Mn | Si | P | S | Als | S |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| DC01(O3) | ≤0.07 | ≤0.50 | ≤0.05 | ≤0.025 | ≤0.03 | ≥0.02 | - |
| DC03(O3) | ≤0.06 | ≤0.45 | ≤0.03 | ≤0.025 | ≤0.025 | ≥0.03 | - |
## Các性能 cơ học
| Loại (Grades) | Độ bền降服 (Yield strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) | r₉₀ | n₉₀ |
| :--- | :--- | :--- | :--- | :--- | :--- |
| DC01(O3) | ≤280 | 270-410 | ≥28 | - | - |
| DC03(O3) | ≤240 | 270-370 | ≥34 | ≥1.3 | - |
1. Khi không có降服 rõ ràng, sử dụng Rp0.2; nếu không sử dụng Rel.
2. Khi độ dày danh nghĩa của sản phẩm大于 0.5mm nhưng不大于 0.7mm, độ giãn được phép下降 2%; khi độ dày danh nghĩa của sản phẩm不大于 0.5mm, độ giãn được phép下降 4%.

58
content/product/vi/7.mdx Normal file
View File

@@ -0,0 +1,58 @@
---
title: Tấm thép galvanized nhiệt冷轧
desc: Có性能加工 cơ học tốt và性能 chống ăn mòn, phù hợp cho xây dựng, điện gia dụng và các bộ phận phủ nội, ngoại và cấu trúc khác cần性能 thành hình và chống ăn mòn.
models:
- GB/T2518, EN10346DC(X)51D+Z, DC(X)52D+Z, DC(X)53D+Z, S220GD+Z, S250GD+Z, S280GD+Z, S320GD+Z, S350GD+Z
- ASTM A653/A653MCSA, CS B, FSA, FS B, SS230, SS255, SS275, SS340
- JIS G3302SGCC, SGCD, SGC340, SGC400, SGC440
- 2011JX(15)S390GD+Z, S450GD+Z
images:
- /images/product/20250318141214984.jpg
spec:
- 'Độ dày (Thickness): 0.35~2.0mm'
- 'Chiều rộng (Width): 1000~1540mm'
- 'Lớp phủ độ dày bằng nhau (Equal-Thickness Coating): Z60-Z450'
packaging: Hoa kẽm thông thường, không có hoa kẽm
slug: '7'
---
## Các性能 cơ học
| Mục đích (Purpose) | Loại (Grade) | Độ bền降服 (Yield strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) |
| :--- | :--- | :--- | :--- | :--- |
| **Chung (Commercial)** | DC(X)51D·Z | 370-500 | — | ≥22 |
| **Đóng冲压 (Drawing)** | DC(X)52D·Z | ≥290 | — | ≥26 |
| **Deepdrawing** | DC(X)53D·Z | ≥420 | — | ≥30 |
| **Cấu trúc (Structure)** | S220GD·Z | ≥220 | ≥300 | ≥20 |
| **Cấu trúc (Structure)** | S250GD·Z | ≥250 | ≥330 | ≥19 |
| **Cấu trúc (Structure)** | S280GD·Z | ≥280 | ≥360 | ≥18 |
| **Cấu trúc (Structure)** | S320GD·Z | ≥320 | ≥390 | ≥17 |
| **Cấu trúc (Structure)** | S350GD·Z | ≥350 | ≥420 | ≥16 |
| **Cấu trúc (Structure)** | S390GD·Z | ≥390 | 460-620 | ≥15 |
| **Cấu trúc (Structure)** | S450GD·Z | ≥450 | 500-700 | ≥14 |
---
1. Khi không có降服 rõ ràng, sử dụng Rp0.2; nếu không thép低碳 sử dụng Rel, thép cấu trúc sử dụng ReH.
2. Khi độ dày danh nghĩa của sản phẩm大于 0.5mm nhưng不大于 0.7mm, độ giãn được phép下降 2%; khi độ dày danh nghĩa của sản phẩm不大于 0.5mm, độ giãn được phép下降 4%.
## Mục đích sử dụng
| Mục đích (Purpose) | Loại (Grade) | Độ bền降服 (Yield strength/Re/MPa) | Độ bền kéo (Tensile strength/Rm/MPa) | Độ giãn sau fracture (Elongation/A80/%) |
| :--- | :--- | :--- | :--- | :--- |
| **Chung (Commercial)** | CSA | 170-380 | — | ≥20 |
| **Chung (Commercial)** | CSB | 205-410 | — | ≥20 |
| **Chung (Commercial)** | CSC | 170-310 | — | ≥25 |
| **Chung (Commercial)** | FSK | 170-310 | — | ≥26 |
| **Chung (Commercial)** | CSN | 170-310 | — | ≥26 |
| **Đóng冲压 (Drawing)** | S220 | — | ≥310 | ≥20 |
| **Cấu trúc (Structure)** | S255 | ≥255 | ≥360 | ≥18 |
| **Cấu trúc (Structure)** | S275 | ≥275 | ≥380 | ≥16 |
| **Cấu trúc (Structure)** | SS340¹级 (class1) | ≥340 | ≥460 | ≥12 |
| **Cấu trúc (Structure)** | SS340²级 (class2) | ≥340 | ≥410 | ≥12 |
| **Cấu trúc (Structure)** | SS340³级 (class3) | ≥340 | ≥410 | ≥12 |
| **Chung (Commercial)** | SCC | — | ≥270 | ≥37 |
| **Đóng冲压 (Drawing)** | SGC01 | — | ≥270 | ≥39 |
| **Đóng冲压 (Drawing)** | SGC02 | — | ≥270 | ≥37 |
| **Cấu trúc (Structure)** | SGC340 | ≥245 | ≥340 | ≥20 |
| **Cấu trúc (Structure)** | SGC350 | ≥295 | ≥400 | ≥18 |
| **Cấu trúc (Structure)** | SGC440 | ≥355 | ≥440 | ≥18 |
| **Cấu trúc (Structure)** | SGC490 | ≥365 | ≥490 | ≥16 |

37
content/product/zh/1.mdx Normal file
View File

@@ -0,0 +1,37 @@
---
title: 锌铝镁钢板
desc: 锌铝镁是一种新型高耐腐蚀性镀层钢板,主要成分是锌,外加铝、镁和微量硅。应用在建筑、家电、汽车等行业。
models:
- GB/T 38935-2020 Q235
- EN10346-2015DX51D、S350GD
place: 嘉祥科伦普重工有限公司
publishedTime: 2023-08-01
images:
- /images/product/20251021161717.jpg
detail: 毛化/无毛化
spec:
- '厚度(Thickness)0.7~6.0mm'
- '宽度(Width): 1000~ 1350mm'
packaging: 单卷
slug: '1'
---
## 化学成分
| 牌号 | C | Mn | Si | P | S |
| --- | --- | --- | --- | --- | --- |
| Q235 | ≤0.22 | ≤1.40 | ≤0.35 | ≤0.035 | ≤0.035 |
| DX51D | ≤0.18 | ≤1.20 | ≤0.5 | ≤0.12 | ≤0.045 |
| Q235 | ≤0.2 | ≤1.70 | ≤0.6 | ≤0.045 | ≤0.045 |
## 力学性能
| 牌号 | 屈服强度 | 抗拉强度 | 断后伸长率 | 洛氏硬度 | 弯曲试验 |
| --- | --- | --- | --- | --- | --- |
| Q235 | ≥235 | 370-500 | ≥22 | - | d = 1a |
| DX51D | ≥270 | ≥290 | ≥26 | - | d = 0.5a |
| S350GD | ≥350 | ≥420 | ≥16 | - | - |
1. 无明显屈服是采用RP0.2, 否则用ReL。
2. 试样宽度B ≥ 20mm, 仲裁时 B = 20mm; a 为试样厚度。
3. 拉伸试验、弯曲试验取横向取样。

50
content/product/zh/2.mdx Normal file
View File

@@ -0,0 +1,50 @@
---
title: 连续热镀铝锌钢板
desc: 具有良好的机械加工性能和更优秀的耐腐蚀性能 ,表面具有美丽的晶花结构 ,适用于建筑、家电等对成型性和耐 腐蚀性有更高要求的内外覆盖件和结构件。
models:
- GB/T14978 EN10346DC(X)51D+AZ, DC(X)52D+AZ, S220GD+AZ, S250GD+AZ, S280GD+AZ, S300GD+AZ , S320GD+AZ, S350GD+AZ;
- ASTM A792/A792MCSA, CSB, CS C, FS, SS230, SS255, SS275, SS340
place: 嘉祥科伦普重工有限公司
publishedTime: 2025-10-21
images:
- /images/product/20251023102339.jpg
detail:
spec:
- '厚度(Thickness)0.32~2.0mm'
- '宽度(Width): 1000~ 1540mm'
- '等厚镀层(Equal-Thickness Coating)AZ60-Z150'
packaging:
slug: '2'
---
## 力学性能
| 用途Purpose | 牌号Grade | 屈服强度Yields strength/Re/MPa | 抗拉强度Tensile strength/Rm/MPa | 断后伸长率Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **一般用Commercial** | DC01/51D·AZ | — | ≥500 | ≥22 |
| **冲压用Drawing** | DC03/53D·AZ | ≥300 | ≥420 | ≥26 |
| **结构用Structure** | S250GD·AZ | ≥250 | ≥330 | ≥19 |
| **结构用Structure** | S280GD·AZ | ≥280 | ≥360 | ≥18 |
| **结构用Structure** | S300GD·AZ | ≥300 | ≥380 | ≥17 |
| **结构用Structure** | S320GD·AZ | ≥320 | ≥390 | ≥17 |
| **结构用Structure** | S350GD·AZ | ≥350 | ≥420 | ≥16 |
1. 无明显屈服时,采用 Rp0.2;否则采用 Rel。结构钢采用 ReH。
2. 当产品公称厚度大于 0.5mm 但小于 0.7mm 时,断后伸长率允许下降 2%;当产品公称厚度小于 0.5mm 时,断后伸长率允许下降 4%。
## 用途
| 用途Purpose | 牌号Grade | 屈服强度Yields strength/Re/MPa | 抗拉强度Tensile strength/Rm/MPa | 断后伸长率Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **一般用Commercial** | CSA | 205-410 | - | ≥20 |
| **冲压用Drawing** | CSB | 245-410 | - | ≥20 |
| **结构用Structure** | CSC | 205-450 | - | ≥15 |
| **结构用Structure** | FS | 170-275 | - | ≥24 |
| **结构用Structure** | SS230 | ≥230 | ≥310 | ≥20 |
| **结构用Structure** | SS255 | ≥255 | ≥360 | ≥18 |
| **结构用Structure** | SS275 | ≥275 | ≥380 | ≥16 |
| **结构用Structure** | SS340¹级class1 | ≥340 | ≥450 | ≥12 |
---
> 表面处理: 涂油、钝化或无铬钝化、钝化+涂油、无铬钝化+涂油、耐指纹或无铬耐指纹

48
content/product/zh/3.mdx Normal file
View File

@@ -0,0 +1,48 @@
---
title: 镀铬钢板
desc: 镀铬带钢是以冷轧或热轧低碳钢为基材,通过电化学工艺在其表面均匀镀覆一层金属铬的带钢产品。其核心功能是提升钢材的耐腐蚀性、硬度和装饰性,同时延长使用寿。
models: 电镀铬板订货标准为Q/B QB455 ,此标准非等效采用了JIS G 3315、DIN EN 10202 、EN 10203。
place: 嘉祥科伦普重工有限公司
publishedTime: 2025-10-21
images:
- /images/product/20251102082125.jpg
spec:
- '厚度(Thickness)0.12~0.36mm'
- '宽度(Width): 700-1050mm'
- '金属铬镀层 (每面 )Coating thickness (one side) 50mg/m2~50mg/m2'
- '氧化物铬层 (每面 )chromium oxide Layer (one side5mg/m2~35mg/m2'
packaging: 普通锌花
slug: '3'
---
## 特性
### 镀铬板特性
| 性能特点 | 中文说明 |
| --- | --- |
| 优异的涂料附着力 | 涂料附着力远远超过镀锡板,可以用于制造 DRD 罐和胶接罐。 |
| 优异的耐热变性 | 耐高温烘烤,材料性能不会劣化。 |
| 优异的抗硫化性 | 金属锡层有良好的抗硫化性能,适合用于富含蛋白质食物的罐头。 |
| 优异的耐丝状腐蚀性 | 漆膜下的耐丝状腐蚀能力优异。 |
| 优异的耐碱性 | 镀铬层是非两性材料,更适用于碱性内容物如清洁剂、颜料分散剂的包装。 |
### TFS与ETP不同特性
| 性能名称 | 中文说明 |
| --- | --- |
| 外观Appearance | 涂料附着力远远超过镀锡板,可以用于制造 DRD 罐和胶接罐。 |
| 耐腐性Corrosion Resistance | 耐高温烘烤,不变色,材料性能不劣化。 |
| 钎焊性Solderability | 金属锡层有良好的抗硫化物性能,适用于富含蛋白质食物如鱼的罐头。 |
| 焊接性Weldability | 漆膜下的耐丝状腐蚀能力优异。 |
| 镀层重量Coating Weight | 镀铬层是非两性材料,更适用于碱性内容物如清洁剂、颜料分散剂的包装。 |
## 产品用途
| 材料名称 | 主要用途 |
| :--- | :--- |
| 镀锡板Tinplate | 主要用于包装食品、饮料的罐头,也用于包装汽油、油脂、颜料、抛光剂、喷雾剂等化学品。 |
| 镀铬板Tin-free steel, TFS | 主要用作罐头顶盖、旋开盖、凸盖、易拉盖、浅冲罐。 |
## 其他用途
| 应用领域 | 具体用途 |
| :--- | :--- |
| **电子方面Electronics** | 电极、电缆带、电磁屏蔽罩壳等 |
| **工程方面Engineering** | 汽车滤油器、汽车空滤、垫片等 |
| **建筑方面Construction** | 气体流量计内部件、热交换器、厨具、货架等 |

46
content/product/zh/4.mdx Normal file
View File

@@ -0,0 +1,46 @@
---
title: 热轧热镀锌钢带
desc: 具有良好的机械加工性能和耐腐蚀性能 ,适用于建筑、粮仓等对成型性和耐腐蚀性有要求的覆盖件和结构件。
models:
- GB/T2518, EN10346DD(X)51D+Z, DD(X)52D+Z, S220GD+Z, S250GD+Z, S280GD+Z, S320GD+Z, S350GD+Z
- JIS G 3302SGHC, SGH340, SGH400, SGH440, SGH490
place: 嘉祥科伦普重工有限公司
publishedTime: 2025-10-21
images:
- /images/product/20250318141215854.jpg
detail:
spec:
- '厚度(Thickness)1.8~4.0mm'
- '宽度(Width): 1000~ 1540mm'
- '等厚镀层(Equal-Thickness Coating)Z60-Z275'
packaging: 普通锌花
slug: '4'
---
## 力学性能
| 用途Purpose | 牌号Grade | 屈服强度Yields strength/Re/MPa | 抗拉强度Tensile strength/Rm/MPa | 断后伸长率Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **一般用Commercial** | DDQ(X)51D·Z | — | 270-500 | ≥22 |
| **冲压用Drawing** | DDQ(X)52D·Z | 140-300 | 270-420 | ≥26 |
| **结构用Structure** | S220GD·Z | ≥220 | ≥300 | ≥20 |
| **结构用Structure** | S250GD·Z | ≥250 | ≥330 | ≥19 |
| **结构用Structure** | S280GD·Z | ≥280 | ≥360 | ≥18 |
| **结构用Structure** | S320GD·Z | ≥320 | ≥390 | ≥17 |
| **结构用Structure** | S350GD·Z | ≥350 | ≥420 | ≥16 |
---
> 无明显屈服时,采用 Rp0.2;否则低碳钢采用 Rel结构钢采用 ReH。
## 用途
| 用途Purpose | 牌号Grade | 屈服强度Re/MPa | 抗拉强度Rm/MPa | 断后伸长率A80/% | 180°弯曲试验横向≤3.0mm | 180°弯曲试验横向≥3.0mm |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| **一般用Commercial** | DDQ(X)51D·Z | — | 270-500 | ≥22 | 1a | 2a |
| **冲压用Drawing** | DDQ(X)52D·Z | 140-300 | 270-420 | ≥26 | 1a | 2a |
| **结构用Structure** | S220GD·Z | ≥220 | ≥300 | ≥20 | 2a | 3a |
| **结构用Structure** | S250GD·Z | ≥250 | ≥330 | ≥19 | 3a | 3a |
| **结构用Structure** | S280GD·Z | ≥280 | ≥360 | ≥18 | — | — |
| **结构用Structure** | S320GD·Z | ≥320 | ≥390 | ≥17 | — | — |
| **结构用Structure** | S350GD·Z | ≥350 | ≥420 | ≥16 | 1a | 2a |
> 无明显屈服时,采用 Rp0.2;否则低碳钢采用 Rel结构钢采用 ReH。
> 表面处理: 涂油、钝化、涂油+钝化

33
content/product/zh/5.mdx Normal file
View File

@@ -0,0 +1,33 @@
---
title: 冷轧低碳钢板
desc: 具有较高的强度以及良好的焊接性能 ,表面质量和板型优异 ,适用于对强度和加工性能有一定要求的五金件、管道及建筑结构件。
models:
- GB/T 11253-2007 Q235
- 2011 JX( 19)LQ215
- 2011 JX(21)THD
images:
- /images/application/20250318141424880.jpg
spec:
- '厚度(Thickness)0.6~2.0mm'
- '宽度(Width): 1000~ 1540mm'
slug: '5'
---
## 化学成分
| 牌号 | C | Mn | Si | P | S |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Q235 | ≤0.22 | ≤1.40 | ≤0.35 | ≤0.035 | ≤0.035 |
| DX51D | ≤0.22 | ≤1.20 | ≤0.35 | ≤0.035 | ≤0.035 |
| S350GD | ≤0.22 | ≤1.20 | ≤0.35 | ≤0.035 | ≤0.035 |
## 力学性能
| 牌号Grades | 屈服强度Yield strength/Re/MPa | 抗拉强度Tensile strength/Rm/MPa | 断后伸长率Elongation/A80/% | 洛氏硬度Hardness/HRB | 180°弯曲试验弯心直径d |
| :--- | :--- | :--- | :--- | :--- | :--- |
| Q235 | ≥235 | 370-500 | ≥22 | - | d=1a |
| LQ215 | ≥215 | 335-450 | ≥24 | - | d=0.5a |
| THD | - | - | - | 65-80 | - |
---
1. 无明显屈服时,采用 Rp0.2;否则采用 Rel。
2. 试样宽度 B20mm 时,取 B=20mm*a 为试样厚度*。
3. 拉伸试验、弯曲试验取横向试样。

27
content/product/zh/6.mdx Normal file
View File

@@ -0,0 +1,27 @@
---
title: 冲压用冷轧低碳钢板
desc: 具有良好的表面质量、板型以及焊接、机械加工性能 ,适用于对表面质量和加工性能有一定要求的家电内、外板及零部件。
models:
- Q/TB303-2008
- DC01(O3), DC03(O3
images:
- /images/product/20250318141215385.jpg
spec:
- '厚度(Thickness)0.35~2.0mm'
- '宽度(Width): 1000~ 1540mm'
slug: '6'
---
## 化学成分
| 牌号Grades | C | Mn | Si | P | S | Als | S |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| DC01(O3) | ≤0.07 | ≤0.50 | ≤0.05 | ≤0.025 | ≤0.03 | ≥0.02 | - |
| DC03(O3) | ≤0.06 | ≤0.45 | ≤0.03 | ≤0.025 | ≤0.025 | ≥0.03 | - |
## 力学性能
| 牌号Grades | 屈服强度Yield strength/Re/MPa | 抗拉强度Tensile strength/Rm/MPa | 断后伸长率Elongation/A80/% | r₉₀ | n₉₀ |
| :--- | :--- | :--- | :--- | :--- | :--- |
| DC01(O3) | ≤280 | 270-410 | ≥28 | - | - |
| DC03(O3) | ≤240 | 270-370 | ≥34 | ≥1.3 | - |
1. 无明显屈服时,采用 Rp0.2;否则采用 Rel。
2. 当产品公称厚度大于 0.5mm 但不大于 0.7mm 时,延伸率允许下降 2%;当产品公称厚度不大于 0.5mm 时,延伸率允许下降 4%。

60
content/product/zh/7.mdx Normal file
View File

@@ -0,0 +1,60 @@
---
title: 冷轧热镀锌钢板
desc: 具有良好的机械加工性能和耐腐蚀性能,适用于建筑、家电等对成型性和耐腐蚀性有要求的内外覆盖件和结构件。
models:
- GB/T2518, EN10346DC(X)51D+Z, DC(X)52D+Z, DC(X)53D+Z, S220GD+Z, S250GD+Z, S280GD+Z, S320GD+Z, S350GD+Z
- ASTM A653/A653MCSA , CS B, FSA, FS B, SS230, SS255, SS275, SS340
- JIS G3302SGCC, SGCD, SGC340, SGC400, SGC440
- 2011JX( 15) S390GD+Z, S450GD+Z
images:
- /images/product/20250318141214984.jpg
spec:
- '厚度(Thickness)0.35~2.0mm'
- '宽度(Width): 1000~ 1540mm'
- '等厚镀层(Equal-Thickness Coating)Z60-Z450'
packaging: 普通锌花、无锌花
slug: '7'
---
## 力学性能
| 用途Purpose | 牌号Grade | 屈服强度Yield strength/Re/MPa | 抗拉强度Tensile strength/Rm/MPa | 断后伸长率Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **一般用Commercial** | DC(X)51D·Z | 370-500 | — | ≥22 |
| **冲压用Drawing** | DC(X)52D·Z | ≥290 | — | ≥26 |
| **深冲用Deepdrawing** | DC(X)53D·Z | ≥420 | — | ≥30 |
| **结构用Structure** | S220GD·Z | ≥220 | ≥300 | ≥20 |
| **结构用Structure** | S250GD·Z | ≥250 | ≥330 | ≥19 |
| **结构用Structure** | S280GD·Z | ≥280 | ≥360 | ≥18 |
| **结构用Structure** | S320GD·Z | ≥320 | ≥390 | ≥17 |
| **结构用Structure** | S350GD·Z | ≥350 | ≥420 | ≥16 |
| **结构用Structure** | S390GD·Z | ≥390 | 460-620 | ≥15 |
| **结构用Structure** | S450GD·Z | ≥450 | 500-700 | ≥14 |
---
1. 无明显屈服时,采用 Rp0.2;否则低碳钢采用 Rel结构钢采用 ReH。
2. 当产品公称厚度大于 0.5mm 但不大于 0.7mm 时,延伸率允许下降 2%;当产品公称厚度不大于 0.5mm 时,延伸率允许下降 4%。
## 用途
| 用途Purpose | 牌号Grade | 屈服强度Yield strength/Re/MPa | 抗拉强度Tensile strength/Rm/MPa | 断后伸长率Elongation/A80/% |
| :--- | :--- | :--- | :--- | :--- |
| **一般用Commercial** | CSA | 170-380 | — | ≥20 |
| **一般用Commercial** | CSB | 205-410 | — | ≥20 |
| **一般用Commercial** | CSC | 170-310 | — | ≥25 |
| **一般用Commercial** | FSK | 170-310 | — | ≥26 |
| **一般用Commercial** | CSN | 170-310 | — | ≥26 |
| **冲压用Drawing** | S220 | — | ≥310 | ≥20 |
| **结构用Structure** | S255 | ≥255 | ≥360 | ≥18 |
| **结构用Structure** | S275 | ≥275 | ≥380 | ≥16 |
| **结构用Structure** | SS340¹级class1 | ≥340 | ≥460 | ≥12 |
| **结构用Structure** | SS340²级class2 | ≥340 | ≥410 | ≥12 |
| **结构用Structure** | SS340³级class3 | ≥340 | ≥410 | ≥12 |
| **一般用Commercial** | SCC | — | ≥270 | ≥37 |
| **冲压用Drawing** | SGC01 | — | ≥270 | ≥39 |
| **冲压用Drawing** | SGC02 | — | ≥270 | ≥37 |
| **结构用Structure** | SGC340 | ≥245 | ≥340 | ≥20 |
| **结构用Structure** | SGC350 | ≥295 | ≥400 | ≥18 |
| **结构用Structure** | SGC440 | ≥355 | ≥440 | ≥18 |
| **结构用Structure** | SGC490 | ≥365 | ≥490 | ≥16 |

View File

@@ -0,0 +1,32 @@
---
title: 利用規約
description: サービス利用に関する規約と条件
lastUpdated: "2025-02-19"
---
> 更新日2025年2月19日
# 利用規約
当社のサービスをご利用いただき、ありがとうございます。本ウェブサイトをご利用になる際は、以下の利用規約に同意いただいたものとみなします。
## 1. 規約の同意
本ウェブサイトにアクセスし利用することにより、お客様は本規約の条件に同意し、拘束されることを承諾するものとします。
## 2. ユーザーの責任
お客様には以下の事項に同意していただきます:
- 正確な情報の提供
- アカウントの安全管理
- 適用される法令の遵守
## 3. サービスの変更
当社は以下の権利を留保します:
- サービスの変更または終了
- 本規約の随時更新
## お問い合わせ
本規約に関するご質問がございましたら、お気軽にお問い合わせください。

View File

@@ -1,100 +1,323 @@
{
"LanguageDetection": {
"title": "Language Suggestion",
"description": "We noticed your browser language differs from the current site language. You can switch languages anytime.",
"countdown": "Closing in {countdown} seconds",
"description": "Detected that your browser language is different from the current language. You can switch languages at any time.",
"countdown": "Will close in {countdown} seconds",
"switchTo": "Switch to"
},
"Header": {
"links": [
{
"name": "News Center",
"href": "/blog"
"name": "Homepage",
"href": "/"
},
{
"name": "About",
"href": "/about"
"name": "About Jufeng Steel",
"href": "/about",
"children": [
{
"name": "Company Profile",
"href": "/about/company"
},
{
"name": "Corporate Culture",
"href": "/about/culture"
},
{
"name": "Production Base",
"href": "/about/base"
},
{
"name": "Organizational Structure",
"href": "/about/organization"
},
{
"name": "Honors and Qualifications",
"href": "/about/awards"
},
{
"name": "Development History",
"href": "/about/history"
}
]
},
{
"name": "Product Center",
"href": "/product"
},
{
"name": "News Center",
"href": "/blog",
"children": [
{
"name": "Announcements",
"href": "/blog?category=announce"
},
{
"name": "News",
"href": "/blog?category=news"
},
{
"name": "Events",
"href": "/blog?category=event"
}
]
}
]
},
"Footer": {
"Copyright": "Copyright © {year} {name} All rights reserved.",
"Copyright": "Copyright © {year} {name} All Rights Reserved.",
"PrivacyPolicy": "Privacy Policy",
"TermsOfService": "Terms of Service",
"Links": {
"groups": [
{
"title": "Open Source",
"title": "About Us",
"links": [
{
"href": "https://github.com/weijunext/nextjs-starter",
"name": "Next Forge",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/en/about/company",
"name": "Company Profile",
"useA": true
},
{
"href": "https://github.com/weijunext/landing-page-boilerplate",
"name": "Landing Page Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/en/about/culture",
"name": "Corporate Culture",
"useA": true
},
{
"href": "https://github.com/weijunext/weekly-boilerplate",
"name": "Blog Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/en/about/base",
"name": "Production Base",
"useA": true
},
{
"href": "/en/about/organization",
"name": "Organizational Structure",
"useA": true
},
{
"href": "/en/about/awards",
"name": "Honors and Qualifications",
"useA": true
},
{
"href": "/en/about/history",
"name": "Development History",
"useA": true
}
]
},
{
"title": "Other Products",
"title": "News Center",
"links": [
{
"href": "https://nexty.dev/",
"name": "Nexty - SaaS Template",
"rel": "noopener noreferrer",
"target": "_blank"
"href": "/en/blog?category=announce",
"name": "Announcements",
"useA": true
},
{
"href": "https://ogimage.click/",
"name": "OG Image Generator",
"rel": "noopener noreferrer",
"target": "_blank"
"href": "/en/blog?category=news",
"name": "News",
"useA": true
},
{
"href": "https://dofollow.tools/",
"name": "Dofollow.Tools",
"rel": "noopener noreferrer",
"target": "_blank"
"href": "/en/blog?category=event",
"name": "Events",
"useA": true
}
]
}
]
},
"Newsletter": {
"title": "Subscribe to our newsletter",
"description": "Get the latest news and updates from Next Forge",
"defaultErrorMessage": "Please enter a valid email address",
"successMessage": "Subscription successful",
"errorMessage": "Subscription failed",
"errorMessage2": "Subscription failed. Please try again later.",
"subscribe": "Subscribe",
"subscribing": "Subscribing...",
"subscribed": "Subscription successful! Thank you for your attention."
}
},
"Home": {
"title": "Next Forge",
"tagLine": "Multilingual Next.js 16 Starter",
"description": "A multilingual Next.js 16 starter with built-in i18n support. Launch your global-ready web application with a clean, efficient, and SEO-friendly foundation."
"title": "Jufeng Steel",
"tagLine": "Jufeng Steel Official Website",
"description": "Jufeng Steel Official Website",
"carousel": "Carousel",
"company_video": "Corporate Video",
"company": {
"title": "Jufeng Iron and Steel Co., Ltd.",
"description": "Jufeng Iron and Steel Co., Ltd. is a key project in Shandong Province, one of the key projects in Jining City, and also an important project for the product structure adjustment of Kelunpu. The project adopted various construction schemes such as foreign technical general responsibility, overall introduction of key equipment, a la carte integration, domestic technical assembly, independent innovation, and introduction of single equipment, ensuring advanced technology and talent training, and ensuring the project reaches production capacity and efficiency after commissioning. Kelunpu Cold Rolling Heavy Industry Co., Ltd. has a designed annual output of 1.5 million tons, and can provide customers with various products such as hot-rolled pickling, hot-rolled galvanizing, cold-hardened, batch annealing, cold-rolled galvanizing, aluminum-zinc alloy, zinc-aluminum alloy, zinc-aluminum-magnesium, chromium plating, etc. Products cover Northeast, North China, East China, South China and other regions.",
"button": "Learn More"
},
"stats": {
"card1": {
"number": "5",
"title": "National-Level Green Products"
},
"card2": {
"number": "3+",
"title": "National-Level Green Factories"
},
"card3": {
"number": "7",
"title": "CNAS (National Accreditation) Laboratories"
},
"card4": {
"number": "10",
"title": "Production Bases"
}
},
"news": {
"title": "Latest News",
"button": "Learn More >",
"items": {
"news1": {
"date": "2025/11/17",
"title": "New Development Trends in the Steel Industry",
"link": "/blog/1"
},
"news2": {
"date": "2025/11/17",
"title": "The Great Significance of the Yajiang Project for the Steel Industry",
"link": "/blog/2"
},
"news3": {
"date": "2025/09/20",
"title": "The Development of China's Steel Industry Urgently Needs High-Endization",
"link": "/blog/3"
}
}
},
"products": {
"title": "Product Center",
"list": {
"product1": {
"name": "Cold-Rolled Coil",
"image": "/images/product/20251021161717.jpg",
"alt": "Cold-Rolled Coil"
},
"product2": {
"name": "Cold-Hardened Coil",
"image": "/images/product/20251023102339.jpg",
"alt": "Cold-Hardened Coil"
},
"product3": {
"name": "Spangle-Free Galvanized Coil",
"image": "/images/product/20251102082125.jpg",
"alt": "Spangle-Free Galvanized Coil"
},
"product4": {
"name": "Cold-Rolled Hot-Dip Galvanized (Zn-Al-Mg) Steel Strip",
"image": "/images/product/20250318141215854.jpg",
"alt": "Cold-Rolled Hot-Dip Galvanized (Zn-Al-Mg) Steel Strip"
},
"product5": {
"name": "Continuous Hot-Dip Aluminized Zinc Steel Strip",
"image": "/images/product/20250318141215385.jpg",
"alt": "Continuous Hot-Dip Aluminized Zinc Steel Strip"
},
"product6": {
"name": "Zn-Al-Mg High-Speed Rail Noise Panel",
"image": "/images/product/20250318141214984.jpg",
"alt": "Zn-Al-Mg High-Speed Rail Noise Panel"
}
}
},
"applications": {
"title": "Application Fields",
"groups": {
"group1": {
"items": {
"app1": {
"name": "Agricultural Machinery Parts",
"image": "/images/application/20250318141728923.jpg",
"alt": "Agricultural Machinery Parts"
},
"app2": {
"name": "Car Door",
"image": "/images/application/20250318141728646.jpg",
"alt": "Car Door"
},
"app3": {
"name": "Alloy Structural Steel Household Appliances",
"image": "/images/application/20250318141603429.jpg",
"alt": "Alloy Structural Steel Household Appliances"
},
"app4": {
"name": "Alloy Structural Steel Automobiles",
"image": "/images/application/20250318141603160.jpg",
"alt": "Alloy Structural Steel Automobiles"
},
"app5": {
"name": "Electrical Appliance Shell",
"image": "/images/application/20250318141424880.jpg",
"alt": "Electrical Appliance Shell"
},
"app6": {
"name": "Aluminized Zinc Corrugated Board",
"image": "/images/application/20250318140406472.jpg",
"alt": "Aluminized Zinc Corrugated Board"
}
}
},
"group2": {
"items": {
"app7": {
"name": "Zn-Al-Mg Photovoltaic Bracket",
"image": "http://kelunpuzhonggong.com/upload/20250318141214591.jpg",
"alt": "Zn-Al-Mg Photovoltaic Bracket"
},
"app8": {
"name": "Chromium-Plated Tank",
"image": "http://kelunpuzhonggong.com/upload/20250318140617337.jpg",
"alt": "Chromium-Plated Tank"
},
"app9": {
"name": "Chromium-Plated Bottle Cap",
"image": "http://kelunpuzhonggong.com/upload/20250318140617054.jpg",
"alt": "Chromium-Plated Bottle Cap"
},
"app10": {
"name": "Chromium-Plated Paint Bucket Cover",
"image": "http://kelunpuzhonggong.com/upload/20250318140616639.jpg",
"alt": "Chromium-Plated Paint Bucket Cover"
},
"app11": {
"name": "Aluminized Zinc Paint Bucket",
"image": "http://kelunpuzhonggong.com/upload/20250318140406163.jpg",
"alt": "Aluminized Zinc Paint Bucket"
},
"app12": {
"name": "Hot-Dip Galvanized Highway Guardrail Plate",
"image": "http://kelunpuzhonggong.com/upload/20250318140144026.jpg",
"alt": "Hot-Dip Galvanized Highway Guardrail Plate"
}
}
}
}
}
},
"Blog": {
"title": "Blog Posts",
"description": "A list of blog posts"
"title": "News Center",
"description": "Latest updates, product upgrades, and industry news of Jufeng Steel"
},
"Product": {
"title": "Product Center",
"description": "Latest products, function introductions, and usage guides of Jufeng Steel",
"detailTitle": "Product Display",
"productModel": "Product Model",
"productPlace": "Product Origin",
"productPublishedTime": "Release Time",
"productDetail": "Detailed Information",
"productNoDetail": "No detailed information available",
"productSpec": "Specifications & Parameters",
"productNoSpec": "No specifications & parameters available",
"productPacking": "Packaging",
"productNoPacking": "No packaging information available",
"breadcrumb": {
"home": "Home",
"product": "Product Center"
},
"pagination": {
"previous": "Previous Page",
"next": "Next Page"
},
"learnMore": "Learn More"
},
"About": {
"title": "About",
"description": "About the site"
"title": "About Jufeng Steel",
"description": "About Jufeng Steel"
},
"TermsOfService": {
"title": "Terms of Service",

View File

@@ -1,107 +1,330 @@
{
"LanguageDetection": {
"title": "Gợi ý ngôn ngữ",
"description": "Phát hiện ngôn ngữ trình duyệt của bạn khác với ngôn ngữ hiện tại, bạn có thể chuyển đổi mọi lúc.",
"title": "Lời đề xuất ngôn ngữ",
"description": "Phát hiện ngôn ngữ trình duyệt của bạn khác với ngôn ngữ hiện tại. Bạn có thể đổi ngôn ngữ bất cứ lúc nào.",
"countdown": "Sẽ đóng sau {countdown} giây",
"switchTo": "Chuyển sang"
},
"Header": {
"links": [
{
"name": "Tin tức",
"href": "/blog"
"name": "Trang chủ",
"href": "/"
},
{
"name": "Về chúng tôi",
"href": "/about"
"name": "Giới thiệu Jufeng Steel",
"href": "/about",
"children": [
{
"name": "Tổng quan công ty",
"href": "/about/company"
},
{
"name": "Văn hóa doanh nghiệp",
"href": "/about/culture"
},
{
"name": "Cơ sở sản xuất",
"href": "/about/base"
},
{
"name": "Cơ cấu tổ chức",
"href": "/about/organization"
},
{
"name": "Danh hiệu và chứng chỉ",
"href": "/about/awards"
},
{
"name": "Lịch sử phát triển",
"href": "/about/history"
}
]
},
{
"name": "Trung tâm sản phẩm",
"href": "/product"
},
{
"name": "Trung tâm tin tức",
"href": "/blog",
"children": [
{
"name": "Thông báo",
"href": "/blog?category=announce"
},
{
"name": "Tin tức",
"href": "/blog?category=news"
},
{
"name": "Sự kiện",
"href": "/blog?category=event"
}
]
}
]
},
"Footer": {
"Copyright": "Bản quyền © {year} {name} mọi quyền được bảo lưu.",
"Copyright": "Bản quyền © {year} {name} Tất cả các quyền được bảo lưu.",
"PrivacyPolicy": "Chính sách bảo mật",
"TermsOfService": "Điều khoản dịch vụ",
"Links": {
"groups": [
{
"title": "Dự án mã nguồn mở",
"title": "Về chúng tôi",
"links": [
{
"href": "https://github.com/weijunext/nextjs-starter",
"name": "Next Forge",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/vi/about/company",
"name": "Tổng quan công ty",
"useA": true
},
{
"href": "https://github.com/weijunext/landing-page-boilerplate",
"name": "Landing Page Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/vi/about/culture",
"name": "Văn hóa doanh nghiệp",
"useA": true
},
{
"href": "https://github.com/weijunext/weekly-boilerplate",
"name": "Blog Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/vi/about/base",
"name": "Cơ sở sản xuất",
"useA": true
},
{
"href": "/vi/about/organization",
"name": "Cơ cấu tổ chức",
"useA": true
},
{
"href": "/vi/about/awards",
"name": "Danh hiệu và chứng chỉ",
"useA": true
},
{
"href": "/vi/about/history",
"name": "Lịch sử phát triển",
"useA": true
}
]
},
{
"title": "Sản phẩm khác",
"title": "Trung tâm tin tức",
"links": [
{
"href": "https://nexty.dev/",
"name": "Nexty - Mẫu SaaS",
"rel": "noopener noreferrer",
"target": "_blank"
"href": "/vi/blog?category=announce",
"name": "Thông báo",
"useA": true
},
{
"href": "https://ogimage.click/",
"name": "Trình tạo ảnh OG",
"rel": "noopener noreferrer",
"target": "_blank"
"href": "/vi/blog?category=news",
"name": "Tin tức",
"useA": true
},
{
"href": "https://dofollow.tools/",
"name": "Dofollow.Tools",
"rel": "noopener noreferrer",
"target": "_blank"
"href": "/vi/blog?category=event",
"name": "Sự kiện",
"useA": true
}
]
}
]
},
"Newsletter": {
"title": "Đăng ký nhận email của chúng tôi",
"description": "Nhận tin tức và hướng dẫn Next.js mới nhất",
"defaultErrorMessage": "Vui lòng nhập địa chỉ email hợp lệ",
"successMessage": "Đăng ký thành công",
"errorMessage": "Đăng ký thất bại",
"errorMessage2": "Đăng ký thất bại, vui lòng thử lại sau",
"subscribe": "Đăng ký",
"subscribing": "Đang đăng ký...",
"subscribed": "Đăng ký thành công! Cảm ơn bạn đã quan tâm."
}
},
"Home": {
"title": "Next Forge",
"tagLine": "Mẫu khởi động đa ngôn ngữ Next.js",
"description": "Mẫu khởi động Next.js 16 tích hợp sẵn hỗ trợ đa ngôn ngữ, giúp bạn nhanh chóng xây dựng trang web ra thị trường quốc tế. Rõ ràng, hiệu quả, sẵn sàng sử dụng với cơ sở kiến trúc SEO hoàn toàn tối ưu."
"title": "Jufeng Steel",
"tagLine": "Trang web chính thức của Jufeng Steel",
"description": "Trang web chính thức của Jufeng Steel",
"carousel": "Trình chiếu vòng",
"company_video": "Video doanh nghiệp",
"company": {
"title": "Công ty Cổ phần Thép Cự Phong",
"description": "Công ty Cổ phần Thép Cự Phong là dự án trọng điểm của Tỉnh Sơn Đông, một trong các dự án trọng điểm của Thành phố Cơ Ninh, đồng thời cũng là dự án quan trọng cho việc điều chỉnh cấu trúc sản phẩm của Kelunpu. Dự án đã áp dụng nhiều phương án xây dựng như trách nhiệm tổng thể về kỹ thuật của bên ngoài, nhập khẩu toàn bộ thiết bị chính, tích hợp tùy chọn, tổng thành kỹ thuật trong nước, đổi mới tự chủ, nhập khẩu thiết bị đơn lẻ, đảm bảo công nghệ tiên tiến và đào tạo nhân tài, đảm bảo dự án đạt năng suất và hiệu quả sau khi đưa vào sản xuất. Công ty TNHH Công nghiệp Trọng Cán Lạnh Kelunpu có năng suất thiết kế 1,5 triệu tấn/năm, có thể cung cấp cho khách hàng các loại sản phẩm như thép cán nóng ngâm axit, thép cán nóng mạ kẽm, thép cứng lạnh, ủ nhiệt theo lô, thép cán lạnh mạ kẽm, hợp kim nhôm-kẽm, hợp kim kẽm-nhôm, kẽm-nhôm-đông, mạ crom, v.v. Sản phẩm phủ các khu vực Đông Bắc, Bắc Trung Quốc, Đông Bắc, Nam Trung Quốc và các khu vực khác.",
"button": "Tìm hiểu thêm"
},
"stats": {
"card1": {
"number": "5",
"title": "Sản phẩm Xanh cấp Quốc gia"
},
"card2": {
"number": "3+",
"title": "Xưởng sản xuất Xanh cấp Quốc gia"
},
"card3": {
"number": "7",
"title": "Phòng thí nghiệm CNAS (Chấp nhận Quốc gia)"
},
"card4": {
"number": "10",
"title": "Cơ sở sản xuất"
}
},
"news": {
"title": "Tin tức mới nhất",
"button": "Tìm hiểu thêm >",
"items": {
"news1": {
"date": "2025/11/17",
"title": "Xu hướng phát triển mới của ngành thép",
"link": "/blog/1"
},
"news2": {
"date": "2025/11/17",
"title": "Ý nghĩa quan trọng của Dự án Yajiang đối với ngành thép",
"link": "/blog/2"
},
"news3": {
"date": "2025/09/20",
"title": "Phát triển ngành thép Trung Quốc đòi hỏi sự cao cấp hóa",
"link": "/blog/3"
}
}
},
"products": {
"title": "Trung tâm sản phẩm",
"list": {
"product1": {
"name": "Cuộn thép cán lạnh",
"image": "/images/product/20251021161717.jpg",
"alt": "Cuộn thép cán lạnh"
},
"product2": {
"name": "Cuộn thép cứng lạnh",
"image": "/images/product/20251023102339.jpg",
"alt": "Cuộn thép cứng lạnh"
},
"product3": {
"name": "Cuộn thép mạ kẽm không hoa",
"image": "/images/product/20251102082125.jpg",
"alt": "Cuộn thép mạ kẽm không hoa"
},
"product4": {
"name": "Dải thép cán lạnh mạ kẽm nóng (Zn-Al-Mg)",
"image": "/images/product/20250318141215854.jpg",
"alt": "Dải thép cán lạnh mạ kẽm nóng (Zn-Al-Mg)"
},
"product5": {
"name": "Dải thép mạ nhôm kẽm liên tục",
"image": "/images/product/20250318141215385.jpg",
"alt": "Dải thép mạ nhôm kẽm liên tục"
},
"product6": {
"name": "Tấm chống ồn đường cao tốc bằng thép Zn-Al-Mg",
"image": "/images/product/20250318141214984.jpg",
"alt": "Tấm chống ồn đường cao tốc bằng thép Zn-Al-Mg"
}
}
},
"applications": {
"title": "Lĩnh vực ứng dụng",
"groups": {
"group1": {
"items": {
"app1": {
"name": "Phụ tùng máy móc nông nghiệp",
"image": "/images/application/20250318141728923.jpg",
"alt": "Phụ tùng máy móc nông nghiệp"
},
"app2": {
"name": "Cửa ô tô",
"image": "/images/application/20250318141728646.jpg",
"alt": "Cửa ô tô"
},
"app3": {
"name": "Thiết bị gia dụng bằng thép cấu trúc hợp kim",
"image": "/images/application/20250318141603429.jpg",
"alt": "Thiết bị gia dụng bằng thép cấu trúc hợp kim"
},
"app4": {
"name": "Xe ô tô bằng thép cấu trúc hợp kim",
"image": "/images/application/20250318141603160.jpg",
"alt": "Xe ô tô bằng thép cấu trúc hợp kim"
},
"app5": {
"name": "Vỏ thiết bị điện",
"image": "/images/application/20250318141424880.jpg",
"alt": "Vỏ thiết bị điện"
},
"app6": {
"name": "Tấm sóng mạ nhôm kẽm",
"image": "/images/application/20250318140406472.jpg",
"alt": "Tấm sóng mạ nhôm kẽm"
}
}
},
"group2": {
"items": {
"app7": {
"name": "Khung đỡ năng lượng mặt trời Zn-Al-Mg",
"image": "http://kelunpuzhonggong.com/upload/20250318141214591.jpg",
"alt": "Khung đỡ năng lượng mặt trời Zn-Al-Mg"
},
"app8": {
"name": "Bình mạ crom",
"image": "http://kelunpuzhonggong.com/upload/20250318140617337.jpg",
"alt": "Bình mạ crom"
},
"app9": {
"name": "Nắp chai mạ crom",
"image": "http://kelunpuzhonggong.com/upload/20250318140617054.jpg",
"alt": "Nắp chai mạ crom"
},
"app10": {
"name": "Nắp thùng sơn mạ crom",
"image": "http://kelunpuzhonggong.com/upload/20250318140616639.jpg",
"alt": "Nắp thùng sơn mạ crom"
},
"app11": {
"name": "Thùng sơn mạ nhôm kẽm",
"image": "http://kelunpuzhonggong.com/upload/20250318140406163.jpg",
"alt": "Thùng sơn mạ nhôm kẽm"
},
"app12": {
"name": "Tấm lan can đường cao tốc mạ kẽm nóng",
"image": "http://kelunpuzhonggong.com/upload/20250318140144026.jpg",
"alt": "Tấm lan can đường cao tốc mạ kẽm nóng"
}
}
}
}
}
},
"Blog": {
"title": "Danh sách blog",
"description": "Danh sách các bài viết blog"
"title": "Trung tâm tin tức",
"description": "Cập nhật mới nhất, nâng cấp sản phẩm, tin tức ngành của Jufeng Steel"
},
"Product": {
"title": "Trung tâm sản phẩm",
"description": "Sản phẩm mới nhất, giới thiệu chức năng, hướng dẫn sử dụng của Jufeng Steel",
"detailTitle": "Hiển thị sản phẩm",
"productModel": "Mã sản phẩm",
"productPlace": "Nguồn gốc sản phẩm",
"productPublishedTime": "Thời gian phát hành",
"productDetail": "Thông tin chi tiết",
"productNoDetail": "Không có thông tin chi tiết",
"productSpec": "Thông số kỹ thuật",
"productNoSpec": "Không có thông số kỹ thuật",
"productPacking": "Bao bì",
"productNoPacking": "Không có thông tin bao bì",
"breadcrumb": {
"home": "Trang chủ",
"product": "Trung tâm sản phẩm"
},
"pagination": {
"previous": "Trang trước",
"next": "Trang sau"
},
"learnMore": "Tìm hiểu thêm"
},
"About": {
"title": "Về chúng tôi",
"description": "Thông tin về trang web"
"title": "Giới thiệu Jufeng Steel",
"description": "Về Jufeng Steel"
},
"TermsOfService": {
"title": "Điều khoản dịch vụ",
"description": "Điều khoản sử dụng dịch vụ"
"description": "Điều khoản dịch vụ"
},
"PrivacyPolicy": {
"title": "Chính sách bảo mật",
"description": "Chính sách bảo mật thông tin cá nhân"
"description": "Chính sách bảo mật"
}
}

View File

@@ -12,8 +12,34 @@
"href": "/"
},
{
"name": "走进福安德",
"href": "/about"
"name": "关于我们",
"href": "/about",
"children": [
{
"name": "公司简介",
"href": "/about/company"
},
{
"name": "企业文化",
"href": "/about/culture"
},
{
"name": "生产基地",
"href": "/about/base"
},
{
"name": "组织架构",
"href": "/about/organization"
},
{
"name": "荣誉资质",
"href": "/about/awards"
},
{
"name": "发展历程",
"href": "/about/history"
}
]
},
{
"name": "产品中心",
@@ -21,7 +47,21 @@
},
{
"name": "新闻中心",
"href": "/blog"
"href": "/blog",
"children": [
{
"name": "公告",
"href": "/blog?category=announce"
},
{
"name": "新闻",
"href": "/blog?category=news"
},
{
"name": "活动",
"href": "/blog?category=event"
}
]
}
]
},
@@ -35,115 +75,249 @@
"title": "关于我们",
"links": [
{
"href": "/about?section=company",
"href": "/zh/about/company",
"name": "公司简介",
"useA": true
},
{
"href": "/about?section=culture",
"href": "/zh/about/culture",
"name": "企业文化",
"useA": true
},
{
"href": "/about?section=base",
"href": "/zh/about/base",
"name": "生产基地",
"useA": true
},
{
"href": "/about?section=organization",
"href": "/zh/about/organization",
"name": "组织架构",
"useA": true
},
{
"href": "/about?section=awards",
"href": "/zh/about/awards",
"name": "荣誉资质",
"useA": true
},
{
"href": "/about?section=history",
"href": "/zh/about/history",
"name": "发展历程",
"useA": true
}
]
},
{
"title": "开源项目",
"title": "新闻中心",
"links": [
{
"href": "https://github.com/weijunext/nextjs-starter",
"name": "Next Forge",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/zh/blog?category=announce",
"name": "公告",
"useA": true
},
{
"href": "https://github.com/weijunext/landing-page-boilerplate",
"name": "Landing Page Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
"href": "/zh/blog?category=news",
"name": "新闻",
"useA": true
},
{
"href": "https://github.com/weijunext/weekly-boilerplate",
"name": "Blog Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
}
]
},
{
"title": "其他产品",
"links": [
{
"href": "https://nexty.dev/",
"name": "Nexty - SaaS Template",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "https://ogimage.click/",
"name": "OG Image Generator",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "https://dofollow.tools/",
"name": "Dofollow.Tools",
"rel": "noopener noreferrer",
"target": "_blank"
"href": "/zh/blog?category=event",
"name": "活动",
"useA": true
}
]
}
]
},
"Newsletter": {
"title": "订阅我们的邮件",
"description": "获取最新的 Next.js 资讯和教程",
"defaultErrorMessage": "请输入有效的邮箱地址",
"successMessage": "订阅成功",
"errorMessage": "订阅失败",
"errorMessage2": "订阅失败,请稍后再试",
"subscribe": "订阅",
"subscribing": "订阅中",
"subscribed": "订阅成功!感谢您的关注。"
}
},
"Home": {
"title": "Next Forge",
"tagLine": "Next.js 多语言启动模板",
"description": "内置多语言支持的 Next.js 16 启动模板助您快速构建面向全球的出海网站。简洁高效开箱即用完全优化的SEO基础架构。",
"title": "巨丰钢铁",
"tagLine": "巨丰钢铁官网",
"description": "巨丰钢铁官网",
"carousel": "轮播图",
"company_video": "企业视频"
"company_video": "企业视频",
"company": {
"title": "巨丰钢铁股份有限公司",
"description": "巨丰钢铁山东有限公司Giant Peak Steel (Shandong) Co., Ltd.是山东省重点工程项目是济宁市工程之一也是科伦普产品结构调整最为重要的工程项目。设计年产量150万吨能向广大用户提供热轧酸洗板、冷硬钢板、罩式退火钢板、热浸镀锌钢板、锌铝合金钢板、锌铝镁钢板、镀铬钢板、镀锡板等各大类产品。产品覆盖东北、华北、华 东、华南等地区。产品覆盖东北、华北、华 东、华南等地区,并出口到如泰国、韩国、巴西、菲律宾、阿联酋、沙特、埃塞俄比亚、南非等国家。",
"button": "了解更多"
},
"stats": {
"card1": {
"number": "5",
"title": "国家级绿色产品"
},
"card2": {
"number": "3+",
"title": "国家级绿色工厂"
},
"card3": {
"number": "7",
"title": "CNAS国家认可实验室"
},
"card4": {
"number": "10",
"title": "生产基地"
}
},
"news": {
"title": "最新资讯",
"button": "了解更多 >",
"items": {
"news1": {
"date": "2025/11/17",
"title": "钢铁行业发展新趋势",
"link": "/blog/1"
},
"news2": {
"date": "2025/11/17",
"title": "雅江工程就钢铁行业的重大意义",
"link": "/blog/2"
},
"news3": {
"date": "2025/09/20",
"title": "中国钢铁行业发展亟需高端化",
"link": "/blog/3"
}
}
},
"products": {
"title": "产品中心",
"list": {
"product1": {
"name": "锌铝镁钢板",
"image": "/images/product/20251021161717.jpg",
"alt": "锌铝镁钢板"
},
"product2": {
"name": "连续热镀铝锌钢板",
"image": "/images/product/20251023102339.jpg",
"alt": "连续热镀铝锌钢板"
},
"product3": {
"name": "镀铬钢板",
"image": "/images/product/20251102082125.jpg",
"alt": "镀铬钢板"
},
"product4": {
"name": "热轧热镀锌钢带",
"image": "/images/product/20250318141215854.jpg",
"alt": "热轧热镀锌钢带"
},
"product5": {
"name": "冷轧低碳钢板",
"image": "/images/product/20250318141215385.jpg",
"alt": "冷轧低碳钢板"
},
"product6": {
"name": "冲压用冷轧低碳钢板",
"image": "/images/product/20250318141214984.jpg",
"alt": "冲压用冷轧低碳钢板"
}
}
},
"applications": {
"title": "应用领域",
"groups": {
"group1": {
"items": {
"app1": {
"name": "农机配件",
"image": "/images/application/20250318141728923.jpg",
"alt": "农机配件"
},
"app2": {
"name": "汽车门",
"image": "/images/application/20250318141728646.jpg",
"alt": "汽车门"
},
"app3": {
"name": "合金结构钢家电",
"image": "/images/application/20250318141603429.jpg",
"alt": "合金结构钢家电"
},
"app4": {
"name": "合金结构钢汽车",
"image": "/images/application/20250318141603160.jpg",
"alt": "合金结构钢汽车"
},
"app5": {
"name": "电器外壳",
"image": "/images/application/20250318141424880.jpg",
"alt": "电器外壳"
},
"app6": {
"name": "镀铝锌瓦楞板",
"image": "/images/application/20250318140406472.jpg",
"alt": "镀铝锌瓦楞板"
}
}
},
"group2": {
"items": {
"app7": {
"name": "锌铝镁光伏支架",
"image": "http://kelunpuzhonggong.com/upload/20250318141214591.jpg",
"alt": "锌铝镁光伏支架"
},
"app8": {
"name": "镀铬罐",
"image": "http://kelunpuzhonggong.com/upload/20250318140617337.jpg",
"alt": "镀铬罐"
},
"app9": {
"name": "镀铬瓶盖",
"image": "http://kelunpuzhonggong.com/upload/20250318140617054.jpg",
"alt": "镀铬瓶盖"
},
"app10": {
"name": "镀铬油漆桶盖",
"image": "http://kelunpuzhonggong.com/upload/20250318140616639.jpg",
"alt": "镀铬油漆桶盖"
},
"app11": {
"name": "镀铝锌油漆桶",
"image": "http://kelunpuzhonggong.com/upload/20250318140406163.jpg",
"alt": "镀铝锌油漆桶"
},
"app12": {
"name": "热镀锌高速护栏板",
"image": "http://kelunpuzhonggong.com/upload/20250318140144026.jpg",
"alt": "热镀锌高速护栏板"
}
}
}
}
}
},
"Blog": {
"title": "新闻中心",
"description": "福安德最新动态,产品更新,行业资讯"
"description": "最新动态,产品更新,行业资讯"
},
"Product": {
"title": "产品中心",
"description": "福安德最新产品,功能介绍,使用指南"
"description": "最新产品,功能介绍,使用指南",
"detailTitle": "产品展示",
"productModel": "产品型号",
"productPlace": "产品产地",
"productPublishedTime": "发布时间",
"productDetail": "详细资料",
"productNoDetail": "暂无详细资料",
"productSpec": "规格参数",
"productNoSpec": "暂无规格参数",
"productPacking": "包装",
"productNoPacking": "暂无包装",
"breadcrumb": {
"home": "首页",
"product": "产品中心"
},
"pagination": {
"previous": "上一页",
"next": "下一页"
},
"learnMore": "了解更多"
},
"About": {
"title": "走进福安德",
"description": "关于福安德"
"title": "关于我们",
"description": "走进巨丰钢铁"
},
"TermsOfService": {
"title": "服务条款",

23
lib/getBlogDetail.ts Normal file
View File

@@ -0,0 +1,23 @@
import { BlogPost } from '@/types/blog';
export async function getPostDetail(articleId: string): Promise<BlogPost> {
let url = 'http://49.232.154.205:18081/export/article/' + articleId
const response = await fetch(url);
const json = await response.json();
const data = json.data;
const post = {
locale: data.langCode,
title: data.title,
description: data.summary,
image: data.cover || '',
slug: data.articleId,
tags: '',
date: data.publishedTime,
// visible: data.visible || 'published',
pin: false,
content: data.content,
metadata: data,
}
return post;
}

58
lib/getProducts.ts Normal file
View File

@@ -0,0 +1,58 @@
import { DEFAULT_LOCALE } from '@/i18n/routing';
import { Product } from '@/types/product';
import fs from 'fs';
import matter from 'gray-matter';
import path from 'path';
const POSTS_BATCH_SIZE = 10;
export async function getProducts(locale: string = DEFAULT_LOCALE): Promise<{ products: Product[] }> {
const postsDirectory = path.join(process.cwd(), 'content', 'product', locale);
// is directory exist
if (!fs.existsSync(postsDirectory)) {
return { products: [] };
}
let filenames = await fs.promises.readdir(postsDirectory);
filenames = filenames.reverse();
let allPosts: Product[] = [];
// read file by batch
for (let i = 0; i < filenames.length; i += POSTS_BATCH_SIZE) {
const batchFilenames = filenames.slice(i, i + POSTS_BATCH_SIZE);
const batchPosts: Product[] = await Promise.all(
batchFilenames.map(async (filename) => {
const fullPath = path.join(postsDirectory, filename);
const fileContents = await fs.promises.readFile(fullPath, 'utf8');
const { data, content } = matter(fileContents);
// console.log(data);
return {
locale, // use locale parameter
title: data.title,
model: data.model,
place: data.place,
publishedTime: data.publishedTime,
images: data.images || [],
models: data.models || [],
desc: data.desc || '',
spec: data.spec || [],
packaging: data.packaging || '',
slug: data.slug || '',
content,
metadata: data,
};
})
);
allPosts.push(...batchPosts);
}
return {
products: allPosts,
};
}

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View File

@@ -4,7 +4,8 @@ const withNextIntl = createNextIntlPlugin();
/** @type {import('next').NextConfig} */
const nextConfig = {
// output: "export",
output: "export",
// output: "standalone",
images: {
remotePatterns: [
...(process.env.R2_PUBLIC_URL

921
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,6 +49,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.19",
"baseline-browser-mapping": "^2.9.5",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"postcss": "^8.4.38",
@@ -58,4 +59,4 @@
"volta": {
"node": "20.19.5"
}
}
}

7152
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@ export const config = {
// Enable redirects that add missing locales
// (e.g. `/pathnames` -> `/en/pathnames`)
'/((?!api|_next|_vercel|.*\\.|favicon.ico).*)'
'/((?!api|_next|_vercel|.*\\.|favicon.png).*)'
]
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Some files were not shown because too many files have changed in this diff Show More