7 Days Shanghai Tour from China to Huangshan

Shanghai, Mt. Huangshan, Hongcun Village

$1,197.00
Group Size:  2 ~ 5 pax
Hotel Class:  Economy Hotel★★★
Mouth:  Dec. ~ Feb.
Quantity
Itinerary Notes

Price includes:

♦ Sharing transfers for group tours

♦ Domestic flight or train tickets based on economy class

♦ Accommodation on twin bed room sharing basis

♦ Driver and English-speaking guide service during tour.

♦ Entrance fee to the attractions listed in the itinerary

♦ Meals as specified in the itinerary.

♦ Government taxes and service charge.

♦ Luggage Transfers between airports and hotels.

♦ Tibet Permit if the itinerary includes any destination of Tibet

Price excludes:

* International airfare or train fare for entry or leaving China

* China entry visa fee

* Any meals, tours and activities not specified in the itinerary.

* Tips for guides, escort, drives, bellman, etc.

* Personal expenses

* Single Room Supplement

* Personal travel insurance

Description

Tour Code: OCT-Shanghai-03

Tour Type: Private Tour

Tour Highlights:

In this 7 days tour, you will have chance to enjoy both cultural and natural beauty of eastern China. Start your journey with a visit to Shanghai, a city walking between traditional and modernity, the Bund, Yuyuan Garden will be the attractions you could not miss. Then come to Mt. Huangshan, where you will find out how magnificent the natural force could be.

Best Travel Time: Suitable for the whole year, best from April to November. p.s. Mt. Huangshan is the good summer resort during July and September;Dec to Feb the next year will be the best season for a winter tour to Mt. Huangshan

 

Day 1 Arrival Shanghai

Transfer service to hotel

Meals: No meals
Accommodation:In Shanghai

Arrive in Shanghai, Paris of the Oriental, you will be met at the airport and transferred to your hotel. Free at leisure for the rest of the day.

Day 2 Shanghai

Jade Buddha Temple, Yuyuan Garden, Chenghuangmiao Street, Oriental Pearl TV Tower, Nanjing Road

Meals: Breakfast, Lunch
Accommodation:In Shanghai

Today, enjoy your full day city tour covering the Jade Buddha Temple. Then move to Shanghai silk museum before the visit to Yuyuan Garden, a Chinese classic garden in city downtown, and the nearby old street-Chenghuangmiao Street. Afterwards, take a short visit up to Oriental Pearl TV Tower and you can then have a leisure stroll along Nanjing Road, the No.1 shopping street in Shanghai. Tonight if you are interested, you can enjoy the Acrobatics show has an optional activity.

Day 3 Shanghai - Huangshan

Zhujiajiao Water Town, High speed train to Huangshan

Meals: Breakfast, Lunch
Accommodation: In Huangshan city

In the morning, we will drive to visit the famous water town Zhujiajiao with boat trip, which is the nearest ancient water town around Shanghai, with a history of more than 1,700 years.  After lunch, be transferred to the railway station for the high speed train to Huangshan City, and check in at the hotel in the city.

Day 4 Huangshan City - Mt. Huangshan

Drive to Mt. Huangshan, Mt. Huangshan

Meals: Breakfast, Lunch, Dinner
Accommodation:On Mt. Huangshan

In the morning, you will be transferred to well-known Mt. Huangshan scenic area and climb up the mountain by cable car to have your exploration and enjoy the amazing landscape at Mt. Huangshan. Lunch and dinner will be served at the restaurant on mountain. Stay overnight at the top of the mountain.

Day 5 Mt. Huangshan - Huangshan City

Mt. Huangshan, Drive to Huangshan City, Tunxi Old Street

Meals: Breakfast, Lunch
Accommodation: In Huangshan city

If you are interested, just get up early, you may have the chance to enjoy the fantastic sunrise amidst a sea of clouds in the summits. Then, you will be driven back to the city and visit Tunxi Old Street which is regarded as a span of the old-time memory of the area.

Day 6 Huangshan - Shanghai

Hongcun Village, High speed train to Shanghai

Meals: Breakfast, Lunch
Accommodation: In Huangshan city

Depart from Huangshan City, take a journey to the ancient Yixian County and visit  Hongcun Village. Be transferred to board the high speed train to your Shanghai.

Day 7Departure Shanghai

Transfer service to airport

Meals: Breakfast

Free at leisure until to be transferred to the airport for your next destination.

Service Ends

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.