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

百强经销商

长沙科之龙汽车贸易有限公司

编号:6

4 人赞过

评 论
经销商简介
新能源创造美丽新生活,心服务开启企业新动力。长沙科之龙汽车贸易有限公司是一家专业的电动汽车销售公司,是湖南省最大的电动汽车4S店,同时也是时风、唐骏驻湖南办事处。公司成立于2012年,坐落于美丽的星城长沙,经营面积2000多平方米,公司长期库存车辆200台以上,款型丰富,随时保证现货供应!科之龙主要品牌:时风、唐骏、永源等国内知名品牌。
  • 代理品牌:时风、唐骏
  • 年销售量:2000台
  • 所属地区:湖南省大部分地区
  • 成立时间:--
  • 网友评论
游客
  • 最新评论
  • 龙总 祝你财源滚滚,日进斗金。科之龙棒棒哒!

    原评论:
    22:28 0 2

    科之龙,牛皮!

    原评论:
    17:11 1 2

    好产品,好服务,就选科之龙。

    原评论:
    16:17 3 2

    全国招商电话13953840082

    原评论:
    13:05 3 4

    科之龙科技之龙

    原评论:
    13:04 3 2

    好就是好

    原评论:
    13:04 2 2

    好品牌在科之龙公司都可以找到,尤其是光明路通的全国第一,亚洲第一世界第二  哈哈!!

    原评论:
    13:03 3 2

    我是科之龙用户,科之龙好品质,好服务值得点赞!

    原评论:
    12:29 5 2

    中南地区最强电动汽车经销商,加油

    原评论:
    12:23 4 2

    科之龙是你的不二之选!

    原评论:
    12:01 4 2

    科之龙的实力这几年大家是有目共睹的,一直合作科之龙,让我的事业更成功了!

    原评论:
    11:25 4 2

    选择科之龙,事业更成功!!!!!

    原评论:
    10:04 5 2

    选择科之龙,事业更成功!!!

    原评论:
    10:00 6 2

    选择科之龙,事业更成功

    原评论:
    16:16 10 2

    合作科之龙,事业更成功。

    原评论:
    16:16 11 2

    我作为同行业经营者,亲眼看到了科之龙近几年的发展,也不断的在向他学习,但是始终跟不上他的节凑!我刚学到他一点点,并且刚开始做好点,他又出了新招!不得不自叹不如!

    原评论:
    16:14 10 2

    不错

    原评论:
    16:10 10 2
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(){ // var top = $(window).scrollTop(); // console.log(top); // if (top > 300){ // $(".DI").slideDown( ); // } // else { // $(".DI").slideUp( ); // } // $(".di-close").on('click',function(){ // $(".DI").slideUp( ); // $(".DI").attr("data",'2') // }) //}); }); function tpClick(e, tid) { console.log(tid); PageMethods.postVote(tid, function (data) { if (data) { try { data = JSON.parse(data); if (data.data) { if (data.data == 1) { var pdom = $("#cxvote3"); 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_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', 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 = "25"; //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"));