|
|
|
|
|
|
|
|
<!-- 设置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">×</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>
|