Compare commits
5 Commits
67e0ef4d09
...
12c06b2851
| Author | SHA1 | Date | |
|---|---|---|---|
| 12c06b2851 | |||
| 96484c1d43 | |||
| 14d5b1c0ee | |||
| a6fec167f1 | |||
| 144c70901e |
@@ -333,17 +333,19 @@ img {
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
margin-top: -0.2em;
|
||||
margin-bottom: 0.8rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
.section-title > span, .section-title-s2 > span, .section-title-s4 > span {
|
||||
font-size: 14px;
|
||||
font-size:1.275rem;
|
||||
font-weight: bold;
|
||||
color:#1481ff;
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
margin-bottom: 0.5em;
|
||||
margin-top: 0.8rem;
|
||||
margin-top: 0rem;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@@ -361,13 +363,13 @@ img {
|
||||
.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
|
||||
font-size: 36px;
|
||||
font-size: 2.25rem;
|
||||
margin: 0.2em 0 0;
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
|
||||
.section-title h2, .section-title-s2 h2, .section-title-s4 h2 {
|
||||
font-size: 36px;
|
||||
font-size: 2.25rem;
|
||||
margin: 0.2em 0 0;
|
||||
margin: 0.2em 0 1.5em 0;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
@@ -1898,6 +1900,7 @@ img {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
background: #fafafa;
|
||||
}
|
||||
.site-header #navbar > ul > li.product-menu:hover > .sub-menu {
|
||||
visibility: visible !important;
|
||||
@@ -1976,6 +1979,7 @@ img {
|
||||
display: flex !important;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
background: #fafafa;
|
||||
}
|
||||
.site-header #navbar > ul > li.solution-menu:hover > .sub-menu {
|
||||
visibility: visible !important;
|
||||
@@ -2854,7 +2858,7 @@ img {
|
||||
font-size: 55px;
|
||||
font-size: 3.4375rem;
|
||||
font-weight: 800;
|
||||
color: #fff;
|
||||
color: #031c5c;
|
||||
margin: 0 0 0.45em;
|
||||
}
|
||||
|
||||
@@ -2880,7 +2884,7 @@ img {
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
color: #031c5c
|
||||
margin: 0 0 0.75em;
|
||||
}
|
||||
|
||||
@@ -3341,7 +3345,7 @@ img {
|
||||
}
|
||||
|
||||
.features-section .header {
|
||||
background-color: rgba(0, 100, 255, 1);
|
||||
background:linear-gradient(140deg, #1d4de9 0%, #00b2ff 88%);
|
||||
padding: 25px 30px;
|
||||
text-align: center;
|
||||
border-radius: 10px 10px 0 0;
|
||||
@@ -3361,11 +3365,11 @@ img {
|
||||
|
||||
.features-section .details {
|
||||
background-color: #fff;
|
||||
padding: 30px 30px;
|
||||
padding: 20px 20px;
|
||||
-webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
|
||||
box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
|
||||
border-radius: 0 0 10px 10px;
|
||||
min-height: 300px;
|
||||
min-height: 260px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@@ -7237,7 +7241,7 @@ img {
|
||||
overflow: hidden;
|
||||
transition: all 0.3s ease;
|
||||
height: 95%;
|
||||
min-height: 320px;
|
||||
min-height: 220px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 15px;
|
||||
@@ -7247,7 +7251,7 @@ img {
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
.feature-card-icon {
|
||||
height: 120px;
|
||||
height: 90px;
|
||||
background: #eff5ff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -7289,7 +7293,7 @@ img {
|
||||
|
||||
/* 产品优势卡片样式 - 上部渐变蓝色,下部白色 */
|
||||
.feature-card-advantage .feature-card-icon {
|
||||
background: linear-gradient(90deg, #0037ff 0%, #007bff 88%);
|
||||
background: linear-gradient(190deg, #0049ff 0%, #009fff 88%);
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.feature-card-advantage .feature-card-icon h4 {
|
||||
@@ -7423,7 +7427,7 @@ img {
|
||||
/* 面包屑导航样式 */
|
||||
.page-path {
|
||||
padding: 8px 15px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
list-style: none;
|
||||
background-color: transparent;
|
||||
border-radius: 4px;
|
||||
|
||||
|
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 556 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 913 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 4.6 MiB |
BIN
assets/images/solution/port_supply_chain.png
Normal file
|
After Width: | Height: | Size: 340 KiB |
BIN
assets/images/solution/supply_chain_goods.png
Normal file
|
After Width: | Height: | Size: 292 KiB |
@@ -107,10 +107,10 @@
|
||||
<a href="solution_inland_river_shipping.html" target="_parent">内河航运一体化解决方案</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="solution.html" target="_parent">港航电商平台系列产品</a>
|
||||
<a href="solution_supply_chain.html" target="_parent">大宗货物供应链解决方案</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="solution.html" target="_parent">云码头系列产品</a>
|
||||
<a href="solution_port_supply_chain.html" target="_parent">港口供应链解决方案</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
57
index.html
@@ -73,10 +73,10 @@
|
||||
<div class="slide-inner slide-bg-image" data-background="assets/images/slider/slide-2.jpg">
|
||||
<div class="container">
|
||||
<div data-swiper-parallax="300" class="slide-title">
|
||||
<h2>携手打造数字化智能航运物流</h2>
|
||||
<h2>携手数字化,智领新航运</h2>
|
||||
</div>
|
||||
<div data-swiper-parallax="400" class="slide-text">
|
||||
<p>岸基科技为航运物流供应链领域企事业单位,提供卓越的软件产品和技术服务。 </p>
|
||||
<p>用软件定义航运,以服务创造价值——岸基科技,您值得信赖的数字化伙伴。 </p>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<div data-swiper-parallax="500" class="slide-btns">
|
||||
@@ -90,10 +90,10 @@
|
||||
|
||||
<div class="container">
|
||||
<div data-swiper-parallax="300" class="slide-title">
|
||||
<h2>服务持续升级 云端高效互通</h2>
|
||||
<h2>服务敏捷进化,云端智能互联</h2>
|
||||
</div>
|
||||
<div data-swiper-parallax="400" class="slide-text">
|
||||
<p>为中小码头提供一体化服务的智能管理平台,租赁购买模式降低企业成本,助力企业数字化转型。</p>
|
||||
<p>一体平台,双模部署:为中小码头赋能,让智慧运营更轻、更易、更高效。</p>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<div data-swiper-parallax="500" class="slide-btns">
|
||||
@@ -128,8 +128,8 @@
|
||||
<i class="fi flaticon-truck"></i>
|
||||
</div>
|
||||
<div class="details">
|
||||
<h3>物流供应链系列产品</h3>
|
||||
<p>面向船公司、船代、货代、报关、车队、场站和仓储等多种物流业务的完整解决方案。 </p>
|
||||
<h3>物流供应链产品</h3>
|
||||
<p>面向船公司、船货代、报关、车队、场站和仓储等物流业务的完整解决方案。 </p>
|
||||
<a href="product_Logistics.html" class="read-more" target="_parent">了解更多</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -138,28 +138,28 @@
|
||||
<i class="fi flaticon-box"></i>
|
||||
</div>
|
||||
<div class="details">
|
||||
<h3>港航电商平台系列产品</h3>
|
||||
<p>集销售、操作、商务和客服于一体的综合服务系统,帮助港航企业建立线上线下一体化的物流发展模式。 </p>
|
||||
<h3>港航电商产品</h3>
|
||||
<p>打通销售、操作、商务、客服全链路,赋能港航企业一体化物流运营方案。 </p>
|
||||
<a href="product_eCommerce.html" class="read-more" target="_parent">了解更多</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<div class="header">
|
||||
<i class="fi flaticon-matou "></i>
|
||||
</div>
|
||||
<div class="details">
|
||||
<h3>云码头产品</h3>
|
||||
<p> 为集装箱、散货、件杂货及液化码头提供深度覆盖的完整解决方案。 </p>
|
||||
<a href="product_port.html" class="read-more" target="_parent">了解更多</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<div class="header">
|
||||
<i class="fi flaticon-cruise"></i>
|
||||
</div>
|
||||
<div class="details">
|
||||
<h3>云码头系列产品</h3>
|
||||
<p> 目前业内技术成熟、业务架构领先、面向集装箱、散货、件杂货、液化码头的业务完整解决方案的产品套件。 </p>
|
||||
<a href="product_port.html" class="read-more" target="_parent">了解更多</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<div class="header">
|
||||
<i class="fi flaticon-matou"></i>
|
||||
</div>
|
||||
<div class="details">
|
||||
<h3>云码头系列产品</h3>
|
||||
<p> 目前业内技术成熟、业务架构领先、面向集装箱、散货、件杂货、液化码头的业务完整解决方案的产品套件。 </p>
|
||||
<h3>航运产品</h3>
|
||||
<p> 依托“1+3+N”核心架构,构建数字化协同引擎,驱动航运全链路降本增效。 </p>
|
||||
<a href="product_port.html" class="read-more" target="_parent">了解更多</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -180,15 +180,17 @@
|
||||
<div class="row">
|
||||
<div class="col col-lg-6 col-lg-offset-3">
|
||||
<div class="section-title-s4">
|
||||
<h2>岸基物流供应链核心能力全景</h2>
|
||||
<span>基于"船、港、仓、运"一体化协同的全栈产品矩阵,构建高效、坚韧的现代供应链</span>
|
||||
<span>物流供应链核心能力全景</span>
|
||||
<h2>一体协同的全栈产品矩阵</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
<img src="assets/images/index/top.png" alt="" style="width: 55%; max-width: none; margin-top: 20px;">
|
||||
<img src="assets/images/index/top.png" alt="" style="width: 55%; max-width: none; ">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!-- end portfolio-section -->
|
||||
|
||||
@@ -198,8 +200,9 @@
|
||||
<div class="row">
|
||||
<div class="col col-lg-6 col-lg-offset-3">
|
||||
<div class="section-title-s4">
|
||||
<span>垂直领域全景方案</span>
|
||||
<h2>模块化港航产品生态</h2>
|
||||
<span>满足港口、航运、物流等各类差异化需求</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -251,9 +254,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="all-portfolio">
|
||||
<a href="#" class="theme-btn-s2">View all cases</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<!-- end portfolio-section -->
|
||||
@@ -903,7 +904,7 @@
|
||||
<div class="text">
|
||||
<h2>为客户提供高效服务
|
||||
</h2>
|
||||
<p style="font-size:19px;">作为港航企业长期的专业合作伙伴,岸基科技帮助港航企业打造高效能的互联网+航运平台,以客户为中心快速响应客户需求,提高业务管理能力,为客户创造长期价值。</p>
|
||||
<p style="font-size:19px;">岸基科技,港航企业可信赖的长期伙伴。我们专注打造高效能“互联网+航运”平台,以客户为中心快速响应,驱动管理效能升级,为客户创造持久价值。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-lg-3 col-sm-4">
|
||||
|
||||
@@ -86,18 +86,18 @@
|
||||
<div class="row">
|
||||
<div class="col col-md-12">
|
||||
<div class="product-cards">
|
||||
<a href="product_cargo_platform.html" class="product-card">
|
||||
<a href="product_full_logistics_chain_platform.html" class="product-card">
|
||||
<div class="card-img"><img src="assets/images/blog/pro1.jpg" alt=""></div>
|
||||
<div class="card-content">
|
||||
<div class="card-header"><h4>岸基网络货运平台</h4><span class="card-tag">船代</span></div>
|
||||
<p>为船舶代理企业提供全流程业务管理解决方案</p>
|
||||
<div class="card-header"><h4>岸基全程物流链平台</h4><span class="card-tag">船代</span></div>
|
||||
<p>全程物流链操作平台作为供应链数字化转型的核心支撑平台</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="huodai.html" class="product-card">
|
||||
<a href="product_full_logistics_chain_vehicle_transport.html" class="product-card">
|
||||
<div class="card-img"><img src="assets/images/blog/pro2.jpg" alt=""></div>
|
||||
<div class="card-content">
|
||||
<div class="card-header"><h4>货运代理管理系统</h4><span class="card-tag">货代</span></div>
|
||||
<p>一站式货代业务管理,提升运营效率</p>
|
||||
<div class="card-header"><h4>车辆运输管理系统</h4><span class="card-tag">货代</span></div>
|
||||
<p>TMS产品是岸基全程物流链操作平台系列核心产品之一,专门用于优化和管理运输流程的解决方案,系统以业财一体化的管理理念,优化车辆调度,实现运输收入、成本的精细化管理。</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="jining.html" class="product-card">
|
||||
|
||||
@@ -146,7 +146,6 @@
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品功能亮点</h1>
|
||||
<p style="color: #666; font-size: 16px;">聚焦行业痛点,针对性解决企业需求</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -210,7 +209,6 @@
|
||||
<div class="row">
|
||||
<div class="col col-xs-12 text-center">
|
||||
<h1>产品架构</h1>
|
||||
<span style="color:#8f8f8f">聚焦行业痛点,针对性解决企业需求</span>
|
||||
<img src="assets/images/project/agNetCargoPlatform/product_architecture.png"
|
||||
class="img-responsive center-block" />
|
||||
</div>
|
||||
@@ -224,7 +222,6 @@
|
||||
<div style="text-align: center;padding-top: 60px;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品优势</h1>
|
||||
<p style="color: #666; font-size: 16px;">聚焦行业痛点,针对性解决企业需求</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
294
product_full_logistics_chain_cargo_agent.html
Normal file
@@ -0,0 +1,294 @@
|
||||
<!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 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for cargo platform page title -->
|
||||
<style>
|
||||
/* 产品页面双列布局样式 */
|
||||
.cargo-platform-content {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 580px;
|
||||
flex: 0 0 580px;
|
||||
padding-right: 30px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-left h2,
|
||||
.cargo-info-left p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 响应式设计 - 移动端调整为垂直布局 */
|
||||
@media (max-width: 768px) {
|
||||
.cargo-platform-content {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
padding-right: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Swiper轮播居中父容器 */
|
||||
.main2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<!-- 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 page-title-cargo-platform">
|
||||
<div class="container" style="padding-top:0px">
|
||||
<div class="row">
|
||||
<div class="cargo-platform-content col col-xs-12 col-md-12">
|
||||
<div class="cargo-info-left">
|
||||
<h2 id="cargoTitle" style="margin-bottom: 20px;color:black;">货运代理系统</h2>
|
||||
<p style="font-size: 16px; line-height: 1.8;color:black;">
|
||||
岸基全程物流链核心产品之一,针对货代业务特点,运用先进计算机技术,提升业务单证的智能识别、费用智能对账等服务能力,实现业务的标准化、流程化、智能化操作,实现货物委托、提单确认、海关预配、EDI、费用结算、客户服务等业务的高效操作。
|
||||
</p>
|
||||
</div>
|
||||
<div class="cargo-info-right"></div>
|
||||
</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>
|
||||
|
||||
<section class="section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品功能亮点</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/编组-14.svg" alt="流程标准化">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>流程标准化</h4>
|
||||
<p>建立数据SOP标准,明确货物委托、提单确认等每项业务环节节点,数据流转对象、交互方式、数据标准等,实现系统业务的标准化、流程化操作,提高操作效率。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_5.svg" alt="录单智能化">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>录单智能化</h4>
|
||||
<p>配置录单自动化流程,实现数据的快速录入等处理。比如智能发送海关预配舱单、智能实现船公司订舱、提单确认、VGM等操作,整体工作效率提高30%,大大降低人工成本。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_3.svg" alt="计费灵活化">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>计费灵活化</h4>
|
||||
<p>自定义设置各费目计费要素、计费事件、计费规则等内容,依据设定规则实现费用的自动计算处理,提高计费业务人员的工作效率,减少误差。同时可以根据费目对应的业务节点完成时自动触发计费事件,实现费用的智能计算操作。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- 产品架构图区域 - 全宽背景 -->
|
||||
<section style="background-color: #eaf5fd; padding: 60px 0;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12 text-center">
|
||||
<h1>产品架构</h1>
|
||||
<img src="assets/images/project/product_full_logistics_chain_platform/cargo_agent.png"
|
||||
class="img-responsive center-block" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;padding-top: 60px;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品优势</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>分布式部署+微服务模式</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>系统采用先进的互联网分布式架构,无需一次性投入高额硬件成本,资源利用率提升 40% 以上。同时基于微服务、热加载的技术架构,实现系统模块独立开发,无需暂停系统进行升级,提高系统的兼容性和可扩展性。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>AI技术应用</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>通过收集船期、订单等关键的业务数据,建立AI模型与规则引擎,实现系统智能录单秒级完成,告别人工重复录入,错误率降低 95% 以上;通过AI引擎实时监控邮箱,智能解析邮件中、订舱回执等信息,分钟级更新订单状态,实现订单流转无人盯守,提高操作效率。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>数据可视监管</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>深层挖掘业务、财务数据,搭建多维度可视化看板,直观查看数据流程节点运行情况,监控异常数据信息并实时告警提示;同时对业务数据进行同比、环比分析,让领导层掌握公司的经营情况,为公司发展决策提供依据。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- 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");
|
||||
|
||||
// 初始化功能卡片轮播 - 使用 Owl Carousel
|
||||
$(document).ready(function() {
|
||||
$(".feature-cards-slider").owlCarousel({
|
||||
loop: true,
|
||||
margin: 25,
|
||||
smartSpeed: 500,
|
||||
autoplay: true,
|
||||
autoplayTimeout: 5000,
|
||||
autoplayHoverPause: true,
|
||||
dots: false,
|
||||
nav: false,
|
||||
responsive: {
|
||||
0: {
|
||||
items: 1
|
||||
},
|
||||
768: {
|
||||
items: 2
|
||||
},
|
||||
992: {
|
||||
items: 3
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
336
product_full_logistics_chain_platform.html
Normal file
@@ -0,0 +1,336 @@
|
||||
<!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 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for cargo platform page title -->
|
||||
<style>
|
||||
/* 产品页面双列布局样式 */
|
||||
.cargo-platform-content {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 580px;
|
||||
flex: 0 0 580px;
|
||||
padding-right: 30px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-left h2,
|
||||
.cargo-info-left p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 响应式设计 - 移动端调整为垂直布局 */
|
||||
@media (max-width: 768px) {
|
||||
.cargo-platform-content {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
padding-right: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Swiper轮播居中父容器 */
|
||||
.main2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<!-- 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 page-title-cargo-platform">
|
||||
<div class="container" style="padding-top:0px">
|
||||
<div class="row">
|
||||
<div class="cargo-platform-content col col-xs-12 col-md-12">
|
||||
<div class="cargo-info-left">
|
||||
<h2 id="cargoTitle" style="margin-bottom: 20px;color:black;">岸基全程物流链平台</h2>
|
||||
<p style="font-size: 16px; line-height: 1.8;color:black;">
|
||||
全程物流链操作平台作为供应链数字化转型的核心支撑平台,深度融合"互联网+物流"创新模式,为船公司、货运代理、报关企业、运输车队、港口场站及仓储服务商等全链条参与者提供智能化协同解决方案。该平台通过标准化数据接口和分布式系统架构,实现订舱管理、货物追踪、单证流转等核心业务流程的线上化协同,有效打通传统物流环节中的信息孤岛,构建起覆盖海运、陆运、仓储等多业务场景的一体化操作环境,使各参与方能够突破时空限制进行高效业务协同,全面提升物流供应链的透明度和运作效率。
|
||||
</p>
|
||||
</div>
|
||||
<div class="cargo-info-right"></div>
|
||||
</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>
|
||||
|
||||
<section class="section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品功能亮点</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/编组-14.svg" alt="开放式设计">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>开放式设计,打通全程信息流</h4>
|
||||
<p>基于全程物流链业务开放式设计,实现数据全环节共享利用;提供对外数据交换组件,消除信息孤岛,提升数据利用率。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_5.svg" alt="业务经验与技术深度结合">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>业务经验与技术深度结合</h4>
|
||||
<p>十年物流平台IT服务经验团队 + 阿里开发框架资深架构师引领,确保业务需求与技术创新无缝融合。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_3.svg" alt="全渠道交互覆盖">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>全渠道交互覆盖</h4>
|
||||
<p>支持PC端访问,同步融入移动应用、微信公众号等互联网访问方式,满足多场景操作需求。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_9.svg" alt="多层级管控能力">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>多层级管控能力</h4>
|
||||
<p>采用多租户设计,实现集团化统一管理;业务覆盖物流链全环节,兼顾板块内部操作与集团全局管控。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/编组-2-copy-5.svg" alt="模块化敏捷适配">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>模块化敏捷适配</h4>
|
||||
<p>模块化设计 + 插拔式组件 + 分布式部署,支持按企业规模快速定制系统,兼容多种硬件环境。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- 产品架构图区域 - 全宽背景 -->
|
||||
<section style="background-color: #eaf5fd; padding: 60px 0;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12 text-center">
|
||||
<h1>产品架构</h1>
|
||||
<img src="assets/images/project/product_full_logistics_chain_platform/platform.png"
|
||||
class="img-responsive center-block" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;padding-top: 60px;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品优势</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>成本投入低</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>无需购买实体服务器,资源按需使用,显著降低硬件投入与维护成本。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>全方位运维支持</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>提供平台资源大屏监控与多方式报警机制,用户无需关注底层运维,聚焦核心业务。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>操作便捷性</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>公有云与私有云统一登录控制台,全平台图形化操作,简化管理流程。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>高安全性保障</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>平台集成综合安全防护方案,支持多副本数据存储及"两地三中心"异地存储架构。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>高可靠性设计</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>支持负载均衡<br>支持多项目资源隔离<br>支持多应用集群数据读写分离</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>标准化平台</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>基于openstack主流云平台构建,确保技术生态兼容性与可持续性。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- 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");
|
||||
|
||||
// 初始化功能卡片轮播 - 使用 Owl Carousel
|
||||
$(document).ready(function() {
|
||||
$(".feature-cards-slider").owlCarousel({
|
||||
loop: true,
|
||||
margin: 25,
|
||||
smartSpeed: 500,
|
||||
autoplay: true,
|
||||
autoplayTimeout: 5000,
|
||||
autoplayHoverPause: true,
|
||||
dots: false,
|
||||
nav: false,
|
||||
responsive: {
|
||||
0: {
|
||||
items: 1
|
||||
},
|
||||
768: {
|
||||
items: 2
|
||||
},
|
||||
992: {
|
||||
items: 3
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
328
product_full_logistics_chain_ship_agent.html
Normal file
@@ -0,0 +1,328 @@
|
||||
<!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 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for cargo platform page title -->
|
||||
<style>
|
||||
/* 产品页面双列布局样式 */
|
||||
.cargo-platform-content {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 580px;
|
||||
flex: 0 0 580px;
|
||||
padding-right: 30px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-left h2,
|
||||
.cargo-info-left p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 响应式设计 - 移动端调整为垂直布局 */
|
||||
@media (max-width: 768px) {
|
||||
.cargo-platform-content {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
padding-right: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Swiper轮播居中父容器 */
|
||||
.main2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<!-- 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 page-title-cargo-platform">
|
||||
<div class="container" style="padding-top:0px">
|
||||
<div class="row">
|
||||
<div class="cargo-platform-content col col-xs-12 col-md-12">
|
||||
<div class="cargo-info-left">
|
||||
<h2 id="cargoTitle" style="margin-bottom: 20px;color:black;">船舶代理系统</h2>
|
||||
<p style="font-size: 16px; line-height: 1.8;color:black;">
|
||||
面向船代公司提供完整业务操作解决方案,通过“互联网+”服务模式满足企业内部操作需求。支持船务、单证、箱管、商务、财务等多部门协同,搭建智能高效业务平台,实现线上线下“一站式”服务。
|
||||
适用于集装箱/散杂货、干线/支线、外贸/内贸等全代理模式。
|
||||
</p>
|
||||
</div>
|
||||
<div class="cargo-info-right"></div>
|
||||
</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>
|
||||
|
||||
<section class="section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品功能亮点</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/编组-14.svg" alt="SAAS模式化">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>系统SAAS模式化与集团化管理</h4>
|
||||
<p>支持集团多公司模式的统一业务操作,规范数据标准及业务流程,实现跨公司协同管控。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_5.svg" alt="AI+RPA技术">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>智能AI+RPA技术应用</h4>
|
||||
<p>通过AI与RPA技术实现发票智能识别、海关预配自动登录与发送功能,提升操作自动化水平。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_3.svg" alt="EDI自定义">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>EDI与界面深度自定义</h4>
|
||||
<p>支持EDI所有报文格式、费用导入清单及功能界面的自定义配置,满足个性化数据处理需求。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_9.svg" alt="全渠道服务">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>全渠道服务多样化</h4>
|
||||
<p>提供网站及移动端(APP、微信)等多平台应用,实现客户数据精准推送服务。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- 产品架构图区域 - 全宽背景 -->
|
||||
<section style="background-color: #eaf5fd; padding: 60px 0;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12 text-center">
|
||||
<h1>产品架构</h1>
|
||||
<img src="assets/images/project/product_full_logistics_chain_platform/ship_agent.png"
|
||||
class="img-responsive center-block" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;padding-top: 60px;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品优势</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>标准化架构与管控</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>统一架构定义数据标准、流程标准与业务规则,实现业务流程标准化操作,支持集团化经营模式,确保数据一体化管控。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>智能化技术应用</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>应用AI大模型与规则引擎,实现海关品名负面清单智能校验、海关预配装载舱单智能发送、邮件智能解析转发、危险品智能审单,提升操作效率与准确性。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>自动化业务操作</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>基于标准业务环节,实现出口自动化做船、费用自动计算及RPA自动化操作,显著提升效率并节约人力成本。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>灵活化配置生态</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>采用"基础平台+业务插件"模块化配置模式,支持审批流程、操作界面、EDI格式及邮件模板的自定义,快速适应业务多变与增长需求。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>可视化决策支持</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>深度挖掘业务数据,图形化实时展现船舶信息、业务进度与财务数据,全局掌控运营状态,辅助精准决策。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>高可靠技术保障</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>基于分布式私有PaaS平台,通过微服务架构、负载均衡与数据安全机制,保障系统稳定运行与运维安全。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- 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");
|
||||
|
||||
// 初始化功能卡片轮播 - 使用 Owl Carousel
|
||||
$(document).ready(function() {
|
||||
$(".feature-cards-slider").owlCarousel({
|
||||
loop: true,
|
||||
margin: 25,
|
||||
smartSpeed: 500,
|
||||
autoplay: true,
|
||||
autoplayTimeout: 5000,
|
||||
autoplayHoverPause: true,
|
||||
dots: false,
|
||||
nav: false,
|
||||
responsive: {
|
||||
0: {
|
||||
items: 1
|
||||
},
|
||||
768: {
|
||||
items: 2
|
||||
},
|
||||
992: {
|
||||
items: 3
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
312
product_full_logistics_chain_vehicle_transport.html
Normal file
@@ -0,0 +1,312 @@
|
||||
<!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 2.css" rel="stylesheet">-->
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/pro.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styles for cargo platform page title -->
|
||||
<style>
|
||||
/* 产品页面双列布局样式 */
|
||||
.cargo-platform-content {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 580px;
|
||||
flex: 0 0 580px;
|
||||
padding-right: 30px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-left h2,
|
||||
.cargo-info-left p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 响应式设计 - 移动端调整为垂直布局 */
|
||||
@media (max-width: 768px) {
|
||||
.cargo-platform-content {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cargo-info-left {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
padding-right: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cargo-info-right {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Swiper轮播居中父容器 */
|
||||
.main2 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<!-- 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 page-title-cargo-platform">
|
||||
<div class="container" style="padding-top:0px">
|
||||
<div class="row">
|
||||
<div class="cargo-platform-content col col-xs-12 col-md-12">
|
||||
<div class="cargo-info-left">
|
||||
<h2 id="cargoTitle" style="margin-bottom: 20px;color:black;">车辆运输管理系统</h2>
|
||||
<p style="font-size: 16px; line-height: 1.8;color:black;">
|
||||
TMS产品是岸基全程物流链操作平台系列核心产品之一,专门用于优化和管理运输流程的解决方案,系统以业财一体化的管理理念,优化车辆调度,实现运输收入、成本的精细化管理。
|
||||
</p>
|
||||
</div>
|
||||
<div class="cargo-info-right"></div>
|
||||
</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>
|
||||
|
||||
<section class="section-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品功能亮点</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/编组-14.svg" alt="智能规划运输路线">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>智能规划运输路线</h4>
|
||||
<p>TMS系统集成GIS(地理信息系统)、实时交通数据与算法模型,根据货物属性(重量、体积、温控需求)、车辆资源(载重、司机资质)及外部因素,自动生成最优路线。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_5.svg" alt="运输动态实时跟踪">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>运输动态实时跟踪</h4>
|
||||
<p>TMS通过GPS定位、人工录入动态信息、通关闸口信息录入及视频监控设备,实现运输全程监控动态实时跟踪。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_3.svg" alt="细化核算运输成本">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>细化核算运输成本</h4>
|
||||
<p>TMS构建精细化成本模型,覆盖运费、燃油费、过路费等全部支出,并支持多种计费规则(重量、体积、里程、件数)。通过小程序、公众号或APP实时查看车辆与货物位置、状态及预计到达时间,响应时间从30分钟缩短至1分钟。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/资源_9.svg" alt="自动计算相关费用">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>自动计算相关费用</h4>
|
||||
<p>TMS实现结算管理自动化:可按照费率自动计算费用、生成对账单、发票及核销信息,自动生成利润分析、承运商对账等报表,减少人工录入错误,降低运维成本。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<div class="feature-card-icon">
|
||||
<img src="assets/images/project/common/编组-2-copy-5.svg" alt="高效异常处理智能决策">
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<h4>高效异常处理智能决策</h4>
|
||||
<p>TMS通过监控与多节点跟踪,实现异常状况快速处理:在途监控支持分段记录行驶时间、停留时长,分析异常停留原因。系统自动规划新路线或调配资源,协调运输过程,保障安全。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- 产品架构图区域 - 全宽背景 -->
|
||||
<section style="background-color: #eaf5fd; padding: 60px 0;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12 text-center">
|
||||
<h1>产品架构</h1>
|
||||
<img src="assets/images/project/product_full_logistics_chain_platform/car_management.png"
|
||||
class="img-responsive center-block" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div style="text-align: center;padding-top: 60px;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品优势</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
<div class="service-grids services-slider clearfix">
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>更具智能化:物联网与大数据驱动决策</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>通过物联网、大数据技术实现物流信息实时共享与智能决策,彻底改变依赖人工操作和经验判断导致的效率低下与信息不透明问题。以订单处理、库存管理、运输调度场景为例,系统自动化替代人工干预,消除信息滞后与操作误差。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>效率提升:动态资源调度与全时操作</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>动态调整运力资源确保货物准时送达,解决人工调度反应迟钝痛点。支持手机、平板等设备随时随地访问系统,实现订单处理、调度安排等操作无缝协同,显著提升作业响应速度与市场适应力。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-card feature-card-advantage">
|
||||
<div class="feature-card-icon">
|
||||
<h4>成本控制:多维优化与合规保障</h4>
|
||||
</div>
|
||||
<div class="feature-card-body">
|
||||
<p>精准分析不同运输方式及供应商费用,智能选择最具性价比方案。同步确保运输全程合规性,主动规避因违规引发的法律风险和经济损失,实现成本精细管控。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- end container -->
|
||||
</section>
|
||||
|
||||
<!-- start site-footer -->
|
||||
<!-- 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");
|
||||
|
||||
// 初始化功能卡片轮播 - 使用 Owl Carousel
|
||||
$(document).ready(function() {
|
||||
$(".feature-cards-slider").owlCarousel({
|
||||
loop: true,
|
||||
margin: 25,
|
||||
smartSpeed: 500,
|
||||
autoplay: true,
|
||||
autoplayTimeout: 5000,
|
||||
autoplayHoverPause: true,
|
||||
dots: false,
|
||||
nav: false,
|
||||
responsive: {
|
||||
0: {
|
||||
items: 1
|
||||
},
|
||||
768: {
|
||||
items: 2
|
||||
},
|
||||
992: {
|
||||
items: 3
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -970,7 +970,6 @@
|
||||
.case-card-header {
|
||||
position: relative;
|
||||
padding: 28px;
|
||||
height: 160px;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -146,7 +146,6 @@
|
||||
<div style="text-align: center;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品功能亮点</h1>
|
||||
<p style="color: #666; font-size: 16px;">聚焦行业痛点,针对性解决企业需求</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -210,7 +209,6 @@
|
||||
<div class="row">
|
||||
<div class="col col-xs-12 text-center">
|
||||
<h1>产品架构</h1>
|
||||
<span style="color:#8f8f8f">聚焦行业痛点,针对性解决企业需求</span>
|
||||
<img src="assets/images/project/agNetCargoPlatform/product_architecture.png"
|
||||
class="img-responsive center-block" />
|
||||
</div>
|
||||
@@ -224,7 +222,6 @@
|
||||
<div style="text-align: center;padding-top: 60px;">
|
||||
<div>
|
||||
<h1 style="margin-bottom: 10px;">产品优势</h1>
|
||||
<p style="color: #666; font-size: 16px;">聚焦行业痛点,针对性解决企业需求</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -45,9 +45,9 @@
|
||||
min-height: 50vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-top: 80px;
|
||||
padding-top: 110px; /* header高度80px + 最小间距30px */
|
||||
overflow: hidden;
|
||||
background: linear-gradient(135deg, #001a4d 0%, #003080 50%, #001a4d 100%);
|
||||
background:linear-gradient(135deg, #0422a8 0%, #0c4ab3 50%, #001a4d 100%);
|
||||
}
|
||||
|
||||
.solution-hero::before {
|
||||
@@ -355,6 +355,14 @@
|
||||
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 {
|
||||
@@ -970,7 +978,6 @@
|
||||
.case-card-header {
|
||||
position: relative;
|
||||
padding: 28px;
|
||||
height: 160px;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
overflow: hidden;
|
||||
@@ -1052,7 +1059,7 @@
|
||||
@media (max-width: 767px) {
|
||||
.solution-hero {
|
||||
min-height: auto;
|
||||
padding: 100px 0 60px;
|
||||
padding: 110px 0 60px; /* header高度80px + 最小间距30px */
|
||||
}
|
||||
|
||||
.hero-title {
|
||||
@@ -1378,8 +1385,25 @@
|
||||
<p>不仅是软件升级,更是管理模式的重构。</p>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<style>
|
||||
.value-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0 -15px;
|
||||
}
|
||||
.value-grid-item {
|
||||
width: 50%;
|
||||
padding: 0 15px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@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-bar-chart"></i>
|
||||
@@ -1389,7 +1413,9 @@
|
||||
<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-layers"></i>
|
||||
@@ -1399,7 +1425,9 @@
|
||||
<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-anchor"></i>
|
||||
@@ -1409,7 +1437,9 @@
|
||||
<p>港口生产与物流运输深度协同。提前调度泊位与机械,精准派车,减少等待时间,大幅降低综合物流成本。</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-world"></i>
|
||||
@@ -1419,7 +1449,9 @@
|
||||
<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>
|
||||
|
||||