BAIDU_CLB_preloadSlots("699873","699872","505027","436711","436710","383248","383250","398029");

国产在线手机视频时看,亚洲小说图区综合在线,日本高清在线不卡中文字幕,一级做a爰片久久

歡迎來到亞訊車網(wǎng)! 登錄|注冊|RSS|最新文章|地圖|收藏
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/"); else window.open(Ycar+"/auto/"+Sname+"/"); }else if(type=="price"){//價(jià)格 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"); } }
比亞迪E6比亞迪E6全部在售

新能源唱主角 6款節(jié)能環(huán)保車——比亞迪e6

BAIDU_CLB_fillSlot("398029");
在本頁瀏覽全文

  比亞迪e6 先行者

  指導(dǎo)價(jià):36.98萬元

  能源類型:純電動

【比亞迪e6先行者】

  在外觀造型上,比亞迪e6結(jié)合MPV與SUV特點(diǎn)的Crossover風(fēng)格設(shè)計(jì)契合目前的流行趨勢,車身長寬高為4554毫米、1822m、1630毫米,軸距高達(dá)2830毫米,充足的內(nèi)部空間完全能滿足國人的需求。

【比亞迪e6先行者】

  E6采用純電機(jī)驅(qū)動,配備比亞迪生產(chǎn)的ET-POWER鐵電池,充電方式與比亞迪F3DM一樣可以使用220V民用電源,而在專用充電站上僅需15分鐘左右就可充滿電池80%。作為一款純電動汽車,E6采用了前后雙電機(jī)的四驅(qū)方式,前電機(jī)功率高達(dá)160Kw,后電機(jī)最大功率為40Kw,最高時(shí)速超過160公里/小時(shí),100公里加速時(shí)間在10秒以內(nèi)。百公里能耗為21.5度電左右,僅相當(dāng)于燃油車1/3至1/4的消費(fèi)價(jià)格。

【比亞迪e6先行者】

  除了純電動驅(qū)動是一大看點(diǎn)外,e6在智能配置上也非常引人關(guān)注,該車實(shí)現(xiàn)了汽車與互聯(lián)網(wǎng)、通訊網(wǎng)的全面對接,不僅能用手機(jī)遙控車門鎖、遠(yuǎn)程開啟空調(diào)、隨時(shí)了解到車輛當(dāng)前位置以及和自己的距離,更通過通訊網(wǎng)提供24小時(shí)一鍵人工服務(wù),可實(shí)現(xiàn)緊急呼叫、信息查詢、遠(yuǎn)程導(dǎo)航等實(shí)用功能。

買車、賣車就上亞訊車網(wǎng),m.linktxt.cn

汽車團(tuán)購 http://tg.yescar.cn,省心、省力、省錢!

document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours();
比亞迪E6
比亞迪E6 36.98 - 36.98萬
價(jià)格咨詢團(tuán)購報(bào)名

更多>>比亞迪E6深圳4S店推薦

BAIDU_CLB_fillSlot("383250");

購車參謀最新文章

熱門車型

團(tuán)購排行

>>查看所有評論 評論新能源唱主角 6款節(jié)能環(huán)保車——比亞迪e6

請文明發(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("暫時(shí)支持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(); }); })();