//弹出隐藏层 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 = " 1104";

候选品牌

湖北智轩科技有限公司

编号:10票数:1318排名:55
智轩
品牌简介

   湖北智轩科技有限公司,坐落于湖北省武穴市花桥镇,地处鄂、赣、皖三省交界处,地理位置优越、交通便利,是华中地区最大的新能源汽车生产基地,同时也是纯电动汽车目录企业以及东风集团扬子江汽车新能源汽车的生产基地。注册资金6.6亿元,占地660亩,主要生产生产电动轿车、内燃观光车、电动客车、充电桩等。

 

质量好真时尚服务优高性能亲民价
    
时尚车型
智腾
对于“智腾”笔者只能这样说“每一个角度,都闪耀着动感;每一个细节,都焕发着时尚,电动汽车的魅力,谁能抵挡其自信昂然的光芒。” 在外观方面,智腾整车长度达到3.52米,高度达到1.49米,整车宽度1.57米,保证了足够充裕的驾乘空间。其前脸设计借鉴和延伸了福特家族的格栅设计,大面积格栅也让智腾看起来更为张扬。 在动力方面,智腾推出了48V、60V、72V等不同配置车型,最长续行里程达到150km/h,安全耐用,动力强劲。
查看详情 进入投票页面
创新车型
智腾
智腾—智轩家族新成员。整车尺寸3520*1570*1490mm,轴距为2345mm,分为48V、60V、72V三种车型,根据车型最高时速可达范围为45-55km/h,最高续航里程为180km。空间宽敞,乘坐舒适。车身曲线流畅,外形动感时尚。 智腾整车长度达到3.52米,高度达到1.49米,整车宽度1.57米,保证了足够充裕的驾乘空间。这款小型电动汽车分为48V、60V、72V及三缸油车四种不同版车型。 在动力性能上,48V智腾车型最高车速可以达到每小时45公里,最大续航力里程超过120公里;60V车型最高时达到每小时50公里,最大续航里程超过180公里;72V车型最高时速可以达到每小时55公里,最大续航里程超过150公里。
查看详情进入投票页面
  • 网友评论
游客
  • 最新评论
  • 智轩科技,是我们武穴人的骄傲!

    原评论:
    17:38 1 2

    智轩的车就是好车

    原评论:
    19:45 5 6

    质量好,想买一辆,怎么联系?

    原评论:
    07:47 5 2

    买了一台智轩的车子,顶一个

    原评论:
    17:07 7 2

    这模特不错哈~

    原评论:
    16:57 4 2
  • 正在加载验证码......

    请先拖动验证码到相应位置

    function RndNum(n) { var rnd = ""; for (var i = 0; i < n; i++) rnd += Math.floor(Math.random() * 10); return rnd; } var xxx = RndNum(3); var bb,cc,dd; var handler = function (captchaObj) { $("#btn_getcode").click(function (e) { onblurMobile(); var validate = captchaObj.getValidate(); if (!validate) { $("#notice")[0].className = "show"; setTimeout(function () { $("#notice")[0].className = "hide"; }, 2000); e.preventDefault(); } else { $("#hcaptcha").val("1"); showtime(60); console.log(validate.geetest_challenge); SendMobileCode(validate); } }); // 将验证码加到id为captcha的元素里 captchaObj.appendTo("#captcha"); captchaObj.onReady(function () { $("#wait")[0].className = "hide"; }); }; $.ajax({ // 获取id,challenge,success(是否启用failback) url: "/tools/getcaptcha.aspx?t=" + xxx + "&mobile=" + $("#txt_mobile").val() + "", type: "get", dataType: "json", // 使用jsonp格式 success: function (data) { // 使用initGeetest接口 // 参数1:配置参数,与创建Geetest实例时接受的参数一致 // 参数2:回调,回调的第一个参数验证码对象,之后可以使用它做appendTo之类的事件 initGeetest({ gt: data.gt, challenge: data.challenge, product: "float", // 产品形式 offline: !data.success }, handler); } }); function SendMobileCode(validate) { des = "tb"; PageMethods.SendMobileCode($("#txt_mobile").val(),validate.geetest_challenge,validate.geetest_validate,validate.geetest_seccode, funReady, funError); } function funReady(result) { result = JSON.parse(result); if (result.data == 1) { $("#div_captcha").val("验证码已发送!") } else { alert(result.data); } } function funError(err) { alert("Error:" + err._message); } function showtime(t) { document.getElementById("btn_getcode").disabled = true; for (i = 1; i <= t; i++) { window.setTimeout("update_p(" + i + "," + t + ")", i * 1000); } } function update_p(num, t) { if (num == t) { document.getElementById("btn_getcode").value = " 重新发送 "; document.getElementById("btn_getcode").disabled = false; } else { printnr = t - num; document.getElementById("btn_getcode").value = " (" + printnr + ")秒后重新发送"; } } function checkCode() { PageMethods.checkCode($("#txt_mobile").val(), $("#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 _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_mobile").val(), $("#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() { if (onblurMobile()) { var oval = document.getElementById('txt_mobile').value; chMobilePhone(oval); } } function chMobilePhone(src) { $.ajax({ //要用post方式 type: "Post", //方法所在页面和方法名 url: '/ajax/checkedmobile.ashx', data: { ac: src, type: "user" }, //contentType: "application/json; charset=utf-8", //dataType: "json", success: function (data) { //返回的数据用data.d获取内容 if (data == 1) { var divMobile = GetDomID("div_mobile"); divMobile.innerHTML = '
您的手机已验证过,请点击登录按钮!
'; $("#ckmobile").addClass("dis"); } else { var divMobile = GetDomID("div_mobile"); divMobile.innerHTML = '
填写正确,请点击获取验证按钮,获取手机验证码!
'; $("#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 = "1104"; //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 = ""; }