Orient China Travel  4 Days Beijing Great Wall and Temple of Heaven Best Tour (OCT)

Beijing

$489.00
Group Size:  2 ~ 5 pax
Hotel Class:  Economy Hotel★★★
Month:  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-Beijing-01

Tour Type: Private Tour

Tour Highlights:

 This is a most classic and the best Beijing tour package with leisure pace.
 You will have chance to visit the famous Forbidden City, be inpired by its time-honored history.
 Climb and walk along the stunning world wonder---Great Wall.
 

Best Travel Time: Suitable for the whole year, best months will be April, May, September and October. p.s. September and October is the good time for a visit to colorful Mutianyu Great Wall.

Day 1 Arrival Beijing

Transfer service to hotel

Meals: No Meals
Recommended Hotel: Citadines Ritan Service Apartment ★★★★

Arrive in Beijing, the capital city of China. You will be greeted and met by TCT tour guide at the airport and transferred to your hotel, whenever your flight arrives in Beijing. After check-in, free at leisure for the rest of the day.

Day 2 Beijing

Tiananmen Square, Forbidden City, Jingshan Park, Temple of Heaven, Panjiayuan Antique Market

Meals: Breakfast & Lunch
Recommended Hotel: Citadines Ritan Service Apartment ★★★★

Our guide will meet you up at the hotel lobby and start to explore the historical city of Beijing. You will reach the Tian’anmen Square, the largest public square in the world. Walk through the square and visit today’s highlight: Forbidden City , the largest and most complete ancient imperial palace in the world. Hike to Jingshan Park, where gives a nice panoramic view of the Forbidden City at the top of Coal Hill. Lunch time at Shi Yuan Restaurant, Chinese local food, famous for the braised eggplant, vegetable ball, and diced chicken with walnuts in soya sauce. In the afternoon, visit Temple of Heaven, which was used to pray for harvest by the emperors. It is China's existing largest structure for sacrifice to heaven. Shopping time at Panjiayuan Antique Market and pearl store. Back to the hotel, en route you can plan for the night show or the Peking duck dinner with your guide and ask for suggestions.

Day 3 Beijing

Mutianyu Great Wall, Olympic Park, The exterior Bird Nest and Water Cube

Meals: Breakfast & Lunch
Recommended Hotel: Citadines Ritan Service Apartment ★★★★

Our guide will meet you up at the hotel lobby and start to explore the Great Wall. Drive to Mutianyu Great Wall, which section is more popular among foreign visitors. Upon arrival, you can choose to hike on the Great Wall, or take cable car up and walk around. Lunch time at Xiaolongpu Restaurant, famous for the vegetable food, such as fried vegetables, dry-fried beans, sweet corn cake. Drive back to Beijing city, while you can take a nap in the car. Visit the exterior Bird Nest and Water Cube, the amazing architectures that built for Beijing Olympic Games. After that you will experience Chinese tea at tea house. Back to the hotel, en route you can plan for the night activities, such as foot massage, houhai night bars and Sanlitun bar street. If you desire, you can also enjoy the Kung Fu Show tonight as your optional activity.

Day 4 Departure Beijing

Beijing Hutong, Summer Palace, Transfer service to airport

Meals: Breakfast & Lunch

You will have enough time to pack up and check out. Our guide will meet you up at the hotel lobby and have half day leisure tour in Beijing. Drive to Drum Tower area for taking a relaxing Hutong Tour by rickshaw , which is the way to know the Beijing local lifestyle. Drive to Summer Palace, which is the existing largest, best-preserved imperial garden in China. Boat ride on Kunming Lake is included. Lunch will be arranged at nearby restaurant, named Xiangyangtun, with opera stage inside. After lunch, be transferred to the airport for departuer flight.

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.