Bluecare Express Ltd
// 获取地址栏参数 function getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; }
// 下拉 $(document).ready(function () { $('li.put').live({ mouseenter: function () { $(this).addClass('show'); }, mouseleave: function () { $(this).removeClass('show'); } });
$(".colse").click(function () { $(".festival").hide(); });
$(".tabgng label").click(function () { $(this).siblings().removeClass("billno"); $(this).addClass("billno") }); })
// 回到顶部 var ScrollToTop = ScrollToTop || { setup: function () { var a = $(window).height() / 2; $(window).scroll(function () { (window.innerWidth ? window.pageYOffset : document.documentElement.scrollTop) >= a ? $("#ScrollToTop").removeClass("Offscreen") : $("#ScrollToTop").addClass("Offscreen") }); $("#ScrollToTop").click(function () { $("html, body").animate({ scrollTop: "0px" }, 400); return false }) } }; $(document).ready(function () { ScrollToTop.setup(); });
// 在线联系 $(function () { $('#close_im').bind('click', function () { $('#main-im').css("height", "0"); $('#im_main').hide(); $('#open_im').show(); }); $('#open_im').bind('click', function (e) { $('#main-im').css("height", "272"); $('#im_main').show(); $(this).hide(); }); $('.go-top').bind('click', function () { $(window).scrollTop(0); }); $(".weixing-container").bind('mouseenter', function () { $('.weixing-show').show(); }) $(".weixing-container").bind('mouseleave', function () { $('.weixing-show').hide(); }); });
$(document).ready(function () {
// 标头下拉项 $.ajax({ type: "post", async: false, url: "Action/top.ashx", dataType: "json", success: function (data) { $("#biaoti").html(data.result); $("#Mbiaoti").html(data.msg); } })
// 二级下拉 $(".zx_lby_show").mouseover(function () { $('>ul', this).show(); }).mouseout(function () { $('>ul', this).hide(); }); })
var dangqingxiang = 1; //初始化当前选择大项 function HoverLi(n) { for (var i = 1; i <= 4; i++) { $("#kf_0" + i).removeClass('active_hs'); $("#xs_" + i).css("display", "none"); } $("#kf_0" + n).addClass('active_hs'); $('#xs_' + n).css("display", "block"); dangqingxiang = n;//更改当前选择大项 } $(function () { $('#header1_left').click(function () { $('#main').toggleClass('main-open'); $('#header1').toggleClass('main-open'); $('body').toggleClass('outside'); var t = $(".aside").css("display"); if (t == "none") { $(".aside").show(); } else { setTimeout(function () { $(".aside").hide(); }, 400); } }); }); $(function () { //搜索弹框 $(".wap-menu-right").on('click', function () { if ($(".modal-content").css("display") == "none") { $("body").css("overflow", "hidden"); $(".modal-content").show(); } }); $(".modal-close").on('click', function () { if ($(".modal-content").css("display") == "block") { $("body").css("overflow", "visible"); $(".modal-content").hide(); } }); // 查询单号 $("#mBtnTrack").click(function () { var billno = $("#mBillno").val().trim(); if (($.trim(billno)) == "") { } else { billno = billno.replace(",", ";").replace(",", ";").replace(";", ";").replace(/\n/g, ";").replace(" ", ";").replace(/\ +/g, ";").replace(/[ ]/g, ";").replace(/[\r\n]/g, ";"); var billnos = billno.split(';'); if (billnos.length > 1) { window.location.href = "Tracking-Result.aspx?BillNo=" + billnos; } else { window.location.href = "Tracking_Result2.aspx?DetailNumber=" + billnos; } } }) });
About Us
Jia Cheng International was founded in 2000, now employs more than 600 people, more than 100 vehicles delivery, more than 30 branches at home and abroad. The industry has full license qualification, international
and domestic courier qualification, agent declaration and inspection qualification……
【Door to door service】


02international freight forwarding
【Port to port service】

03Cross border customs clearance
【Export import customs clearance service】
【Warehouse to door service】

【Domestic and overseas warehousing service】


var swiper = new Swiper('.swiper-container', { loop:false, slidesPerView : 5, spaceBetween: 30, prevButton:'.swiper-button-prev', nextButton:'.swiper-button-next' });
$(function(){
//首页产品中心 $('.prosucts-con-box ul li').hover(function(){ $(this).addClass('hover-bg'); $(this).find('.hover-line').stop().animate({'bottom':0},300); },function(){ $(this).removeClass('hover-bg'); $(this).find('.hover-line').stop().animate({'bottom':-100+'%'},300); });
});