|
|
|
@ -89,7 +89,8 @@
|
|
|
|
<a href="/contactus/?product_code=cht-home-111" id="contact_us_2021">Contact us</a>
|
|
|
|
<a href="/contactus/?product_code=cht-home-111" id="contact_us_2021">Contact us</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<nav class="pc_navigation">
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<nav class="pc_navigation" id="pc_nav">
|
|
|
|
<ul class="pctopnavi">
|
|
|
|
<ul class="pctopnavi">
|
|
|
|
<li class="dropdown"><a href="/tour/" class="p_topnavilink" id="china_tours_2021">China Tours</a>
|
|
|
|
<li class="dropdown"><a href="/tour/" class="p_topnavilink" id="china_tours_2021">China Tours</a>
|
|
|
|
<div class="chinatourspc dropdown-content">
|
|
|
|
<div class="chinatourspc dropdown-content">
|
|
|
|
@ -301,7 +302,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<!--@HEAD_1@-->
|
|
|
|
<!--@HEAD_1@-->
|
|
|
|
<div class="main_content">
|
|
|
|
<div class="main_content">
|
|
|
|
<div id="main_content_pc">
|
|
|
|
<div id="main_content_pc">
|
|
|
|
@ -556,8 +556,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<p style="margin-top: 20px; padding-bottom: 0;">
|
|
|
|
<p style="margin-top: 20px; padding-bottom: 0;">
|
|
|
|
China Highlights International Travel Service Co., LTD<br>
|
|
|
|
China Highlights International Travel Service Co., LTD<br>
|
|
|
|
<strong>Address:</strong> Building 6, Chuangyi Business
|
|
|
|
<strong>Address:</strong> 8/F, Building 3B, Sanjin Plaza, No. 1 Jinxing Road, Guilin, Guangxi 541004, China
|
|
|
|
Park, 70 Qilidian Road, Guilin, Guangxi, 541004, China
|
|
|
|
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -586,14 +585,14 @@
|
|
|
|
var currentScrollPos = w.pageYOffset;
|
|
|
|
var currentScrollPos = w.pageYOffset;
|
|
|
|
if (Math.abs(currentScrollPos - prevScrollpos) > 5) { // 滚动阈值
|
|
|
|
if (Math.abs(currentScrollPos - prevScrollpos) > 5) { // 滚动阈值
|
|
|
|
if (prevScrollpos > currentScrollPos) {
|
|
|
|
if (prevScrollpos > currentScrollPos) {
|
|
|
|
navbar.style.top = '0';
|
|
|
|
navbar.style.transform = 'translateY(0)';
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
navbar.style.top = '-100px';
|
|
|
|
navbar.style.transform = 'translateY(-150px)';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
prevScrollpos = currentScrollPos;
|
|
|
|
prevScrollpos = currentScrollPos;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, 25) // 防止快速滚动时频繁触发
|
|
|
|
}, 25) // 防止快速滚动时频繁触发
|
|
|
|
})(window, document, 'header');
|
|
|
|
})(window, document, 'pc_nav');
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<!--@PRODUCT-JS@-->
|
|
|
|
<!--@PRODUCT-JS@-->
|
|
|
|
@ -683,7 +682,7 @@
|
|
|
|
"name": "China Highlights",
|
|
|
|
"name": "China Highlights",
|
|
|
|
"address": {
|
|
|
|
"address": {
|
|
|
|
"@type": "PostalAddress",
|
|
|
|
"@type": "PostalAddress",
|
|
|
|
"streetAddress": "Building 6, Chuangyi Business Park, 70 Qilidian Road",
|
|
|
|
"streetAddress": "8/F, Building 3B, Sanjin Plaza, No. 1 Jinxing Road, Guilin, Guangxi 541004, China",
|
|
|
|
"addressLocality": "Guilin",
|
|
|
|
"addressLocality": "Guilin",
|
|
|
|
"addressRegion": "Guangxi",
|
|
|
|
"addressRegion": "Guangxi",
|
|
|
|
"postalCode": "541004",
|
|
|
|
"postalCode": "541004",
|
|
|
|
|