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
|
<!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/public.js"></script>
<link rel="stylesheet" href="../../../static/css/about/about.css">
<link rel="stylesheet" href="../../../static/css/procuct/product.css">
<link rel="stylesheet" href="../../../static/css/public/footer.css">
</head>
<body>
<div id="app">
<!-- 头部导航栏和标题 -->
<div class="head">
<!-- logo -->
<h1><img src="../../../static/imgs/home/logo.png" alt=""></h1>
<!-- 导航栏 -->
<ul>
<span class="to_li"></span>
<li><a href="../index.html" target="_self">HOME</a></li>
<li><a href="../about/about.html" target="_self">ABOUT US</a></li>
<li><a href="../product/product.html" class="red_bold" target="_self">PRODUCT</a></li>
<li><a href="../system/system.html" target="_self">SYSTEM</a></li>
<li><a href="../technology/technology.html" target="_self">TECHNOLOGY</a></li>
<li><a href="../team_lab/t_l_centers.html" target="_self">LABORATORY/TEAM</a></li>
<li><a href="../manu/manu.html" target="_self">MANUFACTURE</a></li>
<li><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="banner">
<div>
<p>DRILLING & COMPLETION FLUID PRODUCT</p>
<p>A PIONEER FOR COMPLEX OIL & GASFIELD SERVICE</p>
</div>
<img src="../../../static/imgs/product/product_banner.jpg" alt="">
</div>
<!-- 产品内容分类区域 -->
<div class="fen">
<p class="title">DRILLING & COMPLETION FLUID PRODUCT</p>
<!-- 分类框区域 -->
<div class="type">
<!-- <div>
<a href="./product_type.html">
<p>SECTION1</p>
<p>CLAYS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION2</p>
<p>VISCOSIFIERS/ ENCAPSULATORS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION3</p>
<p>FLCONTROL AGENTS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION4</p>
<p>THINNERS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION5</p>
<p>SHALE INHIBITORS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION6</p>
<p>PIPE FREE AGENTS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION7</p>
<p>LUBRICANTS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION8</p>
<p>DETERGENTS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION9</p>
<p>FOAMMING AGENT</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION10</p>
<p>BACTERICIDES</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION11</p>
<p>CORROSION INHIBITORS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION12</p>
<p>DEFOAMERS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION13</p>
<p>SURFACTANTS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION14</p>
<p>OBM AGENTS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION15</p>
<p>LOST CIRCULATION MATERIALS</p>
</a>
</div>
<div>
<a href="./product_type.html">
<p>SECTION16</p>
<p>SALT</p>
</a>
</div> -->
</div>
</div>
<!-- 尾部区域 -->
<div class="fot">
<!-- 尾部列表区域 -->
<div class="all_ul">
<div class="ul1">
<span>PRODUCT</span>
<ul>
|
0f4c2035
“wangming”
111
|
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
<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>
|
7820380e
“wangming”
1
|
197
198
199
200
201
|
</ul>
</div>
<div class="ul1">
<span>SYSTEM</span>
<ul>
|
0f4c2035
“wangming”
111
|
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
|
<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>
|
7820380e
“wangming”
1
|
220
221
222
223
224
|
</ul>
</div>
<div class="ul1">
<span>TECHNOLOGY</span>
<ul>
|
0f4c2035
“wangming”
111
|
225
226
227
228
229
230
231
232
233
234
235
236
|
<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>
|
7820380e
“wangming”
1
|
237
238
239
240
241
|
</ul>
</div>
<div class="ul1">
<span>LABORATORY/TEAM</span>
<ul>
|
0f4c2035
“wangming”
111
|
242
243
244
245
|
<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>
|
7820380e
“wangming”
1
|
246
247
248
249
250
251
|
<!-- <li>Academic exchange</li> -->
</ul>
</div>
<div class="ul1">
<span>MANUFACTURE</span>
<ul>
|
0f4c2035
“wangming”
111
|
252
253
254
255
|
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html">Production base</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html">Workshop</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html">Quality Inspection Laboratory</a></li>
<li><a href="http://www.ccdcdf.com:6080/pc/app/pages/English/manu/manu.html">Warehouse</a></li>
|
7820380e
“wangming”
1
|
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
|
</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>
<script src="../../../static/js/page_js/product.js"></script>
</html>
|