index.html
33.7 KB
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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
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
648
649
650
651
652
653
654
655
656
657
658
659
660
<!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></span>
<li class="span_to"><a href="./index.html" class="red_bold">HOME</a></li>
<li class="span_to"><a href="./about/about.html" target="_self">ABOUT US</a></li>
<li class="span_to"><a href="./product/product.html" target="_self">PRODUCT</a></li>
<li class="span_to"><a href="./system/system.html" target="_self">SYSTEM</a></li>
<li class="span_to"><a href="./technology/technology.html" target="_self">TECHNOLOGY</a></li>
<li class="span_to"><a href="./team_lab/t_l_centers.html" target="_self">LABORATORY/TEAM</a></li>
<li class="span_to"><a href="./manu/manu.html" target="_self">MANUFACTURE</a></li>
<li class="span_to"><a href="./contact/contact.html" target="_self">CONTACT US</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">A PIONEER FOR COMPLEX OIL & GASFIELD SERVICE</p>
<div class="more">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">The First Service Well of The Pakistan PPL Drilling Fluid Project Successfully Spud</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">Start the year with good news! High quality drilling fluid helps improve drilling quality in Da 'an block</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 Turkmenistan Branch Company received a letter of thanks from 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">
<p class="title1">ABOUT US</p>
<div>
CNPC Chuanqing Drilling Engineering Co., LTD. abbr. CCDC,
formerly known as Sichuan Petroleum Administration,
was established in June 1958 and merged with the former
Changqing Petroleum Exploration Bureau to form CCDC under CNPC in 2007.
The company has consistently adhered to an international
development strategy, proactively addressing challenges posed
by fluctuations in global oil prices, political and economic
instability within project countries,
and complex geological issues encountered during drilling...
</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">DRILLING & COMPLETION FLUID PRODUCT</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">DRILLING & COMPLETION FLUID SYSTEM</p>
<div class="detail">
<p>Chuanqing Drilling has currently developed 15
sets of drilling fluid systems
with independent intellectual property rights.
</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">DRILLING & COMPLETION FLUID TECHNOLOGY</p>
<div class="detail">
<p>Chuanqing Drilling has currently developed 20 sets of drilling fluid technology with independent
intellectual property rights.
</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>LABORATORY/TEAM</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>TEAM/ <br> LABORATORY</p>
<img src="../../static/imgs/home/lab2.jpg" alt="">
</div>
</div>
<!-- 团队和实验室标签 -->
<div class="t_l">
<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">TEAM</li>
<li class="lf li_if" data-value="2">LABORATORY</li>
</ul>
<h1><img src="../../static/imgs/home/logo.png" alt=""></h1>
</div>
<div class="article_content first_lc">
Chuanqing Drilling has over 300 drilling and completion
fluid service teams, which can simultaneously provide
services for 280 wells or 280 drilling rigs. There are
1383 employees, 5 professor level senior engineers, and
12 doctoral students. CCDCDF<sup>®</sup> There are 235 overseas
drilling fluid practitioners, including 25 overseas
Chinese mud experts and 210 foreign drilling fluid engineers.
<a href="./team_lab/t_l_team.html">
<div>MORE</div>
</a>
</div>
<div class="article_content two_lc" style="display: none;">
At the domestic headquarters, we have established the National Engineering Laboratory for Exploration and Development of Low Permeability Oil and Gas Fields, the Sichuan Provincial Key Laboratory for Applied Chemistry of Oil and Gas Fields, and the Petroleum Engineering Leak Prevention and Plugging Laboratory. It has also established three regional laboratories in Pakistan, Turkmenistan, and Ecuador, building multiple support bases for overcoming difficulties and daring innovation, and cultivating strong and powerful drilling fluid service guarantee capabilities, This provides strong support for the exploration and development of ultra deep wells above 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" style="margin-top: 15px;">
<!-- <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>PRODUCT</span>
<ul>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/product/product_type.html?data=35&title=SECTION8">DRILDETER<sup>® </sup></a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/product/product_type.html?data=37&title=SECTION8_SERIES">DRILDETER<sup>® </sup> ABB PLUS</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/product/product_type.html?data=36&title=SECTION8_SERIES">DRILDETER<sup>® </sup> ABB</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/product/product_type.html?data=36&title=SECTION9">FOAMDRIL<sup>® </sup></a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/product/product_type.html?data=37&title=SECTION10">GERMCI<sup>® </sup></a>
</li>
</ul>
</div>
<div class="ul1">
<span>SYSTEM</span>
<ul>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/system/system_detail.html?data=121">AMPOLDRIL<sup>® </sup> Amphoteric <br> Polymer Drilling Flui</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/system/system_detail.html?data=122">SOLITOLERDRIL<sup>® </sup> High Solid-Tolerated <br> Water-Based Drilling Fluid System</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/system/system_detail.html?data=123">INHIBDRIL<sup>® </sup> High performance <br> water-based drilling fluid system</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/system/system_detail.html?data=126">AKUAFAST<sup>® </sup> Fast Drilling Environmental <br> Protection Drilling Fluid System</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/system/system_detail.html?data=127">AKUADRIL<sup>® </sup> Anti-Collapse and Environmental <br> Protection Drilling Fluid System</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/system/system_detail.html?data=128">AKUASEAL<sup>® </sup> Low Harm Environmental <br> Protection Drilling Fluid System</a>
</li>
</ul>
</div>
<div class="ul1">
<span>TECHNOLOGY</span>
<ul>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/technology/technology_detail.html?data=124">LONGLARTEC<sup>® </sup>Drilling Fluid Technology <br> for Long Section with Large Size</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/technology/technology_detail.html?data=139">HIPRESATEC<sup>® </sup>A Special Controling <br> Technology for Salt Water with Hgh Pressure</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/technology/technology_detail.html?data=140">BORENHANTEC<sup>® </sup>Wellbore Strengthening <br> Technology</a>
</li>
<li>
<a href="http://www.ccdcdf.com:6080/pc/app/pages/English/technology/technology_detail.html?data=141">HIFL-PLUGTEC<sup>® </sup>High Fluid-Loss Curing and <br> Plugging Technology</a>
</li>
</ul>
</div>
<div class="ul1">
<span>LABORATORY/TEAM</span>
<ul>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/team_lab/t_l_centers.html">R&D centers</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/team_lab/t_l_lab.html">LABORATORY</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/team_lab/t_l_team.html">SERVICE TEAM</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/team_lab/t_l_station.html">LIQUID MUD PLANTS</a></li>
</ul>
</div>
<div class="ul1">
<span>MANUFACTURE</span>
<ul>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html?tab=1">Production base</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html?tab=2">Workshop</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html?tab=3">Quality Inspection Laboratory</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html?tab=4">Warehouse</a></li>
</ul>
</div>
<div class="ul1">
<span>CONTACT US</span>
<ul>
<li>Tel: +86-028-86011661</li>
<li>Fax: +86-028-86013997</li>
<li>Emal: cqswc@cnpc.com.cn</li>
<li>No. 6, Meng Zhui Wan St <br> Chengdu, P. R .China</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>
</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>