//弹出隐藏层 function ShowDiv(show_div,bg_div){ document.getElementById(show_div).style.display='block'; document.getElementById(bg_div).style.display='block' ; var bgdiv = document.getElementById(bg_div); bgdiv.style.width = document.body.scrollWidth; $("#"+bg_div).height($(document).height()); // bgdiv.style.height = $(document).height(); } //关闭弹出层 function CloseDiv(show_div,bg_div) { document.getElementById(show_div).style.display='none'; document.getElementById(bg_div).style.display='none'; }; var testTxt = " 1153";

候选车型

河南少林新能源汽车销售有限公司

编号:1153票数:6582排名:0
乐途K2
乐其中,途自在!
乐途K2造型威武,时尚硬朗,SUV时尚造型,大气饱满前脸,整车线条刚毅俊朗、圆形大灯与前格栅浑然一体,轿车内饰与智能配置,融入更多智能化技术元素,后置后驱,搭载4.5kw高效永磁同步驱动系统,动力强劲,整车高端大气,让众多消费者梦寐以求。
另外可选配越野行李架和运动探照灯,运动感十足,彰显出都市MINI越野范。
查看详情
品牌简介
    少林汽车创建于1983年,主要从事汽车产品及其零部件制造、销售、服务及进出口等业务。现已发展成为专业自主研发、规模化生产、自动化检测的汽车制造企业,拥有大、中、轻型公路客车,城市客车,专用校车、箱式运输车、旅居车及客车底盘、新能源客车、新能源商务车、新能源箱式运输车及经济型电动汽车等系列产品平台。

    公司总资产18.4亿元,直属员工2300多人,厂区总占地面积70多万平方米,建筑面积40多万平方米。先后通过了ISO9001国际质量管理体系认证和中国国家强制性产品“3C”认证,并拥有新能源汽车生产资质。
质量好真时尚服务优高性能亲民价
    
  • 网友评论
游客
  • 最新评论
  • 鲁乐文
    下一个目标 6 2
    20:28
  • 一方神圣
    业务经理电话多少 也可以联系我 13730057417 6 2
    14:56
  • 卫灵宾
    做的不错,看着不错 18 2
    14:05
  • 廖林山
    刚做不久,已经提了几次货了,车品质确实很好,服务也好。有信心 17 2
    10:22
  • 古兰雅
    少林汽车,车型很超前,很酷。 18 2
    11:41
  • 史理强
    好车 18 2
    10:09
  • 汤萍阳
    谁卖谁赚钱,毋庸置疑!实力强大的工厂,强大的技术团队! 17 2
    15:49
  • 独霸天下
    已经合作了,好车,值得信赖! 17 2
    15:47
  • 骆丽梦
    汽车标准 安全可靠 17 2
    22:12
  • 一米阳光
    感觉怎样?我也准备过去看看,现在到市场旺季了… 17 2
    20:23
  • 危宏伯
    我也准备去那看看! 17 2
    20:19
  • 冰柠檬
    已订货,祈福大卖! 16 2
    20:18
  • 大漠孤烟
    刚去少林厂参观,绝对是大品牌,值得信赖。 23 5
    19:59
  • 于白邦
    汽车品质,值得信赖 24 2
    23:05
  • 司徒涛智
    毕竟是做汽车出身的 21 2
    09:53
  • 潘思宾
    少林品牌 值得信赖 21 2
    09:52
  • 大漠孤烟
    车很不错! 24 2
    09:41
  • 野百合也有春天
    汽车品质 值得信赖! 21 2
    09:36
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F28c6ffe01a3cf194d3444e9e3c81ab05' type='text/javascript'%3E%3C/script%3E"));
$( document).ready(function() { $(window).scroll(function(){ if($(window).scrollTop() > 300){ $(".DI").slideDown( ); } else { $(".DI").slideUp( ); } }); $(".di-close").on('click',function(){ $(".DI").slideUp( ); $(".DI").attr("data",'2') }) }) function GetDomID(str) { return document.getElementById(str); } function checkCode() { PageMethods.checkCode($("#txt_code").val(), funReady2, funError2); } function funReady2(result) { if(result=="1") { $("#div_code").html("正确!") } else { $("#div_code").html("验证码错误!") return false; } } function funError2(err) { alert("Error:" + err._message); } var strcheck = 1; var stroption = 0; var strphone = 0; function checkall() { if (!onblurMobile()) { return false; } else { return true; } } function onblurMobile() { var re = /^((\(\d{3}\))|(\d{3}\-))?0?1[34578][0-9]\d{8}([,]((\(\d{3}\))|(\d{3}\-))?0?1[34578][0-9]\d{8}){0,2}$/; var txtMobile = $("#txt_mobile").val(); var divMobile = GetDomID("div_mobile"); if (txtMobile == '') { divMobile.innerHTML = '请填写手机号码'; strphone = 0; return false; } else if (re.test(txtMobile)) { divMobile.innerHTML = '填写正确!'; strphone = 1; return true; } else { divMobile.innerHTML = '请填写正确的号码。'; strphone = 0; return false; } return false; } function checkmobile() { var oval = document.getElementById('txt_mobile').value; if (oval.length == 11) { if (/^13\d{9}$/g.test(oval) || (/^15\d{9}$/g.test(oval))|| (/^18\d{9}$/g.test(oval))|| (/^17\d{9}$/g.test(oval))) { chMobilePhone(oval); } else { strphone = 0; return false; } } } function chMobilePhone(src) { $.ajax({ //要用post方式 type: "Post", //方法所在页面和方法名 url: '/ajax/checkedmobile.ashx?type=1', data: { ac: src, type: "user" }, //contentType: "application/json; charset=utf-8", //dataType: "json", success: function (data) { //返回的数据用data.d获取内容 if (data == 1) { $("#ckmobile").addClass("dis"); } else { $("#ckmobile").addClass("show"); } }, error: function (err) { strphone = 0; //alert(err); } }); } function share(id, type) { //var share_url = "http://www.cnev.cn/share/" + type + "/" + id + "/"; var share_url = "share.aspx?id="+id+"&type="+type; window.open(share_url); } $(function () { $(".FX").hover(function () { $(this).find(".shared").animate({ width: "120px" }, 200); }) }) $(function () { $("section section hgroup").mouseleave(function () { $(".shared").animate({ width: "0px" }, 200); }) }) function changeimg() { $(".toupiao img").attr("src", "ValidateCode.aspx?id="+Math.random()*1000); } function check() { var a = "1153"; //alert(a); var ids = ''; var flag = 0; $("input[name=" + a + "]:checkbox").each(function () { if ('checked' == $(this).attr("checked")) { ids += '1|'; flag += 1; } else { ids += '0|'; } }) if (0 < flag) { $("#ids").attr("value", ids); stroption = 1; return true; } else { $("#div_checkbox").html("请至少选择一项此品牌的优点!"); stroption = 0; return false; } return true; } function checkinfo() { var New = document.getElementsByName("identity"); var strNew = ''; for (var i = 0; i < New.length; i++) { if (New[i].checked) strNew = New[i].value; } if (strNew == "") { alert("请选择类型!"); return false; } if (document.getElementById("name").value.trim() == "") { alert("请输入用户名!"); return false; } var phone = document.getElementById("phone").value.trim(); var partten = /^(\d{3,4}\-)?\d{7,8}$/i; //座机格式是 010-98909899 //var partten = /^0(([1-9]\d)|([3-9]\d{2}))\d{8}$/; 没有中间那段 -的 座机格式是 01098909899 var zuoji = partten.test(phone); //判断手机格式可以用 var re = /^[1][34578][0-9]{9}$/; var shouji = re.test(phone); if (zuoji || shouji) { } else { alert("你输入的电话号码有误!") return false; } if (document.getElementById("address").value.trim() == "" ) { alert("请输入详细地址!"); return false; } } String.prototype.trim = function () { return this.replace(/(^\s*)|(\s*$)/g, ""); } String.prototype.ltrim = function () { return this.replace(/(^\s*)/g, ""); } String.prototype.rtrim = function () { return this.replace(/(\s*$)/g, ""); } function setempty(id) { document.getElementById("" + id + "").value = ""; } //所有评论 function btnPinglun() { var pingluntxt = $("#pingluntxt").val(); var ZhibozhouId = $("#plid").val(); var ZhiboId = "tp2016"; if (pingluntxt == "" || pingluntxt == "我也来说一句...") { } else { var nn = $("#hname").val(); var face = $("#hface").val(); var opid = ""; var usid = ""; var strtitle="河南少林新能源汽车销售有限公司"; $.ajax({ type: "POST", async: false, url: "/Ajax/pl.ashx?act=txtpl", contentType: "application/x-www-form-urlencoded; charset=UTF-8", data: { Mbid: ZhibozhouId, Mtitle: strtitle, Mcontent: pingluntxt, Mtime: "", Mip: "", Mstates: "", tp_type: ZhiboId, nickname: nn, face: face, openid: opid, sys_userid: usid }, datatype: 'text', success: function (data) { if (data != "0") { $("#zuixinjiazai").html(data); $("#plid").val("0"); $("#pingluntxt").val(""); } else { } } }); } }
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F28c6ffe01a3cf194d3444e9e3c81ab05' type='text/javascript'%3E%3C/script%3E"));