<% '****************************** show_body '****************************** sub show_body %>
空运|海运|国际货运|国际空运|货运代理|国际货运代理|物流-捷高国际货运代理有限公司
收藏本站 | 关于我们 | 服务承诺 | ENGLISH
首页 | 业务范围 | 服务网点 | 服务流程 | 货运查询 | 货运知识 | 资料下载 | 人才中心 | 合作伙伴 | 联系我们
货运报价 | 在线订单 | 在线支付 | 货运跟踪 | 网上留言
1.选择运输方式   2.输入关键字 如“中远”
运输方式:
承运公司:
   捷高最新动态
<%show_mar_youhui()%>
  行业热点新闻
<%show_mar_new()%>
  物流知识
<%show_flow_type%>
  • 城市三字代码
  •    本系统根据国际航空协会IATA最新资料更新,涵盖了全球一万多个城市信息
    输入三字代码、城市或国家中英文名称                        
  • 海运港口查询
  •    本海运港口查询系统提供世界各国的港口和国家模糊查询
    输入港口、国家的中文名或英文名进行查询               
  • 商品编码查询
  •     输入要查询的商品编号或商品名称
    货物编号:        货物名称:  
  • 世界时间
  • 世界地图
  • 船务公司
  • 海运船期
  • 机场查询
  • 航空公司
  • 航班查询
  • 物流术语
  • 捷高国际货运代理有限公司(国家一级货运代理),是由捷高集团与中国大陆合资,总部设在中国深圳,专业从事国际空运,海运业务以及拖车、仓储、报关、报检等相关业务的综合物流企业。
           捷高创立于1998年,经过全体公司职员的共同努力,公司正朝着规范化、集团化迅速发展。目前在中国大陆及香港拥有多家分公司及办事处,遍及中国地区的主要港口和城市;同时公司还拥有一支经验丰富,精通空运、海运物流业务的专业人才队伍。有着良好的行业规范和信誉保证,海外网络更是超过100多个国家,在全球拥有超过三百多个战略合作伙伴。我们一直秉承专业诚信、安全快捷,为客户提供最佳物流服务的宗旨和使命,尽职尽责服务于我们国内外每一位合作伙伴,并与每一个合作伙伴一起共同发展,谋求共赢!

    业务范围: 空运、海运(柜货散装)、陆运仓储、  商检报关、 私人行李展览运输、国内运输等物流服务
    特色服务:
       空运(包机包舱)、 危险特殊品空运(医药农药化工粉水剂)、 国际货物进口空运海运、 一站式国外(香港)进口包清关包税、全球代理采购
     
     
            为了共同开拓海、空运进出口货运市场,捷高在全球各大城市寻求战略合作伙伴,共同分享捷高的品牌、价格、代理网络等资源优势,以及专业的、安全可靠的、高效的物流网络和服务平台。欢迎各地有兴趣的企业合作加盟。
            加盟热线:86-0755-82180684
      友情链接
    科盟在线 地图查询 公交查询 火车时刻 在线翻译 基金净值 常用电话 银行利率查询
    关于捷高 联系我们 网站地图
    中国地区总部:中国深圳深南东路2105号中建大厦9楼
    粤ICP备05042460号
    Copyright © 捷高国际货运代理有限公司
    <% end sub '*********************新闻列表(不分页)********************** sub show_this_news(snum,tpid) dim i,title,sql,isok,id dim str set str=new check_string sql="select top "&snum&" * from net_article where sclassid="&tpid&" order by articleid desc" set rs=conn.execute(sql) if not rs.eof then %> <% while not rs.eof id=rs("articleid") title=rs("title") %> <% rs.movenext wend %>
       >  <%=get_time(rs("addtime"))%>
    <% end if rs.close:set rs=nothing set str=nothing end sub function get_time(str) dim str1 if str="" or isnull(str) then str1="00-00-00" else if isdate(str)=false then str1=str else str1=year(str)&"-"&month(str)&"-"&day(str) end if end if get_time=str1 end function sub show_flow_type() dim sid,temp_sid sid=request.QueryString("sid") if sid="" or isnull(sid) or isnumeric(sid)=false then sid=0 else sid=cint(sid) end if %> <% set rs=conn.execute("select * from net_sclass where bclassid=12") if not rs.eof then while not rs.eof temp_sid=rs("sclassid") %> <% rs.movenext wend end if rs.close:set rs=nothing %>
    <%if sid=temp_sid then response.Write(" <%=rs("sclassname")%>
    <% end sub sub show_mar_youhui() dim i,title,sql,isok,id dim str set str=new check_string sql="select top 10 * from [net_article] where sclassid=39 order by articleid desc" set rs=conn.execute(sql) %>
    <%if rs.eof then isok=0 'msg="[ERROR]:本站还没有添加任何新闻资料!" else isok=1 while not rs.eof id=rs("articleid") title=str.sub_len(rs("title"),11) response.write " "&title&"
    " rs.movenext wend end if rs.close:set rs=nothing if msg<>"" then response.write msg end if %>
    <% end sub sub show_mar_new() dim i,title,sql,isok,id dim str set str=new check_string sql="select top 10 * from [net_article] where sclassid=37 order by articleid desc" set rs=conn.execute(sql) %>
    <%if rs.eof then isok=0 'msg="[ERROR]:本站还没有添加任何新闻资料!" else isok=1 while not rs.eof id=rs("articleid") title=str.sub_len(rs("title"),11) response.write " "&title&"
    " rs.movenext wend end if rs.close:set rs=nothing if msg<>"" then response.write msg end if %>
    <% end sub %>