7820380e
“wangming”
1
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CCDC</title>
<!-- 引入jQuery -->
<script src="../../../node_modules/jquery/dist/jquery.js"></script>
<link rel="stylesheet" href="../../static/common/index.css">
<!--引入 element-ui 的样式,-->
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
<!-- 必须先引入vue,后使用element-ui -->
<!-- <script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.js"></script> -->
<!-- 引入element 的组件库-->
<!-- <scrip src="https://unpkg.com/element-ui/lib/index.js"> -->
<script src="../../static/js/include.js"></script>
<script src="../../static/js/public.js"></script>
<link rel="stylesheet" href="../../static/css/public/footer.css">
<link rel="stylesheet" href="../../static/css/index.css">
</head>
<body>
<div id="app">
<!-- 头部导航栏和标题 -->
<div class="head">
<!-- logo -->
<h1><img src="../../static/imgs/home/logo.png" alt=""></h1>
<!-- 导航栏 -->
<ul>
<span style="left: -5px;"></span>
<li class="span_to"><a href="./index.html" class="red_bold">首页</a></li>
<li class="span_to"><a href="./about/about.html" target="_self">关于我们</a></li>
<li class="span_to"><a href="./product/product.html" target="_self">钻井液产品</a></li>
<li class="span_to"><a href="./system/system.html" target="_self">钻井液体系</a></li>
<li class="span_to"><a href="./technology/technology.html" target="_self">钻井液技术</a></li>
<li class="span_to"><a href="./team_lab/t_l_centers.html" target="_self">实验室/团队</a></li>
<li class="span_to"><a href="./manu/manu.html" target="_self">生产制造</a></li>
<li class="span_to"><a href="./contact/contact.html" target="_self">联系我们</a></li>
</ul>
<!-- 后方标志 -->
<ol>
<li><img src="../../static/imgs/home/search.png" alt=""></li>
<li><img src="../../static/imgs/home/translate.png" alt=""></li>
<li>
<span class="lan_change" data-title="English">EN</span>
<span class="lan_change" data-title="Russian">RU</span>
<span class="lan_change" data-title="Spain">ES</span>
<span class="lan_change" data-title="Chinese">CN</span>
</li>
</ol>
</div>
</div>
<!-- 轮播图 -->
<div class="swiper mySwiper">
<p class="detail">复杂油气攻坚者</p>
<div class="more">更多</div>
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="../../static/imgs/home/swiper1.jpg" alt=""></div>
<div class="swiper-slide"><img src="../../static/imgs/home/banner3c.jpg" alt=""></div>
<div class="swiper-slide"><img src="../../static/imgs/home/banner2.jpg" alt=""></div>
<div class="swiper-slide"><img src="../../static/imgs/home/banner4.jpg" alt=""></div>
<!-- <div class="swiper-slide"><img src="../static/imgs/home/591d6cf05160a.jpg" alt=""></div> -->
<div class="swiper-slide"><img src="../../static/imgs/home/banner6.jpg" alt=""></div>
<div class="swiper-slide"><img src="../../static/imgs/home/591d6cf0516b5.jpg" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
<!-- about us -->
<div class="us">
<div class="content">
<!-- 轮播图区域 -->
<div class="show_swiper">
<div class="swiper1">
<div class="swiper Swiper1">
<div class="swiper-wrapper">
<div class="swiper-slide">
<p class="swiper1_detail">巴基斯坦PPL钻井液项目首口服务井成功开钻</p>
<!-- <div class="swiper1_more">On March 22nd, Luo Qiang, Deputy Director of the
Standing Committee of the Sichuan Provincial People's Congress,
and his delegation conducted law ...</div> -->
<img src="../../static/imgs/home/1.jpg" alt=""></div>
<div class="swiper-slide">
<p class="swiper1_detail">以好消息开始新的一年!高质量钻井液有助于提高大安区块钻井质量</p>
<!-- <div class="swiper1_more">At present, there are not enough manpower, and there are still
people ...</div> -->
<img src="../../static/imgs/home/2.jpg" alt=""></div>
<div class="swiper-slide">
<p class="swiper1_detail">CCDC土库曼斯坦分公司收到来自Gas Konzern的感谢信</p>
<!-- <div class="swiper1_more">At present, there are not enough manpower, and there are still
people ...</div> -->
<img src="../../static/imgs/home/3.jpg" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<div class="foot">
<!-- <video src="../static/video/20231027吉永忠工作室英文版.mp4" class="video" controls muted autoplay loop></video> -->
</div>
</div>
<!-- 文字内容区域 -->
<div class="text" style="justify-content: flex-start;">
<p class="title1">关于我们</p>
<div style="height: 230px;margin-top: 40px;margin-bottom: 40px;">
中国石油川庆钻探工程有限公司,
前身为四川石油管理局,
成立于1958年6月,与前者合并
2007年,长庆石油勘探局组建中国石油天然气集团公司CCDC。
公司一贯坚持发展战略,积极应对挑战
全球油价的波动,政治和经济
项目国家内部的不稳定,
以及钻井过程中遇到的复杂地质问题...
</div>
<a href="./about/about.html" target="_self">
<p class="more">MORE</p>
</a>
</div>
</div>
</div>
<!-- 产品区域 -->
<div class="product">
<div class="content">
<p class="title">钻井液产品</p>
<!-- 轮播切换 -->
<div class="swiper proSwiper">
<div class="swiper-wrapper products">
<!-- <div class="swiper-slide pro">
<img src="../static/imgs/home/pro1.jpg" />
<div class="bg_p">
<p class="p_one">CCDC PAC-LV<sup style="font-size: 10px;">TM</sup></p>
<p class="p_two">Polyanionic Cellulose, Low Vis, API Grade</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div>
<div class="swiper-slide pro">
<img src="../static/imgs/home/pro2.jpg" />
<div class="bg_p">
<p class="p_one">DRILDETER<sup>® </sup> ABB PLUS</p>
<p class="p_two">Clay accretion inhibitor & rop enhancer for HPWBM(highly)</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div>
<div class="swiper-slide pro">
<img src="../static/imgs/home/pro3.jpg" />
<div class="bg_p">
<p class="p_one">CCDC&OMUL<sup>® </sup> ONE</p>
<p class="p_two">Single Drum Multipurpose Emulsifier & Wetting Agent for OBM</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div>
<div class="swiper-slide pro">
<img src="../static/imgs/home/pro4.jpg" />
<div class="bg_p">
<p class="p_one">ENCAPIN<sup>® </sup></p>
<p class="p_two">Dry Powder Low Molecular Weight PHPA</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div>
<div class="swiper-slide pro">
<img src="../static/imgs/home/pro1.jpg" />
<div class="bg_p">
<p class="p_one">DRILDETER<sup>® </sup> ABB PLUS</p>
<p class="p_two">Clay accretion inhibitor & rop enhancer for HPWBM(highly)</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div>
<div class="swiper-slide pro">
<img src="../static/imgs/home/pro2.jpg" />
<div class="bg_p">
<p class="p_one">DRILDETER<sup>® </sup> ABB PLUS</p>
<p class="p_two">Clay accretion inhibitor & rop enhancer for HPWBM(highly)</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div>
<div class="swiper-slide pro">
<img src="../static/imgs/home/pro3.jpg" />
<div class="bg_p">
<p class="p_one">DRILDETER<sup>® </sup> ABB PLUS</p>
<p class="p_two">Clay accretion inhibitor & rop enhancer for HPWBM(highly)</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div>
<div class="swiper-slide pro">
<img src="../static/imgs/home/pro4.jpg" />
<div class="bg_p">
<p class="p_one">DRILDETER<sup>® </sup> ABB PLUS</p>
<p class="p_two">Clay accretion inhibitor & rop enhancer for HPWBM(highly)</p>
<a href="./product/product_type.html">
<p class="p_more">MORE</p>
</a>
</div>
</div> -->
</div>
<div class="swiper-button-next">
<img src="../../static/imgs/home/right.png" alt="" class="icon next" style="margin-right: 33px;">
</div>
<div class="swiper-button-prev">
<img src="../../static/imgs/home/left.png" alt="" class="icon prev" style="margin-left: 33px;">
</div>
<!-- <div class="swiper-scrollbar"></div> -->
<div class="swiper-pagination"></div>
<a href="./product/product.html" target="_self">
<p class="more">MORE</p>
</a>
</div>
</div>
</div>
<!-- 完井液系统区域 -->
<div class="system">
<div class="content">
<div class="fir">
<p class="title">钻井液体系</p>
<div class="detail">
<p>川庆钻探目前已开发出15套具有自主知识产权的钻井液体系。
</p>
</div>
<img src="../../static/imgs/home/system.jpg" alt="" class="sys_pic">
</div>
<!-- 下方六个框 -->
<!-- 系统区域 -->
<div class="info">
<!-- <a href="./system/system_detail.html">
<div>
<span>AMPOLDRIL<sup>® </sup></span>
<p>Amphoteric Polymer Drilling Fluid System</p>
<div></div>
</div>
</a>
<a href="./system/system_detail.html">
<div>
<span>SOLITOLERDRIL<sup>® </sup></span>
<p>High Solid-Tolerated Water-Based Drilling Fluid System</p>
<div></div>
</div>
</a>
<a href="./system/system_detail.html">
<div>
<span>INHIBDRIL<sup>® </sup></span>
<p>High-Performance Water-Based Drilling Fluid System</p>
<div></div>
</div>
</a>
<a href="./system/system_detail.html">
<div>
<span>AKUAFAST<sup>® </sup></span>
<p>Fast Drilling Environmental Protection Drilling Fluid System</p>
<div></div>
</div>
</a>
<a href="./system/system_detail.html">
<div>
<span>AKUADRIL<sup>® </sup></span>
<p>Anti-Collapse and Environmental Protection Drilling Fluid System</p>
<div></div>
</div>
</a>
<a href="./system/system_detail.html">
<div>
<span>AKUASEAL<sup>® </sup></span>
<p>Low Harm Environmental Protection Drilling Fluid System</p>
<div></div>
</div>
</a> -->
</div>
<div class="fenge">
<div class="lef"></div>
<a href="./system/system.html" target="_self">
<p class="more">MORE</p>
</a>
<div class="rig"></div>
</div>
<div class="sec">
<p class="title">钻井液技术</p>
<div class="detail">
<p>川庆钻探目前已开发出20套具有自主知识产权的钻井液技术。
</p>
</div>
<img src="../../static/imgs/home/swiper2.jpg" alt="" class="sys_pic">
</div>
<!-- 技术框 -->
<!-- 技术区域 -->
<div class="technology tech">
<!-- <a href="./technology/technology_detail.html">
<div class="child">
<div class="tec_sp">
<span>LONGLARTEC<sup>® </sup></span>
<p>Drilling Fluid Technology for Long Section with Large Size</p>
</div>
<div class="tec_more">MORE</div>
</div>
</a>
<a href="./technology/technology_detail.html">
<div class="child children2">
<div class="tec_sp">
<span>MASATEC<sup>® </sup></span>
<p>Specialized Water Base Mud for Massive Salt Gypsum Formation</p>
</div>
<div class="tec_more">MORE</div>
</div>
</a>
<a href="./technology/technology_detail.html">
<div class="child children3">
<div class="tec_sp">
<span>HIPRESATEC<sup>® </sup></span>
<p>A Special Controling Technology for Salt Water with High Pressure</p>
</div>
<div class="tec_more">MORE</div>
</div>
</a>
<a href="./technology/technology_detail.html">
<div class="child children4">
<div class="tec_sp">
<span>BORENHANTEC<sup>® </sup></span>
<p>Wellbore Strengthening Technology</p>
</div>
<div class="tec_more">MORE</div>
</div>
</a> -->
</div>
<div class="fenge">
<div class="lef"></div>
<a href="./technology/technology.html">
<p class="more">MORE</p>
</a>
<div class="rig"></div>
</div>
</div>
</div>
<!-- 团队和实验室区域 -->
<div class="lab">
<div class="content">
<!-- team -->
<div class="team">
<div class="lef">
<p>实验室/团队</p>
<div class="swiper3 lab3">
<div class="swiper Swiper_tl">
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="../../static/imgs/home/team_lab/10.jpg"></div>
<div class="swiper-slide"><img src="../../static/imgs/home/team_lab/14.jpg"></div>
<div class="swiper-slide"><img src="../../static/imgs/home/team_lab/15.jpg"></div>
<div class="swiper-slide"><img src="../../static/imgs/home/team_lab/17.jpg"></div>
<div class="swiper-slide"><img src="../../static/imgs/home/team_lab/7.jpg"></div>
<div class="swiper-slide"><img src="../../static/imgs/home/team_lab/16.jpg"></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
<div class="rig">
<p>团队/<br>实验室</p>
<img src="../../static/imgs/home/lab2.jpg" alt="">
</div>
</div>
<!-- 团队和实验室标签 -->
<div class="t_l" style="height: 360px;">
<div class="tag">
<div class="right_two">
<div class="two_new clearfix">
<ul class="clearfix lf rz_query_right_header">
<span class="change_li"></span>
<li class="two_active lf li_if " data-value="1">团队</li>
<li class="lf li_if" data-value="2">实验室</li>
</ul>
<h1><img src="../../static/imgs/home/logo.png" alt=""></h1>
</div>
<div class="article_content first_lc">
川庆钻探拥有钻井液完井液服务队伍300余支,可同时为280口井或280台钻机提供服务,从业人员1383人,教授级高工5人,博士12人。CCDCDF®在海外钻井液从业人员235人,其中海外中方泥浆专家25人,外籍钻井液工程师210人。
<a href="./team_lab/t_l_team.html">
<div>MORE</div>
</a>
</div>
<div class="article_content two_lc" style="display: none;">
在国内总部,建设有低渗透油气田勘探开发国家工程实验室、油气田应用化学四川省重点实验室和石油工程防漏堵漏实验室,分别在巴基斯坦、土库曼斯坦和厄瓜多尔建设了3个区域实验室,构筑了多个攻坚克难,勇于创新的支撑基地,培育了坚强有力的钻井液服务保障能力,为8000m以上的超深井勘探开发提供了有力支撑。
<a href="./team_lab/t_l_lab.html">
<div>MORE</div>
</a>
</div>
</div>
</div>
<!-- <img src="../static/imgs/home/lab3.jpg" class="lab3"> -->
<div class="swiper3 lab3">
<div class="swiper Swiper_tl">
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="../../static/imgs/home/team1.jpg" alt=""></div>
<div class="swiper-slide"><img src="../../static/imgs/home/team2.jpg" alt=""></div>
<div class="swiper-slide"><img src="../../static/imgs/home/team3.jpg" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
<div class="technology team_Four">
<!-- <a href="./team_lab/t_l_lab_detail.html">
<div class="child " style=" background: linear-gradient(180deg, rgba(30, 43, 95, 0) 0%, rgba(30, 43, 95, 0.8) 100%), url(../static/imgs/home/lab4.jpg) center center no-repeat;
background-size: 100% 100%;">
<span>Sichuan Provincial Key Laboratory of Applied Chemistry in Oil and Gas Fields</span>
<p>The main body is the drilling fluid research laboratory,
developed from the mud research team of Sichuan Petroleum
Management Bureau, which was founded in 1965.
</p>
<div>MORE</div>
</div>
</a> -->
<!-- <a href="./team_lab/t_l_lab_detail.html">
<div class="child children2">
<span>Petroleum Engineering Leak Prevention and Sealing Laboratory</span>
<p>The main body is the drilling fluid research laboratory,
developed from the mud research team of Sichuan Petroleum
Management Bureau, which was founded in 1965.
</p>
<div>MORE</div>
</div>
</a>
<a href="./team_lab/t_l_lab_detail.html">
<div class="child children3">
<span>Amu Darya Drilling Fluid Laboratory</span>
<p>The main body is the drilling fluid research laboratory,
developed from the mud research team of Sichuan Petroleum
Management Bureau, which was founded in 1965.
</p>
<div>MORE</div>
</div>
</a>
<a href="./team_lab/t_l_lab_detail.html">
<div class="child children4">
<span>Islamabad Drilling Fluid Laboratory</span>
<p>The main body is the drilling fluid research laboratory,
developed from the mud research team of Sichuan Petroleum
Management Bureau, which was founded in 1965.
</p>
<div>MORE</div>
</div>
</a> -->
</div>
<div class="fenge">
<div class="lef"></div>
<a href="./team_lab/t_l_centers.html">
<p class="more">MORE</p>
</a>
<div class="rig"></div>
</div>
</div>
<!-- 尾部 -->
<div class="fot">
<!-- 尾部列表区域 -->
<div class="all_ul">
<div class="ul1">
<span>产品</span>
<ul>
|
1eced910
“wangming”
1
|
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
|
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/product/product_type.html?data=35&title=%E7%AC%AC%E5%85%AB%E5%A4%A7%E7%B1%BB">清洁剂</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/product/product_type.html?data=37&title=%E7%AC%AC%E5%85%AB%E5%A4%A7%E7%B1%BB%E7%B3%BB%E5%88%97">ROP提速剂,防钻头泥包剂(强分散泥页岩)<br>
HPWBM高性能泥浆用</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/product/product_type.html?data=36&title=%E7%AC%AC%E5%85%AB%E5%A4%A7%E7%B1%BB%E7%B3%BB%E5%88%97">ROP提速剂,防钻头泥包剂(中等分散泥页岩)<br>
HPWBM高性能泥浆用</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/product/product_type.html?data=36&title=%E7%AC%AC%E4%B9%9D%E5%A4%A7%E7%B1%BB">起泡剂</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/product/product_type.html?data=37&title=%E7%AC%AC%E5%8D%81%E5%A4%A7%E7%B1%BB">杀菌剂</a>
</li>
|
7820380e
“wangming”
1
|
499
500
501
502
503
|
</ul>
</div>
<div class="ul1">
<span>体系</span>
<ul>
|
1eced910
“wangming”
1
|
504
505
506
507
508
509
510
511
512
513
514
515
|
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/system/system_detail.html?data=121">两性离子聚合物钻井液体系 </a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/system/system_detail.html?data=122">高固相容量水基钻井液体系 </a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/system/system_detail.html?data=123">高性能水基钻井液体系</a>
</li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/system/system_detail.html?data=126">快速钻进环保钻井液体系</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/system/system_detail.html?data=127">防塌环保钻井液体系</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/system/system_detail.html?data=128">低伤害环保钻井液体系</a></li>
|
7820380e
“wangming”
1
|
516
517
518
519
520
|
</ul>
</div>
<div class="ul1">
<span>技术</span>
<ul>
|
1eced910
“wangming”
1
|
521
522
523
524
|
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/technology/technology_detail.html?data=124">长段大尺寸井眼钻井液技术</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/technology/technology_detail.html?data=139">高压盐水治理技术</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/technology/technology_detail.html?data=140">井眼强化技术</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/technology/technology_detail.html?data=141">高失水固化堵漏技术</a></li>
|
7820380e
“wangming”
1
|
525
526
527
528
529
|
</ul>
</div>
<div class="ul1">
<span>实验室/团队</span>
<ul>
|
1eced910
“wangming”
1
|
530
531
532
533
|
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/team_lab/t_l_centers.html">研发中心</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/team_lab/t_l_lab.html">实验室</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/team_lab/t_l_team.html">服务团队</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/team_lab/t_l_station.html">液体泥浆厂</a></li>
|
7820380e
“wangming”
1
|
534
535
536
537
538
|
<!-- <li>Academic exchange</li> -->
</ul>
</div>
<div class="ul1">
<span>生产制造</span>
|
0562dfe9
“wangming”
Update manufactur...
|
539
540
541
542
543
|
<ul>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html?tab=1"> 生产基地</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html?tab=2">车间</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html?tab=3">质量检验实验室</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html?tab=4">仓库</a></li>
|
7820380e
“wangming”
1
|
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
|
</ul>
</div>
<div class="ul1">
<span>联系我们</span>
<ul>
<li>电话: +86-028-86011661</li>
<li>传真: +86-028-86013997</li>
<li>邮箱: cqswc@cnpc.com.cn</li>
<li>中国四川成都孟追湾街6号</li>
</ul>
</div>
</div>
<!-- 尾部logo区域 -->
<div class="bot_logo">
<div class="logo_text">
<div class="lef">
<img src="../../static/imgs/logowhite.png" alt="">
<!-- <span>©2023 这里有文字这里有文字</span> -->
</div>
<p>ICP备20230200号-1</p>
</div>
</div>
</div>
</div>
</body>
<link rel="stylesheet" href="../../../node_modules/swiper/swiper-bundle.min.css">
<script src="../../static/js/page_js/index.js"></script>
<!-- 引入swiper -->
<script src="../../../node_modules/swiper/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="../../static/css/index.css">
<script>
// 产品区域鼠标移入效果
$('.pro').removeClass('swiper-slide-active')
$('.pro').mouseenter(function () {
$(this).siblings().removeClass('swiper-slide-active')
$(this).addClass('swiper-slide-active')
})
$('.pro').mouseleave(function () {
$(this).siblings().removeClass('swiper-slide-active')
$(this).removeClass('swiper-slide-active')
})
$('.to_tec').click(function () {
window.location.href = './technology/technology.html'
})
// import swiper.min from 'app/static/common/swiper.min'
// 大轮播图
var swiper = new Swiper(".mySwiper", {
autoplay: true,
loop: true,
direction: "vertical",
pagination: {
el: ".swiper-pagination",
clickable: true,
}
});
// about us三个小轮播
var swiper = new Swiper(".Swiper1", {
autoplay: true,
loop: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
}
});
var swiper = new Swiper(".Swiper_tl", {
autoplay: true,
loop: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
}
});
// // 产品区域轮播
// var swiper = new Swiper('.proSwiper', {
// slidesPerView: 4,
// // spaceBetween: 20,
// spaceBetween: 30,
// slidesPerGroup: 4,
// loop: true,
// loopFillGroupWithBlank: true,
// pagination: {
// el: ".swiper-pagination",
// clickable: false,
// },
// navigation: {
// nextEl: '.swiper-button-next',
// prevEl: '.swiper-button-prev',
// },
// });
$('.p_more').click(function () {
window.location.href = '/app/pages/product/product_type.html'
})
$('sys_det').click(function () {
window.location.href = '/app/pages/system/system_detail.html'
})
</script>
<!-- <script src="../static/js/product_change.js"></script> -->
<script src="../../static/js/change_jquery.js"></script>
</html>
|