
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="x-ua-compatible" content="ie=7" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>【北京写字楼】北京产业园,北京商业地产-北京房讯</title>
<meta name="keywords" content="北京写字楼,北京产业园,北京商业地产,北京写字楼信息网,北京产业园信息网">
<meta name="description" content="北京房讯网是领先的商业地产网络平台，为大中小企业和个人提供北京找写字楼、产业园,租写字楼、产业园,楼盘新闻等商业地产信息,北京房讯网让企业选址更简单">
<script src="../Scripts/gom2.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="../css/css2023.css"/>
 <script src="../Scripts/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
var timeout         = 500;
var closetimer		= 0;
var ddmenuitem      = 0;
function jsddm_open()
{	jsddm_canceltimer();
	jsddm_close();
	ddmenuitem = $(this).find('ul').eq(0).css('visibility', 'visible');}
function jsddm_close()
{	if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');}
function jsddm_timer()
{	closetimer = window.setTimeout(jsddm_close, timeout);}
function jsddm_canceltimer()
{	if(closetimer)
	{	window.clearTimeout(closetimer);
		closetimer = null;}}
$(document).ready(function()
{	$('#jsddm > li').bind('mouseover', jsddm_open);
	$('#jsddm > li').bind('mouseout',  jsddm_timer);});
document.onclick = jsddm_close;
</script>
<script language="javascript">
	function cehuan(num){
		for(var id = 0;id<=3;id++)
		{
			if(id==num)
			{
				document.getElementById("qh_up"+id).style.display="block";
				document.getElementById("mynav_up"+id).className="nav_up";
			}
			else
			{
				document.getElementById("qh_up"+id).style.display="none";
				document.getElementById("mynav_up"+id).className="";
			}
		}
	}
</script> 
<script language="javascript">
	function qiehuan(num){
		for(var id = 0;id<=3;id++)
		{
			if(id==num)
			{
				document.getElementById("qh_con"+id).style.display="block";
				document.getElementById("mynav"+id).className="nav_on";
			}
			else
			{
				document.getElementById("qh_con"+id).style.display="none";
				document.getElementById("mynav"+id).className="";
			}
		}
	}
</script> 
<script language="javascript">
	function buhuan(num){
		for(var id = 0;id<=3;id++)
		{
			if(id==num)
			{
				document.getElementById("qh_link"+id).style.display="block";
				document.getElementById("mynav_link"+id).className="nav_link";
			}
			else
			{
				document.getElementById("qh_link"+id).style.display="none";
				document.getElementById("mynav_link"+id).className="";
			}
		}
	}
</script>
<script language="javascript">
	function chanyeyuan(num){
		for(var id = 0;id<=3;id++)
		{
			if(id==num)
			{
				document.getElementById("qh_vbgf"+id).style.display="block";
				document.getElementById("mynav_vbgf"+id).className="nav_vbgf";
			}
			else
			{
				document.getElementById("qh_vbgf"+id).style.display="none";
				document.getElementById("mynav_vbgf"+id).className="";
			}
		}
	}
</script> 
<script language="javascript">
	function dfhuan(num){
		for(var id = 0;id<=3;id++)
		{
			if(id==num)
			{
				document.getElementById("qh_bug"+id).style.display="block";
				document.getElementById("mynav_bug"+id).className="nav_bug";
			}
			else
			{
				document.getElementById("qh_bug"+id).style.display="none";
				document.getElementById("mynav_bug"+id).className="";
			}
		}
	}
</script>
<script type=text/javascript>
	function setTab03Syn ( i )
	{
		selectTab03Syn(i);
	}
	
	function selectTab03Syn ( i )
	{
		switch(i){
			case 1:
			document.getElementById("TabTab03Con1").style.display="block";
			document.getElementById("TabTab03Con2").style.display="none";
			document.getElementById("TabTab03Con3").style.display="none";
			document.getElementById("font1").style.color="#f2304a";
			document.getElementById("font2").style.color="#425571";
			document.getElementById("font3").style.color="#425571";
			break;
			case 2:
			document.getElementById("TabTab03Con1").style.display="none";
			document.getElementById("TabTab03Con2").style.display="block";
			document.getElementById("TabTab03Con3").style.display="none";
			document.getElementById("font1").style.color="#425571";
			document.getElementById("font2").style.color="#f2304a";
			document.getElementById("font3").style.color="#425571";
			break;
			case 3:
			document.getElementById("TabTab03Con1").style.display="none";
			document.getElementById("TabTab03Con2").style.display="none";
			document.getElementById("TabTab03Con3").style.display="block";
			document.getElementById("font1").style.color="#425571";
			document.getElementById("font2").style.color="#425571";
			document.getElementById("font3").style.color="#f2304a";
			break;
		}
	}
</script>
<script src="../Scripts/jquery.din.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
	var sWidth = $("#focus").width(); //获取焦点图的宽度（显示面积）
	var len = $("#focus ul li").length; //获取焦点图个数
	var index = 0;
	var picTimer;
	//以下代码添加数字按钮和按钮后的半透明条，还有上一页、下一页两个按钮
	var btn = "<div class='btnBg'></div><div class='btn'>";
	for(var i=0; i < len; i++) {
		btn += "<span></span>";
	}
	btn += "</div><div class='preNext pre'></div><div class='preNext next'></div>";
	$("#focus").append(btn);
	$("#focus .btnBg").css("opacity",0.5);
	//为小按钮添加鼠标滑入事件，以显示相应的内容
	$("#focus .btn span").css("opacity",0.4).mouseenter(function() {
		index = $("#focus .btn span").index(this);
		showPics(index);
	}).eq(0).trigger("mouseenter");
	//上一页、下一页按钮透明度处理
	$("#focus .preNext").css("opacity",0.2).hover(function() {
		$(this).stop(true,false).animate({"opacity":"0.5"},300);
	},function() {
		$(this).stop(true,false).animate({"opacity":"0.2"},300);
	});
	$("#focus .pre").click(function() {
		index -= 1;
		if(index == -1) {index = len - 1;}
		showPics(index);
	});
	$("#focus .next").click(function() {
		index += 1;
		if(index == len) {index = 0;}
		showPics(index);
	});
	$("#focus ul").css("width",sWidth * (len));
	$("#focus").hover(function() {
		clearInterval(picTimer);
	},function() {
		picTimer = setInterval(function() {
			showPics(index);
			index++;
			if(index == len) {index = 0;}
		},3000); 
	}).trigger("mouseleave");
	function showPics(index) {
		var nowLeft = -index*sWidth; 
		$("#focus ul").stop(true,false).animate({"left":nowLeft},300); 
		$("#focus .btn span").stop(true,false).animate({"opacity":"0.4"},300).eq(index).stop(true,false).animate({"opacity":"1"},300); 
	}
});
</script>
<script type="text/javascript" src="Scripts/jquery.js"></script>
<script type="text/javascript" src="Scripts/lrtk.js"></script>
<!--对联开始 //-->
<!--<script for="duilian" event="fscommand()" language="javascript">
 document.all.lovexin12.style.visibility='hidden'; 
 document.all.lovexin14.style.visibility='hidden'; 
</script>
<script language="javascript" src="Scripts/guaqi.js"></script>-->
<!--对联开始 //-->
</head>
<body>

<!--全屏-->

<!--<div  style="position:relative;">
<SCRIPT language=Javascript src="http://www.funxun.com/Scripts/quanping.js"></SCRIPT>
<SCRIPT language=Javascript>
AD = new ADM("FULL",0);
AD.StartTime    = new Array("2014/04/01 12:00");
AD.EndTime      = new Array("2030/04/01 12:00");
//AD.src          = new Array("http://www.funxun.com/2011.swf");
AD.src          = new Array("http://www.funxun.com/2331.jpg");
AD.href         = new Array("http://www.funxun.com/test/gjcf/");
AddSchedule(AD);
</SCRIPT>
<div id="fullscreenad" style=" display:none; width:1200px; height:500px; margin-bottom:5px;" title="北京国际财富中心"></div>
</div>-->
<!--全屏-->
	<div  style="position:absolute; clear:both; width:100%; margin:0px auto; padding:0px;">

<!--下拉导航-->
<div class="swe">
  <div class="swe_1">
  <div class="nxsxs">
       <a href="http://www.funxun.com" target="_blank"><img src="image/logo2019.png" width="160" height="69" alt="房讯网Logo" title="房讯网"></a>
  </div> 
  <div class="tye"> 
    <div class="swe_2">
    <ul id="jsddm">
        <li>
        <a href="http://www.funxun.com" target="_blank">北 京<font size="1" style=" margin-left:2px;">&#9660;</font></a>
        <ul class="zxxxx">
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px; margin-left:3px;">
           <a href="http://www.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">北京</a>
           </li>
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px;">
           <a href="http://sh.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">上海</a>
           </li>
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px;">
           <a href="http://gz.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">广州</a>
           </li>
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px;">
           <a href="http://sz.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">深圳</a>
           </li>
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px; margin-left:3px;">
           <a href="http://tj.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">天津</a>
           </li>
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px;">
           <a href="http://xa.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">西安</a>
           </li>
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px;">
           <a href="http://hz.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">杭州</a>
           </li>
           <li style="width:50px; height:32px; line-height:32px; border:0px; float:left; margin-right:4px; margin-top:4px;">
           <a href="http://hf.funxun.com/" target="_blank" style="border:0px; margin:0px auto; padding:0px;">合肥</a>
           </li>
        </ul>
        </li>
        <li>
        <a href="http://www.funxun.com" target="_blank" >首 页</a>
        <ul>
           <li style="display:none;"></li>
        </ul>
        </li>
        <li><a href="http://office.funxun.com/" target="_blank">写字楼</a>
            <ul>
                <li style="display:none;"></li>
            </ul>
        </li>
        
        <li><a href="http://industrial.funxun.com/" target="_blank">产业园</a>
            <ul>
             <li style="display:none;"></li>
           </ul>
        </li> 
        <li><a href="http://www.xuanzhitong.com/" target="_blank">选址通</a>
            <ul>
            <li style="display:none;"></li>
            </ul>
        </li>
        <li><a href="http://www.funxun.com/gba/" target="_blank">金厦奖</a>
            <ul>
            <li style="display:none;"></li>
            </ul>
        </li>
        <li><a href="http://www.funxun.com/news/" target="_blank">资 讯</a>
            <ul>
             <li style="display:none;"></li>
           </ul>
        </li>
        <li><a href="http://www.corc.com.cn/" target="_blank">商 会</a>
          <ul>
          <li style="display:none;"></li>
        </ul>
        </li>
        <li><a href="http://www.funxun.com/coss/" target="_blank" >认 证</a>
           <ul>
           <li style="display:none;"></li>
           </ul>
        </li>
        <li style="margin-right:0px;"><a href="http://meeting.funxun.com/" target="_blank">活 动</a>
            <ul>
            <li style="display:none;"></li>
            </ul>
        </li>
    </ul>
    </div>
    <div class="tt_fun_1" >
    <p><img src="http://www.funxun.com/news/image/fwrs.jpg" width="20" height="20" /><a href="http://www.funxun.com/Signin/Login.asp" target="_blank">登陆</a> | <a href="http://www.funxun.com/Signin/UserReg.asp" target="_blank">注册</a> 　<a href="#" target="_blank" class="thumbnail" >手机版<span><img src="http://www.funxun.com/image/sjd.jpg" width="100" height="100"></span></a><a href="#" target="_blank" class="thumbnail">移动端<span><img src="http://www.funxun.com/image/fxgzh.jpg" width="100" height="100"></span></a></p>
   </div>
    </div>
  </div>
</div>
<!--下拉导航-->
<div class="all">
    <!--轮换-->
    <div class="lunxun">
     <div class="bigbanner" >
      <div class="banner_show">
    <!-- 幕墙2  -->
    <div class="slide-main" id="touchMain" style=" z-index:5; position:relative;">
     <a class="prev" href="javascript:;" stat="prev1001"><img src="image/l-btn.png" /></a>
     <div class="slide-box" id="slideContent">
        
        <div class="slide" id="bgstylea">
        <div stat="sslink-1">
        <div class="obj-a">
        <a href="http://www.expocoss.com/" target="_blank">
        <div style="width:100%; height:464px; background:url(http://www.funxun.com/image/buutt_zlh2025.jpg) no-repeat center;" alt="2025中国商业地产投资专业展览会" title="2025中国商业地产投资专业展览会">
        <div class="cxdd">
        <div class="cxds">
        <p>2025中国商业地产投资专业展览会</p>
        </div>
        <div class="cxds1"><p>广告</p></div>
        </div>
        </div>
        </a>
        </div>
        </div>
        </div> 
        <div class="slide" id="bgstylea">
        <div stat="sslink-1">
        <div class="obj-a">
        <a href="http://www.funxun.com/office/?119922.html" target="_blank">
        <div style="width:100%; height:464px; background:url(http://www.funxun.com/image/buutt_aobei.jpg) no-repeat center;" alt="国泰·奥北科技园" title="国泰·奥北科技园">
        <div class="cxdd">
        <div class="cxds">
        <p>国泰·奥北科技园 [海淀区] 7.0-9.0元/天/平米</p>
        </div>
        <div class="cxds1"><p>广告</p></div>
        </div>
        </div>
        </a>
        </div>
        </div>
        </div>
        <div class="slide" id="bgstylea">
        <div stat="sslink-1">
        <div class="obj-a">
        <a href="http://www.funxun.com/office/?120846.html" target="_blank">
        <div style="width:100%; height:464px; background:url(http://www.funxun.com/image/buutt_hskc.jpg) no-repeat center;" alt="恒盛科创中心" title="恒盛科创中心">
        <div class="cxdd">
        <div class="cxds">
        <p>恒盛科创中心 [大兴区]</p>
        </div>
        <div class="cxds1"><p>京兴集房售证字(2025)2号</p></div>
        </div>
        </div>
        </a>
        </div>
        </div>
        </div>
     
</div>
 
     
     
     
     
     <a class="next" href="javascript:;" stat="next1002"><img src="image/r-btn.png" /></a>
    </div>
    <!-- 幕墙2  -->  
    <script>
	function setTab(m,n){
	var tli=document.getElementById("menu"+m).getElementsByTagName("a");
	var mli=document.getElementById("main"+m).getElementsByTagName("div");
	for(i=0;i<tli.length;i++){
	   tli[i].className=i==n?"cur":"";
	   mli[i].style.display=i==n?"block":"none";
	}
	}
	</script>
      <div class="banner_mag">
       <div class="banner_magnr">
        <!--<div class="news01">
         <div class="s2">房产资讯　就上房讯</div>
        </div>-->
        <div class="news02">
         <div class="s1"  id="menu0">
          <a href=' Javascript: void(0)' onclick="setTab(0,0)" class="cur">新房</a>
          <a href=' Javascript: void(0)' onclick="setTab(0,1)">租房</a>
          <a href=' Javascript: void(0)' onclick="setTab(0,2)">资讯</a>
          </div>	
         </div>
         <div class="news03" id="main0"  >
         
          <div class="block">
          <form action="search/search.asp" method="post" class="form" id="form0" target="_blank">
          <input name="s_1" type="text" class="sinputstyle"  id="s_1" onClick="if(this.value=='请输入楼盘名称或地址')this.value=''" onMouseOver="this.focus()" value="请输入楼盘名称或地址" maxlength="40">
          <a href="#" target="_blank" > <input type="submit" name="Submit" value="" onclick="getName()" class="sbuttonstyle" id="input"  /></a>
          <input name="s_1_n" type="hidden" id="s_1_n" value="售">
          </form>
          </div>
          <div>
          <form action="search/search.asp" method="post" class="form" id="form1" target="_blank">
          <input name="s_1" type="text" class="sinputstyle"  id="s_1" onClick="if(this.value=='请输入楼盘名称或地址')this.value=''" onMouseOver="this.focus()" value="请输入楼盘名称或地址" maxlength="40">
          <a href="#" target="_blank" > <input type="submit" name="Submit" value="" onclick="getName()" class="sbuttonstyle" id="input"  /></a>
          <input name="s_1_n" type="hidden" id="s_1_n" value="租">
          </form>
          </div>       
          <div>
          <form  action="news/infosearch.asp" method="post" class="form" id="form2" target="_blank">
          <input name="sname" type="text" class="sinputstyle"  onClick="if(this.value=='请输入相关资讯信息')this.value=''" onMouseOver="this.focus()" value="请输入相关资讯信息" maxlength="40" id="sname">
          <a href="#" target="_blank" > <input type="submit" name="Submit" value="" onclick="getName()" class="sbuttonstyle" id="input"  /></a>
          <input name="conone" type="hidden" id="conone" value="n_title">
          </form>  
          </div>

          </div>
         </div>
        </div>
       </div>
      </div>
    </div>
    <!--轮换-->
    <div class="guanggao"><a href="http://www.expocoss.com/" target="_blank"><img src="http://www.funxun.com/swf/fx/zlh/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div> 
    <div class="guanggao"><a href="http://www.funxun.com/office/?120846.html" target="_blank"><img src="http://www.funxun.com/swf/hskc/120055.gif" width="1200" height="55" alt="" /></a><p>京兴集房售证字(2025)2号</p></div>
    <!--轮换-->
    <!--旗帜-->
    <!--<div class="bghj">
     <div  class="bghj1"><a href="http://www.funxun.com/office/?119922.html" target="_blank"><img src="swf/aobei/59055.gif" width="590" height="55" style=" float:left;" alt="" /></a><span>广告</span></div>
     <div  class="bghj2"><a href="http://www.funxun.com/office/?120217.html" target="_blank"><img src="swf/jyzz/59055.gif" width="590" height="55" style=" float:left;" alt="" /></a><span>广告</span></div>        
     </div>-->
    <!--旗帜--> 
    <!--头条-->
    <div class="top_newso">
      <p><strong><a href="http://www.funxun.com/news" target="_blank">资讯中心</a></strong></p>
      <span style="width:332px;">
        <a href="http://finance.funxun.com/" target="_blank">房讯财经</a><a href="">|</a><a href="news/roll.asp" target="_blank">滚动新闻</a><a href="">|</a><a href="http://www.funxun.com/news/ArticleListJD.asp" target="_blank">房讯九点</a><a href="">|</a><a href="news/liuk.asp" target="_blank" >刘凯专栏</a><a href="">|</a>
      </span>
    </div>
    <div class="top_news">
      <div class="jjd">
         <script src="../news/topnews.html" type="text/javascript"></script>
      </div>
      <div class="top_news_1">
         <div class="top_news_1_1">
           <script src="blog/jiaodiantu2022.html" type="text/javascript"></script>
         </div>
         <div class="top_news_1_2">    
            <div class="pino">
  <p><strong><a href="https://www.toutiao.com/c/user/token/MS4wLjABAAAAc8Xaq1P6khFTu1JfGWA2RITZ8b6uDivuGcA12EhI8Oc/?tab=video" target="_blank">视频号</a></strong></p><span><a href="https://www.toutiao.com/c/user/token/MS4wLjABAAAAc8Xaq1P6khFTu1JfGWA2RITZ8b6uDivuGcA12EhI8Oc/?tab=video" target="_blank">更多>></a></span>
</div>
<div class="pino_1" style=" padding-top:0px;">
<div class="pin" style="float:left;">
   <a href="https://www.toutiao.com/video/7447709117063365120/?from_scene=video&log_from=82bc886646902_1734589117403" target="_blank"><img src="news/images2019/xw1.jpg" title="新质商办新质生态" width="150" height="120" /></a>
   <p><a href="https://www.toutiao.com/video/7447709117063365120/?from_scene=video&log_from=82bc886646902_1734589117403" target="_blank" title="中国写字楼产业园发展论坛第21届年会"><strong>新质商办新质生态</strong></a></p>
</div>
<div class="pin" style="margin-left:28px; float:left;">
   <a href="https://www.toutiao.com/video/7450027705325584959/" target="_blank"><img src="news/images2019/xw2.jpg" title="中关村西北旺科技园科技创新新高地" width="150" height="120" /></a>
   <p><a href="https://www.toutiao.com/video/7450027705325584959/" target="_blank" title="中关村西北旺科技园科技创新新高地"><strong>中关村西北旺科技园</strong></a></p>
</div>
</div>        
            <!--<script src="news/rdzx.html" type="text/javascript"></script> -->
         </div>
      </div>
      <div class="top_news_2">
         <div class="top_news_2_1">
             <script src="news/news.html" type="text/javascript"></script>            
            <div class="upnews2">
            <p><a href="http://www.funxun.com/news/32/2025624160832.html" title="保定深圳园项目荣膺“2025中国产业园品牌价值10强”" target="_blank">保定深圳园项目荣膺“2025中国产业园品牌价值10强”</a></p><p><a href="http://www.funxun.com/news/32/2025624155641.html" title="大兴投资大厦荣膺 “2025中国写字楼品牌价值十强”" target="_blank">大兴投资大厦荣膺 “2025中国写字楼品牌价值十强”</a></p><p><a href="http://www.funxun.com/news/32/2025623153052.html" title="北京国际财富中心荣膺2025中国产业园品牌价值10强" target="_blank">北京国际财富中心荣膺2025中国产业园品牌价值10强</a></p>
            </div>
         </div>
      </div>
      <div class="top_news_3">
         <div class="top_news_3_1">
           <div class="fangtan">
            <p><a href="news/n_more.asp?tid=87" target="_blank"><strong>人物</strong></a></p><span><a href="http://www.funxun.com/news/n_more.asp?tid=87" target="_blank">更多>></a></span>
           </div>
            <div class="fangtan1">
              <div class="fangtan1_3">
                <p><a href="http://www.funxun.com/news/87/2025523100512.html" title="刘凯：行业组织如何助力写字楼产业园高质量发展？" target="_blank">刘凯：行业组织如何助力写字楼产业园高质量</a></p><p><a href="http://www.funxun.com/news/87/20241230143655.html" title="周雪峰：一年60%出租率 京印国际中心凭什么？" target="_blank">周雪峰：一年60%出租率 京印国际中心凭</a></p><p><a href="http://www.funxun.com/news/87/2024122794117.html" title="丁磊：“冷资源”变“热经济” 首钢园的城市复兴之路" target="_blank">丁磊：“冷资源”变“热经济” 首钢园的城</a></p><p><a href="http://www.funxun.com/news/87/2024122692111.html" title="李芳月：写字楼市场的搬不搬，来不来，降不降" target="_blank">李芳月：写字楼市场的搬不搬，来不来，降不</a></p>
              </div>
            </div>
         </div>
         <div class="top_news_3_1">
           <div class="fangtan">
            <p><a href="http://www.funxun.com/news/n_more.asp?tid=56" target="_blank"><strong>公司</strong></a></p><span><a href="http://www.funxun.com/news/n_more.asp?tid=56" target="_blank">更多>></a></span>
           </div>
            <div class="fangtan1">
              <div class="fangtan1_3">
                <p><a href="http://www.funxun.com/news/56/202562495451.html" title="中海17.55亿拿下天津新梅江地块" target="_blank">中海17.55亿拿下天津新梅江地块</a></p><p><a href="http://www.funxun.com/news/56/202562495304.html" title="万科：贷款余额12.17亿元 经协商将贷款期限延长2年" target="_blank">万科：贷款余额12.17亿元 经协商将贷</a></p><p><a href="http://www.funxun.com/news/56/2025623103336.html" title="美的置业：无锡东望府首开销售4.72亿元" target="_blank">美的置业：无锡东望府首开销售4.72亿元</a></p><p><a href="http://www.funxun.com/news/56/2025623102819.html" title="新世界发展发布自愿公告：正与债权人积极磋商贷款再融资" target="_blank">新世界发展发布自愿公告：正与债权人积极磋</a></p>     
              </div>
            </div>
         </div>
         <div class="top_news_3_1">
           <div class="fangtan">
            <p><a href="http://www.funxun.com/news/n_more.asp?tid=33" target="_blank"><strong>楼盘</strong></a></p><span><a href="http://www.funxun.com/news/n_more.asp?tid=33" target="_blank">更多>></a></span>
           </div>
           <div class="fangtan1">
              <div class="fangtan1_3">
                <p><a href="http://www.funxun.com/news/33/202487143549.html" title="中国最新在建摩天楼Top10" target="_blank">中国最新在建摩天楼Top10</a></p><p><a href="http://www.funxun.com/news/33/202485104741.html" title="苏州工业园区中海超塔" target="_blank">苏州工业园区中海超塔</a></p><p><a href="http://www.funxun.com/news/33/202485104505.html" title="东莞南城国际商务区华润置地中心" target="_blank">东莞南城国际商务区华润置地中心</a></p><p><a href="http://www.funxun.com/news/33/202485104146.html" title="海南中心（海口塔）" target="_blank">海南中心（海口塔）</a></p>
              </div>
           </div>
         </div>
      </div>
    </div>
    <!--头条-->
    <!--广告-->
    <div class="guanggao"><a href="http://abwhcyy.com/" target="_blank"><img src="http://www.funxun.com/swf/aobei/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div>

 
   <!-- 金厦奖展示区-->
   <!--金厦奖展示区-->
    <!--热点-->
    <div class="tab">
      <div id="bg" class="xixi1">
         <div id="font1" class="tab1" onMouseOver="setTab03Syn(1);document.getElementById('bg').className='xixi1'">热点关注</div>
         <div id="font2" class="tab2" onMouseOver="setTab03Syn(2);document.getElementById('bg').className='xixi2'">强档推荐</div>
         <div id="font3" class="tab3" onMouseOver="setTab03Syn(3);document.getElementById('bg').className='xixi3'">限时特惠</div>
      </div>
      <div id=TabTab03Con1>
        <div class="hdm1">  
        <div class="hdm1_1"><a href="http://www.funxun.com/office/?119085.html " target="_blank"><img src="image2014/2602285yy2q.jpg" width="260" height="228" alt="远洋国际中心Ⅱ期" /></a><p><a href="http://www.funxun.com/office/?119085.html " target="_blank">远洋国际中心Ⅱ期</a>　<font color="#ff5400";>[9元/天/平米]</font></p></div>  
         <div class="hdm1_1"><a href="http://www.funxun.com/office/?120327.html" target="_blank"><img src="image2014/260228jygx.jpg" width="260" height="228" alt="金隅高新产业园"/></a><p><a href="http://www.funxun.com/office/?120327.html" target="_blank">金隅高新产业园</a>　<font color="#ff5400";>[2.3-2.6元/天/平米]</font></p></div>       
          <div class="hdm1_1" ><a href="http://www.funxun.com/office/?120217.html" target="_blank"><img src="image2014/260228jyyy.jpg" width="260" height="228" alt="金隅·智造工场" /></a><p><a href="http://www.funxun.com/office/?120217.html" target="_blank">金隅·智造工场</a>　<font color="#ff5400";>[7-8元/天/平米]</font></p></div>  
        <div class="hdm1_1" style="margin-right:0px;"><a href="http://www.funxun.com/office/?120779.html" target="_blank"><img src="http://www.funxun.com/image2014/bczx260228.jpg" alt="北辰中心" width="260" height="228" /></a><p><a href="http://www.funxun.com/office/?120779.html" target="_blank">北辰中心</a>　<font color="#ff5400";>[480元/平米/月]</font></p></div>    
         </div>
      </div>
      <div id=TabTab03Con2 style="display:none">
        <div class="hdm1">        
        <div class="hdm1_1"><a href="http://www.funxun.com/office/?106060.html" target="_blank"><img src="image2014/260228rdds.jpg" width="260" height="228" alt="瑞达大厦" /></a><p><a href="http://www.funxun.com/office/?106060.html" target="_blank">瑞达大厦</a>　<font color="#ff5400";>[4.5元/平/天]</font></p></div>                 
        <div class="hdm1_1" ><a href="http://www.funxun.com/office/?120817.html" target="_blank"><img src="image2014/szy260228.jpg" width="260" height="228" alt="深圳园·创投中心" /></a><p><a href="http://www.funxun.com/office/?120817.html" target="_blank">深圳园·创投中心</a>　<font color="#ff5400";>[3.5元/平/天]</font></p></div>      
        <div class="hdm1_1" ><a href="http://www.funxun.com/office/?120769.html" target="_blank"><img src="image2014/260228zhjrzx.jpg" width="260" height="228" alt="中海金融中心" /></a><p><a href="http://www.funxun.com/office/?120769.html" target="_blank">中海金融中心</a>　<font color="#ff5400";>[电话咨询]</font></p></div> 
       <div class="hdm1_1" style="margin-right:0px;"><a href="http://www.huamao.cc/" target="_blank"><img src="image2014/2602285.jpg" width="260" height="228" alt="华贸中心" /></a><p><a href="http://www.huamao.cc/" target="_blank">华贸中心</a>　<font color="#ff5400";>[550元/月/平米]</font></p></div>
       </div>
    </div>
      <div id=TabTab03Con3 style="display:none">
        <div class="hdm1"> 
        <div class="hdm1_1"><a href="http://www.funxun.com/office/?119922.html" target="_blank"><img src="image2014/aobei260228.jpg" width="260" height="228" alt="国泰·奥北科技园" /></a><p><a href="http://www.funxun.com/office/?119922.html" target="_blank">国泰·奥北科技园</a>　<font color="#ff5400";>[7.0-9.0元/天/平米]</font></p></div> 
        <div class="hdm1_1" ><a href="http://www.funxun.com/office/?77726.html" target="_blank"><img src="http://www.funxun.com/image2014/cj260228.jpg" alt="城建大厦" width="260" height="228" /></a><p><a href="http://www.funxun.com/office/?77726.html" target="_blank">城建大厦</a>　<font color="#ff5400";>[12元/天/平米]</font></p></div>  
        <div class="hdm1_1" ><a href="http://www.funxun.com/office/?120811.html" target="_blank"><img src="image2014/tzc01260228.jpg" width="260" height="228" alt="通州C01大厦" /></a><p><a href="http://www.funxun.com/office/?120811.html" target="_blank">通州C01大厦</a>　<font color="#ff5400";>[6-8元/天/平米]</font></p></div>    
       <div class="hdm1_1" style="margin-right:0px;"><a href="http://www.funxun.com/office/?11866.html" target="_blank"><img src="image2014/260228Kaiheng.jpg" alt="凯恒中心" width="260" height="228" /></a><p><a href="http://www.funxun.com/office/?11866.html" target="_blank">凯恒中心</a>　<font color="#ff5400";>[10元/天/平米]</font></p></div> 
        
            
        </div>
      </div>
  </div>
    <!--热点-->
    <!--广告--> 
    <div class="guanggao"><a href="http://www.funxun.com/office/?77726.html" target="_blank"><img src="http://www.funxun.com/swf/cjds/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div>
      
   
   
    <!--广告-->
    <!--写字楼-->
    <div class="office">
      <div class="office_1">
        <div class="office_1_1">
        <p><strong><a href="http://office.funxun.com/" target="_blank">写字楼</a></strong></p>
        </div>
        <div class="office_1_5">
          <p style="margin-left:0px;"><a href="office/list/?10101_001.html" target="_blank">朝阳区</a></p>
          <p><a href="office/list/?10102_001.html" target="_blank">海淀区</a></p>
          <p style=" border:0px;"><a href="office/list/?10104_001.html" target="_blank">东城区</a></p><br />
          <p style="margin-left:0px;"><a href="office/list/?10105_001.html" target="_blank">西城区</a></p>
          <p><a href="office/list/?10106_001.html" target="_blank">丰台区</a></p>
          <p style=" border:0px;"><a href="office/list/?10107_001.html" target="_blank">大兴区</a></p><br />
          <p style="margin-left:0px;"><a href="office/list/?10108_001.html" target="_blank">通州区</a></p>
          <p><a href="office/list/?10109_001.html" target="_blank">顺义区</a></p>
          <p style=" border:0px;"><a href="office/list/?10103_001.html" target="_blank">石景山</a></p><br />
          <p style="margin-left:0px;"><a href="office/list/?10110_001.html" target="_blank">昌平区</a></p>
          <p><a href="office/list/?10111_001.html" target="_blank">亦庄区</a></p>
          <p style=" border:0px; margin-right:0px;"><a href="office/list/?10112_001.html" target="_blank">平谷区</a></p><br />
          <p style="margin-left:0px;"><a href="office/list/?10113_001.html" target="_blank">房山区</a></p>
          <p><a href="office/list/?10114_001.html" target="_blank">怀柔区</a></p>
          <p style=" border:0px;"><a href="office/list/?10115_001.html" target="_blank">门头沟</a></p><br />
          <p style="margin-left:0px;"><a href="office/list/?10116_001.html" target="_blank">密云区</a></p>
          <p><a href="office/list/?10118_001.html" target="_blank">延庆区</a></p>
          <p style=" border:0px; margin-right:0px;"><a href="office/list/?10117_001.html" target="_blank">大北京</a></p>
        </div>
        <div class="office_1_4">
          <p><strong>热点楼盘</strong></p>
          <ul>
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?11955.html" target="_blank">华腾大厦</a></li>
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?120779.html" target="_blank">北辰中心</a></li>
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?77715.html " target="_blank">华腾北搪大厦</a></li>            
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?120674.html" target="_blank">中海瀛海大都会</a></li>
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?120117.html" target="_blank">华腾新天地商场</a></li>
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?11866.html" target="_blank">凯恒中心</a></li>             
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?30929.html" target="_blank">华腾科技大厦</a></li>
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?120217.html" target="_blank">金隅·智造工场</a></li>            
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?119964.html" target="_blank">华腾灯市口项目</a></li>
            <li style="border:0px;"><a href="http://www.funxun.com/office/?120327.html" target="_blank">金隅高新产业园</a></li>       
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?119963.html" target="_blank">华腾旌凯写字楼</a></li>            
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?119967.html" target="_blank">华腾拓展商务楼</a></li>
          </ul>
        </div>
      </div>
      <div class="office_2">
       <!--切换-->
        <div id=menu_out>
        <div id=menu_in>
        <div id=menu>
        <UL id=nav>
        <li><A class="nav_on" id="mynav0" onmouseover="javascript:qiehuan(0)" href="http://office.funxun.com/list/?10101_1_001.html" target="_blank"><SPAN>新房</SPAN></A><p style="float:left; color:#CCC;">|</p></li>
        <li class="menu_line"><a href="http://office.funxun.com/list/?10101_2_001.html" onmouseover="javascript:qiehuan(1)" id="mynav1" class="nav_off" target="_blank"><span>租房</span></a></li>        
        </UL>
        <div id=menu_con><div id=qh_con0 style="DISPLAY: block">
          <!--添加内容-->
          <div class="zswe">             
              <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?120727.html" target="_blank"><img src="image2014/xzt_hyzx.jpg" width="190" height="135" alt="华樾中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120727.html" target="_blank">华樾中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120727.html" target="_blank">68000元/平米</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120727.html" target="_blank">咨询热线：010-53358886</a></strong></p>
                </div>             
              </div>
             
             <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?120553.html" target="_blank"><img src="image2014/xzt_jdqhzx.jpg" width="190" height="135" alt="金地启汇中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120553.html" target="_blank">金地启汇中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120553.html" target="_blank">4元/平米/天</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120553.html" target="_blank">咨询热线：010-84392699</a></strong></p>
                </div>             
             </div>
             
             <div class="zswe1">
                  <div class="wrap">
                <a href="http://www.funxun.com/office/?120400.html" target="_blank"><img src="image2014/office_gjcf.jpg" width="190" height="135" alt="北京国际财富中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120400.html" target="_blank">北京国际财富中心 [通州区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120400.html" target="_blank">一栋一价</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120400.html" target="_blank">咨询热线：010-81596866</a></strong></p>
                </div>             
             </div>
              <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120363.html" target="_blank"><img src="image2014/office_cfl.jpg" width="190" height="135" alt="丰台大悦春风里" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120363.html" target="_blank">丰台大悦春风里 [丰台区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120363.html" target="_blank">价格待定</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120363.html" target="_blank">咨询热线：010-56978888</a></strong></p>
                </div>
             </div>

            

             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120753.html" target="_blank"><img src="image2014/cyy_jdmxs.jpg" width="190" height="135" alt="金第梦想山" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120753.html" target="_blank">金第梦想山 [怀柔区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120753.html" target="_blank">30000元/平米</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120753.html" target="_blank">咨询热线：010-5098999</a></strong></p>
                </div>
             </div>
             
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120777.html" target="_blank"><img src="image2014/office_tjzhg.jpg" width="190" height="135" alt="中国铁建智慧港" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120777.html" target="_blank">中国铁建智慧港 [大兴区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120777.html" target="_blank">价格：33000元/平米</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120777.html" target="_blank">咨询热线：010-80888858</a></strong></p>
                </div>
             </div>
             
          </div> 
        </div> 
        <div id=qh_con1 style="DISPLAY: none">
          <!--添加内容-->
           <div class="zswe">
          <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?840.html" target="_blank"><img src="image2014/xzt_hmzx.jpg" width="190" height="135" alt="华贸中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?840.html" target="_blank">华贸中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?840.html" target="_blank">价格面议</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?840.html" target="_blank">咨询热线：010-65989999</a></strong></p>
                </div>             
              </div>

           <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120078.html" target="_blank"><img src="image2014/cyy_gjkg.jpg" width="190" height="135" alt="中航国际广场" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120078.html" target="_blank">中航国际广场 [亦庄开发区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120078.html" target="_blank">4元起/天/平米（不含物业）</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120078.html" target="_blank">咨询热线：010-57906666</a></strong></p>
                </div>
             </div>
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?119922.html" target="_blank"><img src="image2014/redian_aobei.jpg" width="190" height="135" alt="国泰·奥北科技园" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?119922.html" target="_blank">国泰·奥北科技园 [海淀区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?119922.html" target="_blank">7.0-9.0元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?119922.html" target="_blank">咨询热线：010-62927077</a></strong></p>
                </div>
             </div>            
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120779.html" target="_blank"><img src="image2014/redian_bczx.jpg" width="190" height="135" alt="北辰中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120779.html" target="_blank">北辰中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120779.html" target="_blank">480元/平米/月</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120779.html" target="_blank">咨询热线：010-64991919</a></strong></p>
                </div>
             </div>            
              <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?77726.html" target="_blank"><img src="image2014/cj190135.jpg" width="190" height="135" alt="城建大厦" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?77726.html" target="_blank">城建大厦 [海淀区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?77726.html" target="_blank">12元/天/平米</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?77726.html" target="_blank">咨询热线：010-62026611</a></strong></p>
                </div>       
             </div>

            <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?119085.html" target="_blank"><img src="image2014/yy2q190135.jpg" width="190" height="135" alt="远洋国际中心Ⅱ期" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?119085.html" target="_blank">远洋国际中心Ⅱ期 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?119085.html" target="_blank">9元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?119085.html" target="_blank">咨询热线：010-65980880</a></strong></p>
                </div>
             </div>
                           
            
             
          </div> 
        </div> 
        
         
        </div>
        </div>
        </div>
        </div>         
      </div>
      
      <div class="office_3">
         <div class="office_3_1">
            <div class="zc">
              <p><a href="news/n_more.asp?tid=32" target="_blank"><strong>楼宇资讯</strong></a></p>
              <span><a href="news/n_more.asp?tid=32" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/32/2025624160832.html" title="保定深圳园项目荣膺“2025中国产业园品牌价值10强”" target="_blank">保定深圳园项目荣膺“2025中国产业园品</a></p><p><a href="http://www.funxun.com/news/32/2025624155641.html" title="大兴投资大厦荣膺 “2025中国写字楼品牌价值十强”" target="_blank">大兴投资大厦荣膺 “2025中国写字楼品</a></p><p><a href="http://www.funxun.com/news/32/2025624144758.html" title="齐河凭服务“出圈”后，企业老板们力推的这家产业园区引关注" target="_blank">齐河凭服务“出圈”后，企业老板们力推的这</a></p><p><a href="http://www.funxun.com/news/32/2025624100805.html" title="关税暂缓对中国房地产市场的影响及复苏节奏" target="_blank">关税暂缓对中国房地产市场的影响及复苏节奏</a></p>
            </div>
         </div>

         <div class="office_3_1">
            <div class="zc">
              <p><a href="news/n_more.asp?tid=51" target="_blank"><strong>商业办公</strong></a></p>
              <span><a href="news/n_more.asp?tid=51" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
                <p><a href="http://www.funxun.com/news/51/2025624103300.html" title="2025上海写字楼市场迎焕新热潮" target="_blank">2025上海写字楼市场迎焕新热潮</a></p><p><a href="http://www.funxun.com/news/51/202562494615.html" title="南国置业获中国电建大湾区科创中心写字楼咨询服务合同" target="_blank">南国置业获中国电建大湾区科创中心写字楼咨</a></p><p><a href="http://www.funxun.com/news/51/202561193242.html" title="莱坊料港岛区整体甲级写字楼租金最多跌3%" target="_blank">莱坊料港岛区整体甲级写字楼租金最多跌3%</a></p><p><a href="http://www.funxun.com/news/51/20256490404.html" title="永伦集团2.3亿港元出售香港中环写字楼物业 账面亏损3亿港元" target="_blank">永伦集团2.3亿港元出售香港中环写字楼物</a></p>
            </div>
         </div>
         <div class="office_3_1">
            <div class="zc">
              <p><a href="news/n_more.asp?tid=72" target="_blank"><strong>数据报告</strong></a></p>
              <span><a href="news/n_more.asp?tid=72" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/72/2024426103259.html" title="莱坊发布2024年第一季度《广州甲级写字楼市场报告》" target="_blank">莱坊发布2024年第一季度《广州甲级写字</a></p><p><a href="http://www.funxun.com/news/72/2024411102047.html" title="2024年第一季度北京房地产市场回顾与展望" target="_blank">2024年第一季度北京房地产市场回顾与展</a></p><p><a href="http://www.funxun.com/news/72/202449130717.html" title="2024年第一季度北京房地产市场回顾与展望" target="_blank">2024年第一季度北京房地产市场回顾与展</a></p><p><a href="http://www.funxun.com/news/72/20231012141828.html" title="CBRE世邦魏理仕：2023年第三季度北京物业投资市场" target="_blank">CBRE世邦魏理仕：2023年第三季度北</a></p>
            </div>
         </div>
      </div>
    </div>
    <!--写字楼-->
    <!--广告-->

        <div class="guanggao"><a href="http://www.funxun.com/office/?840.html" target="_blank"><img src="http://www.funxun.com/swf/hmzx/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div>
        <div class="guanggao"><a href="http://www.funxun.com/office/?120327.html" target="_blank"><img src="http://www.funxun.com/swf/jygx/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div>
    <!--广告-->
    <!--产业园-->
    <div class="office">
      <div class="office_1">
        <div class="office_1_1">
        <p><strong><a href="http://industrial.funxun.com/" target="_blank">产业园</a></strong></p>
        </div>
        <div class="office_1_4c">          
          <ul>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/area/?10101_0_001.html" target="_blank">海淀区</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/area/?10102_0_001.html" target="_blank">朝阳区</a></li>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/area/?10104_0_001.html" target="_blank">东城区</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/area/?10105_0_001.html" target="_blank">西城区</a></li>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/area/?10106_0_001.html" target="_blank">丰台区</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/area/?10103_0_001.html" target="_blank">石景山区</a></li>            
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/area/?10108_0_001.html" target="_blank">通州区</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/area/?10107_0_001.html" target="_blank">大兴区</a></li>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/area/?10110_0_001.html" target="_blank">昌平区</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/area/?10113_0_001.html" target="_blank">房山区</a></li>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/area/?10111_0_001.html" target="_blank">亦庄开发区</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/area/?10115_0_001.html" target="_blank">门头沟区</a></li>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/area/?10109_0_001.html" target="_blank">顺义区</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/area/?10116_0_001.html" target="_blank">密云区</a></li>
          </ul>
        </div>
        <div class="office_1_5c">
          <p><strong>热点项目</strong></p>
          <ul>
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?120652.html" target="_blank">E_ZIKOO智慧谷</a></li>        
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?120753.html" target="_blank">金地梦想山</a></li>
            <li style="margin-left:0px;"><a href="http://www.funxun.com/test/yjzb/" target="_blank">燕京总部基地</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/info/?120327.html" target="_blank">金隅高新产业园</a></li>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/info/?120304.html" target="_blank">首汇健康产业园</a></li>
            <li style=" border:0px;"><a href="http://industrial.funxun.com/info/?120217.html" target="_blank">金隅智造工场</a></li>
            <li style="margin-left:0px;"><a href="http://industrial.funxun.com/info/?120781.html" target="_blank">众联京东智慧健康科技城</a></li>
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?120078.html" target="_blank">中航国际广场</a></li>
          </ul>
        </div>
      </div>
      
      <div class="office_2">
       <!--切换-->
        <div id=menu_out>
        <div id=menu_in>
        <div id=menu>
        <UL id=nav>
        <li><A class="nav_vbgf" id="mynav_vbgf0" onmouseover="javascript:chanyeyuan(0)" href="http://industrial.funxun.com/list/?10101_1_001.html" target="_blank"><SPAN>新房</SPAN></A><p style="float:left; color:#CCC; width:1px;">|</p></li>
        <li class="menu_line"><a href="http://industrial.funxun.com/list/?10101_2_001.html" onmouseover="javascript:chanyeyuan(1)" id="mynav_vbgf1" class="nav_off" target="_blank"><span>租房</span></a></li>        
        </UL>
        
        <div id=menu_con><div id=qh_vbgf0 style="DISPLAY: block">
          <!--添加内容-->
          <div class="zswe">
             
              <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120652.html" target="_blank"><img src="image2014/redian_zhg.jpg" width="190" height="135" alt="E_ZIKOO智慧谷" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120652.html" target="_blank">E_ZIKOO智慧谷 [海淀区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120652.html" target="_blank">58000元/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120652.html" target="_blank">咨询热线：010-8278 9999</a></strong></p>
                </div>
             </div>
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120753.html" target="_blank"><img src="image2014/cyy_jdmxs.jpg" width="190" height="135" alt="金第梦想山" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120753.html" target="_blank">金第梦想山 [怀柔区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120753.html" target="_blank">30000元/平米</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120753.html" target="_blank">咨询热线：010-5098999</a></strong></p>
                </div>
             </div>
            

             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/test/yjzb/" target="_blank"><img src="image2014/190135_yjzb.jpg" width="190" height="135" alt="燕京总部基地" /></a>
                <div><b></b><span><a href="http://www.funxun.com/test/yjzb/" target="_blank">燕京总部基地 [燕郊]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/test/yjzb/" target="_blank">1.4-1.7万元/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/test/yjzb/" target="_blank">咨询热线：400-110-9918 </a></strong></p>
                </div>
             </div>
             
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120553.html" target="_blank"><img src="image2014/cyy_jdqh.jpg" width="190" height="135" alt="金地启汇中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120553.html" target="_blank">金地启汇中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120553.html" target="_blank">50000元/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120553.html" target="_blank">咨询热线：010-84392699</a></strong></p>
                </div>
             </div>
             
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120827.html" target="_blank"><img src="image2014/190135syon.jpg" width="190" height="135" alt="首怡ON燃" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120827.html" target="_blank">首怡ON燃 [石景山区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120827.html" target="_blank">价格面议</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120827.html" target="_blank">咨询热线：13810157810</a></strong></p>

                </div>
             </div>
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120078.html" target="_blank"><img src="image2014/cyy_gjkg.jpg" width="190" height="135" alt="中航国际广场" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120078.html" target="_blank">中航国际广场 [亦庄开发区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120078.html" target="_blank">4-5.8元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120078.html" target="_blank">咨询热线：010-57906666</a></strong></p>
                </div>
             </div>
          </div> 
        </div> 
        <div id=qh_vbgf1 style="DISPLAY: none">
          <!--添加内容-->
             <div class="zswe">

              <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?119922.html" target="_blank"><img src="image2014/redian_aobei.jpg" width="190" height="135" alt="国泰·奥北科技园" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?119922.html" target="_blank">国泰·奥北科技园 [海淀区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?119922.html" target="_blank">7.0-9.0元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?119922.html" target="_blank">咨询热线：010-62927077</a></strong></p>
                </div>
             </div>
             
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120387.htmll" target="_blank"><img src="image2014/office_sgtgy.jpg" width="190" height="135" alt="首钢特钢园科技中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120387.html" target="_blank">首钢特钢园科技中心</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120387.html" target="_blank">4.8-5.3元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120387.html" target="_blank">咨询热线：010-88777190</a></strong></p>
                </div>
             </div>
            
             
              <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120217.html" target="_blank"><img src="image2014/190135jyzz.jpg" width="190" height="135" alt="金隅智造工场" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120217.html" target="_blank">金隅智造工场 [海淀区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120217.html" target="_blank">7-8元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120217.html" target="_blank">咨询热线：010-82936688</a></strong></p>
                </div>
             </div>
                          
             <div class="zswe1">
                 <div class="wrap">
                <a href="office/?120304.html" target="_blank"><img src="image2014/cyy_shgc.jpg" width="190" height="135" alt="首汇健康科技园" /></a>
                <div><b></b><span><a href="office/?120304.html" target="_blank">首汇健康科技园 [丰台区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="office/?120304.html" target="_blank">9元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="office/?120304.html" target="_blank">咨询热线：13694622030</a></strong></p>
                </div>             
             </div>
             
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120761.html" target="_blank"><img src="image2014/zhzx_190135.jpg" width="190" height="135" alt="金隅智荟中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120761.html" target="_blank">金隅智荟中心 [海淀区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120761.html" target="_blank">9元/天/平米（含税）</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120761.html" target="_blank">咨询热线：010-829396688 </a></strong></p>
                </div>
             </div>
                        
             <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120327.html" target="_blank"><img src="image2014/zht_jygx.jpg" width="190" height="135" alt="金隅高新产业园" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120327.html" target="_blank">金隅高新产业园 [大兴区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120327.html" target="_blank">2.3-2.6元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120327.html" target="_blank">咨询热线：010-69295959</a></strong></p>
                </div>
             </div>
             
          </div> 
        </div> 
        
         
        </div>
        </div>
        </div>
        </div>         
      </div>
      
      <div class="office_3">
         <div class="office_3_1">
            <div class="zc">
              <p><a href="news/n_more.asp?tid=75" target="_blank"><strong>园区资讯</strong></a></p>
              <span><a href="news/n_more.asp?tid=75" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/75/2025610103410.html" title="“科技+金融”产业生态，打造总部产业新峰" target="_blank">“科技+金融”产业生态，打造总部产业新峰</a></p><p><a href="http://www.funxun.com/news/75/202563100025.html" title="凯德腾飞房托收购新加坡数据中心和产业园" target="_blank">凯德腾飞房托收购新加坡数据中心和产业园</a></p><p><a href="http://www.funxun.com/news/75/202542594308.html" title="时代邻里发布第一季度拓展多个住宅、公建及产业园项目" target="_blank">时代邻里发布第一季度拓展多个住宅、公建及</a></p><p><a href="http://www.funxun.com/news/75/2025422135701.html" title="普洛斯中国2024年可持续发展报告：新经济引擎 高质量发展" target="_blank">普洛斯中国2024年可持续发展报告：新经</a></p>
            </div>
         </div>
         <div class="office_3_1">
            <div class="zc">
              <p><a href="news/n_more.asp?tid=34" target="_blank"><strong>行业资讯</strong></a></p>
              <span><a href="news/n_more.asp?tid=34" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/34/2025620153841.html" title="从“住有所居”到“住有优居”,解构住房租赁产业“民生+经济”双轨发展范式" target="_blank">从“住有所居”到“住有优居”,解构住房租</a></p><p><a href="http://www.funxun.com/news/34/202566131006.html" title="睿住天元设计 新兴产业聚集3.0示范园区/佛北战新数智城产业园" target="_blank">睿住天元设计 新兴产业聚集3.0示范园区</a></p><p><a href="http://www.funxun.com/news/34/202564132608.html" title="链筑:2025华东龙头房企、产业链企业齐聚西子湖畔,共谋建筑产业发展新趋势" target="_blank">链筑:2025华东龙头房企、产业链企业齐</a></p><p><a href="http://www.funxun.com/news/34/2025529121804.html" title="四川省绿色建材产业链供需对接大会在德阳举行" target="_blank">四川省绿色建材产业链供需对接大会在德阳举</a></p>
            </div>
         </div>
         <div class="office_3_1">
            <div class="zc">
              <p><a href="news/n_more.asp?tid=35" target="_blank"><strong>城市更新</strong></a></p>
              <span><a href="news/n_more.asp?tid=35" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/35/2025623102937.html" title="深圳：二手房录得1,474套 环比增长38.3%" target="_blank">深圳：二手房录得1,474套 环比增长3</a></p><p><a href="http://www.funxun.com/news/35/2025617101146.html" title="深圳第24周全市二手房录得1474套" target="_blank">深圳第24周全市二手房录得1474套</a></p><p><a href="http://www.funxun.com/news/35/202561694908.html" title="广州房地产政策：全面取消限购、限售、限价" target="_blank">广州房地产政策：全面取消限购、限售、限价</a></p><p><a href="http://www.funxun.com/news/35/202561392835.html" title="深圳市：“即买即退”商品销售额同比增逾20倍" target="_blank">深圳市：“即买即退”商品销售额同比增逾2</a></p>
            </div>
         </div>
      </div>
    </div>
    <!--产业园-->
    <!--广告-->
      <div class="guanggao"><a href="http://www.funxun.com/office/?120217.html" target="_blank"><img src="http://www.funxun.com/swf/jyzz/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div>
        <!--城市更新-->
    <div class="office">
      <div class="office_1">
        <div class="office_1_1">
        <p><strong><a href="http://commercial.funxun.com/" target="_blank">选址通</a></strong></p>
        </div>
        <div class="office_1_5">
          <p style="margin-left:0px;"><a href="http://commercial.funxun.com/list/?10101_001.html" target="_blank">朝阳区</a></p>
          <p><a href="http://commercial.funxun.com/list/?10102_001.html" target="_blank">海淀区</a></p>
          <p style=" border:0px;"><a href="http://commercial.funxun.com/list/?10104_001.html" target="_blank">东城区</a></p><br />
          <p style="margin-left:0px;"><a href="http://commercial.funxun.com/list/?10105_001.html" target="_blank">西城区</a></p>
          <p><a href="http://commercial.funxun.com/list/?10106_001.html" target="_blank">丰台区</a></p>
          <p style=" border:0px;"><a href="http://commercial.funxun.com/list/?10107_001.html" target="_blank">大兴区</a></p><br />
          <p style="margin-left:0px;"><a href="http://commercial.funxun.com/list/?10108_001.html" target="_blank">通州区</a></p>
          <p><a href="http://commercial.funxun.com/list/?10109_001.html" target="_blank">顺义区</a></p>
          <p style=" border:0px;"><a href="http://commercial.funxun.com/list/?10103_001.html" target="_blank">石景山</a></p><br />
          <p style="margin-left:0px;"><a href="http://commercial.funxun.com/list/?10110_001.html" target="_blank">昌平区</a></p>
          <p><a href="http://commercial.funxun.com/list/?10111_001.html" target="_blank">亦庄区</a></p>
          <p style=" border:0px; margin-right:0px;"><a href="http://commercial.funxun.com/list/?10112_001.html" target="_blank">平谷区</a></p><br />
          <p style="margin-left:0px;"><a href="http://commercial.funxun.com/list/?10113_001.html" target="_blank">房山区</a></p>
          <p><a href="http://commercial.funxun.com/list/?10114_001.html" target="_blank">怀柔区</a></p>
          <p style=" border:0px;"><a href="http://commercial.funxun.com/list/?10115_001.html" target="_blank">门头沟</a></p><br />
          <p style="margin-left:0px;"><a href="http://commercial.funxun.com/list/?10116_001.html" target="_blank">密云区</a></p>
          <p><a href="http://commercial.funxun.com/list/?10118_001.html" target="_blank">延庆区</a></p>
          <p style=" border:0px; margin-right:0px;"><a href="http://commercial.funxun.com/list/?10117_001.html" target="_blank">大北京</a></p>
        </div>
        
        <div class="office_1_4">
          <p><strong>热点楼盘</strong></p>
          <ul>
            <li style="margin-left:0px; font-size:12px; width:98px;"><a href="office/?120400.html" target="_blank">北京国际财富中心</a></li>
            <li style=" border:0px;"><a href="office/?120764.html" target="_blank">中海金海汇</a></li>
            <li style="margin-left:0px;"><a href="office/?120775.html" target="_blank">樾长安</a></li>
            <li style=" border:0px;"><a href="office/?120769.html" target="_blank">中海金融中心</a></li>
            <li style="margin-left:0px;"><a href="office/?120217.html" target="_blank">华樾中心</a></li>
            <li style=" border:0px;"><a href="office/?120553.html" target="_blank">金地启汇中心</a></li>
            <li style="margin-left:0px;"><a href="office/?112780.html" target="_blank">中海OFFICEZIP</a></li>
            <li style=" border:0px;"><a href="office/?120304.html" target="_blank">首汇广场</a></li>       
            <li style="margin-left:0px;"><a href="office/?120326.html" target="_blank">首创·新大都</a></li>
            <li style=" border:0px;"><a href="office/?120241.html" target="_blank">北京佳兆业广场</a></li>
            <li style="margin-left:0px;"><a href="http://www.funxun.com/office/?840.html" target="_blank">华贸中心</a></li>
            <li style=" border:0px;"><a href="office/?120780.html" target="_blank">创伴空间</a></li>  
            
          </ul>
        </div>
      </div>
      
      <div class="office_2">
        <!--切换-->
        <div id=menu_out>
        <div id=menu_in>
        <div id=menu>
        <UL id=nav>
        <li><A class=nav_bug id=mynav_bug0 onmouseover=javascript:dfhuan(0) href="http://commercial.funxun.com/list/?10100_001.html" target="_blank"><SPAN>整售</SPAN></A><p style="float:left; color:#CCC;">|</p></li>
        <li class="menu_line"><a href="http://commercial.funxun.com/list/?10100_001.html" onmouseover="javascript:dfhuan(1)" id="mynav_bug1" class="nav_off"target="_blank"><span>整租</span></a></li>
        </UL>
        <div id=menu_con><div id=qh_bug0  style="DISPLAY: block">
          <!--添加内容-->
          <div class="zswe">
              <div class="zswe1">
                  <div class="wrap">
                <a href="http://www.funxun.com/office/?120400.html" target="_blank"><img src="image2014/office_gjcf.jpg" width="190" height="135" alt="北京国际财富中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120400.html" target="_blank">北京国际财富中心 [通州区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120400.html" target="_blank">一栋一价</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120400.html" target="_blank">咨询热线：010-81596866</a></strong></p>
                </div>             
             </div>
              <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?120764.html" target="_blank"><img src="image2014/xzt_zhjhh.jpg" width="190" height="135" alt="中海金海汇" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120764.html" target="_blank">中海金海汇 [石景山区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120764.html" target="_blank">均价40000-42000平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120764.html" target="_blank">咨询热线：010-67896666</a></strong></p>
                </div>             
              </div>
              
            
             <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?120775.html" target="_blank"><img src="image2014/xzt_yca.jpg" width="190" height="135" alt="樾长安" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120775.html" target="_blank">樾长安 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120775.html" target="_blank">3300万元/套起</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120775.html" target="_blank">咨询热线：8610-65722888</a></strong></p>
                </div>             
              </div>
              <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120769.html" target="_blank"><img src="image2014/xzt_zhjrzx.jpg" width="190" height="135" alt="中海金融中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120769.html" target="_blank">中海金融中心 [西城区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120769.html" target="_blank">电话咨询</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120769.html" target="_blank">咨询热线：010-67896666</a></strong></p>
                </div>             
            </div>
             <div class="zswe1">
                <div class="wrap">
                <a href="office/?120217.html" target="_blank"><img src="image2014/190135jyzz.jpg" width="190" height="135" alt="华樾中心" /></a>
                <div><b></b><span><a href="office/?120217.html" target="_blank">华樾中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="office/?120217.html" target="_blank">68000元/平米</a></strong></p>
                </div>

                <div class="zswe1_2">
                 <p><strong><a href="office/?120217.html" target="_blank">咨询热线：010-53358886</a></strong></p>
                </div>
             </div>
             
             <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?120553.html" target="_blank"><img src="image2014/xzt_jdqhzx.jpg" width="190" height="135" alt="金地启汇中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120553.html" target="_blank">金地启汇中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120553.html" target="_blank">50000元/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120553.html" target="_blank">咨询热线：010-84392699</a></strong></p>
                </div>             
             </div>
          </div> 
        </div> 
        
        <div id=qh_bug1 style="DISPLAY: none">
          <!--添加内容-->
          <div class="zswe">
              
              <div class="zswe1">
                 <div class="wrap">
                <a href="office/?478.html" target="_blank"><img src="image2014/xzt_zlgc.jpg" width="190" height="135" alt="中粮广场" /></a>
                <div><b></b><span><a href="office/?478.html" target="_blank">中粮广场 [东城区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="office/?478.html" target="_blank">12.5元/天/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="office/?478.html" target="_blank">咨询热线：010-65269988</a></strong></p>
                </div>             
              </div>
             
             <div class="zswe1">
                 <div class="wrap">
                <a href="test/zlzdgc/" target="_blank"><img src="image2014/xzt_zlzd.jpg" width="190" height="135" alt="中粮置地广场" /></a>
                <div><b></b><span><a href="test/zlzdgc/" target="_blank">中粮置地广场 [东城区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="test/zlzdgc/" target="_blank">510元/月/平米</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="test/zlzdgc/" target="_blank">咨询热线：010-64266699</a></strong></p>
                </div>             
              </div>
              

             <div class="zswe1">
                 <div class="wrap">
                <a href="http://www.funxun.com/office/?840.html" target="_blank"><img src="image2014/xzt_hmzx.jpg" width="190" height="135" alt="华贸中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?840.html" target="_blank">华贸中心 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?840.html" target="_blank">价格面议</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?840.html" target="_blank">咨询热线：010-65989999</a></strong></p>
                </div>             
              </div>
            
             
             <div class="zswe1">
                <div class="wrap">
                <a href="office/?120217.html" target="_blank"><img src="image2014/190135jyzz.jpg" width="190" height="135" alt="金隅智造工场" /></a>
                <div><b></b><span><a href="office/?120217.html" target="_blank">金隅智造工场 [海淀区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="office/?120217.html" target="_blank">7-8元/天/平米</a></strong></p>
                </div>

                <div class="zswe1_2">
                 <p><strong><a href="office/?120217.html" target="_blank">咨询热线：010-82936688</a></strong></p>
                </div>
             </div>
             
             <div class="zswe1">
                <div class="wrap">
                <a href="office/?112780.html" target="_blank"><img src="image2014/csgx_zhof.jpg" width="190" height="135" alt="中海OFFICEZIP" /></a>
                <div><b></b><span><a href="office/?112780.html" target="_blank">中海OFFICEZIP [西城区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="office/?112780.html" target="_blank">290 起/工位/天 </a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="office/?112780.html" target="_blank">咨询热线：13811402497</a></strong></p>
                </div>             
             </div>
                          
             <div class="zswe1">
                <div class="wrap">
                <a href="office/?120241.html" target="_blank"><img src="image2014/csgx_ly.jpg" width="190" height="135" alt="北京佳兆业广场" /></a>
                <div><b></b><span><a href="office/?120241.html" target="_blank">北京佳兆业广场 [朝阳区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="office/?120241.html" target="_blank">400元/月/平米（不含物业费）</a></strong></p>
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="office/?120241.html" target="_blank">咨询热线：010-85806666</a></strong></p>
                </div>
             </div>
                           
          </div> 
          </div>
           
        </div>
        </div>
        </div>
        </div>         
       <!--切换-->
      </div>
      <div class="office_3">
         <div class="office_3_1">
            <div class="zc">
              <p><a href="http://www.funxun.com/news/Article.asp?w=34%3B%B4%F3%D7%DA%BD%BB%D2%D7%3B%BD%BB%D2%D7" target="_blank"><strong>大宗交易</strong></a></p>
              <span><a href="http://www.funxun.com/news/Article.asp?w=34%3B%B4%F3%D7%DA%BD%BB%D2%D7%3B%BD%BB%D2%D7" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/32/2025417111320.html" title="2025年一季度中国房地产大宗交易投资市场回顾" target="_blank">2025年一季度中国房地产大宗交易投资市</a></p><p><a href="http://www.funxun.com/news/32/2025415113502.html" title="Savills中国房地产大宗交易市场 | 2025第一季度回顾及展望" target="_blank">Savills中国房地产大宗交易市场 |</a></p><p><a href="http://www.funxun.com/news/32/2025120133701.html" title="第一太平戴维斯发布2024年中国房地产大宗交易市场回顾与展望" target="_blank">第一太平戴维斯发布2024年中国房地产大</a></p><p><a href="http://www.funxun.com/news/32/202511692423.html" title="2024北京大宗交易市场保持活跃" target="_blank">2024北京大宗交易市场保持活跃</a></p>
            </div>
         </div>
         <div class="office_3_1">
            <div class="zc">
              <p><a href="http://www.funxun.com/news/Article.asp?w=53%3B%B9%BA%CE%EF%D6%D0%D0%C4%3B%C9%CC%B3%A1%3B%B3%AC%CA%D0%3B%C9%E7%C7%F8%C9%CC%D2%B5%3B%C9%CC%C6%CC%3B%C9%CC%BD%D6" target="_blank"><strong>商业地产</strong></a></p>
              <span><a href="http://www.funxun.com/news/Article.asp?w=53%3B%B9%BA%CE%EF%D6%D0%D0%C4%3B%C9%CC%B3%A1%3B%B3%AC%CA%D0%3B%C9%E7%C7%F8%C9%CC%D2%B5%3B%C9%CC%C6%CC%3B%C9%CC%BD%D6" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/53/2025624102433.html" title="坐标南中轴，以政策为引领，大悦时代广场打造商务新极" target="_blank">坐标南中轴，以政策为引领，大悦时代广场打</a></p><p><a href="http://www.funxun.com/news/53/2025624102154.html" title="绿地合肥中央广场西地块商业项目正式竣备" target="_blank">绿地合肥中央广场西地块商业项目正式竣备</a></p><p><a href="http://www.funxun.com/news/53/2025624101628.html" title="以开放创新之姿，三亚大悦城打造“无国界”消费新体验" target="_blank">以开放创新之姿，三亚大悦城打造“无国界”</a></p><p><a href="http://www.funxun.com/news/53/2025616102347.html" title="京东MALL北京双井店正式开业" target="_blank">京东MALL北京双井店正式开业</a></p>
            </div>
         </div>
         <div class="office_3_1">
            <div class="zc">
              <p><a href="http://meeting.funxun.com/" target="_blank"><strong>品牌活动</strong></a></p>
              <span><a href="http://meeting.funxun.com/" target="_blank">更多>></a></span>
            </div>
            <div class="zc_1">
               <p><a href="http://www.funxun.com/news/32/2024915230003.html" title="2024服贸会第二届中国商业地产运营管理论坛招开" target="_blank">2024服贸会第二届中国商业地产运营管理</a></p>
               <p><a href="http://www.funxun.com/news/32/202462691625.html" title="第二十届中国商业地产投资专业展览会" target="_blank">第二十届中国商业地产投资专业展览会</a></p>
               <p><a href="http://www.funxun.com/news/32/202462794826.html" title="第六届中国商业地产品牌价值论坛成功举办" target="_blank">第六届中国商业地产品牌价值论坛成功举办</a></p>
               <p><a href="http://www.funxun.com/news/32/2023122991839.html" title="中国写字楼产业园发展论坛第二十届年会" target="_blank">中国写字楼产业园发展论坛第二十届年会</a></p>
            </div>
         </div>
      </div>
    </div>
    <!--城市更新-->
    <!--广告-->
   <!-- <div class="guanggao"><a href="http://www.funxun.com/news/32/202281293622.html" target="_blank"><img src="http://www.funxun.com/swf/fx/top100/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div> -->
    <!--广告-->


    <!--友情-->
    <div class="funsde">
     <p><strong>房源列表</strong></p>
    </div>
<div class="funblock" >
    <p><strong style=" color:#425571;">写字楼房源列表：</strong><a href="fczy/Fitems.asp?foua=%B1%B1%BE%A9" target="_blank">北京写字楼</a>｜<a href="fczy/Fitems.asp?foua=%C9%CF%BA%A3"target="_blank">上海写字楼</a>｜<a href="fczy/Fitems.asp?foua=%CC%EC%BD%F2"target="_blank">天津写字楼</a>｜<a href="fczy/Fitems.asp?foua=%B9%E3%D6%DD"target="_blank">广州写字楼</a>｜<a href="fczy/Fitems.asp?foua=%C9%EE%DB%DA"target="_blank">深圳写字楼</a>｜<a href="fczy/Fitems.asp?foua=%CE%F7%B0%B2"target="_blank">西安写字楼</a>｜<a href="Fitems.asp?foua=%B3%C9%B6%BC"target="_blank">成都写字楼</a>｜<a href="fczy/Fitems.asp?foua=%D6%D8%C7%EC"target="_blank">重庆写字楼</a>｜<a href="fczy/Fitems.asp?foua=%CE%E4%BA%BA"target="_blank">武汉写字楼</a>｜<a href="fczy/Fitems.asp?foua=%D4%C6%C4%CF"target="_blank">昆明写字楼</a>｜<a href="fczy/Fitems.asp?foua=%BD%AD%CB%D5"target="_blank">无锡写字楼</a>｜<a href="fczy/Fitems.asp?foua=%BD%AD%CB%D5"target="_blank">苏州写字楼</a></p>
    <p><strong style=" color:#425571;">产业园房源列表：</strong><a href="http://industrial.funxun.com/list/?10101_0_001.html" target="_blank">京津冀产业园</a>｜<a href="http://industrial.funxun.com/list/?10102_0_001.html" target="_blank">长三角产业园</a>｜<a href="http://industrial.funxun.com/list/?10103_0_001.html" target="_blank">珠三角地区产业园</a>｜<a href="http://industrial.funxun.com/list/?10104_0_001.html" target="_blank">华南地区产业园</a>｜<a href="http://industrial.funxun.com/list/?10106_0_001.html" target="_blank">华北地区产业园</a>｜<a href="http://industrial.funxun.com/list/?10107_0_001.html" target="_blank">华东地区产业园</a>｜<a href="http://industrial.funxun.com/list/?10108_0_001.html" target="_blank">华西地区产业园</a>｜<a href="http://industrial.funxun.com/list/?10105_0_001.html" target="_blank">华中地区产业园</a></p>
    <p><strong style=" color:#425571;">房讯合作伙伴：</strong><a href="http://www.crecc.org/" target="_blank">全联房地产商会</a> <a href="http://www.corc.com.cn/" target="_blank">全联房地产商会写字楼分会</a> <a href="http://www.corc.com.cn/page/hybz.asp" target="_blank">商业办公建筑综合评价标准（COSS）</a>   <a href="http://www.funxun.com/top100/" target="_blank">中国商业地产100强</a>  <a href="http://www.expocoss.com/" target="_blank">中国商业地产投资专业展览会</a> <a href="http://www.funxun.com/test/fx/eighteen/" target="_blank">中国写字楼产业园发展论坛</a> <a href="http://www.funxun.com/sxy/" target="_blank">房讯学院</a><br><a href="http://bj.leju.com/" target="_blank">新浪乐居</a> <a href="http://house.hexun.com/" target="_blank">和讯房产</a> <a href="http://house.qianlong.com/" target="_blank">千龙房产</a> <a href="http://house.people.com.cn/" target="_blank">人民网房产</a> <a href="http://www.o571.com/" target="_blank">杭州写字楼网</a> <a href="http://www.51fdc.com" target="_blank">青岛房地产网</a> <a href="http://gz.fzg360.com/" target="_blank">广州房掌柜</a> <a href="http://sy.fang.com/" target="_blank">沈阳房产网</a> <a href="http://www.ourenfloor.com" target="_blank">欧人地板网</a> <a href="http://fs.house.sina.com.cn/" target="_blank">佛山房价</a> <a href="http://www.99cfw.com/" target="_blank">厂房出租</a> <a href="http://www.001zf.com/" target="_blank">写字楼出租</a> <a href="http://map.invest.beijing.gov.cn/" target="_blank">投资北京地图</a></p> 
  </div>
    <!--友情-->
    <!--底部导航条-->
      <div class="buut">
      <div style="line-height:30px; font-size:14px; text-align:center; width:1200px; padding-top:10px; border-top:1px solid #CCC;"><a href="http://www.funxun.com/qt/about.htm" target="_blank">关于房讯</a>-<a  href="http://meeting.funxun.com/" target="_blank" >品牌活动</a>-<a href="http://www.funxun.com/qt/zp.htm" target="_blank"> 诚聘英才</a>-<a href="http://www.funxun.com/qt/lianxi.htm" target="_blank">欢迎投稿</a>-<a  href="http://www.funxun.com/qt/lianxi.htm" target="_blank" >商务合作</a>-<a href="tencent://message/?uin=121841116&Site=&Menu=yes">QQ客服</a></div>
<div class="beian_w">      
<ul>
<li class="beian"><a href="http://beian.miit.gov.cn" target="_blank"><img src="http://www.funxun.com/image/index.5.gif" width="34" height="38" border="0"  align="left"/><div class="beian2">&nbsp;经营性网站<br />&nbsp;备案信息</div></a></li>
<li class="beian"><a href="http://net.china.com.cn/index.htm" target="_blank"><img src="http://www.funxun.com/image/jubao1.gif" width="34" height="36" border="0"  align="left"/><div class="beian2">&nbsp;不良信息<br />&nbsp;举报中心</div></a></li>
<li class="beian" style="width:100px;"><a href="http://www.bj.cyberpolice.cn/index.htm" target="_blank"><img src="http://www.funxun.com/image/110.gif" width="34" height="39" border="0"  align="left"/><div class="beian2">&nbsp;网络110<br />&nbsp;报警服务</div></a></li>
<li class="beian" style="width:120px;"><img src="http://www.funxun.com/image/itnianhui.jpg" width="45" height="36" border="0"  align="left"/><div class="beian2">&nbsp;中国互联网<br />&nbsp;潜力网站</div></li>
<li class="beian" style="width:155px;"><img src="http://www.funxun.com/image/100qiang.jpg" width="49" height="36" border="0"  align="left"/><div class="beian2">&nbsp;中国房产行业<br />&nbsp;商业网站百强</div></li>
<li class="beian" style="width:152px;"><img src="http://www.funxun.com/image/netbj.jpg" width="47" height="36" border="0"  align="left"/><div class="beian2" style="width:149px;">&nbsp;中国人气<br />&nbsp;房地产网站</div></li>
<li class="beian" style="width:152px;"><a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502040114"><img src="http://www.funxun.com/image/beian.png" width="34" height="34" border="0"  align="left"/><div class="beian2" style="width:149px;">&nbsp;京公网安备<br />&nbsp;11010502040114号</div></a></li>
</ul>
<div>
        <div style=" width:600px; text-align:center; float:left; padding-left:200px; padding-top:5px; line-height:30px; font-size:12px; color:#425571;">
        <p><br /></p>
        <p>Copyright<span class=fontArial>&copy;</span>2009-2025 funxun.com Inc. 房讯网 版权所有</p>
        <p>选址热线：010-87768550 采编中心：010-87768660 广告服务：010-87769770 技术支持：010-87768315</p>
       </div>
       <div style="float:left; margin-top:5px;">
        <img src="image/fxgzh.jpg" width="85" height="85" style="padding:3px; background:#e5e5e5;" />
        <img src="image/sjd.jpg" width="85" height="85" style="margin-left:6px;padding:3px; background:#e5e5e5;" />
       </div>
      </div>
    <!--底部导航条-->
    </div>
    <div style="display:none;">      
    </div>
</div>
</div>
</body>
</html>