BAIDU_CLB_preloadSlots("699873","699872","505027","436711","436710","383248","383250","398029");
欢迎来到亚讯车网! 登录|注册|RSS|最新文章|地图|收藏
BAIDU_CLB_fillSlot("436710");
BAIDU_CLB_fillSlot("436711");
init_BrandType_4s("DDL_","_SS"); //init_BrandType_4s("DDL_","_4s"); var Ycar="http://www.yescar.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"){//价格 if(Sname=="选择车型") window.open(Ycar+"/auto/price/"); else window.open(Ycar+"/auto/"+Sname+"/baojia.html"); }else if(type=="dealer"){//商家 window.open("http://www.yescar.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"); } }

比亚迪全球首家新能源展厅1月20日盛大开业

标签:比亚迪
BAIDU_CLB_fillSlot("398029");

  比亚迪秦上市以来每月稳居新能源汽车销冠宝座。在秦的引领下,2014年被业界认为是新能源汽车发展元年。

  2015年伊始,备受关注的比亚迪首款542车型——唐,将于1月20日公布价格,同一天,比亚迪王总裁将亲自主持全球首家比亚迪新能源汽车展厅开业仪式。比亚迪汽车高层领导及全国25家核心经销商老板将到场见证比亚迪新能源发展史上的重要时刻。

  比亚迪全球首家新能源汽车展厅位于深圳市南头关前海汽车城,投资方为深圳市粤迪汽车贸易有限公司。粤迪汽贸一直专注于经营比亚迪品牌近9年时间,在深圳、茂名、泉州拥有多家比亚迪4S店,经营比亚迪全系车型。仅深圳粤迪单店销量已突破13000台,连年被评为比亚迪优秀经销商和五星级服务店,也被全国及深圳媒体评为金牌汽车经销商和诚信汽车经销商。

  深圳粤迪前海店是比亚迪汽车为粤迪量身打造的新能源汽车销售展厅及售后服务中心。展示厅面积近3000平米,售后服务中心达5000平米。配有12个新能源汽车专用工位。是比亚迪新标准店面,新能源展厅样板店、智能卫生间样板店、出租车授权服务店样板店、售后透明车间样板店,还是比亚迪e服务APP试用店。

  深圳粤迪前海店开业庆典时间为2015年1月20日9:00——11:30,欢迎社会各界朋友及比亚迪车主亲临现场。比亚迪车主报名预约参加庆典,可获赠高档餐具一套。

  咨询电话:0755-26087088 86034110

  深圳粤迪前海店地址:深圳市南山区南头关口二路嘉进隆前海汽车城A04-2

  关注粤迪微博、微信,掌握更多粤迪动态:

  买比亚迪  养比亚迪  首选粤迪

  销售热线:400-817-4105   0755-26087088  13823299234

  售后热线:0755-26086300

  公司网址:www.yuedi.com.cn

  

买车、卖车就上亚讯车网,www.yescar.cn

汽车团购 http://tg.yescar.cn,省心、省力、省钱!

标签:比亚迪
window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdPic":"","bdStyle":"0","bdSize":"16"},"share":{},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","tqq","renren","weixin"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
>>查看所有评论评论比亚迪全球首家新能源展厅1月20日盛大开业

请文明发言,发广告将被屏蔽IP

回复评论正在回复:亚讯网友 发表于 ×

请文明发言,发广告将被屏蔽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("复制成功Ctrl + V,粘贴即可"); } else{ alert("暂时支持IE复制"); } } // 返回顶部 (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(); }); })();