|
@@ -0,0 +1,28 @@
|
|
|
+<template>
|
|
|
+<!-- 经营范围-->
|
|
|
+ <div>
|
|
|
+ <div style="text-align: left;width: 80%;margin: 0 auto">
|
|
|
+ <p><b>公司经营范围:</b></p>
|
|
|
+ <p style="text-indent:100px;">一、国际海洋运输业务</p>
|
|
|
+ <p style="text-indent:100px;">提供各类进出口货物的海运订舱、集中托运、港口交接、集装箱运输、中转及拆拼箱、散货运输、仓储分拨;并可代客户办理海运保险、理货、报关报检、结算运杂费等服务。</p>
|
|
|
+ <p style="text-indent:100px;">二、国际散杂货租船业务</p>
|
|
|
+ <p style="text-indent:100px;">提供各类进出口大宗散货、件杂货的租船订舱、报盘、询价、条款确认、签订各类船舶租船协议;并提供陆路运输、码头卸货、装船等全程“门到门”服务。</p>
|
|
|
+ <p style="text-indent:100px;">三、国际航空运输业务</p>
|
|
|
+ <p style="text-indent:100px;">提供各类进出口货物的空运订舱、集中托运、港口交接;并可代客户办理空运保险、理货、报关报检、结算运杂费等服务。四、国际项目物流业务提供各类进出口货物的海运、汽运(大型设备运输)、铁路、空运组成的全程“门到门”联运服务。</p>
|
|
|
+ <p style="text-indent:100px;">五、国际仓储物流业务</p>
|
|
|
+ <p style="text-indent:100px;">提供各类进出口货物的仓储、分拨、装卸、搬运运输等服务。</p>
|
|
|
+ <p style="text-indent:100px;">六、国内报关报检业务</p>
|
|
|
+ <p style="text-indent:100px;">提供各类进出口货物的清关、报检、查验代理服务。</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+export default {
|
|
|
+ name: "management"
|
|
|
+}
|
|
|
+</script>
|
|
|
+
|
|
|
+<style scoped>
|
|
|
+
|
|
|
+</style>
|