CINXE.COM

互联网域名管理办法

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <title>互联网域名管理办法</title> <link rel="stylesheet" href="/libs/datepicker-master/css/datepicker.css"> <link rel="stylesheet" href="/libs/jquery-nice-select-1.1.0/css/nice-select.css"> <link rel="stylesheet" type="text/css" href="/style/main.css" /> </head> <body> <base target="_blank" /> <script src="/js/jquery-1.11.0.min.js" type="text/javascript"></script> <script src="/js/jquery_cookie_min.js" type="text/javascript" charset="utf-8"></script> <script src="/js/my.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> var harmcategory = "" $(function () { // if (harmcategory == "") { $.ajax({ type: "get", //url: BS_URL+"/rpapi/portal/harmtype/get", url: "/js/harmtype.js", dataType: 'json', success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) // } }) //获取危害大类 function setbigharmcategory(category) { $.each(harmcategory, function (i) { var parentId = harmcategory[i]["parentId"] if (parentId == 0 || parentId == "0") { if (harmcategory[i]["id"] == ("00" + category)) { $.cookie('bigHarmType', "00" + category, {expires: date, path: '/', secure:true}) return; } } }) } //获取危害小类 function getbigharmchildren() { $.ajax({ type: "get", url: "/js/harmtype.js", dataType: 'json', async:false, success: function (data) { var z = eval(data)["result"] harmcategory=eval(JSON.stringify(z)) }, error: function (err) { console.log(err) } }) var parentId = $.cookie('bigHarmType') var smallharmlist = new Array() $.each(harmcategory, function (i) { var pId = harmcategory[i]["parentId"] if (pId != 0 || pId != "0") { if (parentId == pId) { var obj = new Object() obj.name = harmcategory[i]["typeName"] obj.value = harmcategory[i]["id"] console.log("危害小类:"+harmcategory[i]["typeName"]+"........."+harmcategory[i]["id"]) smallharmlist.push(obj) } } }) return smallharmlist } //设置cookie失效时间 var date = new Date(); var minutes = 30; date.setTime(date.getTime() + (minutes * 60 * 1000)); var searchtime = new Date(); var mm = 1; searchtime.setTime(searchtime.getTime() + (mm * 60 * 1000)); function getParam(paramName) { paramValue = "", isFound = !1; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) { arrSource = unescape(this.location.search).substring(1, this.location.search.length).split("&"), i = 0; while (i < arrSource.length && !isFound) arrSource[i].indexOf("=") > 0 && arrSource[i].split("=")[0].toLowerCase() == paramName.toLowerCase() && (paramValue = arrSource[i].split("=")[1], isFound = !0), i++ } return paramValue == "" && (paramValue = null), paramValue } var tab = getParam("tab") function toSearch() { var condition=getVal("searchCondition") if (condition.length>0){ $.cookie('mySearchCondition', condition, {expires: date,path: '/', secure:true}) } // $.ajax({ // type:"get", // url:'', // data:{}, // success:function(data){ window.location.href = "/search/search.html" // }, // error:function(data,type, err){ // console.log(data +" - "+type + ": " + err) // } // // }); } function limitinput(ele, len) { $(ele).bind('input propertychange', function () { var tvalmum; tvalnum = $(this).val().length; if (tvalnum > len) { var tval = $(this).val(); tval = tval.substring(0, len); $(this).val(tval); } }); } function to_notifition(obj) { var wxxx=document.getElementById("wxxx") var tzgg=document.getElementById("tzgg") if (obj=="wxxx"){ $.cookie('wxxx', 'wxxx', {expires: date, path: '/', secure:true}) wxxx.className="lv1 focus" tzgg.className="" }if (obj==tzgg) { wxxx.className="" tzgg.className="lv1 focus" } } </script> <div class="header"> <div class="wrap"> <ul class="nav"> <script type="text/javascript"> if (tab == null){ document.write('<li class="focus"><a href="/index.html">首页</a></li>') }else{ document.write('<li><a href="/index.html">首页</a></li>') } if (tab == 2){ document.write('<li class="focus"><a href="/wxxx/list1.html?tab=2">网信信息</a></li>') }else{ document.write('<li><a href="/wxxx/list1.html?tab=2">网信信息</a></li>') } if (tab == 3){ document.write('<li class="focus"><a href="/tzgg/list1.html?tab=3">通知公告</a></li>') }else{ document.write('<li><a href="/tzgg/list1.html?tab=3">通知公告</a></li>') } if (tab == 4){ document.write('<li class="focus"><a href="/jbzn.html?tab=4">举报指南</a></li>') }else{ document.write('<li><a href="/jbzn.html?tab=4">举报指南</a></li>') } if (tab == 6){ document.write('<li class="focus"><a href="/jbcx.html?tab=6">举报查询</a></li>') }else{ document.write('<li><a href="/jbcx.html?tab=6">举报查询</a></li>') } if (tab == 5){ document.write('<li class="focus"><a href="/jgjj.html?tab=5">机构简介</a></li>') }else{ document.write('<li><a href="/jgjj.html?tab=5">机构简介</a></li>') } </script> </ul> <form class="search" action="" method="GET" autocomplete="off"> <input type="text" id="searchCondition" name=""> <button class="btn default" id="search" name="search" type="button" onclick="toSearch()">搜索</button> </form> </div> </div> <div class="breadcrumbs"> <div class="wrap">当前位置:<a href="/">首页</a> &gt;&gt; <a href="">部门规章</a></div> </div> <div class="wrap pl80 pr80"> <h1 class="article-title ta-c"><span>互联网域名管理办法<span></h1> <div class="article-meta ta-c pb30"> <div class="article-share f-r"> <div class="title">分享:</div> <div class="icon"> <a href="javascript:void(0)" onclick="return false;" onmouseover="showpic(0);"><img src="/style/icon-weixin.png"><div id="pic0" class="qr on" style="display:none"><br> <div id="wx0" style=" position:relative;z-index:99999;"/></div> </div></a> <a target="_blank" href="javascript:void(0)" onclick="shareqq(this);"><img src="/style/icon-qq.png"></a> <a target="_blank" href="javascript:void(0)" onclick="shareweibo(this);"><img src="/style/icon-weibo.png"></a> </div> </div> <span>2020-04-21</span> <span>来源:工信部网站</span> </div> <div class="article-body pl80 pr80"> <p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><strong style="margin: 0px; padding: 0px;"><span style="margin: 0px; padding: 0px; color: rgb(31, 73, 125);">互联网域名管理办法</span></strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><span style="margin: 0px; padding: 0px; font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px;">中华人民共和国工业和信息化部令</span></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; text-indent: 0em; white-space: normal; text-align: center;"><span style="margin: 0px; padding: 0px; font-family: 楷体, 楷体_GB2312, SimKai; font-size: 14px;">第43号</span></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><span style="margin: 0px; padding: 0px; font-family: 楷体, 楷体_GB2312, SimKai;"><br/></span></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">《互联网域名管理办法》已经2017年8月16日工业和信息化部第32次部务会议审议通过,现予公布,自2017年11月1日起施行。原信息产业部2004年11月5日公布的《中国互联网络域名管理办法》(原信息产业部令第30号)同时废止。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: right;">部长 苗圩</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: right;">2017年8月24日</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: center;"><strong style="margin: 0px; padding: 0px;">互联网域名管理办法</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: center;"><strong style="margin: 0px; padding: 0px;">第一章 总则</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第一条</strong>为了规范互联网域名服务,保护用户合法权益,保障互联网域名系统安全、可靠运行,推动中文域名和国家顶级域名发展和应用,促进中国互联网健康发展,根据《中华人民共和国行政许可法》《国务院对确需保留的行政审批项目设定行政许可的决定》等规定,参照国际上互联网域名管理准则,制定本办法。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二条</strong>在中华人民共和国境内从事互联网域名服务及其运行维护、监督管理等相关活动,应当遵守本办法。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">本办法所称互联网域名服务(以下简称域名服务),是指从事域名根服务器运行和管理、顶级域名运行和管理、域名注册、域名解析等活动。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三条&nbsp;</strong>工业和信息化部对全国的域名服务实施监督管理,主要职责是:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)制定互联网域名管理规章及政策;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)制定中国互联网域名体系、域名资源发展规划;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)管理境内的域名根服务器运行机构和域名注册管理机构;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)负责域名体系的网络与信息安全管理;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)依法保护用户个人信息和合法权益;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)负责与域名有关的国际协调;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(七)管理境内的域名解析服务;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(八)管理其他与域名服务相关的活动。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四条</strong>各省、自治区、直辖市通信管理局对本行政区域内的域名服务实施监督管理,主要职责是:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)贯彻执行域名管理法律、行政法规、规章和政策;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)管理本行政区域内的域名注册服务机构;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)协助工业和信息化部对本行政区域内的域名根服务器运行机构和域名注册管理机构进行管理;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)负责本行政区域内域名系统的网络与信息安全管理;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)依法保护用户个人信息和合法权益;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)管理本行政区域内的域名解析服务;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(七)管理本行政区域内其他与域名服务相关的活动。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五条</strong>中国互联网域名体系由工业和信息化部予以公告。根据域名发展的实际情况,工业和信息化部可以对中国互联网域名体系进行调整。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第六条</strong>“.CN”和“.中国”是中国的国家顶级域名。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">中文域名是中国互联网域名体系的重要组成部分。国家鼓励和支持中文域名系统的技术研究和推广应用。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第七条</strong>提供域名服务,应当遵守国家相关法律法规,符合相关技术规范和标准。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第八条</strong>任何组织和个人不得妨碍互联网域名系统的安全和稳定运行。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><br/></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: center;"><strong style="margin: 0px; padding: 0px;">第二章 域名管理</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第九条</strong>&nbsp;在境内设立域名根服务器及域名根服务器运行机构、域名注册管理机构和域名注册服务机构的,应当依据本办法取得工业和信息化部或者省、自治区、直辖市通信管理局(以下统称电信管理机构)的相应许可。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十条</strong>申请设立域名根服务器及域名根服务器运行机构的,应当具备以下条件:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)域名根服务器设置在境内,并且符合互联网发展相关规划及域名系统安全稳定运行要求;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)是依法设立的法人,该法人及其主要出资者、主要经营管理人员具有良好的信用记录;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)具有保障域名根服务器安全可靠运行的场地、资金、环境、专业人员和技术能力以及符合电信管理机构要求的信息管理系统;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)具有健全的网络与信息安全保障措施,包括管理人员、网络与信息安全管理制度、应急处置预案和相关技术、管理措施等;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)具有用户个人信息保护能力、提供长期服务的能力及健全的服务退出机制;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)法律、行政法规规定的其他条件。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十一条</strong>申请设立域名注册管理机构的,应当具备以下条件:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)域名管理系统设置在境内,并且持有的顶级域名符合相关法律法规及域名系统安全稳定运行要求;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)是依法设立的法人,该法人及其主要出资者、主要经营管理人员具有良好的信用记录;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)具有完善的业务发展计划和技术方案以及与从事顶级域名运行管理相适应的场地、资金、专业人员以及符合电信管理机构要求的信息管理系统;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)具有健全的网络与信息安全保障措施,包括管理人员、网络与信息安全管理制度、应急处置预案和相关技术、管理措施等;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)具有进行真实身份信息核验和用户个人信息保护的能力、提供长期服务的能力及健全的服务退出机制;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)具有健全的域名注册服务管理制度和对域名注册服务机构的监督机制;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(七)法律、行政法规规定的其他条件。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十二条</strong>申请设立域名注册服务机构的,应当具备以下条件:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)在境内设置域名注册服务系统、注册数据库和相应的域名解析系统;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)是依法设立的法人,该法人及其主要出资者、主要经营管理人员具有良好的信用记录;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)具有与从事域名注册服务相适应的场地、资金和专业人员以及符合电信管理机构要求的信息管理系统;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)具有进行真实身份信息核验和用户个人信息保护的能力、提供长期服务的能力及健全的服务退出机制;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)具有健全的域名注册服务管理制度和对域名注册代理机构的监督机制;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)具有健全的网络与信息安全保障措施,包括管理人员、网络与信息安全管理制度、应急处置预案和相关技术、管理措施等;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(七)法律、行政法规规定的其他条件。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十三条</strong>申请设立域名根服务器及域名根服务器运行机构、域名注册管理机构的,应当向工业和信息化部提交申请材料。申请设立域名注册服务机构的,应当向住所地省、自治区、直辖市通信管理局提交申请材料。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">申请材料应当包括:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)申请单位的基本情况及其法定代表人签署的依法诚信经营承诺书;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)对域名服务实施有效管理的证明材料,包括相关系统及场所、服务能力的证明材料、管理制度、与其他机构签订的协议等;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)网络与信息安全保障制度及措施;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)证明申请单位信誉的材料。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十四条&nbsp;</strong>申请材料齐全、符合法定形式的,电信管理机构应当向申请单位出具受理申请通知书;申请材料不齐全或者不符合法定形式的,电信管理机构应当场或者在5个工作日内一次性书面告知申请单位需要补正的全部内容;不予受理的,应当出具不予受理通知书并说明理由。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十五条&nbsp;</strong>电信管理机构应当自受理之日起20个工作日内完成审查,作出予以许可或者不予许可的决定。20个工作日内不能作出决定的,经电信管理机构负责人批准,可以延长10个工作日,并将延长期限的理由告知申请单位。需要组织专家论证的,论证时间不计入审查期限。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">予以许可的,应当颁发相应的许可文件;不予许可的,应当书面通知申请单位并说明理由。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十六条&nbsp;</strong>域名根服务器运行机构、域名注册管理机构和域名注册服务机构的许可有效期为5年。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十七条</strong>域名根服务器运行机构、域名注册管理机构和域名注册服务机构的名称、住所、法定代表人等信息发生变更的,应当自变更之日起20日内向原发证机关办理变更手续。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十八条</strong>在许可有效期内,域名根服务器运行机构、域名注册管理机构、域名注册服务机构拟终止相关服务的,应当提前30日书面通知用户,提出可行的善后处理方案,并向原发证机关提交书面申请。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">原发证机关收到申请后,应当向社会公示30日。公示期结束60日内,原发证机关应当完成审查并做出决定。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第十九条</strong>许可有效期届满需要继续从事域名服务的,应当提前90日向原发证机关申请延续;不再继续从事域名服务的,应当提前90日向原发证机关报告并做好善后工作。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十条</strong>域名注册服务机构委托域名注册代理机构开展市场销售等工作的,应当对域名注册代理机构的工作进行监督和管理。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册代理机构受委托开展市场销售等工作的过程中,应当主动表明代理关系,并在域名注册服务合同中明示相关域名注册服务机构名称及代理关系。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十一条</strong>&nbsp;域名注册管理机构、域名注册服务机构应当在境内设立相应的应急备份系统并定期备份域名注册数据。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十二条</strong>域名根服务器运行机构、域名注册管理机构、域名注册服务机构应当在其网站首页和经营场所显著位置标明其许可相关信息。域名注册管理机构还应当标明与其合作的域名注册服务机构名单。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册代理机构应当在其网站首页和经营场所显著位置标明其代理的域名注册服务机构名称。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><br/></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: center;"><strong style="margin: 0px; padding: 0px;">第三章 域名服务</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十三条</strong>域名根服务器运行机构、域名注册管理机构和域名注册服务机构应当向用户提供安全、方便、稳定的服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十四条</strong>域名注册管理机构应当根据本办法制定域名注册实施细则并向社会公开。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十五条</strong>域名注册管理机构应当通过电信管理机构许可的域名注册服务机构开展域名注册服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册服务机构应当按照电信管理机构许可的域名注册服务项目提供服务,不得为未经电信管理机构许可的域名注册管理机构提供域名注册服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十六条</strong>域名注册服务原则上实行“先申请先注册”,相应域名注册实施细则另有规定的,从其规定。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十七条</strong>为维护国家利益和社会公众利益,域名注册管理机构应当建立域名注册保留字制度。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十八条</strong>任何组织或者个人注册、使用的域名中,不得含有下列内容:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)反对宪法所确定的基本原则的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)危害国家安全,泄露国家秘密,颠覆国家政权,破坏国家统一的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)损害国家荣誉和利益的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)煽动民族仇恨、民族歧视,破坏民族团结的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)破坏国家宗教政策,宣扬邪教和封建迷信的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)散布谣言,扰乱社会秩序,破坏社会稳定的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(七)散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(八)侮辱或者诽谤他人,侵害他人合法权益的</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(九)含有法律、行政法规禁止的其他内容的。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册管理机构、域名注册服务机构不得为含有前款所列内容的域名提供服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第二十九条</strong>&nbsp;域名注册服务机构不得采用欺诈、胁迫等不正当手段要求他人注册域名。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十条</strong>&nbsp;域名注册服务机构提供域名注册服务,应当要求域名注册申请者提供域名持有者真实、准确、完整的身份信息等域名注册信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册管理机构和域名注册服务机构应当对域名注册信息的真实性、完整性进行核验。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册申请者提供的域名注册信息不准确、不完整的,域名注册服务机构应当要求其予以补正。申请者不补正或者提供不真实的域名注册信息的,域名注册服务机构不得为其提供域名注册服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十一条</strong>域名注册服务机构应当公布域名注册服务的内容、时限、费用,保证服务质量,提供域名注册信息的公共查询服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十二条</strong>&nbsp;域名注册管理机构、域名注册服务机构应当依法存储、保护用户个人信息。未经用户同意不得将用户个人信息提供给他人,但法律、行政法规另有规定的除外。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十三条</strong>域名持有者的联系方式等信息发生变更的,应当在变更后30日内向域名注册服务机构办理域名注册信息变更手续。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名持有者将域名转让给他人的,受让人应当遵守域名注册的相关要求。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十四条</strong>域名持有者有权选择、变更域名注册服务机构。变更域名注册服务机构的,原域名注册服务机构应当配合域名持有者转移其域名注册相关信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">无正当理由的,域名注册服务机构不得阻止域名持有者变更域名注册服务机构。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信管理机构依法要求停止解析的域名,不得变更域名注册服务机构。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十五条</strong>域名注册管理机构和域名注册服务机构应当设立投诉受理机制,并在其网站首页和经营场所显著位置公布投诉受理方式。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册管理机构和域名注册服务机构应当及时处理投诉;不能及时处理的,应当说明理由和处理时限。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十六条</strong>提供域名解析服务,应当遵守有关法律、法规、标准,具备相应的技术、服务和网络与信息安全保障能力,落实网络与信息安全保障措施,依法记录并留存域名解析日志、维护日志和变更记录,保障解析服务质量和解析系统安全。涉及经营电信业务的,应当依法取得电信业务经营许可。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十七条</strong>提供域名解析服务,不得擅自篡改解析信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">任何组织或者个人不得恶意将域名解析指向他人的IP地址。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十八条</strong>提供域名解析服务,不得为含有本办法第二十八条第一款所列内容的域名提供域名跳转。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第三十九条</strong>从事互联网信息服务的,其使用域名应当符合法律法规和电信管理机构的有关规定,不得将域名用于实施违法行为。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十条</strong>域名注册管理机构、域名注册服务机构应当配合国家有关部门依法开展的检查工作,并按照电信管理机构的要求对存在违法行为的域名采取停止解析等处置措施。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">域名注册管理机构、域名注册服务机构发现其提供服务的域名发布、传输法律和行政法规禁止发布或者传输的信息的,应当立即采取消除、停止解析等处置措施,防止信息扩散,保存有关记录,并向有关部门报告。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十一条</strong>域名根服务器运行机构、域名注册管理机构和域名注册服务机构应当遵守国家相关法律、法规和标准,落实网络与信息安全保障措施,配置必要的网络通信应急设备,建立健全网络与信息安全监测技术手段和应急制度。域名系统出现网络与信息安全事件时,应当在24小时内向电信管理机构报告。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">因国家安全和处置紧急事件的需要,域名根服务器运行机构、域名注册管理机构和域名注册服务机构应当服从电信管理机构的统一指挥与协调,遵守电信管理机构的管理要求。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十二条&nbsp;</strong>任何组织或者个人认为他人注册或者使用的域名侵害其合法权益的,可以向域名争议解决机构申请裁决或者依法向人民法院提起诉讼。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十三条&nbsp;</strong>已注册的域名有下列情形之一的,域名注册服务机构应当予以注销,并通知域名持有者:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)域名持有者申请注销域名的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)域名持有者提交虚假域名注册信息的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)依据人民法院的判决、域名争议解决机构的裁决,应当注销的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)法律、行政法规规定予以注销的其他情形。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><br/></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: center;"><strong style="margin: 0px; padding: 0px;">第四章 监督检查</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十四条&nbsp;</strong>电信管理机构应当加强对域名服务的监督检查。域名根服务器运行机构、域名注册管理机构、域名注册服务机构应当接受、配合电信管理机构的监督检查。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">鼓励域名服务行业自律管理,鼓励公众监督域名服务。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十五条</strong>域名根服务器运行机构、域名注册管理机构、域名注册服务机构应当按照电信管理机构的要求,定期报送业务开展情况、安全运行情况、网络与信息安全责任落实情况、投诉和争议处理情况等信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十六条</strong>电信管理机构实施监督检查时,应当对域名根服务器运行机构、域名注册管理机构和域名注册服务机构报送的材料进行审核,并对其执行法律法规和电信管理机构有关规定的情况进行检查。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">电信管理机构可以委托第三方专业机构开展有关监督检查活动。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十七条</strong>电信管理机构应当建立域名根服务器运行机构、域名注册管理机构和域名注册服务机构的信用记录制度,将其违反本办法并受到行政处罚的行为记入信用档案。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十八条</strong>电信管理机构开展监督检查,不得妨碍域名根服务器运行机构、域名注册管理机构和域名注册服务机构正常的经营和服务活动,不得收取任何费用,不得泄露所知悉的域名注册信息。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><br/></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: center;"><strong style="margin: 0px; padding: 0px;">第五章 罚则</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第四十九条</strong>违反本办法第九条规定,未经许可擅自设立域名根服务器及域名根服务器运行机构、域名注册管理机构、域名注册服务机构的,电信管理机构应当根据《中华人民共和国行政许可法》第八十一条的规定,采取措施予以制止,并视情节轻重,予以警告或者处一万元以上三万元以下罚款。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十条</strong>违反本办法规定,域名注册管理机构或者域名注册服务机构有下列行为之一的,由电信管理机构依据职权责令限期改正,并视情节轻重,处一万元以上三万元以下罚款,向社会公告:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)为未经许可的域名注册管理机构提供域名注册服务,或者通过未经许可的域名注册服务机构开展域名注册服务的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)未按照许可的域名注册服务项目提供服务的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)未对域名注册信息的真实性、完整性进行核验的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)无正当理由阻止域名持有者变更域名注册服务机构的。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十一条</strong>违反本办法规定,提供域名解析服务,有下列行为之一的,由电信管理机构责令限期改正,可以视情节轻重处一万元以上三万元以下罚款,向社会公告:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)擅自篡改域名解析信息或者恶意将域名解析指向他人IP地址的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)为含有本办法第二十八条第一款所列内容的域名提供域名跳转的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)未落实网络与信息安全保障措施的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)未依法记录并留存域名解析日志、维护日志和变更记录的;</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)未按照要求对存在违法行为的域名进行处置的。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十二条</strong>违反本办法第十七条、第十八条第一款、第二十一条、第二十二条、第二十八条第二款、第二十九条、第三十一条、第三十二条、第三十五条第一款、第四十条第二款、第四十一条规定的,由电信管理机构依据职权责令限期改正,可以并处一万元以上三万元以下罚款,向社会公告。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十三条</strong>法律、行政法规对有关违法行为的处罚另有规定的,依照有关法律、行政法规的规定执行。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十四条&nbsp;</strong>任何组织或者个人违反本办法第二十八条第一款规定注册、使用域名,构成犯罪的,依法追究刑事责任;尚不构成犯罪的,由有关部门依法予以处罚。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><br/></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em; text-align: center;"><strong style="margin: 0px; padding: 0px;">第六章 附则</strong></p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十五条&nbsp;</strong>本办法下列用语的含义是:</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(一)域名:指互联网上识别和定位计算机的层次结构式的字符标识,与该计算机的IP地址相对应。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(二)中文域名:指含有中文文字的域名。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(三)顶级域名:指域名体系中根节点下的第一级域的名称。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(四)域名根服务器:指承担域名体系中根节点功能的服务器(含镜像服务器)。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(五)域名根服务器运行机构:指依法获得许可并承担域名根服务器运行、维护和管理工作的机构。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(六)域名注册管理机构:指依法获得许可并承担顶级域名运行和管理工作的机构。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(七)域名注册服务机构:指依法获得许可、受理域名注册申请并完成域名在顶级域名数据库中注册的机构。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(八)域名注册代理机构:指受域名注册服务机构的委托,受理域名注册申请,间接完成域名在顶级域名数据库中注册的机构。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(九)域名管理系统:指域名注册管理机构在境内开展顶级域名运行和管理所需的主要信息系统,包括注册管理系统、注册数据库、域名解析系统、域名信息查询系统、身份信息核验系统等。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">(十)域名跳转:指对某一域名的访问跳转至该域名绑定或者指向的其他域名、IP地址或者网络信息服务等。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十六条</strong>本办法中规定的日期,除明确为工作日的以外,均为自然日。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十七条</strong>在本办法施行前未取得相应许可开展域名服务的,应当自本办法施行之日起十二个月内,按照本办法规定办理许可手续。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;">在本办法施行前已取得许可的域名根服务器运行机构、域名注册管理机构和域名注册服务机构,其许可有效期适用本办法第十六条的规定,有效期自本办法施行之日起计算。</p><p style="margin-top: 0px; margin-bottom: 0px; padding: 0px; font-family: 微软雅黑; white-space: normal; text-indent: 2em;"><strong style="margin: 0px; padding: 0px;">第五十八条</strong>本办法自2017年11月1日起施行。2004年11月5日公布的《中国互联网络域名管理办法》(原信息产业部令第30号)同时废止。本办法施行前公布的有关规定与本办法不一致的,按照本办法执行。</p> </div> </div> <script src="/libs/jquery-nice-select-1.1.0/js/jquery.nice-select.js"></script> <script src="/js/common.js"></script> <script type="text/javascript"> </script> </body> <script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script> <script src="/js/jquery.qrcode.min.js" type="text/javascript" charset="utf-8"></script> <script> function showpic(index){ var url = window.location.href; if($(eval("pic"+index)).css('display')=='block'){ $(eval("wx"+index)).html(''); $(eval("pic"+index)).css('display','none'); $(eval("pic"+index)).css('position',''); $(eval("pic"+index)).css('z-index',''); }else{ $(eval("wx"+index)).qrcode({width:160,height:160,correctLevel:0,text:url}); $(eval("pic"+index)).css('display','block'); $(eval("pic"+index)).css('position','absolute'); $(eval("pic"+index)).css('z-index','999'); }} function shareqq(obj){ var url = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+window.location.href; $(obj).attr('href',url); //obj.click(); } function shareweibo(obj){ var url = 'http://v.t.sina.com.cn/share/share.php?title=互联网域名管理办法&url='+window.location.href; $(obj).attr('href',url); //obj.click(); } </script> </head> <div class="footer">中央网信办(国家互联网信息办公室)违法和不良信息举报中心 版权所有 <a href="https://beian.miit.gov.cn/">京ICP备15022452号</a></div> <script type="text/javascript"> //添加cookie function setCookie(name,value){ var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days*24*60*60*1000); //document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString(); $.cookie(name, value, {expires: exp, path: '/', domain: '12377.cn', secure:true}) } function getCookie(name){ var strcookie = document.cookie;//获取cookie字符串 var arrcookie = strcookie.split("; ");//分割 //遍历匹配 for ( var i = 0; i < arrcookie.length; i++) { var arr = arrcookie[i].split("="); if (arr[0] == name){ return arr[1]; } } return ""; } var ck = getCookie("12377.cn"); if(ck == "undefined" || ck == null || ck == ''){ var std = new Date().getTime(); var rd = Math.floor(Math.random()*100); setCookie("12377.cn",std + '' + rd ); } function pad2(n) { return n < 10 ? '0' + n : n } function generateTimeReqestNumber() { var date = new Date(); return date.getFullYear().toString() + pad2(date.getMonth() + 1) + pad2(date.getDate()) + pad2(date.getHours()) + pad2(date.getMinutes()) + pad2(date.getSeconds()); } function guid() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); } var code; function createCode() { //var codeInput = document.getElementsByClassName("code")[0]; var codeArr = [0,1,2,3,4,5,6,7,8,9,'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']; var length = 6; code = ""; for (var i = 0; i < length; i++) { randomI = Math.floor(Math.random() * 36); code += codeArr[randomI]; } return code; } userKey = guid(); console.log(userKey); var ckguestkey = getCookie("guestKey"); console.log('======'+generateTimeReqestNumber()); if(ckguestkey == "undefined" || ckguestkey == null || ckguestkey == ''){ guestKey = generateTimeReqestNumber()+createCode(); setCookie("guestKey",guestKey); console.log(guestKey); //setCookie("userKey",userKey); //console.log(userKey); } t = new Date().getTime()+Math.random(); vist = '<script src="https://stats.12377.cn/js/visitor.js?time='+t+'"><//script>'; //vist = '<script src="https://stats.12377.cn:81/js/visitor.js?time='+t+'"><//script>'; document.write(vist); console.log(vist) </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10