BAIDU_CLB_preloadSlots("699873","699872","505027","436711","436710","383248","383250","398029");
歡迎來到亞訊車網(wǎng)! 登錄|注冊|RSS|最新文章|地圖|收藏
BAIDU_CLB_fillSlot("436710");
BAIDU_CLB_fillSlot("436711");
init_BrandType_4s("DDL_","_SS"); //init_BrandType_4s("DDL_","_4s"); var Ycar="http://www.taigonlinesolutions.com"; var dealerUrl="http://dealer.yescar.cn/"; function SearchSeries(type) { var Sname= $("#DDL_CarInfo_SS").val(); if(type=="series"){//車型 if(Sname=="選擇車型") window.open(Ycar+"/auto/"); 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://www.taigonlinesolutions.com/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"); } }
瑞風(fēng)S5瑞風(fēng)S5全部在售

江淮瑞風(fēng)S5購車送萬元超值大禮包 現(xiàn)車供應(yīng)

BAIDU_CLB_fillSlot("398029");

  亞訊車網(wǎng) www.taigonlinesolutions.com】近日編輯從深圳江淮安聯(lián)4S店處了解到,歲末新春將至,購車享鉅惠,近期到店購買江淮S5即可贈送萬元超值大禮包,現(xiàn)車供應(yīng),歡迎到店選購。具體降價明細(xì)如下表:

各地行情 亞訊車網(wǎng) www.taigonlinesolutions.com

 

  試駕報告 亞訊車網(wǎng) www.taigonlinesolutions.com

瑞風(fēng)S5

  瑞鷹S5動感夸張的前臉,流線雕塑感的車身線條,無疑不散發(fā)出新車的十足時尚魅力。與外觀互相照應(yīng)的是,瑞風(fēng)S5的內(nèi)飾不但層次感突出,同時大號鍍鉻炮筒儀表盤搭配淡淡的藍(lán)光現(xiàn)代感很強,在夜間很漂亮。做工也值得肯定,內(nèi)飾比以往江淮瑞鷹開模和裝配更加精細(xì),檔次感更是提升明顯。方向盤設(shè)計也比較漂亮?xí)r尚,中控臺布局功能清晰,上手便利,作為自主品牌而言,這次瑞風(fēng)S5改變的很徹底,也是很成功的。瑞風(fēng)S5整車尺寸為4475*1840*1680mm,從數(shù)據(jù)來看,是比較中規(guī)中矩的緊湊SUV體格。

試駕報告 亞訊車網(wǎng) www.taigonlinesolutions.com

瑞風(fēng)S5

  配置方面,江淮瑞風(fēng)S5在配置方面也較為不錯,該車裝配了自動大燈、電動天窗、電加熱座椅、GPS導(dǎo)航系統(tǒng)、車載藍(lán)牙導(dǎo)航系統(tǒng)、ESC車身動態(tài)穩(wěn)定控制系統(tǒng)、TCS牽引力控制系統(tǒng)、HSA坡起輔助系統(tǒng)、HDC陡坡緩降系統(tǒng)、TPMS胎壓監(jiān)測、前/后倒車?yán)走_(dá)、前排雙氣囊、側(cè)氣囊等配置。與同級別車型相比,尤其是在安全配置方面江淮瑞風(fēng)S5具有不錯的性價比。

買車、賣車就上亞訊車網(wǎng),www.taigonlinesolutions.com!

汽車團購 http://tg.yescar.cn,省心、省力、省錢!

document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
>>查看所有評論 評論江淮瑞風(fēng)S5購車送萬元超值大禮包 現(xiàn)車供應(yīng)

請文明發(fā)言,發(fā)廣告將被屏蔽IP

回復(fù)評論正在回復(fù):亞訊網(wǎng)友 發(fā)表于 ×

請文明發(fā)言,發(fā)廣告將被屏蔽IP

var bdShare_config_imgshare = { "type":"list" ,"size":"small" ,"pos":"top" ,"color":"black" ,"list":["qzone","tsina","tqq","renren","t163"] ,"uid":"788712" }; document.getElementById("bdimgshare_shell").src="http://bdimg.share.baidu.com/static/js/imgshare_shell.js?cdnversion=" + Math.ceil(new Date()/3600000); function CopyURL(){ var myHerf=top.location.href; var title=document.title; if(window.clipboardData){ var tempCurLink=title + "\n" + myHerf; var ok=window.clipboardData.setData("Text",tempCurLink); if(ok) alert("復(fù)制成功Ctrl + V,粘貼即可"); } else{ alert("暫時支持IE復(fù)制"); } } // 返回頂部 (function() { var $backTopTxt = "返回頂部", $backTopEle = $('
').appendTo($("body")) .text($backTopTxt).attr("title", $backTopTxt).click(function() { $("html, body").animate({ scrollTop: 0 }, 120); }), $backTopFun = function() { var st = $(document).scrollTop(), winh = $(window).height(); (st > 0)? $backTopEle.show(): $backTopEle.hide(); //IE6下的定位 if (!window.XMLHttpRequest) { $backTopEle.css("top", st + winh - 166); } }; $(window).bind("scroll", $backTopFun); $(function() { $backTopFun(); }); })();