|
@@ -0,0 +1,126 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+
|
|
|
+<head>
|
|
|
+ <title>商务合作-剑鱼标讯</title>
|
|
|
+ <meta content="IE=edge,Chrome=1" http-equiv="X-UA-Compatible" />
|
|
|
+ <meta name="Keywords" content="商务合作,招标商机,人工智能,招标大数据,企业情报,剑鱼标讯"/>
|
|
|
+ <meta name="Description" content="剑鱼品牌依托剑鱼标讯海量招标信息,为你提供招标商机服务、人工智能预测新项目服务、中标企业预测服务、招标大数据服务和企业情报大数据服务,帮助你全面获取销售机会、辅助进行投标决策、全面分析洞察市场、拓展客户和代理渠道。" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
+ <meta name="renderer" content="webkit" >
|
|
|
+ <meta name="format-detection" content="telephone=no"/>
|
|
|
+ <meta name="enable-header" theme="light" content="商务合作"/>
|
|
|
+ {{include "/common/pnc.html"}}
|
|
|
+ <link href='{{Msg "seo" "cdn"}}/css/reset.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
|
|
|
+ <link href='{{Msg "seo" "cdn"}}/pccss/reset_pc.css' rel="stylesheet" type="text/css" />
|
|
|
+ <link href='{{Msg "seo" "cdn"}}/css/pc.css?v={{Msg "seo" "version"}}' rel="stylesheet" />
|
|
|
+ <link href='{{Msg "seo" "cdn"}}/pccss/public-nav-1200.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
|
|
|
+ <link href='{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/css/index.css?v={{Msg "seo" "version"}}' rel="stylesheet" type="text/css" />
|
|
|
+ <style>
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+{{include "/common/pchead.html"}}
|
|
|
+<div class="cooperation-page">
|
|
|
+ <div class="cooperation-page-banner">
|
|
|
+ <div class="banner-content w">
|
|
|
+ <img class="text-theme" src="{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/cooperate.png" alt="">
|
|
|
+ <img class="text-partner" src="{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/partner.png" alt="">
|
|
|
+ <p class="text-title">聚合百万客户,共同拓展销售商机,领跑市场!</p>
|
|
|
+ <button class="btn-join">邀您加入</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <main class="cooperation-page-join w">
|
|
|
+ <h3 class="common-title">加入剑鱼,您可以获得什么</h3>
|
|
|
+ <div class="join-list">
|
|
|
+ <div class="join-container" v-for="(item, index) in joinList" :key="index">
|
|
|
+ <div class="head-img">
|
|
|
+ <img :src="item.img" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="join-main">
|
|
|
+ <img :src="item.content" alt="">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </main>
|
|
|
+ <main class="cooperation-type">
|
|
|
+ <div class="coop-type-content w">
|
|
|
+ <h3 class="common-title">选择合作类型,共赢企业服务万亿市场</h3>
|
|
|
+ <div class="coop-type-list">
|
|
|
+ <div class="coop-type-item" :class="'coop-type-' + (index+1)" v-for="(item, index) in cooperateTypeList" :key="index">
|
|
|
+ <img class="item-bottom" :src="item.bottom" alt="">
|
|
|
+ <img class="item-center" :src="item.center" alt="">
|
|
|
+ <img class="item-top" :src="item.top" alt="">
|
|
|
+ <button class="get-more-btn button-blink">了解更多</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <h3 class="coop-call-tip">以上合作方式如不能满足您的合作需求,您可以直接与我们联系</h3>
|
|
|
+ </div>
|
|
|
+ </main>
|
|
|
+ <main class="join-us">
|
|
|
+ <div class="join-us-left"></div>
|
|
|
+ <div class="join-us-right"></div>
|
|
|
+ <div class="join-us-content">
|
|
|
+ <div class="join-left-text">
|
|
|
+ <h2>加入我们 共生共赢共荣</h2>
|
|
|
+ <p>我们制定了更高效的合作流程,帮助您的企业快速加入剑鱼标讯<br/>商业生态合作伙伴招募计划!</p>
|
|
|
+ <button class="get-more-btn button-blink no-positon">开始合作</button>
|
|
|
+ </div>
|
|
|
+ <div class="join-right-text">
|
|
|
+ <h2>联系方式</h2>
|
|
|
+ <p>邮箱:marketing@topnet.net.cn<br/>电话:400-108-6670</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <img class="join-us-center" src="{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join-us-center.png" alt="">
|
|
|
+ </main>
|
|
|
+</div>
|
|
|
+<script src="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js"></script>
|
|
|
+<script>
|
|
|
+ var cooperateNode = new Vue({
|
|
|
+ delimiters: ['${', '}'],
|
|
|
+ el: '.cooperation-page',
|
|
|
+ data: {
|
|
|
+ joinList: [
|
|
|
+ {
|
|
|
+ img: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/join-1.png',
|
|
|
+ content: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/1.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ img: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/join-2.png',
|
|
|
+ content: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/2.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ img: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/join-3.png',
|
|
|
+ content: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/3.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ img: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/join-4.png',
|
|
|
+ content: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/join/4.png'
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ cooperateTypeList: [
|
|
|
+ {
|
|
|
+ top: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/top-1.png',
|
|
|
+ center: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/center-1.png',
|
|
|
+ bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom-little.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ top: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/top-2.png',
|
|
|
+ center: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/center-2.png',
|
|
|
+ bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom-little.png'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ top: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/top-3.png',
|
|
|
+ center: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/center-3.png',
|
|
|
+ bottom: '{{Msg "seo" "cdn"}}/frontRouter/pc/cooperation/img/coopType/bottom-big.png'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ });
|
|
|
+</script>
|
|
|
+<!--S-百度统计-->
|
|
|
+{{include "/common/pcbottom.html"}}
|
|
|
+{{include "/common/baiducc.html"}}
|
|
|
+<!--E-百度统计-->
|
|
|
+</body>
|
|
|
+</html>
|