if (device.mobile()) { window.location = "http://mtp2016.cnev.cn/index.aspx"; }

排名28票数10827

排名15票数22006

排名44票数2003

排名32票数8729

排名13票数23981

排名5票数27911

排名2票数29431

排名4票数28016

排名16票数21989

排名55票数1318

排名50票数1546

排名30票数9194

排名3票数29343

排名29票数9318

排名70票数923

排名6票数26766

排名54票数1385

排名31票数9176

排名25票数15086

排名36票数7748

排名17票数21840

排名9票数26461

排名42票数3008

排名57票数1181

排名40票数5337

排名49票数1602

排名14票数23304

排名1票数30022

排名18票数21810

排名37票数6582

排名51票数1522

排名73票数846

排名71票数864

排名21票数20730

排名26票数12103

排名12票数24696

排名61票数1039

排名7票数26650

排名22票数20371

排名24票数15505

排名63票数1000

排名10票数25489

排名39票数5646

排名38票数6564

排名64票数976

排名33票数8457

排名11票数24955

排名34票数7908

排名19票数21414

排名56票数1239

排名27票数11000

排名48票数1664

排名53票数1427

排名23票数16182

排名58票数1109

排名60票数1060

排名20票数20776

排名8票数26466

排名65票数974

排名62票数1010

排名41票数4350

排名67票数964

排名69票数938

排名68票数963

排名46票数1716

排名66票数966

排名59票数1069

排名45票数1910

排名72票数864

排名43票数2238

排名47票数1668

排名52票数1497

排名35票数7843

  • 网友评论
游客
  • 最新评论
  • 大志三轮摩托车最棒,大气漂亮

    原评论:
    18:12 0 2

    大志三轮摩托车最棒,开着就是高,大气漂亮

    原评论:
    17:54 0 2

    车很好,价格合理,质量好

    原评论:
    09:44 0 2

    田河增程器空调真棒

    原评论:
    15:16 0 2

    原评论:
    21:18 0 2

    支持依维柯

    原评论:
    10:49 0 2

    开中通客车世腾车,走上挣钱的路👍 👍 👍 👍

    原评论:
    11:52 0 2

    来过

    原评论:
    09:43 0 2

    绿色出行,美丽地球村🌍

    原评论:
    15:44 0 2

    厉害了,我的万马!

    原评论:
    15:44 0 2

    愿意为新能源付出,所以支持马帮。

    原评论:
    08:36 0 2

    马帮优质的服务水平真不错!出车速度又快!我打满分!

    原评论:
    17:54 0 2

    新商业模式,创新发展的新理念

    原评论:
    15:29 0 2

    东莞到深圳要多久?能进市区吗?

    原评论:
    14:06 0 2

    这名字威武

    原评论:
    11:50 0 2

    马帮镖局,镖行天下

    原评论:
    10:43 0 2

    支持,新沃,赞

    原评论:
    10:08 0 2

    新能源电动汽车时代来了

    原评论:
    10:01 0 2

    节能先锋、马帮👍

    原评论:
    09:27 0 2

    创新物流支持

    原评论:
    09:04 0 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 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); } 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 setempty(id) { document.getElementById("" + id + "").value = ""; } function checksch() { if (document.getElementById("searchtext").value.trim() == "") { alert("请输入查询条件!"); document.getElementById("searchtext").focus(); return false; } } function checkinfo() { if (!onblurMobile()) { return false; } else { return true; } } 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, ""); }