1 / 1
0% OFF

7 Days Yuanyang Rice Terraces Tour

This is estimated Price,Price different from Group to Group, Please Confirm with us Accurate Price before Payment

$0.00
0 sold
【Price】
Qty

Tour Highlights:

 Visit one of the magnificent scenes in China, Yuanyang Terraced Field.

Yuanyang Terraced Field is an great choice for photographing travellers.

 Tour starts and ends from Kunming, the capital city of Yunnnan Province.
 

Best Travel Time: Best time to have this tour is from mid-Nov to April in the next year, and the ideal period will be in Jan and Feb because of the comparative fine weather.

 

Day 1Arrival Kunming

Transfer service to hotel

Meals: No meals
Accommodation: In Kunming

Arrive in Kunming, the start of this tour. Be met at the airport and transferred to your hotel for a good rest.

 

Day 2Kunming

Western Hill & Dragon Gate, Village of Ethnics Culture, Qiongzhu Temple

Meals: breakfast, Lunch
Accommodation; In Kunming
Optional Night Activities: Guoqiao Rice Noodle (1 hour)

Today, enjoy your full day city tour starting from a visit to the Western Hill Dragon Gate (1 hour) - set in mountains well covered by evergreen woods and filled with sweet songs by lovely birds. Continue your trip to Village of Ethnics Culture (1 hour) - managed to represent and exhibit the history, the cultures, the customs and the natural village houses of the 26 nationalities in this province. And then, a visit to Qiongzhu Temple (1 hour) - the first temple dedicated to Zen Buddism in Yunnan. After the tour, drive back to your hotel and have a rest of this day.

Details in the itinerary:
Western Hill and Dragon Gate can let you have a view of Dianchi Lake

Day 3Kunming - Jianshui

Stone Forest, Drive to Jianshui

Meals: breakfast, Lunch
Accommodation:In Jianshui

Another day in Kunming gives you a chance to visit the famous Stone Forest (2 hours)- famous as the typical karst landform and known as the First Wonder of the World. After lunch in the scenic area (about 1 hour), continue to have another 4 hours driving to the Jianshui. You may arrival there in the evening.Just have a rest of this day.

Details in the itinerary:
The travelling route in Stone Forest is not fixed and you can discuss with your guide to choose the you own travel route.
Jianshui is a historic center of the province and remains an important transportation crossroad.
The accommodation in Jianshui may not as comfortable as that in Kunming. It will be the best one which can ensure the basic equipment of daily life.
Kunming downtown - Stone Forest: 87 km, 1.5 - 2 hour driving Stone forest - Jianshui County: 230km, 4 hours driving.

Day 4Jianshui - Yuanyang

Jianshui Confucius Temple, Zhu Family Garden, Drive to Yuanyang

Meals: breakfast, Lunch
Accommodation:In Yuanyang

In the morning after breakfast, we will firstly have a half Jianshui tour by visiting Jianshui Confucius Temple (1 hour) - one of the largest Confucian temples in China, after that of Qufu; Zhu Family Garden (1 hour) - featuring the elegant architectural art in southern Yunnan. After lunch, drive for about 2.5 - 3 hours to Yuanyang New Town.

Details in the itinerary:
The road from Jianshui to Yuanyang is a mountainous road which is bumpy and may cause uncomfortable feeling. Just relax yourself in this moment.
The accommodation in Yuayang may not as comfortable as that in Kunming. It will be the best one which can ensure the basic equipment of daily life.
Jianshui County - Yuayuang New Town: 83km, 2.5 - 3 hours driving

Day 5Yuanyang

Terraced Field in Yuanyang

Meals: breakfast, Lunch
Accommodation:In Yuanyang

This is a whole day for you to appreciating the Terraced Field in Yuanyang. Yuanyang terraced fields has been placed into the preparatory list of World Heritage in China. Beside the scenery, the unique Hani ethnic culture in this area add more cultural color.

Details in the itinerary:
A suggested day trip in Terraced Field can be:
Appreciating sunrise in Duoyishu Village: You may need to climb higher to catch a whole sight of the charming terraced field. Be careful when climbing because the route is slippery.
Experience the ethnic cultural in Qingkou Hani Village: the traditional Hani people have lived there
Taking sunset photos in Laohuzui Terraced Field
Dress with comfortable clothes and sports shoes during this day trip .

Day 6Yuanyang - Kunming

Drive to Kunming

Meals: breakfast
Accommodation:In Kunming

Today is a tired day because there may be about 7 hours driving from Yuanyang back to Kunming. We may arrival Kunming in the afternoon, You can have a leisure walk in this city by yourself or just have a rest in the hotel.

Details in the itinerary:
There will be colorful blossoms along the road if you have this tour on Feb or Mar
Yuanyang - Kunming downtown: 355km, 7 hours driving

Day 7Departure Kunming

Transfer service to airport

Meals: breakfast

Say goodbye to Kunming and continue your tour to next city.

Details in the itinerary:
Kunming airport - Kunming downtown: 30 km, 1 hour driving

Service Ends

 
Price includes:

♦ Domestic flight or high-speed train as specified
♦ Private transfer between the airport or railway station, attractions, and hotels
♦ Private licensed English-speaking guide and driver service
♦ Hotel accommodation with daily breakfast on sharing basis
♦ All attraction entrance fees as specified
♦ Meals mentioned in the itinerary, Chinese local food

Price excludes:

* International Air tickets or Train Tickets to enter or leave China
* Tips to your tour guide and driver on your own discretion
* China Entry Visa Fees
* Personal expenses

You May Also Like Don't Like These?
Related Articles
How to Book

We are here to help you...Start planning your tailor-made tour with 1-1 help from our travel advisors.

Contact Us

Contact us to Get More Discounts

How to Pay

We accept various of Payment Methods, which are safe and Convenient。

Why Choose with Us

Budget Price,Free Inquiry,Better Hotels,Delicious Chinese Style Food,Comfortable Coach with Air Conditioner,Experienced Driver,Skilled Guide with Few Languages,No Hidden Charges,No Compulsive, Shopping Package

Customer Reviews

Subscribe to Get Special Offers, Our Travel Consultant will Give You More Suggestions about China Tour

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.