Compare commits
29 Commits
afbba4b169
...
86ca4d9edc
| Author | SHA1 | Date | |
|---|---|---|---|
| 86ca4d9edc | |||
| 69bfa546b2 | |||
| 90a01631a9 | |||
| ddc0af0821 | |||
| 0142132d09 | |||
| d8e72093ee | |||
| 4f88a8441a | |||
| a2ed57c0d2 | |||
| e2f717073f | |||
| e9a4228751 | |||
| cf3ed1ec13 | |||
| 32143285ce | |||
| a55cac9ab2 | |||
| 56f7d70106 | |||
| de191bdda6 | |||
| 1d90999364 | |||
| 03d83b1262 | |||
| 9a235cc88a | |||
| d13db4f253 | |||
| aff005257d | |||
| 4d717d0b3e | |||
| 39a51633f7 | |||
| 6368f0ac98 | |||
| 5d05c0fdd2 | |||
| 933807842a | |||
| 25325efabe | |||
| 9966e74624 | |||
| a1fd9e77c1 | |||
| 73103c2706 |
BIN
._changzhan.html
BIN
._company.html
BIN
._company2.html
BIN
._contact.html
BIN
._header.html
BIN
._index.html
BIN
._jining.html
BIN
._new.html
BIN
._new_5.html
BIN
._tech.html
BIN
._yunmatou.html
@@ -928,7 +928,7 @@ img {
|
||||
}
|
||||
|
||||
.theme-accordion-s1 .panel-heading.classiccase a {
|
||||
background: linear-gradient(90deg, #0066ff 0%, #007bff61 88%);
|
||||
background:linear-gradient(90deg, #0066ff 0%, #007bff0a 88%);
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
@@ -1936,10 +1936,14 @@ img {
|
||||
}
|
||||
.site-header #navbar .product-menu > .sub-menu .sub-menu li {
|
||||
border-bottom: none;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.site-header #navbar .product-menu > .sub-menu .sub-menu li::before {
|
||||
content: "•";
|
||||
margin-right: 8px;
|
||||
flex-shrink: 0;
|
||||
line-height: 40px;
|
||||
}
|
||||
.site-header #navbar .product-menu > .sub-menu .sub-menu a {
|
||||
display: inline-block;
|
||||
@@ -7198,7 +7202,7 @@ img {
|
||||
}
|
||||
.product-card .card-header h4 {
|
||||
margin: 0;
|
||||
font-size: 18px;
|
||||
font-size: 17px;
|
||||
color: #102541;
|
||||
font-weight: 600;
|
||||
white-space: normal;
|
||||
@@ -7220,7 +7224,7 @@ img {
|
||||
color: #666;
|
||||
line-height: 1.6;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 4;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -7262,6 +7266,7 @@ img {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
object-fit: contain;
|
||||
margin-top:30px;
|
||||
}
|
||||
.feature-card-body {
|
||||
padding: 25px 20px;
|
||||
@@ -7272,12 +7277,12 @@ img {
|
||||
text-align: center;
|
||||
}
|
||||
.feature-card-body h4 {
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
line-height: 1.5;
|
||||
margin: 0 0 15px 0;
|
||||
min-height: 48px; /* 两行高度: 16px * 1.5 * 2 */
|
||||
margin: 0 ;
|
||||
min-height: 36px; /* 两行高度: 16px * 1.5 * 2 */
|
||||
}
|
||||
.feature-card-body p {
|
||||
font-size: 14px;
|
||||
@@ -7426,7 +7431,7 @@ img {
|
||||
|
||||
/* 面包屑导航样式 */
|
||||
.page-path {
|
||||
padding: 8px 15px;
|
||||
padding: 15px;
|
||||
|
||||
list-style: none;
|
||||
background-color: transparent;
|
||||
|
||||
431
assets/css/timeline.css
Normal file
@@ -0,0 +1,431 @@
|
||||
/* ============================================
|
||||
智慧时间轴组件 - 横向展开式
|
||||
Smart Timeline Component - Horizontal Expansion
|
||||
============================================ */
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&family=Oswald:wght@400;700&display=swap');
|
||||
|
||||
:root {
|
||||
--tl-bg-color: #f8fafc;
|
||||
--tl-line-color: rgba(20, 129, 255, 0.3);
|
||||
--tl-active-color: #1481ff;
|
||||
--tl-text-color: #2a3e5d;
|
||||
--tl-year-color: #102541;
|
||||
--tl-transition-speed: 0.5s;
|
||||
}
|
||||
|
||||
/* Section 容器 */
|
||||
.timeline-section {
|
||||
width: 100%;
|
||||
background-image:
|
||||
radial-gradient(circle at 10% 20%, rgba(20, 129, 255, 0.08) 0%, transparent 20%),
|
||||
radial-gradient(circle at 90% 80%, rgba(20, 129, 255, 0.05) 0%, transparent 20%);
|
||||
font-family: 'Noto Sans SC', sans-serif;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 60px 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* 标题样式 */
|
||||
.timeline-title {
|
||||
color: var(--tl-year-color);
|
||||
letter-spacing: 4px;
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
font-size: 24px;
|
||||
opacity: 0.9;
|
||||
margin-bottom: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* 主容器 */
|
||||
.timeline-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 20vh;
|
||||
min-height: 500px;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* 主轴线 */
|
||||
.timeline-line {
|
||||
position: absolute;
|
||||
top: 66.67%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg,
|
||||
transparent 0%,
|
||||
var(--tl-line-color) 5%,
|
||||
var(--tl-line-color) 95%,
|
||||
transparent 100%);
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* 时间节点 */
|
||||
.timeline-item {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
transition: flex var(--tl-transition-speed) cubic-bezier(0.25, 0.1, 0.25, 1);
|
||||
border-right: 1px solid rgba(20, 129, 255, 0.1);
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.timeline-item:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.timeline-item:hover {
|
||||
flex: 10;
|
||||
background: linear-gradient(90deg, rgba(20, 129, 255, 0.08) 0%, transparent 100%);
|
||||
}
|
||||
|
||||
.timeline-container:hover .timeline-item:not(:hover) {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
/* 节点圆点 */
|
||||
.dot {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: var(--tl-active-color);
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
top: 66.67%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
box-shadow: 0 0 10px var(--tl-active-color);
|
||||
transition: all var(--tl-transition-speed);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.timeline-item:hover .dot {
|
||||
background-color: var(--tl-active-color);
|
||||
transform: translate(-50%, -50%) scale(1.5);
|
||||
box-shadow: 0 0 20px rgba(20, 129, 255, 0.6);
|
||||
}
|
||||
|
||||
/* 竖向年份标签 */
|
||||
.year-label {
|
||||
position: absolute;
|
||||
top: calc(66.67% + 15px);
|
||||
left: 50%;
|
||||
transform-origin: 0 0;
|
||||
transform: rotate(90deg);
|
||||
|
||||
font-family: 'Oswald', sans-serif;
|
||||
font-size: 14px;
|
||||
color: var(--tl-year-color);
|
||||
white-space: nowrap;
|
||||
transition: all 0.3s;
|
||||
letter-spacing: 1px;
|
||||
opacity: 0.8;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* 竖向文字中的简短描述 */
|
||||
.short-desc {
|
||||
font-family: 'Noto Sans SC', sans-serif;
|
||||
font-size: 12px;
|
||||
opacity: 0.6;
|
||||
font-weight: 300;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* Hover 状态下:标签变大并移到底部背景 */
|
||||
.timeline-item:hover .year-label {
|
||||
top: auto;
|
||||
bottom: -10px;
|
||||
left: 20px;
|
||||
transform: rotate(0deg);
|
||||
font-size: 4rem;
|
||||
font-weight: 700;
|
||||
opacity: 0.08;
|
||||
color: var(--tl-active-color);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Hover时隐藏简述 */
|
||||
.timeline-item:hover .short-desc {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 内容区域 - 固定在时间轴线上方 */
|
||||
.content {
|
||||
opacity: 0;
|
||||
transform: translateY(20px);
|
||||
transition: all 0.4s ease 0.1s;
|
||||
padding: 0 40px;
|
||||
color: var(--tl-text-color);
|
||||
position: absolute;
|
||||
|
||||
bottom: 36%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
||||
text-align: left;
|
||||
pointer-events: none;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.timeline-item:hover .content {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.content-date {
|
||||
display: block;
|
||||
color: var(--tl-active-color);
|
||||
font-family: 'Oswald', sans-serif;
|
||||
font-size: 2rem;
|
||||
margin-bottom: 15px;
|
||||
font-weight: bold;
|
||||
text-shadow: 0 0 20px rgba(20, 129, 255, 0.2);
|
||||
}
|
||||
|
||||
.content-text {
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.8;
|
||||
border-left: 3px solid var(--tl-active-color);
|
||||
padding-left: 20px;
|
||||
max-width: 650px;
|
||||
background: linear-gradient(90deg, rgba(20, 129, 255, 0.08) 0%, transparent 100%);
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
.content-text p {
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
|
||||
.content-text p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* 重要节点高亮 */
|
||||
.timeline-item.highlight .dot {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
box-shadow: 0 0 15px var(--tl-active-color), 0 0 30px var(--tl-active-color);
|
||||
}
|
||||
|
||||
.timeline-item.highlight .year-label {
|
||||
color: var(--tl-active-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
自动轮播展开效果(与hover效果一致)
|
||||
============================================ */
|
||||
.timeline-item.auto-expanded {
|
||||
flex: 10;
|
||||
background: linear-gradient(90deg, rgba(20, 129, 255, 0.08) 0%, transparent 100%);
|
||||
}
|
||||
|
||||
.timeline-container:has(.auto-expanded) .timeline-item:not(.auto-expanded) {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.timeline-item.auto-expanded .dot {
|
||||
background-color: var(--tl-active-color);
|
||||
transform: translate(-50%, -50%) scale(1.5);
|
||||
box-shadow: 0 0 20px rgba(20, 129, 255, 0.6);
|
||||
}
|
||||
|
||||
.timeline-item.auto-expanded .year-label {
|
||||
top: auto;
|
||||
bottom: -10px;
|
||||
left: 20px;
|
||||
transform: rotate(0deg);
|
||||
font-size: 4rem;
|
||||
font-weight: 700;
|
||||
opacity: 0.08;
|
||||
color: var(--tl-active-color);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.timeline-item.auto-expanded .short-desc {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.timeline-item.auto-expanded .content {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
响应式设计
|
||||
============================================ */
|
||||
@media (max-width: 1200px) {
|
||||
.timeline-container {
|
||||
width: 100%;
|
||||
height: 20vh;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.year-label {
|
||||
font-size: 12px;
|
||||
top: calc(66.67% + 15px);
|
||||
}
|
||||
|
||||
.short-desc {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.content-text {
|
||||
font-size: 1rem;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.content-date {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.timeline-section {
|
||||
padding: 40px 0;
|
||||
min-height: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.timeline-container {
|
||||
width: 100%;
|
||||
height: 20vh;
|
||||
min-height: 500px;
|
||||
overflow-x: auto;
|
||||
overflow-y: visible;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.timeline-item {
|
||||
min-width: 80px;
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.timeline-item:hover {
|
||||
flex: none;
|
||||
min-width: 350px;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.content-text {
|
||||
font-size: 0.9rem;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.timeline-title {
|
||||
font-size: 18px;
|
||||
letter-spacing: 2px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.timeline-container {
|
||||
height: 70vh;
|
||||
}
|
||||
|
||||
.timeline-item {
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.timeline-item:hover {
|
||||
min-width: 280px;
|
||||
}
|
||||
|
||||
.year-label {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.short-desc {
|
||||
font-size: 9px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.content-date {
|
||||
font-size: 1.4rem;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.content-text {
|
||||
font-size: 0.85rem;
|
||||
padding-left: 15px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.dot {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.timeline-section {
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.timeline-title {
|
||||
font-size: 16px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.timeline-container {
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
.timeline-item {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.timeline-item:hover {
|
||||
min-width: 220px;
|
||||
}
|
||||
|
||||
.year-label {
|
||||
font-size: 10px;
|
||||
top: calc(66.67% + 12px);
|
||||
}
|
||||
|
||||
.content-date {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.content-text {
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.timeline-item:hover .year-label {
|
||||
font-size: 2.5rem;
|
||||
bottom: -30px;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
BIN
assets/images/haihua.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
assets/images/huahai.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/huanghua.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/jiahua.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 799 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 500 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 248 KiB |
BIN
assets/images/pro/hongyuan.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
assets/images/pro/pro-10.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/images/pro/pro-11.png
Normal file
|
After Width: | Height: | Size: 514 KiB |
BIN
assets/images/pro/pro-12.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
assets/images/pro/pro-13.jpeg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
assets/images/pro/pro-14.jpeg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
assets/images/pro/pro-15.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/images/pro/pro-16.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/pro/pro-17.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
assets/images/pro/pro-18.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/images/pro/pro-19.png
Normal file
|
After Width: | Height: | Size: 687 KiB |
BIN
assets/images/pro/pro-4.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
assets/images/pro/pro-5.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/pro/pro-6.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/pro/pro-7.png
Normal file
|
After Width: | Height: | Size: 768 KiB |
BIN
assets/images/pro/pro-8.png
Normal file
|
After Width: | Height: | Size: 610 KiB |
BIN
assets/images/pro/pro-9.jpeg
Normal file
|
After Width: | Height: | Size: 71 KiB |
@@ -1,68 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="_图层_2" data-name="图层 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 324.32 357.12">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: url(#_未命名的渐变_17);
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: url(#_未命名的渐变_20);
|
||||
isolation: isolate;
|
||||
opacity: .67;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: url(#_未命名的渐变_19);
|
||||
}
|
||||
|
||||
.cls-4 {
|
||||
fill: url(#_未命名的渐变_21);
|
||||
}
|
||||
|
||||
.cls-5 {
|
||||
fill: #1e4eff;
|
||||
}
|
||||
|
||||
.cls-6 {
|
||||
fill: url(#_未命名的渐变_18);
|
||||
}
|
||||
</style>
|
||||
<linearGradient id="_未命名的渐变_17" data-name="未命名的渐变 17" x1="48.06" y1="843.69" x2="48.32" y2="844.05" gradientTransform="translate(14468.87 -275797.14) rotate(-180) scale(297.06 -327.05)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#6184fd"/>
|
||||
<stop offset="1" stop-color="#2451f2"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="_未命名的渐变_18" data-name="未命名的渐变 18" cx="53.3" cy="846.55" fx="53.3" fy="846.55" r="1.74" gradientTransform="translate(118617.47 -42988.16) rotate(-113.66) scale(148.53 -148.53)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fff"/>
|
||||
<stop offset=".15" stop-color="#ffd0d2"/>
|
||||
<stop offset=".25" stop-color="#ef9aa2"/>
|
||||
<stop offset=".51" stop-color="#436cf9"/>
|
||||
<stop offset="1" stop-color="#0037fa"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="_未命名的渐变_19" data-name="未命名的渐变 19" x1="49.09" y1="841.59" x2="48.82" y2="840.81" gradientTransform="translate(7379.51 -137443.04) rotate(-180) scale(148.53 -163.53)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#436cf9"/>
|
||||
<stop offset="1" stop-color="#2554f8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="_未命名的渐变_20" data-name="未命名的渐变 20" x1="49.58" y1="841.59" x2="49.59" y2="840.59" gradientTransform="translate(5989.07 -137279.53) rotate(-180) scale(117.51 -163.53)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#436cf9"/>
|
||||
<stop offset=".45" stop-color="#537aff"/>
|
||||
<stop offset="1" stop-color="#a2b8ff"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="_未命名的渐变_21" data-name="未命名的渐变 21" cx="54.85" cy="849.43" fx="54.85" fy="849.43" r="1.76" gradientTransform="translate(99977.39 6625.18) rotate(-90) scale(117.51 -117.51)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#00e3ff"/>
|
||||
<stop offset=".54" stop-color="#436cf9"/>
|
||||
<stop offset="1" stop-color="#436cf9"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<g id="_图层_1-2" data-name="图层 1">
|
||||
<g id="_菱形宝石-copy" data-name="菱形宝石-copy">
|
||||
<rect id="Rectangle" width="324.32" height="357.12"/>
|
||||
<polygon id="Path" class="cls-1" points="161.69 342.09 13.16 178.56 161.69 15.04 310.22 178.56 161.69 342.09"/>
|
||||
<polygon class="cls-6" points="162.63 178.56 162.63 15.04 311.16 178.56 162.63 178.56"/>
|
||||
<polygon class="cls-3" points="13.16 178.56 161.69 15.04 161.69 178.56 13.16 178.56"/>
|
||||
<polygon class="cls-5" points="161.69 342.09 13.16 178.56 161.69 178.56 161.69 342.09"/>
|
||||
<polygon class="cls-2" points="220.92 178.56 162.16 342.09 103.41 178.56 220.92 178.56"/>
|
||||
<polygon class="cls-4" points="220.92 178.56 162.16 15.04 103.41 178.56 220.92 178.56"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
assets/images/project/ecommerce/bctp.png
Normal file
|
After Width: | Height: | Size: 299 KiB |
BIN
assets/images/project/ecommerce/booking.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
assets/images/project/ecommerce/cargo.png
Normal file
|
After Width: | Height: | Size: 401 KiB |
BIN
assets/images/project/ecommerce/obh.png
Normal file
|
After Width: | Height: | Size: 374 KiB |
BIN
assets/images/project/port/bulk.png
Normal file
|
After Width: | Height: | Size: 297 KiB |
BIN
assets/images/project/port/cdi.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/images/project/port/cdi2.png
Normal file
|
After Width: | Height: | Size: 337 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 258 KiB |
|
Before Width: | Height: | Size: 913 KiB After Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 284 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 271 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 284 KiB |
BIN
assets/images/project/shipping/boat.png
Normal file
|
After Width: | Height: | Size: 500 KiB |
BIN
assets/images/project/shipping/company.png
Normal file
|
After Width: | Height: | Size: 434 KiB |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 23 KiB |
BIN
assets/images/solution/chain.png
Normal file
|
After Width: | Height: | Size: 720 KiB |
|
Before Width: | Height: | Size: 280 KiB |
BIN
assets/images/solution/neihe.png
Normal file
|
After Width: | Height: | Size: 296 KiB |
|
Before Width: | Height: | Size: 292 KiB After Width: | Height: | Size: 451 KiB |
BIN
assets/images/xiaolan.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
assets/images/yulong.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
252
assets/js/timeline.js
Normal file
@@ -0,0 +1,252 @@
|
||||
/**
|
||||
* 智慧时间轴组件 - 横向展开式
|
||||
* Smart Timeline Component - Horizontal Expansion
|
||||
*/
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
// 等待DOM加载完成
|
||||
document.addEventListener('DOMContentLoaded', initTimeline);
|
||||
|
||||
function initTimeline() {
|
||||
const container = document.querySelector('.timeline-container');
|
||||
if (!container) return;
|
||||
|
||||
const items = container.querySelectorAll('.timeline-item');
|
||||
if (!items.length) return;
|
||||
|
||||
// 入场动画 - 使用 Intersection Observer
|
||||
const observerOptions = {
|
||||
threshold: 0.1,
|
||||
rootMargin: '0px 0px -50px 0px'
|
||||
};
|
||||
|
||||
const observer = new IntersectionObserver((entries) => {
|
||||
entries.forEach(entry => {
|
||||
if (entry.isIntersecting) {
|
||||
animateItems();
|
||||
observer.unobserve(entry.target);
|
||||
}
|
||||
});
|
||||
}, observerOptions);
|
||||
|
||||
observer.observe(container);
|
||||
|
||||
// 节点逐个入场动画
|
||||
function animateItems() {
|
||||
items.forEach((item, index) => {
|
||||
setTimeout(() => {
|
||||
item.style.opacity = '1';
|
||||
item.style.transform = 'translateY(0)';
|
||||
}, index * 80);
|
||||
});
|
||||
}
|
||||
|
||||
// 初始化节点样式(用于动画)
|
||||
items.forEach(item => {
|
||||
item.style.opacity = '0';
|
||||
item.style.transform = 'translateY(20px)';
|
||||
item.style.transition = 'opacity 0.5s ease, transform 0.5s ease, flex 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.5s ease';
|
||||
});
|
||||
|
||||
// 触摸设备支持
|
||||
let touchStartX = null;
|
||||
let scrollLeft = null;
|
||||
|
||||
container.addEventListener('touchstart', (e) => {
|
||||
touchStartX = e.touches[0].pageX;
|
||||
scrollLeft = container.scrollLeft;
|
||||
}, { passive: true });
|
||||
|
||||
container.addEventListener('touchmove', (e) => {
|
||||
if (!touchStartX) return;
|
||||
const x = e.touches[0].pageX;
|
||||
const walk = (touchStartX - x) * 1.5;
|
||||
container.scrollLeft = scrollLeft + walk;
|
||||
}, { passive: true });
|
||||
|
||||
container.addEventListener('touchend', () => {
|
||||
touchStartX = null;
|
||||
});
|
||||
|
||||
// 鼠标滚轮横向滚动(移动端视图时)
|
||||
container.addEventListener('wheel', (e) => {
|
||||
if (container.scrollWidth > container.clientWidth) {
|
||||
if (Math.abs(e.deltaX) < Math.abs(e.deltaY)) {
|
||||
e.preventDefault();
|
||||
container.scrollLeft += e.deltaY;
|
||||
}
|
||||
}
|
||||
}, { passive: false });
|
||||
|
||||
// 拖拽滚动(移动端视图时)
|
||||
let isDragging = false;
|
||||
let startX;
|
||||
let dragScrollLeft;
|
||||
|
||||
container.addEventListener('mousedown', (e) => {
|
||||
if (container.scrollWidth <= container.clientWidth) return;
|
||||
if (e.target.closest('.timeline-item')) return;
|
||||
isDragging = true;
|
||||
container.style.cursor = 'grabbing';
|
||||
startX = e.pageX - container.offsetLeft;
|
||||
dragScrollLeft = container.scrollLeft;
|
||||
});
|
||||
|
||||
container.addEventListener('mouseleave', () => {
|
||||
isDragging = false;
|
||||
container.style.cursor = '';
|
||||
});
|
||||
|
||||
container.addEventListener('mouseup', () => {
|
||||
isDragging = false;
|
||||
container.style.cursor = '';
|
||||
});
|
||||
|
||||
container.addEventListener('mousemove', (e) => {
|
||||
if (!isDragging) return;
|
||||
e.preventDefault();
|
||||
const x = e.pageX - container.offsetLeft;
|
||||
const walk = (x - startX) * 2;
|
||||
container.scrollLeft = dragScrollLeft - walk;
|
||||
});
|
||||
|
||||
// 节点点击事件(可扩展)
|
||||
items.forEach((item) => {
|
||||
item.addEventListener('click', () => {
|
||||
// 添加点击反馈动画
|
||||
const dot = item.querySelector('.dot');
|
||||
if (dot) {
|
||||
dot.style.transform = 'translate(-50%, -50%) scale(2)';
|
||||
setTimeout(() => {
|
||||
dot.style.transform = '';
|
||||
}, 200);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
// 键盘导航支持
|
||||
let currentIndex = 0;
|
||||
|
||||
document.addEventListener('keydown', (e) => {
|
||||
if (!isElementInViewport(container)) return;
|
||||
|
||||
if (e.key === 'ArrowLeft') {
|
||||
currentIndex = Math.max(0, currentIndex - 1);
|
||||
scrollToItem(currentIndex);
|
||||
} else if (e.key === 'ArrowRight') {
|
||||
currentIndex = Math.min(items.length - 1, currentIndex + 1);
|
||||
scrollToItem(currentIndex);
|
||||
}
|
||||
});
|
||||
|
||||
function scrollToItem(index) {
|
||||
if (container.scrollWidth <= container.clientWidth) return;
|
||||
|
||||
const item = items[index];
|
||||
if (!item) return;
|
||||
|
||||
const containerRect = container.getBoundingClientRect();
|
||||
const itemRect = item.getBoundingClientRect();
|
||||
|
||||
const targetScrollLeft = container.scrollLeft + (itemRect.left - containerRect.left) - (containerRect.width / 2) + (itemRect.width / 2);
|
||||
|
||||
container.scrollTo({
|
||||
left: targetScrollLeft,
|
||||
behavior: 'smooth'
|
||||
});
|
||||
}
|
||||
|
||||
// ============================================
|
||||
// 自动轮播功能 - 从左到右循环展开
|
||||
// ============================================
|
||||
let autoPlayIndex = 0;
|
||||
let autoPlayTimer = null;
|
||||
let isUserInteracting = false;
|
||||
const autoPlayInterval = 3000; // 每个节点展开持续时间(毫秒)
|
||||
const pauseAfterInteraction = 5000; // 用户交互后暂停时间(毫秒)
|
||||
|
||||
// 添加自动展开的CSS类
|
||||
function expandItem(index) {
|
||||
// 移除所有节点的展开状态
|
||||
items.forEach(item => {
|
||||
item.classList.remove('auto-expanded');
|
||||
});
|
||||
// 给当前节点添加展开状态
|
||||
if (items[index]) {
|
||||
items[index].classList.add('auto-expanded');
|
||||
}
|
||||
}
|
||||
|
||||
// 自动轮播
|
||||
function autoPlay() {
|
||||
if (isUserInteracting) return;
|
||||
|
||||
expandItem(autoPlayIndex);
|
||||
autoPlayIndex = (autoPlayIndex + 1) % items.length;
|
||||
}
|
||||
|
||||
// 启动自动轮播
|
||||
function startAutoPlay() {
|
||||
if (autoPlayTimer) return;
|
||||
autoPlayTimer = setInterval(autoPlay, autoPlayInterval);
|
||||
// 立即展开第一个
|
||||
autoPlay();
|
||||
}
|
||||
|
||||
// 停止自动轮播
|
||||
function stopAutoPlay() {
|
||||
if (autoPlayTimer) {
|
||||
clearInterval(autoPlayTimer);
|
||||
autoPlayTimer = null;
|
||||
}
|
||||
// 移除所有展开状态
|
||||
items.forEach(item => {
|
||||
item.classList.remove('auto-expanded');
|
||||
});
|
||||
}
|
||||
|
||||
// 用户交互时暂停自动轮播
|
||||
function pauseAutoPlay() {
|
||||
isUserInteracting = true;
|
||||
stopAutoPlay();
|
||||
|
||||
// 一段时间后恢复自动轮播
|
||||
setTimeout(() => {
|
||||
isUserInteracting = false;
|
||||
if (isElementInViewport(container)) {
|
||||
startAutoPlay();
|
||||
}
|
||||
}, pauseAfterInteraction);
|
||||
}
|
||||
|
||||
// 监听用户交互
|
||||
container.addEventListener('mouseenter', pauseAutoPlay);
|
||||
container.addEventListener('touchstart', pauseAutoPlay, { passive: true });
|
||||
|
||||
// 使用 Intersection Observer 控制自动轮播
|
||||
const autoPlayObserver = new IntersectionObserver((entries) => {
|
||||
entries.forEach(entry => {
|
||||
if (entry.isIntersecting && !isUserInteracting) {
|
||||
startAutoPlay();
|
||||
} else {
|
||||
stopAutoPlay();
|
||||
}
|
||||
});
|
||||
}, { threshold: 0.3 });
|
||||
|
||||
autoPlayObserver.observe(container);
|
||||
|
||||
console.log("Timeline Loaded with Enhanced Labels and Positioning");
|
||||
}
|
||||
|
||||
// 工具函数:检查元素是否在视口中
|
||||
function isElementInViewport(el) {
|
||||
const rect = el.getBoundingClientRect();
|
||||
return (
|
||||
rect.top < window.innerHeight &&
|
||||
rect.bottom > 0
|
||||
);
|
||||
}
|
||||
})();
|
||||
@@ -119,55 +119,56 @@
|
||||
});
|
||||
|
||||
// 数据定义
|
||||
const caseData = {
|
||||
all: [
|
||||
{id: 1, title: "智慧港口管理系统", desc: "为某大型港口提供全流程数字化管理解决方案,实现船舶调度、货物跟踪、泊位管理的智能化运营", img: "assets/images/blog/pro1.jpg"},
|
||||
{id: 2, title: "航运电子商务平台", desc: "打造一站式航运电商服务平台,整合船期查询、在线订舱、支付结算等功能,提升客户体验", img: "assets/images/blog/pro2.jpg"},
|
||||
{id: 3, title: "车队调度系统", desc: "优化车队运输调度流程,实现智能路径规划、实时监控、燃油管理,降低运营成本15%", img: "assets/images/blog/pro3.jpg"},
|
||||
{id: 4, title: "散杂货作业平台", desc: "提供散杂货作业全流程数字化方案,支持装卸作业管理、计费结算、数据分析等功能", img: "assets/images/blog/pro4.jpg"},
|
||||
{id: 5, title: "集装箱智能运营", desc: "集装箱全程可视化管理系统,实现箱位跟踪、状态监控、数据分析,提高堆场利用率30%", img: "assets/images/blog/pro5.jpg"},
|
||||
{id: 6, title: "多式联运平台", desc: "整合海铁公空多种运输方式,提供门到门全程可视化服务,提升物流效率25%", img: "assets/images/blog/pro6.jpg"}
|
||||
],
|
||||
port: [
|
||||
{id: 4, title: "散杂货作业平台", desc: "提供散杂货作业全流程数字化方案,支持装卸作业管理、计费结算、数据分析等功能", img: "assets/images/blog/pro4.jpg"},
|
||||
{id: 7, title: "港口生产运营系统", desc: "数字化港口生产运营平台,整合作业计划、资源调度、作业监控等核心功能", img: "assets/images/blog/pro1.jpg"},
|
||||
{id: 8, title: "智慧港口安防系统", desc: "基于AI视觉的智能安防解决方案,实现24小时自动化监控与异常预警", img: "assets/images/blog/pro3.jpg"},
|
||||
{id: 9, title: "港口设备管理系统", desc: "港口机械设备全生命周期管理平台,支持设备监控、维护计划、故障诊断", img: "assets/images/blog/pro5.jpg"}
|
||||
],
|
||||
shipping: [
|
||||
{id: 2, title: "航运电子商务平台", desc: "打造一站式航运电商服务平台,整合船期查询、在线订舱、支付结算等功能", img: "assets/images/blog/pro2.jpg"},
|
||||
{id: 5, title: "集装箱智能运营", desc: "集装箱全程可视化管理系统,实现箱位跟踪、状态监控、数据分析", img: "assets/images/blog/pro5.jpg"},
|
||||
{id: 10, title: "船舶管理解决方案", desc: "船舶运营管理信息系统,涵盖船舶档案、船员管理、维修管理等模块", img: "assets/images/blog/pro6.jpg"},
|
||||
{id: 11, title: "航运大数据分析", desc: "航运业大数据平台,深度挖掘运输数据价值,为决策提供支持", img: "assets/images/blog/pro4.jpg"}
|
||||
],
|
||||
fleet: [
|
||||
{id: 3, title: "车队调度系统", desc: "优化车队运输调度流程,实现智能路径规划、实时监控、燃油管理", img: "assets/images/blog/pro3.jpg"},
|
||||
{id: 12, title: "干线运输管理系统", desc: "干线运输标准化管理平台,实现车辆、司机、货物的全流程管控", img: "assets/images/blog/pro2.jpg"},
|
||||
{id: 13, title: "冷链物流监控系统", desc: "冷链运输温湿度实时监控解决方案,确保货物质量安全", img: "assets/images/blog/pro5.jpg"},
|
||||
{id: 14, title: "城配智能调度", desc: "城市配送智能调度系统,支持动态路由规划、实时订单分派", img: "assets/images/blog/pro1.jpg"}
|
||||
],
|
||||
bulky: [
|
||||
{id: 4, title: "散杂货作业平台", desc: "提供散杂货作业全流程数字化方案,支持装卸作业管理、计费结算等功能", img: "assets/images/blog/pro4.jpg"},
|
||||
{id: 15, title: "钢材物流管理系统", desc: "钢材行业专用物流管理系统,支持规格管理、库存跟踪、配送调度", img: "assets/images/blog/pro2.jpg"},
|
||||
{id: 16, title: "煤炭运输监管平台", desc: "煤炭公路运输全程监管系统,实现装车、运输、卸货全环节可视化", img: "assets/images/blog/pro6.jpg"},
|
||||
{id: 17, title: "散货仓储管理系统", desc: "散货仓储数字化管理解决方案,支持入库、出库、库存、盘点等", img: "assets/images/blog/pro3.jpg"}
|
||||
],
|
||||
container: [
|
||||
{id: 5, title: "集装箱智能运营", desc: "集装箱全程可视化管理系统,实现箱位跟踪、状态监控、数据分析", img: "assets/images/blog/pro5.jpg"},
|
||||
{id: 18, title: "集装箱码头操作系统", desc: "一体化集装箱码头操作系统,支持船舶配载、堆场管理等功能", img: "assets/images/blog/pro1.jpg"},
|
||||
{id: 19, title: "空箱调运优化系统", desc: "基于AI算法的空箱调运优化平台,降低运营成本20%以上", img: "assets/images/blog/pro4.jpg"},
|
||||
{id: 20, title: "集装箱维修管理", desc: "集装箱维修全生命周期管理系统,实现报修、维修、质检流程数字化", img: "assets/images/blog/pro6.jpg"}
|
||||
]
|
||||
};
|
||||
const caseData = [
|
||||
{id: 1, title: "唐山港集团有限公司", desc: "唐山港集团有限公司是中国北方重要的综合性港口企业,拥有煤炭、矿石、集装箱、液体化工等多种专业化码头...", img: "assets/images/tangshangang.jpg", href: "classiccase/tangshan_ore_terminal.html",category:["port"]},
|
||||
{id: 2, title: "中山港航集团股份有限公司", desc: "创立于2000年12月,注册地位于中山市火炬开发区沿江东一路3号港航大厦...", img: "assets/images/zhongshanganghang.jpg", href: "classiccase/zhongshan_port_service.html",category:["port"]},
|
||||
{id: 3, title: "秦皇岛港股份有限公司", desc: "河北港口集团核心企业,全球最大大宗干散货公众码头之一,1898年开埠,现有生产泊位71个...", img: "assets/images/logo2.jpg", href: "classiccase/qinhuangdao_cargo_system.html",category:["port"]},
|
||||
{id: 4, title: "中山港航集团股份有限公司", desc: "中山港航集团股份有限公司集装箱码头系统,提供集装箱码头全流程数字化管理...", img: "assets/images/zhongshanganghang.jpg", href: "classiccase/zhongshan_container_terminal.html",category:["port"]},
|
||||
{id: 5, title: "上海航华国际船务代理有限公司", desc: "2000年4月成立的国有控股国际船舶代理企业,由上海国际港务(集团)股份有限公司、上海航运交易所共同投资...", img: "assets/images/logo5.jpg", href: "classiccase/shanghai_hanghua_ship_agent.html",category:["ship-agent","shipping-company","freight-forwarder"]},
|
||||
{id: 6, title: "北部湾港防城港码头有限公司", desc: "广西北部湾国际港务集团有限公司旗下核心企业,主要从事集装箱、散货的装卸、仓储、运输等业务...", img: "assets/images/fangcheng.png", href: "classiccase/fangchenggang_railway_container.html",category:["port"]},
|
||||
{id: 7, title: "上海上港联合国际船舶代理有限公司", desc: "上海上港联合国际船舶代理有限公司订舱平台,提供一站式在线订舱服务...", img: "assets/images/liandai.png", href: "classiccase/shanggang_liandai_booking.html",category:["shipping-company","ship-agent","freight-forwarder"]},
|
||||
{id: 8, title: "威海港通信息科技有限公司", desc: "山东港口威海港有限公司全资控股的国有企业,成立于2015年,注册资本500万元...", img: "assets/images/weihaigang.jpg", href: "classiccase/weihai_gate_yard.html",category:["port","shipping-company"]},
|
||||
{id: 9, title: "安徽港口集团合肥有限公司", desc: "统筹管理南淝河港区、巢湖港区与派河港区,拥有生产性泊位25个,年设计吞吐能力达集装箱90万标箱...", img: "assets/images/hefei.png", href: "classiccase/anhui_port_hefei.html",category:["fleet","freight-forwarder","logistics"]},
|
||||
{id: 10, title: "梧州市港务发展集团有限公司", desc: "市直属国有独资企业,2022年3月注册成立,注册资本10亿元,打造智慧梧州港...", img: "assets/images/wuzhou.png", href: "classiccase/smart_wuzhou_port.html",category:["shipping-company"]},
|
||||
{id: 11, title: "中山小榄港货运联营有限公司", desc: "立足粤港澳大湾区,是中山市小榄镇核心物流枢纽,注册资本1.2亿元,为港澳台合资企业...", img: "assets/images/xiaolan.jpg", href: "classiccase/zhongshan_xiaolan_remote.html",category:["port","machinery"]},
|
||||
{id: 12, title: "山东裕龙港务有限公司", desc: "位于山东省龙口市,是裕龙石化产业园配套的重要港口企业,致力于打造现代化、智能化、绿色化的综合性港口...", img: "assets/images/yulong.jpg", href: "classiccase/yulong_terminal_system.html",category:["port"]},
|
||||
{id: 13, title: "广州市港务局", desc: "成立于2004年,为市政府直属正厅级事业单位,负责广州港政、水路运输及航道管理...", img: "assets/images/guangzhougangwuju.jpg", href: "classiccase/guangzhou_port_authority.html",category:[]},
|
||||
{id: 14, title: "恒通物流股份有限公司", desc: "成立于2005年,注册资本5.8亿元,是国内领先的综合物流服务商,聚焦公路干线运输、多式联运、冷链物流...", img: "assets/images/hengtong.png", href: "classiccase/hengtong_logistics.html",category:["fleet","logistics","port"]},
|
||||
{id: 15, title: "广州安之达物流有限公司", desc: "成立于2001年,是一家以综合物流服务和危险货物操作为品牌的专业物流公司...", img: "assets/images/anzhida.png", href: "classiccase/guangzhou_anzhida_logistics.html",category:["freight-forwarder","warehouse","logistics"]},
|
||||
{id: 16, title: "日照泓源物流有限公司", desc: "创立于2009年,专注中国内贸集装箱物流运输领域,是以沿海集装箱航运、陆地集卡运输及综合物流服务为核心的大型综合性物流企业...", img: "assets/images/pro/hongyuan.jpg", href: "classiccase/rizhao_hongyuan_logistics.html",category:["fleet","freight-forwarder","logistics","warehouse"]},
|
||||
{id: 17, title: "侨益物流股份有限公司", desc: "新三板挂牌企业,专注大宗农产品全链条物流解决方案,作为华南地区农产品物流龙头企业...", img: "assets/images/logo.jpg", href: "classiccase/qiaoyi_logistics.html",category:["ship-agent","freight-forwarder","warehouse","fleet","logistics"]},
|
||||
{id: 18, title: "秦皇岛港股份有限公司流动机械分公司", desc: "秦皇岛港股份有限公司旗下重要作业单位,负责港区内流动机械的统一调度、运营维护与管理工作...", img: "assets/images/logo2.jpg", href: "classiccase/mobile_machinery_dispatch.html",category:["port","machinery"]},
|
||||
{id: 19, title: "珠江船务企业(集团)有限公司", desc: "珠江船务对现有码头区域平台化经营管理的尝试,解决平台内各码头的拖车集中监控、集中调配问题...", img: "assets/images/zhujiang.png", href: "classiccase/zhujiang_shipping.html",category:["fleet","freight-forwarder"]},
|
||||
{id: 20, title: "海南海峡航运股份有限公司", desc: "成立于2002年,是中远海运集团旗下A股上市公司,注册资本22.29亿元,是琼州海峡客滚运输龙头企业...", img: "assets/images/haixia.png", href: "classiccase/hainan_strait_shipping.html",category:["shipping-company"]},
|
||||
{id: 21, title: "唐山港合德海运有限公司", desc: "唐山港合德海运有限公司是河北港口集团唐港集团旗下内外贸兼营的集装箱航运企业,注册资本18.5亿元...", img: "assets/images/shanghaihede.jpg", href: "classiccase/hede_international_shipping.html",category:["shipping-company"]},
|
||||
{id: 22, title: "上海海华轮船有限公司", desc: "1990年成立,系上海锦江航运(集团)股份有限公司全资国有航运企业,专注近洋集装箱班轮运输...", img: "assets/images/haihua.jpg", href: "classiccase/shanghai_haihua_shipping.html",category:[]},
|
||||
{id: 23, title: "上海锦江航运(集团)有限公司", desc: "上海锦江航运(集团)股份有限公司(股票代码:601083)1983年成立的中国领先区域性集装箱航运企业...", img: "assets/images/logo1.jpg", href: "classiccase/jinjiang_shipping_ecommerce.html",category:["shipping-company"]},
|
||||
{id: 24, title: "嘉华航运(香港)有限公司", desc: "嘉华航运(香港)有限公司,2023年成立的新兴国际航运企业,专注中东及北非市场...", img: "assets/images/jiahua.jpg", href: "classiccase/jiahua_shipping_system.html",category:["shipping-company","ship-agent","freight-forwarder"]},
|
||||
{id: 25, title: "天津中运海运集团有限公司", desc: "成立于2012年,注册资金叁仟万元,总部设于天津滨海经济开发区...", img: "assets/images/tianjinzhongyun.jpg", href: "classiccase/tianjin_zhongyun_shipping.html",category:["shipping-company"]},
|
||||
{id: 26, title: "连云港中韩轮渡有限公司", desc: "位于新亚欧大陆桥东桥头堡——连云港东端,独家经营连云港至仁川、平泽客货班轮航线...", img: "assets/images/lianyungang.jpg", href: "classiccase/lianyungang_china_korea_ferry.html",category:["shipping-company","ship-agent","freight-forwarder"]},
|
||||
{id: 27, title: "唐山港合德海运有限公司", desc: "唐山港合德海运有限公司,专注内外贸集装箱航线运营,主营国际国内水路运输、货运代理、船舶代理...", img: "assets/images/shanghaihede.jpg", href: "classiccase/hede_global_supply_chain.html",category:["shipping-company","freight-forwarder","logistics"]},
|
||||
{id: 28, title: "烟台哈尼泰克集装箱租赁有限公司", desc: "成立于2017年,是烟台片区专注集装箱租赁服务的小微企业,亟需建设智能化集装箱租赁管理系统...", img: "assets/images/hani.png", href: "classiccase/yantai_hanitek_container.html",category:["shipping-company","logistics","container-yard"]},
|
||||
{id: 29, title: "唐山海港海通海运代理有限公司", desc: "2002年6月成立于唐山海港开发区,深耕海运代理领域二十余载,核心业务为货物运输代理...", img: "assets/images/tangshangang.jpg", href: "classiccase/tangshan_haitong_shipping.html",category:["freight-forwarder","logistics","fleet"]},
|
||||
{id: 30, title: "河北黄骅港", desc: "我国\"西煤东运、北煤南运\"核心枢纽港口,货物吞吐量连续五年超3亿吨,年疏港车辆通行量突破120万辆次...", img: "assets/images/huanghua.jpg", href: "classiccase/huanghua_vehicle_analysis.html",category:["fleet","logistics","port"]},
|
||||
{id: 31, title: "北部湾港防城港码头有限公司", desc: "广西北部湾港涵盖防城港域、北海港域、钦州港域,位居泛北部湾经济圈核心位置...", img: "assets/images/fangcheng.png", href: "classiccase/beibuwan_shuttle_bus.html",category:["shipping-company","logistics"]},
|
||||
{id: 32, title: "华海国际船舶代理有限公司", desc: "华海集团创立于2003年,主营船舶代理、货物代理、国际远洋及国内沿海运输、租船订舱...", img: "assets/images/huahai.png", href: "classiccase/rizhao_huahai_shipping.html",category:["ship-agent","freight-forwarder","logistics"]},
|
||||
{id: 33, title: "上海上港联合国际船舶代理有限公司", desc: "1994年成立,系上海国际港务(集团)股份有限公司全资子公司,上海港主要国际船舶代理服务企业之一...", img: "assets/images/liandai.png", href: "classiccase/shanggang_liandai_integration.html",category:["ship-agent","shipping-company","freight-forwarder"]},
|
||||
{id: 34, title: "上海港船务代理有限公司", desc: "1993年8月成立,植根上海并深度依托国际航运中心优势,专注水上运输领域的专业船舶代理服务...", img: "assets/images/shanghaigang.png", href: "classiccase/shanghai_port_coastal_system.html",category:["shipping-company","ship-agent","freight-forwarder"]},
|
||||
{id: 35, title: "唐山港口实业集团有限公司", desc: "河北省港口整合平台核心企业,负责运营唐山港\"三港四区\"中的京唐港区与曹妃甸港区,年吞吐量逾3亿吨...", img: "assets/images/tangshangang.jpg", href: "classiccase/tangshan_bigdata_platform.html",category:["port"]},
|
||||
{id: 36, title: "上海航华国际船务代理有限公司", desc: "上海航华国际船务代理有限公司海运电商云服务平台,提供数字化航运服务...", img: "assets/images/logo5.jpg", href: "classiccase/shanghai_hanghua_cloud.html",category:["ship-agent","shipping-company","freight-forwarder"]},
|
||||
{id: 37, title: "上海鹏华船务有限公司", desc: "2004年成立的中国首家公共船舶代理合资企业,致力于为全球客户提供全方位、高效率国际船舶代理服务...", img: "assets/images/shanghaipenghua.jpg", href: "classiccase/shanghai_penghua_platform.html",category:["ship-agent","shipping-company","freight-forwarder"]},
|
||||
{id: 38, title: "上海新海国际船舶代理有限公司", desc: "1993年3月29日成立于上海,专注提供全方位国际船舶代理服务,作为连接船东、租家、港口及相关方的关键纽带...", img: "assets/images/xinhai.jpg", href: "classiccase/shanghai_xinhai_freight.html",category:["ship-agent","shipping-company","freight-forwarder"]},
|
||||
{id: 39, title: "济宁港航建设有限公司", desc: "济宁能源集团核心子公司,主营京杭运河济宁段港口、航道、船闸一体化投资运营,年吞吐量超3000万吨...", img: "assets/images/jining.png", href: "classiccase/canal_logistics_supervision.html",category:["port","logistics"]}
|
||||
];
|
||||
|
||||
// 渲染卡片函数
|
||||
function renderCards(category) {
|
||||
const cardsContainer = document.getElementById('caseCards');
|
||||
const cards = caseData[category] || caseData.all;
|
||||
const cards = category==='all'? caseData : caseData.filter(card => !category || (card.category && card.category.includes(category)));
|
||||
|
||||
let html = '';
|
||||
cards.forEach(card => {
|
||||
const href = card.href || 'classiccase_example.html';
|
||||
const href = card.href || 'classiccase/classiccase_example.html';
|
||||
html += `
|
||||
<a href="${href}" class="product-card">
|
||||
<div class="card-img">
|
||||
|
||||
238
classiccase/anhui_port_hefei.html
Normal file
@@ -0,0 +1,238 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 安徽港口集团合肥有限公司
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">安徽港口集团合肥有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">安徽港口集团合肥有限公司统筹管理南淝河港区、巢湖港区与派河港区,拥有生产性泊位25个、岸线2695.7米,年设计吞吐能力达集装箱90万标箱、件杂货700万吨、滚装商品汽车10万辆。南淝河港区信息化程度领先,2011年上线TOS系统后持续升级智能道口、对外服务平台及EDI系统,2021年启动堆场与水平运输自动化改造(建设中)。派河港区2023年1月试运营并部署TOS系统(试运行阶段),巢湖港区同步纳入统一管理框架。为整合三港资源,公司正建设合肥管控平台,目标实现业务线上统一受理(集装箱/件散货)、商务集中结算及生产协同调度。当前平台已对接派河、巢湖港区系统,南淝河港区因系统融合复杂度暂未完成对接。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 纸质单据流转效能瓶颈</strong><br>
|
||||
车队对接码头业务全流程依赖纸质单据,涵盖信息核对、车辆进出登记及交接确认等环节。单据需经打印、填写、审核、存档多步操作,工作人员耗费大量时间整理传递。单据填写错误或丢失易引发信息不一致,额外沟通修正严重挤占车辆通行时间,显著降低作业效率并推升人工与物料成本。</p>
|
||||
<p><strong>2. 信息孤岛制约调度效能</strong><br>
|
||||
拖车运营缺乏统一监控与调度平台,车辆状态、运行轨迹及任务进度数据分散孤立。跨码头动态信息无法共享,管理人员难以及时掌握全局运力分布。无法根据货物吞吐量、闸口效率动态调配资源,导致车辆闲置与运力紧张并存,既浪费资源又拖累转运时效,阻碍码头智能化升级。</p>
|
||||
<p><strong>3. 智能管理技术基础缺失</strong><br>
|
||||
车辆实时位置、载重状态及任务进度无法可视化捕捉,管理人员难以掌控车队全局动态。调度决策依赖人工经验,缺乏数据驱动的运力预判、路径规划与智能派单功能。车辆调度效率低下与资源配置失衡并存,加剧管理成本与任务延误风险,严重制约码头运营智能化进程。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 全链路溯源体系</strong><br>
|
||||
集成移动端数据采集与车辆定位技术,实现货物从装货、运输到交付的全过程实时监控。通过货运信息管理系统记录关键节点数据,运输异常响应时效提升50%+,全面保障货物安全性与运输可靠性。</p>
|
||||
<p><strong>2. 港口服务生态升级</strong><br>
|
||||
构建三港统一业务枢纽,实现集装箱业务统一受理、商务管理及报表分析。依托集疏运平台整合拖车资源,延伸服务半径至客户厂区,港企协同效率提升40%+,形成装卸-配送一体化服务能力,强化港口核心竞争力。</p>
|
||||
<p><strong>3. 智能集疏运成本优化</strong><br>
|
||||
部署智能算法引擎,基于车辆位置、年限、状态及装卸点动态优化路线。提升双重运输概率与车辆利用率,降低无效等待时间40%+。通过预约排队系统实现三港作业信息共享与计划协同,显著压缩集疏运综合成本。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 闸口通行效率跨越式提升</strong><br>
|
||||
传统闸口依赖人工核验纸质单据,车队车辆需排队1-2小时,单据错误需往返修正。无纸化自动闸口通过线上预审与系统自动核验,车辆到达后30秒内完成识别放行。司机无需下车交单,大幅缩短滞留时间,车辆周转率提升30%以上,多频次运输车队运营节奏显著提速。</p>
|
||||
<p><strong>2. 运营成本精准降低</strong><br>
|
||||
纸质模式下,单台车年均单据支出超千元。无纸化闸口消除提单、磅单等打印与存储成本,减少单据丢失补办及违约损失。高效通行降低车辆怠速油耗,人工核对环节精简进一步压缩综合运营成本。</p>
|
||||
<p><strong>3. 规范化管理降低双风险</strong><br>
|
||||
自动闸口系统与车队管理平台实时联动,车辆进出时间、货物状态自动同步,管理人员可远程监控进度。电子单据可追溯性避免纸质单据丢失纠纷,数据符合税务与监管要求,降低合规风险与管理成本。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
225
classiccase/beibuwan_shuttle_bus.html
Normal file
@@ -0,0 +1,225 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 北部湾防城港穿梭巴士
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">北部湾防城港有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">广西北部湾港涵盖防城港域、北海港域、钦州港域,位居泛北部湾经济圈、泛珠三角区域经济圈与中国—东盟经济圈交汇核心。作为践行"一带一路"倡议与"西部陆海新通道"战略的关键节点,是西南地区内外贸物资转运距离最短的出海口,中国大西南最佳出海门户,以及面向东盟国家最便捷的出海通道。依托毗邻东盟的区位优势,北部湾港深度融入国家战略,持续提升与东南亚地区的互联互通水平,通过强化西部大开发新格局举措,推动区域经济高质量发展与对外开放纵深拓展。当前运营穿梭巴士船舶14艘,其中300TEU以下4艘、300-500TEU级5艘、500-1000TEU级4艘、1000TEU以上1艘。2022年穿巴业务吞吐量目标为160万TEU,基于吞吐量高速增长需求,本次系统采购将支撑年处理400万标准箱的业务规模。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 分布式港口协同需求</strong><br>
|
||||
北港集团在钦州港、防城港、北海港(含铁山)实施分布式码头布局,推行货源就近集港策略。为整合三港资源,需建立标准化码头作业单元与穿巴运输体系,通过智能调配打通码头间物理隔阂,构建高效联通的港口网络,支撑"枢纽港"战略落地。</p>
|
||||
<p><strong>2. 穿巴智能调度挑战</strong><br>
|
||||
传统穿巴管理难以满足枢纽港规模化运作需求。需通过智能综合管理系统实现船舶动态调度、运输路径优化及作业单元协同,解决多码头间穿巴运力与货源匹配效率问题,保障"通道+枢纽+网络"物流体系高效运转。</p>
|
||||
<p><strong>3. 标准化体系贯通瓶颈</strong><br>
|
||||
现有各港区作业标准不统一,制约穿巴运输效能。亟需建立覆盖船舶调度、装卸流程、信息交互的标准化体系,消除跨港区协作壁垒,强化枢纽港集疏运能力,为现代化物流体系提供基础支撑。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 全流程信息化升级</strong><br>
|
||||
构建穿巴业务综合管控平台,覆盖商务服务、订舱配舱、船舶管理、单证交互等全环节。通过线上审批与自动化流程,减少手工操作70%+,实现业务规范化、流程化管理,提升信息化综合水平。</p>
|
||||
<p><strong>2. 智能化调度与监控</strong><br>
|
||||
部署智能配舱与调度引擎,动态优化船舶运力分配与航线规划。集成安全体系监控与预警提醒功能,提升船舶调度效率40%,强化船队运行安全性与响应实时性。</p>
|
||||
<p><strong>3. 跨系统数据互联</strong><br>
|
||||
打通码头生产系统(TOPS)与北港网数据链路,实现船期、货物、场地等信息的自动同步。通过船舶动态可视化与计费自动化,降低人工干预90%,保障业务高效协同运转。</p>
|
||||
<p><strong>4. 数据驱动决策支持</strong><br>
|
||||
建立统计分析中枢,整合运力效能、客户服务、成本结构等多维度数据。生成可分级查看的决策报表,赋能降本增效策略制定,支撑穿巴业务战略目标达成。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 运营效率跃升</strong><br>
|
||||
智能调度系统基于算法推荐运输方案,经人工确认后执行。实现资源与任务的实时精准匹配,减少船舶闲置与等待时间30%+,优化路径规划与作业顺序,显著降低人力与能耗成本,同步提升服务时效性与可靠性,全面驱动降本增效。</p>
|
||||
<p><strong>2. 协同作业效能突破</strong><br>
|
||||
打通码头间信息壁垒,构建全流程协同平台。通过状态实时更新、电子化单证流转及留痕式沟通,缩减跨部门协调耗时50%,明确责任分工,强化业务互补优势,实现协同增效。</p>
|
||||
<p><strong>3. 多港航线资源整合</strong><br>
|
||||
钦州、防城港、北海三港经穿巴系统互联形成"超级大港"。货主可自由选择任一港区出货,共享三港全部远洋航线资源,航线选择丰富度提升200%+,突破单一港口航线限制,增强货运灵活性。</p>
|
||||
<p><strong>4. 客户体验智能化升级</strong><br>
|
||||
线上订舱平台支持船期查询、舱位预订、费用支付及集装箱动态跟踪。全流程可视化与透明化操作,降低客户沟通成本60%,提供类民航机票的便捷服务体验。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
242
classiccase/canal_logistics_supervision.html
Normal file
@@ -0,0 +1,242 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 运河物流一体化船舶收费监管平台
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">济宁港航建设有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">济宁港航建设有限公司是济宁能源集团核心子公司,主营京杭运河济宁段港口、航道、船闸一体化投资运营,年吞吐量超 3000 万吨,管理 14 处作业区与 4 处船闸,为鲁西南最大内河港口运营商。公司坚持"数字港航"战略,2022 年率先在内河领域落地船舶收费智能监管平台,打造京杭运河"智慧航道"标杆。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 收费模式升级</strong><br>
|
||||
原有航道通行费、垃圾费全部线下现金收缴,4 处收费站日均 500 艘船舶,船员需停船排队缴费,平均耗时 15 分钟以上。</p>
|
||||
<p><strong>2. 监管手段缺失</strong><br>
|
||||
人工抽查录像核对缴费,漏收、逃费无法实时发现,船舶位置、视频、票据三套数据互不联通,监管盲区大。</p>
|
||||
<p><strong>3. 集团数字化战略</strong><br>
|
||||
济宁能源集团"十四五"规划提出"统一平台、统一数据、统一运营",要求 2023 年前完成港航板块 100%线上收费,并与现有智慧港航大数据平台无缝融合。</p>
|
||||
<p><strong>4. 行业监管加严</strong><br>
|
||||
交通部 2022 年《内河航道运行管理办法》明确船舶信用管理,对未缴费行为纳入全国信用系统,亟需信息化手段实现实时取证与联动惩戒。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 逃费率为零</strong><br>
|
||||
AI 摄像头船号识别准确率≥98%,联动 AIS 轨迹与票据数据,实时预警未缴费船舶,实现逃费率为0。</p>
|
||||
<p><strong>2. 一站统管</strong><br>
|
||||
打通 4 处收费站、11 处垃圾接收点、集团大数据平台,收费、票据、财务、信用 4 类数据实时汇聚,领导驾驶舱一屏总览日吞吐量、日费收、船舶信用分。</p>
|
||||
<p><strong>3. 船舶可视化跟踪</strong><br>
|
||||
通过集成AIS(船舶自动识别系统)技术,能够实时、精准地获取航道内船舶的动态信息,包括船舶位置、航速、航向等关键数据。不仅提升了船舶跟踪的实时性和准确性,还为港航管理提供了强有力的数据支持,有效增强了航道安全监管和船舶调度效率。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 提升收费监管效率,杜绝漏收现象</strong><br>
|
||||
通过AI图像识别与AIS船舶定位技术,系统自动识别船舶身份、判断进出区域行为,并与缴费记录实时比对。一旦发现未缴费船舶,系统立即预警,辅助人工确认,有效杜绝传统人工查验方式下的漏收问题,大幅提升收费准确性与监管效率。</p>
|
||||
<p><strong>2. 优化客户服务体验,实现线上便捷缴费</strong><br>
|
||||
平台支持移动端及微信小程序在线办理缴费、开票、查询等业务,船主无需现场排队,随时随地完成费用缴纳。线上服务模式的引入,显著提升客户满意度和业务办理效率,顺应数字化服务趋势。</p>
|
||||
<p><strong>3. 强化航道监管能力,提升运营可视化水平</strong><br>
|
||||
系统整合视频监控、AIS信号与AI分析,实现对航道船舶的实时定位、轨迹跟踪与状态可视化。管理人员可通过电子航道图一目了然掌握船舶动态、缴费状态及通行密度,为调度决策与航道管理提供数据支撑。</p>
|
||||
<p><strong>4. 实现资源整合与统一管理,降低运营成本</strong><br>
|
||||
平台与集团智慧港航大数据平台无缝集成,共享IT资源与数据服务,避免重复建设。同时支持多收费站、多收费项目的统一设置与管理,实现业务数据互联互通,有效降低系统维护与运营成本。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
236
classiccase/classiccase_example.html
Normal file
@@ -0,0 +1,236 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 岸基网络货运平台
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">秦皇岛港股份有限公司流动机械分公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">秦皇岛港股份有限公司流动机械分公司是秦皇岛港股份有限公司旗下的重要作业单位,主要负责港区内流动机械的统一调度、运营维护与管理工作。分公司拥有起重机、叉车、装载机、自卸车等多种流动机械设备,承担着煤炭、杂货等核心货类的装卸与转运任务,是保障港口生产作业高效运转的关键力量。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 传统调度模式难以满足实时作业需求</strong><br>
|
||||
秦皇岛港区内流动机械作业范围广、车型繁杂,东西港区作业地点分散,每日出车量与作业地点不固定,依赖人工调度无法实现高效、灵活的车辆调配,影响整体作业效率与服务响应能力。</p>
|
||||
<p><strong>2. 数据记录与协同存在盲区</strong><br>
|
||||
车辆申请、调度、监控、反馈等环节均依靠人工记录,数据统计与稽核效率低下,信息传递滞后,难以实现全过程可视化管理和跨部门协同,制约了流动机械作业的精细化管理水平。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 实现调度智能化</strong><br>
|
||||
建设流动机械智能调度指挥系统,通过电子地图实时显示车辆位置,支持昼夜计划与临时用车在线申请、审批与派车,提升调度响应速度与精准度。</p>
|
||||
<p><strong>2. 构建作业可视化平台</strong><br>
|
||||
基于GIS地图实现车辆轨迹回放、电子围栏设置、超区报警等功能,实现对流动机械作业全过程的可视化监控与动态管理。</p>
|
||||
<p><strong>3. 推动管理精细化</strong><br>
|
||||
建立统一的车辆、人员、作业信息管理模块,支持数据查询、统计分析,为管理层提供决策支持,提升流动机械作业的标准化与信息化水平。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 调度效率显著提升</strong><br>
|
||||
系统实现智能派车与实时监控,调度响应时间与车辆利用率提高,有效减少空驶与等待时间。</p>
|
||||
<p><strong>2. 作业过程透明可控</strong><br>
|
||||
通过GIS可视化与电子围栏功能,车辆位置、作业状态实时可查,异常情况及时报警,大幅提升现场管理的精准性与安全性。</p>
|
||||
<p><strong>3. 数据驱动管理优化</strong><br>
|
||||
系统自动记录并汇总作业数据,支持多维统计分析,为车辆调度、人员考核、作业优化提供数据支撑,推动管理从经验型向数据型转变。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
227
classiccase/fangchenggang_railway_container.html
Normal file
@@ -0,0 +1,227 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 防城港铁路集装箱场站管理系统
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">北部湾港防城港码头有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">北部湾港防城港码头有限公司是广西北部湾国际港务集团有限公司旗下核心企业,主要从事集装箱、散货的装卸、仓储、运输等业务。作为西南地区重要的海铁联运枢纽,公司致力于提升港口智能化水平,推动区域经济发展,是国家"一带一路"倡议中重要的物流节点。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 铁路集装箱作业量激增,管理难度加大</strong><br>
|
||||
随着铁路集装箱吞吐量增长,传统人工理货、纸质运单、手工录入等方式已无法满足高效作业需求,现场作业效率低、错误率高,急需信息化升级。</p>
|
||||
<p><strong>2. 多系统割裂,数据无法共享</strong><br>
|
||||
原有系统间缺乏统一接口,铁路、散货、集装箱、闸口等系统数据孤立,导致重复录入、信息不一致,影响整体作业协同与数据准确性。</p>
|
||||
<p><strong>3. 人工理货效率低,出错率高</strong><br>
|
||||
理货员需在现场核对箱号、车号、货名等信息,手工记录并录入系统,存在较大人为差错风险,且作业时间长,影响车辆周转效率。</p>
|
||||
<p><strong>4. 安全管理与监管要求提升</strong><br>
|
||||
随着港口作业安全监管趋严,需实现作业全过程可视化、可追溯,提升对人员、车辆、货物的实时监控与异常预警能力。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 实现铁路集装箱系统一体化升级</strong><br>
|
||||
构建统一平台,整合铁路、集装箱、散货、北斗、闸口等系统,实现数据共享与业务协同,提升整体作业效率与管理水平。</p>
|
||||
<p><strong>2. 推动理货作业智能化、远程化</strong><br>
|
||||
通过远程智能理货系统,实现理货员在后台远程核对、确认作业信息,减少现场人员投入,提升理货效率与准确性。</p>
|
||||
<p><strong>3. 实现作业流程无纸化、自动化</strong><br>
|
||||
通过电子运单、自动识别、系统对接等手段,替代传统纸质单据与人工录入,降低差错率,提升作业自动化水平。</p>
|
||||
<p><strong>4. 强化作业安全与过程可视化</strong><br>
|
||||
通过视频监控、图像识别、语音播报等手段,实现作业全过程可视化监管,提升安全管控能力与异常响应速度。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 作业效率提升</strong><br>
|
||||
通过智能调度、自动识别、远程理货等功能,显著缩短车辆停留时间,提升集装箱周转效率,日均作业量提升明显。</p>
|
||||
<p><strong>2. 人工成本降低</strong><br>
|
||||
减少现场理货、调度、录入等人工操作环节,优化人员配置,降低人力成本,释放人力资源用于更高价值工作。</p>
|
||||
<p><strong>3. 数据准确率提升</strong><br>
|
||||
系统自动识别箱号、车号,并与指令自动比对,杜绝人工录入错误,确保数据实时、准确、可追溯。</p>
|
||||
<p><strong>4. 客户满意度显著提升</strong><br>
|
||||
系统上线后,客户反馈作业流程更清晰、响应更及时、服务更高效,客户满意度与信任度大幅提升。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
225
classiccase/guangzhou_anzhida_logistics.html
Normal file
@@ -0,0 +1,225 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 广州安之达物流有限公司
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">广州安之达物流有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">广州市安之达物流有限公司成立于2001年,是一家以综合物流服务和危险货物操作为品牌的专业物流公司。公司员工总数近300人,自有普危牵引车及厢车87台,自有普危挂车142台,自有专业ISOTANK50个、仓库面积约35000平方米(经营及使用)、停车场面积25000平方米、办公场所1000多平方米。公司主营:危险品及普货陆路运输、仓储、国内联运、国际海运、报关报检、口岸申报(港务及海事)、码头操作(拆装箱、理货、捆扎、加固等)。兼营:设备租赁、物流咨询及供应链金融服务等。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 智能调度能力薄弱</strong><br>
|
||||
老系统缺乏智能化调度功能,无法动态优化运输方案。新系统通过算法模型实现车载运输路径的智能规划,降低空驶率与运输成本,提升车辆调度效率与资源利用率,为物流运输注入智能化决策能力。</p>
|
||||
<p><strong>2. 业务板块协同不足</strong><br>
|
||||
原有系统各功能模块独立运行,订单、费用与车辆管理流程割裂。新系统打通全业务流程链路,实现跨部门数据联动,构建一体化运营管理平台,显著改善企业协同效率与资源统筹能力。</p>
|
||||
<p><strong>3. 系统扩展能力受限</strong><br>
|
||||
老系统架构陈旧,难以对接外部客户信息系统。新系统通过标准化接口实现与客户平台的订单数据双向交互,缩短订单流转周期,提升供应链响应速度,为业务拓展提供技术支撑。</p>
|
||||
<p><strong>4. 数据价值挖掘缺失</strong><br>
|
||||
历史系统缺乏数据分析能力,无法提炼业务洞察。新系统围绕订单履约、车辆运行等核心场景,支持多维度统计分析、数据挖掘及分级可视化展示,赋能管理层精准决策与运营优化。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 智能化调度决策</strong><br>
|
||||
建设智能调度引擎,基于甲方提供的算法模型生成运输方案,经人工确认后执行。通过动态优化车载路线与配载策略,降低空驶率15%+,提升车辆利用率与运输效率,实现物流资源的科学调配。</p>
|
||||
<p><strong>2. 全流程一体化管控</strong><br>
|
||||
构建订单-费用-车辆协同管理平台,打通从订单受理、费用结算到车辆调度的全业务流程。缩短业务处理时长30%,减少人工操作环节,实现运营效率的精细化提升。</p>
|
||||
<p><strong>3. 跨系统互联互通</strong><br>
|
||||
开发标准化数据接口,无缝对接客户信息系统。实现订单状态实时同步与自动化流转,提升订单处理效率40%,强化供应链协同响应能力。</p>
|
||||
<p><strong>4. 数据驱动决策支持</strong><br>
|
||||
搭建多维度分析平台,围绕客户画像、订单履约、车辆效能等核心指标,提供分级可视化报表与数据挖掘功能。赋能管理层精准掌握盈利状况与成本结构,支撑科学决策。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 运营效率提升:通过系统实现智能化调度</strong><br>
|
||||
"优化算法"——调度算法方案,系统按照算法给出推荐方案,由人工确认最终运输方案,实现资源与任务的精准实时匹配,大幅减少闲置与等待时间,优化路径与顺序,从而提升运营效率、降低人力与能耗成本,并增强服务时效与可靠性,全面驱动企业降本增效。</p>
|
||||
<p><strong>2. 整合资源:打破信息孤岛</strong><br>
|
||||
"协同作业"——整合商务优势:协同货代、报关报检、车队、仓储、其他内部各组织的信息资源和经营操作,提升作业效率;降低劳动成本;提升服务的增值空间。全面支持整个公司各项经营,解决整个公司内部各成员单位、部门之间的业务往来,简化业务流程,降低失误率,减少资源浪费,提高管理效率。</p>
|
||||
<p><strong>3. 数据风险降低:保障业务合规与稳定</strong><br>
|
||||
"集中管理"——聚焦全局资源:组织内部各部门信息资源集中共享,商务运作高效;经营规则和经营计划集中管理,绩效层层挂钩;风险集中评估,预警环环相扣,协助公司组织实现集中信息资源,通过集中的数据管理达到业务、财务的一体化运行,大大提高信息的准确率和透明度;有效的集中监控和预警机制,可以实现事前预警和事中控制。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
244
classiccase/guangzhou_port_authority.html
Normal file
@@ -0,0 +1,244 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 广州市港务局
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">广州市港务局</h2>
|
||||
<p style="margin: 40px 0 30px 0;">广州市港务局成立于2004年,为市政府直属正厅级事业单位,负责广州港政、水路运输及航道管理,核心职能涵盖港口规划、安全监管、多式联运协调及临港产业培育。近年重点推进智慧港口建设(如南沙港五期工程设计年通过能力超600万标箱)和绿色航运转型,2025年数据显示:广州港外贸集装箱班轮航线达173条,南沙港区集装箱吞吐量突破2000万标箱,海铁联运箱量同比增长15.6%,建成全国最大汽车出口口岸集群(年出口量超24万辆)。作为粤港澳大湾区核心枢纽,该局通过"湾区一港通"等模式强化区域协同,助力广州国际航运枢纽能级跃升。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 信息化基础初具但系统割裂致协同瓶颈</strong><br>
|
||||
广州港务局已建成 VHF、AIS、视频监控等基础设施,业务系统覆盖行政、危货监管等领域,但各系统独立运行,形成数据孤岛。业务、财务、审批数据无法互通,依赖人工二次录入,多港口协同效率低,难以匹配港口业务规模扩张需求,需统一平台打破系统壁垒。</p>
|
||||
<p><strong>2. "单一窗口" 建设倒逼数据接口适配</strong><br>
|
||||
国家推动国际贸易 "单一窗口" 建设,广州港需对接其货物申报、信息查询功能。但现有系统无对应数据交换接口,码头、海关等数据无法高效传输,导致 "单一窗口" 与港航业务协同不畅,亟需开发专属接口,实现数据规范共享以契合政策要求。</p>
|
||||
<p><strong>3. 港航企业与内部系统对接效率低下</strong><br>
|
||||
港航企业信息化水平不均,部分无标准接口;港务局内部危货监管、引航调度等系统数据不互通,数据交换依赖 FTP 或人工传递,易出错且耗时。既增加企业对接成本,又影响港务局监管效率,需制定统一接口标准,适配不同企业与内部系统。</p>
|
||||
<p><strong>4. 数据统计薄弱与服务需求不匹配</strong><br>
|
||||
现有系统统计功能仅支持基础查询,业务量、运力利用率等指标需人工汇总,报表滞后且易错。同时,客户缺乏货物跟踪查询渠道,无法满足实时获取船舶、箱货动态的需求,制约服务质量提升,需建智能统计与查询服务接口。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 技术落地:标准化数据交换架构</strong><br>
|
||||
部署Integration Server、Trading Networks组件,开发12类核心接口("单一窗口"5类、港航企业4类、港务局内部3类),数据对接准确率≥99.9%。适配达梦数据库,分开发/测试/生产三环境部署,符合国家信息安全等级保护二级要求,彻底打破业务/财务/审批系统数据壁垒。</p>
|
||||
<p><strong>2. 流程效率:全线上化与自动化</strong><br>
|
||||
将舱单处理、装卸船登记、危货申报等核心业务流程迁移至线上,替代人工数据录入与汇总。实现数据采集至统计全流程自动化,提升流程透明度与可追溯性,消除人工操作错误与延误。</p>
|
||||
<p><strong>3. 服务输出:开放查询与数据共享</strong><br>
|
||||
建成船舶动态、箱货装卸进度、进出闸状态等查询接口,支持客户实时获取信息;向政府数据开放平台提供合规脱敏数据集接口,优化监管部门数据获取路径,提升监管响应效率与服务体验。</p>
|
||||
<p><strong>4. 成本优化:资源集约与降本</strong><br>
|
||||
采用广州市电子政务云租赁模式配置硬件,避免重复采购;系统替代人工减少人力投入,降低办公耗材支出;简化港航企业系统对接难度,降低多方适配成本,提升资源利用效率。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 业务效率提升:减少人工干预,优化流程运转</strong><br>
|
||||
系统覆盖调度、AIS、危货等多类业务接口,替代人工数据录入与汇总工作,避免人工操作导致的流程延误。数据在各系统间自动传递,无需二次录入,降低数据错误风险,让港航行政管理、危货申报等业务流程更顺畅,行政监管与业务处理节奏显著加快。</p>
|
||||
<p><strong>2. 成本优化:合理配置资源,降低多方支出</strong><br>
|
||||
采用政务云租赁模式配置硬件,无需重复采购服务器等设备,减少硬件投入成本。通过系统替代重复性人工工作,减少相关岗位人力需求,节约人力成本;同时减少线下单据打印与存储,降低办公耗材支出,实现资源利用与成本控制的双向优化。</p>
|
||||
<p><strong>3. 服务体验升级:便捷信息获取,简化对接流程</strong><br>
|
||||
建成船舶动态、箱货跟踪等查询接口,客户无需依赖人工咨询即可获取业务信息,提升服务便捷性。港航企业(如码头、物流企业)对接系统时,依托标准化接口减少适配难度,"单一窗口" 与危货、调度系统的对接更顺畅,企业业务办理体验改善。</p>
|
||||
<p><strong>4. 安全合规保障:降低运营风险,提升运维效率</strong><br>
|
||||
系统通过安全测评与合规检查,运行期间未发生安全事故与系统故障,保障数据与业务安全。完善的日志审计与异常处理功能,让运维故障排查更高效,减少因故障导致的业务中断风险,为平台稳定运行提供可靠支撑。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
219
classiccase/hainan_strait_shipping.html
Normal file
@@ -0,0 +1,219 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 海南海峡航运股份有限公司
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">海南海峡航运股份有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">海南海峡航运股份有限公司成立于 2002 年,是中远海运集团旗下 A 股上市公司,注册资本 22.29 亿元,是琼州海峡客滚运输龙头企业。作为海南自贸港 "四方五港"(洋浦、海口、八所、三亚、清澜)核心运营主体,承担构建琼州海峡 "智慧通道"、服务自贸港封关运作的重任。拥有新海港、秀英港两大现代化客滚枢纽,年设计通过能力旅客 3500 万人次、车辆 560 万辆次;运营 47 艘客滚船舶(含新能源专用船舶),并通过收购中远海运客运实现南北运力协同;自主研发智能调度系统、5G 船舶通信系统等数字化工具,获多项专利。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 运输方式单一</strong><br>
|
||||
目前仅依赖客货滚装运输,且受天气影响停航频繁(年均约 30 天),无法满足海南自贸港封关后激增的跨境物流需求。</p>
|
||||
<p><strong>2. 新能源车运输瓶颈</strong><br>
|
||||
新能源汽车因安全管控限制(单船运载量≤18 辆),过海效率低下,2024 年春运期间甚至出现车主被迫花万元机票离岛的情况。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 提升运输效率</strong><br>
|
||||
船周转率提升至日均 10 航次以上,车辆候船时间压缩至 2 小时以内;新能源汽车过海时效提升 80%,实现 "专船专班" 常态化运营。</p>
|
||||
<p><strong>2. 降低物流成本</strong><br>
|
||||
通过智能配载与多式联运,将琼州海峡单位物流成本降低 20%;依托新海港 "交通枢纽 +" 模式,带动临港产业(如冷链、保税仓储)增值服务收入增长 30%。</p>
|
||||
<p><strong>3. 强化应急保障</strong><br>
|
||||
建立跨区域运力调配机制(如 "北船南调"),应对极端天气和突发物流需求;完善船舶智能避碰、舱内安全预警系统,事故发生率下降 50%。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 物流资源利用提高</strong><br>
|
||||
通过智能算法整合南北航线运力资源,实现 "北船南调" 动态调配,海南旺季(如春节、国庆)船舶周转率提升 35%,单航次平均装载率从 68% 升至 92%。2024 年春节运输高峰期间,琼州海峡单日最大运输量突破 1.2 万辆次,较系统上线前增长 40%,运输时效缩短 2 小时 / 航次。</p>
|
||||
<p><strong>2. 运输方式多样</strong><br>
|
||||
微信小程序作为移动端操作入口,实现船方、货主、港口多方实时协同。外部用户操作响应时间从平均 15 分钟缩短至 6 分钟,船舶状态更新延迟从 30 分钟降至 5 分钟内。2024 年第三季度,三方协同纠纷率较去年同期下降 72%,人工协调成本减少约 280 万元。</p>
|
||||
<p><strong>3. 资源消耗减少</strong><br>
|
||||
引入 LNG 动力船舶占比达 32%,较传统燃油船单位能耗降低 20%;智能调度系统优化航线规划,船舶无效漂航时间减少 40%,2024 年累计节约燃油 1.02 万吨,相当于减少碳排放约 3.2 万吨。港口岸电使用率提升至 85%,年节省岸电相关成本超 150 万元。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
240
classiccase/hede_global_supply_chain.html
Normal file
@@ -0,0 +1,240 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 合德全球供应链平台项目
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">合德全球供应链平台项目</h2>
|
||||
<p style="margin: 40px 0 30px 0;">唐山港合德海运有限公司,专注内外贸集装箱航线运营,主营国际国内水路运输、货运代理、船舶代理及无船承运业务。经营航线30余条,覆盖:外贸航线:美西、日韩、东南亚、中东、印巴等国际港口;内贸干线:广州、厦门、福州、泉州、漳州、温州、上海、宁波、乍浦、南京、太仓、江阴等口岸;环渤海支线:盘锦、锦州、秦皇岛、曹妃甸、天津、黄骅、潍坊、龙口等港口网络,实现渤海湾高效连接。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 业务发展驱动系统迭代</strong><br>
|
||||
公司已形成船舶运输、船代、货代、仓储等一体化综合物流业务布局。为支撑长远战略发展,需立足行业积淀与核心优势,依托现代数字技术搭建覆盖全业务链条的全球物流供应链平台,实现信息资源深度整合与信息服务能力全面提升。</p>
|
||||
<p><strong>2. 现有系统凸显整合短板</strong><br>
|
||||
各业务系统存在信息孤岛、技术架构异构、扩展性薄弱等问题,难以实现整体经营数据的统筹监管与高效复用,成为制约公司长远发展的重要瓶颈。</p>
|
||||
<p><strong>3. 技术成熟创造升级条件</strong><br>
|
||||
互联网、AI等数字技术的快速迭代与成熟应用,为全球物流供应链平台建设提供技术支撑。通过技术赋能打通内外部业务协同链路,强化客户数字化连接,助力提升核心竞争力与行业影响力。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 建设统一供应链技术平台</strong><br>
|
||||
构建统一底层技术架构,整合服务系统实现业务耦合与数据集中监管。支持多语言版本满足全球用户操作,实现系统间数据协同与全球一体化供应链服务。</p>
|
||||
<p><strong>2. 标准化资源协同体系</strong><br>
|
||||
规范各业务板块操作流程,明确节点流转对象与数据标准。建立智能业务规则,实现货代、船代、航运系统无缝衔接与协同操作,最大化数据流转效率。</p>
|
||||
<p><strong>3. 构建高可靠数据交换平台</strong><br>
|
||||
提供多种数据交换标准及方式,满足国内外码头、船公司、客户等舱单/船图交换需求。保障接口稳定性与快速响应能力,提升数据交互准确性与效率。</p>
|
||||
<p><strong>4. 智能化应用降本增效</strong><br>
|
||||
通过OCR识别实现快速录入与校验,搭建AI智能客服自助解答客户问题。提升服务效率与满意度,降低运营成本,创造更大收益。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 物流链整合提升操作效率</strong><br>
|
||||
整合航运、船代、货代、仓储全业务链系统,打破信息孤岛与流程壁垒,实现数据统一口径与流程标准化。消除跨系统切换与重复录入,减少人工协调成本,业务处理周期缩短20%以上,整体操作效率提升30%,增强市场响应能力。</p>
|
||||
<p><strong>2. 全程可视化优化周转效率</strong><br>
|
||||
搭建货物全程跟踪体系,依托实时数据传输实现订舱、拖车、运输到交付全状态可视。客户与业务人员实时掌握动态,预判延误风险,物流周转效率提升25%以上,货物准时交付率达98%以上,显著改善客户体验。</p>
|
||||
<p><strong>3. 智能技术驱动降本增效</strong><br>
|
||||
应用AI与大数据于智能调度、货源预测及资源优化。智能算法匹配最优运输路线与船舶运力,降低空驶率;自动化处理单据审核与数据校验,减少人工误差与人力投入,综合运营成本降低20%-25%,创造可观经济效益。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
221
classiccase/hede_international_shipping.html
Normal file
@@ -0,0 +1,221 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 合德国际航运有限公司
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">合德国际航运有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">唐山港合德海运有限公司是河北港口集团唐港集团旗下内外贸兼营的集装箱航运企业,注册资本 18.5 亿元。作为京津冀协同发展与 "一带一路" 衔接的关键节点,构建 "华北 - 华东 - 华南" 三线联动的物流网络,打造北方地区大宗物资与跨境电商物流的智慧枢纽。运营内外贸船舶 49 艘,总载重吨位 110.39 万吨;掌控京唐港区 25 号全自动化集装箱泊位(年通过能力 55 万标箱)及曹妃甸港区多用途泊位,自主研发件杂智能管控系统、无人运输调度平台,获北斗定位应用等多项专利。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 跨境时效滞后</strong><br>
|
||||
传统美西航线从华北港口至洛杉矶港需 25 天以上,且准班率不足 60%,无法满足跨境电商 72 小时送达的极致需求,2024 年旺季曾出现近千柜货物滞留港口的情况。</p>
|
||||
<p><strong>2. 绿色转型压力</strong><br>
|
||||
船队中传统燃油船舶占比达 70%,单位运力碳排放较高,面临欧盟碳关税等绿色贸易壁垒,年额外成本增加超千万元。</p>
|
||||
<p><strong>3. 资源协同不足</strong><br>
|
||||
国内外港口、货代、集卡等物流节点信息割裂,货主无法实时追踪货物状态,异常情况响应滞后超 48 小时。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 提升配载效率</strong><br>
|
||||
采用 AI 算法优化配载方案生成流程,单船配载计划编制时间从传统 4 小时压缩至 20 分钟以内,方案调整响应时间缩短至 10 分钟;船舶周转率提升至日均 10 航次以上,单船装卸作业效率提升 50%,减少因配载不合理导致的机械空跑时间超 1000 分钟 / 月。</p>
|
||||
<p><strong>2. 优化空间利用</strong><br>
|
||||
通过二维装箱约束模型与智能分区算法,船舶舱位利用率提升 15%,甲板空间浪费率降低至 3% 以下;新能源车辆单船运载量按规范达到上限 18 辆,通过车型智能配比实现混合装载效率提升 20%。</p>
|
||||
<p><strong>3. 降低综合成本</strong><br>
|
||||
通过智能配载减少翻箱率 30% 以上,单航次燃油消耗降低 15%,年节约运营成本数百万元;配载人员需求减少 75%,人均操作效率提升 50%,单证处理全程自动化实现零差错。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 提升配载效率</strong><br>
|
||||
部署 AI 智能配载引擎,方案生成时间压缩至 20 分钟。大大降低人工成本。</p>
|
||||
<p><strong>2. 空间利用提升</strong><br>
|
||||
应用三维装箱约束算法与车型智能分区模型,舱位利用率提升至 80% 以上;开发新能源车专用配载模块,结合专用驳船实现单船合规运载 160-180 辆。</p>
|
||||
<p><strong>3. 信息协同提高</strong><br>
|
||||
打造数字孪生配载仿真平台,标准化接口对接港航多系统,关键数据同步准确率超 98%;通过 AIS 与北斗定位实现船舶位置与舱位状态实时映射。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
221
classiccase/hengtong_logistics.html
Normal file
@@ -0,0 +1,221 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 恒通物流股份有限公司
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">恒通物流股份有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">恒通物流股份有限公司成立于 2005 年,注册资本 5.8 亿元,是国内领先的综合物流服务商,聚焦公路干线运输、多式联运、冷链物流及仓储配送核心业务。旗下自有 + 合作运输车辆超 2000 台,服务网络覆盖全国 30 + 分拨中心、500 + 合作网点,年运输里程超 8000 万公里。为响应交通运输监管要求、提升车辆运营效率,搭建车辆动态监控平台,以 "808/809 协议合规上报 + 智能线路规划 + 实时动态监控" 为核心,构建合规、高效、透明的车辆运输管理体系。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 监管数据上报合规压力</strong><br>
|
||||
根据交通运输部要求,道路运输车辆需通过 808 协议上传动态数据至企业平台,再通过 809 协议实时同步至省级交通运输监管部门。原有系统缺乏标准化协议适配能力,数据上报采用手动补传 + 定时推送模式,延迟超 30 分钟,格式错误率达 8%,多次面临监管部门通报整改,合规风险突出。</p>
|
||||
<p><strong>2. 线路规划静态化,运输效率低</strong><br>
|
||||
传统线路规划依赖人工经验,未结合实时路况、车辆载重、油耗等动态数据,导致 60% 以上长途干线车辆存在绕路、拥堵等问题,平均单程运输时间超 12 小时,较最优路线耗时增加 25%;同时空驶率高达 28%,燃油与时间成本浪费严重。</p>
|
||||
<p><strong>3. 车辆动态监控滞后,风险难管控</strong><br>
|
||||
原有监控系统仅能查看基础定位信息,无法实时获取车辆速度、方向、胎压、油耗等核心数据,超速、疲劳驾驶、偏离路线等异常行为发现滞后超 1 小时,易引发安全事故;且无法追溯历史轨迹,货物丢失、延误等纠纷难以取证。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 808/809 协议标准化数据上报</strong><br>
|
||||
适配 GB/T 28080-2011(808 协议)、GB/T 28081-2011(809 协议)标准,实现车载终端数据实时采集(定位、速度、状态等),通过 808 协议上传至平台后,经 809 协议同步至监管部门,数据上报延迟≤3 秒,格式准确率 100%,满足合规要求。</p>
|
||||
<p><strong>2. 智能动态线路规划</strong><br>
|
||||
整合实时路况、天气、车辆载重、油耗等多维度数据,开发智能线路规划算法,支持 "最优时效、最低成本、最短里程" 多模式规划,线路规划响应时间≤10 秒,可根据实时动态调整路线,车辆空驶率降至 15% 以下。</p>
|
||||
<p><strong>3. 车辆动态全维度实时监控</strong><br>
|
||||
搭建可视化监控平台,实时展示车辆定位、速度、油耗、胎压、驾驶行为等数据,更新频率≤10 秒 / 次;设置超速、疲劳驾驶、偏离路线等异常预警阈值,预警响应时间≤5 秒,实现风险实时管控。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 监管合规零风险,避免处罚损失</strong><br>
|
||||
平台实现 808/809 协议标准化数据上报,2024 年累计向省级交通运输监管部门上传车辆动态数据超 1200 万条,数据上报延迟≤2.8 秒,格式准确率 100%,全年未发生监管通报或处罚,较上年减少合规损失超 300 万元,获监管部门 "道路运输合规示范企业" 认证。</p>
|
||||
<p><strong>2. 运输效率显著提升,成本大幅降低</strong><br>
|
||||
智能线路规划使车辆平均单程运输时间从 12.5 小时缩短至 9.2 小时,运输效率提升 26.4%;空驶率从 28.3% 降至 14.7%,2024 年累计减少空驶里程 156 万公里,单辆车年均节省燃油成本 8800 元,全公司运输成本合计下降 19.6%,年节约成本超 950 万元。</p>
|
||||
<p><strong>3. 动态监控精准化,安全风险下降</strong><br>
|
||||
全维度实时监控覆盖 100% 运营车辆,超速、疲劳驾驶等异常行为预警准确率达 98%,异常处置响应时间压缩至 25 分钟,2024 年车辆安全事故发生率从 3.2% 降至 0.7%;历史轨迹追溯功能助力解决货物运输纠纷 36 起,为企业挽回经济损失超 180 万元。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
221
classiccase/huanghua_vehicle_analysis.html
Normal file
@@ -0,0 +1,221 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 黄骅港车辆路线分析平台
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">黄骅港</h2>
|
||||
<p style="margin: 40px 0 30px 0;">黄骅港是我国 "西煤东运、北煤南运" 核心枢纽港口,货物吞吐量连续五年超 3 亿吨,年疏港车辆通行量突破 120 万辆次,涵盖煤炭、矿石等大宗货物运输,集疏运网络辐射华北、西北多省区。近年聚焦智慧疏运数字化转型,针对车辆路线规划滞后、货源流向不清晰等痛点,搭建车辆路线分析平台,以 "线路智能规划 + 货源大数据分析 + 车流热力可视化" 为核心,构建高效、精准、绿色的港口车辆运输管理体系。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 货源流向模糊,路线规划缺乏数据支撑</strong><br>
|
||||
传统模式下,煤炭、矿石等货源的起运地、目的地、运输量等数据分散在各运输企业,港口缺乏集中化大数据分析能力,无法精准掌握货源流向规律,导致路线规划盲目,70% 以上车辆因路线与货源不匹配,出现 "绕路运输""空载返程" 等问题,单程运输效率低。</p>
|
||||
<p><strong>2. 车流分布不均,拥堵点难以及时识别</strong><br>
|
||||
港口周边 3 条主要疏港通道、5 个收费站及堆场入口的车流数据未实时可视化,无法快速定位拥堵热点区域;调度员仅靠人工巡查判断车流情况,拥堵处置滞后,高峰时段车辆在堆场入口平均排队时长超 1.5 小时,严重影响疏运效率。</p>
|
||||
<p><strong>3. 线路规划静态化,适配性差</strong><br>
|
||||
现有线路规划为固定路线,未结合实时货源变化、车流热力分布、道路施工等动态因素,导致规划路线与实际运输场景脱节,部分车辆行驶至拥堵路段或货源饱和区域,既增加运输时间,又浪费道路资源,难以匹配港口 "快进快出" 的运营需求。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 货源流向大数据精准分析</strong><br>
|
||||
整合运输订单、车辆轨迹、货物品类等多维度数据,构建货源流向分析模型,实现货源起运地、目的地、运输量、高峰时段等规律精准识别,分析准确率≥95%,为线路规划提供数据支撑,助力港口优化集疏运网络布局。</p>
|
||||
<p><strong>2. 货源热力图实时可视化</strong><br>
|
||||
搭建统一热力可视化管理后台,支持多作业区域热力数据切换查看、跨区域数据对比分析,为调度员提供全局货源 - 车流分布视图,跨区域运输资源调配响应效率提升 60% 以上。</p>
|
||||
<p><strong>3. 动态智能线路规划</strong><br>
|
||||
基于货源流向分析结果与实时货源热力图,开发智能路线规划算法,支持 "货源 - 路线 - 车辆" 精准匹配,实现动态避堵、顺路配货功能,线路规划响应时间≤10 秒,使车辆平均运输里程缩短 15%,拥堵路段绕行率降至 5% 以下。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 运输效率显著提升</strong><br>
|
||||
大数据分析模块实现货源流向规律精准识别,2024 年前三季度货源流向分析准确率达 96.8%,为 120 万辆次疏港车辆提供 "货源 - 线路" 定制化规划,车辆与货源适配度从 58% 提升至 89%,顺路配货成功率提升 75%,有效解决 "盲目运输" 问题。</p>
|
||||
<p><strong>2. 运营成本大幅降低</strong><br>
|
||||
货源匹配与路线优化使车辆空驶率从 32.5% 降至 14.2%,2024 年累计减少空驶里程 210 万公里,单辆车年均节省燃油成本 9200 元,全港运输企业合计年节约成本超 1100 万元;港口因疏运效率提升,人工调度成本降低 25%,年节省运营成本 420 万元。</p>
|
||||
<p><strong>3. 集疏运网络优化能力升级</strong><br>
|
||||
基于货源流向大数据分析,港口优化 2 条核心疏港通道、新增 1 条煤炭专用运输路线,集疏运网络覆盖范围扩大 15%;热力图与线路规划的联动应用,使港口周边道路整体通行效率提升 38%,成功打造 "数据驱动、精准调度" 的智慧疏运标杆。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
240
classiccase/jiahua_shipping_system.html
Normal file
@@ -0,0 +1,240 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 嘉华航运业务管理系统
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">嘉华航运业务管理系统</h2>
|
||||
<p style="margin: 40px 0 30px 0;">嘉华航运(香港)有限公司(Kawa Shipping),2023年成立的新兴国际航运企业,专注中东及北非市场。由土耳其与阿联酋企业共同持股,凭借资本与资源优势,成立一年即跻身国内发展最快的民营集装箱航运公司行列。航运网络覆盖华东、华北、华中及西南地区主要港口,中东航线占据显著优势。截至2024年9月,运营14艘集装箱船(3艘自有、11艘租赁),综合运力达20000 TEU。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 一带一路战略机遇</strong><br>
|
||||
全球贸易格局演变与"一带一路"倡议深入推进背景下,航运业面临新机遇与挑战。嘉华航运凭借市场洞察力快速扩张中欧快航、中东航线等核心市场,亟需升级运营体系支撑战略布局。</p>
|
||||
<p><strong>2. 传统手工模式瓶颈</strong><br>
|
||||
业务规模扩大暴露传统手工操作与分散化管理弊端。单证处理依赖纸质/Excel文件导致信息易错易失、流转缓慢,严重制约业务效率,无法满足增长需求。</p>
|
||||
<p><strong>3. 合规风控压力加剧</strong><br>
|
||||
国际航运单证需符合多国监管要求,手工操作难以及时更新合规标准。单证填写不规范、备案延迟等问题频发,带来潜在合规风险与经济损失。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 单证处理数字化升级</strong><br>
|
||||
搭建统一船公司单证系统,实现提单、舱单、装箱单等核心单证线上录入、审核、签发与全流程流转,替代传统手工及Excel操作。确保单证信息准确率达99.9%以上,消除人工误差。</p>
|
||||
<p><strong>2. 单证协同与追溯高效化</strong><br>
|
||||
打通内部部门、港口合作方及客户间单证数据接口,实现信息实时共享与同步更新。建立全生命周期追溯体系,支持订单号、船名航次等多维度查询,追溯响应时间缩短至10分钟内。</p>
|
||||
<p><strong>3. 合规管理智能化落地</strong><br>
|
||||
单证生成过程自动校验关键信息并预警不合规项,满足监管部门核查要求。合规风险发生率降低80%以上,规避潜在法律与经济损失。</p>
|
||||
<p><strong>4. 操作效率显著提升</strong><br>
|
||||
优化单证处理流程,减少人工重复录入。提单签发时间从平均2小时缩短至30分钟内,舱单申报效率提升60%以上,支持批量处理功能释放人力。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 操作效率大幅提升</strong><br>
|
||||
单证系统替代传统手工模式,减少人工录入、审核及传递环节。单票单证平均处理时间缩短50%以上,年均节省人工操作超1200小时,整体业务流转效率显著提升。</p>
|
||||
<p><strong>2. 差错率与风险降低</strong><br>
|
||||
系统标准化模板与自动合规校验使单证错误率从8%降至1%以下,规避改单、滞港等损失。电子单证可追溯特性强化风险防控能力,保障业务合规性。</p>
|
||||
<p><strong>3. 客户服务体验优化</strong><br>
|
||||
单证处理加速,客户可实时查询进度,减少咨询沟通成本。客户满意度提升至95%以上,高效准确的服务成为核心竞争力。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
240
classiccase/jinjiang_shipping_ecommerce.html
Normal file
@@ -0,0 +1,240 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 锦江航运电子商务平台
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">锦江航运电子商务平台</h2>
|
||||
<p style="margin: 40px 0 30px 0;">上海锦江航运(集团)股份有限公司(股票代码:601083)1983年成立的中国领先区域性集装箱航运企业,聚焦亚洲近洋市场,以上海为母港,形成"东北亚压舱石+东南亚增长极"战略布局。连续多年稳居上海-日本航线、上海-台湾航线市场占有率首位。作为上港集团(全球第一大港)控股子公司,业务深度融入长三角一体化及"一带一路"国家战略,是亚洲近洋市场"小而美"标杆企业。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 传统模式效率瓶颈凸显</strong><br>
|
||||
2010年代全球航运业进入"新常态",锦江航运面临线下订舱流程繁琐(邮件/电话沟通耗时2-3天)、信息不对称(舱位/货物追踪依赖人工)、单证成本高(纸质提单占海运成本5%-8%)等挑战。作为区域龙头,亟需数字化工具突破效率壁垒。</p>
|
||||
<p><strong>2. 互联网技术重塑行业生态</strong><br>
|
||||
云计算与移动互联技术普及推动国际航运巨头推出线上订舱平台。锦江航运敏锐捕捉"航运+互联网"机遇,2015年率先推出电商平台,成为国内近洋航线数字化先行者。</p>
|
||||
<p><strong>3. 精品服务线上化延伸</strong><br>
|
||||
依托"高准班率(98.7%)""HDS快速交货(抵港2小时提货)"等线下优势,电商平台将服务标准化线上化。例如通过平台线上下单订舱并发送预配舱单,突破物理边界限制。</p>
|
||||
<p><strong>4. 直客与代理双轨融合</strong><br>
|
||||
针对直客(货主企业)与代理客户,电商平台设计"双轨制":满足直客自主订舱支付需求,同时为代理提供批量订舱、运价查询等B端功能,实现差异化服务覆盖。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 即期舱位透明化释放机制</strong><br>
|
||||
客户实时查看各航线剩余舱位(如"上海-大阪"显示剩余12个20尺柜)。系统优先推荐准班率最高(98.7%)、时效最快(4.5天)的船期,清晰标注普通柜、冷藏柜、特种箱等舱位类型,实现资源透明化。</p>
|
||||
<p><strong>2. 东南亚市场深度渗透战略</strong><br>
|
||||
作为"东北亚压舱石+东南亚增长极"战略核心载体,平台重点支持东南亚扩张。2025年新增"胡志明丝路快航"提供4.5天直达服务,延伸至日本名古屋、清水形成黄金通道。整合青岛、天津等华北枢纽港资源,新开华北/韩国至印巴航线,覆盖巴基斯坦、斯里兰卡等国。</p>
|
||||
<p><strong>3. 跨境电商高效增长引擎</strong><br>
|
||||
响应上海港"9610"跨境电商海运出口试点,为电商货物提供高效运输保障。2024年首单"9610"业务通关时效提升50%,2025年上半年跨境电商货量占比达28%。拼多多、SHEIN等平台临时舱位预订量同比增长50%,订舱确认时间从48小时缩短至2小时。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 订舱操作"一点到底"极简体验</strong><br>
|
||||
平台采用"淘宝式"交互设计,客户从起运港选择到订单提交仅需5次点击,将传统复杂流程压缩为"五步极简操作",真正实现"订舱像网购一样简单"。</p>
|
||||
<p><strong>2. 全流程运输可视化追踪</strong><br>
|
||||
输入提单号或集装箱号,系统自动关联显示货物在起运港、中转港、目的港的全流程记录(如提箱时间、进港时间、装船时间)。客户可实时掌握订单全生命周期动态,操作便捷性媲美电商购物。</p>
|
||||
<p><strong>3. 智能运价计算与决策优化</strong><br>
|
||||
实时展示不同航线、箱型的阶梯运价(含燃油附加费、港口费等明细),支持按"最低总价"或"最快时效"智能排序。客户可快速比对成本与时效,实现最优运输决策。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
238
classiccase/lianyungang_china_korea_ferry.html
Normal file
@@ -0,0 +1,238 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 连云港中韩轮渡综合业务管理平台
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">连云港中韩轮渡有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">连云港中韩轮渡有限公司,位于新亚欧大陆桥东桥头堡——连云港东端,独家经营连云港至仁川、平泽客货班轮航线,系江苏省唯一客货班轮航线。航线开通十九年来,公司持续服务港口上量,促进中韩海上航线健康、稳定、持续发展,为中韩贸易与经济交流发挥重要作用。随着韩国与我国中西部地区、中亚诸国经济交往深化,经连云港进出口货物及出入境旅游需求快速增长。航线每周四班的高密度运营,为陆桥运输货物及中韩商务访问、观光提供高效通道。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 中韩双边贸易深化催生货运刚需</strong><br>
|
||||
中韩经贸往来紧密,中国连续多年为韩国第一大贸易伙伴国。公司积极开拓连云港至仁川、平泽货运业务,需专业系统整合资源,匹配持续增长的货运量与多样化运输需求。</p>
|
||||
<p><strong>2. 传统货运模式瓶颈亟待突破</strong><br>
|
||||
传统运输存在多次装卸、中转环节多等问题,增加货物破损风险,拉长物流时间并推高成本。新货运系统通过流程数字化与监管标准化破解瓶颈,提升物流运转效率。</p>
|
||||
<p><strong>3. 中韩联运合作与政策驱动保障</strong><br>
|
||||
中韩跨境货运合作持续深化,2006年起中韩陆海联运汽车货物运输项目列为重点合作,中韩自贸区地方经济合作示范区建设推进。需构建标准化、一体化货运系统对接监管规则,落实政策红利,实现多式联运协同与物流一体化发展。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 建设一体化综合业务管理系统</strong><br>
|
||||
搭建统一业务架构与技术架构的一体化货运操作系统,实现公司内部业务全流程操作,支持与连云港口岸单位、韩国口岸单位间的数据传输。提升业务办单效率,优化整体物流操作效能。</p>
|
||||
<p><strong>2. 实现业务精细化管理</strong><br>
|
||||
梳理船舶计划、订舱、放箱等环节,制定标准化操作流程。实时掌握货物动态,异常情况自动预警提醒,强化数据综合管控能力,确保流程规范性与可追溯性。</p>
|
||||
<p><strong>3. 智能化应用深度落地</strong><br>
|
||||
发掘业务智能化改造点,应用先进计算机技术升级操作。通过邮件智能识别、危险货物自动识别等功能提升操作准确性,降低人力投入成本,实现技术赋能业务。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 自动化操作提升处理效率</strong><br>
|
||||
系统实现订舱数据、清洁数据自动化处理,减少人工操作环节。单证数据平均处理时间缩短40%,显著提高数据操作效率与业务响应速度。</p>
|
||||
<p><strong>2. 危险货物智能识别与预警</strong><br>
|
||||
基于预设危险货物标准,系统自动识别单证数据并触发预警,识别准确率达95%。有效降低运输风险,防止未合规危险货物进入装载运输环节。</p>
|
||||
<p><strong>3. 智能计费优化结算流程</strong><br>
|
||||
通过客户费率规则优化,实现货物运费智能计算,规避异常计费。计费结果实时同步至结算模块与客户对账系统,减少人工传递环节,降低数据偏差,整体操作效率提升30%。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
219
classiccase/mobile_machinery_dispatch.html
Normal file
@@ -0,0 +1,219 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 流动机械智能调度指挥系统管理平台
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">秦皇岛港股份有限公司流动机械分公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">秦皇岛港股份有限公司流动机械分公司是秦皇岛港股份有限公司旗下的重要作业单位,主要负责港区内流动机械的统一调度、运营维护与管理工作。分公司拥有起重机、叉车、装载机、自卸车等多种流动机械设备,承担着煤炭、杂货等核心货类的装卸与转运任务,是保障港口生产作业高效运转的关键力量。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 传统调度模式难以满足实时作业需求</strong><br>
|
||||
秦皇岛港区内流动机械作业范围广、车型繁杂,东西港区作业地点分散,每日出车量与作业地点不固定,依赖人工调度无法实现高效、灵活的车辆调配,影响整体作业效率与服务响应能力。</p>
|
||||
<p><strong>2. 数据记录与协同存在盲区</strong><br>
|
||||
车辆申请、调度、监控、反馈等环节均依靠人工记录,数据统计与稽核效率低下,信息传递滞后,难以实现全过程可视化管理和跨部门协同,制约了流动机械作业的精细化管理水平。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 实现调度智能化</strong><br>
|
||||
建设流动机械智能调度指挥系统,通过电子地图实时显示车辆位置,支持昼夜计划与临时用车在线申请、审批与派车,提升调度响应速度与精准度。</p>
|
||||
<p><strong>2. 构建作业可视化平台</strong><br>
|
||||
基于GIS地图实现车辆轨迹回放、电子围栏设置、超区报警等功能,实现对流动机械作业全过程的可视化监控与动态管理。</p>
|
||||
<p><strong>3. 推动管理精细化</strong><br>
|
||||
建立统一的车辆、人员、作业信息管理模块,支持数据查询、统计分析,为管理层提供决策支持,提升流动机械作业的标准化与信息化水平。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 调度效率显著提升</strong><br>
|
||||
系统实现智能派车与实时监控,调度响应时间与车辆利用率提高,有效减少空驶与等待时间。</p>
|
||||
<p><strong>2. 作业过程透明可控</strong><br>
|
||||
通过GIS可视化与电子围栏功能,车辆位置、作业状态实时可查,异常情况及时报警,大幅提升现场管理的精准性与安全性。</p>
|
||||
<p><strong>3. 数据驱动管理优化</strong><br>
|
||||
系统自动记录并汇总作业数据,支持多维统计分析,为车辆调度、人员考核、作业优化提供数据支撑,推动管理从经验型向数据型转变。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
238
classiccase/qiaoyi_logistics.html
Normal file
@@ -0,0 +1,238 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 侨益物流股份有限公司
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">侨益物流股份有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">侨益物流股份有限公司系新三板挂牌企业,专注大宗农产品全链条物流解决方案。作为华南地区农产品物流龙头企业(广州市农业龙头企业),依托800余名专业团队与40余家子公司,为大宗商品进口提供专业化物流服务。业务网络覆盖东三省、珠三角、北部湾、长三角及长江沿岸五大核心区域,通过资源整合与流程优化,持续为客户创造差异化价值,推动农产品供应链效能升级。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 异构系统协同壁垒突出</strong><br>
|
||||
多式联运中海运、陆运、铁运缺乏统一调度机制与数据共享渠道。各环节单据格式与信息标准不统一,货物转运需人工重复录入核对,耗时费力且数据偏差频发。导致转运节点滞留加剧,运输周期延长、货损风险上升,运输链路连贯性严重受阻。</p>
|
||||
<p><strong>2. 数据孤岛制约决策科学性</strong><br>
|
||||
运营依赖经验判断,缺乏全局数据分析与可视化能力。货物运输量、车辆周转率、节点耗时等核心数据分散于不同载体,未形成统一数据库。管理人员无法识别运营瓶颈,运力预判与路线优化缺乏依据,决策主观性强,难适配现代物流精细化需求。</p>
|
||||
<p><strong>3. 资源碎片化拉低协同效能</strong><br>
|
||||
港口、船公司、车队、货代等主体信息壁垒突出。泊位状态、船舶到港时间、货物备货进度无法实时共享,需反复人工协调。资源匹配失衡导致车辆空驶与货物积压并存,协同成本高企,整体运营效率持续承压。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 粮食物流端到端一体化履约管控信息集成平台</strong><br>
|
||||
本系统是以客户需求为导向的物流履约管控系统,形成"从询报价、产品服务到订单跟踪,业务结算"的端到端一体化管理控制平台,围绕粮食物流,通过对内贸产区采粮、北粮南运、终端粮食分拨、进口粮食分拨等业务过程全方位信息化管理,将货代、仓储、陆运、水运等业务环节有机的整合,打通粮食产销物流通道,建设成一体化的物流链信息集成平台。</p>
|
||||
<p><strong>2. 智能运力匹配,优化资源配置</strong><br>
|
||||
系统搭载的智能调度服务,可精准整合自有车队、分包商的实时运力信息,与客户运输需求进行自动智能匹配。通过大数据算法对运输作业中的运力供给、最优路线规划、人员安排及分包商选择进行综合优化,实现运力资源的合理配置。既提升了资源利用率,又能对运输全程进行动态跟踪与任务监控,保障作业高效推进。</p>
|
||||
<p><strong>3. 订单全程可视,实现透明化跟踪</strong><br>
|
||||
依托订单可视化功能,系统融合移动采集、北斗定位、GPS及GIS技术,构建全方位的运单跟踪体系。从订单生成、车辆调度、在途运输到最终签收,每个节点的数据都能实时采集并同步至平台,以可视化形式直观展示运单运输轨迹与流转状态。管理人员与客户可随时查看进度,彻底解决运输过程不透明的问题,提升服务可信度。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 打通信息壁垒提升协同效率</strong><br>
|
||||
系统通过统一数据标准,实现海运、铁运、陆运等多式联运环节信息实时共享。整合产区采粮、北粮南运、港口接卸、终端分拨全流程数据至同一平台。货代、仓储、运输等方可同步获取订单进度、货物位置及仓储库存,避免人工传递延迟与误差。自动同步装卸节点数据大幅缩短衔接时间,全链路协同效率提升40%以上。</p>
|
||||
<p><strong>2. 优化资源配置实现降本增效</strong><br>
|
||||
依托大数据分析精准匹配粮食需求与运力资源,智能规划最优联运路线,减少车辆空驶、船舶滞港。针对进口分拨场景,结合港口吞吐量与终端需求分配仓储空间与车辆,降低堆存成本;内贸运输通过集中调度整合零散运输为规模化模式,单吨运输成本平均降低15%。</p>
|
||||
<p><strong>3. 全流程可视化管控降低风险</strong><br>
|
||||
融合北斗定位与温湿度传感技术,实现产地至终端全流程可视化跟踪。实时监控货物位置、温湿度及破损情况,温湿度超标或路线偏离时自动预警并推送处理建议,减少霉变损耗风险。电子单据全程留痕确保运输交割可追溯,规避单据丢失与信息篡改问题。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
229
classiccase/qinhuangdao_cargo_system.html
Normal file
@@ -0,0 +1,229 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title>客户案例-岸基科技</title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运,数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统,WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<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">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="classiccase.html">客户案例</a> > 秦皇岛港杂货生产系统
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style="margin-top: 50px;">秦皇岛港股份有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">秦皇岛港股份有限公司(股票代码:601326)是河北港口集团核心企业,全球最大大宗干散货公众码头之一,1898年开埠,现有生产泊位71个,年设计通过能力3亿吨,主营煤炭、矿石、杂货、油品装卸及物流综合服务,是国家"北煤南运"主枢纽港和京津冀世界级港口群重要组成。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 纸质作业票效率瓶颈</strong><br>
|
||||
原系统于2006年上线,手写作业票需经过3道以上流转环节,数据回传存在2-4小时的延迟,且计件工资的计算过程耗时较长。</p>
|
||||
<p><strong>2. 信息孤岛制约协同</strong><br>
|
||||
商务、调度、库场、费收 4 套系统独立运行,客户单证、船舶作业、库场作业三大业务数据未统一,数据重复录入,信息传递不通畅,影响效率。</p>
|
||||
<p><strong>3. 件杂货规格多变理货难</strong><br>
|
||||
风电叶片、水渣粉、粮食等 1800 余种件杂货,现场靠人工抄录规格、残损,错误率高。</p>
|
||||
<p><strong>4. 集团智慧港口战略驱动</strong><br>
|
||||
《京津冀协同发展规划纲要》要求秦港 2020 年建成"一键通"智慧物流示范港;交通部"智慧港口"评价指标明确提出电子作业票覆盖率≥90%,系统升级迫在眉睫。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 全流程电子作业票</strong><br>
|
||||
通过 PC+APP 双端实时录单、电子签认,实现电子作业票,实现数据谁产生谁采集,减少"稽核"录入岗位的人数与工作量。</p>
|
||||
<p><strong>2. 一体化数据中枢,全面覆盖业务</strong><br>
|
||||
建立统一单证、船舶、库场、计费等主数据,打通商务、调度、库场、费收 4 大模块,业务数据一次性录入全局共享。</p>
|
||||
<p><strong>3. 移动智能理货</strong><br>
|
||||
利用移动终端扫码、拍照,实现"货-垛-车-船"多维理货数据关联采集,降低理货差错率,提高了数据采集的实时性。</p>
|
||||
<p><strong>4. 实现残损货物的现场电子交接</strong><br>
|
||||
通过采用移动端设备进行现场拍照、电子签字等技术手段,实现港方、货方等多方现场的实时残损交接。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 作业流程自动化</strong><br>
|
||||
系统通过电子作业票、移动理货、数据自动采集等功能,全面替代传统纸质记录与手工录入模式,显著降低人工操作错误与重复劳动。预计可减少理货、调度、统计等岗位手工录入时间,提升整体作业效率。</p>
|
||||
<p><strong>2. 业务数据一体化</strong><br>
|
||||
系统整合原分散的商务、调度、库场、费收等子系统,打破信息孤岛,实现数据实时共享与流程协同。业务人员无需跨系统重复录入,数据一致性与准确性大幅提升,减少数据重复采集与核对工作量,降低跨部门沟通成本。</p>
|
||||
<p><strong>3. 管理过程精细化</strong><br>
|
||||
系统支持从合同、计划、作业到统计的全流程闭环管理,强化过程管控与资源调度。通过图形化堆场、移动盘点、资源派工等功能,实现库场、机械、人力等资源的可视化管理与优化配置,提升资源利用率,助力港口实现精益管理。</p>
|
||||
<p><strong>4. 决策支持数字化</strong><br>
|
||||
系统内置丰富的统计分析模块,涵盖吞吐量、船舶停时、机械效率、货类结构等多维度报表。管理层可实时掌握生产动态,为经营决策提供数据支撑,推动港口从经验管理向数据驱动管理转型。</p>
|
||||
<p><strong>5. 客户服务智能化</strong><br>
|
||||
通过网上营业厅对接、移动端应用、消息主动推送等功能,提升客户办理委托、查询进度、接收通知的便捷性。系统支持客户在线查看残损照片、作业进度等,增强服务透明度与客户满意度,助力港口构建"一站式"智能客服体系。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
236
classiccase/rizhao_hongyuan_logistics.html
Normal file
@@ -0,0 +1,236 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="irstheme">
|
||||
<base href="../">
|
||||
|
||||
<title> 客户案例-岸基科技 </title>
|
||||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||||
<meta name="Description" content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||||
<meta name="Keywords" content="智慧物流,协同运输,物流平台开发,O2O物流平台,航运,航运大数据,航运电商,互联网+航运, 数字化航运,码头管理系统,多码头智能操作系统,码头基本操作系统,智能计划系统,智能操作系统,收费收管理系统,EDI报文转换系统,统计系统, WEB客户服务系统,决策支持系统,维护服务系统,场站系统">
|
||||
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
||||
<link href="assets/css/flaticon.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://www.jq22.com/jquery/bootstrap-3.3.4.css">
|
||||
<link href="assets/css/animate.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.carousel.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.theme.css" rel="stylesheet">
|
||||
<link href="assets/css/slick.css" rel="stylesheet">
|
||||
<link href="assets/css/slick-theme.css" rel="stylesheet">
|
||||
<link href="assets/css/swiper.min.css" rel="stylesheet">
|
||||
<link href="assets/css/owl.transitions.css" rel="stylesheet">
|
||||
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
|
||||
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
|
||||
<!--<link href="assets/css/style 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- start page-wrapper -->
|
||||
<div class="page-wrapper">
|
||||
|
||||
<!-- start preloader -->
|
||||
<div class="preloader">
|
||||
<div class="sk-folding-cube">
|
||||
<div class="sk-cube1 sk-cube"></div>
|
||||
<div class="sk-cube2 sk-cube"></div>
|
||||
<div class="sk-cube4 sk-cube"></div>
|
||||
<div class="sk-cube3 sk-cube"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end preloader -->
|
||||
|
||||
<!-- Start header -->
|
||||
<div id="header"></div>
|
||||
<!-- end of header -->
|
||||
|
||||
|
||||
<!-- start page-title -->
|
||||
<section class="page-title">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<h2>助力领跑行业数字化</h2>
|
||||
|
||||
</div>
|
||||
</div> <!-- end row -->
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- 面包屑导航 -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="page-path">
|
||||
<a href="index.html">首页</a> > <a href="product_Logistics.html">产品中心</a> > 日照泓源物流有限公司
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- start blog-single-section -->
|
||||
<section class=" features-section-s2">
|
||||
<div class="container">
|
||||
<div class="col col-xs-8">
|
||||
<div class="project-single-content">
|
||||
<div class="content-area">
|
||||
<h2 style=" margin-top: 50px;">日照泓源物流有限公司</h2>
|
||||
<p style="margin: 40px 0 30px 0;">日照泓源物流有限公司创立于2009年,专注中国内贸集装箱物流运输领域,是以沿海集装箱航运、陆地集卡运输及综合物流服务为核心的大型综合性物流企业。公司自有101亩物流园区,整合货运代理、集装箱车队、散货车队、集装箱场站、散改集园区运营、港内接驳运输及加油站七大业务板块。以日照港为核心枢纽,业务辐射东北、华东、华南、东南、西南五大区域,服务网络覆盖国内二十余个大中型港口,构建贯通南北的物流供应链体系。</p>
|
||||
|
||||
<div class="challange-solution-section">
|
||||
<div class="panel-group theme-accordion-s1" id="accordion">
|
||||
<!-- 项目背景 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目背景</a>
|
||||
</div>
|
||||
<div id="collapse-1" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 系统性能瓶颈制约业务连续性</strong><br>
|
||||
现有系统在业务高峰期或处理海量物流订单、运输动态及费用数据时频繁卡死,界面无响应导致操作中断。货代、调度、财务等岗位无法执行询报价、订单跟踪及结算统计等核心操作,造成业务全面停滞,引发严重运营损失。</p>
|
||||
<p><strong>2. 场站管理功能缺失</strong><br>
|
||||
泓源场站当前系统仅支持基础货物进出登记,无法满足精细化仓储管理、多车型调度协同及上下游数据对接需求。业务闭环管控能力薄弱,亟需开发贴合自身场景的定制化系统,突破运营效率与管理精度瓶颈。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目目标 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目目标</a>
|
||||
</div>
|
||||
<div id="collapse-2" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 系统性能与流程优化</strong><br>
|
||||
重构核心架构,针对性解决业务高峰期卡顿与响应延迟问题。通过健全改单审核机制与锁单管控,降低订单状态混乱风险80%+。统一数据录入标准与字段规范,源头控制信息差错率,为业务提供稳定高效支撑。</p>
|
||||
<p><strong>2. 场站全链路智能化管理</strong><br>
|
||||
建设一体化场站管理系统,覆盖集装箱基础资料、作业流程、商务计费及业务统计。集成移动APP实现现场数据实时回传,优化中控/闸口/堆场机械/理货岗位协同。堆场周转效率提升25%+,打破跨系统信息壁垒,构建业务闭环管控平台。</p>
|
||||
<p><strong>3. 智慧化生态能力升级</strong><br>
|
||||
融合硬件与数据技术,通过摄像头与闸口联动实现自动化入闸过磅,入闸效率提升50%+。集成船舶AIS与车辆GPS数据,构建全程物流动态追踪体系。增强船公司、码头数据对接能力,客户服务响应速度提升60%+,打造智慧服务生态。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 项目收益 -->
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading classiccase">
|
||||
<a>项目收益</a>
|
||||
</div>
|
||||
<div id="collapse-3" class="panel-collapse collapse in">
|
||||
<div class="panel-body">
|
||||
<p><strong>1. 打破信息孤岛强化协同效能</strong><br>
|
||||
系统建立统一数据规范,贯通海运、陆运等多式联运场景实时信息流通,全流程数据汇聚于一体化平台。货代、仓储、运输等方可同步获取订单进展、货物定位及库存余量,规避人工传递滞后与偏差。自动同步船公司运输动态,大幅压缩环节衔接耗时,全链路协同效率提升超40%。</p>
|
||||
<p><strong>2. 智能资源调配实现降本增效</strong><br>
|
||||
通过大数据分析精准匹配货物需求与运力供给,智能规划最优联运路径,减少车辆空驶、船舶滞港等资源浪费。集中化调度整合零散运输为规模化模式,运输成本平均降低15%,物流资源利用效率显著提升。</p>
|
||||
<p><strong>3. 全流程可视化筑牢安全防线</strong><br>
|
||||
数字化技术打通运输、仓储、分拣、配送各环节信息阻隔。实时追踪货物位置、温湿度及运输状态,各参与主体精准掌握货物动态,实现"全程可追溯、实时可管控",从根本上降低物流风险。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-md-4">
|
||||
<div class="service-sidebar">
|
||||
<div class="widget related-products-widget">
|
||||
<h4 class="widget-title widget-title-decorated">相关产品</h4>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="related-product-card">
|
||||
<div class="product-image">
|
||||
<img src="assets/images/classiccase/example.jpg" alt="全程物流链管理系统">
|
||||
</div>
|
||||
<div class="product-info">
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;">
|
||||
<h5 class="product-title" style="font-family:Helvetica, 'Microsoft Yahei', 微软雅黑, Arial, sans-serif;color:rgb(16, 37, 65);margin:0;">全程物流链管理系统</h5>
|
||||
<span class="product-tag">业务板块</span>
|
||||
</div>
|
||||
<p class="product-desc">面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="widget contact-widget">
|
||||
<div>
|
||||
<h5>携手打造数字化智能航运物流 </h5>
|
||||
<a href="contact.html">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<div style="height: 50px;"></div>
|
||||
<!-- end blog-single-section -->
|
||||
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- start site-footer -->
|
||||
<div id="footer"></div>
|
||||
<!-- end site-footer -->
|
||||
|
||||
<!-- end of page-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- All JavaScript files
|
||||
================================================== -->
|
||||
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$("#footer").load("footer.html");
|
||||
$("#header").load("header.html");
|
||||
|
||||
//如果想要操作header.html中的元素,就得等到header.html加载完成后操作
|
||||
$("#footer").load("footer.html", function(){
|
||||
});
|
||||
</script>
|
||||
<script src="assets/js/kefu.js"></script>
|
||||
<!--<script>-->
|
||||
<!--var kefu = new Kefu({-->
|
||||
<!--// index: "/",-->
|
||||
<!--tel: "0535-2106025",//电话号码-->
|
||||
<!--qq: "278294683",//在线QQ-->
|
||||
<!--wechatPerson: {-->
|
||||
<!--state: false,// true是开启个人微信二维码, false不开启-->
|
||||
<!--imgURL: "./imgs/2wm.png" //图片路径-->
|
||||
<!--},-->
|
||||
<!--wechatofficial: {-->
|
||||
<!--state: true,// true是开启微信公众号二维码, false不开启-->
|
||||
<!--imgURL: "assets/images/wechat.jpg" //图片路径-->
|
||||
<!--}//微信公众号-->
|
||||
<!--});-->
|
||||
<!--</script>-->
|
||||
<!-- Plugins for this template -->
|
||||
<script src="assets/js/jquery-plugin-collection.js"></script>
|
||||
|
||||
<!-- Custom script for this template -->
|
||||
<script src="assets/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||