base.html
4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../../../static/css/manu/base/base.css">
</head>
<body>
<div class="base_one">
<p>
Gaoling production base is located in Gaoling Jinghe
Industrial Park, Xi'an. It is an important scientific
research pilot test and scientific and technological
achievements transformation base in Changqing area of
Drilling and Production Engineering Technology Research
Institute. It mainly focuses on the trial production and
production of oilfield chemical products and mechanical
and electrical products.
</p>
</div>
<div class="base_two">
<p>
<span>22000</span>
<span>Covering an area ( ㎡ )</span>
</p>
<p>
<span>1</span>
<span>warehouse</span>
</p>
<p>
<span>4</span>
<span>production workshops</span>
</p>
<p>
<span>81</span>
<span>Production equipment ( sets )</span>
</p>
</div>
<div class="base_thr">
<div class="lef">
<div>
<img src="../../../static/imgs/manu/base_thr1.jpg" alt="">
<p>GAOLING BASE</p>
</div>
<div>
<img src="../../../static/imgs/manu/base_thr2.jpg" alt="">
<p>WAREHOUSE</p>
</div>
</div>
<div class="rig">
<div>
<img src="../../../static/imgs/manu/base_thr3.jpg" alt="">
<p>CHEMICAL PRODUCTPROCESSING WORKSHOP</p>
</div>
<div>
<img src="../../../static/imgs/manu/base_thr4.jpg" alt="">
<p>MECHANICAL AND ELECTRICAL PRODUCT PROCESSING WORKSHOP</p>
</div>
</div>
</div>
<div class="base_fou">
<p class="title">
Plant layout planning
</p>
<div class="fou_info">
<div class="lef">
<img src="../../../static/imgs/manu/base_thr5.png" alt="">
</div>
<div class="rig">
<ul>
<li>
<span></span>
<p>
Chuanqin Company Gaoling base factory covers a total area of 22 x 1000 ㎡;
</p>
</li>
<li>
<span></span>
<p>
The chemical production area (blue area in the figure) covers an area of about 10 x 1000 ㎡, and the corresponding area size: 100m ×100m;
</p>
</li>
<li>
<span></span>
<p>
Main buildings and facilities in chemical production area:
</p>
</li>
</ul>
<ol>
<li>
1.Fluidized agent production workshop
</li>
<li>
2.Solid chemical agent production workshop (including dust removal device)
</li>
<li>
3.Three-dimensional storage warehouse of the chemical agent
</li>
<li>
4.Temporary storage of hazardous chemicals in the warehouse
</li>
<li>
5.Boiler room
</li>
<li>
6.Inspection laboratory
</li>
<li>
7.Some office space
</li>
</ol>
</div>
</div>
</div>
</body>
</html>