up
This commit is contained in:
@@ -28,8 +28,14 @@
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
/* ========== 主色调覆盖 - rgba(0, 100, 255, 1) ========== */
|
||||
:root {
|
||||
--primary-color: rgba(0, 100, 255, 1);
|
||||
--primary-color-dark: rgba(0, 80, 200, 1);
|
||||
--primary-color-light: rgba(0, 100, 255, 0.8);
|
||||
}
|
||||
|
||||
/* ========== Solution Page Styles ========== */
|
||||
|
||||
/* Hero Section */
|
||||
@@ -40,7 +46,7 @@
|
||||
align-items: center;
|
||||
padding-top: 110px; /* header高度80px + 最小间距30px */
|
||||
overflow: hidden;
|
||||
background: linear-gradient(135deg, #0422a8 0%, #0c4ab3 50%, #001a4d 100%);
|
||||
background: url("assets/images/solution/neihe.png");
|
||||
}
|
||||
|
||||
.solution-hero::before {
|
||||
@@ -50,7 +56,7 @@
|
||||
right: 0;
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
background: radial-gradient(circle, rgba(0, 150, 136, 0.15) 0%, transparent 70%);
|
||||
background: radial-gradient(circle, rgba(0, 100, 255, 0.15) 0%, transparent 70%);
|
||||
animation: blob 8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@@ -61,7 +67,7 @@
|
||||
left: 0;
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
background: radial-gradient(circle, rgba(0, 150, 136, 0.1) 0%, transparent 70%);
|
||||
background: radial-gradient(circle, rgba(0, 100, 255, 0.1) 0%, transparent 70%);
|
||||
animation: blob 8s ease-in-out infinite 2s;
|
||||
}
|
||||
|
||||
@@ -82,21 +88,21 @@
|
||||
gap: 8px;
|
||||
padding: 6px 16px;
|
||||
border-radius: 50px;
|
||||
background: rgba(0, 150, 136, 0.1);
|
||||
border: 1px solid rgba(0, 150, 136, 0.2);
|
||||
color: rgba(0, 150, 255, 1);
|
||||
background: #0066ff;
|
||||
|
||||
color: rgb(255, 255, 255);
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
margin-bottom: 24px 0 0 0;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.hero-badge .pulse-dot {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: rgba(0, 150, 255, 1);
|
||||
background: rgb(255, 255, 255);
|
||||
animation: pulse 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@@ -122,7 +128,7 @@
|
||||
|
||||
.hero-desc {
|
||||
font-size: 18px;
|
||||
color: #cbd5e1;
|
||||
color: #eef6ff;
|
||||
line-height: 1.8;
|
||||
max-width: 520px;
|
||||
margin-bottom: 32px;
|
||||
@@ -145,11 +151,11 @@
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
transition: all 0.3s ease;
|
||||
box-shadow: 0 10px 40px -10px rgba(0, 150, 136, 0.5);
|
||||
box-shadow: 0 10px 40px -10px rgba(0, 100, 255, 0.5);
|
||||
}
|
||||
|
||||
.btn-primary-custom:hover {
|
||||
background: rgb(0, 57, 121);
|
||||
background: rgba(0, 80, 200, 1);
|
||||
color: #fff;
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
@@ -180,7 +186,7 @@
|
||||
}
|
||||
|
||||
.stats-card-container {
|
||||
backdrop-filter: blur(12px);
|
||||
|
||||
padding: 24px 24px 48px 24px;
|
||||
}
|
||||
|
||||
@@ -195,7 +201,7 @@
|
||||
background: rgba(0, 50, 128, 0.5);
|
||||
padding: 30px;
|
||||
border-radius: 12px;
|
||||
border: 1px solid rgba(0, 100, 255, 0.3);
|
||||
box-shadow: -1px 3px 6px 0px rgb(8 75 159 / 33%);
|
||||
height: 130px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -216,10 +222,10 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.stat-item .stat-icon.teal { color: rgb(0, 127, 200); }
|
||||
.stat-item .stat-icon.cyan { color: rgba(0, 188, 212, 1); }
|
||||
.stat-item .stat-icon.green { color: rgb(76, 153, 175); }
|
||||
.stat-item .stat-icon.amber { color: rgba(255, 193, 7, 1); }
|
||||
.stat-item .stat-icon.blue { color: rgba(0, 150, 255, 1); }
|
||||
.stat-item .stat-icon.cyan { color: rgba(0, 180, 255, 1); }
|
||||
.stat-item .stat-icon.indigo { color: rgba(80, 120, 255, 1); }
|
||||
.stat-item .stat-icon.green { color: #34d399; }
|
||||
|
||||
.stat-item .stat-number {
|
||||
font-size: 28px;
|
||||
@@ -305,6 +311,7 @@
|
||||
.pain-point-card {
|
||||
height: 100%;
|
||||
padding: 32px;
|
||||
text-align: center;
|
||||
background: #f8fafc;
|
||||
border-radius: 16px;
|
||||
border: 1px solid #e2e8f0;
|
||||
@@ -338,8 +345,8 @@
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.pain-point-icon.red i { color: #ef4444; }
|
||||
.pain-point-icon.orange i { color: #f97316; }
|
||||
.pain-point-icon.red i { color: #0a7cff; }
|
||||
.pain-point-icon.orange i { color: #00751d; }
|
||||
.pain-point-icon.yellow i { color: #eab308; }
|
||||
.pain-point-icon.purple i { color: #a855f7; }
|
||||
|
||||
@@ -368,7 +375,7 @@
|
||||
/* Solution Architecture Section */
|
||||
.architecture-section {
|
||||
padding: 100px 0;
|
||||
background: linear-gradient(135deg, #001a4d 0%, #003080 100%);
|
||||
background: linear-gradient(135deg, #005dc7 0%, rgb(1, 79, 212) 100%);
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -393,8 +400,8 @@
|
||||
|
||||
.arch-step-number {
|
||||
flex-shrink: 0;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -403,33 +410,33 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.arch-step-number.teal {
|
||||
background: rgba(0, 150, 136, 0.2);
|
||||
border: 1px solid rgba(0, 150, 136, 0.3);
|
||||
color: rgb(0, 123, 200);
|
||||
.arch-step-number.blue {
|
||||
background: rgba(177, 208, 255, 0.2);
|
||||
border: 1px solid rgba(0, 100, 255, 0.3);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.arch-step-number.cyan {
|
||||
background: rgba(0, 188, 212, 0.2);
|
||||
border: 1px solid rgba(0, 188, 212, 0.3);
|
||||
color: rgba(0, 220, 255, 1);
|
||||
background: rgba(177, 208, 255, 0.2);
|
||||
border: 1px solid rgba(0, 100, 255, 0.3);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.arch-step-number.green {
|
||||
background: rgba(76, 175, 80, 0.2);
|
||||
border: 1px solid rgba(76, 175, 80, 0.3);
|
||||
color: rgba(129, 199, 132, 1);
|
||||
.arch-step-number.indigo {
|
||||
background: rgba(177, 208, 255, 0.2);
|
||||
border: 1px solid rgba(0, 100, 255, 0.3);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.arch-step-content h4 {
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.arch-step-content h4.teal { color: rgba(128, 203, 196, 1); }
|
||||
.arch-step-content h4.cyan { color: rgba(128, 222, 234, 1); }
|
||||
.arch-step-content h4.green { color: rgba(165, 214, 167, 1); }
|
||||
.arch-step-content h4.blue { color: rgb(255, 255, 255); }
|
||||
.arch-step-content h4.cyan { color: rgb(255, 255, 255); }
|
||||
.arch-step-content h4.indigo { color: rgb(255, 255, 255); }
|
||||
|
||||
.arch-step-content p {
|
||||
font-size: 14px;
|
||||
@@ -447,7 +454,7 @@
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: linear-gradient(135deg, rgba(0, 150, 136, 0.2), rgba(0, 188, 212, 0.1));
|
||||
background: linear-gradient(135deg, rgba(0, 100, 255, 0.2), rgba(0, 150, 255, 0.1));
|
||||
border-radius: 50%;
|
||||
filter: blur(60px);
|
||||
animation: pulse 4s ease-in-out infinite;
|
||||
@@ -484,10 +491,10 @@
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.arch-grid-item i.teal { color: rgba(0, 200, 180, 1); }
|
||||
.arch-grid-item i.cyan { color: rgba(0, 188, 212, 1); }
|
||||
.arch-grid-item i.green { color: #4caf50; }
|
||||
.arch-grid-item i.amber { color: #ffc107; }
|
||||
.arch-grid-item i.blue { color: rgba(0, 150, 255, 1); }
|
||||
.arch-grid-item i.cyan { color: rgba(0, 180, 255, 1); }
|
||||
.arch-grid-item i.indigo { color: rgba(100, 150, 255, 1); }
|
||||
.arch-grid-item i.green { color: #34d399; }
|
||||
|
||||
.arch-grid-item span {
|
||||
font-weight: 600;
|
||||
@@ -506,13 +513,13 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-shadow: 0 10px 40px rgba(0, 150, 136, 0.3);
|
||||
box-shadow: 0 10px 40px rgba(0, 100, 255, 0.3);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.arch-center-link i {
|
||||
font-size: 24px;
|
||||
color: #00695c;
|
||||
color: #003080;
|
||||
}
|
||||
|
||||
/* Architecture Visual Image Container */
|
||||
@@ -520,10 +527,10 @@
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
margin: 20px auto;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
border-radius: 16px;
|
||||
padding: 20px;
|
||||
padding: 10px ;
|
||||
border: 1px solid rgba(71, 85, 105, 0.5);
|
||||
backdrop-filter: blur(8px);
|
||||
box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.3);
|
||||
@@ -536,7 +543,7 @@
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: -2px;
|
||||
background: linear-gradient(135deg, rgba(0, 150, 136, 0.3), rgba(0, 188, 212, 0.2));
|
||||
background: linear-gradient(135deg, rgba(0, 100, 255, 0.3), rgba(0, 150, 255, 0.2));
|
||||
border-radius: 18px;
|
||||
filter: blur(20px);
|
||||
opacity: 0.5;
|
||||
@@ -557,7 +564,7 @@
|
||||
.arch-visual-container:hover {
|
||||
transform: translateY(-4px);
|
||||
transition: transform 0.3s ease;
|
||||
border-color: rgba(0, 200, 180, 0.6);
|
||||
border-color: rgba(0, 150, 255, 0.6);
|
||||
}
|
||||
|
||||
/* Responsive adjustments for the image container */
|
||||
@@ -631,7 +638,7 @@
|
||||
}
|
||||
|
||||
.view-all-link:hover {
|
||||
color: rgba(0, 121, 107, 1);
|
||||
color: rgba(0, 80, 200, 1);
|
||||
}
|
||||
|
||||
/* 让同一行的产品卡片高度一致 */
|
||||
@@ -669,13 +676,11 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.product-card-bar.teal { background: rgba(0, 150, 136, 1); }
|
||||
.product-card-bar.cyan { background: rgba(0, 188, 212, 1); }
|
||||
.product-card-bar.green { background: rgba(76, 175, 80, 1); }
|
||||
.product-card-bar.amber { background: rgba(255, 193, 7, 1); }
|
||||
.product-card-bar.indigo { background: rgba(63, 81, 181, 1); }
|
||||
.product-card-bar.purple { background: rgba(156, 39, 176, 1); }
|
||||
.product-card-bar.blue { background: rgba(0, 100, 255, 1); }
|
||||
.product-card-bar.cyan { background: rgba(0, 120, 255, 1); }
|
||||
.product-card-bar.indigo { background: rgba(50, 100, 255, 1); }
|
||||
.product-card-bar.slate { background: rgba(0, 60, 150, 1); }
|
||||
.product-card-bar.green { background: rgba(0, 80, 200, 1); }
|
||||
|
||||
.product-card-body {
|
||||
padding: 28px;
|
||||
@@ -720,8 +725,7 @@
|
||||
}
|
||||
|
||||
.product-card-footer {
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid #e2e8f0;
|
||||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@@ -763,7 +767,7 @@
|
||||
|
||||
/* Value Section */
|
||||
.value-section {
|
||||
padding: 100px 0;
|
||||
padding: 70px 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -855,7 +859,7 @@
|
||||
/* Advantages Section */
|
||||
.advantages-section {
|
||||
padding: 100px 0;
|
||||
background: linear-gradient(135deg, #001a4d 0%, #003080 100%);
|
||||
background: url("assets/images/solution/bg.png");
|
||||
color: #fff;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@@ -883,8 +887,7 @@
|
||||
right: 0;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
background: rgba(0, 77, 64, 0.5);
|
||||
transform: skewX(-12deg) translateX(25%);
|
||||
|
||||
}
|
||||
|
||||
.advantage-item {
|
||||
@@ -900,7 +903,7 @@
|
||||
|
||||
.advantage-check i {
|
||||
font-size: 24px;
|
||||
color: rgba(0, 200, 180, 1);
|
||||
color: rgba(0, 150, 255, 1);
|
||||
}
|
||||
|
||||
.advantage-item h4 {
|
||||
@@ -925,7 +928,7 @@
|
||||
}
|
||||
|
||||
.stat-box {
|
||||
background: rgba(0, 40, 100, 0.8);
|
||||
background: rgba(0, 40, 100, 0.5);
|
||||
padding: 28px;
|
||||
border-radius: 16px;
|
||||
text-align: center;
|
||||
@@ -944,7 +947,7 @@
|
||||
.stat-box .stat-number {
|
||||
font-size: 36px;
|
||||
font-weight: 700;
|
||||
color: rgba(0, 200, 180, 1);
|
||||
color: rgb(255, 255, 255);
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
@@ -959,16 +962,6 @@
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
.cases-section .row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.cases-section .row > [class*="col-"] {
|
||||
display: flex;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.case-card {
|
||||
background: #fff;
|
||||
border-radius: 16px;
|
||||
@@ -988,20 +981,16 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.case-card-header.teal {
|
||||
background: linear-gradient(135deg, rgba(0, 105, 92, 1), rgba(0, 150, 136, 1));
|
||||
.case-card-header.blue {
|
||||
background: linear-gradient(135deg, rgba(0, 60, 180, 1), rgba(0, 100, 255, 1));
|
||||
}
|
||||
|
||||
.case-card-header.cyan {
|
||||
background: linear-gradient(135deg, rgba(0, 131, 143, 1), rgba(0, 188, 212, 1));
|
||||
}
|
||||
|
||||
.case-card-header.green {
|
||||
background: linear-gradient(135deg, rgba(56, 142, 60, 1), rgba(76, 175, 80, 1));
|
||||
background: linear-gradient(135deg, rgba(0, 80, 200, 1), rgba(0, 120, 255, 1));
|
||||
}
|
||||
|
||||
.case-card-header.indigo {
|
||||
background: linear-gradient(135deg, rgba(48, 63, 159, 1), rgba(63, 81, 181, 1));
|
||||
background: linear-gradient(135deg, rgba(30, 60, 180, 1), rgba(50, 100, 255, 1));
|
||||
}
|
||||
|
||||
.case-card-header::before {
|
||||
@@ -1131,11 +1120,10 @@
|
||||
<div class="reveal">
|
||||
<div class="hero-badge">
|
||||
<span class="pulse-dot"></span>
|
||||
专注港航信息化20年
|
||||
大型物流集团
|
||||
</div>
|
||||
<h1 class="hero-title">
|
||||
全程物流链<br>
|
||||
<span class="gradient-text">一体化解决方案</span>
|
||||
全程物流链解决方案</span>
|
||||
</h1>
|
||||
<p class="hero-desc">
|
||||
覆盖订舱、报关、运输、仓储、交付全流程,打破信息孤岛,实现业务协同与智能决策,助力物流企业数字化转型升级。
|
||||
@@ -1147,7 +1135,7 @@
|
||||
<div class="stats-card-container">
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<i class="ti-layout-grid2 stat-icon teal"></i>
|
||||
<i class="ti-layout-grid2 stat-icon blue"></i>
|
||||
<div class="stat-number">标准化</div>
|
||||
<div class="stat-label">统一架构与数据标准</div>
|
||||
</div>
|
||||
@@ -1162,7 +1150,7 @@
|
||||
<div class="stat-label">AI大模型深度应用</div>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<i class="ti-eye stat-icon amber"></i>
|
||||
<i class="ti-eye stat-icon indigo"></i>
|
||||
<div class="stat-number">可视化</div>
|
||||
<div class="stat-label">全链路实时监控</div>
|
||||
</div>
|
||||
@@ -1182,7 +1170,7 @@
|
||||
<div class="container">
|
||||
<div class="section-header reveal">
|
||||
<h2>直击行业四大核心痛点</h2>
|
||||
<p>聚焦物流企业在数字化转型中面临的共性瓶颈,为您提供精准对策。</p>
|
||||
<p>行业困境亟待破局,数智升级势在必行</p>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
@@ -1191,8 +1179,8 @@
|
||||
<div class="pain-point-icon red">
|
||||
<i class="ti-layout-list-post"></i>
|
||||
</div>
|
||||
<h3>业务环节繁杂且系统分散</h3>
|
||||
<p>物流业务覆盖订舱、报关、运输、仓储、交付等多个环节,各环节对应独立系统且缺乏有效联动,数据需跨系统重复录入,易引发信息偏差。</p>
|
||||
<h3>环节繁杂,系统分散</h3>
|
||||
<p>物流业务覆盖订舱、报关、运输、仓储、交付等多个环节,缺乏有效联动,数据需跨系统重复录入,易引发信息偏差。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 col-sm-6">
|
||||
@@ -1209,7 +1197,7 @@
|
||||
<div class="pain-point-icon yellow">
|
||||
<i class="ti-location-pin"></i>
|
||||
</div>
|
||||
<h3>网点布局分散且协同不足</h3>
|
||||
<h3>网点分散,协同不足</h3>
|
||||
<p>公司网点数量多、地理分布广泛,各网点间信息传递依赖传统沟通方式,数据同步存在延迟,难以实现全网资源统筹规划。</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1218,7 +1206,7 @@
|
||||
<div class="pain-point-icon purple">
|
||||
<i class="ti-bar-chart"></i>
|
||||
</div>
|
||||
<h3>缺乏数据驱动分析能力</h3>
|
||||
<h3>缺乏数据驱动能力</h3>
|
||||
<p>现有系统仅满足基础业务操作需求,未建立完善的数据整合与分析体系,无法对核心数据进行深度挖掘,决策缺乏数据支撑。</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1235,25 +1223,25 @@
|
||||
<h2 style="font-size: 32px; font-weight: 700; margin-bottom: 40px; color: #fff;">全程物流链平台框架</h2>
|
||||
|
||||
<div class="arch-step">
|
||||
<div class="arch-step-number teal">01</div>
|
||||
<div class="arch-step-number blue">01</div>
|
||||
<div class="arch-step-content">
|
||||
<h4 class="teal">统一业务门户</h4>
|
||||
<h4 class="blue">统一业务门户</h4>
|
||||
<p>为船公司、船代、货代、报关、仓储等提供统一的业务线上营业厅,一站式处理全流程业务。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="arch-step">
|
||||
<div class="arch-step-number cyan">02</div>
|
||||
<div class="arch-step-number blue">02</div>
|
||||
<div class="arch-step-content">
|
||||
<h4 class="cyan">全链条协同</h4>
|
||||
<h4 class="blue">全链条协同</h4>
|
||||
<p>打通订舱、报关、运输、仓储、交付各环节,实现数据互通、业务联动,消除信息孤岛。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="arch-step">
|
||||
<div class="arch-step-number green">03</div>
|
||||
<div class="arch-step-number blue">03</div>
|
||||
<div class="arch-step-content">
|
||||
<h4 class="green">智能分析决策</h4>
|
||||
<h4 class="blue">智能分析决策</h4>
|
||||
<p>通过AI大模型与数据分析技术,对全链条数据进行深度挖掘,提供智能预测与决策支持。</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1276,7 +1264,7 @@
|
||||
<div class="section-header-flex reveal">
|
||||
<div class="section-header-left">
|
||||
<div class="section-label">Product Matrix</div>
|
||||
<h2>核心产品体系</h2>
|
||||
<h2>部分产品与服务</h2>
|
||||
<p>从智能生产到供应链协同,全方位覆盖大型港航集团业务场景。</p>
|
||||
</div>
|
||||
<a href="product_eCommerce.html" class="view-all-link hidden-xs">
|
||||
@@ -1289,18 +1277,17 @@
|
||||
<div class="product-card reveal">
|
||||
<div class="product-card-bar blue"></div>
|
||||
<div class="product-card-body">
|
||||
<div class="product-tags">
|
||||
<span class="product-tag">船公司</span>
|
||||
|
||||
</div>
|
||||
|
||||
<h3>岸基船公司运营管理系统</h3>
|
||||
<p>业务智能操作、船舶动态管理、EDI无缝交换、决策数据看板,赋能航运全流程一站式解决方案。</p>
|
||||
<a href="product_shipping_company.html" target="_parent">
|
||||
<div class="product-card-footer">
|
||||
<span>了解详情</span>
|
||||
<div class="product-card-arrow">
|
||||
<i class="ti-arrow-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1308,18 +1295,17 @@
|
||||
<div class="product-card reveal" style="transition-delay: 100ms;">
|
||||
<div class="product-card-bar cyan"></div>
|
||||
<div class="product-card-body">
|
||||
<div class="product-tags">
|
||||
<span class="product-tag">船公司</span>
|
||||
|
||||
</div>
|
||||
|
||||
<h3>岸基船舶管理系统</h3>
|
||||
<p>根据船公司的经营和运营管理特点,定制化开发符合船公司适用的船舶综合管理系统。实现经营管理和运营管理一体化、体系和经营一体化、业务财务一体化,提升各部门间的数据共享和协同能力。</p>
|
||||
<a href="product_shipping_boat.html" target="_parent">
|
||||
<div class="product-card-footer">
|
||||
<span>了解详情</span>
|
||||
<div class="product-card-arrow">
|
||||
<i class="ti-arrow-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1327,18 +1313,17 @@
|
||||
<div class="product-card reveal" style="transition-delay: 200ms;">
|
||||
<div class="product-card-bar indigo"></div>
|
||||
<div class="product-card-body">
|
||||
<div class="product-tags">
|
||||
<span class="product-tag">全程物流链</span>
|
||||
|
||||
</div>
|
||||
|
||||
<h3>岸基仓储管理系统</h3>
|
||||
<p>提供在线委托、预约、结算、运力撮合等服务。平台已完成对国产操作环境和浏览器的兼容性适配。</p>
|
||||
<a href="product_full_logistics_chain_warehouse.html" target="_parent">
|
||||
<div class="product-card-footer">
|
||||
<span>了解详情</span>
|
||||
<div class="product-card-arrow">
|
||||
<i class="ti-arrow-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1346,18 +1331,16 @@
|
||||
<div class="product-card reveal">
|
||||
<div class="product-card-bar blue"></div>
|
||||
<div class="product-card-body">
|
||||
<div class="product-tags">
|
||||
<span class="product-tag">全程物流链</span>
|
||||
|
||||
</div>
|
||||
<h3>岸基船舶代理系统</h3>
|
||||
<p>面向船代公司提供完整业务操作解决方案,通过“互联网+”服务模式满足企业内部操作需求。支持船务、单证、箱管、商务、财务等多部门协同,搭建智能高效业务平台,实现线上线下“一站式”服务。</p>
|
||||
<a href="product_full_logistics_chain_ship_agent.html" target="_parent">
|
||||
<div class="product-card-footer">
|
||||
<span>了解详情</span>
|
||||
<div class="product-card-arrow">
|
||||
<i class="ti-arrow-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1365,18 +1348,17 @@
|
||||
<div class="product-card reveal" style="transition-delay: 100ms;">
|
||||
<div class="product-card-bar cyan"></div>
|
||||
<div class="product-card-body">
|
||||
<div class="product-tags">
|
||||
<span class="product-tag">全程物流链</span>
|
||||
|
||||
</div>
|
||||
|
||||
<h3>岸基货运代理系统</h3>
|
||||
<p>针对货代业务特点,运用先进计算机技术,提升业务单证的智能识别、费用智能对账等服务能力,实现业务的标准化、流程化、智能化操作,实现货物委托、提单确认、海关预配、EDI、费用结算、客户服务等业务的高效操作。</p>
|
||||
<a href="product_full_logistics_chain_cargo_agent.html" target="_parent">
|
||||
<div class="product-card-footer">
|
||||
<span>了解详情</span>
|
||||
<div class="product-card-arrow">
|
||||
<i class="ti-arrow-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1384,18 +1366,17 @@
|
||||
<div class="product-card reveal" style="transition-delay: 200ms;">
|
||||
<div class="product-card-bar indigo"></div>
|
||||
<div class="product-card-body">
|
||||
<div class="product-tags">
|
||||
<span class="product-tag">全程物流链</span>
|
||||
|
||||
</div>
|
||||
|
||||
<h3>岸基车辆运输管理系统</h3>
|
||||
<p>专门用于优化和管理运输流程的解决方案,系统以业财一体化的管理理念,优化车辆调度,实现运输收入、成本的精细化管理。</p>
|
||||
<a href="product_full_logistics_chain_vehicle_transport.html" target="_parent">
|
||||
<div class="product-card-footer">
|
||||
<span>了解详情</span>
|
||||
<div class="product-card-arrow">
|
||||
<i class="ti-arrow-right"></i>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user