600 lines
50 KiB
HTML
600 lines
50 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-8.html">表格模式</a></div></div>
|
||
<div class="card" id="hotel-ANRHE" data-hotel-code="ANRHE">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-antwerp-11049252204-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 安特卫普市北</h2>
|
||
<span class="code">ANRHE</span>
|
||
</div>
|
||
<div class="addr">Italielei 2a Het Eilandje Antwerp 2000 | 0800 73511</div>
|
||
<div class="rating">评分:4.27</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Located in district ‘t Eilandje, we offer you comfortable rooms with free Wi-Fi and complimentary breakfast.
|
||
With only 15 minutes away from the express highway, we are based just at the border of the city centre. It takes a 20 minutes’ walk to enter the city’s beating heart with all the attractions it has to offer. You will find a metro stop just in front of the hotel with lines 1 and 24 who will bring you to the city centre or Central train station in just a few minutes.
|
||
Leave your car in our underground parking or use the electric charging station and discover all what the city has to offer. Visit the MAS or the Red Star Line Museum which are located near the hotel. Or take a stroll along the Scheldt to enjoy the beautiful scenery until you reach the historical centre.
|
||
After a restful night’s sleep in one of our inviting rooms, you can enjoy our complimentary Express Start breakfast buffet in our bright breakfast area. Next to our 24-hour reception, you will find our bar overlooking the harbour to relax after a busy day. Feeling snackish? Take a look in our Grab & Green shop for our selection of snacks and drinks. A bit more hungry? In the area behind the hotel, you will find many options for everyone’s taste.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ANRHE</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 3 EUR Amenity Fee per guest per night. </div>
|
||
<a class="btn" href="n/a">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-AOGDT" data-hotel-code="AOGDT">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-anshan-6117580016-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 鞍山中心智选假日酒店</h2>
|
||
<span class="code">AOGDT</span>
|
||
</div>
|
||
<div class="addr">立山区胜利北路73号 鞍山 Liaoning 114000 | 400 88 40 888</div>
|
||
<div class="rating">评分:4.67</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">鞍山中心智选假日酒店诚邀您在下次到访鞍山时莅临下榻,获享舒适与便利。
|
||
|
||
酒店位于鞍山市立山区,地理位置优越,交通便利,距离鞍山高铁站6.6公里,鞍山腾鳌机场16公里。酒店紧邻鞍山开发区、鞍山高新区、玉佛苑及千山风景区。距离沈阳桃仙国际机场仅83.5公里。
|
||
|
||
酒店拥有清新时尚的客房,在此您可以尽享优质睡眠,畅爽沐浴,高速网络和卫星频道等惬意体验。酒店餐厅每日设有中西式的营养自助早餐。
|
||
|
||
酒店备有1间多功能会议室(可以分割成三间标准会议室)及其它自助式服务设施。
|
||
|
||
无论是假期、还是公务,到访鞍山时下榻鞍山中心智选假日酒店是您的“睿智之选”。</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">AOGDT</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="N/A">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-AOHBT" data-hotel-code="AOHBT">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-bluffton-11121715936-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express Bluffton</h2>
|
||
<span class="code">AOHBT</span>
|
||
</div>
|
||
<div class="addr">117 Commerce Lane Bluffton Ohio 45817 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Bluffton Inn & Suites
|
||
Our hotel is located off IH-75 with easy access to major companies such as GROB Systems, SumiRiko Ohio, Tower Automotive and Diamond Manufacturing. Bluffton University, a four-year educational institution, is only minutes from our hotel.
|
||
Bluffton Inn & Suites is also conveniently located to many popular attractions, including Shannon Theatre, Buckeye Park, Bluffton Village Park Shelter House and Bluffton University Nature Preserve.
|
||
We are delighted to have you as our guest and are committed to making your stay as comfortable as possible. Our hotel offers a range of amenities, inlcuding a complimentary breakfast, free Wi-Fi, a fitness center, and an indoor pool. Whether you're here for business or leisure, our friendly staff is here to assist you with anything you need. Thank you for choosing to stay with us, and we hope you have a wonderful time in Bluffton.</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">AOHBT</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-AOHLI" data-hotel-code="AOHLI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-hotel-and-suites-lima-5552888866-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIIS</span>
|
||
<h2>Holiday Inn & Suites 利马</h2>
|
||
<span class="code">AOHLI</span>
|
||
</div>
|
||
<div class="addr">803 S. Leonard Ave. Lima Ohio 45804 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:3.92</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">When you take in the view east of our hotel, just past I-75, you'll see rustic fields and warm countryside; to the west, the burgeoning city of Lima, Ohio. Here at Holiday Inn and Suites Lima, we take pride in maintaining that balance between 'Downtown' and 'Down-home'. Welcome to the Holiday Inn and Suites, Lima, Ohio's newest full service hotel. Our property proudly boasts of The Lounge, our restaurant and full bar, which provides room service to all 116 beautifully appointed, newly renovated rooms and suites. After dinner, relax in our indoor heated pool and hot tub or burn off those calories in a fully equipped workout room. With 2400 square feet of versatile meeting space we're here to help you celebrate wedding vows or reminisce over drinks with former classmates during a reunion. Within minutes of industry centerpieces such as Ford Engine Plant, Procter & Gamble, the Husky Refinery, Lima Memorial Hospital, Mercy Health St. Rita’s Medical Center, Dana Incorporated, and the Orthopaedic Institute of Ohio, your business trip will be streamlined and efficient. If you’re in town seeking that deal-sealing handshake from a potential client or partner, the local dining scene is the way to impress. Whether it’s steaks at Old City Prime, a gourmet burger and designer cocktail at The Met, hibachi and a Spicy Girl sushi roll at Yamato, or a bottle of wine at Vino Bellissimo (where they also have 36 craft beers on tap!), the only way you won’t impress is if you don’t try.</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>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">AOHLI</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-AOHLM" data-hotel-code="AOHLM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-lima-9093647845-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Lima</h2>
|
||
<span class="code">AOHLM</span>
|
||
</div>
|
||
<div class="addr">1925 Motel Avenue Lima Ohio 45804 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.50</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Discover the Holiday Inn Express & Suites in Lima, OH conveniently located right off I-75 Exit 125. Start your day with our complimentary hot breakfast at the Express Start Breakfast Bar. After a day of adventure, relax near the fire pit on our patio or cook a meal at the complimentary grills. During your stay, you will enjoy our well-appointed guest rooms with thoughtful design throughout. Our hotel also offers a 24/7 fitness center, indoor pool, free WiFi, and flexible meeting space for up to 12 people. Whether traveling for business or leisure, the Holiday Inn Express & Suites Lima is delighted to be at your service.
|
||
|
||
We are located just minutes from shopping & restaurants at the Lima Mall and a quarter-mile from Allen County Fairgrounds. Enjoy quick access to the University of Northwest Ohio or The Ohio State University - Lima in less than a 7-minute drive. The Armstrong Air & Space Museum is 15 minutes away, and we're 30 minutes from Findlay or Sidney.
|
||
|
||
Within a short drive of industry centerpieces, you can reach major industries such as Ford Engine Plant, Procter & Gamble, Cenovus Energy Refinery, Lima Memorial Hospital, Mercy Health St. Rita’s Medical Center, Dana Incorporated, and the Orthopedic Institute of Ohio.</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">AOHLM</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-AOOPV" data-hotel-code="AOOPV">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-altoona-4471309348-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Altoona</h2>
|
||
<span class="code">AOOPV</span>
|
||
</div>
|
||
<div class="addr">115 Convention Center Drive Altoona Pennsylvania 16635 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.63</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Imagine waking up to breathtaking mountain views in the heart of Central Pennsylvania. At Holiday Inn Express, you'll find the perfect blend of comfort and convenience, just minutes from Interstate 99 and directly across from the bustling Blair County Convention Center. Our 93 cozy rooms and suites are equipped with everything you need to feel at home, including a microwave and mini refrigerator. Plus, enjoy a range of complimentary perks like our Express Start Breakfast Buffet, fast Wi-Fi, parking, a Business Center, guest laundry, fitness room, and indoor pool. Whether you're visiting Penn State Altoona, catching a game at the Altoona Curve Baseball League, or exploring the local restaurants and shops, our hotel is the perfect base camp for your adventures. Come experience the warmth of Blair County hospitality – we can't wait 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>1 Pool(s)</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">AOOPV</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="altoonapahotel.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-APGMP" data-hotel-code="APGMP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-belcamp-5324795415-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn Belcamp - Aberdeen Area</h2>
|
||
<span class="code">APGMP</span>
|
||
</div>
|
||
<div class="addr">1326 Policy Drive Belcamp Maryland 21017 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.35</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Belcamp - Aberdeen Area, where we specialize in exceptional hospitality and guest satisfaction, making us the perfect destination for your next stay.
|
||
|
||
Located just minutes from the Aberdeen Proving Ground's 715 Visitors Gate and close to Ripken Stadium, our hotel is designed to provide the ideal setting for business travelers, social gatherings, family reunions, and romantic getaways. Whether you're here for a corporate event, wedding, or simply a relaxing retreat, our modern, spacious accommodations cater to all your needs—without the luxury price tag.
|
||
|
||
Nestled in the heart of Harford County, our hotel offers easy access to local attractions, dining, and shopping. We pride ourselves on delivering a seamless and enjoyable experience for every guest, ensuring that your stay with us is nothing short of exceptional. Be sure to ask our friendly front desk staff for information on local events to make the most of your visit. We’re committed to making every moment of your stay memorable!</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>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">APGMP</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-APLCA" data-hotel-code="APLCA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-appleton-10614071593-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites APPLETON</h2>
|
||
<span class="code">APLCA</span>
|
||
</div>
|
||
<div class="addr">4525 West College Avenue Appleton Wisconsin 54914 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.45</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Stay comfortable and carefree at Candlewood Suites Appleton, where spacious suites and full kitchens make every visit feel like home. Enjoy 24-hour conveniences and easy access to Appleton’s top shopping, dining, and attractions. Relax, unwind, and discover the perfect place to stay, whether you're here for a night or a long-term getaway.</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></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">APLCA</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-APNES" data-hotel-code="APNES">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-alpena-5181278585-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Alpena - Downtown</h2>
|
||
<span class="code">APNES</span>
|
||
</div>
|
||
<div class="addr">225 River Street Alpena Michigan 49707 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.59</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The staff of the beautiful new Holiday Inn Express & Suites Alpena is eager to exceed your expectations. Our hotel features over-sized guest rooms and suites luxuriously complimented by triple sheeted pillow topped mattresses, rich furnishings and all of the amenities that you have come to expect including a microwave and refrigerator.
|
||
Whether you are visiting the Alpena area for business or pleasure, Alpena provides the perfect backdrop for an array of outdoor activities and has a number of historic landmarks. Tour the Thunder Bay National Marine Sanctuary and view Lake Huron’s shipwrecks without getting wet aboard Lady Michigan, Alpena Shipwreck Tours’ glass-bottom boat. Spend time exploring beaches, tucked-away stores and restaurants. Build sandcastles on Starlite Beach or visit the Presque Isle Lighthouses. Visit Northern Lights Arena to watch a hockey game, or play a round of championship quality golf at the Alpena Golf Club.
|
||
During your stay with us, you will enjoy the conveniences of our complimentary Express Start hot breakfast bar featuring our trademark cinnamon rolls and the option to make your own pancakes, free Wi-Fi service throughout the hotel and our meeting room, HD televisions, heated indoor swimming pool, fitness center, 24-hour business center and guest laundry. Whether you're in town to get out of town or are simply passing through, the Holiday Inn Express & Suites Alpena is your gateway to the great outdoors.</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">APNES</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-APYSZ" data-hotel-code="APYSZ">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-bern-7799193290-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 伯尔尼韦斯特赛德假日酒店</h2>
|
||
<span class="code">APYSZ</span>
|
||
</div>
|
||
<div class="addr">Riedbachstrasse 96 Bern 3027 | 8000 80 108</div>
|
||
<div class="rating">评分:4.43</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">When in Switzerland's capital, choose your home base wisely! The Holiday Inn Bern caters to all your needs, whether you are traveling alone, on a weekend getaway with family or friends, or here on business. Our hotel is easily accessible from the A1 highway, the airport is only a 25-minute drive away, and the Bern Brünnen Westside train station is across the street from our property.
|
||
We are located within the Westside Shopping Center and close to various attractions - it's up to you if you prefer to relax at the Bernaqua Water and Wellness Park (by the way: as our guest you get a discounted entrance at the hotel reception), if you want to spend money and time at the Westside Shopping- und Erlebniscenter, or if you are looking for culinary or cultural experiences such as the Paul Klee Center, which is only a fourteen minute drive away. We will also make sure that you can explore the city in an eco-friendly way by public transport: the free Bern Ticket upon check-in is on us!
|
||
If your trip is a family affair, your kids can stay and eat for free. If you are on a business trip, you can either reach Messe BERNEXPO in twelve minutes by car or just stay at our hotel with free WLAN - we offer 144 rooms and eleven meeting rooms for up to 120 people. Start your vacation or business day with a hearty breakfast in our Bits & Bites restaurant. You are also welcome for lunch and dinner when we serve regional bistro-style fare.</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>Children's Activities</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">APYSZ</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 6.3 CHF Amenity Fee per guest per night. </div>
|
||
<a class="btn" href="https://www.bigsplashes.ch/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-AQJHA" data-hotel-code="AQJHA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/intercontinental-aqaba-4008417344-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">ICON</span>
|
||
<h2>InterContinental 亚喀巴(度假村亚喀巴)</h2>
|
||
<span class="code">AQJHA</span>
|
||
</div>
|
||
<div class="addr">King Hussein Street Aqaba 2311 | 0800 23 132 / 0800 00 123 Zain Mobile</div>
|
||
<div class="rating">评分:4.53</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">私人沙滩,碧绿海水轻抚,是红海度假和商务旅行的理想之选。豪华客房设有俯瞰大海的阳台和泻湖式泳池。一流的餐厅提供各种氛围,从优雅到休闲,应有尽有。入住期间,您可以享用免费无线网络、健身房、令人放松的室外泳池,以及舒缓身心的水疗中心。在我们的礼宾服务的帮助下,探索该地区。</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>Beach Access</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">AQJHA</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 7% Service Charge.</div>
|
||
<a class="btn" href="N/A">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ARACW" data-hotel-code="ARACW">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-new-iberia-2974597861-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites 新伊比利亚</h2>
|
||
<span class="code">ARACW</span>
|
||
</div>
|
||
<div class="addr">2600 Hwy 14 New Iberia Louisiana 70560 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.14</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Enjoy New Iberia Hotel's Terrific Service & Perks. The Candlewood Suites® New Iberia - Avery Island extended stay hotel is located off the 49/90 corridor with easy access to the city's top attractions and major businesses. This unique bayou area has a rich history in the oil & gas, salt mining, and sugar cane industries in and around New Iberia. Lodging at the Candlewood Suites® New Iberia hotel is a great way to explore it all. Whether meetings or sightseeing brings you to New Iberia, your suite's relaxing atmosphere and convenient amenities welcome you home each day. Spend more time with clients and less time commuting thanks to our easy access to area businesses including Baker Hughes, Compass Minerals, Orion Carbon Black, Halliburton, Morton Salt, and others around New Iberia. All suites include a fully equipped kitchen for convenient in-room meal prep. Enjoy an evening of grilling outdoors next to our sparkling pool. New Iberia is alive with history and unique bayou culture. You'll be captivated by Cajun life, from the shallow-water swamps filled with alligators to sightseeing "hot spots" like McIlhenny Tabasco Factory, Konriko Rice Mill and more inside New Iberia. Lodging at this hotel ensures you'll enjoy consistent service and convenient amenities such as free Wi-Fi access, free 24-hour laundry and Fitness Center. The Candlewood Cupboard, open 24/7 offers Free Coffee and A La Carte Breakfast Items, Snacks and Drinks for purchase. We are 100% non-smoking!</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></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ARACW</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-ARANI" data-hotel-code="ARANI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-new-iberia-4173863711-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 新伊比利亚 - 艾利岛</h2>
|
||
<span class="code">ARANI</span>
|
||
</div>
|
||
<div class="addr">318 West Hwy 90 Frontage Road New Iberia Louisiana 70560 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.55</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">New Iberia Hotel near Avery Island Welcomes You
|
||
Enjoy a warm Cajun welcome when you stay at Holiday Inn Express and Suites New Iberia - Avery Island. Our New Iberia hotel is located eight miles from Avery Island, and is just off Hwy 90 at LA 14. Our hotel is less than 20 miles from both the Lafayette Regional and Acadiana Regional Airports.
|
||
Our New Iberia hotel's location is close to southern Louisiana's major attractions including Avery Island, Jungle Gardens and the Tabasco Factory. The area is rich with history; so plan a visit to one of the many historic homes and shops, such as Shadow's on the Teche and New Iberia's historic downtown.
|
||
|
||
Along with being in close proximity to the Lafayette Regional and Acadiana Regional Airports, our Avery Island hotel in New Iberia is near local businesses such as Halliburton, Cal-Dive, Diamond Offshore and Weatherford. Lodging in our New Iberia hotel allows you to utilize two meeting rooms with free high-speed, wireless Internet access and the 24-hour Business Center.
|
||
|
||
While lodging in our New Iberia hotel near Avery Island, you can enjoy our amenities that include a hot, complimentary breakfast buffet. You can relax in a cozy triple-sheeted bed and watch a 32-inch flat panel LCD TV, while your family splashes around in our outdoor pool. Stay Smart on your next visit to the heart of Acadiana. Book your reservations today for our New Iberia hotel's great room deals.</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">ARANI</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.facebook.com/pages/The-Holiday-Inn-Express-of-New-Iberia/190456094338827">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ARBEP" data-hotel-code="ARBEP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-hotel-and-suites-ann-arbor-3935805582-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIIS</span>
|
||
<h2>Holiday Inn & Suites 安阿伯大学密歇根地区</h2>
|
||
<span class="code">ARBEP</span>
|
||
</div>
|
||
<div class="addr">3155 Boardwalk Drive Ann Arbor Michigan 48108 | 1 888 233 0353</div>
|
||
<div class="rating">评分:4.12</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn & Suites University of Michigan area. We are just 2 miles from The Big House, Michigan Stadium! 2.5 miles to downtown Ann Arbor and campus. We welcome students, families, faculty, fans and anyone coming to visit the home of the Wolverines. Sports fans appreciate the short distance to athletic facilities, as well as tailgating. Other nearby attractions include Kerrytown, Hands on Museum, Ann Arbor Ice Cube, and the Museum of Art.
|
||
|
||
Our location is just over 3 miles from the Michigan Medicine Campus with the world renowned University of Michigan Hospital and other medical facilities, including Mott Children's Hospital, Kellogg Eye Center, Rogul Cancer Center, and the VA Hospital.
|
||
|
||
Our update property features free High Speed WIFI, and onsite parking. Maintain your routine at our 24-hour fitness center or go for a swim in our indoor heated pool. Onsite restaurant, Toast to Toast, serves fresh meals daily as well a hand crafted cocktails. Business travelers love our 24 hour business center and lobby community table, letting you work together with easy access to power sources. The 24 hour lobby market makes sure you always have what you need. Each guest room features a microwave, mini-refrigerator, Keurig coffee maker, numerous plug & USB power sources throughout the room, and a mobile desk. Suites include pull out sofas, wet bar, and additional TV. We can't wait 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>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ARBEP</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="holidayinn.com/annarbormi">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ARBMI" data-hotel-code="ARBMI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/even-hotels-ann-arbor-11095736500-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">EVEN</span>
|
||
<h2>EVEN Hotel 安阿伯</h2>
|
||
<span class="code">ARBMI</span>
|
||
</div>
|
||
<div class="addr">600 Briarwood Circle Ann Arbor Michigan 48108 | 1 855 879 3836</div>
|
||
<div class="rating">评分:4.38</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to EVEN Hotel Ann Arbor S – University Area, where comfort meets convenience in the heart of Ann Arbor. A preferred partner of the University of Michigan™, our hotel in downtown Ann Arbor is perfectly positioned near the iconic State Street, making it easy for you to experience the very best of Ann Arbor, Michigan.
|
||
|
||
Whether you’re visiting for business or leisure, explore Ann Arbor with ease. Explore local favorites such as the Ark Encounter, Briarwood Mall, and the Leslie Science and Nature Center. Immerse yourself in the University of Michigan™, cheer on the Wolverines™ at Michigan Stadium™ or Crisler Center, or check out the collection of University of Michigan™ Museums. Business travelers will appreciate being near Detroit Metropolitan Wayne County Airport (DTW), Coherix, and Wacker Chemical Corporation. At EVEN Hotel Ann Arbor S – University Area, you’re never far from where you need to be.
|
||
|
||
Relax in our thoughtfully designed guestrooms, featuring free Wi-Fi, plush bedding, and modern bathrooms. Enjoy a delicious meal at EVEN Kitchen & Bar or pick up snacks and essentials from our 24/7 market. Take advantage of our state-of-the-art Athletic Studio or simply unwind in your comfortable room after a day of adventure. At EVEN Hotel Ann Arbor S – University Area, we’re dedicated to providing a quality stay with all the modern conveniences you expect. We look forward to welcoming you and making your visit to Ann Arbor exceptional!</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">ARBMI</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.88-4-88.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ARBRP" data-hotel-code="ARBRP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-ann-arbor-8577834540-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Ann Arbor - University South</h2>
|
||
<span class="code">ARBRP</span>
|
||
</div>
|
||
<div class="addr">3853 Research Park Drive Ann Arbor Michigan 48108 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.48</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the new Holiday Inn Express & Suites Ann Arbor South. We are located just off I-94, in Research Park, by the Ann Arbor Airport. If you are visiting the University of Michigan, catching a game at The Big House or in town to do some work, the hotel is the perfect location to allow easy access to Ann Arbor.
|
||
|
||
Positioned in the research district of Ann Arbor, near the Michigan Medical Campus, Kellogg Eye Center, Eastern Michigan University, Motts Children’s Hospital, Matthaei Botanical Gardens, Washtenaw Community College, Concordia University, and the Veterans Administration Hospital.
|
||
|
||
In our research park, you will find Subaru, Mercedes Benz, Zoller, Honda and many more. In the surrounding industrial areas, you will find Aerotek, FedEx, NOAA, Mitsubishi, and Thomson Reuters to name a few. We are also minutes away from shopping and restaurants in the Briarwood Mall. Join us for events such as the Art Fair, UA Convention, Ann Arbor Film Festival, and the Taste of Ann Arbor.</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">ARBRP</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-ARBSB" data-hotel-code="ARBSB">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/staybridge-suites-ann-arbor-5412034394-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">STAY</span>
|
||
<h2>Staybridge Suites Ann Arbor - Univ of Michigan</h2>
|
||
<span class="code">ARBSB</span>
|
||
</div>
|
||
<div class="addr">3850 Research Park Drive Ann Arbor Michigan 48108 | 1 877 238 8889</div>
|
||
<div class="rating">评分:4.38</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Staybridge Suites Ann Arbor. We are located just off I-94, in Research Park, by the Ann Arbor Airport. If you're visiting the University of Michigan, catching a game at the Big House or in town to do some work, the hotel is the perfect location to allow easy access to Ann Arbor. Positioned in the research district of Ann Arbor, our hotel allows for working hotel guests to stay for long terms, while working for some of the bigger name companies in the world. In our research park, you will find Subaru, Mercedes Benz, Zoller, Honda and many more. In the surrounding industrial areas, you'll find Aerotek, FedEx, NOAA, Mitsubishi, and Thomson Reuters to name a few. When staying with us, you won't give up any of the luxuries you would normally have. The design of the guest rooms is complete with a sectional couch and chaise lounge, ottoman, large work area and eat in kitchen. In these full size kitchens, are cooktops, microwaves, real dishes, and full size refrigerators. An oversized closet and dressing area rounds out the spacious rooms, and everything is accompanied by rich woods, marble countertops, splashes of color and fantastic patterns. Coming to town for the big game? Here to display your talent in the Ann Arbor Art Fair? We are located minutes from these venues. Being located right off State Rd., heading north will drop you right into downtown Ann Arbor.</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">ARBSB</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-ARBZB" data-hotel-code="ARBZB">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-ann-arbor-4156315395-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Ann Arbor West</h2>
|
||
<span class="code">ARBZB</span>
|
||
</div>
|
||
<div class="addr">323 North Zeeb Road Ann Arbor Michigan 48103 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.61</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the all new Holiday Inn Express & Suites Hotel The Holiday Inn Express hotel offers a superb location close to the University of Michigan and everything great in the Ann Arbor area. Just a few blocks from the Holiday Inn Express hotelis Thomson Reuters and Terumo. We are a short drive to both Chrysler in Chelsea and Toyota. You can explore nearby Dexter and Chelsea with their shopping and restaurants. We are a short hop to historic Kerrytown in downtown Ann Arbor and an array of Wolverine sporting events on campus.</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>Children's Activities</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ARBZB</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.tripadvisor.com/Hotel_Review-g29556-d7182547-Reviews-Holiday_Inn_Express_Suites_Ann_Arbo">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ARDNC" data-hotel-code="ARDNC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-archdale-4219680287-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 高点南</h2>
|
||
<span class="code">ARDNC</span>
|
||
</div>
|
||
<div class="addr">10050 N. Main St Archdale North Carolina 27263 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.50</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Looking for the smartest hotel in Archdale, North Carolina? You found it. The Holiday Inn Express & Suites High Point South is your perfect home base, just a stone's throw from High Point University and High Point's Thomas Dambo Troll, 'Little Sally.'Conveniently located right off I-85, our Archdale hotel puts the best of the Triad at your fingertips. Whether you’re here to conquer the world-famous High Point Furniture Market, explore Furnitureland South, or celebrate at Castle McCulloch, you're just minutes away. We're an ideal hotel for business travelers, being only 17 miles from Greensboro and a quick 25-minute drive to Piedmont Triad International Airport (GSO).We've got the essentials dialed in so you can rest easy. Unwind in our modern guest rooms, complete with free high-speed Wi-Fi and flat-screen TVs. Kickstart your day the right way with our famous, free Express Start™ hot breakfast. Need to stay on task? Our 24-hour Fitness Center and fully-equipped Business Center are always ready when you are. Add in free parking and our amazing team, and your stay is guaranteed to be simple and seamless.Perfect for family trips to High Point University, furniture market excursions, or weekend getaways, the Holiday Inn Express & Suites High Point South is the clever choice for your Triad adventure. Ready for a refreshingly simple stay? Book your room at our pet friendly hotel near High Point today!Government Travels - FEMA Approved</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">ARDNC</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-ARKXS" data-hotel-code="ARKXS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-caddo-valley-2532770021-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 阿卡德尔菲亚 - 卡多谷</h2>
|
||
<span class="code">ARKXS</span>
|
||
</div>
|
||
<div class="addr">7 Frost Road Caddo Valley Arkansas 71923 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.47</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Holiday Inn Express Hotel & Suites located in Arkadelphia Caddo Valley is near the campuses of Henderson State University and Ouachita Baptist University, DeGray Lake and a short drive to Crater of Diamonds and Hot Springs. Our hotel offers you the quality and amenities you expect from Holiday Inn Express including the Express Smart Free Breakfast. Our indoor pool, hot tub and Fitness Center are currently closed. Whether you are traveling for business or leisure, our beautiful new rooms will provide the rest and comfort you deserve and it will be the pleasure of our staff to provide you true hospitality.</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">ARKXS</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="pager"><a href="page-7.html">上一页</a> 第 8 / 300 页 <a href="page-9.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> |