BAIDU_CLB_preloadSlots("369693","383245","383248","383250","398029","436711","436710","461162");
$(window).load(
function showscroll(){
$$ = function(id){return document.getElementById(id)}
function addClass(o,cn){var re = new RegExp("(\\s*|^)"+cn+"\\b","g");o.className +=o.className?(re.test(o.className)?"":" "+ cn):cn}
function removeClass(o,cn){var re = new RegExp("(\\s*|^)"+cn+"\\b","g");var sName = o.className;o.className = sName.replace(re,"")}
window.onscroll=window.onresize=function(){
var scrTop = document.documentElement.scrollTop+document.body.scrollTop,offTop = $$("dnew").getBoundingClientRect().top+scrTop-
document.documentElement.clientTop+280,downtop=$$("footer").getBoundingClientRect().top+scrTop-document.documentElement.clientTop-600;
if($$("floats"))
scrTop>offTop&&scrTop
BAIDU_CLB_fillSlot("436710");
BAIDU_CLB_fillSlot("436711");
init_BrandType_4s("DDL_","_SS");
init_BrandType_4s("DDL_","_4s");
var Ycar="http://m.linktxt.cn";
var dealerUrl="http://dealer.yescar.cn/";
function SearchSeries(type)
{
var Sname= $("#DDL_CarInfo_SS").val();
if(type=="series"){//車型
if(Sname=="選擇車型")
window.open(Ycar+"/auto/brand.html");
else
window.open(Ycar+"/auto/"+Sname+"/");
}else if(type=="price"){//價格
if(Sname=="選擇車型")
window.open(Ycar+"/auto/price/");
else
window.open(Ycar+"/auto/"+Sname+"/baojia.html");
}else if(type=="dealer"){//商家
window.open("http://m.linktxt.cn/search/dealerlist.aspx");
// if(Sname=="選擇車型")
// window.open("http://dealer.yescar.cn");
// else
// window.open(dealerUrl+"4s/@address@/"+Sname+"/page-1.html");
}else if(type=="search"){
window.open(Ycar+"/auto/brand.html");
}
}
50萬以上超值硬派SUV 英菲尼迪QX56
BAIDU_CLB_fillSlot
("398029");
第1頁:50萬以上超值硬派SUV 大切諾基
第2頁:50萬以上超值硬派SUV 英菲尼迪QX56
第3頁:50萬以上超值硬派SUV 普拉多
第4頁:50萬以上超值硬派SUV 昂科雷
第5頁:50萬以上超值硬派SUV 路虎發(fā)現(xiàn)
第6頁:50萬以上超值硬派SUV 奔馳GLK
在本頁瀏覽全文
適逢“金九銀十”,在這個車市爭相降價促銷的日子里,許多車企都坐不住了,其精心研發(fā)的高端SUV也開始大幅降價,以謀求市場銷量。今天編輯推薦幾款硬派風(fēng)格的高端SUV,價格大多在50萬以上,而他們卻有著最高達19萬元的優(yōu)惠,大家應(yīng)把握時機,選購到適合自己且最超值的那一款。
英菲尼迪QX
售價:149.80~152.80萬元
國內(nèi)最高優(yōu)惠:19萬元
【英菲尼迪QX56】
超過1.93米的大車緩緩駛過所能夠帶來的氣場是無以言表的,而如果去激活日產(chǎn)的這臺5.6L發(fā)動機的爆發(fā)力,那么無論是在車內(nèi)還是車外,都可以感受到一種震撼。“技術(shù)的日產(chǎn)”為這輛QX56提供了足夠多的動力和一臺先進的7速變速箱,可以說它的發(fā)動機表現(xiàn)是本文所提及所有SUV里最好的。
【英菲尼迪QX56】
【英菲尼迪QX56】
而動力系統(tǒng)僅僅是表象,作為一款真正的豪華品牌全尺寸SUV,QX56在提供了美式的大氣外,還額外附送了日本車的一貫細膩,寬松、氣派,由內(nèi)到外都可以顯露出足夠的傲人氣質(zhì)。個性張揚一些的消費者除了硬派越野車,QX56也是比較好的選擇。
買車、賣車就上亞訊車網(wǎng),m.linktxt.cn !
汽車團購 http://tg.yescar.cn,省心、省力、省錢!
document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
BAIDU_CLB_fillSlot("505089");
BAIDU_CLB_fillSlot("505085");
BAIDU_CLB_fillSlot("383250");
$("#txtComm").val("溫馨提示:您的發(fā)言將在審核后公開(限500字)。");
$("#txtAdd").val("溫馨提示:您的發(fā)言將在審核后公開(限500字)。");
$("#txtComm").css("color","#aaa");
$("#txtAdd").css("color","#aaa");
var pid=0;
function setShow(id)
{
pid=id;
var lzz=""
try { lzz=$("#lz"+pid).html();if(lzz==null){lzz="";}}
catch (e) { lzz="";}
var lz1="
"+lzz+$("#tspan"+pid).html()+"
"+$("#lp"+pid).html()+"
";
if(findSum(lz1,"reply")>10)
{
alert("樓層過高請直接評論!");
return;
}
$("#divTxt").css("display","block");
$("#divFB").css("display","block");
$("#spanTxt").html("正在回復(fù) "+$("#tspan"+id).html().substring(0,$("#tspan"+id).html().indexOf("發(fā)")));
}
//當(dāng)前日期
function getData()
{
var d = new Date();
var year = d.getFullYear();
var month = d.getMonth() + 1; // 記得當(dāng)前月是要+1的
month = month < 10 ? ("0" + month) : month;
var dt = d.getDate();
dt = dt < 10 ? ("0" + dt) : dt;
var hour=d.getHours();
hour = hour < 10 ? ("0" + hour) : hour;
var mou=d.getMinutes();
mou = mou < 10 ? ("0" + mou) : mou;
var ss=d.getSeconds();
ss = ss < 10 ? ("0" + ss) : ss;
var today = year + "-" + month + "-" + dt+" "+hour+":"+mou+":"+ss;
return today;
}
//回復(fù)評論
function setAdd()
{
if(ids==0)
{
var nd=$("#ids").val();
ids=parseInt(nd)+1;
}else
{
ids=ids+1;
}
$("#ids").val(ids.toString());
var temp=$("#comment_tg").html();
var con=htmlEcode($("#txtAdd").val());
if((con.replace(" ","").length)<5)
{
alert("請至少輸入5個字符!");
return;
}
if(con.length>500)
{
alert("您輸入的內(nèi)容字數(shù)超過500個!");
return;
}
if($("#txtAdd").val()=="溫馨提示:您的發(fā)言將在審核后公開(限500字)。")
{
alert("請至少輸入5個字符!");
return;
}
var area=$("#area").val();
var lzz=""
try { lzz=$("#lz"+pid).html();if(lzz==null){lzz="";}}
catch (e) { lzz="";}
var lz1="
"+lzz+$("#tspan"+pid).html()+"
"+$("#lp"+pid).html()+"
";
var lp1="
"+lz1+"
"+con+"
(感謝參與評論,您的評論內(nèi)容將在審核后公開。)
";
var lt="
"+ids+"樓:"+area+" 發(fā)表時間:"+getData()+"
";
$("#comment_tg").html(lt+lp1+temp);
var uid=$("#newsid").val();
var area=$("#area").val();
var wurl=$("#wurl").val();
//alert(uid)
$.ajax({
type: "POST",
url: wurl+"/club/comment/ajax/Comment.ashx?type=add&content="+escape(lz1)+"&area="+escape(area)+"&content_n="+escape(con)
+"&newsId="+uid,
dataType: "html",
success: function (msg) {
if(msg!=""){
$("#txtAdd").val("");
}
else{
alert("添加失敗,請稍后嘗試!");
}
}
});
$("#divTxt").css("display","none");
$("#divFB").css("display","none");
pid=0;
}
//添加評論
var ids=0;
function addComm()
{
if(ids==0)
{
var nd=$("#ids").val();
ids=parseInt(nd)+1;
}else
{
ids=ids+1;
}
$("#ids").val(ids.toString());
var temp=$("#comment_tg").html();
var con=htmlEcode($("#txtComm").val());
if((con.replace(" ","").length)<5)
{
alert("請至少輸入5個字符!");
return;
}
if(con.length>500)
{
alert("您輸入的內(nèi)容字數(shù)超過500個!");
return;
}
if($("#txtComm").val()=="溫馨提示:您的發(fā)言將在審核后公開(限500字)。")
{
alert("請至少輸入5個字符!");
return;
}
var area=$("#area").val();
var lt="
"+ids+"樓:"+area+" 發(fā)表時間:"+getData()+"
";
var lz="
"+con+"
(感謝參與評論,您的評論內(nèi)容將在審核后公開。)
";
$("#comment_tg").html(lt+lz+temp);
var wurl=$("#wurl").val();
var uid=$("#newsid").val();
//alert(uid)
$.ajax({
type: "POST",
url: wurl+"/club/comment/ajax/Comment.ashx?type=add&content_n="+escape(con)+"&area="+escape(area)+"&newsId="+uid,
dataType: "html",
success: function (msg) {
if(msg!=""){
$("#txtComm").val("");
}
else{
alert("添加失敗,請稍后嘗試!");
}
}
});
$("#divTxt").css("display","none");
$("#divFB").css("display","none");
}
//支持
function updHolds(id,ids)
{
var isCookieExist= document.cookie.length;
if(isCookieExist)
{
var cookieContent = document.cookie;
var checkStatus = "tempid"+id+"=";
var startIndex = cookieContent.indexOf(checkStatus);
if(startIndex != -1)
{
alert("您今天已支持過該評論!");
return;
}
}
var wurl=$("#wurl").val();
$.ajax({
type: "POST",
url: wurl+"/club/comment/ajax/Comment.ashx?type=upd&id="+id,
dataType: "html",
success: function (msg) {
if(msg!=""){
alert(msg);
}
else{
var hd=$("#hd"+ids).html();
hd=hd.replace("支持(","");
hd=hd.replace(")","");
$("#hd"+ids).html("支持("+(parseInt(hd)+1).toString()+")");
var destoryTime = new Date();
//cookie在24小時后失效
destoryTime.setTime(destoryTime.getTime() + 24 * 3600 * 1000);
var expireTime = destoryTime.toGMTString();
//寫入cookie
document.cookie = "tempid"+escape(id)+"="+escape(id)+ ";expires=" + expireTime + ";";
}
}
});
}
//查找指定字符出現(xiàn)的次數(shù)
function findSum(sText,sFind)
{
var reg=new RegExp(sFind, 'g');
var stemp=sText.replace(reg,"");
var ct=( sText.length-stemp.length)/sFind.length;
return ct;
}
//屏蔽HTML標(biāo)簽
function htmlEcode(html)
{
var str="";
str=html.replace(/&/g, "&").replace(//g, ">");
str=str.replace(new RegExp("\"", 'g'), """).replace(new RegExp("'", 'g'), "'");
str=str.replace(/\t/g, " ").replace(/\r\n\r\n/g, "
").replace(/\r\n/g, "
");
return str;
}
function txtExit()
{
$("#divTxt").css("display","none");
$("#divFB").css("display","none");
}
function setpage(obj)
{
var url=document.URL;
var nurl=url.substring(0,url.lastIndexOf("/"));
window.location=nurl+"/"+$(obj).val();
}
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "#/h.js%3Ffcb8a0f6f14bb3d10c8f5582871efe9e' type='text/javascript'%3E%3C/script%3E"));
請文明發(fā)言,發(fā)廣告將被屏蔽IP