每日英语:Foreign Tourists Skip Beijing
Overseas tourists continued to shun Beijing through 2013.
shun:避开,避免,回避
Amid rising pollution and a strengthening yuan, the capital city saw its tourist numbers drop to 4.20 million visits from January to November from 5.01 million visits in 2012, according to China Daily, citing a report from China Tourism Academy and Beijing Commission of Tourism Development. An earlier report based on a survey of domestic travel agents showed that visitors to the capital declined by roughly 50% in the first three-quarters of the year compared with a year earlier.
The number of inbound travelers to Beijing grew after the city hosted the 2008 Olympics until 2012, when it saw a 3.8% decline, followed by the further drop last year.
inbound:入境的,回内地的
The unexpected drop in 2013 came in spite of new policies--such as the city's 72- hour visa waiver for transit passengers--that were introduced in an attempt to nurture China's tourism industry.
But only 14,000 tourists took advantage of the visa-free stopover, according to the Beijing General Station of Exit and Entry Frontier Inspection, well short of the 20,000 target officials had previously predicted.
Jiang Yiyi, deputy director of the Institute of International Tourism at the China Tourism Academy, attributed part of the dropoff in foreign tourists to the strengthening yuan.
deputy:代理的
In 2013, the yuan appreciated almost 3% against the U.S. dollar, making 'Beijing a more expensive destination than in the past,' Jiang Yiyi noted.
At the same time, she said, other countries have seen their tourist numbers spike as the currencies weaken.
'While RMB is on the rise, currencies from some of China's competitors for tourism, such as Japan, are depreciating, meaning travel to some other Asian countries has been getting cheaper while travel to China is becoming more costly,' Jiang Yiyi said.
depreciate:贬值,轻视
In 2013, the yen fell 21% against the U.S. dollar, helping it to attract 10 million overseas tourists--including, despite Sino-Japanese border disputes in the East China Sea, many wealthy travelers from China.
The Beijing Tourism Development Commission noted that the country's battle with pollution is another obstacle cities face in attracting inbound tourists.
Heavy air pollution from Beijing, which saw its worst bout of smog in recent history in January, to Shanghai, where pollution levels went off the charts in December, certainly don't do much to help attract tourists.
China's tourism officials are looking to reverse the trend of declining inbound visitors in 2014--possible, experts say, if it revamps its outdated tour packages and lowers ticket prices.
revamp:改进,修补
Jiang Yiyi at the China Tourism Academy suggests China adopt a long-term national plan to improve the country's image and investment in inbound tourism to attract more visitors.
Hopefully the experts come up with a better plan than one that fell flat earlier this year. The country's tourism body unveiled a 'Beautiful China' logo in February to market the country overseas, but the campaign was mocked for its contrast with the many photos of China's not-so-beautiful cities shrouded in pollution.
mock:欺骗 shroud:覆盖,笼罩
每日英语:Foreign Tourists Skip Beijing的更多相关文章
- 每日英语:Political Gridlock, Beijing Style
To admirers outside the country, China's political system stands far above the dysfunctional democra ...
- 每日英语:why can't China produce world-class CEO?
The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...
- 每日英语:How Pop Culture Influences Chinese Travelers
Where are Chinese tourists going to next? Pop culture may hold some clues, from blockbuster rom-com ...
- 每日英语:Booming Tech Sector Redraws the Map
China's high-tech companies have made their mark on the nation's economy. Now, with growing cash and ...
- 每日英语:China's Bigger Innovation Problem
Last month's Third Plenum meeting of Chinese leaders seemed to signal Beijing's intention to experim ...
- 每日英语:China to Move Slowly on One-Child Law Reform
BEIJING—China's family-planning agency is projecting a slow rollout for an easing of its one-child p ...
- 每日英语:Our Unique Obsession With Rover And Fluffy
Recently, an almost literal case of lifeboat ethics occurred. On Aug. 4, Graham and Sheryl Anley, wh ...
- 每日英语:China Underwhelmed After First Apple Event
Apple's roll-out of its latest iPhones landed with a thud in China, the company's biggest foreign ma ...
- 每日英语:Why Are Items Pricier in China?
In China, consumers pay nearly $1 more for a latte at Starbucks than their U.S. counterparts. A Cadi ...
随机推荐
- Condition Variables
Condition Variables Condition variables are synchronization primitives that enable threads to wait u ...
- Ubuntu下使用git提交代码至GitHub
一.Ubuntu下安装Git Ubuntu12.04 LTS默认是已经安装Git的,可以使用 git --version 测试是否安装. 如果没有安装,使用命令: sudo apt-get insta ...
- Git: fatal: Pathspec is in submodule
出现是问题: git提交代码是出现fatal: Path 'directory/file' is in submodule 'directory''错误 Removing the directory ...
- xshell连接centos vi编辑器不能使用小键盘
莫名其妙的本人的xshell,在vim编辑脚本的时候,右侧小键盘无法输出数字,输出的都是一些字母,而且还是一个字母占一行,太过艹蛋! 后来就按照正规的操作步骤,又重建了连接,居然发现正常了! 百思一虑 ...
- WinPE无法识别NVMe SSD硬盘,如何重装系统
(源自网络出处不详) 抽风,diy一台新机器,下载的win10系统安装时出现如题所示的问题,开始以为是主板的问题设置u盘启动也不行,后来在某个群里有人说是系统版本问题,无奈重新做了启动优盘(用的17年 ...
- C语言终极面试及答案分析
第一部分:基本概念及其它问答题 .关键字static的作用是什么? 这个简单的问题很少有人能回答完全.在C语言中,关键字static有三个明显的作用: ). 在函数体,一个被声明为静态的变量在这一函数 ...
- HDU 2492 Ping pong (数状数组)
Ping pong Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total S ...
- java生成PDF,各种格式、样式、水印都有
代码中有两处需要图片,请自行替换. 一个是水印.一个是手指. 需要的JAR包链接:http://download.csdn.net/detail/justinytsoft/9688893 下面是预览: ...
- 【Struts2】result类型
Struts2 result类型 1.dispatcher:服务器跳转到页面,通常来处理JSP,默认类型. 2.redirect:重定向到页面. Action: 1 public String red ...
- HTML页面中显示HTML标签<xmp>
最近做东西遇到一个HTML页面中显示HTML标签的需求,比如要显示</span> 解决方法如下 HTML页面中显示HTML标签代码,可以使用<xmp>html标签内容</ ...