|
@@ -0,0 +1,31 @@
|
|
|
+<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;">年平均代理进口量达15万吨左右。服务客户:中国储备棉管理总公司、中纺棉花进出口公司、魏桥纺织、青岛纺联控股集团,河南同舟棉业有限公司、上海阳丰、中普伟业国际贸易、江苏开元、宁波工艺进出口CARGILL、百达瑞斯、艾伦堡等。</p>
|
|
|
+ <p style="text-indent:100px;">纸浆类:</p>
|
|
|
+ <p style="text-indent:100px;">年平均代理进口量达15万吨左右。</p>
|
|
|
+ <p style="text-indent:100px;">服务客户:IP(美国国际纸业)、中国纸张纸浆进出口公司、比利时威特隆、亚太森博、太阳纸业、晨鸣纸业等。</p>
|
|
|
+ <p style="text-indent:100px;">化工品类:</p>
|
|
|
+ <p style="text-indent:100px;">年平均代理进口量达8万吨。</p>
|
|
|
+ <p style="text-indent:100px;">服务客户:巴西淡水河谷、三角轮胎、耐克、阿迪、韩国浦项等。</p>
|
|
|
+ <p style="text-indent:100px;">设备类:</p>
|
|
|
+ <p style="text-indent:100px;">年平均代理进口量达9万立方。</p>
|
|
|
+ <p style="text-indent:100px;">服务客户:中石化、中海油、西门子、北海船厂、山东电力设备厂、山东亚太森博、日照钢铁、大宇造船等。</p>
|
|
|
+ <p style="text-indent:100px;">出口业务:</p>
|
|
|
+ <p style="text-indent:100px;">年出口代理量1.2万TEU。</p>
|
|
|
+ <p style="text-indent:100px;">服务客户遍及国内食品、农副产品、光伏产品、电线电缆、精密仪器、橡胶制品等。</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+export default {
|
|
|
+ name: "business"
|
|
|
+}
|
|
|
+</script>
|
|
|
+
|
|
|
+<style scoped>
|
|
|
+
|
|
|
+</style>
|