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

候选车型

中科动力(福建)新能源汽车有限公司

编号:40票数:4423排名:32
时尚车型
C5-S
C5-S,纯电动SUV,驰骋百公里,仅需6元,超大空间,承载全家幸福 C5-s——微型电动汽车中的“奇迹”,拥有时尚硬朗的独特气质和超能的品质,即有越野的霸气又舒适精致,在城市中穿行,绝不失风范,是中科动力集荣誉于一身的明星车型。在“2016年全国小型电动车测试大赛”中斩获最佳综合性能奖、最佳续驶里程奖、最佳能耗奖、最佳年度车型奖、最佳制动性能奖五大奖项,更是以一次充电跑出了243公里的好成绩,超过了很多锂电池电动汽车。
查看详情
中科动力
品牌简介
 
中科动力(福建)新能源汽车有限公司是中科动力集团旗下子公司坐落于福建省三明永安市埔岭汽车工业园。一期规划占地330000m²,涵盖冲压、焊装、涂装、总装四大汽车生产制造工艺,总投资10亿元人民币,预计年产量10万台新能源电动汽车。
    
    公司致力于打造一个集开发设计、制造和验证汽车整车、汽车零部件、汽车工程技术综合服务为一体的新能源汽车基地。 凭借与清华大学苏州汽车研究院建立的“新能源汽车联合研发中心”和聘请了国家工程院院士郭孔辉及陈清泉设立的院士工作站作为强大的技术支持,公司坚持走自主创新的道路,为打造最安全、最时尚、最环保的生活好车,为CORE POWER新能源汽车走遍全世界的美好追求而奋斗!为新能源汽车中国创造贡献力量! 

     新加坡三吉集团于2015年10月,与中科动力签订了合作协议,正式投资入股中科动力(福建)新能源汽车有限公司,成为中科动力的第二大股东。

    三吉集团成立于1987年,于2000年9月在新加坡交易所正式上市。是一家集消费电子,数据存储和汽车工业为一体的综合性集团公司。


    三吉有限公司在国际汽车工业领域有着多年成熟的制造经验,她的加入为中科动力高端电动汽车注入了新鲜的血液,使中科动力高端电动汽车在科技和品质上有了质的提升。


    公司主要产品:经济型纯电动城市用车、高速新能源汽车、新能源客车、新能源工程车、新能源旅游观光车等新能源相关产品。
   


 

质量好真时尚服务优高性能亲民价
    
  • 网友评论
游客
  • 最新评论
  • 中科动力质量很好

    原评论:
    21:27 15 3

    中科动力,与时俱进,是个好品牌,大家多支持

    原评论:
    19:56 3 3

    顺阳人的车子

    原评论:
    21:50 1 3

    创新型企业,值得信赖

    原评论:
    22:07 1 4

    老企业,新理念,创新型,发展型,资深企业,值得信任

    原评论:
    22:01 1 4

    棒棒的企业,棒棒的环保汽车

    原评论:
    12:59 1 4

    不错环保又实在

    原评论:
    07:00 1 4

    不错,好想试驾!!!

    原评论:
    00:29 1 4

    很实在的企业,很有潜力的企业!👍

    原评论:
    08:27 12 3

    很实在的企业,很有潜力的企业!👍

    原评论:
    22:36 9 4

    很不错的一款电动车,真赞👍

    原评论:
    20:31 9 4

    我想要一部环保车

    原评论:
    18:57 6 2

    原评论:
    18:36 7 3

    顺阳人民爱环保,对你的产品想多了解些

    原评论:
    17:52 15 3

    第一眼就相中,真不错,只是不知内在如何

    原评论:
    13:23 6 3

    第一辆好看

    原评论:
    09:10 8 3

    我就呵呵了。

    原评论:
    19:17 3 4
  • 正在加载验证码......

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

    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 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); 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() { 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 = "1164"; //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 = ""; }
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"));