base.html 4 KB
<!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>