
<!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.funxun.com/office/?120845.html" target="_blank">
        <div style="width:100%; height:464px; background:url(http://www.funxun.com/image/buutt_lzsz.jpg) no-repeat center;" alt="丽泽数字金融科技示范园" title="丽泽数字金融科技示范园">
        <div class="cxdd">
        <div class="cxds">
        <p>丽泽数字金融科技示范园 [丰台区] 约7万元/平方米</p>
        </div>        
        <div class="cxds1"><p>京房售证字(2025)50号</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/news/32/20251224135839.html" target="_blank">
        <div style="width:100%; height:464px; background:url(http://www.funxun.com/image/buutt_fxnh.jpg) no-repeat center;" alt="中国写字楼产业园发展论坛第22届年会" title="中国写字楼产业园发展论坛第22届年会">
        <div class="cxdd">
        <div class="cxds">
        <p>中国写字楼产业园发展论坛第22届年会</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/?120769.html" target="_blank">
        <div style="width:100%; height:464px; background:url(http://www.funxun.com/image/buutt_zhjrzx.jpg) no-repeat center;" alt="中海金融中心" title="中海金融中心">
        <div class="cxdd">
        <div class="cxds">
        <p>中海金融中心 [西城区] 详情电话咨询</p>
        </div>        
        <div class="cxds1"><p>京房售证字(2022)185号</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.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="bghj">
     <div  class="bghj1"><a href="http://www.funxun.com/office/?840.html" target="_blank"><img src="swf/hmzx/59055.gif" width="590" height="55" style=" float:left;" alt="" /></a><p>广告</p></div>
     <div  class="bghj2"><a href="http://www.funxun.com/office/?120751.html" target="_blank"><img src="swf/zhsd/59055.gif" width="590" height="55" style=" float:left;" alt="" /></a><p>京房售证字(2022)185号</p></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/7527947069403808296/" target="_blank"><img src="news/images2019/xw1.jpg" title="2025中国商业地产投资专业展览会" width="150" height="120" /></a>
   <p><a href="https://www.toutiao.com/video/7527947069403808296/" target="_blank" title="2025中国商业地产投资专业展览会"><strong>2025商展会</strong></a></p>
</div>
<div class="pin" style="margin-left:28px; float:left;">
   <a href="https://www.toutiao.com/video/7592066821222711849/" target="_blank"><img src="news/images2019/xw2.jpg" title="中国写字楼产业园发展论坛第22届年会" width="150" height="120" /></a>
   <p><a href="https://www.toutiao.com/video/7592066821222711849/" target="_blank" title="中国写字楼产业园发展论坛第22届年会"><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/202632101939.html" title="距天安门68公里，这座“农业中关村”正在改写京郊产业版图" target="_blank">距天安门68公里，这座“农业中关村”正在改写京郊产业版图</a></p><p><a href="http://www.funxun.com/news/32/202623130050.html" title="从宋庄首开LONG街看未来商业新法则：审美力是第一竞争力" target="_blank">从宋庄首开LONG街看未来商业新法则：审美力是第一竞争力</a></p><p><a href="http://www.funxun.com/news/53/202612993107.html" title="向新而行 智启新程丨擎动淄博智造新未来，赋能企业腾飞正当时" target="_blank">向新而行 智启新程丨擎动淄博智造新未来，赋能企业腾飞正当时</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/202623201626.html" title="中国成都建博会四大破局引擎，解锁建装产业新可能" target="_blank">中国成都建博会四大破局引擎，解锁建装产业</a></p><p><a href="http://www.funxun.com/news/87/20261892230.html" title="温书阅：从存量运营到价值共生的三大价值增长路径" target="_blank">温书阅：从存量运营到价值共生的三大价值增</a></p><p><a href="http://www.funxun.com/news/87/202617103056.html" title="胡峰：从全球看北京写字楼市场的机遇和挑战" target="_blank">胡峰：从全球看北京写字楼市场的机遇和挑战</a></p><p><a href="http://www.funxun.com/news/87/20261695306.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/202634101335.html" title="碧桂园：2026年2月止权益合同销售金额44.4亿元" target="_blank">碧桂园：2026年2月止权益合同销售金额</a></p><p><a href="http://www.funxun.com/news/56/20263495202.html" title="锚定“十五五”新开局：南中轴成总部企业的「必选项」" target="_blank">锚定“十五五”新开局：南中轴成总部企业的</a></p><p><a href="http://www.funxun.com/news/56/20263494155.html" title="雅居乐2026年2月预售金额约6.1亿元" target="_blank">雅居乐2026年2月预售金额约6.1亿元</a></p><p><a href="http://www.funxun.com/news/56/20263494021.html" title="龙湖完成三笔资金的划款 合计金额1.72亿元" target="_blank">龙湖完成三笔资金的划款 合计金额1.72</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/2025923163843.html" title="中关村理想国际大厦何以持续引领高端商务办公？" target="_blank">中关村理想国际大厦何以持续引领高端商务办</a></p><p><a href="http://www.funxun.com/news/33/202572142029.html" title="招商楼宇：原合成纤维厂汽车库" target="_blank">招商楼宇：原合成纤维厂汽车库</a></p><p><a href="http://www.funxun.com/news/33/202572141521.html" title="招商楼宇：原合成纤维厂大食堂" target="_blank">招商楼宇：原合成纤维厂大食堂</a></p><p><a href="http://www.funxun.com/news/33/202572140802.html" title="招商楼宇：原合成纤维厂第二招待所" target="_blank">招商楼宇：原合成纤维厂第二招待所</a></p>
              </div>
           </div>
         </div>
      </div>
    </div>
    <!--头条-->
    <!--广告-->
    <div class="guanggao"><a href="https://www.iwgplc.com/zh-cn/develop-a-location/get-in-touch" target="_blank"><img src="http://www.funxun.com/swf/IWG/120055.gif" width="1200" height="55" alt="" /></a><span>广告</span></div>
    <div class="guanggao"><a href="http://www.funxun.com/office/?120845.html" target="_blank"><img src="http://www.funxun.com/swf/lzsz/120055.gif" width="1200" height="55" alt="" /></a><p>京房售证字(2025)50号</p></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/test/gjcf/" target="_blank"><img src="http://www.funxun.com/image2014/260228gjcf.jpg" alt="北京国际财富中心" width="260" height="228" /></a><p><a href="http://www.funxun.com/test/gjcf/" target="_blank">北京国际财富中心</a>　<font color="#ff5400";>[一栋一价]</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/?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=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/?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=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/?120751.html" target="_blank"><img src="image2014/260228_zhsd.jpg" alt="中海时代广场" width="260" height="228" /></a><p><a href="http://www.funxun.com/office/?120751.html" target="_blank">中海时代广场</a>　<font color="#ff5400";>[35000元/平米]</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/260228cjds.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" 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://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="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/?120400.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/?119967.html" target="_blank">华腾拓展商务楼</a></li>
            <li style=" border:0px;"><a href="http://www.funxun.com/office/?119922.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/?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="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/?120751.html" target="_blank"><img src="image2014/xzt_zhsd.jpg" width="190" height="135" alt="中海时代广场" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120751.html" target="_blank">中海时代广场 [石景山区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120751.html" target="_blank">电话咨询</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120751.html" target="_blank">咨询热线：010-67896666</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/?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/?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/?120193.html" target="_blank"><img src="image2014/xzt_cay.jpg" width="190" height="135" alt="长安源" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120193.html" target="_blank">长安源 [通州区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120193.html" target="_blank">5.5元/平/天</a></strong></p>
                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120193.html" target="_blank">咨询热线：010-81596866</a></strong></p>
                </div>             
            </div>
            <div class="zswe1">
                <div class="wrap">
                <a href="http://www.funxun.com/office/?120846.html" target="_blank"><img src="image2014/xzt_hskczx.jpg" width="190" height="135" alt="恒盛科创中心" /></a>
                <div><b></b><span><a href="http://www.funxun.com/office/?120846.html" target="_blank">恒盛科创中心 [大兴区]</a></span></div>
                </div>
                <div class="zswe1_1">
                 <p><strong><a href="http://www.funxun.com/office/?120846.html" target="_blank">电话咨询</a></strong></p>                 
                </div>
                <div class="zswe1_2">
                 <p><strong><a href="http://www.funxun.com/office/?120846.html" target="_blank">咨询热线：010-80266888</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/202634101219.html" title="上海新天地区域核心资产新茂大厦16.2亿完成交易" target="_blank">上海新天地区域核心资产新茂大厦16.2亿</a></p><p><a href="http://www.funxun.com/news/32/20263492614.html" title="房讯九点｜融创新增未能清偿到期债务1.75亿元" target="_blank">房讯九点｜融创新增未能清偿到期债务1.7</a></p><p><a href="http://www.funxun.com/news/32/202633105904.html" title="CBRE发布《2026年中国房地产市场展望》| 办公楼篇" target="_blank">CBRE发布《2026年中国房地产市场展</a></p><p><a href="http://www.funxun.com/news/32/202633102141.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/202632133342.html" title="Ares约1.6亿英镑收购伦敦写字楼" target="_blank">Ares约1.6亿英镑收购伦敦写字楼</a></p><p><a href="http://www.funxun.com/news/51/202624110406.html" title="存量时代破局：写字楼资产增值的绿色运营密码" target="_blank">存量时代破局：写字楼资产增值的绿色运营密</a></p><p><a href="http://www.funxun.com/news/51/2026210101746.html" title="中金：太古地产内地商场经营表现持续改善" target="_blank">中金：太古地产内地商场经营表现持续改善</a></p><p><a href="http://www.funxun.com/news/51/20262994348.html" title="太古地产：2025年第四季度香港办公楼整体有所下滑" target="_blank">太古地产：2025年第四季度香港办公楼整</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/202616101025.html" title="高力国际：2025年四季度上海甲级写字楼市场回顾与展望" target="_blank">高力国际：2025年四季度上海甲级写字楼</a></p><p><a href="http://www.funxun.com/news/72/20251217111222.html" title="CBRE连续四年发布全国主要城市核心商圈指数，成渝商圈实现双突破" target="_blank">CBRE连续四年发布全国主要城市核心商圈</a></p><p><a href="http://www.funxun.com/news/72/20251217110034.html" title="第一太平戴维斯发布2026房地产投资展望：全球迎拐点，中国现结构性机遇" target="_blank">第一太平戴维斯发布2026房地产投资展望</a></p><p><a href="http://www.funxun.com/news/72/20251029100359.html" title="Q3上海大宗交易市场企稳回升，内资主导开启新格局" target="_blank">Q3上海大宗交易市场企稳回升，内资主导开</a></p>
            </div>
         </div>
      </div>
    </div>
    <!--写字楼-->
    <!--广告-->

         <div class="guanggao"><a href="http://www.funxun.com/office/?120751.html" target="_blank"><img src="http://www.funxun.com/swf/zhsd/120055.gif" width="1200" height="55" alt="" /></a><p>京房售证字（2021）151号</p></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/?120