CH推荐上线

hotfix/paypal-note
尹诚诚 4 years ago
parent db6363f059
commit ea3cf23c47

@ -625,9 +625,6 @@ class Information extends CI_Controller
$template_H1 = $this->load->view($template_path . '-h1', $data_H1, TRUE);
$template = str_replace('<!--@HEAD_1@-->', $template_H1, $template);
//信息推荐
$template_NEXT = $this->call_mobile_template_NEXT($template_path, $information->is_id);
$template = str_replace('<!--@ARTICLENEXT@-->', $template_NEXT, $template);
$addthis_widget = $this->load->view($template_path . '-add-this', false, true);
$template = str_replace('<!--@ADDTHIS-WIDGET@-->', $addthis_widget, $template);
} else {
@ -638,6 +635,20 @@ class Information extends CI_Controller
$breadcrumb_content = $this->load->view($template_path . '-breadcrumb', array('breadcrumb_data' => $breadcrumb_data), true);
$information->ic_content = str_replace('<!--@BREADCRUMB-BLOCK@-->', $breadcrumb_content, $information->ic_content);
}
//信息推荐
$template_recommand = $this->recommand_information($information);
$template = str_replace('<!--@ARTICLENEXT@-->', $this->load->view($template_path . '-next', array('recommands' => $template_recommand), TRUE), $template);
// //广告改叫tips防止被插件屏蔽
if (!empty($template_recommand['Tips Right'])) {
$template = str_replace('<!--@TIPS-RIGHT@-->', "<div class='right_tour'>" . $template_recommand['Tips Right']->it_content . "</div>", $template);
}
// //文中的信息推荐
// if(strpos($information->ic_content,'<!--@Content-Recommends-Article@-->')!==false){
// $information->ic_content = str_replace('<!--@Content-Recommends-Article@-->', $this->load->view($template_path . '-recommends-article', array('recommands'=>$template_recommand), TRUE), $information->ic_content);
// }
//顶部全屏大图
if ($device == 'mobile') { //移动端读取移动大图
$meta_addon_picture = get_meta($information->ic_id, 'meta_addon_picture_mobile');
@ -1031,7 +1042,6 @@ class Information extends CI_Controller
}
//产品详细页
$productType = "";
$productCode = "";
@ -1164,8 +1174,7 @@ class Information extends CI_Controller
return array($recommand->ir_name => false);
break;
default: //'rule_parent'://继承上级规则则留空,程序会循环一遍分组的规则
return false;
;
return false;;
}
//读取备用节点
if (empty($data) && !empty($recommand->ir_urls)) {//查不到信息并且备选urls不为空则随机选一条

@ -1,53 +1,282 @@
<?php if (!empty($recommands['Article A']) || !empty($recommands['Article B']) || !empty($recommands['Article C']) || !empty($recommands['Article D'])) { ?>
<div class="articlereco">
<div class="recotitlebg">
<h2>Related Articles</h2>
</div>
<?php if (!empty($info_howtoplan)) { ?>
<div class="table-responsive">
<table class="info_bottom_recommend">
<tbody>
<tr>
<?php if (!empty($recommands['Article A'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $info_howtoplan->ic_url; ?>" rel="nofollow"><img
<a href="<?php echo $recommands['Article A']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $info_howtoplan->ic_photo; ?>"
alt="<?php echo $info_howtoplan->ic_title; ?>" class="img-responsive"></a>
originalsrc="<?php echo $recommands['Article A']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article A']->ic_title; ?>"></a>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article A']->ic_url; ?>"> <?php echo $recommands['Article A']->ic_title; ?> </a>
</span>
</div>
</td>
<?php } ?>
<div class="articlenexttitle"><a
href="<?php echo $info_howtoplan->ic_url; ?>"><?php echo $info_howtoplan->ic_url_title; ?></a></div>
<?php if (!empty($recommands['Article B'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $recommands['Article B']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Article B']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article B']->ic_title; ?>"></a>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article B']->ic_url; ?>"> <?php echo $recommands['Article B']->ic_title; ?> </a>
</span>
</div>
</td>
<?php } ?>
<?php if (!empty($recommands['Article C'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $recommands['Article C']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Article C']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article C']->ic_title; ?>"></a>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article C']->ic_url; ?>"> <?php echo $recommands['Article C']->ic_title; ?> </a>
</span>
</div>
</td>
<?php } ?>
<?php if (!empty($info_besttime)) { ?>
<?php if (!empty($recommands['Article D'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $info_besttime->ic_url; ?>" rel="nofollow"><img
<a href="<?php echo $recommands['Article D']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $info_besttime->ic_photo; ?>"
alt="<?php echo $info_besttime->ic_title; ?>" class="img-responsive"></a>
originalsrc="<?php echo $recommands['Article D']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article D']->ic_title; ?>"></a>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article D']->ic_url; ?>"> <?php echo $recommands['Article D']->ic_title; ?> </a>
</span>
</div>
</td>
<?php } ?>
<div class="articlenexttitle"><a
href="<?php echo $info_besttime->ic_url; ?>"><?php echo $info_besttime->ic_url_title; ?></a></div>
<?php if (!empty($recommands['Article E'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $recommands['Article E']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Article E']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article E']->ic_title; ?>"></a>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article E']->ic_url; ?>"> <?php echo $recommands['Article E']->ic_title; ?> </a> </span>
</div>
</td>
<?php } ?>
<?php if (!empty($info_topthings)) { ?>
<?php if (!empty($recommands['Article F'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $info_topthings->ic_url; ?>" rel="nofollow"><img
<a href="<?php echo $recommands['Article F']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $info_topthings->ic_photo; ?>"
alt="<?php echo $info_topthings->ic_title; ?>" class="img-responsive"></a>
originalsrc="<?php echo $recommands['Article F']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article F']->ic_title; ?>"></a>
<div class="articlenexttitle"><a
href="<?php echo $info_topthings->ic_url; ?>"><?php echo $info_topthings->ic_url_title; ?></a></div>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article F']->ic_url; ?>"> <?php echo $recommands['Article F']->ic_title; ?> </a>
</span>
</div>
</td>
<?php } ?>
<?php if (!empty($info_hotel)) { ?>
<?php if (!empty($recommands['Article G'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $info_hotel->ic_url; ?>" rel="nofollow"><img
<a href="<?php echo $recommands['Article G']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $info_hotel->ic_photo; ?>"
alt="<?php echo $info_hotel->ic_title; ?>" class="img-responsive"></a>
originalsrc="<?php echo $recommands['Article G']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article G']->ic_title; ?>"></a>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article G']->ic_url; ?>"> <?php echo $recommands['Article G']->ic_title; ?> </a>
</span>
</div>
</td>
<?php } ?>
<div class="articlenexttitle"><a
href="<?php echo $info_hotel->ic_url; ?>"><?php echo $info_hotel->ic_url_title; ?></a></div>
<?php if (!empty($recommands['Article H'])) { ?>
<td>
<div class="articlenext">
<a href="<?php echo $recommands['Article H']->ic_url; ?>" rel="nofollow"> <img
src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Article H']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Article H']->ic_title; ?>"></a>
<span class="articlenexttitle">
<a href="<?php echo $recommands['Article H']->ic_url; ?>"> <?php echo $recommands['Article H']->ic_title; ?> </a>
</span>
</div>
</td>
<?php } ?>
</tr>
</tbody>
</table>
</div>
</div>
<?php } ?>
<?php if (!empty($recommands['Tour A']) || !empty($recommands['Tour B']) || !empty($recommands['Tour C']) || !empty($recommands['Tour D'])) { ?>
<div class="articlereco">
<div class="recotitlebg">
<h2>Recommended Tours</h2>
</div>
<div class="table-responsive">
<table class="info_bottom_recommend">
<tbody>
<tr>
<td>
<?php if (!empty($recommands['Tour A'])) { ?>
<div class="articlenext">
<a href="<?php echo $recommands['Tour A']->ic_url; ?>" rel="nofollow">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour A']->mobile_photo; ?>"
class="img-responsive"
alt="<?php echo $recommands['Tour A']->ic_title; ?>"></a>
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour A']->ic_url; ?>"><?php echo $recommands['Tour A']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
<td>
<?php if (!empty($recommands['Tour B'])) { ?>
<div class="articlenext">
<a href="<?php echo $recommands['Tour B']->ic_url; ?>" rel="nofollow">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour B']->mobile_photo; ?>"
class="img-responsive" alt="<?php echo $recommands['Tour B']->ic_title; ?>">
</a>
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour B']->ic_url; ?>"><?php echo $recommands['Tour B']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
<td>
<?php if (!empty($recommands['Tour C'])) { ?>
<div class="articlenext">
<a href="<?php echo $recommands['Tour C']->ic_url; ?>" rel="nofollow">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour C']->mobile_photo; ?>"
class="img-responsive" alt="<?php echo $recommands['Tour C']->ic_title; ?>">
</a>
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour C']->ic_url; ?>"><?php echo $recommands['Tour C']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
<td>
<?php if (!empty($recommands['Tour D'])) { ?>
<div class="articlenext">
<a href="<?php echo $recommands['Tour D']->ic_url; ?>" rel="nofollow">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour D']->mobile_photo; ?>"
class="img-responsive" alt="<?php echo $recommands['Tour D']->ic_title; ?>">
</a>
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour D']->ic_url; ?>"><?php echo $recommands['Tour D']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
<td>
<?php if (!empty($recommands['Tour E'])) { ?>
<div class="articlenext">
<a href="<?php echo $recommands['Tour E']->ic_url; ?>" rel="nofollow">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour E']->mobile_photo; ?>"
class="img-responsive" alt="<?php echo $recommands['Tour E']->ic_title; ?>">
</a>
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour E']->ic_url; ?>"><?php echo $recommands['Tour E']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
<td>
<?php if (!empty($recommands['Tour F'])) { ?>
<div class="articlenext">
<a href="<?php echo $recommands['Tour F']->ic_url; ?>" rel="nofollow">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour F']->mobile_photo; ?>"
class="img-responsive" alt="<?php echo $recommands['Tour F']->ic_title; ?>">
</a>
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour F']->ic_url; ?>"><?php echo $recommands['Tour F']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
<td>
<?php if (!empty($recommands['Tour G'])) { ?>
<div class="articlenext">
<a href="<?php echo $recommands['Tour G']->ic_url; ?>" rel="nofollow">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour G']->mobile_photo; ?>"
class="img-responsive" alt="<?php echo $recommands['Tour G']->ic_title; ?>">
</a>
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour G']->ic_url; ?>"><?php echo $recommands['Tour G']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
<td>
<?php if (!empty($recommands['Tour H'])) { ?>
<div class="articlenext">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="<?php echo $recommands['Tour H']->mobile_photo; ?>"
class="img-responsive" alt="<?php echo $recommands['Tour H']->ic_title; ?>">
<span class="articlenexttitle"><a
href="<?php echo $recommands['Tour H']->ic_url; ?>"><?php echo $recommands['Tour H']->ic_title; ?></a>
</span>
</div>
<?php } ?>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<?php } ?>

@ -22,10 +22,18 @@
<!--@MAIN-CSS@-->
<!--@ADDON-CSS@-->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T75N4LL');</script>
<!-- End Google Tag Manager -->
</head>
@ -40,7 +48,9 @@
<!--PC头部导航-->
<header class="headerbar" id="header">
<a href="/" class="p_toplogo"> <img src="https://data.chinahighlights.com/pic/logo/china-highlights-top-navigation-logo.png" width="154" height="83" alt="chinahighlights logo" class="chinahighlightslogo img-responsive"></a>
<a href="/" class="p_toplogo"> <img
src="https://data.chinahighlights.com/pic/logo/china-highlights-top-navigation-logo.png" width="154"
height="83" alt="chinahighlights logo" class="chinahighlightslogo img-responsive"></a>
<div class="p_topnavigation">
<ul class="pctopnavi">
<li class="dropdown"><a href="/tour/" class="p_topnavilink">China Tours</a>
@ -62,12 +72,9 @@
</ul>
</div>
</div>
</li>
<li class="dropdown"><a href="/citytour/" class="p_topnavilink">Destinations</a>
@ -135,7 +142,8 @@
<li class="dropdown"><a href="/china-trains/" class="p_topnavilink">Trains</a>
<div class="travelguidepc dropdown-content">
<ul class="list-reset sidebar">
<li class="start-nav-item"><a href="/china-trains/china-railway-station.htm">Train Stations and Schedules</a></li>
<li class="start-nav-item"><a href="/china-trains/china-railway-station.htm">Train Stations and
Schedules</a></li>
<li class="start-nav-item"><a href="/china-trains/train-travel.htm">Train Travel</a></li>
<li class="start-nav-item"><a href="/china-flights/">Flight</a></li>
<li class="start-nav-item"><a href="/china-trains/app.htm">Train App Download</a></li>
@ -152,11 +160,13 @@
<div class="pcnavibutton">
<div class="siteSearch ">
<form class="searchtextbox" id="searchbox_001281624266240652297:cl1fy1cxepi" name="googlesreach" action="https://secure.chinahighlights.com/result.asp">
<form class="searchtextbox" id="searchbox_001281624266240652297:cl1fy1cxepi" name="googlesreach"
action="https://secure.chinahighlights.com/result.asp">
<input type="hidden" value="001281624266240652297:cl1fy1cxepi" name="cx">
<input type="hidden" value="FORID:9" name="cof">
<input type="text" onfocus="this.value = ''" class="strkeys" placeholder="site search" name="q">
<input type="image" class="submits" src="https://data.chinahighlights.com/pic/pc-top-navigation-web-search-bg.png" width="25px">
<input type="image" class="submits"
src="https://data.chinahighlights.com/pic/pc-top-navigation-web-search-bg.png" width="25px">
</form>
</div>
<div class="topnavitailor">
@ -182,7 +192,12 @@
</div>
<div class="right_brand_info">
<div class="risk-free" style="background: #f6f6f6;width: calc(100% - 30px); margin: 55px 0 0 0;">
<div class="risk_free_tag"><img alt="Your Wellbeing is Our Priority" src="https://data.chinahighlights.com/image/tour-list/tour-detail-why-choose-us-tag-3.png" loader="lazy" originalsrc="https://data.chinahighlights.com/image/tour-list/tour-detail-why-choose-us-tag-3.png" width="100" height="100" style="opacity: 1; transition: opacity 0.5s ease-in-out 0s;"></div>
<div class="risk_free_tag"><img alt="Your Wellbeing is Our Priority"
src="https://data.chinahighlights.com/image/tour-list/tour-detail-why-choose-us-tag-3.png"
loader="lazy"
originalsrc="https://data.chinahighlights.com/image/tour-list/tour-detail-why-choose-us-tag-3.png"
width="100" height="100"
style="opacity: 1; transition: opacity 0.5s ease-in-out 0s;"></div>
<div class="expatstourname">Your Wellbeing is Our Priority.</div>
<ul class="infolist">
<li>1-to-1 travel expert</li>
@ -201,11 +216,7 @@
</ul>
</div>
</div>
<!--
<div class="right_tour">
<img src="https://data.chinahighlights.com/image/tour-list/china-tour/info-right-tour-bj-3-cover.jpg" class="img-responsive" alt="scecret of Beijing tour">
</div>
-->
<!--@TIPS-RIGHT@-->
</div>
<div id="main_content_next">
<!--@Match-Content-GOOGLE###ycc###@-->
@ -229,7 +240,9 @@
<div class="aboutusleft">
<div class="bottomaboutus">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy" originalsrc="https://data.chinahighlights.com/pic/logo/bottom-logo-b.png" width="180" height="128" style="float: left;
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy"
originalsrc="https://data.chinahighlights.com/pic/logo/bottom-logo-b.png" width="180" height="128"
style="float: left;
margin-right: 30px;">
<div class="aboutusinfo">China Highlights tailor-makes China tours to help travelers discover China
their way. We're a passionate team of one hundred avid travelers who love to share our knowledge
@ -246,19 +259,28 @@
<ul>
<li><a href="https://www.facebook.com/Chinahighlights" rel="nofollow"
title="Follow us on Facebook" class="fb" target="_blank">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px"
viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<path id="facebook" fill="#ffffff" d="M17.252,11.106V8.65c0-0.922,0.611-1.138,1.041-1.138h2.643V3.459l-3.639-0.015
c-4.041,0-4.961,3.023-4.961,4.961v2.701H10v4.178h2.336v11.823h4.916V15.284h3.316l0.428-4.178H17.252z"></path>
</svg>Facebook
</svg>
Facebook
</a></li>
<li><a href="https://twitter.com/Chinahighlights" rel="nofollow" title="Share us on Twitter"
class="tw" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="
class="tw" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="
fill: #fff;
"><path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"></path></svg>Twitter </a></li>
">
<path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"></path>
</svg>
Twitter </a></li>
<li><a href="https://www.instagram.com/chinahighlights/" rel="nofollow"
title="Follow us on Instagram" class="linkin" target="_blank">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="30px" height="30px"
viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
<path id="instagram" fill="#ffffff" d="M22.107,3.415H7.893c-2.469,0-4.479,2.007-4.479,4.477v4.73v9.486c0,2.469,2.01,4.479,4.479,4.479h14.215
c2.469,0,4.479-2.01,4.479-4.479v-9.486v-4.73C26.586,5.421,24.576,3.415,22.107,3.415 M23.393,6.086l0.512-0.004v0.511v3.416
l-3.916,0.014l-0.012-3.928L23.393,6.086z M11.693,12.622c0.742-1.028,1.945-1.7,3.307-1.7s2.564,0.672,3.307,1.7
@ -278,7 +300,9 @@
<div class="aboutusright">
<div class="bottompctitle">Featured on</div>
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy" width="436" height="250" originalsrc="https://data.chinahighlights.com/pic/guide/info-template-feature-on.png" alt="info template feature on"
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy" width="436" height="250"
originalsrc="https://data.chinahighlights.com/pic/guide/info-template-feature-on.png"
alt="info template feature on"
class="img-responsive bottomfeature">
@ -311,7 +335,8 @@
</div>
<div class="bottommembers">
<div class="memberIcons">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy" width="253" height="67" originalsrc="https://data.chinahighlights.com/image/aboutus/member/member-icons.png">
<img src="https://data.chinahighlights.com/grey.gif" loader="lazy" width="253" height="67"
originalsrc="https://data.chinahighlights.com/image/aboutus/member/member-icons.png">
</div>
</div>
</div>
@ -333,7 +358,9 @@
</div>
</div>
<div class="web_cookie" style='display: none;' id='gotIdArea'><p>China Highlights uses cookies to give you the best possible service. If you continue browsing, you agree to the use of cookies. More details can be found in our <a href="/privacy.htm" >privacy policy</a>.</p>
<div class="web_cookie" style='display: none;' id='gotIdArea'><p>China Highlights uses cookies to give you the best
possible service. If you continue browsing, you agree to the use of cookies. More details can be found in our <a
href="/privacy.htm">privacy policy</a>.</p>
<button class="cookie_button" id='gotItBtn'>Got It</button>
</div>
<script>
@ -353,8 +380,33 @@ if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) {
</script>
<!--@PRODUCT-JS@-->
<!--@ADDON-JS@-->
<script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1;};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p;}('8.R=10;(4(){3 h=b 26();4 11(X){8.R=X&&X.1I===\'1b\'?h.1V==1:10;1c()}h.1T=11;h.1Z=11;h.S=\'1M:1R/1x;1F,1Q/1P=\'})();5(!c.g){c.g=(4(){3 1u=y.M.1S;3 P=4(l){6 I l==="4"||1u.Q(l)==="[19 1L]"};3 1j=4(D){3 f=1O(D);5(1N(f)){6 0}5(f===0||!1Y(f)){6 f}6(f>0?1:-1)*o.1X(o.20(f))};3 1y=o.1U(2,1W)-1;3 1a=4(D){3 9=1j(D);6 o.1G(o.1H(9,0),1y)};6 4 g(J){3 C=E;3 U=y(J);5(J==p){F b H("c.g 1K 1J 1E-1D 19 - V p 1k B")}3 n=j.m>1?j[1]:2o B;3 T;5(I n!=="B"){5(!P(n)){F b H("c.g: 2q 2j, 2i 2k 2l 2m 2n a 4")}5(j.m>2){T=j[2]}}3 9=1a(U.m);3 A=P(C)?y(b C(9)):b c(9);3 k=0;3 d;1l(k<9){d=U[k];5(n){A[k]=I T==="B"?n(d,k):n.Q(T,d,k)}z{A[k]=d}k+=1}A.m=9;6 A}}())}5(!c.M.v){c.M.v=4(u){3 T,k;5(E==p){F b H("E 1i p 1k V 2p")}3 O=y(E);3 9=O.m>>>0;5(I u!=="4"){F b H(u+" 1i V a 4")}5(j.m>1){T=j[1]}k=0;1l(k<9){3 d;5(k 13 O){d=O[k];u.Q(T,d,k,O)}k++}}}4 1c(2h){3 14=4(i){i.W("1b",4(){i.r.q=1});5(8.R){i.1z("S",i.1B("1A").25(\'.28\',\'.1x\'))}z{i.1z("S",i.1B("1A"))}};3 1p=c.g(e.1q("h[1C=27]"));1p.v(4(7,Y){7.r.q=0;7.r.1w="q 0.18 1e-13-1m";14(7)});3 w=1o();w();4 12(l,1s,1v){3 N=p,L=b 1r();6 4(){3 K=b 1r();22(N);5(K-L>=1v){l();L=K}z{N=21(l,1s)}}}4 1h(1n){3 16=1n.24();6{15:16.15+8.23-e.t.2e,1t:16.1t+8.2d-e.t.2g}}4 1o(){3 G=c.g(e.1q("h[1C=2f]"));G.v(4(7,Y){7.r.q=0;7.r.1w="q 0.18 1e-13-1m"});6 4(){3 1g=8.2a;3 x=(e.t&&e.t.x)||(e.1d&&e.1d.x);G=G.29(4(7,Y){3 1f=1h(7).15;3 Z=1f<1g+x;5(Z){14(7)}6!Z})}}5(8.W){8.W("2c",12(w,s,s),10)}z{5(8.17){8.17("2b",12(w,s,s))}}};',62,151,'|||var|function|if|return|element|window|len||new|Array|kValue|document|number|from|img|target|arguments||fn|length|mapFn|Math|null|opacity|style|500|documentElement|callback|forEach|lazyloader|scrollTop|Object|else||undefined||value|this|throw|lazyImageList|TypeError|typeof|arrayLike|curTime|startTime|prototype|timeout||isCallable|call|isSupportWebp|src||items|not|addEventListener|event|index|hasVisible|false|getResult|throttle|in|loadImageByUrl|top|box|attachEvent|5s|object|toLength|load|createImageLoader|body|ease|offsetTop|seeHeight|getOffset|is|toInteger|or|while|out|el|createLazyloader|imageList|querySelectorAll|Date|delay|left|toStr|atleast|transition|webp|maxSafeInteger|setAttribute|originalsrc|getAttribute|loader|like|array|base64|min|max|type|an|requires|Function|data|isNaN|Number|vuUAAA|UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA|image|toString|onerror|pow|width|53|floor|isFinite|onload|abs|setTimeout|clearTimeout|pageYOffset|getBoundingClientRect|replace|Image|ready|jpg|filter|innerHeight|onscroll|scroll|pageXOffset|clientTop|lazy|clientLeft|settings|the|provided|second|argument|must|be|void|defined|when'.split('|'),0,{}))
function loadScriptByAsync(src) {var asyncScript = document.createElement("script");asyncScript.async = true;asyncScript.crossorigin = "anonymous";asyncScript.src = src;firstScript=document.getElementsByTagName("script")[0];firstScript.parentNode.insertBefore(asyncScript, firstScript);}</script>
<script>eval(function (p, a, c, k, e, d) {
e = function (c) {
return (c < a ? "" : e(parseInt(c / a))) + ((c = c % a) > 35 ? String.fromCharCode(c + 29) : c.toString(36))
};
if (!''.replace(/^/, String)) {
while (c--) d[e(c)] = k[c] || e(c);
k = [function (e) {
return d[e]
}];
e = function () {
return '\\w+'
};
c = 1;
}
;
while (c--) if (k[c]) p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]);
return p;
}('8.R=10;(4(){3 h=b 26();4 11(X){8.R=X&&X.1I===\'1b\'?h.1V==1:10;1c()}h.1T=11;h.1Z=11;h.S=\'1M:1R/1x;1F,1Q/1P=\'})();5(!c.g){c.g=(4(){3 1u=y.M.1S;3 P=4(l){6 I l==="4"||1u.Q(l)==="[19 1L]"};3 1j=4(D){3 f=1O(D);5(1N(f)){6 0}5(f===0||!1Y(f)){6 f}6(f>0?1:-1)*o.1X(o.20(f))};3 1y=o.1U(2,1W)-1;3 1a=4(D){3 9=1j(D);6 o.1G(o.1H(9,0),1y)};6 4 g(J){3 C=E;3 U=y(J);5(J==p){F b H("c.g 1K 1J 1E-1D 19 - V p 1k B")}3 n=j.m>1?j[1]:2o B;3 T;5(I n!=="B"){5(!P(n)){F b H("c.g: 2q 2j, 2i 2k 2l 2m 2n a 4")}5(j.m>2){T=j[2]}}3 9=1a(U.m);3 A=P(C)?y(b C(9)):b c(9);3 k=0;3 d;1l(k<9){d=U[k];5(n){A[k]=I T==="B"?n(d,k):n.Q(T,d,k)}z{A[k]=d}k+=1}A.m=9;6 A}}())}5(!c.M.v){c.M.v=4(u){3 T,k;5(E==p){F b H("E 1i p 1k V 2p")}3 O=y(E);3 9=O.m>>>0;5(I u!=="4"){F b H(u+" 1i V a 4")}5(j.m>1){T=j[1]}k=0;1l(k<9){3 d;5(k 13 O){d=O[k];u.Q(T,d,k,O)}k++}}}4 1c(2h){3 14=4(i){i.W("1b",4(){i.r.q=1});5(8.R){i.1z("S",i.1B("1A").25(\'.28\',\'.1x\'))}z{i.1z("S",i.1B("1A"))}};3 1p=c.g(e.1q("h[1C=27]"));1p.v(4(7,Y){7.r.q=0;7.r.1w="q 0.18 1e-13-1m";14(7)});3 w=1o();w();4 12(l,1s,1v){3 N=p,L=b 1r();6 4(){3 K=b 1r();22(N);5(K-L>=1v){l();L=K}z{N=21(l,1s)}}}4 1h(1n){3 16=1n.24();6{15:16.15+8.23-e.t.2e,1t:16.1t+8.2d-e.t.2g}}4 1o(){3 G=c.g(e.1q("h[1C=2f]"));G.v(4(7,Y){7.r.q=0;7.r.1w="q 0.18 1e-13-1m"});6 4(){3 1g=8.2a;3 x=(e.t&&e.t.x)||(e.1d&&e.1d.x);G=G.29(4(7,Y){3 1f=1h(7).15;3 Z=1f<1g+x;5(Z){14(7)}6!Z})}}5(8.W){8.W("2c",12(w,s,s),10)}z{5(8.17){8.17("2b",12(w,s,s))}}};', 62, 151, '|||var|function|if|return|element|window|len||new|Array|kValue|document|number|from|img|target|arguments||fn|length|mapFn|Math|null|opacity|style|500|documentElement|callback|forEach|lazyloader|scrollTop|Object|else||undefined||value|this|throw|lazyImageList|TypeError|typeof|arrayLike|curTime|startTime|prototype|timeout||isCallable|call|isSupportWebp|src||items|not|addEventListener|event|index|hasVisible|false|getResult|throttle|in|loadImageByUrl|top|box|attachEvent|5s|object|toLength|load|createImageLoader|body|ease|offsetTop|seeHeight|getOffset|is|toInteger|or|while|out|el|createLazyloader|imageList|querySelectorAll|Date|delay|left|toStr|atleast|transition|webp|maxSafeInteger|setAttribute|originalsrc|getAttribute|loader|like|array|base64|min|max|type|an|requires|Function|data|isNaN|Number|vuUAAA|UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA|image|toString|onerror|pow|width|53|floor|isFinite|onload|abs|setTimeout|clearTimeout|pageYOffset|getBoundingClientRect|replace|Image|ready|jpg|filter|innerHeight|onscroll|scroll|pageXOffset|clientTop|lazy|clientLeft|settings|the|provided|second|argument|must|be|void|defined|when'.split('|'), 0, {}))
function loadScriptByAsync(src) {
var asyncScript = document.createElement("script");
asyncScript.async = true;
asyncScript.crossorigin = "anonymous";
asyncScript.src = src;
firstScript = document.getElementsByTagName("script")[0];
firstScript.parentNode.insertBefore(asyncScript, firstScript);
}</script>
<!--@IN-ARTICLE-GOOGLE@-->
<!--@ADDTHIS-WIDGET@-->
<script type="application/ld+json">
@ -364,12 +416,14 @@ if (window.localStorage && localStorage.getItem(GOT_IT_KEY)) {
"name": "China Highlights",
"url": "https://www.chinahighlights.com/",
"logo": "https://data.chinahighlights.com/pic/logo/china-highlights-top-navigation-logo.png",
"contactPoint" : [{
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+86 773 2831999",
"contactType": "customer support",
"availableLanguage": "English"
}],
}
],
"sameAs": [
"https://www.facebook.com/Chinahighlights",
"https://twitter.com/Chinahighlights",

Loading…
Cancel
Save