@@ -121,6 +121,66 @@ $$\text{SBR成本} = 0.72 \times P\_{\text{丁二烯}} + 0.28 \times P\_{\text{
121121* ** 东北地区** :吉林石化、抚顺石化等老牌基地,是传统的合成橡胶供应源,产品常年“北材南下”流向华东与华南市场。
122122* ** 西北地区** :以** 独山子石化** 为核心。独山子石化不仅规模巨大,更在技术上处于领先地位,其自主研发的官能化SSBR填补了国内空白,成为环保轮胎原料的标杆企业。其地理位置虽偏,但通过铁路运输辐射全国 18。
123123
124+ ``` mermaid
125+ graph TB
126+ %% 定义样式
127+ classDef regionNW fill:#e3f2fd,stroke:#1565c0,stroke-width:2px,color:#0d47a1;
128+ classDef regionNE fill:#fbe9e7,stroke:#d84315,stroke-width:2px,color:#bf360c;
129+ classDef regionEC fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px,color:#1b5e20;
130+ classDef techNode fill:#fff9c4,stroke:#fbc02d,stroke-width:3px,stroke-dasharray: 5 5;
131+ classDef tireNode fill:#e0e0e0,stroke:#616161,stroke-width:2px;
132+ classDef flowEdge stroke-width:3px,stroke:#546e7a,fill:none;
133+
134+ %% 主标题
135+ subgraph 中国合成橡胶三大产能板块
136+ direction TB
137+
138+ %% 西北板块
139+ subgraph NW [西北板块 Xinjiang]
140+ direction TB
141+ N1(核心: 独山子石化)
142+ N2[规模巨大]
143+ N3(技术领先: 自主研发官能化SSBR):::techNode
144+ N4[环保轮胎原料标杆]
145+ N_Rail((铁路运输))
146+ N1 --> N2 & N3 & N4
147+ N1 --- N_Rail
148+ end
149+ class NW regionNW
150+
151+ %% 东北板块
152+ subgraph NE [东北板块 Heilongjiang/Jilin/Liaoning]
153+ direction TB
154+ E1[传统老牌基地]
155+ E2(吉林石化 / 抚顺石化)
156+ E1 --- E2
157+ end
158+ class NE regionNE
159+
160+ %% 华东板块
161+ subgraph EC [华东板块 Shandong/Jiangsu/Zhejiang]
162+ direction TB
163+ C1[最大的生产与消费基地]
164+ subgraph Producers [主要炼化企业]
165+ C2(扬子石化 / 齐鲁石化 / 镇海炼化)
166+ C3(民营大炼化: 浙江石化)
167+ end
168+ subgraph Consumer [核心消费端]
169+ C4{{山东省: 轮胎制造大省}}:::tireNode
170+ end
171+ C1 --- Producers
172+ Producers ==>|极强就地消化能力| C4
173+ end
174+ class EC regionEC
175+
176+ %% 定义流向关系
177+ NE =================>|北材南下流向华东/华南| EC:::flowEdge
178+ N_Rail =================>|地理位置偏但辐射全国| EC:::flowEdge
179+ N_Rail =================>|辐射全国| OtherMarkets((全国其他市场))
180+
181+ end
182+ ```
183+
124184#### ** 3.2.3 技术结构升级**
125185
126186虽然总量过剩,但结构性短缺依然存在。2025年,中国稀土顺丁橡胶(Nd-BR)产能占比约为28%,预计2026年将提升至35%以上。稀土BR因其分子链规整度高、催化剂活性好,在高性能轮胎中的应用无可替代,是产业升级的主要方向。相比之下,传统的镍系BR产能严重过剩,面临淘汰或技术改造的压力 8。
0 commit comments