{"id":3706,"date":"2026-05-27T14:48:37","date_gmt":"2026-05-27T06:48:37","guid":{"rendered":"https:\/\/www.jetwayco.com\/?page_id=3706"},"modified":"2026-05-27T14:59:50","modified_gmt":"2026-05-27T06:59:50","slug":"%e5%88%87%e7%89%88%e6%b8%ac%e8%a9%a6","status":"publish","type":"page","link":"https:\/\/www.jetwayco.com\/en\/%e5%88%87%e7%89%88%e6%b8%ac%e8%a9%a6\/","title":{"rendered":"\u5207\u7248\u6e2c\u8a66"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"zh-Hant\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n<title>E-Order \u9996\u9801\u7248\u578b<\/title>\n\n<style>\n\/* =============================\n   Base\n============================= *\/\n:root {\n  --blue: #063b73;\n  --blue-2: #0a4f95;\n  --deep: #05274f;\n  --deep-2: #031c3b;\n  --orange: #ff5b18;\n  --orange-soft: #ff7a3d;\n  --cyan: #24e6cb;\n  --bg: #f5f8fc;\n  --bg-soft: #eef4fb;\n  --white: #fff;\n  --text: #111827;\n  --muted: #526173;\n  --line: #dce4ef;\n  --shadow: 0 18px 45px rgba(16, 45, 80, .08);\n  --shadow-hover: 0 24px 55px rgba(16, 45, 80, .16);\n  --radius-lg: 24px;\n  --radius-md: 18px;\n}\n\n* {\n  box-sizing: border-box;\n}\n\nhtml {\n  scroll-behavior: smooth;\n}\n\nbody {\n  margin: 0;\n  font-family: \"Noto Sans TC\", \"Microsoft JhengHei\", sans-serif;\n  color: var(--text);\n  background: var(--bg);\n}\n\nimg {\n  display: block;\n  max-width: 100%;\n}\n\na {\n  color: inherit;\n}\n\n.section {\n  padding: 70px 8%;\n}\n\n.label {\n  color: var(--orange);\n  font-weight: 800;\n  letter-spacing: .04em;\n  margin-bottom: 12px;\n}\n\n.section-title {\n  font-size: clamp(30px, 3vw, 40px);\n  line-height: 1.4;\n  margin: 0 0 22px;\n  color: var(--deep);\n}\n\n.section-text {\n  color: var(--muted);\n  line-height: 1.9;\n}\n\n.btn-group {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n}\n\n.btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 48px;\n  padding: 13px 30px;\n  border-radius: 999px;\n  text-decoration: none;\n  font-weight: 800;\n  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;\n}\n\n.btn:hover {\n  transform: translateY(-3px);\n}\n\n.btn-orange {\n  background: linear-gradient(135deg, var(--orange), #ff7b3a);\n  color: var(--white);\n  box-shadow: 0 12px 28px rgba(255, 91, 24, .28);\n}\n\n.btn-outline {\n  border: 1px solid #b9c5d6;\n  color: var(--blue);\n  background: rgba(255,255,255,.85);\n}\n\n.btn-outline:hover {\n  box-shadow: 0 12px 28px rgba(16, 45, 80, .1);\n}\n\n\/* =============================\n   Hero\n============================= *\/\n.hero {\n  min-height: 620px;\n  background:\n    radial-gradient(circle at 82% 18%, rgba(23, 104, 190, .15), transparent 34%),\n    radial-gradient(circle at 16% 78%, rgba(255, 91, 24, .08), transparent 30%),\n    linear-gradient(135deg, #ffffff 0%, #eef4fb 100%);\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);\n  align-items: center;\n  gap: 48px;\n  padding: 90px 8%;\n  overflow: hidden;\n}\n\n.hero-content {\n  animation: fadeUp .85s ease both;\n}\n\n.hero small {\n  color: var(--blue);\n  font-weight: 900;\n  letter-spacing: .08em;\n}\n\n.hero h1 {\n  font-size: clamp(36px, 4vw, 56px);\n  line-height: 1.25;\n  margin: 16px 0;\n  color: var(--deep);\n}\n\n.hero p {\n  font-size: 18px;\n  color: var(--muted);\n  margin: 0 0 32px;\n}\n\n.hero-icons {\n  display: grid;\n  grid-template-columns: repeat(4, max-content);\n  gap: 14px;\n  margin-top: 46px;\n}\n\n.hero-icons div {\n  padding: 10px 15px;\n  border: 1px solid rgba(6, 59, 115, .16);\n  border-radius: 999px;\n  background: rgba(255,255,255,.58);\n  color: var(--blue);\n  font-size: 14px;\n  font-weight: 800;\n}\n\n.hero-img {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  position: relative;\n}\n\n\/* \u7b2c\u4e00\u5f35\u7522\u54c1\u5716\uff1a\u5df2\u79fb\u9664\u98c4\u6d6e \/ \u547c\u5438\u52d5\u756b *\/\n.hero-img img {\n  width: min(78%, 430px);\n  max-height: 460px;\n  object-fit: contain;\n  filter: drop-shadow(0 28px 38px rgba(10, 40, 80, .2));\n}\n\n\/* =============================\n   About\n============================= *\/\n.about-card {\n  background: var(--white);\n  border: 1px solid var(--line);\n  border-radius: var(--radius-lg);\n  padding: 48px;\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.12fr);\n  gap: 52px;\n  align-items: center;\n  box-shadow: var(--shadow);\n}\n\n.about-card p {\n  color: #344054;\n  line-height: 2;\n}\n\n.about-card img {\n  width: 100%;\n  height: 330px;\n  object-fit: cover;\n  border-radius: 18px;\n  box-shadow: 0 16px 32px rgba(10, 40, 80, .12);\n}\n\n\/* =============================\n   Products\n============================= *\/\n.products {\n  display: grid;\n  grid-template-columns: 1.05fr repeat(4, minmax(0, 1fr));\n  gap: 18px;\n  align-items: stretch;\n}\n\n.product-intro,\n.product-card {\n  background: var(--white);\n  border: 1px solid rgba(220, 228, 239, .8);\n  border-radius: var(--radius-md);\n  padding: 30px;\n  box-shadow: 0 12px 35px rgba(16,45,80,.07);\n}\n\n.product-intro {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.product-card {\n  min-height: 430px;\n  position: relative;\n  overflow: hidden;\n  transition: transform .35s ease, box-shadow .35s ease;\n  animation: cardDrift 6s ease-in-out infinite;\n}\n\n.product-card:nth-child(3) { animation-delay: .25s; }\n.product-card:nth-child(4) { animation-delay: .5s; }\n.product-card:nth-child(5) { animation-delay: .75s; }\n\n.product-card:hover {\n  transform: translateY(-12px);\n  box-shadow: var(--shadow-hover);\n}\n\n.product-card img {\n  width: 100%;\n  height: 170px;\n  object-fit: contain;\n  margin-bottom: 22px;\n}\n\n.product-card h3 {\n  font-size: 22px;\n  margin: 0 0 14px;\n  color: var(--deep);\n}\n\n.product-card ul {\n  padding-left: 18px;\n  margin: 0;\n  line-height: 1.8;\n  color: #3d4a5c;\n  font-size: 15px;\n}\n\n.line-icon {\n  width: 50px;\n  height: 50px;\n  border: 1.5px solid currentColor;\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 18px;\n  color: var(--orange);\n  background: rgba(255, 91, 24, .06);\n}\n\n.line-icon svg {\n  width: 25px;\n  height: 25px;\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* =============================\n   Process\n============================= *\/\n.process {\n  background:\n    radial-gradient(circle at 15% 15%, rgba(73, 158, 255, .35), transparent 30%),\n    radial-gradient(circle at 85% 10%, rgba(0, 224, 255, .18), transparent 32%),\n    linear-gradient(135deg, #05274f 0%, #06417b 48%, #031c3b 100%);\n  color: var(--white);\n  padding: 78px 8%;\n  display: grid;\n  grid-template-columns: minmax(260px, 1.05fr) minmax(0, 3fr);\n  gap: 55px;\n  overflow: hidden;\n}\n\n.process .label {\n  color: var(--orange-soft);\n}\n\n.process .section-title,\n.process p,\n.process h4 {\n  color: var(--white);\n}\n\n.process p {\n  opacity: .82;\n}\n\n.process-list {\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0, 1fr));\n  gap: 22px;\n}\n\n.step {\n  text-align: center;\n  animation: fadeUp .8s ease both;\n}\n\n.step-icon {\n  width: 108px;\n  height: 108px;\n  border-radius: 50%;\n  border: 1px solid rgba(255,255,255,.42);\n  background: rgba(255,255,255,.05);\n  display: grid;\n  place-items: center;\n  margin: 0 auto 18px;\n}\n\n.step-icon svg {\n  width: 46px;\n  height: 46px;\n  fill: none;\n  stroke: #fff;\n  stroke-width: 1.7;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.step h4 {\n  margin: 0 0 8px;\n  font-size: 18px;\n}\n\n.step p {\n  margin: 0;\n  font-size: 14px;\n}\n\n\/* =============================\n   Certificates\n============================= *\/\n.cert-section {\n  padding: 70px 8% 25px;\n  background: var(--bg);\n}\n\n.cert-card {\n  background: var(--white);\n  border: 1px solid var(--line);\n  border-radius: var(--radius-lg);\n  padding: 55px 50px;\n  display: grid;\n  grid-template-columns: 1fr 2.2fr;\n  gap: 45px;\n  align-items: center;\n  box-shadow: var(--shadow);\n}\n\n.cert-list {\n  display: flex;\n  justify-content: center;\n  gap: 42px;\n}\n\n.cert-paper {\n  width: 190px;\n  height: 260px;\n  background: var(--white);\n  border: 1px solid #d7e1ef;\n  box-shadow: 0 12px 24px rgba(0,0,0,.1);\n  padding: 18px;\n  animation: cardDrift 6.5s ease-in-out infinite;\n}\n\n.cert-paper:nth-child(2) { animation-delay: .35s; }\n.cert-paper:nth-child(3) { animation-delay: .7s; }\n\n.cert-paper::before {\n  content: \"Certificate\";\n  display: block;\n  text-align: center;\n  color: var(--blue-2);\n  font-weight: 900;\n  font-size: 13px;\n  margin-bottom: 18px;\n}\n\n.cert-line {\n  height: 6px;\n  background: #dfe8f5;\n  margin: 10px 0;\n  border-radius: 999px;\n}\n\n.cert-stamp {\n  width: 48px;\n  height: 48px;\n  border: 2px solid #3b93df;\n  border-radius: 50%;\n  margin: 22px auto 0;\n}\n\n\/* =============================\n   Manufacture Banner\n============================= *\/\n.manufacture-banner {\n  min-height: 430px;\n  background:\n    linear-gradient(rgba(3, 28, 58, .68), rgba(3, 28, 58, .72)),\n    url(\"https:\/\/images.unsplash.com\/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1600&q=80\");\n  background-size: cover;\n  background-position: center;\n  color: var(--white);\n  display: grid;\n  place-items: center;\n  text-align: center;\n  padding: 76px 8%;\n}\n\n.manufacture-banner h2 {\n  font-size: clamp(36px, 4vw, 52px);\n  letter-spacing: .18em;\n  margin: 0 0 24px;\n}\n\n.manufacture-banner p {\n  max-width: 1080px;\n  margin: 0 auto;\n  font-size: clamp(18px, 2vw, 24px);\n  line-height: 2;\n  font-weight: 800;\n}\n\n\/* =============================\n   Blog\n============================= *\/\n.blog-section {\n  padding: 76px 8%;\n  background: linear-gradient(135deg, #f8fbff 0%, #edf5ff 100%);\n}\n\n.section-head {\n  display: flex;\n  align-items: flex-end;\n  justify-content: space-between;\n  gap: 20px;\n  margin-bottom: 35px;\n}\n\n.orange-line {\n  width: 46px;\n  height: 4px;\n  background: var(--orange);\n  margin-top: 16px;\n  border-radius: 99px;\n}\n\n.blog-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 28px;\n}\n\n.blog-card {\n  background: var(--white);\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 12px 35px rgba(16,45,80,.08);\n  transition: transform .35s ease, box-shadow .35s ease;\n}\n\n.blog-card:hover {\n  transform: translateY(-10px);\n  box-shadow: var(--shadow-hover);\n}\n\n.blog-img {\n  height: 180px;\n  position: relative;\n  overflow: hidden;\n}\n\n.blog-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.date {\n  position: absolute;\n  left: 18px;\n  top: 18px;\n  background: var(--white);\n  color: var(--text);\n  font-weight: 900;\n  padding: 10px 12px;\n  line-height: 1.25;\n  text-align: center;\n  box-shadow: 0 6px 18px rgba(0,0,0,.12);\n}\n\n.blog-content {\n  padding: 26px;\n}\n\n.blog-content h3 {\n  font-size: 21px;\n  margin: 0 0 12px;\n  color: var(--deep);\n}\n\n.blog-content p {\n  color: var(--blue);\n  font-weight: 800;\n  line-height: 1.7;\n}\n\n.more-link {\n  color: var(--blue);\n  font-weight: 900;\n  text-decoration: none;\n}\n\n\/* =============================\n   Support\n============================= *\/\n.support-section {\n  background:\n    linear-gradient(rgba(4, 31, 63, .86), rgba(4, 31, 63, .92)),\n    url(\"https:\/\/images.unsplash.com\/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80\");\n  background-size: cover;\n  background-position: center;\n  color: var(--white);\n  padding: 76px 8%;\n  text-align: center;\n}\n\n.support-section h2 {\n  font-size: clamp(32px, 3vw, 40px);\n  margin: 0 0 38px;\n}\n\n.support-flow {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 22px;\n  max-width: 1100px;\n  margin: 0 auto 40px;\n}\n\n.support-item {\n  border: 1px solid rgba(36, 230, 203, .65);\n  padding: 28px 18px;\n  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 9% 50%);\n  transition: transform .35s ease, background .35s ease;\n}\n\n.support-item:hover {\n  transform: translateY(-8px);\n  background: rgba(32, 224, 200, .08);\n}\n\n.support-item svg {\n  width: 42px;\n  height: 42px;\n  fill: none;\n  stroke: var(--cyan);\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n  margin-bottom: 15px;\n}\n\n.support-item h3 {\n  margin: 0 0 10px;\n  font-size: 20px;\n}\n\n.support-item p {\n  margin: 0;\n  line-height: 1.7;\n  opacity: .85;\n}\n\n.green-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  background: linear-gradient(135deg, #16d6b0, #24e6cb);\n  color: var(--white);\n  text-decoration: none;\n  padding: 15px 38px;\n  border-radius: 999px;\n  font-weight: 900;\n  box-shadow: 0 16px 34px rgba(36, 230, 203, .2);\n}\n\n\/* =============================\n   Footer\n============================= *\/\n.footer {\n  background: linear-gradient(135deg, #062b56, #041c38);\n  color: var(--white);\n  padding: 55px 8% 30px;\n}\n\n.footer-grid {\n  display: grid;\n  grid-template-columns: 1.5fr repeat(4, 1fr);\n  gap: 35px;\n}\n\n.footer-logo {\n  font-size: 28px;\n  font-weight: 900;\n  margin-bottom: 18px;\n}\n\n.footer p,\n.footer a {\n  color: rgba(255,255,255,.78);\n  line-height: 1.9;\n  text-decoration: none;\n  display: block;\n}\n\n.footer h4 {\n  margin: 0 0 14px;\n  font-size: 18px;\n}\n\n.socials {\n  display: flex;\n  gap: 12px;\n  margin-top: 18px;\n}\n\n.socials span {\n  width: 30px;\n  height: 30px;\n  border-radius: 50%;\n  background: var(--white);\n  color: var(--blue);\n  display: grid;\n  place-items: center;\n  font-size: 13px;\n  font-weight: 900;\n}\n\n.copy {\n  margin-top: 40px;\n  opacity: .65;\n}\n\n\/* =============================\n   Animations\n============================= *\/\n@keyframes fadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes cardDrift {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-7px); }\n}\n\n\/* \u6e1b\u5c11\u52d5\u614b\u504f\u597d *\/\n@media (prefers-reduced-motion: reduce) {\n  *, *::before, *::after {\n    animation-duration: .01ms !important;\n    animation-iteration-count: 1 !important;\n    scroll-behavior: auto !important;\n  }\n}\n\n\/* =============================\n   RWD\n============================= *\/\n@media (max-width: 1280px) {\n  .products {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .product-intro {\n    grid-column: 1 \/ -1;\n  }\n\n  .process,\n  .cert-card,\n  .footer-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .process-list {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 900px) {\n  .hero,\n  .about-card,\n  .blog-grid,\n  .support-flow {\n    grid-template-columns: 1fr;\n  }\n\n  .hero {\n    min-height: auto;\n    padding-top: 70px;\n  }\n\n  .hero-icons {\n    grid-template-columns: repeat(2, max-content);\n  }\n\n  .cert-list {\n    flex-wrap: wrap;\n    justify-content: flex-start;\n  }\n\n  .section-head {\n    align-items: flex-start;\n    flex-direction: column;\n  }\n}\n\n@media (max-width: 640px) {\n  .section,\n  .hero,\n  .process,\n  .blog-section,\n  .support-section,\n  .cert-section {\n    padding-left: 6%;\n    padding-right: 6%;\n  }\n\n  .about-card,\n  .cert-card {\n    padding: 30px 22px;\n  }\n\n  .products,\n  .process-list {\n    grid-template-columns: 1fr;\n  }\n\n  .hero-icons {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .btn-group {\n    flex-direction: column;\n    align-items: stretch;\n  }\n\n  .manufacture-banner h2 {\n    letter-spacing: .12em;\n  }\n\n  .support-item {\n    clip-path: none;\n    border-radius: 18px;\n  }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<section class=\"hero\">\n  <div class=\"hero-content\">\n    <small>Jetway Services<\/small>\n    <h1>\u5c08\u696d\u65b9\u6848\u8207\u6574\u5408\u670d\u52d9<\/h1>\n    <p>E-Order \u667a\u6167\u81ea\u52a9\u670d\u52d9\uff0c\u63d0\u5347\u6548\u7387\u30fb\u5275\u9020\u50f9\u503c<\/p>\n\n    <div class=\"btn-group\">\n      <a class=\"btn btn-orange\" href=\"#\">\u7acb\u5373\u6d3d\u8a62<\/a>\n      <a class=\"btn btn-outline\" href=\"#\">\u4e86\u89e3\u66f4\u591a\u65b9\u6848 \u2192<\/a>\n    <\/div>\n\n    <div class=\"hero-icons\">\n      <div>\u5ba2\u88fd\u5316\u670d\u52d9<\/div>\n      <div>\u5feb\u901f\u5c0e\u5165<\/div>\n      <div>\u7a69\u5b9a\u53ef\u9760<\/div>\n      <div>\u5168\u7403\u5408\u4f5c<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-img\">\n    <img decoding=\"async\" src=\"https:\/\/www.jetwayco.com\/wp-content\/uploads\/2025\/10\/%E6%9C%AA%E5%91%BD%E5%90%8D-1-02-300x180.jpg\" alt=\"\u81ea\u52a9\u670d\u52d9\u6a5f\">\n  <\/div>\n<\/section>\n\n<section class=\"section\">\n  <div class=\"about-card\">\n    <div>\n      <div class=\"label\">About Jetway<\/div>\n      <h2 class=\"section-title\">\u6df1\u8015\u81ea\u52d5\u5316\u670d\u52d9<br>\u6210\u5c31\u5ba2\u6236\u7684\u6bcf\u4e00\u4efd\u4fe1\u4efb<\/h2>\n      <p>\u6377\u7279\u5a01\u79c9\u6301\u6301\u7e8c\u5275\u65b0\u8207\u670d\u52d9\u81f3\u4e0a\u7684\u7cbe\u795e\uff0c\u81f4\u529b\u65bc\u70ba\u5ba2\u6236\u63d0\u4f9b\u9ad8\u54c1\u8cea\u3001\u9ad8\u6548\u80fd\u7684\u81ea\u52d5\u5316\u8a2d\u5099\u8207\u6574\u5408\u89e3\u6c7a\u65b9\u6848\u3002<\/p>\n      <p>\u5f9e\u8a2d\u8a08\u3001\u7814\u767c\u5230\u7d44\u88dd\u8207\u5c0e\u5165\uff0c\u63d0\u4f9b\u5b8c\u6574\u6280\u8853\u652f\u63f4\u8207\u5ba2\u88fd\u5316\u670d\u52d9\uff0c\u6eff\u8db3\u9910\u98f2\u3001\u96f6\u552e\u3001\u505c\u8eca\u5834\u8207\u5de5\u696d\u61c9\u7528\u7b49\u591a\u5143\u5834\u57df\u9700\u6c42\u3002<\/p>\n      <a class=\"btn btn-outline\" href=\"#\">\u6df1\u5165\u4e86\u89e3\u6211\u5011 \u2192<\/a>\n    <\/div>\n\n    <img decoding=\"async\" src=\"https:\/\/www.jetwayco.com\/wp-content\/uploads\/2025\/01\/%E6%8D%B7%E7%89%B9%E5%A8%81%E5%A4%A7%E9%96%80-1.jpg\" alt=\"\u6377\u7279\u5a01\u5de5\u5ee0\">\n  <\/div>\n<\/section>\n\n<section class=\"section products\">\n  <div class=\"product-intro\">\n    <div class=\"label\">Product Info<\/div>\n    <h2 class=\"section-title\">\u591a\u5143\u7522\u54c1\u7dda<br>\u6eff\u8db3\u5404\u7a2e\u5834\u666f\u9700\u6c42<\/h2>\n    <p class=\"section-text\">\u63d0\u4f9b\u591a\u5143\u81ea\u52d5\u5316\u8a2d\u5099\u89e3\u6c7a\u65b9\u6848\uff0c\u6eff\u8db3\u5404\u7a2e\u5834\u57df\u9700\u6c42\u3002<\/p>\n    <a class=\"btn btn-outline\" href=\"#\">\u700f\u89bd\u66f4\u591a\u7522\u54c1 \u2192<\/a>\n  <\/div>\n\n  <div class=\"product-card\">\n    <div class=\"line-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M7 3v18M12 3v18M17 3v18M7 8h10M7 16h10\"\/><\/svg><\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.jetwayco.com\/wp-content\/uploads\/2025\/10\/JE-32AF-P-32%E5%90%8B%E8%90%BD%E5%9C%B0%E5%BC%8F%E5%81%9C%E8%BB%8A%E5%A0%B4%E6%94%B6%E8%B2%BB%E6%A9%9F02.jpg\" alt=\"\u9ede\u9910\u6a5f\">\n    <h3>\u9ede\u9910\u6a5f<\/h3>\n    <ul>\n      <li>E-Order \u81ea\u6709\u7cfb\u7d71\u70ba\u4e3b<\/li>\n      <li>\u652f\u63f4\u591a\u5143\u652f\u4ed8\u8207\u81ea\u52a9\u6574\u5408<\/li>\n      <li>\u9910\u98f2\u3001\u901f\u98df\u3001\u9023\u9396\u9580\u5e02<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"product-card\">\n    <div class=\"line-icon\"><svg viewbox=\"0 0 24 24\"><rect x=\"6\" y=\"3\" width=\"12\" height=\"18\" rx=\"2\"\/><path d=\"M9 7h6M9 11h6M10 17h4\"\/><\/svg><\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.jetwayco.com\/wp-content\/uploads\/2025\/10\/JE-32AF-P-32%E5%90%8B%E8%90%BD%E5%9C%B0%E5%BC%8F%E5%81%9C%E8%BB%8A%E5%A0%B4%E6%94%B6%E8%B2%BB%E6%A9%9F02.jpg\" alt=\"\u81ea\u52a9\u670d\u52d9\u6a5f\">\n    <h3>\u81ea\u52a9\u670d\u52d9\u6a5f<\/h3>\n    <ul>\n      <li>\u7cfb\u7d71\u5ba2\u88fd\u5316\u70ba\u4e3b<\/li>\n      <li>KIOSK \u5bb9\u6613\u5c0e\u5165<\/li>\n      <li>\u505c\u8eca\u5834\u3001\u653f\u5e9c\u3001\u6821\u5712<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"product-card\">\n    <div class=\"line-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M8 12h8M10 9v6M7 6h10l3 6-3 6H7l-3-6z\"\/><\/svg><\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.jetwayco.com\/wp-content\/uploads\/2026\/01\/JE-43JGO-%E5%B7%A6%E5%81%B445.png\" alt=\"\u4f11\u9592\u5a1b\u6a02\u6a5f\">\n    <h3>\u4f11\u9592\u5a1b\u6a02\u6a5f<\/h3>\n    <ul>\n      <li>\u6574\u5408\u591a\u7a2e\u4f11\u9592\u8a2d\u5099\u7cfb\u7d71<\/li>\n      <li>\u904a\u6232\u63a7\u5236\u8207\u4e92\u52d5\u4ecb\u9762<\/li>\n      <li>\u756b\u9762\u5ba2\u88fd\u5316<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"product-card\">\n    <div class=\"line-icon\"><svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"12\" rx=\"1.5\"\/><path d=\"M8 21h8M12 17v4\"\/><\/svg><\/div>\n    <img decoding=\"async\" src=\"https:\/\/www.jetwayco.com\/wp-content\/uploads\/2025\/02\/1-1.webp\" alt=\"\u5de5\u696d\u5ee3\u544a\u6a5f\">\n    <h3>\u5de5\u696d\u5ee3\u544a\u6a5f<\/h3>\n    <ul>\n      <li>\u5de5\u696d\u87a2\u5e55 \/ \u4e3b\u6a5f<\/li>\n      <li>\u5e73\u677f \/ \u89f8\u63a7 \/ \u5916\u639b\u5f0f<\/li>\n      <li>\u9069\u7528\u5404\u7a2e\u5de5\u696d\u74b0\u5883<\/li>\n    <\/ul>\n  <\/div>\n<\/section>\n\n<section class=\"process\">\n  <div>\n    <div class=\"label\">Services<\/div>\n    <h2 class=\"section-title\">\u5b8c\u6574\u670d\u52d9\u6d41\u7a0b<br>\u5f9e\u8a2d\u8a08\u5230\u843d\u5730\u57f7\u884c<\/h2>\n    <p>\u63d0\u4f9b\u4e00\u7ad9\u5f0f\u6574\u5408\u670d\u52d9\uff0c\u8b93\u8a2d\u5099\u898f\u5283\u5efa\u7f6e\u66f4\u7a69\u5b9a\u9806\u66a2\u3002<\/p>\n    <a class=\"btn btn-orange\" href=\"#\">\u4e86\u89e3\u6377\u7279\u6d41\u7a0b<\/a>\n  <\/div>\n\n  <div class=\"process-list\">\n    <div class=\"step\">\n      <div class=\"step-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 18h6M10 22h4M8 14a6 6 0 1 1 8 0c-1 1-1.5 2-1.5 3h-5c0-1-.5-2-1.5-3z\"\/><\/svg><\/div>\n      <h4>Software Design &amp; Integration<\/h4>\n      <p>\u5ba2\u88fd\u5316\u8edf\u9ad4\u958b\u767c<\/p>\n    <\/div>\n\n    <div class=\"step\">\n      <div class=\"step-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M4 7h16M4 17h16M7 4v6M17 14v6\"\/><\/svg><\/div>\n      <h4>Product Design<\/h4>\n      <p>\u5916\u89c0 \/ \u7d50\u69cb \/ \u6a21\u7d44\u8a2d\u8a08<\/p>\n    <\/div>\n\n    <div class=\"step\">\n      <div class=\"step-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 3v3M12 18v3M3 12h3M18 12h3M6 6l2 2M16 16l2 2M18 6l-2 2M8 16l-2 2\"\/><circle cx=\"12\" cy=\"12\" r=\"4\"\/><\/svg><\/div>\n      <h4>\u7cfb\u7d71\u6a21\u7d44\u6574\u5408<\/h4>\n      <p>\u786c\u9ad4 \/ \u8edf\u9ad4\u6574\u5408\u6e2c\u8a66<\/p>\n    <\/div>\n\n    <div class=\"step\">\n      <div class=\"step-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M14 7l3 3-7 7H7v-3z\"\/><path d=\"M16 5l3 3M5 19h14\"\/><\/svg><\/div>\n      <h4>\u5404\u5f0f\u6a5f\u69cb\u751f\u7522\u88fd\u9020<\/h4>\n      <p>\u7cbe\u5bc6\u88fd\u9020\u8207\u7d44\u88dd<\/p>\n    <\/div>\n\n    <div class=\"step\">\n      <div class=\"step-icon\"><svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"13\" rx=\"2\"\/><path d=\"M8 21h8M12 17v4M7 9h4M7 13h10\"\/><\/svg><\/div>\n      <h4>\u5de5\u696d\u5c08\u6848\u8a2d\u8a08\u88fd\u9020<\/h4>\n      <p>\u5de5\u696d\u5c08\u6848\u898f\u5283\u6539\u5584<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"cert-section\">\n  <div class=\"cert-card\">\n    <div>\n      <div class=\"label\">CERTIFICATES<\/div>\n      <h2 class=\"section-title\">\u8b49\u66f8<\/h2>\n      <p class=\"section-text\">\u901a\u904e\u591a\u9805\u570b\u969b\u8a8d\u8b49\uff0c\u54c1\u8cea\u8207\u5b89\u5168\u6709\u4fdd\u969c\u3002<\/p>\n      <a href=\"#\" class=\"btn btn-outline\">\u4e86\u89e3\u66f4\u591a \u2192<\/a>\n    <\/div>\n\n    <div class=\"cert-list\">\n      <div class=\"cert-paper\"><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-stamp\"><\/div><\/div>\n      <div class=\"cert-paper\"><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-stamp\"><\/div><\/div>\n      <div class=\"cert-paper\"><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-line\"><\/div><div class=\"cert-stamp\"><\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"manufacture-banner\">\n  <div>\n    <h2>\u6838\u5fc3\u88fd\u9020\u5be6\u529b<\/h2>\n    <p>\u4ee5\u7cbe\u5bc6\u88fd\u7a0b\u78ba\u4fdd\u6bcf\u4e00\u53f0\u81ea\u52d5\u5316\u6a5f\u7684\u7a69\u5b9a\u904b\u884c\uff0cB2B \u4ee5\u5275\u65b0\u53ca\u6280\u8853\u5b8c\u6574\u89e3\u6c7a\u65b9\u6848\uff0cB2C \u4ee5\u81ea\u6709\u7cfb\u7d71\u53ca\u786c\u9ad4\u8a2d\u5099\u63d0\u4f9b\u6574\u9ad4\u61c9\u7528\u3002<\/p>\n  <\/div>\n<\/section>\n\n<section class=\"blog-section\">\n  <div class=\"section-head\">\n    <div>\n      <h2 class=\"section-title\">Source<\/h2>\n      <div class=\"orange-line\"><\/div>\n    <\/div>\n    <a href=\"#\" class=\"btn btn-outline\">\u700f\u89bd\u66f4\u591a\u6587\u7ae0 \u2192<\/a>\n  <\/div>\n\n  <div class=\"blog-grid\">\n    <article class=\"blog-card\">\n      <div class=\"blog-img\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1552664730-d307ca884978?auto=format&#038;fit=crop&#038;w=900&#038;q=80\" alt=\"\u89f8\u63a7\u986f\u793a\u5668\u9078\u8cfc\u6307\u5357\">\n        <div class=\"date\">2024<br>03\/19<\/div>\n      <\/div>\n      <div class=\"blog-content\">\n        <h3>\u89f8\u63a7\u986f\u793a\u5668\u9078\u8cfc\u6307\u5357<\/h3>\n        <p>4 \u500b\u91cd\u9ede\u53c3\u8003\u8981\u9ede\uff0c\u5c3a\u5bf8\u9078\u64c7\u8207\u5de5\u7a0b\u61c9\u7528<\/p>\n        <a href=\"#\" class=\"more-link\">\u95b1\u8b80\u66f4\u591a \u2192<\/a>\n      <\/div>\n    <\/article>\n\n    <article class=\"blog-card\">\n      <div class=\"blog-img\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1601584115197-04ecc0da31d7?auto=format&#038;fit=crop&#038;w=900&#038;q=80\" alt=\"\u81ea\u52d5\u7e73\u8cbb\u6a5f\u9078\u8cfc\u6307\u5357\">\n        <div class=\"date\">2024<br>03\/15<\/div>\n      <\/div>\n      <div class=\"blog-content\">\n        <h3>\u81ea\u52d5\u7e73\u8cbb\u6a5f\u9078\u8cfc\u6307\u5357<\/h3>\n        <p>5 \u5927\u91cd\u9ede\uff0c\u50f9\u683c\u8207\u61c9\u7528\u5834\u666f<\/p>\n        <a href=\"#\" class=\"more-link\">\u95b1\u8b80\u66f4\u591a \u2192<\/a>\n      <\/div>\n    <\/article>\n\n    <article class=\"blog-card\">\n      <div class=\"blog-img\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1556742502-ec7c0e9f34b1?auto=format&#038;fit=crop&#038;w=900&#038;q=80\" alt=\"\u7121\u4eba\u5546\u5e97\u5275\u696d\u6307\u5357\">\n        <div class=\"date\">2024<br>03\/10<\/div>\n      <\/div>\n      <div class=\"blog-content\">\n        <h3>2026 \u7121\u4eba\u5546\u5e97\u5275\u696d\u6307\u5357\uff01<\/h3>\n        <p>\u5c0e\u5165\u81ea\u52a9\u552e\u8ca8\u6a5f 5 \u5927\u597d\u8655\u8207\u6210\u529f\u6848\u4f8b\u5206\u4eab<\/p>\n        <a href=\"#\" class=\"more-link\">\u95b1\u8b80\u66f4\u591a \u2192<\/a>\n      <\/div>\n    <\/article>\n  <\/div>\n<\/section>\n\n<section class=\"support-section\">\n  <h2>\u670d\u52d9\u8207\u652f\u63f4<\/h2>\n\n  <div class=\"support-flow\">\n    <div class=\"support-item\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.8.6 2.6a2 2 0 0 1-.4 2.1L8 9.7a16 16 0 0 0 6.3 6.3l1.3-1.3a2 2 0 0 1 2.1-.4c.8.3 1.7.5 2.6.6A2 2 0 0 1 22 16.9z\"\/><\/svg>\n      <h3>\u5c08\u4eba\u4e00\u5c0d\u4e00\u8aee\u8a62<\/h3>\n      <p>\u63d0\u4f9b\u5c08\u696d\u5efa\u8b70\u8207\u521d\u6b65\u8a55\u4f30<\/p>\n    <\/div>\n\n    <div class=\"support-item\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M3 6h13v10H3z\"\/><path d=\"M16 10h3l2 3v3h-5z\"\/><circle cx=\"7\" cy=\"19\" r=\"2\"\/><circle cx=\"18\" cy=\"19\" r=\"2\"\/><\/svg>\n      <h3>\u5f48\u6027\u5ba2\u88fd\u5316\u670d\u52d9<\/h3>\n      <p>\u4f9d\u9700\u6c42\u63d0\u4f9b\u8edf\u786c\u9ad4\u6574\u5408<\/p>\n    <\/div>\n\n    <div class=\"support-item\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M18 10a6 6 0 0 0-12 0v4\"\/><path d=\"M4 14h4v5H4zM16 14h4v5h-4z\"\/><path d=\"M18 19c0 2-2 3-4 3h-2\"\/><\/svg>\n      <h3>\u6280\u8853\u652f\u63f4\u8207\u7dad\u8b77<\/h3>\n      <p>\u5c08\u696d\u5718\u968a\u63d0\u4f9b\u5f8c\u7e8c\u670d\u52d9<\/p>\n    <\/div>\n\n    <div class=\"support-item\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M21 12a9 9 0 0 1-15.5 6.3L3 16\"\/><path d=\"M3 12a9 9 0 0 1 15.5-6.3L21 8\"\/><path d=\"M3 21v-5h5M21 3v5h-5\"\/><\/svg>\n      <h3>\u6301\u7e8c\u512a\u5316\u8207\u5347\u7d1a<\/h3>\n      <p>\u5b9a\u671f\u63d0\u4f9b\u7cfb\u7d71\u66f4\u65b0\u8207\u5347\u7d1a<\/p>\n    <\/div>\n  <\/div>\n\n  <a href=\"#\" class=\"green-btn\">\u4e86\u89e3\u66f4\u591a\u670d\u52d9<\/a>\n<\/section>\n\n<footer class=\"footer\">\n  <div class=\"footer-grid\">\n    <div>\n      <div class=\"footer-logo\">E-ORDER<\/div>\n      <p>\u63d0\u4f9b\u5ba2\u88fd\u5316\u667a\u6167\u81ea\u52d5\u5316\u8a2d\u5099\u8207\u6574\u5408\u670d\u52d9\uff0c\u5354\u52a9\u54c1\u724c\u6253\u9020\u9ad8\u6548\u7387\u7684\u71df\u904b\u6d41\u7a0b\u3002<\/p>\n      <div class=\"socials\"><span>L<\/span><span>F<\/span><span>I<\/span><span>Y<\/span><\/div>\n    <\/div>\n\n    <div>\n      <h4>\u5feb\u901f\u9023\u7d50<\/h4>\n      <a href=\"#\">Services<\/a>\n      <a href=\"#\">\u95dc\u65bc\u6211\u5011<\/a>\n      <a href=\"#\">Manufacturing<\/a>\n      <a href=\"#\">Product Info<\/a>\n      <a href=\"#\">\u5408\u4f5c\u5925\u4f34<\/a>\n    <\/div>\n\n    <div>\n      <h4>\u7522\u54c1\u670d\u52d9<\/h4>\n      <a href=\"#\">\u9ede\u9910\u6a5f \/ \u552e\u7968\u6a5f<\/a>\n      <a href=\"#\">KIOSK\u667a\u6167\u6a5f<\/a>\n      <a href=\"#\">\u8ca9\u8ce3 \/ \u96f6\u552e\u6a5f<\/a>\n      <a href=\"#\">\u4f11\u9592\u5a1b\u6a02\u6a5f<\/a>\n      <a href=\"#\">\u5de5\u696d\u5ee3\u544a\u6a5f<\/a>\n    <\/div>\n\n    <div>\n      <h4>Source<\/h4>\n      <a href=\"#\">\u6700\u65b0\u8cc7\u8a0a<\/a>\n      <a href=\"#\">Blog<\/a>\n      <a href=\"#\">Cases<\/a>\n      <a href=\"#\">FAQ<\/a>\n    <\/div>\n\n    <div>\n      <h4>Contact Us<\/h4>\n      <p>\u53f0\u5357\u5e02\u5b89\u5b9a\u5340\u4e2d\u5d19\u5de5\u696d\u5340<\/p>\n      <p>06-5939151<\/p>\n      <p>service@jetwayco.com<\/p>\n      <p>\u9031\u4e00\u81f3\u9031\u4e94 09:00 &#8211; 18:00<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"copy\">\u00a9 2024 E-ORDER<\/div>\n<\/footer>\n\n<\/body>\n<\/html>\n\n\n\n<style>\nfooter,\n.site-footer,\n#footer,\n.et-l--footer,\n.elementor-location-footer{\n    display:none !important;\n}\n<\/style>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3706","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/pages\/3706","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/comments?post=3706"}],"version-history":[{"count":9,"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/pages\/3706\/revisions"}],"predecessor-version":[{"id":3988,"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/pages\/3706\/revisions\/3988"}],"wp:attachment":[{"href":"https:\/\/www.jetwayco.com\/en\/wp-json\/wp\/v2\/media?parent=3706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}