//弹出隐藏层 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 = " 52"; try { var urlhash = window.location.hash; if (!urlhash.match("fromapp")) { if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) { window.location = "http://mtp2017.cnev.cn/jxs/jxsdetail2017.aspx?id=52"; } } } catch (err) { }

湘阴云泰新能源汽贸有限公司

票数:8030排名:32
众泰云100S
经销商简介
湘阴云泰新能源是一家集节能环保的电动汽车销售、售后、租赁、美容、充电桩建设于一体化的运营公司,与众泰控股集团、江铃集团新能源、知豆新能源、北汽新能源建立友好长期的合作关系,积极配合响应国家节能减排,绿色岀行,推动新能源电动汽车在湘阴地区快速发展,为客户提供优质、安全、环保、售后服务完善一体化公司。
质量好真时尚服务优高性能亲民价
    
  • 网友评论
游客
  • 最新评论
  • 戴老板人是不错的,车也是很好的,销售一流的,售后也是全面的

    原评论:
    12:38 1 2

    只要敢于挑战,就是吃螃蟹的人!

    原评论: 许文文
    只看禾理死的!
    17:48 1 2

    点赞

    原评论:
    17:46 1 2

    赞,

    原评论:
    17:46 1 2

    投票投票投票

    原评论:
    17:44 1 2

    投票投票

    原评论:
    17:44 1 2

    投票!

    原评论:
    12:54 1 2

    赞!

    原评论:
    08:57 1 2

    只看禾理死的!

    原评论:
    14:31 1 3

    兴湘市场大门口左侧39栋北汽江铃新能源

    原评论: 龚朋易
    13107309422
    14:20 3 2

    这个老板早二年就发财了!

    原评论:
    21:02 1 2

    不错!这个老板会发财

    原评论:
    20:01 1 2

    13107309422

    原评论: 孔林力
    这家店地址在湘阴那里呀?我想买辆电动汽车
    11:54 0 2

    在芙蓉北路这边高岭红绿灯旁,兴湘市场大门口左侧云泰新能源

    原评论: 孔林力
    这家店地址在湘阴那里呀?我想买辆电动汽车
    11:50 0 2

    这家店地址在湘阴那里呀?我想买辆电动汽车

    原评论:
    11:48 0 2

    湘阴唯一一家有十个门面维修部的大公司,服务质量好。云泰新能源汽贸有限公司值得信赖!

    原评论:
    08:21 1 2

    节能环保,湘明云泰。品质保障,老板实在。售后无忧,值得信赖。

    原评论:
    05:30 2 2

    售后服务还满意。

    原评论:
    23:00 2 2

    买车就到云泰新能源,老板人好,售后服务到位!

    原评论:
    22:53 3 2

    买汽车选云泰,湘阴最有实力的新能源4s,买得放心用的舒心。老板服务到位,选云泰没错

    原评论:
    21:56 2 2
×
$(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 tpClick(e, tid) { if (checkall()) { console.log(tid); PageMethods.postVote(tid, function (data) { if (data) { try { data = JSON.parse(data); if (data.data) { if (data.data == 1) { var pdom = $("#piaoshu"); if (data.url) { pdom.text(data.vcount); if (confirm("投票成功,是否参与抽奖?")) { location.href = data.url; } } else { pdom.text(data.vcount); alert("投票成功"); } } else { alert(data.data); } } else { alert("服务器异常"); } } catch (e) { alert("服务器返回异常" + e); } } else { alert("服务器处理异常"); } }, function (err) { alert("投票失败,请稍后再试"); }); } } 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 = "52"; //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 = ""; }