614 lines
51 KiB
HTML
614 lines
51 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-264.html">表格模式</a></div></div>
|
||
<div class="card" id="hotel-TIJEN" data-hotel-code="TIJEN">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-ensenada-8270161054-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Ensenada Centro</h2>
|
||
<span class="code">TIJEN</span>
|
||
</div>
|
||
<div class="addr">Av. Blancarte No. 151 Col. Centro Ensenada Baja California Nort 22800 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.77</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Holiday Inn Express & Suites Ensenada Centro Hotel is strategically located in the heart of downtown Ensenada, just a 5-minute walk from the tourist boardwalk, an iconic spot for enjoying the ocean, sightseeing, and the city's cultural life.
|
||
Near the hotel is the Riviera Cultural Center, where you can try the margarita, a cocktail created in Ensenada, as well as various artistic and cultural events. Just a 45-minute drive away is the renowned Valle de Guadalupe, Mexico's main wine-producing region, perfect for wine and food tours.
|
||
The hotel has 100 rooms designed for business or family trips, with modern suites equipped with minibars, microwaves, and sofa beds. Among its amenities are a pool, gym, business center, meeting rooms, and self-service laundry. It also offers free Wi-Fi and parking, a 24-hour coffee bar, and accessibility for guests with disabilities. To start your day, enjoy a complimentary American-style breakfast. The ideal choice for business travelers, families, and tourists seeking comfort, a privileged location, and excellent services for a memorable stay.</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">TIJEN</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.ihg.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TIJGC" data-hotel-code="TIJGC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/hotel-indigo-tijuana-11067029473-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">INDG</span>
|
||
<h2>Hotel Indigo Tijuana Downtown</h2>
|
||
<span class="code">TIJGC</span>
|
||
</div>
|
||
<div class="addr">Calle Salvador Díaz Mirón 4ta-8177 Zona Centro Tijuana Baja California Nort 22000 | 800 000 04 04</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Hotel Indigo Tijuana Downtown, a modern boutique hotel that offers a unique fusion of contemporary design and local culture. Situated in Zona Rio , this stylish hotel provides seamless access to Tijuana International Airport, as well as popular attractions, restaurants, and cultural landmarks.
|
||
|
||
Each room is thoughtfully designed with bold colors, sleek furniture, and high-end amenities to ensure a relaxing and memorable stay. Our design incorporates elements inspired by Tijuana’s dynamic art scene, celebrating the city’s rich cultural heritage in a timeless blend of comfort and artistic flair.
|
||
|
||
Enjoy a variety of services and on-site facilities, including a restaurant and bar serving delicious, locally inspired cuisine with stunning views of the city, as well as a fully equipped fitness center, and complimentary Wi-Fi. We also offer flexible meeting and event spaces, making it an ideal choice for business gatherings or social events.
|
||
|
||
With our emphasis on personalized service and attention to detail, Hotel Indigo Tijuana Downtown is the perfect place to stay for travelers and explorers seeking a modern, artistic, and comfortable experience in one of Mexico’s most exciting cities.</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">TIJGC</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-TIJOT" data-hotel-code="TIJOT">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-tijuana-7164677820-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Tijuana Otay</h2>
|
||
<span class="code">TIJOT</span>
|
||
</div>
|
||
<div class="addr">Lazaro Cardenas 2539 Col. La Pechuga Tijuana Baja California Nort 22425 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.67</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Holiday Inn Express and Suites Tijuana Otay
|
||
Located less than 10 minutes away from the International Airport and right in the golden zone and growing industrial area in the city, this brand new Holiday Inn Express & Suites® hotel offers everything you need whether you travel for business or for pleasure. For those visiting for business, this hotel in Tijuana gives easy access to different companies in the manufacturing, metallurgical and automotive industry, among others. We are conveniently located a few minutes away from Panasonic, Smurffit Kappa and the two most important Industrial Parks in the city such as OTAY and El Aguila.
|
||
We are ten minutes away from the United States border crossing and adjacent to the city of San Diego, California where you can visit the Plaza de Otay or Plaza Mayor and shop for all your needs. Enjoy your free time strolling around Alameda Otay Town Center and find yourself surrounded by shopping centers, multiple restaurants and entertainment locations.
|
||
After a long day, rest in the comfortable and spacious guestrooms and suites. Every morning, a delicious complimentary Express Start Breakfast will be waiting for you with hot and fresh coffee.</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">TIJOT</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.ihg.com/hotels/us/es/reservation">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TIJZR" data-hotel-code="TIJZR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-tijuana-9463204483-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 蒂华纳ZONA德尔里奥</h2>
|
||
<span class="code">TIJZR</span>
|
||
</div>
|
||
<div class="addr">Paseo De Los Heroes: 18818 Zona Rio Tijuana Baja California Nort 22320 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.20</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Business District Hotel near the U.S. Border to San DiegoConveniently located at Zona Río, a Business and Commercial District of the city, the Holiday Inn® Tijuana Zona Río Hotel is near the main assembly plants and factories. Moreover, we are less than ten minutes from the Mexico–U.S. Border to San Diego, California and the Tijuana International Airport. In your leisure time, shop at Galerías Hipódromo Mall, and try local craft beer at the Mamut brewery Co. Stay in touch with your business with complimentary Internet access and use our four multifunctional event rooms for corporate meetings, formal dinners, seminars or conferences. Our hotel also offers an outdoor pool and a Fitness Center for you to unwind at the end of a long day out; or relax and enjoy time for yourself, scheduling a treatment in our Spa with natural hot springs.</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">TIJZR</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 25 MXN Amenity Fee per night. </div>
|
||
<a class="btn" href="www.hotelesmilenium.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TILEX" data-hotel-code="TILEX">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-tilton-2533448017-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 蒂尔顿 - 湖区</h2>
|
||
<span class="code">TILEX</span>
|
||
</div>
|
||
<div class="addr">75 Tilton Road (Nh Route 140) Tilton New Hampshire 03276 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.73</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Lakes Region Hotel's Guests Enjoy Ideal LocationWelcome to our Holiday Inn Express® Hotel, one of the most modern hotels in Tilton, New Hampshire. Located in the heart of the Lakes Region, our hotel's convenient to I-93 and the top attractions and businesses in lovely Tilton, NH. Lodging here gives you access to our business center with fax, copy and print services, and there is free high-speed, wired and wireless Internet access available throughout the hotel.Lodging with us also puts you close to tons of great things to do, from skiing at Gun Stock Ski Resort to relaxing at Weirs Beach. Proximity to great deals at the Tanger Outlets, the beautiful foliage of nearby White Mountain Forest and the gorgeous waters of Winnisquam and Winnipesaukee Lakes are just a few of the perks of our hotel's location in Tilton. New Hampshire Motor Speedway is also a short drive away.During your stay in the Lakes Region, our hotel's staff takes care of your needs. You can relax in the heated, indoor pool or workout in the well-equipped fitness center and enjoy a complimentary, Express Start hot breakfast every morning. For your vacation or business trip to Tilton, NH, consider lodging at our top-quality hotel.</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">TILEX</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="N/A">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TIRHI" data-hotel-code="TIRHI">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-tirupati-4294322443-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 蒂鲁伯蒂</h2>
|
||
<span class="code">TIRHI</span>
|
||
</div>
|
||
<div class="addr">蒂鲁伯蒂 Sri Kalahasti Road, Renigunta, Tirupati Andhra Pradesh 安得拉邦 517520 | 000 800 082 0107</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The first international hotel of the holy city.
|
||
&nbsp;
|
||
Conveniently located on National Highway 205 at Renigunta Junction in a temple town of Tirupati, approximately 1.5km from the Tirupati Airport and 17kms south of the Holy Venkateswara Temple in the hills of Tirumala, one of the busiest and most visited place of worship in the world. Being a prominent religious hub, the city is also a major economic and educational hub in the southern region of Andhra Pradesh.
|
||
&nbsp;
|
||
This new Tirumala hotel will have 209 modern and spacious guestrooms and suites that feature a flat-screen televisions with premium channels and free high speed Wi-Fi. Enjoy breathtaking views of the Tirumala hills or watch jet planes take off from the runway. Soak in the peaceful ambience and surroundings of our glass lobby before checking into your guest room complete with all the modern amenities. Take a relaxing dip in the swimming pool or rejuvenate at the spa after your visit to Lord Sri Venkateshwara temple. Indulge in a gastronomical journey at our various restaurants and bar to make your spiritual journey truly memorable.
|
||
&nbsp;
|
||
Flying solo for business or exploring Tirupati for vacation. At Holiday Inn Tirupati Tirumala we offer a fun and comfortable yet affordable stay.</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">TIRHI</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-TIVPM" data-hotel-code="TIVPM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/regent-tivat-6190083998-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">RGNT</span>
|
||
<h2>Regent Porto Montenegro</h2>
|
||
<span class="code">TIVPM</span>
|
||
</div>
|
||
<div class="addr">Obala bb, Porto Montenegro Tivat 85320 | </div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Regent Porto Montenegro nestles on the palm-lined shores and lush mountainous backdrops of Boka Bay.
|
||
This historical Austro-Hungarian naval base is now a superyacht homeport and the heart of the best-emerging cruising ground in the Mediterranean basin, with over a one-kilometre west-facing waterfront.
|
||
Our luxury guest accommodation draws inspiration from the stunning coastal setting in a soothing palette of nautical hues. There are 175 rooms, one to three-bedroom suites and residences Venezia, Aqua and Baia wings.
|
||
Regent's legendary hospitality can be felt in every corner, from the gourmet cuisine to the pampering spa treatments, through a wide choice of leisure activities including outdoor infinity pools at the Pool Club and award-winning Regent Spa. There is a Murano Restaurant, Gourmet Corner patisserie and deli, Onyx Bar and Garden and a lovely Pool Bar for dining pleasure.
|
||
Porto Montenegro is a spectacular destination accessible within a three-hour flight from most European capitals. It is served by three international airports - Tivat (4,6 km), Dubrovnik (47 km) and Podgorica (90km).</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">TIVPM</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.regenthotels.com/regent-portomontenegro">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TKGBR" data-hotel-code="TKGBR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-bandar-lampung-9651744253-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn Lampung Bukit Randu</h2>
|
||
<span class="code">TKGBR</span>
|
||
</div>
|
||
<div class="addr">Jl. Kamboja No. 1-2 Kebon Jeruk Bandar Lampung 35121 | 001 803 016 0061</div>
|
||
<div class="rating">评分:4.66</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Holiday Inn Lampung Bukit Randu, your home away from home right in the vibrant heart of Bandar Lampung, perched 200 metres high on the scenic Bukit Randu. Embark on an enchanting journey to discover Lampung's treasures, from the historic Krakatau Monument to the lush Bumi Kedaton Park and the shimmering golden sands of Marina and Kedu Warna beaches, all just a stone's throw away. The crystal-clear waters of Pahawang and Condong Islands beckon for nearby adventures.
|
||
|
||
Our rooms offer a blend of modern elegance and comfort, featuring private balconies with stunning views of Lampung, plush bedding, flat-screen TVs, and high-speed internet. Enjoy the panoramic city vistas from our outdoor pool or savor the flavors of local and international cuisine at our dining venues, complemented by refreshing cocktails.
|
||
|
||
Strategically located minutes from the business district and local attractions, Holiday Inn Lampung Bukit Randu is the ideal spot for both business and leisure travelers. We're committed to making your stay filled with joyful moments and memorable experiences.
|
||
|
||
Dine in our all-day restaurant, offering a mix of local and international dishes, or unwind in our bar and lounge with a cocktail and stunning views of Bandar Lampung. At Holiday Inn Lampung Bukit Randu, every moment is an opportunity to smile and make your stay memorable. Welcome to where the joy of travel comes to life.</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>Children's Activities</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">TKGBR</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Includes 11% Service Charge.</div>
|
||
<a class="btn" href="https://www.ihg.com/holidayinn/hotels/id/in/bandar-lampung/tkgbr/hoteldetail">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLNGC" data-hotel-code="TLNGC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-toulon-3927904426-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 土伦市中心</h2>
|
||
<span class="code">TLNGC</span>
|
||
</div>
|
||
<div class="addr">1 Avenue Rageot De La Touche Toulon 83000 | 0811 980 002</div>
|
||
<div class="rating">评分:4.07</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">位于 土伦中心地段的理想酒店,配备餐厅、室外泳池 和露台。距离土伦火车站5分钟步行路程,距离自由广场10分钟步行路程 Holiday Inn Toulon City Centre酒店 是绝佳的休闲场所 ,为您在历史韵味十足的老港中打造一片乐享阳光之所。 毗邻土伦海军基地 ,距离港口仅10分钟步行路程,,由此连接附近 地区 科西嘉 和撒丁岛。 您前往 Mourillon海滩 只需15分钟巴士路程,可在停靠点 Castigneau上车,距离酒店仅100米 。 您可在接待处租赁自行车, 骑行探索 海滨美景或普罗旺斯腹地。在马约尔体育场支持全球 最棒之一的橄榄球队 或前往 土伦歌剧院(仅不到10分钟步行路程) 欢度夜晚时光 。孩子们 将会钟爱 皇家旅游区 及其活动乐园,此处可以一览无余 港口的景色。 酒店 可调整型会议室 能够接待 至 120人。享受 免费Wi-Fi、 各类 菜单选择以及24小时商务中心。在 室外加热泳池中享受放松休闲 或 前往 健身房 之前 来到 露台酒吧Escale品饮一份鸡尾酒 。 清晨,来到Observatoire餐厅享受一份 美式自助早餐 ’ ,或是在晚间品鉴精致的法式餐品和普罗旺斯风味 。</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>1 Pool(s)</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">TLNGC</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.hitoulon.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLNSM" data-hotel-code="TLNSM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-toulon-4080547735-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express Toulon - Est</h2>
|
||
<span class="code">TLNSM</span>
|
||
</div>
|
||
<div class="addr">Rue Nicolas Appert Quartier Sainte-Musse Toulon 83100 | 0811 980 002</div>
|
||
<div class="rating">评分:4.62</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">无论您是商旅出行还是旅游观光,都欢迎您光临我们全新的酒店 土伦圣穆塞智选假日酒店 ,在土伦度过美好时光。想要寻找符合您工作需求的高性 价比品质酒店? 土伦圣穆塞智选假日酒店 的客房面积宽敞,冷热适宜,隔音效果佳,专心为您打造优质睡眠。 全新的 土伦圣穆塞智选假日酒店 共拥有81间客房。每间客房都为您带来舒适和宁静,助您开启和结束辛苦的一天。我们的免费高速无线网络 让您时刻与 世界 保持联络,永不下线。在每一天的清晨尽情享用我们为您奉上的丰盛早餐,果汁、麦片、 糕点、咖啡 ,一切均含在房费之中!我们的全新酒店 位于 圣穆塞医院 对面,驱车前往土伦市中心、 穆里昂海滩区、 科西嘉岛轮渡 登船口和土伦军港均可轻松抵达。 想要 全家 出行?还可享受 额外 好处:未满18岁、与父母入住同一间客房的孩子 可以免除费用! 想要 乘船 游览锚地?想在 马约尔体育场 观看一场 橄榄球赛,为 RCT 摇旗呐喊?我们 全体员工时刻倾听您的需求,助您 最大限度 享受土伦。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">TLNSM</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.hiextoulon.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLRCA" data-hotel-code="TLRCA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-tulare-6838121515-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Tulare</h2>
|
||
<span class="code">TLRCA</span>
|
||
</div>
|
||
<div class="addr">1016 E Prosperity Ave Tulare California 93274 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.24</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">We welcome you to stay at our newly renovated hotel in a modern, updated guest rooms.
|
||
|
||
The Holiday Inn Express & Suites hotel is located in the heart of Tulare, CA.
|
||
This hotel's close proximity to local attractions makes us the perfect choice for leisure travelers. We are just less than a mile from Tulare Premium outlet and minutes from the International Agriculture Center.
|
||
Guests will also find other popular attractions near our location, including the Sequoia National Park, the San Joaquin Valley, and Kings Canyon National Park.
|
||
|
||
During your stay, be sure to take advantage of all the conveniences available at our hotel in Tulare. Get an invigorating workout in our fitness center and keep your daily routine on track or enjoy a relaxing swim in the outdoor pool.
|
||
|
||
You can stay connected with great business amenities like free high-speed Internet access and a business center, and you're welcome to utilize our meeting room, which is ideal for meetings.
|
||
|
||
Relax in your guest room with comfortable bedding, HDTV’s with premium channels, High Speed Wi-Fi connection and well-lit work area, and much more other amenities. And, in the morning, come to the lobby to try our complimentary Express Start Breakfast Bar.
|
||
|
||
Let us help you plan your getaway to enjoy a warm welcome and exceptional service at our hotel in Tulare CA.</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">TLRCA</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.ihg.com/spnd/hotels/us/en/tulare/tlrca/hoteldetail">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLSAP" data-hotel-code="TLSAP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-blagnac-5222966432-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 图卢兹机场</h2>
|
||
<span class="code">TLSAP</span>
|
||
</div>
|
||
<div class="addr">Place De La Revolution Blagnac 31700 | 0811 980 002</div>
|
||
<div class="rating">评分:4.30</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Come and get a unique experience at the Holiday Inn Toulouse Airport thanks to its sports bar and swimming pool.
|
||
|
||
Adjacent to the airport, the Holiday inn offers a free shuttle service from 7:00am to 11:00pm from Monday to Thursday and from 6:00am to 4:00 Pm on Friday. For any request outside the schedule do not hesitate to contact us.
|
||
|
||
Come and discover the Open Lobby at the Holiday inn dedicated to both business and leisure guests. All 150 bedrooms at the Holiday Inn boost both high-tech connectivity and comfort space. The 8 meeting rooms at the Holiday Inn benefit from natural daylight and high-tech equipment. Have a taste of local delicacies at the hotel well-known Black Angus.
|
||
|
||
The hotel Holiday Inn is conveniently located 5 minutes, walk to the nearest tram station to reach Toulouse city 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">TLSAP</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.hitoulouseairport.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLSPR" data-hotel-code="TLSPR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-blagnac-3345758508-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 图卢兹机场</h2>
|
||
<span class="code">TLSPR</span>
|
||
</div>
|
||
<div class="addr">39 Avenue du General de Gaulle Blagnac 31700 | 0811 980 002</div>
|
||
<div class="rating">评分:4.68</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Express Toulouse Airport hotel, just minutes from Toulouse-Blagnac airport. After a simple call our shuttle will pick you up from 06H00 to 23H30. Our 3-star hotel is a 5-minute drive (five streetcar stations) from the MEETT Parc des Expositions- Centre de Congrès in a quiet location where you can relax in a very friendly atmosphere. Rooms are equipped with triple-glazed windows and offer all our guests free high-speed Wi-Fi Internet.If you're driving, our parking lot has 80 secure spaces for €8/day/car during your stay at the hotel. Buffet breakfast is complimentary. The hotel is just a few minutes from numerous restaurants and a large Leclerc center with many stores. 20 minutes by bus or streetcar and you'll be in the heart of cobbled squares in the center of Toulouse.</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>1 Pool(s)</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">TLSPR</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.hiexpress.com/toulousearpt">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLUCP" data-hotel-code="TLUCP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-metepec-5757478324-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 托卢卡- LANCASTER</h2>
|
||
<span class="code">TLUCP</span>
|
||
</div>
|
||
<div class="addr">Paseo Tollocan Ote : 750 Esq. Av. Tecnologico Col. Francisco I. Madero Metepec Estado de Mexico 52170 | 800 227 6963</div>
|
||
<div class="rating">评分:4.63</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Located in Paseo Tollocan, the Crowne Plaza® Toluca-Lancaster Hotel provides easy access downtown and to the Toluca International Airport. It is also conveniently located close to the industrial area of the city, where Cerrillo, Exportec I and II, Coecillo and Toluca 2000 Industrial Parks are found, and companies such as Chrysler, GM, Robert Bosch, Nissan, Bimbo-Barcel, Johnson Controls and Femsa are located.Enjoy your stay exploring the city. Visit the iconic Portales, the beautiful Cosmovitral Botanical Garden and the historic Cathedral; or further out, explore the grand Nevado de Toluca Volcano.
|
||
The Crowne Plaza Toluca has the best service and caters to its guests every need. To help you achieve a highly productive stay, we offer a complimentary scheduled transportation that will take you to nearby companies. The hotel also offers high-speed Internet access, a Business Center and different meeting rooms. Energize your days with a workout at the Fitness Center followed by a hearty breakfast at Antibes Restaurant. Feel at home in a comfortable room and relax with drinks at the Lobby Bar.</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">TLUCP</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.cptoluca.com.mx">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLUDR" data-hotel-code="TLUDR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-toluca-2699346383-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 托卢卡</h2>
|
||
<span class="code">TLUDR</span>
|
||
</div>
|
||
<div class="addr">Paseo Tollocan: 818 Col. Santa Ana Tapaltitlan Toluca Estado de Mexico 50160 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.43</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Toluca Industrial Area Hotel with Complimentary Shuttle Service
|
||
|
||
An open lobby with a beautiful indoor garden welcomes you to the Holiday Inn Express® Toluca Hotel. Located on one of the main highways of the city, you will be less than ten minutes from companies such as Nestlé and Bosch, as well as Pfizer Nissan, General Motors and Chrysler assembly plants. Also, you will be near Metepec area and Toluca International Airport (TLC); and you can continue with business in adjoining cities like Mexico City, Morelia and Querétaro by easily accessing the main highways leading to them.
|
||
|
||
During your leisure time, shop at Galerías Toluca Mall in front of the hotel, go downtown and visit the iconic Portales and enjoy a stroll through Cosmovitral Botanical Park; and when visiting with kids, have fun at Parque Metropolitano Bicentenario and Zacango Zoo.
|
||
|
||
Start your days enjoying a complimentary daily breakfast buffet at the comfortable and modern dining area. Stay in touch with your family and business with free high-speed internet access throughout our facilities and have an undisturbed working time at the business center. Additionally, we offer a fitness center, four event rooms and a free-of-charge shuttle service to the airport and anywhere within a 6-mile radius of the hotel.</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">TLUDR</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.holidayinnexpress.com/toluca">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLUME" data-hotel-code="TLUME">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-metepec-3997942898-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express Toluca Galerias Metepec</h2>
|
||
<span class="code">TLUME</span>
|
||
</div>
|
||
<div class="addr">Blvd. Toluca Metepec : 267 Norte Col. La Michoacana Metepec Estado de Mexico 52166 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.69</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Enjoy the most prestigious and safe area of the city, staying at the Holiday Inn Express® Toluca Galerías Metepec Hotel. As part of City Center plaza complex, you will have access to a variety of restaurants and bars to eat and order room service from without extra charge. Moreover, we are in front of Galerias Metepec , a shopping center with an ice rink and a cinema inside, to where you get a special rate to any show for being our guest.
|
||
We are also conveniently close to downtown, where you can visit Cosmovitral and admire the beautiful stained glass mural and enjoy its botanical garden; and don’t go home without stopping at Casart to shop for traditional Mexican handicrafts to take back home.
|
||
To provide you with a pleasant stay, we offer comfortable facilities, excellent amenities and friendly staff. Every morning, we serve a fresh and delicious complimentary breakfast features an attendant-served hot breakfast with eggs, bacon or sausage, and a variety of continental breakfast items. We make available a 24-hour Business Center for you to comfortably keep up with work and a meeting room for up to 50 guests, and prior reservation, use our free-of-charge shuttle service. Also, we offer an on-site gym, but you can enjoy the near Sport City’s facilities with a special rate for our guests. We look forward to seeing you soon.</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">TLUME</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-TLUZO" data-hotel-code="TLUZO">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-toluca-2711061775-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Toluca Zona Aeropuerto</h2>
|
||
<span class="code">TLUZO</span>
|
||
</div>
|
||
<div class="addr">Blvd. Miguel Aleman: 55 Esquina Con Paseo Tollocan Col. Parque Industrial Lerma Toluca Estado de Mexico 52000 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.33</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Holiday Inn Express® & Suites Toluca Airport Area Enjoy a pleasant stay with us whether your visit to this City is for business or pleasure. Holiday Inn Express® & Suites Toluca Airport Area has a privileged location just 6 km away from the Toluca International Airport, at the entrance to the most important industrial area of the City, among the most prominent are: The Lerma Industrial Park, Ziporex 3 Industrial Park, El Coecillo Industrial Park, 10 km from the Toluca 2000 park, very close to important companies such as Macro Cedis LALA, Magneti Marelli, Hitachi, Adient, Barcel, Texen, Grupo Industrial Miro , Mahle, Kiriu, Komatsu, Aerobal, Autoliv, Bimbo and Vidrio Formas just to mention a few, while noting the proximity to the Chrysler, Nissan and General Motors assembly plants Just a few steps away from the property is located the Plaza Sendero shopping center that has a supermarket, restaurants, fast food area, cinemas and boutiques. During your free time, go downtown and visit the museums and local attractions such as the Cosmovitral Botanical Garden and the Bicentennial Metropolitan Park. Keep up your exercise routine at the gym. Enjoy the pool on those hot days. Includes a hot breakfast buffet that includes eggs, bacon or sausage, and a variety of continental breakfast items.</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">TLUZO</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-TLVCC" data-hotel-code="TLVCC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-tel-aviv-3851011803-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 特拉维夫市中心皇冠假日酒店</h2>
|
||
<span class="code">TLVCC</span>
|
||
</div>
|
||
<div class="addr">136 Menahem Begin Rd Azrieli Center 5 Tel Aviv 67021 | 180 945 3716</div>
|
||
<div class="rating">评分:4.49</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">特拉维夫市中心高楼中,拥有宽敞客房和一流商务设施的高档酒店
|
||
Crowne Plaza® 特拉维夫市中心皇冠假日酒店地理位置优越,从本·古里安国际机场 (TLV) 乘坐火车仅需 12 分钟便可到达,还可方便地进入城际阿亚隆高速公路 (Ayalon Highway)。酒店特设免费班车往返邻近海滩,而备受欢迎的阿兹列里 (Azrieli) 购物商场正位于酒店旁边。
|
||
商务旅客可使用酒店四个设备齐全的会议室和 24 小时开放的商务中心。若需个性化的服务,可与 Crowne Plaza 专属会务总监联系。从酒店也可方便地前往特拉维夫展览馆 (Tel Aviv Fairgrounds) 以及钻石交易区 (Diamond Exchange District)。酒店全区均可使用免费无线网络。
|
||
特拉维夫全新的萨罗纳 (Sarona) 文化娱乐综合中心距离酒店仅数步之遥。历史悠久的德国圣堂建筑,如今经过修缮已成为餐厅、酒吧、画廊和精品店的聚集地。此外,该地区还有一个巨大的室内食品市场和大片可供享受的绿地。特拉维夫艺术博物馆、歌剧院以及其它文化设施亦近在咫尺。
|
||
酒店时尚的 11 楼餐厅供应早餐、中餐和晚餐,还提供每天 24 小时的客房订餐服务。18 岁以上的住房旅客均可免费进入享有盛誉的 Holmes Place 健身中心锻炼。更可在酒店宽敞的房间内欣赏迷人的都市美景,享受站立式花洒淋浴和浴缸泡浴。</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">TLVCC</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.afi-hotels.com/crowne-plaza-city-center-tel-aviv">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLVHA" data-hotel-code="TLVHA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/intercontinental-tel-aviv-10447211707-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">ICON</span>
|
||
<h2>InterContinental 特拉维夫大卫洲际酒店</h2>
|
||
<span class="code">TLVHA</span>
|
||
</div>
|
||
<div class="addr">12 Kaufman Street Tel Aviv 61501 | 180 945 3716</div>
|
||
<div class="rating">评分:4.35</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">这家特拉维夫豪华酒店坐拥地中海瑰丽美景,是城市中的隐世之所。酒店坐落于特拉维夫时尚的Neve Zedek区,对面是该市区主要市场,而且临近餐馆、美术馆和店铺林立、历史悠久的雅法古城。若您的目的是休闲放松,可以在泳池的日光浴平台上休憩,也可以享用我们的全方位水疗服务,还可以在Aubergine餐厅品尝精美菜肴。新休息室以及前往机场的便利交通可以满足商务旅客的需求。</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>In hotel restaurants</span><span>套房</span><span>1 Pool(s)</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">TLVHA</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://telaviv.intercontinental.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-TLVIL" data-hotel-code="TLVIL">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-tel-aviv-6263930285-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza 特拉维夫</h2>
|
||
<span class="code">TLVIL</span>
|
||
</div>
|
||
<div class="addr">145 Hayarkon Street Tel Aviv 63453 | 180 945 3716</div>
|
||
<div class="rating">评分:3.90</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">特拉维夫市中心摩天大楼内,拥有免费无线网络和一流会议设施的滨海酒店 Crowne Plaza® 特拉维夫海滩皇冠假日酒店位于特拉维夫市中心,紧邻海滨,距离萨维多尔中央火车站和城际阿亚隆高速公路(Ayalon Highway)仅三公里,前往本·古里安国际机场 (TLV)只需 35 分钟车程。步行距离即可乘坐公交车,非常方便。 酒店距离戈登海滩 (Gordon Beach)与特拉维夫老城区仅数步之遥,海滨步道吸引了众多慢跑者和自行车骑士。搭乘出租车,不出几分钟即可抵达这座城市活力十足的博物馆和艺术场馆。从酒店可悠闲地散步前往迪岑哥夫(Dizengoff)和本耶胡达(Ben Yehuda)街的商店和咖啡馆,酒店提供的免费班车则可载您前往高档的阿兹列里(Azrieli) 购物中心。向南沿着海岸驱车 20 分钟便可到达古城雅法 。 针对商务旅客,我们提供可容纳多达 250 名宾客的 12 间会议室,每间均配备专业视听设备和 24 小时商务服务,并由 Crowne Plaza 会务总监负责所有活动相关细节安排。酒店宾客可享免费无线网络,并为特别需要安静休息的旅客安排静区楼层。 酒店内设数家优雅的餐厅,包括可以一面享用丰盛自助餐,一面观赏迷人海景的 Bellissima。Louis Espresso 酒吧最适合享用美味便捷的商务午餐,而 Paraliya 则提供融入地中海风味的无国界料理。健康俱乐部内设有游泳池、健身房、干湿桑拿和理疗室,供旅客舒缓休憩、放松身心。</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">TLVIL</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.ihg.com/crowneplaza/hotels/gb/en/tel-aviv/tlvil/hoteldetail">选择酒店</a>
|
||
</div>
|
||
</div><div class="pager"><a href="page-263.html">上一页</a> 第 264 / 300 页 <a href="page-265.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> |