about.html 52.8 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 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CCDC Drilling Fluids</title>
    <!-- 引入jQuery -->
    <script src="../../../../node_modules/jquery/dist/jquery.js"></script>
    <script src="../../../static/js/slide.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/common/swiper.css">
    <link rel="stylesheet" href="../../../static/css/about/about.css">
    <link rel="stylesheet" href="../../../static/css/public/footer.css">
    <link rel="stylesheet" href="../../../static/css/about/communication.css">
    <script src="../../../static/js/include.js"></script>
    <style>
        .Swiper1 .swiper-slide{
            border-radius: 20px;
        }
    </style>
</head>

<body>
    <div id="app">
        <!-- 头部导航栏和标题 -->
        <div class="head">
            <!-- logo -->
            <!-- <h1><img src="../../static/imgs/home/logo.png" alt=""></h1> -->
            <h1><img src="../../../static/imgs/home/logo.png" alt=""></h1>
            <!-- 导航栏 -->
            <ul>
                <span style="left: 11%;"></span>
                <li><a href="../index.html" target="_self">首页</a></li>
                <li><a href="../about/about.html" class="red_bold" target="_self">关于我们</a></li>
                <li><a href="../product/product.html" target="_self">钻井液产品</a></li>
                <li><a href="../system/system.html" target="_self">钻井液体系</a></li>
                <li><a href="../technology/technology.html" target="_self">钻井液技术</a></li>
                <li><a href="../team_lab/t_l_centers.html" target="_self">实验室/团队</a></li>
                <li><a href="../manu/manu.html" target="_self">生产制造</a></li>
                <li><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="banner">
        <div>
            <p>关于我们</p>
            <p>复杂油气攻坚者</p>
        </div>
        <img src="../../../static/imgs/about/pic2.jpg" alt="">
    </div>
    <!-- 切换地方 -->
    <div class="change">
        <div class="tab-container">
            <!-- 标签页选项卡 -->
            <div class="tag">
                <div class="main">
                    <span class="tab_to"></span>
                    <div class="tab active" onclick="openTab(event,'tab1')">公司简介</div>
                    <div class="tab" onclick="openTab(event,'tab5')">资质</div>
                    <div class="tab" onclick="openTab(event,'tab6')">专利与研发</div>
                    <div class="tab" onclick="openTab(event,'tab2')">荣誉</div>
                    <div class="tab" onclick="openTab(event,'tab4')">服务区域</div>
                    <div class="tab" onclick="openTab(event,'tab3')">企业文化</div>
                    <div class="tab" onclick="openTab(event,'tab7')">国际交流</div>
                </div>
            </div>
            <!-- 标签页内容 -->
            <div class="content">
                <!-- 企业介绍 -->
                <div id="tab1" class="tab-content" style="display:block;">
                    <div class="out_cont">
                        <!-- 主要区域一 -->
                        <div class="fir">
                            <p class="title">川庆钻探海外钻井液业务简介</p>
                            <div class="detail">
                                <p>中国石油川庆钻探工程有限公司的前身是四川石油管理局,成立于1958年6月,并于2007年和原长庆石油勘探局整合为中国石油川庆钻探工程有限公司,简称CCDC。
                                </p>
                            </div>
                            <img src="../../../static/imgs/about/pic1.jpg" alt="" class="sys_pic">
                        </div>
                        <!-- 主要区域2 -->
                        <div class="sec">
                            <img src="../../../static/imgs/about/pic3.jpg" alt="">
                            <div style="height: 280px;">
                                <p class="show" style="height: 517px;">
                                    公司始终坚持国际化发展战略,积极应对国际油价起伏波动、各项目国政治经济和社会安全形势及作业区块严峻的地质工程难题带来的各项挑战。公司自1995年开始钻井液完井液国际业务,业务覆盖了中亚、南亚、南美、中东和非洲等5个地区15个国家,与SHELL、CHEVRON、BP等国际知名油气公司在中国境内开展国际合作项目5个。长期在土库曼斯坦、阿富汗、巴基斯坦和厄瓜多尔等国钻井、钻井一体化服务和专业技术服务市场占据较大的市场份额,并先后进入伊拉克、伊朗、苏丹、秘鲁、玻利维亚、吉尔吉斯斯坦、刚果(布)等新市场,具备向各油气资源国提供油气田工程技术一体化服务的综合能力。
                                </p>
                            </div>
                        </div>
                        <!-- 主要区域3 -->
                        <div class="sec">
                            <div>
                                <p class="show" style="height: 561px;">
                                    CCDC出色完成了包括中-土国家级重大能源合作项目复兴气田100亿产能建设在内的一系列重大工程。
                                    目前海外业务已成为推动川庆钻探成为世界一流工程技术服务企业的重要支撑力量,其中作为海外重要技术服务品牌的钻井液完井液服务发挥了重要的技术支持和技术服务引领作用。<br>
                                    川庆钻探钻井液业务主要包括钻井液完井液专业相关的产品和技术研发、产品生产、质量检测、钻井液完井液设计、现场试验及技术服务。钻井液业务集研发-生产-试验-应用-服务于一体,产业链完整。自1995年开展海外业务以来,针对海外不同地区不同构造的地质特征和工程技术要求,开发有16大类120种化工产品,建有2个现代化的化工生产基地,生产线8条线,年生产能力6万吨,均通过ISO 9001、ISO 14001和ISO 45001认证资质;研发两性离子聚合物AMPOLDRIL®、高性能水基钻井液INHIBDRIL®、油基钻井液OBMDRIL®、环保型钻井液AKUADRIL®等18套自主知识产权的钻井液体系,拥有超深井钻井液ULTRADEDRIL®、井眼强化BORENHANTEC®、高压盐水处理HIPRESATEC®和复杂井漏治理LCMENHANTEC®和HIFL-PLUGTEC®等20套特色钻井液技术。开发有钻井液和水力学计算软件2套,建立了2个研发中心、3个技术支持团队、6个地区实验室和多个泥浆站,其中DPRI钻井液实验室通过CNAS认证。川庆钻探CCDC拥有中方钻井液专业人员1383人,外籍钻井液工程师210人,可同时为国内外280台以上的钻机提供钻井液完井液服务。
                                </p>
                            </div>
                            <img src="../../../static/imgs/about/pic4.jpg" alt="">
                        </div>

                        <!-- 主要区域四 -->
                        <div class="fou">
                            <img src="../../../static/imgs/about/pic5.jpg" alt="">
                            <div class="cun">
                                <p class="show" style="height: 345px;">
                                    60年来,CCDCDF®共在中国境内的川渝、新疆、长庆和青海以及中亚、南亚、南美、中东、非洲等地区开展钻井液完井液服务12000多口,年均服务进尺200余万米。近几年来,创造了钻井液使用最低密度0.75g/cm³、最高密度2.85g/cm³、最深井深9026m、最长水平段5256m、最高井底温度240℃,穿越最厚盐膏层1444m,处置高压盐水60井次以上、盐水层最高压力系数2.40,治理复杂井漏或又喷又漏120井次等纪录,具有丰富的“三高”油气藏、“三低”油气藏和“六高”油气藏钻井液完井液服务经验。近10年共承担国家级、省部级和公司级科技创新205项,授权发明专利65项,各种级别的科技奖励50项,获各国石油公司等甲方的奖励和表扬72次,包括荣誉奖牌30块,业主表扬信或感谢信42件。先后组织钻井液专家参加ADIPEC、GOTECH、APDTCE和ECF等国际学术交流会议,发表SPE、SCI等论文24篇,与多家油气公司、世界知名钻井液承包商如HLB、SLB和BHI等合作伙伴开展大量技术交流活动,CCDCDF®在中国境内的学术交流也非常活跃。总而言之,CCDCDF ®是一支研发能力强、技术水平高、产品齐全、服务质量一流,善于创新,勇于攻坚克难的国内外知名钻井液完井液专业化服务公司。
                                </p>
                                <!-- <p class="com_more innerCtn">MORE</p> -->
                            </div>
                        </div>
                    </div>
                </div>
                <!-- 资质QUALIFICATION -->
                <div id="tab5" class="tab-content">
                    <div class="out_cont">
                        <div class="fir">
                            <p class="title">资质</p>
                            <div class="qulity">
                                <div><img src="../../../static/imgs/about/shu16.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu17.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu18.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu19.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu20.jpg" alt=""></div>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- 公司专利 -->
                <div id="tab6" class="tab-content">
                    <div class="out_cont">
                        <div class="fir">
                            <p class="title">专利与研发</p>
                            <div class="qulity">
                                <div><img src="../../../static/imgs/about/shu22.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu23.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu24.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu25.JPG" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu26.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu27.png" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu28.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu29.jpg" alt=""></div>

                                <div><img src="../../../static/imgs/about/zhuanbu6.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/zhuanbu5.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/zhuanbu4.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/zhuanbu3.png" alt=""></div>
                                <div><img src="../../../static/imgs/about/zhuanbu2.png" alt=""></div>
                                <div><img src="../../../static/imgs/about/zhuanbu1.jpg" alt=""></div>
                                <!-- 证书 -->
                                <div><img src="../../../static/imgs/about/shu1.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu2.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu3.png" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu4.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu5.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu6.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu7.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu8.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu9.png" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu10.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu11.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu12.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu13.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu14.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu15.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/shu30.jpg" alt=""></div>

                                <div><img src="../../../static/imgs/about/patent1.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/patent2.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/patent3.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/patent4.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/patent5.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/patent6.jpg" alt=""></div>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- 荣誉区域 -->
                <div id="tab2" class="tab-content">
                    <div class="out_cont">
                        <div class="fir">
                            <p class="title">荣誉奖项</p>
                            <div class="text_cont">
                                <p class="hor_text">
                                    十年来,我公司共成功完成205个国家级、省部级科技创新项目,并获得65项授权发明专利和50项各级科技奖项。此外,我们还获得了来自知名石油公司及其他行业内企业授予的72项荣誉,包括30枚著名的荣誉奖章以及42封来自客户的感谢信。
                                </p>
                            </div>
                            <div class="project_hor">
                                <p class="title">巴基斯坦项目</p>
                                <div class="honor1">
                                    <div><img src="../../../static/imgs/about/ba8.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/ba7.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/ba1.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/ba2.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/ba3.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/ba4.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/ba5.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/ba6.jpg" alt=""></div>

                                </div>
                            </div>
                            <div class="project_hor">
                                <p class="title">土库曼斯坦项目</p>

                                <div class="honor1">
                                    <div><img src="../../../static/imgs/about/tu/tu6.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/tu/tu7.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/tu/tu8.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/tu/tu9.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/tu/tu5.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/tu/tu10.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/tu/tu4.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/tu/tu1.jpg" alt=""></div>

                                </div>
                            </div>
                            <div class="project_hor">
                                <p class="title">厄瓜多尔项目</p>
                                <div class="honor1">
                                    <div><img src="../../../static/imgs/about/egua/eg3.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg12.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg4.png" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg5.png" alt=""></div>
                                </div>
                                <div class="honor2">
                                    <div><img src="../../../static/imgs/about/egua/eg11.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg13.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg14.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg1.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg2.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg7.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg8.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg9.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/egua/eg10.jpg" alt=""></div>

                                </div>
                            </div>
                            <div class="project_hor">
                                <p class="title">其他项目</p>
                                <div class="honor1">
                                    <div><img src="../../../static/imgs/about/other_project/other4.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other5.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other1.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other2.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other3.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other6.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other7.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other8.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other9.jpg" alt=""></div>
                                    <div><img src="../../../static/imgs/about/other_project/other10.jpg" alt=""></div>

                                </div>
                            </div>
                            <!-- <div class="honor2">
                                <div><img src="../../static/imgs/about/heng1.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/heng2.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/heng3.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/heng4.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/heng5.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/heng6.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/heng7.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/heng8.jpg" alt=""></div>
                            </div> -->

                        </div>
                    </div>
                </div>
                <!-- 企业文化 -->
                <div id="tab3" class="tab-content">
                    <include src="./culture.html"></include>
                </div>
                <!-- 服务区域 -->
                <div id="tab4" class="tab-content">
                    <div class="out_cont">
                        <div class="fir">
                            <div class="head">
                                <p class="title service1">服务地区</p>
                                <p class="title service2" style="display: none;">国际合作项目</p>
                                <div class="right_two">
                                    <div class="two_new clearfix">
                                        <ul class="clearfix lf rz_query_right_header">
                                            <li class="two_active lf " data-value="1">国际</li>
                                            <li class="lf " data-value="2">国内</li>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                            <!-- region -->
                            <!-- <div class="article_content first_lc">
                                <div class="region">
                                    <img src="../../static/imgs/about/map_bg.png" class="map">
                                </div>
                            </div> -->
                            <!-- projects -->
                            <div class="article_content two_lc" style="display: none;">
                                <div class="p_one">
                                    <p class="one_fir">
                                        包括与壳牌、雪佛龙等国际知名油气公司在中国境内的钻井液完井液领域合作。
                                    </p>
                                </div>
                                <div class="p_pic">
                                    <a href="#">
                                        <img src="../../../static/imgs/about/in6.jpg" alt="">
                                    </a>
                                    <div class="p_text">
                                        <div class="lef">
                                            <p class="top">壳牌四川页岩气项目</p>
                                            <p class="center">
                                                2011-2014年,开展聚合物水基钻井液和合成基钻井液现场技术服务30余井次。上部井段采用环境接受度高、可生物降解的水基钻井液技术,配合使用重晶石回收系统去除中低密度固相,实现钻井液的高效利用。下部井段采用合成基钻井液技术,以较低钻井液密度欠平衡或平衡钻进,利于及时发现储层和保护油气藏。建成中国石油陆上第一批油基钻井液回收处理厂(射洪泥浆站),实现油基钻井液全部重复利用,实现了“零排放、零污染”HSE目标。
                                            </p>
                                            <!-- <p class="com_more innerCtn1 wid1">MORE</p> -->
                                        </div>
                                    </div>
                                </div>
                                <div class="p_pic">
                                    <a href="#">
                                        <img src="../../../static/imgs/about/in8.jpg" alt="">
                                    </a>
                                    <div class="p_text">
                                        <div class="lef">
                                            <p class="top">壳牌长北项目</p>
                                            <p class="center">
                                                2005-2023年,采用KCL-聚合物体系和CQ-NDW/NWP无土相低伤害钻井液技术,顺利完成59口双分支水平井钻井液技术,  其中CQ-NWP无土相防水锁低伤害钻井液体系,该体系抑制防塌性能、润滑性能和预防储层水锁,储层保护性能优良,增产效果显著,达到高效保护低渗透油气藏的目的,裸眼完井并直接气举投产,其中24口井单井产量超过100×10<sup style="font-size: 12px;">4</sup>m³/d,储层保护效果显著,助力该项目提前2年完成30亿方/年的产量目标,ETI的钻井液服务得到壳牌公司高度认可,树立了 “ETI MUD” 品牌,成为壳牌中国在国内的首选反承包。
                                            </p>
                                            <!-- <p class="com_more innerCtn2 wid1">MORE</p> -->
                                        </div>
                                    </div>
                                </div>
                                <div class="p_pic">
                                    <a href="#">
                                        <img src="../../../static/imgs/about/in3.jpg" alt="">

                                    </a>
                                    <div class="p_text">
                                        <div class="lef">
                                            <p class="top">雪佛龙罗家寨项目</p>
                                            <p class="center">
                                                2012-2013年,采用无伤害压井液技术和清洁盐水及过滤技术,顺利完成雪佛龙川东北项目A井场等5井次修井液以及过滤技术服务,成功回收溴化钠盐水工作液390方,无伤害压井液(NDKF)737方,节约修井液配制费用480余万元,实现安全完井目标,环境保护效果显著。
                                            </p>
                                            <!-- <p class="com_more innerCtn3 wid1">MORE</p> -->
                                        </div>
                                    </div>
                                </div>
                                <div class="p_pic">
                                    <a href="#">

                                        <img src="../../../static/imgs/about/in7.jpg" alt="">
                                    </a>
                                    <div class="p_text">
                                        <div class="lef">
                                            <p class="top">皇朝能源四川项目</p>
                                            <p class="center">
                                                2007年-2008年,四川义新1井YX1井和义新2井YX2井两口井分别顺利钻进至4045m和4165m,使用最高钻井液密度达2.45g/cm³,创造了聚合物钻井液使用最高密度纪录。其中YX1井在完钻固井后,因等甲方措施,密度2.20g/m³聚合物泥浆在井底静止长达一个月依然保持了良好的沉降稳定性,确保了甲方下步作业的顺利进行。
                                            </p>
                                            <!-- <p class="com_more innerCtn3 wid1">MORE</p> -->
                                        </div>
                                    </div>
                                </div>
                                <div class="p_pic">
                                    <a href="#">
                                        <img src="../../../static/imgs/about/in5.jpg" alt="">
                                    </a>
                                    <div class="p_text">
                                        <div class="lef">
                                            <p class="top">国内复杂区块</p>
                                            <p class="center">
                                                覆盖塔里木油田、西南油气田、长庆油田及川渝地区页岩气致密气区块。
                                            </p>

                                        </div>
                                    </div>
                                </div>
                                <div class="p_pic">
                                    <a href="#">

                                        <img src="../../../static/imgs/about/in4.jpg" alt="">
                                    </a>
                                    <div class="p_text">
                                        <div class="lef">
                                            <p class="top">塔里木与川渝超深井钻井液项目</p>
                                            <p class="center">
                                                包括塔里木油田、西南油气田、长庆油田及川渝地区页岩气致密气区块深井、超深井和复杂井的钻井液完井液服务。1998年完成当时“亚洲第一深井”(塔参1井7200米),2006年钻成当时“亚洲第一深井”(塔深1井8408米),2007年钻成“中石油第一深井”(分水1井7353.84米),2008年钻成“国内小井眼段最长井”(剑门1井7009米,小井眼段长2006米),获得局级科技进步一等奖,助推国内超深井钻井液技术再上新台阶。
                                            </p>
                                            <!-- <p class="com_more innerCtn3 wid1">MORE</p> -->
                                        </div>
                                    </div>
                                </div>
                                <div class="p_pic">
                                    <a href="#">
                                        <img src="../../../static/imgs/about/projects3.jpg" alt="">
                                    </a>
                                    <div class="p_text">
                                        <div class="lef">
                                            <p class="top">川渝非常规气钻井液项目
                                            </p>
                                            <p class="center">
                                                国产化油基钻井液(抗温180℃)在威远H3-1井首试成功,彻底打破国外公司技术垄断。构建集“钻井液、钻屑处理和回收利用”一体化服务模式,在川渝页岩气、致密气等区域推广应用逾百口井,助力钻井创多项新指标新纪录。高性能水基钻井液INHIBDRIL®在阳102H34-1井首试成功,在川渝、长庆等非常规气区推广应用88口井,实现经济、环保双重效益。
                                            </p>
                                            <!-- <p class="com_more innerCtn3 wid1">MORE</p> -->
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="article_content first_lc">
                        <div class="region">
                            <img src="../../../static/imgs/about/map_bg.png" class="map">
                            <img src="../../../static/imgs/about/eguaduoer.png" alt="Ecuador" id="175" class="egua area">
                            <img src="../../../static/imgs/about/nirier.png" alt="Niger" id="180" class="nirier area">
                            <img src="../../../static/imgs/about/sudan.png" alt="sultan" id="179" class="sudan area">
                            <img src="../../../static/imgs/about/wuganda.png" alt="Uganda" id="181" class="wuganda area">
                            <img src="../../../static/imgs/about/yilake.png" alt="Iraq" id="178" class="yilake area">
                            <img src="../../../static/imgs/about/yillang.png" alt="Iran" id="177" class="yilang area">
                            <img src="../../../static/imgs/about/tukuman.png" alt="Turkmenistan" id="146" class="tukuman area">
                            <img src="../../../static/imgs/about/wuzi.png" alt="Uzbekistan" id="171" class="wuzi area">
                            <img src="../../../static/imgs/about/hasake.png" alt="Kazakhstan" id="170" class="hasake area">
                            <img src="../../../static/imgs/about/afuhan.png" alt="Afghanistan" id="174" class="afuhan area">
                            <img src="../../../static/imgs/about/bajisitan.png" alt="Pakistan" id="173" class="bajisitan area">
                            <img src="../../../static/imgs/about/yidunixiya.png" alt="Indonesia" id="172" class="yidunixiya area">
                            <img src="../../../static/imgs/about/zhade.png" alt="Chad" id="288" class="zhade area">
                            <img src="../../../static/imgs/about/milu.png" alt="Peru" id="176" class="milu area">
                            <img src="../../../static/imgs/about/boliweiya.png" alt="Bolivia" id="289" class="boliweiya area">

                        </div>
                        <div class="detail_cont">
                            <!-- <img src="../../static/imgs/about/meeting.png" class="kuang" alt="">
                            <p class="area_name">THE TURKMENISTAN</p>
                            <p class="pro_time">April 2007 to now</p>
                            <div class="area_detail">
                                <img src="../../static/imgs/about/map_img/tukjumansitan.jpg" class="area_img" alt="">
                                <p class="text">
                                    Project is scheduled from April 2007 to the present.
                                    The drilling and completion fluid service business
                                    covers five oil and gas companies which are including
                                    Amu Darya Natural Gas Company CNPCI, Natural Gas Konzern
                                    TURKMENGGAS STATE CONCERN, Oil Konzern TURKMENNEBIT STATE
                                    CONCERN, Geological Company TURKMENGEOLOGY STATE CORPORATION,
                                    and Italian Eni Company ENI, including the Geological
                                    Company South Yolotan "10+2" drilling general contracting
                                    project, the Natural Gas Konzern Renaissance Gas Field Phase
                                    I 10 billion production capacity turnkey (EPC) project The
                                    drilling and completion fluid business includes the 5500
                                    meters exploratory well drilling general contracting project
                                    of the geological company Naganaqi Gas Field, the first to
                                    fifth round drilling general contracting project of the.
                                </p>
                            </div> -->
                        </div>
                    </div>
                </div>
                <!-- 学术交流 -->
                <div id="tab7" class="tab-content">
                    <div class="out_cont">
                        <!-- 主要区域一 -->
                        <div class="fir">

                            <div class="detail">
                                <p>
                                    通过我们钻井液专家积极努力,我们对ADIPEC、GOTECH、APTCE、ECF等国际学术协会的坚定的贡献是显而易见。此外,我们还在SPE和SCI等知名期刊上发表了数量可观的论文(共24篇)。此外,我们还与著名的石油和天然气公司以及世界知名的钻井液承包商(如HLB、SLB、BHI等)进行了广泛的技术交流。值得一提的是,CCDCDF®在中国油气工程技术领域的学术交流中也发挥了重要作用。
                                </p>
                            </div>
                            <div class="rig_swiper sys_pic">
                                <div class="swiper2">
                                    <div class="swiper Swiper1">
                                        <div class="swiper-wrapper">
                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper3.jpg"
                                                    alt=""></div>
                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper5.jpg"
                                                    alt=""></div>

                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper2.jpg"
                                                    alt=""></div>

                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper7.jpg"
                                                    alt=""></div>
                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper4.jpg"
                                                    alt=""></div>
                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper6.jpg"
                                                    alt=""></div>
                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper8.jpg"
                                                    alt=""></div>
                                            <div class="swiper-slide"><img
                                                    src="../../../static/imgs/about/communication_detail/swiper9.jpg"
                                                    alt=""></div>

                                        </div>
                                        <div class="swiper-pagination" style="bottom: 30px;"></div>
                                    </div>
                                </div>
                            </div>
                            <p class="title">国际交流</p>
                        </div>
                        <!-- 主要区域2 -->
                        <div class="sec">
                            <img src="../../../static/imgs/about/communication_detail/1.jpg" alt="">
                            <div>
                                <p class="show" style="height: 323px;">
                                    CCDCDF®高度重视国际学术和技术交流。近年来,我们组织泥浆专家参加了“阿布扎比互动石油展览会暨会议21ADIPEC,23ADIPEC”、“天然气和石油技术展览会暨会议中心2018GOTECH,2021GOTECH”、“亚太钻探技术会议暨展览会2012APDTCE”、第六届ECF国际页岩气论坛“能源中国论坛”,2007年,参加了哈萨克斯坦中石油阿基吉宾石油天然气有限公司组织的“钻井技术研讨会”等国际学术会议,并在《SPE Journal》、《JPT》(Journal of Petroleum Technology)等国际学术期刊上积极发表论文。共有24篇论文在SPE、SCI和技术交流会议上发表。
                                </p>
                            </div>
                        </div>
                        <!-- 主要区域3 -->
                        <div class="sec">
                            <div>
                                <p class="show" style="height: 323px;">
                                    根据东道国项目的需要,还组织了大量的技术交流活动,包括与巴基斯坦的石油和天然气公司,如OGDCL、PPL、POL、MOL、POGC、OPI和MPCL等,土库曼斯坦的石油和天然气公司,如土库曼斯坦地质国家公司、土库曼钻头国家公司和土库曼斯天然气国家公司等,厄瓜多尔安第斯石油公司,纳波河公司、PAM国家石油公司和伊朗国家石油公司(NIOC)、伊拉克鲁迈拉作业组织(ROO)、哈法亚油田和米桑石油公司(MOC)、艾哈代布油田。此外,还与哈里伯顿、斯伦贝谢、贝克休斯等世界知名钻井液服务承包商以及项目所在国的合作伙伴进行了大量技术交流。
                                </p>
                            </div>
                            <img src="../../../static/imgs/about/communication_detail/2.jpg" alt="">
                        </div>

                        <!-- 主要区域四 -->
                        <div class="fou">

                            <div class="cun">
                                <p class="show" style="height: 135px;">
                                    CCDCDF®在中国的学术交流方面也非常活跃。多次选派大批专业技术人员参加“全国钻井液与完井液技术交流研讨会”、“面向未来的井筒工作液技术创新论坛”、“石油工程”等学术技术研讨会,先后举办“钻井液与钻井液新技术研讨会”、“全国环境友好型钻井液及钻井废弃物处理技术研讨会”和“中国石油天然气集团公司研究院院长会议”等数百场学术技术研讨会。
                                </p>
                                <!-- <p class="com_more innerCtn">MORE</p> -->
                            </div>
                            <img src="../../../static/imgs/about/communication_detail/fou.jpg" style="margin-top: 20px;"
                                alt="">
                        </div>
                        <p class="title" style="margin-top: 60px;">发表的部分论文如下</p>
                        <img src="../../../static/imgs/about/communication_detail/com_1.jpg"
                            style="width: 100%; margin-top: 20px;" alt="">
                            <div class="honor2" >
                                <div><img src="../../../static/imgs/about/communication_detail/comunication1.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/communication_detail/comunication2.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/communication_detail/comunication3.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/communication_detail/comunication4.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/communication_detail/comunication5.jpg" alt=""></div>
                                <div><img src="../../../static/imgs/about/communication_detail/comunication6.jpg" alt=""></div>
                                <!-- <div><img src="../../static/imgs/about/egua/eg8.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/egua/eg9.jpg" alt=""></div>
                                <div><img src="../../static/imgs/about/egua/eg10.jpg" alt=""></div> -->

                            </div>
                    </div>
                </div>
            </div>
        </div>
    </div>


    <!-- 尾部 -->
    <div class="fot">
        <!-- 尾部列表区域 -->
        <div class="all_ul">
            <div class="ul1">
                <span>产品</span>
                <ul>
                    <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>
                </ul>
            </div>
            <div class="ul1">
                <span>体系</span>
                <ul>
                    <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>
                </ul>
            </div>
            <div class="ul1">
                <span>技术</span>
                <ul>
                    <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>
                </ul>
            </div>
            <div class="ul1">
                <span>实验室/团队</span>
                <ul>
                    <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>
                    <!-- <li>Academic exchange</li> -->
                </ul>
            </div>
            <div class="ul1">
                <span>生产制造</span>
                <ul>
                    <li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html"> 生产基地</a></li>
                    <li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html">车间</a></li>
                    <li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html">质量检验实验室</a></li>
                    <li><a href="http://www.ccdcdf.com:6080/pc/app/pages/Chinese/manu/manu.html">仓库</a></li>
                </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>
</body>
<script>
    //切换50
    function openTab(event, tabName) {
        // 获取所有标签页内容元素
        var tabContent = document.getElementsByClassName("tab-content");

        // 隐藏所有标签页内容
        for (var i = 0; i < tabContent.length; i++) {
            tabContent[i].style.display = "none";
        }

        // 移除所有标签页选项卡的 active 类
        var tabs = document.getElementsByClassName("tab");
        for (var i = 0; i < tabs.length; i++) {
            tabs[i].className = tabs[i].className.replace(" active", "");
        }

        // 显示当前选中标签页内容
        document.getElementById(tabName).style.display = "block";

        // 添加 active 类到当前选中标签页选项卡
        event.currentTarget.className += " active";
    }

    // 显示隐藏部分
    $(function () {//显示三行 多余隐藏 点击展开
        $('.innerCtn1').click(function () {
            $('.show').removeClass('out');
            $('.innerCtn1').css("display", "none")
        });
        $('.innerCtn2').click(function () {
            $('.show').removeClass('out');
            $('.innerCtn2').css("display", "none")
        });
        $('.innerCtn3').click(function () {
            $('.show').removeClass('out');
            $('.innerCtn3').css("display", "none")
        });
    });
    // 服务区域切换
    $(".rz_query_right_header li").on('click', function () {
        var type = $(this).attr("data-value");
        console.log(type)
        $(this).addClass('two_active').siblings().removeClass('two_active');
        if (type == "1") {
            $(".first_lc").toggle();
            $(".two_lc").toggle();
            $(".service1").toggle();
            $(".service2").toggle();
        } else {
            $(".two_lc").toggle();
            $(".first_lc").toggle();
            $(".service2").toggle();
            $(".service1").toggle();
        }
    })
    $('.tab').click(function () {
        let left_distance = $(this).position().left + 16 + $(this).width() / 2 - 20
        $('.tab_to').css("left", left_distance)
    })
</script>
<link rel="stylesheet" href="../../../../node_modules/swiper/swiper-bundle.min.css">
<script src="../../../../node_modules/swiper/swiper-bundle.min.js"></script>
<script>
    var swiper = new Swiper('.Swiper1', {
        loop: true,
        autoplay: {
            delay: 2000,
        },
        pagination: {
            el: ".swiper-pagination",
            clickable: true,
        }
    })
</script>
<!-- 点击显示地区详情 -->
<script src="../../../static/js/area.js"></script>

</html>