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

新聞

唐山國際會展中心

時間:2009-09-27   

好展會網(wǎng)】 <b>[展館簡介]</b> <a href="/gallery/search.asp?w=唐山國際會展中心" target="_blank"> <img src="http://www.expoc.net/uploadimage/venues/200765105547.jpg" 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> <P><FONT face=Arial><FONT face=Arial>  </FONT>-----立足唐山;放眼世界!<BR> <BR><FONT face=Arial>  </FONT>唐山國際會展中心是由唐山東方企業(yè)集團(tuán)投資興建的集展覽、展示、會議于一體的多功能場館是中國展覽館協(xié)會的會員單位,地處唐山主干道—建設(shè)路北口,是唐山市標(biāo)志性建筑之一。 </FONT></P> <P><FONT face=Arial><FONT face=Arial>  </FONT>唐山國際會展中心的建筑總面積30498㎡,可用展覽面積22000㎡,內(nèi)設(shè)國際標(biāo)準(zhǔn)展位1045個,展廳凈高度20m,序廳4.5m,地面可承負(fù)載3T/㎡。大、中、小型會議室共四個,可同時容納500人參加會議;另有一個新聞發(fā)布廳,一個豪華貴賓室及多個洽談室和辦公室。 </FONT></P> <P><FONT face=Arial><FONT face=Arial>  </FONT>唐山國際會展中心內(nèi)采用中央空調(diào),擁有先進(jìn)的智能化控制管理系統(tǒng);強電、弱電、水氣、電信、圖文傳送等多媒體業(yè)務(wù)通過地下可直達(dá)展位;有全方位的安全監(jiān)控系統(tǒng)及報警系統(tǒng),包括先進(jìn)的水炮消防系統(tǒng);有音樂背景控制系統(tǒng)。 </FONT></P> <P><FONT face=Arial><FONT face=Arial>  </FONT>唐山國際會展中心于2004年9月投入運營,是河北省唯一一座具有國際化標(biāo)準(zhǔn)的展館。我們將以我們完善的硬件設(shè)施,優(yōu)質(zhì)的服務(wù),歡迎八方賓朋。<BR></FONT></P> <P></P><br> <b>[展館規(guī)模]</b><br> <P><FONT face=Arial><FONT face=Arial>  </FONT>唐山國際會展中心的建筑總面積30498㎡,可用展覽面積22000㎡,內(nèi)設(shè)國際標(biāo)準(zhǔn)展位1045個,展廳凈高度20m,序廳4.5m,地面可承負(fù)載</FONT><FONT face=Arial>3T/㎡。<BR></FONT></P><br> <b>[技術(shù)參數(shù)]</b><br> <br> <b>[會議室情況]</b><br> <FONT face=Arial>  大、中、小型會議室共四個,可同時容納500人參加會議;另有一個新聞發(fā)布廳,一個豪華貴賓室及多個洽談室和辦公室。<BR></FONT> <P></P><br> <b>[業(yè)務(wù)范圍]</b><br> <br> <b>[所在城市]</b><br> 河北省唐山市<br> <b>[展館地址]</b><br> 中國河北省唐山市建設(shè)路北口<br> <b>[聯(lián)系方式]</b><br> <P><FONT face=Arial>[聯(lián)系電話] 086-0315-3163406 <BR>[移動電話] <BR>[聯(lián)系傳真] 086-0315-3162997 <BR>[聯(lián)系地址] 中國河北省唐山市建設(shè)路北口唐山國際會展中心 <BR>[郵政編碼] 063020 <BR>[電子郵件] <A href=mailto:vip@tsicec.com>vip@tsicec.com</A> </FONT><FONT face=Arial><BR>[聯(lián) 系 人] 劉先生、于女士 <BR>[網(wǎng)  址] <A href=http://www.tsicec.com>www.tsicec.com</A> </FONT></P> <P></P><br> <b>[乘車路線]</b><br> <br> <b>[展館網(wǎng)址]</b><br> <a target="_blank">http://www.tsicec.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;">看不到地圖請點這里</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];//取出第一個搜索結(jié)果點 &nbsp; &nbsp; &nbsp; &nbsp; var point=new LTPoint(poi.point[0],poi.point[1]);//得到該點的坐標(biāo)的LTPoint &nbsp; &nbsp; &nbsp; &nbsp; map.centerAndZoom(point,0); &nbsp; &nbsp; &nbsp; &nbsp; var marker=new LTMarker(point);//向地圖上添加一個標(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)記點擊的時候彈出信息 &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(唐山國際會展中心); </script>
(好展會網(wǎng)  )
免責(zé)申明:
1.部分圖文信息來源于互聯(lián)網(wǎng)、微信公眾號,目的在于分享更多信息。
2.信息內(nèi)容僅供學(xué)習(xí),參考,并不代表贊同其觀點。不對信息準(zhǔn)確性,可靠性或完整做任何保證。
3.如涉及作品內(nèi)容,版權(quán)及其他問題,請在30日內(nèi)與我們聯(lián)系刪除,聯(lián)系方式qq:2119739037。