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

候选车型

江苏金湖欧陆汽车有限公司

编号:5票数:17506排名:5
创新车型
陆虎LO1
整车全正向开发: 整车设计符合乘用车相关法规;整车布置通过总布置校核;通过各种校核; 车身优点: 全新机舱结构; 高低后地板布局;车身以高强钢为主体框架;车身经过CAE模态分析。 内外饰附件优点: 专业的内饰造型;全新色彩定义;全车门锁均采用拉索式; 底盘优点: 标配制动助力系统,三点固定式手刹系统;电动助力转向系统; 三电系统优点: 全系LED前雾灯;MP5加GPS导航系统;广阔视角倒车摄像头;采用室内、室外两个保险丝盒;三电系统采用IP67防水等;采用更具科技感的旋钮式换挡开关,全系乘用车HVAC
查看详情
欧陆
品牌简介

欧陆汽车成立于2011年落户于金湖县经济开发区,2014年公司调整产业方向,正式进军小型电动汽车领域,并进行四大生产线规划、建设,同步启动了四个平台多款车型的设计、研发工作。项目总投资25亿元,一期投资12.5亿,将建成国内大型电动汽车研发、生产企业。公司占地480亩,拥有现代化标准厂房10万多平方米,综合办公楼面积1万多平方米,宿舍楼1万多平方米。完全按照传统汽车生产工艺及标准,设计、建成冲压生产线、焊装生产线、涂装生产线、总装生产线;按国标设计、建成了完善的汽车整车性能检测线。20167月份实现焊接、涂装、总装三大生产线全线贯通批产。完全达产后具备单班年产8万辆纯电动汽车的生产能力。

质量好真时尚服务优高性能亲民价
    
  • 网友评论
游客
  • 最新评论
  • 欧陆,家乡骄傲

    原评论:
    17:54 1 2

    欧陆汽车很好。

    原评论:
    16:16 0 3

    欧陆人凭借一流的管理、创新的技术及高素质的团队创造了——欧陆路虎,让用户看着舒心、买着放心、用着称心!

    原评论:
    21:20 3 6

    欧陆很不错

    原评论:
    20:31 0 2

    欧陆汽车行遍天下

    原评论:
    11:43 1 4

    选欧陆行更远,用欧陆路更宽

    原评论:
    11:40 1 3

    不错的选择

    原评论:
    22:08 0 2

    欧陆是家乡人的骄傲。

    原评论:
    17:40 0 2

    欧陆汽车值得骄傲,我挺你。

    原评论:
    17:38 1 2

    欧陆金湖一哥

    原评论:
    01:29 1 3

    欧陆杠杠的

    原评论:
    01:28 1 2

    欧陆汽车,质量没话讲。。。

    原评论:
    22:58 1 2

    欧陆,不悔的选择

    原评论:
    21:19 0 2

    欧陆汽车在电动汽车中,外观,车型质量是一流的,由于他们由一流的技术管理团队,前程不可估量,诸位同仁放心购买。

    原评论:
    20:25 1 2

    欧陆汽车不仅车型好,质量高。售后服务也是一流。

    原评论:
    20:07 1 2

    欧陆,好样的.

    原评论:
    20:03 0 2

    欧陆汽车值得拥有,谁用谁知道,噢耶!

    原评论:
    18:17 0 2

    欧陆值得信赖

    原评论:
    12:44 8 16

    欧陆,家乡人力挺

    原评论:
    09:37 4 3

    金湖欧陆,大力支持!

    原评论:
    09:35 3 4
记录总数:68 总页数:4 当前页:1首页上一页[1][2][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=3', 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 = "1096"; //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"));