1728 lines
64 KiB
HTML
1728 lines
64 KiB
HTML
<!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">
|
||
|
||
<title>全程物流链解决方案 - 岸基科技</title>
|
||
<meta name="title" content="烟台岸基网络科技有限公司">
|
||
<meta name="Description"
|
||
content="烟台岸基网络科技有限公司是从事于全程物流链科技服务的互联网软件公司,致力于打造港航企业的互联网生态圈,研发出了航运电子商务平台系统、多码头智能操作系统、全程物流链管理系统等软件产品。">
|
||
<meta name="keywords"
|
||
content="物流平台开发,O2O物流平台,航运,船代软件,船代系统,船舶代理软件,船舶代理系统,航运大数据,航运电商,互联网+航运,数字化航运,货运代理管理系统,货代系统,货代软件,全程物流链管理系统,全程物流链软件,物流供应链,物流管理系统,协同运输,智慧物流管理系统,物流平台开发,供应链物流管理">
|
||
|
||
<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">
|
||
|
||
<style>
|
||
/* ========== Solution Page Styles ========== */
|
||
|
||
/* Hero Section */
|
||
.solution-hero {
|
||
position: relative;
|
||
min-height: 50vh;
|
||
display: flex;
|
||
align-items: center;
|
||
padding-top: 110px; /* header高度80px + 最小间距30px */
|
||
overflow: hidden;
|
||
background: linear-gradient(135deg, #0422a8 0%, #0c4ab3 50%, #001a4d 100%);
|
||
}
|
||
|
||
.solution-hero::before {
|
||
content: '';
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
width: 60%;
|
||
height: 60%;
|
||
background: radial-gradient(circle, rgba(0, 150, 136, 0.15) 0%, transparent 70%);
|
||
animation: blob 8s ease-in-out infinite;
|
||
}
|
||
|
||
.solution-hero::after {
|
||
content: '';
|
||
position: absolute;
|
||
bottom: 0;
|
||
left: 0;
|
||
width: 60%;
|
||
height: 60%;
|
||
background: radial-gradient(circle, rgba(0, 150, 136, 0.1) 0%, transparent 70%);
|
||
animation: blob 8s ease-in-out infinite 2s;
|
||
}
|
||
|
||
@keyframes blob {
|
||
0%, 100% { transform: translate(0, 0) scale(1); }
|
||
33% { transform: translate(30px, -30px) scale(1.1); }
|
||
66% { transform: translate(-20px, 20px) scale(0.9); }
|
||
}
|
||
|
||
.hero-content {
|
||
position: relative;
|
||
z-index: 10;
|
||
}
|
||
|
||
.hero-badge {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
padding: 6px 16px;
|
||
border-radius: 50px;
|
||
background: rgba(0, 150, 136, 0.1);
|
||
border: 1px solid rgba(0, 150, 136, 0.2);
|
||
color: rgba(0, 150, 255, 1);
|
||
font-size: 12px;
|
||
font-weight: 600;
|
||
text-transform: uppercase;
|
||
letter-spacing: 1px;
|
||
margin-bottom: 24px 0 0 0;
|
||
}
|
||
|
||
.hero-badge .pulse-dot {
|
||
width: 8px;
|
||
height: 8px;
|
||
border-radius: 50%;
|
||
background: rgba(0, 150, 255, 1);
|
||
animation: pulse 2s ease-in-out infinite;
|
||
}
|
||
|
||
@keyframes pulse {
|
||
0%, 100% { opacity: 1; transform: scale(1); }
|
||
50% { opacity: 0.5; transform: scale(1.2); }
|
||
}
|
||
|
||
.hero-title {
|
||
font-size: 38px;
|
||
font-weight: 700;
|
||
color: #fff;
|
||
line-height: 1.2;
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.hero-title .gradient-text {
|
||
background: linear-gradient(90deg, rgba(0, 150, 255, 1), rgba(100, 200, 255, 1));
|
||
-webkit-background-clip: text;
|
||
-webkit-text-fill-color: transparent;
|
||
background-clip: text;
|
||
}
|
||
|
||
.hero-desc {
|
||
font-size: 18px;
|
||
color: #cbd5e1;
|
||
line-height: 1.8;
|
||
max-width: 520px;
|
||
margin-bottom: 32px;
|
||
}
|
||
|
||
.hero-buttons {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
gap: 16px;
|
||
}
|
||
|
||
.btn-primary-custom {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
padding: 14px 28px;
|
||
background: rgba(0, 100, 255, 1);
|
||
color: #fff;
|
||
border-radius: 8px;
|
||
font-weight: 500;
|
||
text-decoration: none;
|
||
transition: all 0.3s ease;
|
||
box-shadow: 0 10px 40px -10px rgba(0, 150, 136, 0.5);
|
||
}
|
||
|
||
.btn-primary-custom:hover {
|
||
background: rgb(0, 57, 121);
|
||
color: #fff;
|
||
transform: translateY(-2px);
|
||
}
|
||
|
||
.btn-outline-custom {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
padding: 14px 28px;
|
||
background: transparent;
|
||
color: #fff;
|
||
border: 1px solid #475569;
|
||
border-radius: 8px;
|
||
font-weight: 500;
|
||
text-decoration: none;
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.btn-outline-custom:hover {
|
||
background: rgba(255, 255, 255, 0.05);
|
||
color: #fff;
|
||
}
|
||
|
||
/* Hero Stats Cards */
|
||
.hero-stats {
|
||
position: relative;
|
||
z-index: 10;
|
||
}
|
||
|
||
.stats-card-container {
|
||
backdrop-filter: blur(12px);
|
||
padding: 24px 24px 48px 24px;
|
||
}
|
||
|
||
.stats-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
gap: 16px;
|
||
position: relative;
|
||
}
|
||
|
||
.stat-item {
|
||
background: rgba(0, 50, 128, 0.5);
|
||
padding: 30px;
|
||
border-radius: 12px;
|
||
border: 1px solid rgba(0, 100, 255, 0.3);
|
||
height: 130px;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
}
|
||
|
||
.stat-item .stat-icon {
|
||
width: 40px;
|
||
height: 40px;
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
/* 覆盖 themify-icons 默认样式 */
|
||
.stat-item .stat-icon[class^="ti-"],
|
||
.stat-item .stat-icon[class*=" ti-"] {
|
||
font-size: 32px;
|
||
line-height: 1;
|
||
display: block;
|
||
}
|
||
|
||
.stat-item .stat-icon.teal { color: rgb(0, 127, 200); }
|
||
.stat-item .stat-icon.cyan { color: rgba(0, 188, 212, 1); }
|
||
.stat-item .stat-icon.green { color: rgb(76, 153, 175); }
|
||
.stat-item .stat-icon.amber { color: rgba(255, 193, 7, 1); }
|
||
|
||
.stat-item .stat-number {
|
||
font-size: 28px;
|
||
font-weight: 700;
|
||
color: #fff;
|
||
margin-bottom: 4px;
|
||
}
|
||
|
||
.stat-item .stat-label {
|
||
font-size: 12px;
|
||
color: #94a3b8;
|
||
}
|
||
|
||
/* 风车叶片错开效果 - 使用transform不影响间距 */
|
||
.stat-item:nth-child(2),
|
||
.stat-item:nth-child(4) {
|
||
transform: translateY(24px);
|
||
}
|
||
|
||
.stats-center-icon {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
transform: translate(-50%, calc(-50% + 12px));
|
||
width: 64px;
|
||
height: 64px;
|
||
background: rgba(0, 100, 255, 1);
|
||
border-radius: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-shadow: 0 10px 40px -10px rgba(0, 100, 255, 0.5);
|
||
border: 4px solid rgba(0, 40, 100, 1);
|
||
z-index: 10;
|
||
}
|
||
|
||
.stats-center-icon i {
|
||
font-size: 24px;
|
||
color: #fff;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 100%;
|
||
height: 100%;
|
||
line-height: 1;
|
||
}
|
||
|
||
/* 覆盖 flaticon 默认样式 */
|
||
.stats-center-icon [class^="flaticon-"]:before,
|
||
.stats-center-icon [class*=" flaticon-"]:before,
|
||
.stats-center-icon [class^="flaticon-"]:after,
|
||
.stats-center-icon [class*=" flaticon-"]:after {
|
||
font-family: Flaticon;
|
||
font-size: 28px;
|
||
font-style: normal;
|
||
margin-left: 0;
|
||
}
|
||
|
||
/* Pain Points Section */
|
||
.pain-points-section {
|
||
padding: 100px 0;
|
||
background: #fff;
|
||
}
|
||
|
||
.section-header {
|
||
text-align: center;
|
||
max-width: 700px;
|
||
margin: 0 auto 60px;
|
||
}
|
||
|
||
.section-header h2 {
|
||
font-size: 32px;
|
||
font-weight: 700;
|
||
color: #0f172a;
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.section-header p {
|
||
font-size: 16px;
|
||
color: #64748b;
|
||
}
|
||
|
||
.pain-point-card {
|
||
height: 100%;
|
||
padding: 32px;
|
||
background: #f8fafc;
|
||
border-radius: 16px;
|
||
border: 1px solid #e2e8f0;
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.pain-point-card:hover {
|
||
background: #fff;
|
||
box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
|
||
transform: translateY(-4px);
|
||
}
|
||
|
||
.pain-point-icon {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 64px;
|
||
height: 64px;
|
||
background: #fff;
|
||
border-radius: 12px;
|
||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||
margin-bottom: 24px;
|
||
transition: transform 0.3s ease;
|
||
}
|
||
|
||
.pain-point-card:hover .pain-point-icon {
|
||
transform: scale(1.1);
|
||
}
|
||
|
||
.pain-point-icon i {
|
||
font-size: 28px;
|
||
}
|
||
|
||
.pain-point-icon.red i { color: #ef4444; }
|
||
.pain-point-icon.orange i { color: #f97316; }
|
||
.pain-point-icon.yellow i { color: #eab308; }
|
||
.pain-point-icon.purple i { color: #a855f7; }
|
||
|
||
.pain-point-card h3 {
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
color: #0f172a;
|
||
margin-bottom: 12px;
|
||
line-height: 1.4;
|
||
min-height: 2.8em;
|
||
display: -webkit-box;
|
||
-webkit-line-clamp: 2;
|
||
-webkit-box-orient: vertical;
|
||
overflow: hidden;
|
||
line-clamp: 2;
|
||
box-orient: vertical;
|
||
}
|
||
|
||
.pain-point-card p {
|
||
font-size: 14px;
|
||
color: #64748b;
|
||
line-height: 1.7;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Solution Architecture Section */
|
||
.architecture-section {
|
||
padding: 100px 0;
|
||
background: linear-gradient(135deg, #001a4d 0%, #003080 100%);
|
||
color: #fff;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.architecture-section > .container > .row {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: center;
|
||
}
|
||
|
||
.architecture-section > .container > .row > .col-md-6 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
.arch-step {
|
||
display: flex;
|
||
align-items: flex-start;
|
||
gap: 20px;
|
||
margin-bottom: 32px;
|
||
}
|
||
|
||
.arch-step-number {
|
||
flex-shrink: 0;
|
||
width: 48px;
|
||
height: 48px;
|
||
border-radius: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
font-weight: 700;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.arch-step-number.teal {
|
||
background: rgba(0, 150, 136, 0.2);
|
||
border: 1px solid rgba(0, 150, 136, 0.3);
|
||
color: rgb(0, 123, 200);
|
||
}
|
||
|
||
.arch-step-number.cyan {
|
||
background: rgba(0, 188, 212, 0.2);
|
||
border: 1px solid rgba(0, 188, 212, 0.3);
|
||
color: rgba(0, 220, 255, 1);
|
||
}
|
||
|
||
.arch-step-number.green {
|
||
background: rgba(76, 175, 80, 0.2);
|
||
border: 1px solid rgba(76, 175, 80, 0.3);
|
||
color: rgba(129, 199, 132, 1);
|
||
}
|
||
|
||
.arch-step-content h4 {
|
||
font-size: 20px;
|
||
font-weight: 600;
|
||
margin-bottom: 8px;
|
||
}
|
||
|
||
.arch-step-content h4.teal { color: rgba(128, 203, 196, 1); }
|
||
.arch-step-content h4.cyan { color: rgba(128, 222, 234, 1); }
|
||
.arch-step-content h4.green { color: rgba(165, 214, 167, 1); }
|
||
|
||
.arch-step-content p {
|
||
font-size: 14px;
|
||
color: rgba(255, 255, 255, 0.8);
|
||
margin: 0;
|
||
}
|
||
|
||
.arch-visual {
|
||
position: relative;
|
||
max-width: 400px;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
.arch-visual::before {
|
||
content: '';
|
||
position: absolute;
|
||
inset: 0;
|
||
background: linear-gradient(135deg, rgba(0, 150, 136, 0.2), rgba(0, 188, 212, 0.1));
|
||
border-radius: 50%;
|
||
filter: blur(60px);
|
||
animation: pulse 4s ease-in-out infinite;
|
||
}
|
||
|
||
.arch-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
gap: 16px;
|
||
position: relative;
|
||
}
|
||
|
||
.arch-grid-item {
|
||
background: rgba(30, 41, 59, 0.8);
|
||
backdrop-filter: blur(8px);
|
||
border: 1px solid rgba(71, 85, 105, 0.5);
|
||
border-radius: 16px;
|
||
padding: 24px;
|
||
text-align: center;
|
||
transition: transform 0.3s ease;
|
||
}
|
||
|
||
.arch-grid-item:hover {
|
||
transform: translateY(-8px);
|
||
}
|
||
|
||
.arch-grid-item:nth-child(2),
|
||
.arch-grid-item:nth-child(4) {
|
||
margin-top: 32px;
|
||
}
|
||
|
||
.arch-grid-item i {
|
||
font-size: 40px;
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
.arch-grid-item i.teal { color: rgba(0, 200, 180, 1); }
|
||
.arch-grid-item i.cyan { color: rgba(0, 188, 212, 1); }
|
||
.arch-grid-item i.green { color: #4caf50; }
|
||
.arch-grid-item i.amber { color: #ffc107; }
|
||
|
||
.arch-grid-item span {
|
||
font-weight: 600;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.arch-center-link {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
transform: translate(-50%, -50%);
|
||
width: 56px;
|
||
height: 56px;
|
||
background: #fff;
|
||
border-radius: 50%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-shadow: 0 10px 40px rgba(0, 150, 136, 0.3);
|
||
z-index: 10;
|
||
}
|
||
|
||
.arch-center-link i {
|
||
font-size: 24px;
|
||
color: #00695c;
|
||
}
|
||
|
||
/* Architecture Visual Image Container */
|
||
.arch-visual-container {
|
||
position: relative;
|
||
width: 100%;
|
||
max-width: 700px;
|
||
margin: 0 auto;
|
||
background: rgba(255, 255, 255, 0.05);
|
||
border-radius: 16px;
|
||
padding: 20px;
|
||
border: 1px solid rgba(71, 85, 105, 0.5);
|
||
backdrop-filter: blur(8px);
|
||
box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.3);
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
|
||
.arch-visual-container::before {
|
||
content: '';
|
||
position: absolute;
|
||
inset: -2px;
|
||
background: linear-gradient(135deg, rgba(0, 150, 136, 0.3), rgba(0, 188, 212, 0.2));
|
||
border-radius: 18px;
|
||
filter: blur(20px);
|
||
opacity: 0.5;
|
||
z-index: -1;
|
||
animation: pulse 4s ease-in-out infinite;
|
||
}
|
||
|
||
.arch-visual-container img {
|
||
width: 100%;
|
||
height: auto;
|
||
display: block;
|
||
border-radius: 8px;
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
|
||
/* Add hover effect */
|
||
.arch-visual-container:hover {
|
||
transform: translateY(-4px);
|
||
transition: transform 0.3s ease;
|
||
border-color: rgba(0, 200, 180, 0.6);
|
||
}
|
||
|
||
/* Responsive adjustments for the image container */
|
||
@media (max-width: 1200px) {
|
||
.arch-visual-container {
|
||
max-width: 540px;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 991px) {
|
||
.arch-visual-container {
|
||
max-width: 480px;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.arch-visual-container {
|
||
max-width: 100%;
|
||
margin: 24px auto 0;
|
||
}
|
||
}
|
||
|
||
/* Product Matrix Section */
|
||
.products-section {
|
||
padding: 100px 0;
|
||
background: #f8fafc;
|
||
}
|
||
|
||
.section-header-flex {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-between;
|
||
align-items: flex-end;
|
||
margin-bottom: 48px;
|
||
}
|
||
|
||
.section-header-left {
|
||
max-width: 600px;
|
||
}
|
||
|
||
.section-label {
|
||
font-size: 12px;
|
||
font-weight: 700;
|
||
color: rgba(0, 100, 255, 1);
|
||
text-transform: uppercase;
|
||
letter-spacing: 2px;
|
||
margin-bottom: 8px;
|
||
}
|
||
|
||
.section-header-left h2 {
|
||
font-size: 32px;
|
||
font-weight: 700;
|
||
color: #0f172a;
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
.section-header-left p {
|
||
font-size: 16px;
|
||
color: #64748b;
|
||
margin: 0;
|
||
}
|
||
|
||
.view-all-link {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
color: rgba(0, 100, 255, 1);
|
||
font-weight: 600;
|
||
text-decoration: none;
|
||
transition: color 0.3s ease;
|
||
}
|
||
|
||
.view-all-link:hover {
|
||
color: rgba(0, 121, 107, 1);
|
||
}
|
||
|
||
/* 让同一行的产品卡片高度一致 */
|
||
.products-section .row {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
|
||
.products-section .row > [class*="col-"] {
|
||
display: flex;
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.product-card {
|
||
background: #fff;
|
||
border-radius: 16px;
|
||
overflow: hidden;
|
||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
|
||
border: 1px solid #e2e8f0;
|
||
transition: all 0.3s ease;
|
||
height: 100%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
margin-bottom: 0;
|
||
width: 100%;
|
||
}
|
||
|
||
.product-card:hover {
|
||
box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.15);
|
||
transform: translateY(-4px);
|
||
}
|
||
|
||
.product-card-bar {
|
||
height: 4px;
|
||
width: 100%;
|
||
}
|
||
|
||
.product-card-bar.teal { background: rgba(0, 150, 136, 1); }
|
||
.product-card-bar.cyan { background: rgba(0, 188, 212, 1); }
|
||
.product-card-bar.green { background: rgba(76, 175, 80, 1); }
|
||
.product-card-bar.amber { background: rgba(255, 193, 7, 1); }
|
||
.product-card-bar.indigo { background: rgba(63, 81, 181, 1); }
|
||
.product-card-bar.purple { background: rgba(156, 39, 176, 1); }
|
||
.product-card-bar.blue { background: rgba(0, 100, 255, 1); }
|
||
|
||
.product-card-body {
|
||
padding: 28px;
|
||
flex: 1;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
|
||
.product-tags {
|
||
display: flex;
|
||
gap: 8px;
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.product-tag {
|
||
font-size: 12px;
|
||
font-weight: 500;
|
||
padding: 4px 10px;
|
||
background: #f1f5f9;
|
||
color: #475569;
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.product-card-body h3 {
|
||
font-size: 18px;
|
||
font-weight: 700;
|
||
color: #0f172a;
|
||
margin-bottom: 12px;
|
||
transition: color 0.3s ease;
|
||
}
|
||
|
||
.product-card:hover h3 {
|
||
color: rgba(0, 100, 255, 1);
|
||
}
|
||
|
||
.product-card-body > p {
|
||
font-size: 14px;
|
||
color: #64748b;
|
||
line-height: 1.7;
|
||
flex: 1;
|
||
margin-bottom: 20px;
|
||
}
|
||
|
||
.product-card-footer {
|
||
padding-top: 20px;
|
||
border-top: 1px solid #e2e8f0;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
|
||
.product-card-footer span {
|
||
font-size: 14px;
|
||
color: #94a3b8;
|
||
transition: color 0.3s ease;
|
||
}
|
||
|
||
.product-card:hover .product-card-footer span {
|
||
color: rgba(0, 100, 255, 1);
|
||
}
|
||
|
||
.product-card-arrow {
|
||
width: 32px;
|
||
height: 32px;
|
||
border-radius: 50%;
|
||
background: #f1f5f9;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
transition: all 0.3s ease;
|
||
}
|
||
|
||
.product-card-arrow i {
|
||
font-size: 14px;
|
||
color: #64748b;
|
||
}
|
||
|
||
.product-card:hover .product-card-arrow {
|
||
background: rgba(0, 100, 255, 1);
|
||
}
|
||
|
||
.product-card:hover .product-card-arrow i {
|
||
color: #fff;
|
||
}
|
||
|
||
/* Value Section */
|
||
.value-section {
|
||
padding: 100px 0;
|
||
background: #fff;
|
||
}
|
||
|
||
.value-item {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
padding: 28px;
|
||
background: #f8fafc;
|
||
border-radius: 16px;
|
||
transition: all 0.3s ease;
|
||
cursor: default;
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.value-item:hover {
|
||
background: rgba(0, 100, 255, 1);
|
||
}
|
||
|
||
.value-item:hover *:not(.value-icon i) {
|
||
color: #fff !important;
|
||
}
|
||
|
||
.value-item:hover .value-icon i {
|
||
color: #fff;
|
||
}
|
||
|
||
.value-item:hover .value-icon {
|
||
background: rgba(255, 255, 255, 0.2);
|
||
box-shadow: none;
|
||
}
|
||
|
||
.value-icon {
|
||
flex-shrink: 0;
|
||
width: 64px;
|
||
height: 64px;
|
||
background: #fff;
|
||
border-radius: 16px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||
margin-bottom: 20px;
|
||
transition: all 1.2s ease;
|
||
}
|
||
|
||
.value-icon i {
|
||
font-size: 28px;
|
||
color: rgba(0, 100, 255, 1);
|
||
transition: color 1.2s ease;
|
||
}
|
||
|
||
.value-content {
|
||
text-align: center;
|
||
}
|
||
|
||
.value-content h3 {
|
||
font-size: 18px;
|
||
font-weight: 700;
|
||
color: #0f172a;
|
||
margin-bottom: 8px;
|
||
transition: color 1.2s ease;
|
||
}
|
||
|
||
.value-content p {
|
||
font-size: 14px;
|
||
color: #64748b;
|
||
line-height: 1.7;
|
||
margin: 0;
|
||
transition: color 1.2s ease;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.value-item {
|
||
flex-direction: row;
|
||
text-align: left;
|
||
}
|
||
|
||
.value-icon {
|
||
margin-bottom: 0;
|
||
margin-right: 24px;
|
||
}
|
||
|
||
.value-content {
|
||
text-align: left;
|
||
}
|
||
}
|
||
|
||
/* Advantages Section */
|
||
.advantages-section {
|
||
padding: 100px 0;
|
||
background: linear-gradient(135deg, #001a4d 0%, #003080 100%);
|
||
color: #fff;
|
||
position: relative;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.advantages-section .row {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.advantages-section .row {
|
||
flex-direction: column;
|
||
}
|
||
|
||
.advantages-section .col-md-6 {
|
||
width: 100%;
|
||
}
|
||
}
|
||
|
||
.advantages-section::before {
|
||
content: '';
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
width: 50%;
|
||
height: 100%;
|
||
background: rgba(0, 77, 64, 0.5);
|
||
transform: skewX(-12deg) translateX(25%);
|
||
}
|
||
|
||
.advantage-item {
|
||
display: flex;
|
||
gap: 16px;
|
||
margin-bottom: 32px;
|
||
}
|
||
|
||
.advantage-check {
|
||
flex-shrink: 0;
|
||
margin-top: 4px;
|
||
}
|
||
|
||
.advantage-check i {
|
||
font-size: 24px;
|
||
color: rgba(0, 200, 180, 1);
|
||
}
|
||
|
||
.advantage-item h4 {
|
||
font-size: 18px;
|
||
font-weight: 700;
|
||
color: #fff;
|
||
margin-bottom: 8px;
|
||
}
|
||
|
||
.advantage-item p {
|
||
font-size: 14px;
|
||
color: #94a3b8;
|
||
margin: 0;
|
||
line-height: 1.7;
|
||
}
|
||
|
||
.stats-boxes {
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
gap: 16px;
|
||
position: relative;
|
||
}
|
||
|
||
.stat-box {
|
||
background: rgba(0, 40, 100, 0.8);
|
||
padding: 28px;
|
||
border-radius: 16px;
|
||
text-align: center;
|
||
border: 1px solid rgba(0, 100, 255, 0.3);
|
||
transition: border-color 0.3s ease;
|
||
}
|
||
|
||
.stat-box:hover {
|
||
border-color: rgba(0, 150, 255, 1);
|
||
}
|
||
|
||
.stat-box.full-width {
|
||
grid-column: span 2;
|
||
}
|
||
|
||
.stat-box .stat-number {
|
||
font-size: 36px;
|
||
font-weight: 700;
|
||
color: rgba(0, 200, 180, 1);
|
||
margin-bottom: 8px;
|
||
}
|
||
|
||
.stat-box .stat-label {
|
||
font-size: 14px;
|
||
color: #94a3b8;
|
||
}
|
||
|
||
/* Cases Section */
|
||
.cases-section {
|
||
padding: 100px 0;
|
||
background: #f8fafc;
|
||
}
|
||
|
||
.cases-section .row {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
|
||
.cases-section .row > [class*="col-"] {
|
||
display: flex;
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.case-card {
|
||
background: #fff;
|
||
border-radius: 16px;
|
||
overflow: hidden;
|
||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
|
||
border: 1px solid #e2e8f0;
|
||
height: 100%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
|
||
.case-card-header {
|
||
position: relative;
|
||
padding: 28px;
|
||
display: flex;
|
||
align-items: flex-end;
|
||
overflow: hidden;
|
||
}
|
||
|
||
.case-card-header.teal {
|
||
background: linear-gradient(135deg, rgba(0, 105, 92, 1), rgba(0, 150, 136, 1));
|
||
}
|
||
|
||
.case-card-header.cyan {
|
||
background: linear-gradient(135deg, rgba(0, 131, 143, 1), rgba(0, 188, 212, 1));
|
||
}
|
||
|
||
.case-card-header.green {
|
||
background: linear-gradient(135deg, rgba(56, 142, 60, 1), rgba(76, 175, 80, 1));
|
||
}
|
||
|
||
.case-card-header.indigo {
|
||
background: linear-gradient(135deg, rgba(48, 63, 159, 1), rgba(63, 81, 181, 1));
|
||
}
|
||
|
||
.case-card-header::before {
|
||
content: '';
|
||
position: absolute;
|
||
top: -50%;
|
||
right: -10%;
|
||
width: 160px;
|
||
height: 160px;
|
||
border-radius: 50%;
|
||
background: rgba(255, 255, 255, 0.1);
|
||
}
|
||
|
||
.case-card-header h3 {
|
||
position: relative;
|
||
font-size: 20px;
|
||
font-weight: 700;
|
||
color: #fff;
|
||
margin: 0;
|
||
}
|
||
|
||
.case-card-body {
|
||
padding: 28px;
|
||
flex: 1;
|
||
}
|
||
|
||
.case-project {
|
||
font-size: 14px;
|
||
font-weight: 600;
|
||
color: rgba(0, 100, 255, 1);
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
.case-card-body p {
|
||
font-size: 14px;
|
||
color: #64748b;
|
||
line-height: 1.7;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Scroll Animation */
|
||
.reveal {
|
||
opacity: 0;
|
||
transform: translateY(40px);
|
||
transition: all 0.8s ease;
|
||
}
|
||
|
||
.reveal.active {
|
||
opacity: 1;
|
||
transform: translateY(0);
|
||
}
|
||
|
||
/* Responsive */
|
||
@media (max-width: 991px) {
|
||
.hero-title {
|
||
font-size: 36px;
|
||
}
|
||
|
||
.hero-stats {
|
||
margin-top: 48px;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 767px) {
|
||
.solution-hero {
|
||
min-height: auto;
|
||
padding: 110px 0 60px; /* header高度80px + 最小间距30px */
|
||
}
|
||
|
||
.hero-title {
|
||
font-size: 28px;
|
||
}
|
||
|
||
.hero-desc {
|
||
font-size: 16px;
|
||
}
|
||
|
||
.section-header h2,
|
||
.section-header-left h2 {
|
||
font-size: 24px;
|
||
}
|
||
|
||
.section-header-flex {
|
||
flex-direction: column;
|
||
align-items: flex-start;
|
||
gap: 16px;
|
||
}
|
||
|
||
.stat-box .stat-number {
|
||
font-size: 28px;
|
||
}
|
||
}
|
||
</style>
|
||
<!--[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 -->
|
||
|
||
|
||
<!-- Hero Section -->
|
||
<section class="solution-hero">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-6 hero-content">
|
||
<div class="reveal">
|
||
<div class="hero-badge">
|
||
<span class="pulse-dot"></span>
|
||
专注港航信息化20年
|
||
</div>
|
||
<h1 class="hero-title">
|
||
全程物流链<br>
|
||
<span class="gradient-text">一体化解决方案</span>
|
||
</h1>
|
||
<p class="hero-desc">
|
||
覆盖订舱、报关、运输、仓储、交付全流程,打破信息孤岛,实现业务协同与智能决策,助力物流企业数字化转型升级。
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6 hero-stats hidden-sm hidden-xs">
|
||
<div class="reveal" style="transition-delay: 200ms;">
|
||
<div class="stats-card-container">
|
||
<div class="stats-grid">
|
||
<div class="stat-item">
|
||
<i class="ti-layout-grid2 stat-icon teal"></i>
|
||
<div class="stat-number">标准化</div>
|
||
<div class="stat-label">统一架构与数据标准</div>
|
||
</div>
|
||
<div class="stat-item">
|
||
<i class="ti-widget stat-icon cyan"></i>
|
||
<div class="stat-number">灵活化</div>
|
||
<div class="stat-label">模块化配置快速适配</div>
|
||
</div>
|
||
<div class="stat-item">
|
||
<i class="ti-pulse stat-icon green"></i>
|
||
<div class="stat-number">智能化</div>
|
||
<div class="stat-label">AI大模型深度应用</div>
|
||
</div>
|
||
<div class="stat-item">
|
||
<i class="ti-eye stat-icon amber"></i>
|
||
<div class="stat-number">可视化</div>
|
||
<div class="stat-label">全链路实时监控</div>
|
||
</div>
|
||
<div class="stats-center-icon">
|
||
<i class="ti-truck"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Pain Points Section -->
|
||
<section class="pain-points-section" id="solution">
|
||
<div class="container">
|
||
<div class="section-header reveal">
|
||
<h2>直击行业四大核心痛点</h2>
|
||
<p>聚焦物流企业在数字化转型中面临的共性瓶颈,为您提供精准对策。</p>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-3 col-sm-6">
|
||
<div class="pain-point-card reveal">
|
||
<div class="pain-point-icon red">
|
||
<i class="ti-layout-list-post"></i>
|
||
</div>
|
||
<h3>业务环节繁杂且系统分散</h3>
|
||
<p>物流业务覆盖订舱、报关、运输、仓储、交付等多个环节,各环节对应独立系统且缺乏有效联动,数据需跨系统重复录入,易引发信息偏差。</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 col-sm-6">
|
||
<div class="pain-point-card reveal" style="transition-delay: 100ms;">
|
||
<div class="pain-point-icon orange">
|
||
<i class="ti-money"></i>
|
||
</div>
|
||
<h3>业务与财务联动薄弱</h3>
|
||
<p>业务数据与财务数据分属不同系统,数据口径不统一、传递不及时,无法实现业务流程与财务核算的实时联动,成本核算滞后。</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 col-sm-6">
|
||
<div class="pain-point-card reveal" style="transition-delay: 200ms;">
|
||
<div class="pain-point-icon yellow">
|
||
<i class="ti-location-pin"></i>
|
||
</div>
|
||
<h3>网点布局分散且协同不足</h3>
|
||
<p>公司网点数量多、地理分布广泛,各网点间信息传递依赖传统沟通方式,数据同步存在延迟,难以实现全网资源统筹规划。</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 col-sm-6">
|
||
<div class="pain-point-card reveal" style="transition-delay: 300ms;">
|
||
<div class="pain-point-icon purple">
|
||
<i class="ti-bar-chart"></i>
|
||
</div>
|
||
<h3>缺乏数据驱动分析能力</h3>
|
||
<p>现有系统仅满足基础业务操作需求,未建立完善的数据整合与分析体系,无法对核心数据进行深度挖掘,决策缺乏数据支撑。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Solution Architecture Section -->
|
||
<section class="architecture-section">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<div class="reveal">
|
||
<h2 style="font-size: 32px; font-weight: 700; margin-bottom: 40px; color: #fff;">全程物流链平台框架</h2>
|
||
|
||
<div class="arch-step">
|
||
<div class="arch-step-number teal">01</div>
|
||
<div class="arch-step-content">
|
||
<h4 class="teal">统一业务门户</h4>
|
||
<p>为船公司、船代、货代、报关、仓储等提供统一的业务线上营业厅,一站式处理全流程业务。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="arch-step">
|
||
<div class="arch-step-number cyan">02</div>
|
||
<div class="arch-step-content">
|
||
<h4 class="cyan">全链条协同</h4>
|
||
<p>打通订舱、报关、运输、仓储、交付各环节,实现数据互通、业务联动,消除信息孤岛。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="arch-step">
|
||
<div class="arch-step-number green">03</div>
|
||
<div class="arch-step-content">
|
||
<h4 class="green">智能分析决策</h4>
|
||
<p>通过AI大模型与数据分析技术,对全链条数据进行深度挖掘,提供智能预测与决策支持。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-8">
|
||
<div class="reveal" style="transition-delay: 200ms;">
|
||
<div class="arch-visual-container">
|
||
<img src="assets/images/solution/chain.png" alt="全程物流链架构图">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Product Matrix Section -->
|
||
<section class="products-section" id="products">
|
||
<div class="container">
|
||
<div class="section-header-flex reveal">
|
||
<div class="section-header-left">
|
||
<div class="section-label">Product Matrix</div>
|
||
<h2>核心产品体系</h2>
|
||
<p>从智能生产到供应链协同,全方位覆盖大型港航集团业务场景。</p>
|
||
</div>
|
||
<a href="product_eCommerce.html" class="view-all-link hidden-xs">
|
||
查看所有产品 <i class="ti-arrow-right"></i>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<div class="product-card reveal">
|
||
<div class="product-card-bar blue"></div>
|
||
<div class="product-card-body">
|
||
<div class="product-tags">
|
||
<span class="product-tag">船公司</span>
|
||
|
||
</div>
|
||
<h3>岸基船公司运营管理系统</h3>
|
||
<p>业务智能操作、船舶动态管理、EDI无缝交换、决策数据看板,赋能航运全流程一站式解决方案。</p>
|
||
<div class="product-card-footer">
|
||
<span>了解详情</span>
|
||
<div class="product-card-arrow">
|
||
<i class="ti-arrow-right"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="product-card reveal" style="transition-delay: 100ms;">
|
||
<div class="product-card-bar cyan"></div>
|
||
<div class="product-card-body">
|
||
<div class="product-tags">
|
||
<span class="product-tag">船公司</span>
|
||
|
||
</div>
|
||
<h3>岸基船舶管理系统</h3>
|
||
<p>根据船公司的经营和运营管理特点,定制化开发符合船公司适用的船舶综合管理系统。实现经营管理和运营管理一体化、体系和经营一体化、业务财务一体化,提升各部门间的数据共享和协同能力。</p>
|
||
<div class="product-card-footer">
|
||
<span>了解详情</span>
|
||
<div class="product-card-arrow">
|
||
<i class="ti-arrow-right"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="product-card reveal" style="transition-delay: 200ms;">
|
||
<div class="product-card-bar indigo"></div>
|
||
<div class="product-card-body">
|
||
<div class="product-tags">
|
||
<span class="product-tag">全程物流链</span>
|
||
|
||
</div>
|
||
<h3>岸基仓储管理系统</h3>
|
||
<p>提供在线委托、预约、结算、运力撮合等服务。平台已完成对国产操作环境和浏览器的兼容性适配。</p>
|
||
<div class="product-card-footer">
|
||
<span>了解详情</span>
|
||
<div class="product-card-arrow">
|
||
<i class="ti-arrow-right"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="product-card reveal">
|
||
<div class="product-card-bar blue"></div>
|
||
<div class="product-card-body">
|
||
<div class="product-tags">
|
||
<span class="product-tag">全程物流链</span>
|
||
|
||
</div>
|
||
<h3>岸基船舶代理系统</h3>
|
||
<p>面向船代公司提供完整业务操作解决方案,通过“互联网+”服务模式满足企业内部操作需求。支持船务、单证、箱管、商务、财务等多部门协同,搭建智能高效业务平台,实现线上线下“一站式”服务。</p>
|
||
<div class="product-card-footer">
|
||
<span>了解详情</span>
|
||
<div class="product-card-arrow">
|
||
<i class="ti-arrow-right"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="product-card reveal" style="transition-delay: 100ms;">
|
||
<div class="product-card-bar cyan"></div>
|
||
<div class="product-card-body">
|
||
<div class="product-tags">
|
||
<span class="product-tag">全程物流链</span>
|
||
|
||
</div>
|
||
<h3>岸基货运代理系统</h3>
|
||
<p>针对货代业务特点,运用先进计算机技术,提升业务单证的智能识别、费用智能对账等服务能力,实现业务的标准化、流程化、智能化操作,实现货物委托、提单确认、海关预配、EDI、费用结算、客户服务等业务的高效操作。</p>
|
||
<div class="product-card-footer">
|
||
<span>了解详情</span>
|
||
<div class="product-card-arrow">
|
||
<i class="ti-arrow-right"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="product-card reveal" style="transition-delay: 200ms;">
|
||
<div class="product-card-bar indigo"></div>
|
||
<div class="product-card-body">
|
||
<div class="product-tags">
|
||
<span class="product-tag">全程物流链</span>
|
||
|
||
</div>
|
||
<h3>岸基车辆运输管理系统</h3>
|
||
<p>专门用于优化和管理运输流程的解决方案,系统以业财一体化的管理理念,优化车辆调度,实现运输收入、成本的精细化管理。</p>
|
||
<div class="product-card-footer">
|
||
<span>了解详情</span>
|
||
<div class="product-card-arrow">
|
||
<i class="ti-arrow-right"></i>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Value Section -->
|
||
<section class="value-section" id="value">
|
||
<div class="container">
|
||
<div class="section-header reveal">
|
||
<h2>产品核心价值</h2>
|
||
<p>不仅是软件升级,更是物流企业的全面数字化转型。</p>
|
||
</div>
|
||
|
||
<style>
|
||
.value-grid {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
margin: 0 -15px;
|
||
}
|
||
.value-grid-item {
|
||
width: 50%;
|
||
padding: 0 15px;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
}
|
||
.value-grid-item .value-item {
|
||
width: 100%;
|
||
}
|
||
@media (max-width: 767px) {
|
||
.value-grid-item {
|
||
width: 100%;
|
||
}
|
||
}
|
||
</style>
|
||
<div class="value-grid">
|
||
<div class="value-grid-item">
|
||
<div class="value-item reveal">
|
||
<div class="value-icon">
|
||
<i class="ti-check-box"></i>
|
||
</div>
|
||
<div class="value-content">
|
||
<h3>标准</h3>
|
||
<p>统一架构,定义数据标准、流程标准、业务规则,实现整体业务流程的标准化操作,支持集团化经营模式,实现数据的一体化管控。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="value-grid-item">
|
||
<div class="value-item reveal" style="transition-delay: 50ms;">
|
||
<div class="value-icon">
|
||
<i class="ti-widget"></i>
|
||
</div>
|
||
<div class="value-content">
|
||
<h3>灵活</h3>
|
||
<p>采用"基础平台+业务插件"模式进行系统模块化配置应用;船公司、船代、货代、报关、仓储等业务模块可根据客户业务生态灵活搭建。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="value-grid-item">
|
||
<div class="value-item reveal" style="transition-delay: 100ms;">
|
||
<div class="value-icon">
|
||
<i class="ti-thought"></i>
|
||
</div>
|
||
<div class="value-content">
|
||
<h3>智能</h3>
|
||
<p>应用AI大模型与规则引擎,实现海关舱单智能发送、邮件智能解析、危险品智能识别等操作,充分利用先进技术提高操作效率及准确性。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="value-grid-item">
|
||
<div class="value-item reveal" style="transition-delay: 150ms;">
|
||
<div class="value-icon">
|
||
<i class="ti-timer"></i>
|
||
</div>
|
||
<div class="value-content">
|
||
<h3>自动</h3>
|
||
<p>依据标准业务环节,实现业务的自动化操作、费用自动计算等,提升效率,节约人力。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="value-grid-item">
|
||
<div class="value-item reveal" style="transition-delay: 200ms;">
|
||
<div class="value-icon">
|
||
<i class="ti-stats-up"></i>
|
||
</div>
|
||
<div class="value-content">
|
||
<h3>可视</h3>
|
||
<p>深层挖掘业务数据,图形实时展现船舶信息、业务进度、财务数据等,可全局掌控运营状态,辅助精确决策。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="value-grid-item">
|
||
<div class="value-item reveal" style="transition-delay: 250ms;">
|
||
<div class="value-icon">
|
||
<i class="ti-shield"></i>
|
||
</div>
|
||
<div class="value-content">
|
||
<h3>保障</h3>
|
||
<p>通过建立强大分布式私有PaaS平台,实现微服务、负载均衡、数据安全等,为整个系统提供技术支撑和运维服务,保障系统运行稳定及安全。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Advantages Section -->
|
||
<section class="advantages-section" id="about">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="reveal">
|
||
<h2 style="font-size: 32px; font-weight: 700; margin-bottom: 40px;color: #fff;">我们的核心优势</h2>
|
||
|
||
<div class="advantage-item">
|
||
<div class="advantage-check">
|
||
<i class="ti-check-box"></i>
|
||
</div>
|
||
<div>
|
||
<h4>整体行业经验深厚且实力过硬</h4>
|
||
<p>核心团队成员均具备十年以上物流行业项目管理、软件开发、项目实施及维护实战经验,凭借扎实的技术积淀与丰富的落地经验,为软件项目的高效实施、优质交付及长期稳定运维提供强有力保障。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="advantage-item">
|
||
<div class="advantage-check">
|
||
<i class="ti-check-box"></i>
|
||
</div>
|
||
<div>
|
||
<h4>技术架构先进可靠</h4>
|
||
<p>系统采用前沿互联网分布式架构,大幅提升运行稳定性与横向扩展能力。同时依托微服务架构与热加载技术,简化需求迭代实现流程,支持系统在不停机状态下完成更新升级。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="advantage-item">
|
||
<div class="advantage-check">
|
||
<i class="ti-check-box"></i>
|
||
</div>
|
||
<div>
|
||
<h4>产品成熟度高且价值凸显</h4>
|
||
<p>采用智能化、自动化、灵活化与可视化的全流程操作模式,通过规范业务数据标准、优化作业流程,大幅提升工作效率;同时实现货物运输全链路可视化监控,精准响应客户查询需求。</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="advantage-item">
|
||
<div class="advantage-check">
|
||
<i class="ti-check-box"></i>
|
||
</div>
|
||
<div>
|
||
<h4>服务质量保障体系健全可靠</h4>
|
||
<p>公司构建了完善的项目管理体系与全流程服务质量保障机制,从需求对接、开发实施到上线交付,全程标准化管控。维保阶段提供7x24小时不间断技术支持。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="reveal" style="transition-delay: 200ms;">
|
||
<div class="stats-boxes">
|
||
<div class="stat-box">
|
||
<div class="stat-number">20+</div>
|
||
<div class="stat-label">年行业经验</div>
|
||
</div>
|
||
<div class="stat-box">
|
||
<div class="stat-number">60+</div>
|
||
<div class="stat-label">知识产权</div>
|
||
</div>
|
||
<div class="stat-box full-width">
|
||
<div class="stat-number">10+</div>
|
||
<div class="stat-label">核心团队成员十年以上从业经验</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Cases Section -->
|
||
<section class="cases-section" id="cases">
|
||
<div class="container">
|
||
<div class="section-header reveal">
|
||
<h2>标杆客户案例</h2>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<div class="case-card reveal">
|
||
<div class="case-card-header teal">
|
||
<h3>合德全球供应链平台</h3>
|
||
</div>
|
||
<div class="case-card-body">
|
||
<div class="case-project">全程物流链解决方案</div>
|
||
<p>为合德物流打造的全球供应链综合管理平台,实现从订舱到交付的全流程数字化管理,提升全球物流协同效率。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="case-card reveal" style="transition-delay: 150ms;">
|
||
<div class="case-card-header cyan">
|
||
<h3>上港联代船货一体化云平台</h3>
|
||
</div>
|
||
<div class="case-card-body">
|
||
<div class="case-project">船货代一体化方案</div>
|
||
<p>为上港联代打造的船货代一体化云平台,整合船代与货代业务,实现业务协同、数据共享,大幅提升运营效率。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="case-card reveal" style="transition-delay: 300ms;">
|
||
<div class="case-card-header green">
|
||
<h3>锦江航运电子商务平台</h3>
|
||
</div>
|
||
<div class="case-card-body">
|
||
<div class="case-project">航运电商解决方案</div>
|
||
<p>为锦江航运打造的电子商务平台,实现在线订舱、运价查询、货物跟踪等功能,提升客户服务体验与业务转化效率。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<div class="case-card reveal" style="transition-delay: 100ms;">
|
||
<div class="case-card-header indigo">
|
||
<h3>华海全国港口船货代理ERP系统</h3>
|
||
</div>
|
||
<div class="case-card-body">
|
||
<div class="case-project">ERP管理系统</div>
|
||
<p>为华海物流打造的全国港口船货代理ERP系统,覆盖全国多个港口,实现业务统一管理、财务实时核算、资源优化配置。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="case-card reveal" style="transition-delay: 200ms;">
|
||
<div class="case-card-header teal">
|
||
<h3>连云港中韩轮渡平台</h3>
|
||
</div>
|
||
<div class="case-card-body">
|
||
<div class="case-project">综合业务管理平台</div>
|
||
<p>为连云港中韩轮渡打造的综合业务管理平台,整合客运、货运、代理等业务,实现全流程数字化管理与高效协同。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="case-card reveal" style="transition-delay: 300ms;">
|
||
<div class="case-card-header cyan">
|
||
<h3>上海航华船代业务系统</h3>
|
||
</div>
|
||
<div class="case-card-body">
|
||
<div class="case-project">船代业务管理系统</div>
|
||
<p>为上海航华打造的船代业务管理系统,实现船舶调度、港口作业、费用结算等业务的全流程数字化,提升作业效率。</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
|
||
|
||
<!-- start site-footer -->
|
||
<div id="footer"></div>
|
||
<!-- end site-footer -->
|
||
</div>
|
||
<!-- 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 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>
|
||
|
||
<script type="text/javascript">
|
||
$("#footer").load("footer.html");
|
||
$("#header").load("header.html");
|
||
|
||
// Scroll Reveal Animation
|
||
$(document).ready(function() {
|
||
function revealOnScroll() {
|
||
var reveals = document.querySelectorAll('.reveal');
|
||
|
||
reveals.forEach(function(element) {
|
||
var windowHeight = window.innerHeight;
|
||
var elementTop = element.getBoundingClientRect().top;
|
||
var elementVisible = 100;
|
||
|
||
if (elementTop < windowHeight - elementVisible) {
|
||
element.classList.add('active');
|
||
}
|
||
});
|
||
}
|
||
|
||
// Initial check
|
||
revealOnScroll();
|
||
|
||
// On scroll
|
||
$(window).on('scroll', function() {
|
||
revealOnScroll();
|
||
});
|
||
|
||
// Smooth scroll for anchor links
|
||
$('a[href^="#"]').on('click', function(e) {
|
||
e.preventDefault();
|
||
var target = $(this.hash);
|
||
if (target.length) {
|
||
$('html, body').animate({
|
||
scrollTop: target.offset().top - 80
|
||
}, 600);
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
</body>
|
||
|
||
</html>
|