Cai
2026-08-26 cccd2a0ed738e460edd08a94f693fb667a3a8e08
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
 
 
 
 
 
 
 
 
<!-- 设置fmt标签的locale -->
 
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>国家标准|GB/T 44767-2024</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="referrer" content="origin">
<link href="../css/qbcx.css" rel="stylesheet" type="text/css" />
<link href="/bzgk/css/bootstrap.min.css" rel="stylesheet"/>
<script type="text/javascript" src="/bzgk/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src='/bzgk/js/bootstrap.js'></script>
<meta name="viewport"
    content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<style type="text/css">
.mtr{height: 25px;}
body{background-color: #F5F5F5;}
.title{font-weight:bold;}
.title,.content{padding:10px 0;border-top:1px #ddd solid;}  
.smgg li{padding:0 22px;margin:15px 0;line-height:25px;}
.statementUl li{background:url('../images/point.png') no-repeat 8px 6px;letter-spacing:1px;}
.mk1 h1{ overflow: visible;} 
.mk1 .label{color:white;font-size:12px;vertical-align:middle;padding:4px 6px;cursor:pointer;}
.language-area {
    display: inline-block;
    float: right;
}
.language {
    font-size: 13px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
}
@media (max-width: 768px) {
    .language-area {
          display: block;
           float: none;
        text-align: right;
    }
    .mk1 h1{ line-height: 40px;} 
    .mk1 .label{}
}
</style>
<script type="text/javascript">
var currentLang = 'zh';
 
// 国际化文本映射
var i18n = {
    'zh': {
        'preview': '在线预览',
        'download': '下载标准',
        'feedback': '实施信息反馈',
        'noFullText': '该标准暂无全文,请等待更新',
        'noStandard': '您所查询的标准系统尚未收录,可能的原因如下:',
        'reason1': '自2017年1月1日后新发布的标准将在发布后20个工作日内公开,请耐心等待;',
        'reason2': '2017年1月1日前已发布的标准将在2017年底前陆续完成公开,请耐心等待。',
        'previewTip': '在线预览提示',
        'previewMsg': '当前浏览器暂不支持标准全文在线预览服务,请使用现代浏览器(Chrome、Firefox、Opera、Microsoft Edge、360安全浏览器、搜狗浏览器、猎豹浏览器、傲游浏览器等)重新打开当前页面继续进行标准全文预览。',
        'gotIt': '知道了'
    },
    'en': {
        'preview': 'Online Preview',
        'download': 'Download Standard',
        'feedback': 'Implementation Feedback',
        'noFullText': 'Full text not available yet, please wait for update',
        'noStandard': 'The standard you queried is not yet included in our system. Possible reasons:',
        'reason1': 'Standards released after January 1, 2017 will be made public within 20 working days. Please be patient.',
        'reason2': 'Standards released before January 1, 2017 will be gradually made public by the end of 2017. Please be patient.',
        'previewTip': 'Online Preview Notice',
        'previewMsg': 'Your current browser does not support the online preview service. Please use modern browsers (Chrome, Firefox, Opera, Microsoft Edge, 360 Browser, Sogou Browser, Liebao Browser, Maxthon, etc.) to reopen this page for standard preview.',
        'gotIt': 'Got It'
    }
};
 
var currentI18n = currentLang === 'zh' ? i18n.zh : i18n.en;
 
const supported = (function() {
    try {
        if (typeof WebAssembly === "object"
            && typeof WebAssembly.instantiate === "function") {
            const module = new WebAssembly.Module(Uint8Array.of(0x0, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00));
            if (module instanceof WebAssembly.Module)
                return new WebAssembly.Instance(module) instanceof WebAssembly.Instance;
        }
    } catch (e) {
    }
    return false;
})();
 
String.prototype.trim=function(){
    return this.replace(/(^\s*)|(\s*$)/g, "");
 }
$(document).ready(function(){
    // 更新按钮文本
    $('.ck_btn').text(currentI18n.preview);
    $('.xz_btn').text(currentI18n.download);
    $('.fk_btn').text(currentI18n.feedback);
    
    $('.xz_btn').click(function(){
        var el = $(this);
        showGb(el.attr('data-value'),'download');
    });
    $('.ck_btn').click(function(){
        var el = $(this);
        //if(supported) {
            showGb(el.attr('data-value'),'online');
        //} else {
            //$('#myModal').modal('show');
        //}
    });
    $('.fo').click(function() {
        var el = $(this);
        showGb(el.attr('data-value'));
    });
    $('.fk_btn').click(function(){
        var el = $(this);
        window.open('/bzgk/gb/review?hcno='+el.attr('data-value'));
    });
    /* $('.content').each(function(){ 
        if($(this).html().trim()==''){ 
            $(this).hide(); 
            $(this).prev().hide()
            
        }
    }); */
});
function showInfo(hcno) {
    var url = "newGbInfo";
    url += "?hcno=" + hcno;
    window.location.href=url;
};
function showGb(gbCode,type){
    var url = "/bzgk/std/showGb?type="+type+"&hcno=" + gbCode+"&request_locale="+currentLang;
    window.open(url);
}
</script>
</head>
<body>
    
 
 
<style>
    @media (max-width: 568px) {
      #xsMainLogo{width:90%;z-index:1000;margin:0 auto;margin-top:15px;display:block}
      #xsSubLogo{float:right;z-index:1000;margin:5px 5%;}
      #xsQwLogo{float:left;width:50%;z-index:1000;margin:7px 5%;} 
    }
    @media (min-width: 568px){
      #xsMainLogo{float:left;width:90%;z-index:1000;margin-top:15px;margin-left:6%;}
      #xsSubLogo{width:33%;z-index:1000;margin-top:40px;margin-right:1%;}
      #xsQwLogo{float:right;width:90%;z-index:1000;margin:15px 5%;margin-left:6%;}
      .xsDiv{width:65%}
    } 
    .popover .popover-title{text-align:center;} 
    #sacLogo{text-decoration:none;position:absolute;font-size:12px;z-index:1000;top:10px;left:20px;color:#E4E4E4;display:inline-block;}
    #sacLogo:hover{color:white;text-decoration:none;}
    #sacLogo:visited{ text-decoration:none; }
    
    .nav-menu {
        background-color: #005da8;
        overflow: hidden;
    }
    
    .nav-menu ul {
        margin-bottom: 0 !important;
        padding-left: 0;
    }
 
    .navbar-toggle {
        position: absolute !important;
        right: 6px;
        cursor: pointer;
    }
 
    .navbar-toggle:hover {
        background-color: #418ede;
    }
 
    .navbar-toggle .icon-bar {
        background-color: white;
    }
    
    .nav-menu ul li {
        cursor: pointer;
        list-style: none;
        min-width: 96px;
        text-align: center;
        float: left;
        height: 43px;
        line-height: 43px;
        color: #fff;
        margin-right: 7px;
        font-size: 16px;
        padding: 0 15px;
    }
 
    .nav-menu ul li:hover {
        background-color: #338eff;
    }
    .nav-menu ul li a {
        color: #fff;
    }
 
    .nav-menu ul li a:hover, .nav-menu li a:focus, .nav-menu li a:link {
        text-decoration: none;
    }
 
    .nav-menu .nav_in {
        background-color: #0f89eb;
    }
 
    .nav-menu ul li:hover {
        background-color: #338eff;
    }
    
    .nav-menu ul li.two-line{
        line-height: 16px;
        padding-top: 7px;
    }
    .nav-menu ul li.two-line a {
        font-size: 14px;
    }
    .nav-menu ul li.two-line a span {
        font-size: 12px;
        display: block;
    }
    
    @media (max-width: 1200px) {
         min-width: 84px;
    }
 
    @media (max-width: 992px) {
        .nav-menu ul li {
            min-width: 68px;
            margin-right: 4px;
            font-size: 14px;
        }
 
        #login-area {
            top: 3px !important;
            right: 3px !important;
        }
    }
 
    @media (max-width: 368px) {
        .navbar-brand small {
            display: none;
        }
    }
 
    @media (max-width: 768px) {
        .main-body {
            padding: 0;
        }
 
        .nav-menu-show {
            display: block !important;
            height: 200px !important;
        }
 
        .nav-menu {
            height: 0;
            background-color: #3f75b7;
            transition: height 500ms;
            -moz-transition: height 500ms; /* Firefox 4 */
            -webkit-transition: height 500ms; /* Safari and Chrome */
            -o-transition: height 500ms; /* Opera */
        }
 
        .nav-menu .nav_in {
            background-color: #338eff;
        }
 
        .nav-menu ul li {
            display: block;
            width: 50%;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            margin-right: 0;
            border-top: 1px solid #ddd;
            font-family: arial, tahoma, 'Microsoft Yahei', '\5b8b\4f53', sans-serif;
        }
 
        .nav-menu ul li:nth-child(-1n+4) {
            border-top: 0;
        }
 
        .nav-menu ul li a {
            color: white;
        }
 
        .nav-menu ul li.two-line a span {
            line-height: 10px;
        }
        
        .header-carousel {
            border: 0;
        }
 
        #top-bg {
            background: url(/bzgk//images/logoimg.jpg) right -110px center no-repeat #187ed0 !important;
        }
 
       
 
    }
    
</style>
<script type="text/javascript" src="/bzgk/js/uni-webview-js@0.0.3/index.js"></script>
<script>
var isAppPlus = false;
$(function(){
    $('.navbar-toggle').click(function () {
        $('.nav-menu').toggleClass("nav-menu-show");
    });
    $('.nav-menu li').click(function () {
        var target = $(this).find("a").attr('target');
        var href = $(this).find("a").attr('href')
        if (target == null || target == '') {
            window.location.href = href;
        } else {
            window.open(href);
        }
        return false;
    });
    uni.getEnv(function(res){
            console.log('当前环境:' + JSON.stringify(res));
            var userAgent = 'Mozilla/5.0';
            if(res.plus||(res.h5&&userAgent.indexOf("HBuilderX")>-1)){
                isAppPlus = true;
                $(document).on("click", "a", function (event) {
                    var href = $(this).attr('href');
                    if(href!=null&&href!=''){
                        uni.navigateTo({
                            url: '/pages/outter/outter?title=国标通-全文阅读&src='+href
                        });
                        event.stopPropagation();
                        return false;
                    }
                });
            }
        });
    $('#mobileEwm').popover({html:true});
})
</script>
 
<div class="top_nav" style="background:url(/bzgk//images/bgrep-top.jpg) top repeat-x;width:100%;background-color: #187ed0;">
    <!-- <div style="background-color:rgba(83, 83, 83, 0.32);">
        <div class="container">
            <div class="row">
                <div class="col-sm-12">
                    <div style="color:#ff9c3d;padding:5px 0"><span class="label label-danger" style="margin-right: 15px;">重要通知</span>因机房设备维修,2022年10月28日17点到10月29日24点,系统暂时停止访问服务,望请知悉,带来不便,敬请谅解。</div>
                </div>
            </div>
        </div>
    </div>-->
    <div class="container" style="overflow: visible;">
        <div class="row" style="overflow: visible;">
            <div id="top-bg" class="col-sm-12" style="overflow: visible;width:100%;font-family: arial,tahoma,'Microsoft Yahei','\5b8b\4f53',sans-serif;z-index:2;">
                <img class="hidden-xs" src="/bzgk//images/bgrep.gif" style="position:absolute;right:-180px;top:0;height:100%;z-index:-1;"/>
                <img class="hidden-xs" src="/bzgk//images/logonew.png" style="z-index:2;"/>
 
                <div style="padding:5px 0;padding-right:30px;" class="visible-xs" class="navbar-header">
                    <button class=" navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <a style="color:white;padding:15px 0;" href="https://std.samr.gov.cn/" class="navbar-brand">
                        <img style="display:inline-block;margin-right:10px;margin-top:-5px;" width="30px" src="/bzgk//images/shareLogo.png"/>
                        全国标准信息公共服务平台
                    </a>
 
                    <div style="clear:both;"></div>
                </div>
            </div>
        </div>
    </div>
</div>
 
<div class="nav-menu">
    <div class="container">
        <div class="row">
            <div class="col-sm-12">
                <ul>
                    <li class="hidden-xs"><a href="https://std.samr.gov.cn/">首页</a></li>
                    <li class="hidden-xs"><a href="/bzgk//std/">国家标准</a></li>
                    <li class=""><a href="/bzgk/std/std_list_type?p.p1=1&p.p90=circulation_date&p.p91=desc">强制性国家标准</a></li>
                    <li class=""><a href="/bzgk/std/std_list_type?p.p1=2&p.p90=circulation_date&p.p91=desc">推荐性国家标准</a></li>
                    <li class=""><a href="/bzgk/std/std_list_type?p.p1=3&p.p90=circulation_date&p.p91=desc">指导性技术文件</a></li>
                    <li class="two-line"><a href="/bzgk/std/std_list_type?p.p1=6&p.p90=circulation_date&p.p91=desc">国家标准外文版<span>(National standards in foreign language version)</span></a></li>
                </ul>
                <ul class="navbar-right">
                      
                      
                      
                      
                </ul>
            </div>
        </div>
    </div>
    <div style="clear:both;"></div>
</div>
 
 
</div>
    <div class="repbg1" style="min-height:initial;">
    <div class="container">
    <div class="row">
        <div class="col-xs-12">
        <div class="bor2">
        
        <table width="100%" class="mk1" border="0" cellspacing="0"
            cellpadding="0">
            <tr>
                <td width="560" align="left">
                <h1 style="display: inline-block;">
                标准号:GB/T 44767-2024 
                
                
                </h1>
                <div class="language-area">
                
                </div>
                </td>
                </tr>
            </table>
        <table width="100%" class="tdlist" border="0" cellspacing="0" cellpadding="0">
              
                      
                      
                    <tr>
                    <td>中文标准名称:<b>电化学储能电站安全监测信息系统技术导则</b></td>
                    
                    <td width="65" rowspan="2" align="center">
                        
                         </td>
                    
                    </tr>
                    
                      
                      
 
                 <tr>
                    <td>英文标准名称:Guide of safety monitoring information system for electrochemical energy storage stations</td>
                    </tr>
                <tr>
                <td align="left">标准状态:
                <span style="font-weight:bold;" class="text-success" style="margin-right: 10px;">
                
                     
                     
                     
                    
                        现行
                    
                     
                     
                
                
                </span>
                 </td>
                </tr>
                <tr>
                    <td style="padding-top:20px;">
                     
                     <button style="margin-right:20px" data-value="5FA0CEFF0CF542D232EA0E89905DB6E4" class="btn ck_btn btn-sm btn-primary">在线预览</button>
                      
                      
                     <button style="margin-right:20px" data-value="5FA0CEFF0CF542D232EA0E89905DB6E4" class="btn xz_btn btn-sm btn-warning app-hide">下载标准</button>
                      
                      
                      
                      
                        <button style="margin-right:20px" data-value="5FA0CEFF0CF542D232EA0E89905DB6E4" class="btn fk_btn btn-sm btn-success app-hide">实施信息反馈</button>
                       
                      <span class="text-danger" >
                         
                      </span>
                      
                      
                      
                    </td>
                </tr>
          </table>
        <div class="line"></div>
        <div clsss="row detail">
            <div class="col-xs-12 col-md-2 title">
            中国标准分类号(CCS)
            </div>
            <div class="col-xs-12 col-md-4 content">
            F19
            </div>
            <div class="col-xs-12 col-md-2 title">
            国际标准分类号(ICS)
            </div>
            <div class="col-xs-12 col-md-4 content">
            27.180
            </div>
            <div style="clear:both"></div>
        </div>
        <div clsss="row">
            <div class="col-xs-12 col-md-2 title">
            发布日期
            </div>
            <div class="col-xs-12 col-md-4 content">
            2024-10-26
            </div>
            
                <div class="col-xs-12 col-md-2 title">
                实施日期
                </div>
                 <div class="col-xs-12 col-md-4 content">
                2025-05-01
                </div>
             
             
            <div style="clear:both;"></div>
        </div>
        
        
        <div clsss="row">
            <div class="col-xs-12 col-md-2 title">
            主管部门
            </div>
            <div class="col-xs-12 col-md-4 content">
            中国电力企业联合会
            </div>
            <div class="col-xs-12 col-md-2 title">
            归口部门
            </div>
            <div class="col-xs-12 col-md-4 content">
            中国电力企业联合会
            </div>
            <div style="clear:both;"></div>
        </div>
        <div clsss="row">
            <div class="col-xs-12 col-md-2 title">
            发布单位
            </div>
            <div class="col-xs-12 col-md-10 content">
            国家市场监督管理总局、国家标准化管理委员会
            </div>
            <div style="clear:both;"></div>
        </div>
        <div clsss="row">
            <div class="col-xs-12 col-md-2 title">
            备注
            </div>
            <div class="col-xs-12 col-md-10 content">
            
            </div>
            
        </div>
        
        
        
        
        <div style="clear:both;"></div>
        
        
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="modal bs-example-modal-sm" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
        <div class="modal-dialog" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
                    <h4 class="modal-title" id="myModalLabel">在线预览提示</h4>
                </div>
                <div class="modal-body"> 
                    当前浏览器暂不支持标准全文在线预览服务,请使用现代浏览器(Chrome、Firefox、Opera、Microsoft Edge、360安全浏览器、搜狗浏览器、猎豹浏览器、傲游浏览器等)重新打开当前页面继续进行标准全文预览。
                </div>
                <div class="modal-footer">
                    <button type="button" class="btn btn-default" data-dismiss="modal">知道了</button>
                </div>
            </div>
        </div>
    </div>
    
 
<style>
@media (max-width: 768px) {
    .footer-body li {
        color: white;
        font-size: 12px;
    }
}
</style>
 
<div class="footer-body" style="background-color: #0566ab;font-family: arial,tahoma,'Microsoft Yahei','\5b8b\4f53',sans-serif;">
    <div class="container">
        <div class="row" style="padding:15px 0;">
            <div class="col-sm-5 col-xs-6">
                <ul style="list-style:none;">
                    <li style="margin: 10px 0px;"><h6 style="color:white;font-weight: bold;line-height: 1.1;font-size: 14px;">版权所有 侵权必究</h6></li>
                    <li style="margin: 2px 0px;color:#bec8ce;" >主管:国家市场监督管理总局 国家标准化管理委员会</li>
                    <li style="margin: 2px 0px;color:#bec8ce;" >主办:国家市场监督管理总局国家标准技术审评中心</li>
                    <li style="margin: 2px 0px;color:#bec8ce;" >技术支持:北京中标赛宇科技有限公司</li>
                    <li style="margin: 2px 0px;color:#bec8ce;" >支持电话:010-82261056</li>
                    <li style="margin: 2px 0px;color:#bec8ce;" >备案号:<a style="color:#bec8ce;" href="https://beian.miit.gov.cn/" target="_blank">京ICP备18022388号-1</a></li>
                </ul>
            </div>
            <div class="col-sm-3 col-xs-6">
                <ul style="list-style:none;"> 
                    <li style="margin: 10px 0px"><h6 style="color:white;font-weight: bold;line-height: 1.1;font-size: 14px;">重要网站链接</h6></li>
                    <li style="margin: 2px 0px;color:#bec8ce;" ><a style="color:#bec8ce;" href="http://www.samr.gov.cn/" target="_blank">国家市场监督管理总局</a></li>
                    <li style="margin: 2px 0px;color:#bec8ce;" ><a style="color:#bec8ce;" href="http://www.sac.gov.cn/" target="_blank">国家标准化管理委员会</a></li> 
                    <li style="margin: 2px 0px;color:#bec8ce;" ><a style="color:#bec8ce;" href="http://ncse.ac.cn/" target="_blank">国家市场监督管理总局国家标准技术审评中心</a></li>
                </ul>
            </div>
            <div class="col-sm-2" style="text-align:center;">
                <div>
                <a href="javascript:return void(0);" onclick="Link('bm31370001')"><img src="/bzgk//images/jiucuo.png" style="width: 90px;"/></a>
                </div>
                <div style="margin-top: 15px;">
                <a target="_blank" href="https://bszs.conac.cn/sitename?method=show&id=A1B86006AA736CD2E05310291AAC4CC7"><img src="/bzgk//images/dzjg.png" /></a>
                </div>
            </div>
            <div class="col-sm-2 hidden-xs" style="text-align:center;"> 
                <img width="100%" src="/bzgk//images/ewm.jpg" style="width: 128px;height: 128px;"/> 
            </div>
        </div>
    </div>
    
    
    <script>
        var  _hmt  =  _hmt  ||  [];
        
        function open_new_window(full_link){
            window.open('javascript:window.name;', '<script>location.replace("'+full_link+'")<\/script>');
        }
    
        (function()  {
            var  hm  =  document.createElement("script");
            hm.src  =  "https://hm.baidu.com/hm.js?50758913e6f0dfc9deacbfebce3637e4";
            var  s  =  document.getElementsByTagName("script")[0];  
            s.parentNode.insertBefore(hm,  s);
            
            
            $('.outer-link').click(function(){
                open_new_window($(this).attr('href'));
                return false;
            });
        })();
        //点击图标
        function Link(site_code) {
            //获取该站点需要纠错页面的url地址
            var url = getCurrUrl();
            //跳转至纠错系统填写页面 
            window.open("https://zfwzgl.www.gov.cn/exposure/jiucuo.html?site_code=" + site_code + "&url=" + encodeURIComponent(url));
        }
        //获取该站点需要纠错页面的url地址
        function getCurrUrl() {
            var url = "";
            if (parent !== window) {
                try {
                    url = window.top.location.href;
                } catch (e) {
                    url = window.top.document.referrer;
                }
            }
            if (url.length == 0)
                url = document.location.href;
            return url;
        }
    </script>
</div>
</body>
</html>