|
作者:贾薇 李洋… 来源:北京日报 时间:2007-9-18 9:38:51 |
|

[图]国家大剧院 服务亮点 下送风设计体贴观众
整个大剧院的空调采用下送风设计,在每个观众席座椅下设置了送气孔,使人体感受不到气流的存在,非常舒适。同时,下送风设计只调节地面以上2米内的空气温度,不仅大大地节约了能源,而且不会产生噪音,保证了演出的完美音效。大剧院的座椅也都非常有讲究,人站起来座椅会自动缓缓恢复到原来的状态,而不会发出声响。座椅的椅背和扶手选用上等木料,柔软而充满弹性,更巧妙的是,扶手中间有凹槽,据说这是根据声学原理制造的。
乘地铁不出地面直达剧院
大剧院经营者特别提醒观众,到大剧院看演出最佳的选择是乘坐公共交通。7条公交线路在天安门西都设有车站,距离剧院北门不足千米。乘地铁前往大剧院更为方便,到站后不必出地面,就可直接进入大剧院。大剧院北侧的地下停车场可停放1000辆机动车和1500辆自行车。
错开演出时间分流人群
考虑到几个剧场同时使用可能带来的短时人流高峰,经营者特别把演出开始时间安排在不同时段,前后相差半小时。另外,公共大厅还设有温馨而现代的咖啡厅和礼品店,为大众提供了惬意的休憩空间和交流场所。艺术家们也将在大剧院享受到一流的服务,这里有5个排练场、32个琴房、80个化妆间,许多化妆间内还带有卫生间和淋浴。
此外,大剧院内设置了190个卫生间,而且考虑到公共场所女卫生间排队的情况,女厕所厕位较一般场所有所增加。
上一页 [1] [2] [3] [4] [5] [6] 下一页
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |