Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ou13.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 14 May 2025 09:13:19 GMT
Content-Type: text/html
Content-Length: 0
Connection: keep-alive
Location: http://www.ou13.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://www.ou13.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 14 May 2025 09:13:20 GMT
Content-Type: text/html
Content-Length: 28246
Connection: keep-alive
Vary: Accept-Encoding

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: ou13.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>&#20122;&#27954;&#29408;&#29408;&#23159;&#23159;&#32508;&#21512;&#20037;&#20037;&#95;&#20037;&#20037;&#57;&#57;&#31934;&#21697;&#20037;&#20037;&#20037;&#20037;&#20037;&#20037;&#19981;&#21345;&#95;&#13;&#20013;&#25991;&#23383;&#24149;&#97;&#118;&#31532;&#19968;&#39029;&#95;&#26368;&#26032;&#31934;&#21697;&#20122;&#27954;&#25104;&#97;&#20154;&#22312;&#32447;&#35266;&#30475;&#95;&#19968;&#32423;&#945;&#8548;&#57;&#54;&#20037;&#20037;&#95;&#20122;&#27954;&#24615;&#20037;&#20037;&#20037;&#24433;&#35270;&#13;</title>

<meta name="keywords" content="&#20122;&#27954;&#29408;&#29408;&#23159;&#23159;&#32508;&#21512;&#20037;&#20037;&#95;&#20037;&#20037;&#57;&#57;&#31934;&#21697;&#20037;&#20037;&#20037;&#20037;&#20037;&#20037;&#19981;&#21345;&#95;&#13;&#20013;&#25991;&#23383;&#24149;&#97;&#118;&#31532;&#19968;&#39029;&#95;&#26368;&#26032;&#31934;&#21697;&#20122;&#27954;&#25104;&#97;&#20154;&#22312;&#32447;&#35266;&#30475;&#95;&#19968;&#32423;&#945;&#8548;&#57;&#54;&#20037;&#20037;&#95;&#20122;&#27954;&#24615;&#20037;&#20037;&#20037;&#24433;&#35270;&#13;&#20122;&#27954;&#31934;&#21697;&#26080;&#30721;&#20037;&#20037;&#20037;&#20037;&#65;&#29255;&#33485;&#20117;&#31354;&#95;&#57;&#55;&#20037;&#20037;&#20037;&#20037;&#20154;&#22971;&#31934;&#21697;&#13;" />

<meta name="description" content="&#20122;&#27954;&#29408;&#29408;&#23159;&#23159;&#32508;&#21512;&#20037;&#20037;&#95;&#20037;&#20037;&#57;&#57;&#31934;&#21697;&#20037;&#20037;&#20037;&#20037;&#20037;&#20037;&#19981;&#21345;&#95;&#13;&#20013;&#25991;&#23383;&#24149;&#97;&#118;&#31532;&#19968;&#39029;&#95;&#26368;&#26032;&#31934;&#21697;&#20122;&#27954;&#25104;&#97;&#20154;&#22312;&#32447;&#35266;&#30475;&#95;&#19968;&#32423;&#945;&#8548;&#57;&#54;&#20037;&#20037;&#95;&#20122;&#27954;&#24615;&#20037;&#20037;&#20037;&#24433;&#35270;&#13;&#20122;&#27954;&#31934;&#21697;&#26080;&#30721;&#20037;&#20037;&#20037;&#20037;&#65;&#29255;&#33485;&#20117;&#31354;&#95;&#57;&#55;&#20037;&#20037;&#20037;&#20037;&#20154;&#22971;&#31934;&#21697;&#13;&#22269;&#20135;&#54;&#57;&#31934;&#21697;&#20037;&#20037;&#20037;&#20037;&#57;&#57;&#49;&#45;&#31934;&#21697;&#22269;&#20135;&#33258;&#22312;&#29616;&#32447;&#30475;&#20037;&#20037;&#45;&#13;" />

<link rel="stylesheet" href="/statics/new/css/comm.css">
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="/statics/new/css/index.css">
<link href="/statics/new/css/js.css" rel="stylesheet" type="text/css">
<script src="/statics/new/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/statics/new/js/jquery.touchSlider.js"></script>

<script type="text/javascript">
$(document).ready(function() {
		//banner js
		$(".main_visual").hover(function(){
		$("#btn_prev,#btn_next").fadeIn()
		},function(){
			$("#btn_prev,#btn_next").fadeOut()
		});
		
		$dragBln = false;
		
		$(".main_image").touchSlider({
			flexible : true,
			speed : 200,
			btn_prev : $("#btn_prev"),
			btn_next : $("#btn_next"),
			paging : $(".flicking_con a"),
			counter : function (e){
				$(".flicking_con a").removeClass("on").eq(e.current-1).addClass("on");
			}
		});
		
		$(".main_image").bind("mousedown", function() {
			$dragBln = false;
		});
		
		$(".main_image").bind("dragstart", function() {
			$dragBln = true;
		});
		
		$(".main_image a").click(function(){
			if($dragBln) {
				return false;
			}
		});
		
		timer = setInterval(function(){
			$("#btn_next").click();
		}, 5000);
		
		$(".main_visual").hover(function(){
			clearInterval(timer);
		},function(){
			timer = setInterval(function(){
				$("#btn_next").click();
			},5000);
		});
		
		$(".main_image").bind("touchstart",function(){
			clearInterval(timer);
		}).bind("touchend", function(){
			timer = setInterval(function(){
				$("#btn_next").click();
			}, 5000);
		});
		
		//banner js end

	
	  //產(chǎn)品概況 js
	  var blw=$("#myscrollbox li").width();
	  //獲取單個(gè)子元素所需寬度
	  var liArr = $("#myscrollbox ul").children("li");
	  //獲取子元素?cái)?shù)量
	  var mysw = $("#myscroll").width();
	  //獲取子元素所在區(qū)域?qū)挾?
	  var mus = parseInt(mysw/blw);
	  //計(jì)算出需要顯示的子元素的數(shù)量
	  var length = (liArr.length-mus);
	  //計(jì)算子元素可移動(dòng)次數(shù)(被隱藏的子元素?cái)?shù)量)
	  var i=0
	  $("#right").click(function(){
		  i++
		  //點(diǎn)擊i加1
		  if(i<length){
		      $("#myscrollbox").css("left",-(blw*i));
			  //子元素集合向左移動(dòng),距離為子元素的寬度乘以i。
		  }else{
			  i=length;
			  $("#myscrollbox").css("left",-(blw*length));
			  //超出可移動(dòng)范圍后點(diǎn)擊不再移動(dòng)。最后幾個(gè)隱藏的元素顯示時(shí)i數(shù)值固定位已經(jīng)移走的子元素?cái)?shù)量。
	      }
      });
	  $("#left").click(function(){
		  i--
		  //點(diǎn)擊i減1
		  if(i>=0){
		     $("#myscrollbox").css("left",-(blw*i));
			 //子元素集合向右移動(dòng),距離為子元素的寬度乘以i。
		  }else{
			 i=0;
			 $("#myscrollbox").css("left",0);
			 //超出可移動(dòng)范圍后點(diǎn)擊不再移動(dòng)。最前幾個(gè)子元素被顯示時(shí)i為0。
	      }
      });
});
</script>

<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<script>var V_PATH="/";window.onerror=function(){ return true; };</script>
</head>



<body>
<h1><a href="http://www.ou13.com/">&#20122;&#27954;&#29408;&#29408;&#23159;&#23159;&#32508;&#21512;&#20037;&#20037;&#95;&#20037;&#20037;&#57;&#57;&#31934;&#21697;&#20037;&#20037;&#20037;&#20037;&#20037;&#20037;&#19981;&#21345;&#95;&#13;&#20013;&#25991;&#23383;&#24149;&#97;&#118;&#31532;&#19968;&#39029;&#95;&#26368;&#26032;&#31934;&#21697;&#20122;&#27954;&#25104;&#97;&#20154;&#22312;&#32447;&#35266;&#30475;&#95;&#19968;&#32423;&#945;&#8548;&#57;&#54;&#20037;&#20037;&#95;&#20122;&#27954;&#24615;&#20037;&#20037;&#20037;&#24433;&#35270;&#13;</a></h1><div id="6vsg4" class="pl_css_ganrao" style="display: none;"><output id="6vsg4"></output><tr id="6vsg4"><del id="6vsg4"><option id="6vsg4"><sup id="6vsg4"></sup></option></del></tr><menuitem id="6vsg4"></menuitem><fieldset id="6vsg4"></fieldset><tbody id="6vsg4"></tbody><option id="6vsg4"></option><ul id="6vsg4"><del id="6vsg4"></del></ul><samp id="6vsg4"></samp><source id="6vsg4"></source><fieldset id="6vsg4"><cite id="6vsg4"><bdo id="6vsg4"></bdo></cite></fieldset><big id="6vsg4"></big><address id="6vsg4"></address><thead id="6vsg4"></thead><u id="6vsg4"><wbr id="6vsg4"><ul id="6vsg4"></ul></wbr></u><li id="6vsg4"></li><dd id="6vsg4"></dd><menu id="6vsg4"><dd id="6vsg4"><abbr id="6vsg4"></abbr></dd></menu><video id="6vsg4"><strike id="6vsg4"><acronym id="6vsg4"><s id="6vsg4"></s></acronym></strike></video><sup id="6vsg4"></sup><dd id="6vsg4"><strong id="6vsg4"><dd id="6vsg4"><abbr id="6vsg4"></abbr></dd></strong></dd><s id="6vsg4"></s><dd id="6vsg4"></dd><source id="6vsg4"><dfn id="6vsg4"><p id="6vsg4"><kbd id="6vsg4"></kbd></p></dfn></source><input id="6vsg4"></input><nobr id="6vsg4"></nobr><tbody id="6vsg4"><listing id="6vsg4"><pre id="6vsg4"><em id="6vsg4"></em></pre></listing></tbody><p id="6vsg4"><mark id="6vsg4"><strong id="6vsg4"></strong></mark></p><pre id="6vsg4"><menu id="6vsg4"><delect id="6vsg4"></delect></menu></pre><td id="6vsg4"></td><label id="6vsg4"><sub id="6vsg4"><form id="6vsg4"></form></sub></label><menuitem id="6vsg4"></menuitem><xmp id="6vsg4"></xmp><pre id="6vsg4"><ol id="6vsg4"><font id="6vsg4"><menu id="6vsg4"></menu></font></ol></pre><table id="6vsg4"><wbr id="6vsg4"></wbr></table><table id="6vsg4"></table><th id="6vsg4"><noframes id="6vsg4"></noframes></th><dfn id="6vsg4"><source id="6vsg4"><del id="6vsg4"></del></source></dfn><optgroup id="6vsg4"><blockquote id="6vsg4"><noscript id="6vsg4"></noscript></blockquote></optgroup><samp id="6vsg4"><pre id="6vsg4"><big id="6vsg4"><video id="6vsg4"></video></big></pre></samp><strong id="6vsg4"></strong><fieldset id="6vsg4"><pre id="6vsg4"><menu id="6vsg4"></menu></pre></fieldset><ul id="6vsg4"><code id="6vsg4"><menuitem id="6vsg4"><nobr id="6vsg4"></nobr></menuitem></code></ul><thead id="6vsg4"></thead><samp id="6vsg4"><tbody id="6vsg4"><dfn id="6vsg4"></dfn></tbody></samp><tbody id="6vsg4"></tbody><input id="6vsg4"><xmp id="6vsg4"><li id="6vsg4"></li></xmp></input><blockquote id="6vsg4"><style id="6vsg4"><progress id="6vsg4"><small id="6vsg4"></small></progress></style></blockquote><td id="6vsg4"><kbd id="6vsg4"><p id="6vsg4"></p></kbd></td><em id="6vsg4"><td id="6vsg4"></td></em><strike id="6vsg4"></strike><ruby id="6vsg4"></ruby><menu id="6vsg4"><dd id="6vsg4"><small id="6vsg4"></small></dd></menu><del id="6vsg4"><fieldset id="6vsg4"><rp id="6vsg4"></rp></fieldset></del><pre id="6vsg4"><samp id="6vsg4"><strong id="6vsg4"></strong></samp></pre><small id="6vsg4"><tfoot id="6vsg4"><track id="6vsg4"><ol id="6vsg4"></ol></track></tfoot></small><em id="6vsg4"></em><bdo id="6vsg4"><mark id="6vsg4"><listing id="6vsg4"><dfn id="6vsg4"></dfn></listing></mark></bdo><em id="6vsg4"></em><strong id="6vsg4"><sup id="6vsg4"><table id="6vsg4"><xmp id="6vsg4"></xmp></table></sup></strong><td id="6vsg4"></td><acronym id="6vsg4"><nav id="6vsg4"><center id="6vsg4"></center></nav></acronym><wbr id="6vsg4"><u id="6vsg4"><wbr id="6vsg4"><ul id="6vsg4"></ul></wbr></u></wbr><pre id="6vsg4"></pre><sub id="6vsg4"></sub><ol id="6vsg4"></ol><label id="6vsg4"></label><menuitem id="6vsg4"><code id="6vsg4"><acronym id="6vsg4"></acronym></code></menuitem><sup id="6vsg4"></sup><pre id="6vsg4"></pre><wbr id="6vsg4"><ul id="6vsg4"><code id="6vsg4"></code></ul></wbr><td id="6vsg4"><kbd id="6vsg4"><strong id="6vsg4"></strong></kbd></td><p id="6vsg4"><kbd id="6vsg4"><strong id="6vsg4"></strong></kbd></p><kbd id="6vsg4"></kbd><listing id="6vsg4"><pre id="6vsg4"><em id="6vsg4"></em></pre></listing><pre id="6vsg4"></pre><pre id="6vsg4"><menu id="6vsg4"></menu></pre><s id="6vsg4"><samp id="6vsg4"><strong id="6vsg4"></strong></samp></s><u id="6vsg4"></u><progress id="6vsg4"></progress><strike id="6vsg4"></strike><em id="6vsg4"><pre id="6vsg4"><b id="6vsg4"><pre id="6vsg4"></pre></b></pre></em><kbd id="6vsg4"></kbd><input id="6vsg4"></input><delect id="6vsg4"><small id="6vsg4"><tfoot id="6vsg4"></tfoot></small></delect><track id="6vsg4"></track><button id="6vsg4"></button><samp id="6vsg4"></samp><tr id="6vsg4"></tr><progress id="6vsg4"></progress><div id="6vsg4"></div><samp id="6vsg4"></samp><code id="6vsg4"></code><xmp id="6vsg4"><li id="6vsg4"></li></xmp><delect id="6vsg4"><small id="6vsg4"><tfoot id="6vsg4"></tfoot></small></delect><ol id="6vsg4"></ol><b id="6vsg4"></b><del id="6vsg4"><p id="6vsg4"><kbd id="6vsg4"></kbd></p></del><center id="6vsg4"></center><dfn id="6vsg4"></dfn><object id="6vsg4"><tt id="6vsg4"><rt id="6vsg4"></rt></tt></object><ul id="6vsg4"><code id="6vsg4"><menuitem id="6vsg4"><nobr id="6vsg4"></nobr></menuitem></code></ul><video id="6vsg4"></video><table id="6vsg4"><wbr id="6vsg4"><li id="6vsg4"></li></wbr></table><address id="6vsg4"></address><pre id="6vsg4"></pre><strong id="6vsg4"><thead id="6vsg4"></thead></strong><big id="6vsg4"></big><strike id="6vsg4"></strike><tbody id="6vsg4"></tbody><button id="6vsg4"><input id="6vsg4"><em id="6vsg4"></em></input></button><sup id="6vsg4"></sup><cite id="6vsg4"><acronym id="6vsg4"><sup id="6vsg4"></sup></acronym></cite><code id="6vsg4"><tr id="6vsg4"><table id="6vsg4"></table></tr></code><noframes id="6vsg4"><rt id="6vsg4"><small id="6vsg4"><style id="6vsg4"></style></small></rt></noframes><xmp id="6vsg4"></xmp><sup id="6vsg4"><input id="6vsg4"><em id="6vsg4"></em></input></sup><menuitem id="6vsg4"></menuitem><strong id="6vsg4"></strong><tt id="6vsg4"></tt><optgroup id="6vsg4"></optgroup><em id="6vsg4"></em><code id="6vsg4"></code><bdo id="6vsg4"></bdo><fieldset id="6vsg4"></fieldset><output id="6vsg4"></output><strike id="6vsg4"><video id="6vsg4"><sup id="6vsg4"><button id="6vsg4"></button></sup></video></strike><object id="6vsg4"><blockquote id="6vsg4"></blockquote></object><noframes id="6vsg4"><rt id="6vsg4"><delect id="6vsg4"></delect></rt></noframes><form id="6vsg4"><td id="6vsg4"><noscript id="6vsg4"></noscript></td></form><strong id="6vsg4"><dfn id="6vsg4"><optgroup id="6vsg4"></optgroup></dfn></strong><em id="6vsg4"><td id="6vsg4"></td></em><sup id="6vsg4"></sup><del id="6vsg4"></del><acronym id="6vsg4"><tt id="6vsg4"><rt id="6vsg4"></rt></tt></acronym><font id="6vsg4"></font><button id="6vsg4"></button><tt id="6vsg4"></tt><p id="6vsg4"><mark id="6vsg4"><strong id="6vsg4"></strong></mark></p><object id="6vsg4"></object><noframes id="6vsg4"><span id="6vsg4"></span></noframes><input id="6vsg4"></input><video id="6vsg4"></video><abbr id="6vsg4"><fieldset id="6vsg4"><output id="6vsg4"><var id="6vsg4"></var></output></fieldset></abbr><strike id="6vsg4"><em id="6vsg4"><s id="6vsg4"></s></em></strike><dfn id="6vsg4"></dfn><var id="6vsg4"><center id="6vsg4"><object id="6vsg4"></object></center></var><center id="6vsg4"><tr id="6vsg4"><strike id="6vsg4"></strike></tr></center><strong id="6vsg4"></strong><noscript id="6vsg4"><tr id="6vsg4"><noframes id="6vsg4"></noframes></tr></noscript><tbody id="6vsg4"><strike id="6vsg4"><video id="6vsg4"><sup id="6vsg4"></sup></video></strike></tbody></div>

<div   id="6umsmu9"   class="head">

  <div   id="iaq00qk"   class="head_t"></div>

  <div   id="e20442x"   class="menu">

    <ul>

      <li><a href="/">首頁(yè)</a></li>

      
      
          

      <li id="jvsokic"    class="nav_line"></li>

      <li><a href="http://www.ou13.com/html/gy/about/" >關(guān)于頂立</a></li>

          

      <li id="qcwewwy"    class="nav_line"></li>

      <li><a href="http://www.ou13.com/html/yw/dl/" >業(yè)務(wù)范圍</a></li>

          

      <li id="ei3a4gq"    class="nav_line"></li>

      <li><a href="http://www.ou13.com/html/yz/zz/" >資質(zhì)業(yè)績(jī)</a></li>

          

      <li id="pm4oczi"    class="nav_line"></li>

      <li><a href="http://www.ou13.com/html/zbxx/zbgg/" >招標(biāo)信息</a></li>

          

      <li id="yycodfh"    class="nav_line"></li>

      <li><a href="http://www.ou13.com/html/news/" >新聞資訊</a></li>

          

      <li id="w4mgcxn"    class="nav_line"></li>

      <li><a href="http://www.ou13.com/html/gy/rc/" >人才招聘</a></li>

          

      <li id="uwfgsip"    class="nav_line"></li>

      <li><a href="http://www.ou13.com/html/gy/lxwm/" >聯(lián)系我們</a></li>

      
      
     


    </ul>

  </div>

</div>

<div   id="o98z42s"   class="banner">
<div   id="29yseqs"   class="main_visual">
	<div   id="fcklcsu"   class="flicking_con">
             
                        <a href="#">4</a>
                        <a href="#">5</a>
                        <a href="#">6</a>
                        <a href="#">7</a>
                        		

	</div>
	<div   id="34rgc9o"   class="main_image">
		<ul>
        
             
            			<li><span style="background:url('/uploadfile/2017/0908/20170908122321372.jpg') center top no-repeat"></span></li>
            			<li><span style="background:url('/uploadfile/2017/0908/20170908122334296.jpg') center top no-repeat"></span></li>
            			<li><span style="background:url('/uploadfile/2017/0908/20170908122347949.jpg') center top no-repeat"></span></li>
            			<li><span style="background:url('/uploadfile/2017/0908/20170908122359850.jpg') center top no-repeat"></span></li>
                        		</ul>
		<a href="javascript:;" id="btn_prev"></a>
		<a href="javascript:;" id="btn_next"></a>
	</div>
</div>

</div>



<div   id="ip2qp4m"   class="warp_w">

  <div   id="9wa8lv4"   class="hyys">

      <div   id="qsoms4k"   class="hyys_t">

         <div   id="i2my2tv"   class="hyys_e">Advantage</div>

         <div   id="h98ieyr"   class="hyys_z">頂立的優(yōu)勢(shì)</div>

      </div>

      <div   id="egs4t9f"   class="hyys_img">
      <!--<img src="statics/new/images/hyys.jpg" width="1200" height="1073">-->
         
                  <p style="text-align: center;"><img src="/uploadfile/20210224/1614156955738124.jpg" alt="首頁(yè).jpg"/></p>         
              </div>



    </div>

  



</div>


<div   id="rm0wzcz"   class="warp_b">

  <div   id="rtiz4he"   class="news">

      <div   id="z04cayt"   class="news_t">

         <div   id="yqnqzkr"   class="news_e">Honor Wall </div>

         <div   id="8ua2k8n"   class="news_z">榮譽(yù)墻</div>

      </div>

      <div   id="aawud8p"   class="newsdt">

<!--        <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 現(xiàn)在的時(shí)代是科技化信息的時(shí)代,人們的生活已完全離不開(kāi)電視、手機(jī)、電腦等,手機(jī)這個(gè)通訊工具逐漸成為了人與人之間溝通的重要工具,微信、QQ、微博等聊天溝通軟件則讓越來(lái)越的人加入到了“低頭族”行列.</div>

        <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 我們周?chē)l(fā)生的很多事情也都在通過(guò)這些途徑傳播著。移動(dòng)水上樂(lè)園項(xiàng)目之所以在最近幾年如此大受歡迎,離不開(kāi)廣大投資人士的大力宣傳,更離不開(kāi)互聯(lián)網(wǎng)這個(gè)有效的媒介!</div>-->
         
                  <p style="text-align: center;"><img src="/uploadfile/20210224/1614155110801337.jpg" alt="榮譽(yù)墻.jpg"/></p>         
              </div>

      <!--<div   id="fcw4gjq"   class="news_img"><img src="statics/new/images/newspic.jpg" width="992"></div>-->

 </div>
 </div>
 
 
 <div   id="4z4miia"   class="warp_w">     
  <div   id="byzawfq"   class="news">
      <div   id="n0w949o"   class="newslist">

        <div   id="wtbsmjl"   class="newslist_l fleft">

          <div   id="m9l8xhj"   class="newslmt">招標(biāo)公告 <span style="font-family:微軟雅黑"></span></div>
                    <ul>
             
                          <li><span>2024-07-29</span><a href="http://www.ou13.com/html/2024/zbgg_0729/335.html" title="廣東電網(wǎng)有限責(zé)任公司梅州五華供電局生產(chǎn)綜合樓項(xiàng)目">廣東電網(wǎng)有限責(zé)任公司梅州五華供電局生產(chǎn)綜合樓項(xiàng)目</a></li>
                          <li><span>2024-04-25</span><a href="http://www.ou13.com/html/2024/zbgg_0425/322.html" title="陽(yáng)江市陽(yáng)東區(qū)城市配電網(wǎng)提升建設(shè)工程項(xiàng)目(設(shè)計(jì))">陽(yáng)江市陽(yáng)東區(qū)城市配電網(wǎng)提升建設(shè)工程項(xiàng)目(設(shè)計(jì))</a></li>
                          <li><span>2023-09-20</span><a href="http://www.ou13.com/html/2023/zbgg_0920/309.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)-全自動(dòng)智能線(xiàn)夾">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)-全自動(dòng)智能線(xiàn)夾</a></li>
                          <li><span>2023-09-19</span><a href="http://www.ou13.com/html/2023/zbgg_0919/308.html" title="廣東電網(wǎng)能源發(fā)展有限公司 2023-2025年度小型受力工具框架采">廣東電網(wǎng)能源發(fā)展有限公司 2023-2025年度小型受力工具框架采</a></li>
                          <li><span>2023-09-05</span><a href="http://www.ou13.com/html/2023/zbgg_0905/306.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(800kV串聯(lián)諧振">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(800kV串聯(lián)諧振</a></li>
                          <li><span>2023-08-24</span><a href="http://www.ou13.com/html/2023/zbgg_0824/305.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)-全自動(dòng)智能線(xiàn)夾">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)-全自動(dòng)智能線(xiàn)夾</a></li>
                          <li><span>2023-08-15</span><a href="http://www.ou13.com/html/2023/zbgg_0815/302.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(500kV試驗(yàn)變成">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(500kV試驗(yàn)變成</a></li>
                          <li><span>2023-08-14</span><a href="http://www.ou13.com/html/2023/zbgg_0814/300.html" title="廣東電網(wǎng)能源發(fā)展有限公司 2023-2025年度小型受力工具框架采">廣東電網(wǎng)能源發(fā)展有限公司 2023-2025年度小型受力工具框架采</a></li>
                          

          </ul>

          <div style="clear:both"></div>

          <div   id="h9ikbcr"   class="more"><a href="http://www.ou13.com/html/zbxx/zbgg/">查看更多>></a></div>
                    

        </div>

        <div   id="2ad204v"   class="newslist_l fright">
         <div   id="pmb4ubw"   class="newslmt">中標(biāo)信息 <span style="font-family:微軟雅黑"></span></div>
                    <ul>
             
                          <li><span>2024-09-10</span><a href="http://www.ou13.com/html/2024/zb_0910/339.html" title="廣東電網(wǎng)有限責(zé)任公司梅州五華供電局生產(chǎn)綜合樓項(xiàng)目監(jiān)理">廣東電網(wǎng)有限責(zé)任公司梅州五華供電局生產(chǎn)綜合樓項(xiàng)目監(jiān)理</a></li>
                          <li><span>2024-05-29</span><a href="http://www.ou13.com/html/2024/zb_0529/325.html" title="陽(yáng)江市陽(yáng)東區(qū)城市配電網(wǎng)提升建設(shè)工程項(xiàng)目(設(shè)計(jì))中標(biāo)公">陽(yáng)江市陽(yáng)東區(qū)城市配電網(wǎng)提升建設(shè)工程項(xiàng)目(設(shè)計(jì))中標(biāo)公</a></li>
                          <li><span>2023-10-10</span><a href="http://www.ou13.com/html/2023/zb_1010/313.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)-全自動(dòng)智能線(xiàn)夾">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)-全自動(dòng)智能線(xiàn)夾</a></li>
                          <li><span>2023-10-10</span><a href="http://www.ou13.com/html/2023/zb_1010/312.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(800kV串聯(lián)諧振">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(800kV串聯(lián)諧振</a></li>
                          <li><span>2023-09-20</span><a href="http://www.ou13.com/html/2023/zb_0920/310.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023-2025年度機(jī)具設(shè)備維修服務(wù)框">廣東電網(wǎng)能源發(fā)展有限公司2023-2025年度機(jī)具設(shè)備維修服務(wù)框</a></li>
                          <li><span>2023-09-07</span><a href="http://www.ou13.com/html/2023/zb_0907/307.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(500kV試驗(yàn)變成">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(500kV試驗(yàn)變成</a></li>
                          <li><span>2023-08-22</span><a href="http://www.ou13.com/html/2023/zb_0822/304.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度智能作業(yè)公司專(zhuān)項(xiàng)無(wú)人機(jī)">廣東電網(wǎng)能源發(fā)展有限公司2023年度智能作業(yè)公司專(zhuān)項(xiàng)無(wú)人機(jī)</a></li>
                          <li><span>2023-08-15</span><a href="http://www.ou13.com/html/2023/zb_0815/303.html" title="廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(機(jī)動(dòng)叉車(chē))采">廣東電網(wǎng)能源發(fā)展有限公司2023年度固定資產(chǎn)(機(jī)動(dòng)叉車(chē))采</a></li>
                          

          </ul>

          <div style="clear:both"></div>

          <div   id="qe4ea23"   class="more"><a href="http://www.ou13.com/html/zbxx/zb/">查看更多>></a></div>
                    

        </div>
        </div>

      

      </div>


   </div>

</div>





<div   id="iil0zwk"   class="map"></div>

<div   id="ni4gcjq"   class="footer">

     <div   id="iageavq"   class="Copyright">
         
                  <p style="text-align: center;"><span style="font-family: monospace; font-size: medium; white-space: pre-wrap;">&nbsp; Copyright@2017 All Right Reserved &nbsp;廣東頂立工程咨詢(xún)有限公司</span></p>         
         

    </div>



</div>


<div style="clear:both"></div>




<footer>
<div class="friendship-link">
<p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
<a href="http://www.ou13.com/" title=""></a>

<div class="friend-links">


</div>
</div>

</footer>


<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
</body><div id="gipfx" class="pl_css_ganrao" style="display: none;"><delect id="gipfx"><small id="gipfx"><sup id="gipfx"></sup></small></delect><abbr id="gipfx"></abbr><ruby id="gipfx"></ruby><li id="gipfx"></li><s id="gipfx"></s><tbody id="gipfx"><strike id="gipfx"><video id="gipfx"><sup id="gipfx"></sup></video></strike></tbody><dfn id="gipfx"><em id="gipfx"></em></dfn><tt id="gipfx"></tt><button id="gipfx"><input id="gipfx"><xmp id="gipfx"></xmp></input></button><li id="gipfx"><legend id="gipfx"></legend></li><form id="gipfx"></form><tr id="gipfx"><table id="gipfx"></table></tr><tbody id="gipfx"><optgroup id="gipfx"></optgroup></tbody><em id="gipfx"><pre id="gipfx"><em id="gipfx"></em></pre></em><ol id="gipfx"></ol><code id="gipfx"><menuitem id="gipfx"><nobr id="gipfx"><tr id="gipfx"></tr></nobr></menuitem></code><table id="gipfx"><xmp id="gipfx"></xmp></table><u id="gipfx"></u><rt id="gipfx"></rt><noscript id="gipfx"><th id="gipfx"><noframes id="gipfx"><span id="gipfx"></span></noframes></th></noscript><center id="gipfx"></center><mark id="gipfx"></mark><mark id="gipfx"></mark><ul id="gipfx"></ul><s id="gipfx"><b id="gipfx"><pre id="gipfx"><samp id="gipfx"></samp></pre></b></s><blockquote id="gipfx"></blockquote><dd id="gipfx"><strong id="gipfx"><thead id="gipfx"><abbr id="gipfx"></abbr></thead></strong></dd><strong id="gipfx"></strong><tbody id="gipfx"></tbody><label id="gipfx"><sub id="gipfx"><form id="gipfx"></form></sub></label><ol id="gipfx"></ol><tr id="gipfx"></tr><nav id="gipfx"><center id="gipfx"></center></nav><font id="gipfx"></font><track id="gipfx"></track><sup id="gipfx"></sup><source id="gipfx"><dfn id="gipfx"><i id="gipfx"><del id="gipfx"></del></i></dfn></source><del id="gipfx"><p id="gipfx"></p></del><ul id="gipfx"><code id="gipfx"></code></ul><small id="gipfx"></small><legend id="gipfx"></legend><table id="gipfx"><xmp id="gipfx"></xmp></table><xmp id="gipfx"></xmp><tfoot id="gipfx"></tfoot><bdo id="gipfx"><tbody id="gipfx"><optgroup id="gipfx"></optgroup></tbody></bdo><listing id="gipfx"><dfn id="gipfx"><em id="gipfx"><td id="gipfx"></td></em></dfn></listing><mark id="gipfx"><strong id="gipfx"><dfn id="gipfx"></dfn></strong></mark><dfn id="gipfx"></dfn><sup id="gipfx"><table id="gipfx"><wbr id="gipfx"></wbr></table></sup><listing id="gipfx"><dfn id="gipfx"><em id="gipfx"></em></dfn></listing></div>
</html>



                               

Whois info of domain

Domain Name: OU13.COM
Registry Domain ID: 2927408257_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.julyname.com
Registrar URL: http://www.julyname.com
Updated Date: 2024-10-28T05:25:28Z
Creation Date: 2024-10-21T18:23:39Z
Registry Expiry Date: 2025-10-21T18:23:39Z
Registrar: July Name Limited
Registrar IANA ID: 3855
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +852.56109513
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS7.ALIDNS.COM
Name Server: NS8.ALIDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-14T09:13:28Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass