最全展會(huì),最多服務(wù),最深解讀,就在好展會(huì)!

新聞

溫州國際會(huì)展中心

時(shí)間:2009-09-27   

好展會(huì)網(wǎng)】 <b>[展館簡介]</b> <a href="/gallery/search.asp?w=溫州國際會(huì)展中心" target="_blank"> <img src="http://www.expoc.net/uploadimage/venues/200762192138.gif" alt="更多圖片" width="284" height="191" hspace="5" vspace="5" border="0" align="right" onerror="javascript:this.src=http://www.expoc.net/images/nophobig.jpg"></a> <br><br />  溫州國際會(huì)議展覽中心是溫州十大標(biāo)志性建筑之一,位于江濱東路與湯家橋交叉口北側(cè)。其背靠甌江,面對(duì)規(guī)劃中的楊府山商務(wù)中心區(qū),交通便利,風(fēng)景優(yōu)美。<BR><BR>  會(huì)展中心2001年7月開始施工,2002年10月竣工投入使用。總占地面積58萬平方米,其中一期工程建筑占地3萬平方米,建筑面積82650平方米,廣場面積10萬平方米。其建筑設(shè)計(jì)劃分為展廳、會(huì)議中心、酒店三大區(qū)域。展廳共有四個(gè),一號(hào)展廳面積8000平方米,二號(hào)展廳6400平方米,三號(hào)展廳9600平方米,四號(hào)展廳6000平方米,5號(hào)6號(hào)展廳各5000平方米。會(huì)議中心位于中間的倒錐體內(nèi),共有五層,設(shè)有大、中、小型會(huì)議廳。酒店位于會(huì)展中心西側(cè),六層板式建筑,設(shè)有貴賓廳、商務(wù)吧、餐飲、客房等。會(huì)展中心一期工程總投資3.4億元是溫州目前規(guī)模最大、功能最全、檔次最高的集會(huì)議、展覽、商貿(mào)、酒店、辦公等功能為一體大型智能化展館。<BR><BR>  自投入使用以來,共舉辦70余個(gè)展會(huì),主要專業(yè)品牌展會(huì)有輕博會(huì)、農(nóng)博會(huì)、科交會(huì)、全國教育器械巡回展、國際眼鏡制造展覽會(huì)、國際皮革展等等。溫州國際會(huì)展中心正沿著國際化、專業(yè)化的發(fā)展道路不斷前進(jìn)。<BR><BR><br> <b>[展館規(guī)模]</b><br><br />  展廳共有四個(gè),一號(hào)展廳面積8000平方米,二號(hào)展廳6400平方米,三號(hào)展廳9600平方米,四號(hào)展廳6000平方米,5號(hào)6號(hào)展廳各5000平方米。<br> <b>[技術(shù)參數(shù)]</b><br> <br> <b>[會(huì)議室情況]</b><br> <br> <b>[業(yè)務(wù)范圍]</b><br> <br> <b>[所在城市]</b><br> 浙江省溫州市<br> <b>[展館地址]</b><br> 浙江省溫州市江濱東路1號(hào)<br> <b>[聯(lián)系方式]</b><br> 聯(lián)系電話:0577-88135138 <BR>移動(dòng)電話<img src="http://bbs.haozhanhui.com/editor/images/smilies/default/5.gif" />BR>聯(lián)系傳真:0577-88133692<BR>聯(lián)系地址:浙江省溫州市江濱東路1號(hào)<BR>郵政編碼:325001<BR>電子郵件:info@wzicec.com<BR>聯(lián) 系 人<img src="http://bbs.haozhanhui.com/editor/images/smilies/default/5.gif" />BR>網(wǎng)  址:www.wzicec.com<BR><br> <b>[乘車路線]</b><br> <br> <b>[展館網(wǎng)址]</b><br> <a target="_blank">http://www.wzicec.com</a><b><br> [電子地圖]</b><br> <div id="maps" style="position:relative; width:600px; height:200px; border:black solid 1px; display:none"> <div align="center" style="margin:12px;"><a target="_blank" style="color<img src="http://bbs.haozhanhui.com/editor/images/smilies/default/17.gif" />D01E14;font-weight:bolder;font-size:12px;">看不到地圖請點(diǎn)這里</a></div> </div>&nbsp; &nbsp; <script language="javascript" src="http://api.51ditu.com/js/search.js"></script> <script language="javascript" src="http://api.51ditu.com/js/maps.js"></script> <script language="javascript"> var map,search; function showPoint(searchResult) { if(searchResult.count>0)//如果存在搜索結(jié)果 &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; map.clearOverLays(); &nbsp; &nbsp; &nbsp; &nbsp; var poi=searchResult.searchPoints[0];//取出第一個(gè)搜索結(jié)果點(diǎn) &nbsp; &nbsp; &nbsp; &nbsp; var point=new LTPoint(poi.point[0],poi.point[1]);//得到該點(diǎn)的坐標(biāo)的LTPoint &nbsp; &nbsp; &nbsp; &nbsp; map.centerAndZoom(point,0); &nbsp; &nbsp; &nbsp; &nbsp; var marker=new LTMarker(point);//向地圖上添加一個(gè)標(biāo)記 &nbsp; &nbsp; &nbsp; &nbsp; map.addOverLay(marker); &nbsp; &nbsp; &nbsp; &nbsp; var mapText=new LTMapText(marker); &nbsp; &nbsp; &nbsp; &nbsp; mapText.setLabel("<a href="+poi.url+" target=_blank>"+poi.name+"</a>"); &nbsp; &nbsp; &nbsp; &nbsp; map.addOverLay(mapText); &nbsp; &nbsp; &nbsp; &nbsp; var name=poi.name;//標(biāo)記點(diǎn)擊的時(shí)候彈出信息 &nbsp; &nbsp; &nbsp; &nbsp; maps.style.display = ; &nbsp; &nbsp; } else &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; maps.innerHTML=""; &nbsp; &nbsp; }&nbsp; &nbsp; } map=new LTMaps("maps"); map.addControl(new LTSmallMapControl()); search=new LTLocalSearch(showPoint); search.setCity(溫州市); search.search(溫州國際會(huì)展中心); </script>
(好展會(huì)網(wǎng)  )
免責(zé)申明:
1.部分圖文信息來源于互聯(lián)網(wǎng)、微信公眾號(hào),目的在于分享更多信息。
2.信息內(nèi)容僅供學(xué)習(xí),參考,并不代表贊同其觀點(diǎn)。不對(duì)信息準(zhǔn)確性,可靠性或完整做任何保證。
3.如涉及作品內(nèi)容,版權(quán)及其他問題,請?jiān)?0日內(nèi)與我們聯(lián)系刪除,聯(lián)系方式qq:2119739037。