607 lines
52 KiB
HTML
607 lines
52 KiB
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>酒店列表</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<style>
|
||
body{margin:0;background:#f4f4f4;font-family:Arial,"Microsoft YaHei",sans-serif;color:#111}
|
||
.wrap{max-width:1460px;margin:0 auto;padding:20px}
|
||
.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
|
||
.top a{margin-left:10px;color:#0b5c7a;text-decoration:none}
|
||
.card{display:grid;grid-template-columns:438px 1fr 230px;background:#fff;border-radius:18px;margin-bottom:24px;overflow:hidden}
|
||
.img{width:438px;height:100%;object-fit:cover;background:#ddd}
|
||
.info{padding:28px}
|
||
.brand{display:inline-block;background:#0b684d;color:#fff;border-radius:4px;padding:6px 9px;margin-right:10px;font-weight:bold}
|
||
.code{display:inline-block;background:#eee;color:#333;border-radius:4px;padding:5px 8px;margin-left:8px;font-size:14px;font-weight:bold}
|
||
h2{display:inline;font-size:24px}
|
||
.addr{color:#444;margin:8px 0 6px;font-size:17px}
|
||
.dist{color:#555;margin-bottom:22px}
|
||
.features{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:13px 40px;font-size:18px;color:#333}
|
||
.features span:before{content:"◆";font-size:12px;color:#666;margin-right:9px}
|
||
.side{padding:36px 24px;text-align:right;display:flex;flex-direction:column;justify-content:center}
|
||
.price{font-size:32px;font-weight:bold}
|
||
.btn{background:#c9310c;color:#fff;border-radius:7px;padding:18px 24px;text-decoration:none;font-weight:bold;display:inline-block;margin-top:28px}
|
||
.tax{color:#555;margin-top:12px}
|
||
table{width:100%;border-collapse:collapse;background:#fff}
|
||
th,td{border:1px solid #ddd;padding:10px;vertical-align:top}
|
||
th{background:#eee}
|
||
.hotel-code{font-weight:bold;color:#0b5c7a}
|
||
.thumb{width:110px;height:78px;object-fit:cover}
|
||
.pager{margin:22px 0;text-align:center}
|
||
.pager a{margin:0 8px;color:#0b5c7a}
|
||
@media(max-width:900px){
|
||
.card{grid-template-columns:1fr}
|
||
.img{width:100%;height:240px}
|
||
.side{text-align:left}
|
||
}
|
||
.rating{margin:10px 0;color:#333;font-weight:bold}
|
||
.welcome{margin:14px 0 18px;color:#444;line-height:1.55;font-size:15px}
|
||
.welcome-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
|
||
.welcome.open .welcome-text{display:block}
|
||
.welcome-toggle{margin-top:6px;border:0;background:none;color:#0b5c7a;cursor:pointer;padding:0;font-size:14px}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap"><div class="top"><div>找到 5983 家酒店</div><div><a href="table-255.html">表格模式</a></div></div>
|
||
<div class="card" id="hotel-SUEMN" data-hotel-code="SUEMN">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-marinette-10592446795-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Marinette</h2>
|
||
<span class="code">SUEMN</span>
|
||
</div>
|
||
<div class="addr">2601 Roosevelt Road Marinette Wisconsin 54143 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.68</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to our brand-new Holiday Inn Express and Suites of Marinette. Just off US Hwy 41 nestled in the heart of Marinette, our 93-room hotel is the perfect spot for your stay. Business travelers will appreciate the short distance to companies such as Fincantieri Marinette Marine, Johnson Controls, Mac Tech, Kimberly Clark and Tyco. Other nearby family-friendly attractions include the Peshtigo Fire Museum, Marinette County Historical Logging Museum, and De Young Family Zoo.
|
||
|
||
Business travelers love staying with us because our hotel's facility offers corporate amenities such as a 24-Hour Business Center, free Wi-Fi access, and copy and print services. Our meeting room offers large tables with chairs, phone for conference calling and large screen TV for presentations.
|
||
|
||
Relax in our indoor pool or grab a snack from the Marketplace located in our Lobby. Keep up with your workout routine in our state-of-the-art 24-Hour Fitness Room. Our rates include a complimentary Express Start Breakfast, free internet access and free parking. Each guest room is equipped with a microwave, fridge, desk and chair. Coffee makers upon request only.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>儿童餐饮欢乐尽享</span><span>健身中心</span><span>商务中心</span><span>不允许携带宠物</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUEMN</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUEWI" data-hotel-code="SUEWI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-superior-8957553177-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites SUPERIOR</h2>
|
||
<span class="code">SUEWI</span>
|
||
</div>
|
||
<div class="addr">303 2nd Avenue East Superior Wisconsin 54880 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.33</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Superior, Wisconsin Hotel's Guests Stay SmartSituated just moments from the shores of Lake Superior, the Holiday Inn Express® Hotel & Suites Superior boasts an excellent location close to fun attractions, big businesses and the University of Wisconsin. The hotel's location near Duluth, MN makes it easy to explore the Twin Ports area.Traveling for work? We cater to corporate travelers by offering complimentary high-speed, wireless Internet access and a Business Center. In addition, companies like Husky Refinery, Enbridge Energy, BNSF Railway and Canadian Pacific Railway are moments from our property in Superior, WI. Lodging with us also means you can take advantage of the meeting facilities, which can seat up to 30 people.Leisure travelers find plenty of sights to see, too. Because the hotel's address is near Duluth, MN, visiting Canal Park and Spirit Mountain is a breeze. If you enjoy history, set aside a day to visit Fairlawn Mansion & Museum and SS Meteor Maritime Museum and the Richard I. Bong Veterans Historical Center, which is literally right around the corner.We take pride in providing everything you need for a comfortable stay in Superior, WI. When lodging with us, patrons enjoy great features, such as an indoor pool and whirlpool, and we have a Fitness Center to help you keep up with your workout routine. Call today and stay with a name you can trust at a price you can afford on your next trip to Lake Superior.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>简易厨房</span><span>儿童餐饮欢乐尽享</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUEWI</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUFNY" data-hotel-code="SUFNY">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-suffern-10681052204-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 西沙芬莫奥皇冠假日酒店</h2>
|
||
<span class="code">SUFNY</span>
|
||
</div>
|
||
<div class="addr">Three Executive Boulevard Suffern New York 10901 | 1 866 2 CROWNE (1 866 227 6963)</div>
|
||
<div class="rating">评分:4.44</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">苏芬假日酒店地理位置十分优越。 入住酒店,旅客可以轻松探索当地的风景名胜,如 Palisades 大型购物广场、西点军校、兄弟葡萄酒酿造厂 (Brotherhood Winery) 和麦道兰综合体育场等。历史悠久的哈德逊山谷距酒店只有 15 英里。短程驱车便可到达纽约市,纽华克机场、斯蒂尔特机场和拉瓜迪亚机场亦可轻松前往。酒店拥有 243 间舒适无比的客房、套房和行政房,Terrace Café 和 Gatsby's 酒廊和餐厅。免费室内健身中心配设脚踏车、蹬梯机和健身自行车。酒店的多功能会议厅可供举办公司和社会活动。装备豪华的商务中心可供商务人士使用。旅客可以免费使用停车场,酒店 12 英里之内免费车接车送。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>健康活动</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>EV Charging</span><span>In hotel restaurants</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUFNY</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUNSV" data-hotel-code="SUNSV">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-sunnyvale-5236322405-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express Sunnyvale - Silicon Valley</h2>
|
||
<span class="code">SUNSV</span>
|
||
</div>
|
||
<div class="addr">852 West El Camino Real Sunnyvale California 94087 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.64</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Art Deco-Style Hotel in Central Sunnyvale has been constructed after the removal of the former structure in 2016.The Holiday Inn Express Sunnyvale/Silicon Valley opened on September 7, 2017. Recessed away from disturbing traffic and passers by, the hotel is patterned in the art deco style of Miami’s South Beach drawing from blue skies and sandy beaches. Designed to enhance both the comfort and relaxation experiences of the busy traveler with a calm that puts sleep quality and simplicity at the center of its concept, through the integration of cove lighting, a warm inviting appearance is incorporated in the very feel of the room. Light aesthetic being of greater influence in today’s search for the perfect environment away from home, the Holiday Inn Express Sunnyvale continues to offer quality standardroom lighting as well. After all, we have made every decision with the comfort and delight of all our guests at heart. The latest styles of window treatments are blended into room presentation, taking window coverings to a new level in guest hospitality and consideration.To begin your day, we offer a variety of Sunday Traditional style, Gluten Free, and Vegan selections.Whether you take advantage of our Exercise room before or after, leave room for breakfast and do not skimp on our most sought after hot to serve cinnamon rolls.Take advantage of the free high speed wireless internet provided while you experience our brand of hospitality.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>商务中心</span><span>不允许携带宠物</span><span>EV Charging</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUNSV</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="www.staysunnyvale.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUUSC" data-hotel-code="SUUSC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-suisun-city-7166275123-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Suisun City</h2>
|
||
<span class="code">SUUSC</span>
|
||
</div>
|
||
<div class="addr">355 Civic Center Blvd. Suisun City California 94585 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.28</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Our brand new hotel in Suisun City offers a free hot breakfast buffet featuring our signature cinnamon rolls, free Wi-Fi, free parking (EV charging stations available), an indoor heated pool, on-site marketplace, fitness center, and business center. Located just a 5-minutes walk from the Suisun City Historic Waterfront District, travelers can explore fun water activities, dining, and shopping.
|
||
|
||
Our Suisun City hotel is also just 3.4 miles from the Jelly Belly Factory where the famous Jelly Belly jelly beans candy are made and self-guided tours are available! We're also just 14.6 miles from Six Flags Discovery Kingdom theme park where families can spend the day with animal attractions, roller coasters, and live shows. Napa Valley is also a short drive away so don't leave without experiencing the Napa Valley Wine Train and all of Suisun City's many local vineyards and wineries. Wanting to shop? the Solano Town Center, Vacaville Premium Outlets, and Napa Premium Outlets are also within minutes from us.
|
||
|
||
After a day of exploring, relax and unwind in our IHG Way of Clean rooms that offer a separate sitting area, work desk with ergonomic chair, 48" flat-screen TV, mini-fridge, microwave, and Keurig coffee maker. We also have many spaces for you to relax in our open and airy lobby lounge area.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>不允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUUSC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUYOH" data-hotel-code="SUYOH">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-sunbury-10060340097-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 森伯里,哥伦布地区</h2>
|
||
<span class="code">SUYOH</span>
|
||
</div>
|
||
<div class="addr">7301 East State Route 37 Sunbury Ohio 43074 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.20</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Experience Our Sunbury, Ohio Hotel
|
||
|
||
Just off Interstate 71, this Holiday Inn Express® hotel's comfort and quality are exactly what you need when it comes to accommodations in Sunbury, Ohio. Our hotel, only 10 miles from Columbus and just minutes from Ohio Wesleyan University in Delaware, Ohio, makes travel a breeze. The Tanger Outlet Mall is now open and just 1/4 mile from our front door!
|
||
|
||
Because the hotel is situated in Sunbury, Ohio, staying here means that you're only a few miles from the Alum Creek State Park, where our guests can participate in recreational activities like picnicking, nature programs, fishing, hunting, boating and mountain biking. In addition, the Delaware County Fairground is a short distance away, so feel free to come watch the Little Brown Jug horse races if you're here in the fall.
|
||
|
||
Most hotels in the Sunbury-Delaware, Ohio area just can't compare to ours when it comes to the extra perks. You can relax in the indoor, heated pool or burn off some energy in the fitness center.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUYOH</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUZCH" data-hotel-code="SUZCH">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-suzhou-6695108836-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 苏州中茵皇冠假日酒店</h2>
|
||
<span class="code">SUZCH</span>
|
||
</div>
|
||
<div class="addr">江苏省苏州工业园区星港街168号 苏州 Jiangsu 215021 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.73</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">苏州中茵皇冠假日酒店位于苏州工业园区静谧秀美的金鸡湖畔,整体建筑时尚现代,仿佛一座正待起航的豪华邮轮。酒店位置得天独厚,交通便捷,距苏南硕放机场直线距离约31公里,距上海虹桥机场直线距离约63公里,至古城区中心直线距离约4.5公里。酒店位于繁华商区,闹中取静,步行即可到达苏州中心、东方之门、湖滨新天地、李公堤等。388间主题客房和套房典雅精致,湖畔美景尽收眼底。客房均配备高速无线网络、液晶平板电视、迷你吧、热带雨林花洒、高级洗浴套装等,24小时客房服务让您随时享受正宗苏式美馔和特色小吃。行政楼层提供全天个性化商务及礼宾服务,皇冠假日俱乐部坐拥湖畔美景,为您的社交与商务互动提供宽敞雅致的空间。周末和节假日,室内、室外儿童乐园,儿童影院,以及电竞室对住店客人开放。您可以和孩子一起玩滑滑梯、独木桥、做游戏等。酒店处处彰显国际商务酒店风范。“皇冠假日会务总监”是皇冠假日品牌的标志性服务,配合“两小时反馈”,深入会议筹划和管理过程的各个细节,确保每一个环节都尽善尽美。酒店13间会议厅和宴会厅功能完善,是举办各种主题活动、鸡尾酒会、婚礼庆典的理想之选。健身房配备先进的运动器械,室内、室外游泳池饱览醉人的金鸡湖美景,超值的水疗服务为您带来独特的水疗体验。“圣汐”餐厅荟萃中式自助餐、西式佳肴和亚洲美馔,6间开放式厨房使大厨的精湛技艺一览无余。臻炉逸火锅,精选全球优质食材,以招牌泉水锅底还原鲜活本味,用更具现代美学的出品形式,创造赏景式用餐新体验。“鲍鱼王子”中餐厅主打正宗粤菜美馔,12间极富东方韵味的包厢为您提供私密雅致的用餐环境。茶坊“香茗舫”坐拥金鸡湖美丽景致,奉上精选中式茶和主题下午茶。大堂酒廊“马里亚纳”有特调鸡尾酒和红酒佳酿,为您的夜晚时光增添无限乐趣。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>室内游泳池</span><span>无线互联网</span><span>健康活动</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUZCH</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="no">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUZCJ" data-hotel-code="SUZCJ">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-suzhou-7006451296-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 苏州长江智选假日酒店</h2>
|
||
<span class="code">SUZCJ</span>
|
||
</div>
|
||
<div class="addr">江苏省苏州高新区长江路199号 苏州 Jiangsu 215011 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.26</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">苏州长江智选假日酒店是一家由洲际酒店集团管理的国际商务酒店,精心选址于苏州高新技术产业开发区,毗邻轨道交通1号线,苏州乐园步行可达,历史古街平江路近在咫尺,距著名的旅游景点寒山寺和虎丘仅10分钟车程,距太湖20分钟车程,交通网络十分便捷,是商务出行和旅游度假的理想居庭。
|
||
酒店拥有245间客房和套房,清新的色调、明快的线条、简约的风格处处洋溢着时尚、新鲜、精致的气息。客房均贴心配备柔软舒适的睡床、洁白清爽的床单,更提供柔软和紧实两种枕头供您选择,无烟客房和残障人士专用房更能于细微之处见关怀,24小时让您感受“家”的温暖。在这里,您拥有的不仅仅是温暖的睡床、干净的客房和友好的微笑,更是一个让您倍感舒适温馨、尽享自我的空间。
|
||
酒店提供免费早餐和免费高速上网,两全其美!热腾腾的早餐丰盛可口,中西式套餐精彩纷呈,定能令您大快朵颐!无论在客房、餐厅还是商务中心,酒店全程免费提供高速网络,即使出行在外,依然能够随时保持业务畅通。
|
||
酒店商务中心提供24小时传真、打字、复印、邮寄、票务预定、外币兑换等服务,使您的商旅出行和日程安排毫无后顾之忧。三间各可容纳50人的会议厅采用自然采光,中央空调、高速网络、多功能话筒系统、白板架、数字投影仪等现代设施一应俱全,是举办各种会议、活动和培训的理想场所。酒店还设有公共休息区,您既可在安静一隅静心阅读,也可在露天阳台亲近大自然,还可与三五好友在大堂酒廊把酒言欢,惬意至极。
|
||
一应精智设施,如您商旅所需。从入住到启程,我们真诚友善的服务时时相随、刻刻相伴,为您谱写旅途轻松心情。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>商务中心</span><span>不允许携带宠物</span><span>In hotel restaurants</span><span>儿童餐饮欢乐尽享</span><span>含车位</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUZCJ</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUZHA" data-hotel-code="SUZHA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/intercontinental-suzhou-7894483017-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">ICON</span>
|
||
<h2>InterContinental 苏州洲际酒店</h2>
|
||
<span class="code">SUZHA</span>
|
||
</div>
|
||
<div class="addr">江苏省苏州工业园区旺墩路288号 苏州 Jiangsu 215028 | 400 83 09 601</div>
|
||
<div class="rating">评分:4.69</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">苏州洲际酒店坐落于金鸡湖畔。碧波荡漾的金鸡湖是苏州不容错过的自然景致,更是时尚休闲新天堂。外观呈新月形的酒店大楼高27层,共427间风格现代的客房与套房,均已于2021年全面翻新。宾客无论是在酒店5间风格迥异的餐厅与酒廊,还是身处无边际室内泳池,都能欣赏到迷人的湖光水景和新苏州城市天际线。25楼全湖景洲际行政俱乐部,带给你更高级别的舒适享受。齐备的会议会务设施也使苏州洲际酒店成为举行各类会议及私人会晤的理想选择。酒店亦准备齐全的会务设施和宽敞灵活的空间,更特别设计了婚礼堂,适宜举办别具格调的婚庆仪式。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>EV Charging</span><span>Children's Activities</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUZHA</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUZHC" data-hotel-code="SUZHC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-huaibei-6555816739-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 淮北新天地智选假日酒店</h2>
|
||
<span class="code">SUZHC</span>
|
||
</div>
|
||
<div class="addr">新天地广场11幢 相山区孟山中路39号 淮北 Anhui 235000 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.67</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">淮北位于安徽省东北部,因商朝时期相王在此造城而称之为“相城”,是你品读厚重古韵,领略山水风光的好去处。
|
||
|
||
淮北新天地智选假日酒店相山区位于德城新天地广场,坐拥都市繁华,毗邻淮北市博物馆以及隋唐运河古镇等景点,距离徐州观音国际机场102公里。
|
||
|
||
酒店110间时尚简约的客房,充满巧思创意。可移动桌板、干湿分离卫浴、充足便捷的充电插孔和USB接口等体贴周到的设计,为入住增添舒适性与私密性。在此,你可尽享优质睡眠、畅爽沐浴,自如切换办公与休闲模式。
|
||
|
||
酒店的多功能共享空间——“智•空间”,提供中西式自助早餐,令你开启一天的活力。非用餐时段则轻松变身为灵活的工作和休闲之所。高速网络全面覆盖,24小时自助便利站,方便你购买各类饮品、食品点心、生活用品等,带给你简单、睿智的体验。
|
||
|
||
无论是假期、还是公务,淮北新天地智选假日酒店助你智在,必达!</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>不允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>健身中心</span><span>Children's Activities</span><span>In hotel restaurants</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUZHC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUZOU" data-hotel-code="SUZOU">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-suzhou-5455925752-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 苏州太湖智选假日酒店</h2>
|
||
<span class="code">SUZOU</span>
|
||
</div>
|
||
<div class="addr">太湖国家旅游度假区 孙武路2017B座 苏州 Jiangsu 215164 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.35</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">苏州太湖智选假日酒店拥有192间装饰清新时尚的客房,在此可以尽享优质睡眠、畅爽沐浴、高速网络和卫星频道等惬意体验。酒店一楼智空间提还可供营养美味的中西式早餐,让旅行者一整天精力充沛。从商务出差到休闲度假,苏州太湖智选假日酒店可以满足他们简捷高效、舒适省心的入住需求,并会为每一位入住宾客提供简捷智能的旅行体验,确保每一位宾客以理想状态从这里开启旅途。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUZOU</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SUZST" data-hotel-code="SUZST">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-suzhou-5456027896-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 苏州太湖假日酒店</h2>
|
||
<span class="code">SUZST</span>
|
||
</div>
|
||
<div class="addr">太湖国家旅游度假区 孙武路2017A座 苏州 Jiangsu 215164 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.33</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">“苏州之美,美在太湖”
|
||
酒店位于苏州太湖国家旅游度假区内,地理位置优越,背靠苏州之巅穹窿山脉,壮美太湖景色一览无余。紧邻苏州中环快速路西线及绕城高速金庭/西山枢纽,可方便快捷地抵达拙政园、苏州博物馆等热门地区,距上海虹桥国际枢纽(机场、高铁站)约70分钟车程。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>健身中心</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span><span>Entertainment</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SUZST</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SVCNM" data-hotel-code="SVCNM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-silver-city-10607789495-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 银城</h2>
|
||
<span class="code">SVCNM</span>
|
||
</div>
|
||
<div class="addr">1103 Superior Street Silver City New Mexico 88061 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.35</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Business Travelers Hotel in Silver City Features Ideal Location For a comfortable stay in a 100% non-smoking hotel, choose the Holiday Inn Express® hotel of Silver City, New Mexico. Our hotel's location near the Chino and Tyrone Mines, Grant County Airport (SVC), Western New Mexico University and Hwy 180 make us an ideal stop for both leisure and business travelers. From touring local mines to shopping in our Arts & Cultural District, Silver City offers a variety of attractions. You can explore the Gila National Forest, home to the Gila Cliff Dwellings National Monuments, hike through the Gila Wilderness, and take a dip in the many hot springs a favorite of our hotel's guests. In Silver City's historic downtown guests can shop and visit the galleries through these streets marked with Old West charm. Business travelers will find numerous companies like Freeport McMoRan Mining Company, Gila Regional Medical Center, and Western New Mexico University are located near this hotel in Silver City. Our business amenities include a 24-hour Business Center and a second-floor conference room with a breakout area. We go beyond other hotels in Silver City to offer service and quality amenities that exceed your expectations. Our Silver City, New Mexico hotel's staff looks forward to serving you.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>套房</span><span>含车位</span><span>健身中心</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SVCNM</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SVEKY" data-hotel-code="SVEKY">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-shelbyville-2531832800-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 谢尔比维尔</h2>
|
||
<span class="code">SVEKY</span>
|
||
</div>
|
||
<div class="addr">110 Club House Drive Shelbyville Kentucky 40065 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.16</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Our Hotel's Guests in Shelbyville, KYKnown as the "American Saddlebred Capital of the World," our charming small town has something for everyone visiting the northern Kentucky area. Our hotel boasts a central location close to Frankfort, Louisville and Lexington, making it an excellent choice for business and leisure guests.Host your next company meeting in Shelbyville, KY. The hotel's friendly staff is happy to set up the boardroom for seminars, and if you need internet access to help you prepare for or during the event, we offer complimentary wireless HSIA throughout the hotel. For those traveling to meet with clients and coworkers on site, we're also close to Martinrea, Johnson Controls and the Jewish Hospital Shelbyville.Because we're situated adjacent to the majestic Weissinger Hills Golf Course, don't forget to pack your golf clubs. You'll want to make time to take a complimentary Horse Farm Tour, as well, so you can see what makes this part of northern Kentucky famous. The hotel's location is also a short drive from Churchill Downs, the Kentucky Exposition Center and the state's capitol.The Holiday Inn Express® & Suites Shelbyville has features like an outdoor pool with a sundeck, as well as a fitness center. A free, hot breakfast is also served each morning, so you can begin your day the smart way. The next time you visit Shelbyville, KY, the hotel's staff is ready to welcome you!</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>健康活动</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>简易厨房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SVEKY</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SVNCR" data-hotel-code="SVNCR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-southaven-7467632215-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 南海文中环 - 孟菲斯</h2>
|
||
<span class="code">SVNCR</span>
|
||
</div>
|
||
<div class="addr">280 Marathon Way Southaven Mississippi 38671 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.41</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Enjoy the best of both worlds at Holiday Inn Southaven Central – Memphis, minutes from Memphis International Airport. Nestled in a quiet community just 14 miles from downtown Memphis, we blend home-away-from-home comfort, the convenience of a prime location, and exceptional service.
|
||
Located off I-55 at exit 289, we offer easy access to top attractions. Shop Tanger Outlets, see a concert at Landers Center, explore Snowden Grove Park, and visit Silo Square – all nearby. Catch an NBA game at FedExForum, tour Elvis Presley’s Graceland, and enjoy dining and live music on Beale Street.
|
||
Relax with a dip in our refreshing indoor pool and stay active in our Fitness Center. Enjoy meals at 302 Bar & Grill, our full-service restaurant and bar, where kids under 12 eat free. Host business and social events in our venues, the largest event space in the county. At the end of the day, unwind in spacious guest rooms designed for ultimate comfort. From free Wi-Fi and free parking to personalized services, we ensure an exceptional stay in Southaven.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>In hotel restaurants</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SVNCR</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="www.hisouthavenhotel.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SVNCW" data-hotel-code="SVNCW">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-southaven-4279081099-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites Memphis - Southaven</h2>
|
||
<span class="code">SVNCW</span>
|
||
</div>
|
||
<div class="addr">6753 Airways Blvd Southaven Mississippi 38671 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.18</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Candlewood Suites® Southaven. We are located directly off of I-55 within the outdoor shopping plaza of Southaven Towne Center. We are in a prime part of town for anyone traveling for business or leisure. Our amenities and well-appointed suites will well exceed your expectations. With us, there is no need to leave any member of your family at home, including your pet, as we are a pet friendly hotel.
|
||
Upon entering the hotel you will feel welcome and right at home with our contemporary and modern look. Our amenities include kitchenettes in all rooms, free Wi-Fi, laundry services, fitness area and pool, as well a Gazebo featuring two flat screen TV's where you can unwind and relax.
|
||
Just minutes from the Landers Center and Snowden Grove, and nearby shopping. Downtown Memphis is 15 minutes away where guests can enjoy Beale Street, the FedEx Forum, or take a tour at Elvis Presley's Graceland. Nearby restaurants include Logan's Steakhouse and Olive Garden. For our guests that choose to dine in, we have a fully stocked Candlewood Cupboard, allowing guests the opportunity to purchase breakfast, lunch and dinner options as well as sodas & snacks 24/7.
|
||
So whether you are traveling for one night or one month Candlewood Suites® Southaven is sure to be your home away from home.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>健身中心</span><span>简易厨房</span><span>商务中心</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SVNCW</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SWACC" data-hotel-code="SWACC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-shantou-9169317263-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 汕头中心智选假日酒店</h2>
|
||
<span class="code">SWACC</span>
|
||
</div>
|
||
<div class="addr">龙湖区衡山路6号 汕头 Guangdong 515041 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.72</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">汕头,一座美丽的海滨城市,风景秀丽,气候宜人;素有“华南要冲,岭东门户”之美称,也是经济特区、沿海开放城市和著名侨乡。“海滨邹鲁,美食之乡”之美誉也名闻遐迩。
|
||
|
||
酒店地理位置优越,坐落于繁华的商业中心,毗邻汕头高铁站、儿童公园、星悦荟购物广场、万象城购物中心、龙眼路美食街、珠江路美食街等。以酒店为中心,驾车20分钟可达各主要景点,如妈屿岛、广场轮渡、汕头小公园、潮汕历史文化博览中心等。酒店距离汕头体育中心也仅16公里,满足您商务出行、休闲娱乐等各方面的需求。
|
||
|
||
酒店采用“新一代”设计,打造出一个集工作、休闲、餐饮为一体的共享“智·空间”,请您尽情享用设有中西式菜肴的每日自助早餐。酒店除了拥有167间客房外,还拥有1间会议室与自动售货机以及其它自助式服务设施,为您带来更多便捷,让出行轻松一点。
|
||
|
||
酒店客房贴心设计,充满巧思创意,入住即可体验舒适的软硬双枕、自在的畅爽沐浴,高速的网络服务等,全方位满足您的住宿要求。
|
||
|
||
无论是假期,还是公务,让汕头中心智选假日酒店成为您到访汕头的理想之选。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>不允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SWACC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="https://www.ihg.com.cn/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SWACG" data-hotel-code="SWACG">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-chaozhou-8076690187-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 潮州腾瑞皇冠假日酒店</h2>
|
||
<span class="code">SWACG</span>
|
||
</div>
|
||
<div class="addr">韩江大桥东桥头北侧 湘桥区 潮州 Guangdong 521021 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.47</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">潮州腾瑞皇冠假日酒店欢迎您的到来,酒店以专业、高效、灵活和彰显人性化的服务理念从细微之处关注您有效平衡工作与生活的需求,旨在为新时代的有志之士致力打造更好的商旅新体验,助力您的每一次商旅都高效顺利、灵感激发,收获成功。
|
||
潮州腾瑞皇冠假日酒店位于广东省潮州市湘桥区韩江大桥东桥头北侧,与韩江近在咫尺,风光旖旎,距离潮州火车站约10公里、距离潮汕站约20公里、揭阳潮汕国际机场25公里。临近潮州文华步行街/牌坊街。您还可轻松前往广济桥、韩愈公祠、广济门城楼、落笔山潮州窑遗址、开元寺等景点。此外,酒店附近的公共交通设施也是您提高出行效率的不错选择。
|
||
潮州腾瑞皇冠假日酒店(酒店名称)拥有1000平方米多功能会议场地,共2间会议室,其中包括可轻松容纳400人(宴会形式)的800平方米大宴会厅。无论是董事会议、产品发布会、公司年会或是盛大的婚礼庆典,我们的皇冠会务总监及团队都能针对会议需求度身定制个性化方案,随时随地提供现场支持,激发您的灵感,助力会务活动精彩圆满。
|
||
潮州腾瑞皇冠假日酒店拥有280间摩登雅致的客房及套房,均配有舒适的办公区、宽大的浴室、高速网络接口以及完善的设施。精心雕琢的空间设计,灵活而贴心,放松享受生活或专注高效地投入工作,皆由您自由掌控。
|
||
到酒店的健身中心健身、游泳,或于静谧的水疗中心放松,体验按摩护理,焕发活力;前往酒店特色的韩江潮中餐厅或是朝江楼全日餐厅,品尝精美菜肴;亦或是享受便捷的客房订餐服务。随后,在大堂吧啜饮一杯晚间鸡尾酒,彻底轻松一下,都将为您的身心蓄满能量。
|
||
潮州腾瑞皇冠假日酒店旨在成就高效商旅,为您带来卓有成效和品质的入住体验。我们期待再次与您相聚。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>不允许携带宠物</span><span>健身中心</span><span>标准厨房</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SWACG</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SWASC" data-hotel-code="SWASC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-shantou-9116279067-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 汕头澄海智选假日酒店</h2>
|
||
<span class="code">SWASC</span>
|
||
</div>
|
||
<div class="addr">澄海区 广益街道富新南路1号 汕头 Guangdong 515800 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.69</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">汕头,广东东部沿海城市,拥有丰富的旅游资源和独特的文化底蕴。
|
||
汕头澄海智选假日酒店位于汕头市澄海区富新南路1号,距离揭阳潮汕国际机场约42公里,邻近沈海高速、潮汕环线高速及汕昆高速,出行变得更省时更快捷。酒店地理位置优越,周边多个景点及购物中心,如:郑皇故里风景区、红头船公园、科隆千树园、澄海奥飞市民广场、易初莲花、海乐城购物中心等。免去您的舟车劳顿,轻松出行,也满足了休闲购物的需求。
|
||
酒店提供160间精致客房和3间会议室,客房内温馨雅致的氛围和布置营造出远离喧嚣的片刻宁静。从互动科技的灵动空间到安全舒心的下榻环境,高速上网、优质床上用品及软硬双枕伴您一夜好梦,每个细节都致力为您带来简单、睿智的出行体验。酒店还提供丰盛美味的中西式自助早餐,开启旅途中美好充实的一天。无论是假期,还是公务,让汕头澄海智选假日酒店成为您到访汕头的理想之选。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>不允许携带宠物</span><span>健身中心</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SWASC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 10% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-SWICC" data-hotel-code="SWICC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-swindon-10394849945-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 斯温顿市中心</h2>
|
||
<span class="code">SWICC</span>
|
||
</div>
|
||
<div class="addr">Bridge Street Swindon SN1 1BT | 0800 43 40 40</div>
|
||
<div class="rating">评分:3.85</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Holiday Inn Express® Swindon City Centre is a bright, modern hotel in Swindon, fully refurbished in 2024 and just steps from the train station. Business trip? Big day out? You’re in the right place with major offices like Zurich and Nationwide nearby, and three smart meeting rooms are ready when you are.
|
||
|
||
This cheerful Swindon hotel includes free Wi-Fi, a tasty, free, hot breakfast, and handy paid parking, both on-site and just around the corner.
|
||
|
||
Whether you're off to Stonehenge, shopping ‘til you drop, or heading into the Cotswold's, our comfy hotel in Swindon town centre is the perfect base. After your adventures, wind down with a drink or bite in the bar, cheers to a day well spent!</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>In hotel restaurants</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">SWICC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="http://www.exhiswindon.co.uk">选择酒店</a>
|
||
</div>
|
||
</div><div class="pager"><a href="page-254.html">上一页</a> 第 255 / 300 页 <a href="page-256.html">下一页</a></div></div>
|
||
<script>
|
||
document.addEventListener("click", function(e) {
|
||
if (!e.target.classList.contains("welcome-toggle")) return;
|
||
const box = e.target.closest(".welcome");
|
||
box.classList.toggle("open");
|
||
e.target.textContent = box.classList.contains("open") ? "收起" : "展开";
|
||
});
|
||
</script>
|
||
</body>
|
||
</html> |