single.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge, Chrome=1">
  7. <meta http-equiv="Cache-Control" content="no-cache">
  8. <title>Choozmo Marketing Cloud</title>
  9. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
  10. integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  11. <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.11.2/css/all.css">
  12. <link rel="stylesheet" href="/css/style.css">
  13. <!-- Start of HubSpot Embed Code -->
  14. <script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/20485755.js"></script>
  15. <!-- End of HubSpot Embed Code -->
  16. <style>
  17. .footer {
  18. color: #656565;
  19. }
  20. .footer a {
  21. color: #656565;
  22. text-decoration: none;
  23. }
  24. .footer h5 {
  25. color: black;
  26. font-weight: 600;
  27. padding-bottom: 15px;
  28. }
  29. .footer .link {
  30. padding-bottom: 20px;
  31. }
  32. .footer {
  33. background-color: #F0F0F0;
  34. padding: 3rem;
  35. }
  36. .footer .right-column {
  37. border-left: 1px solid black;
  38. }
  39. .footer .footer-aigirl {
  40. font-weight: 600;
  41. font-size: 2rem;
  42. margin-top: 1rem;
  43. margin-bottom: 1rem;
  44. }
  45. .footer .footer-follow {
  46. font-size: 1.6rem;
  47. margin-bottom: 1rem;
  48. color: black;
  49. font-size: 1rem;
  50. font-weight: 600;
  51. margin-top: 2rem;
  52. }
  53. .footer .footer-socials a {
  54. margin-right: 5px;
  55. }
  56. #ad-operation .header {
  57. height: auto;
  58. }
  59. #ad-operation .header p {
  60. font-weight: bold;
  61. line-height: 32px;
  62. }
  63. #ad-operation .header p span {
  64. font-size: 20px;
  65. color: #ea5413;
  66. }
  67. #ad-operation .header-title {
  68. color: #000;
  69. font-weight: bold;
  70. letter-spacing: 5px;
  71. }
  72. #ad-operation .dm-description h5 {
  73. font-size: 16px;
  74. line-height: 32px;
  75. }
  76. #ad-operation .dm-description h5 strong {
  77. padding-bottom: 3px;
  78. border-bottom: 3px solid rgb(248, 228, 72);
  79. }
  80. .card-content div {
  81. display: flex;
  82. flex-direction: column;
  83. border: 2px solid #ea5413;
  84. border-radius: 10px;
  85. }
  86. .card-content h3 {
  87. width: 60%;
  88. margin: -17px auto 0;
  89. padding: 8px 5px;
  90. display: inline-block;
  91. color: #fff;
  92. background: #ea5413;
  93. text-align: center;
  94. font-size: 18px;
  95. font-weight: bold;
  96. letter-spacing: 2px;
  97. border-radius: 10px;
  98. box-shadow: 2px 2px 5px #ccc;
  99. }
  100. @media (max-width: 576px) {
  101. .card-content h3 {
  102. width: auto;
  103. padding: 7px 15px;
  104. font-size: 16px;
  105. }
  106. }
  107. .card-content h4 {
  108. margin-top: 25px;
  109. padding: 20px 10px;
  110. font-size: 14px;
  111. line-height: 32px;
  112. background: #FFEBE2;
  113. }
  114. .card-content h4 strong {
  115. font-size: 20px;
  116. }
  117. .content-box {
  118. width: 65%;
  119. margin: auto;
  120. padding: 30px 0;
  121. display: flex;
  122. justify-content: center;
  123. background: #FFEBE2;
  124. position: relative;
  125. }
  126. .content-box p {
  127. margin: 0;
  128. line-height: 32px;
  129. }
  130. .content-box h4 {
  131. font-size: 22px;
  132. font-weight: bold;
  133. margin-bottom: 20px;
  134. }
  135. @media (max-width: 991px) {
  136. .content-box {
  137. width: 90%;
  138. }
  139. }
  140. @media (max-width: 767px) {
  141. .content-box {
  142. width: 100%;
  143. }
  144. .content-box h4 {
  145. font-size: 18px;
  146. }
  147. .content-box p {
  148. font-size: 14px;
  149. }
  150. }
  151. @media (max-width: 475px) {
  152. .content-box {
  153. padding-left: 10px;
  154. }
  155. .content-box h4 {
  156. font-size: 14px;
  157. white-space: nowrap;
  158. }
  159. .content-box p {
  160. font-size: 13px;
  161. }
  162. }
  163. .content-box .line {
  164. height: 3px;
  165. background: #fff;
  166. width: 950px;
  167. position: absolute;
  168. left: -200px;
  169. top: 35px;
  170. }
  171. @media (max-width: 767px) {
  172. .content-box .line {
  173. top: 33px;
  174. }
  175. }
  176. @media (max-width: 575px) {
  177. .content-box .line {
  178. top: 30px;
  179. }
  180. }
  181. .content-badge {
  182. position: absolute;
  183. left: 0;
  184. top: -53px;
  185. padding: 5px 10px;
  186. background: #ea5413;
  187. border-radius: 10px;
  188. font-size: 22px;
  189. font-weight: bold;
  190. color: #fff;
  191. }
  192. .pageForm {
  193. line-height: 32px;
  194. letter-spacing: 1px;
  195. }
  196. #ad-operation {
  197. overflow-x: hidden;
  198. }
  199. #ad-operation .header-lefttop {
  200. width: 60%;
  201. position: absolute;
  202. left: 10vw;
  203. top: -13vw;
  204. z-index: -1;
  205. }
  206. #ad-operation .category.dm-description {
  207. padding: 2rem 8rem;
  208. }
  209. @media (max-width: 991px) {
  210. #ad-operation .category.dm-description {
  211. padding: 2rem 3rem;
  212. }
  213. }
  214. @media (max-width: 767px) {
  215. #ad-operation .category.dm-description {
  216. padding: 2rem 0rem;
  217. }
  218. #ad-operation .header-lefttop {
  219. left: 20vw;
  220. }
  221. }
  222. /* .video-box {
  223. position: relative;
  224. width: 70%;
  225. height: 0;
  226. padding-bottom: 40%;
  227. }
  228. @media (max-width: 1200px) {
  229. .video-box {
  230. width: 80%;
  231. padding-bottom: 45%;
  232. }
  233. }
  234. @media (max-width: 767px) {
  235. .video-box {
  236. margin: 50px auto 0;
  237. }
  238. }
  239. @media (max-width: 576px) {
  240. .video-box {
  241. width: 90%;
  242. padding-bottom: 50%;
  243. }
  244. }
  245. .video-box iframe {
  246. position: absolute;
  247. top: 0;
  248. left: 0;
  249. width: 100%;
  250. height: 100%;
  251. } */
  252. .accreditation p {
  253. font-size: 24px;
  254. }
  255. .accreditation img {
  256. width: 150px;
  257. position: absolute;
  258. top: -35px;
  259. left: -25px;
  260. }
  261. @media (max-width: 767px) {
  262. .accreditation img {
  263. width: 135px;
  264. left: -50px;
  265. }
  266. }
  267. @media (max-width: 575px) {
  268. .accreditation img {
  269. width: 120px;
  270. top: -80px;
  271. left: -20px;
  272. }
  273. .accreditation p {
  274. font-size: 20px;
  275. }
  276. }
  277. </style>
  278. </head>
  279. <body>
  280. {{ partial "navbar.html" . }}
  281. <!-- <nav class="navbar navbar-expand-lg navbar-light fixed-top">
  282. <div class="container-fluid">
  283. <a class="navbar-brand" href="/">
  284. <img src="https://ai.choozmo.com/img/Choozmo%20cloud%20logo.png" alt="" width="180" height="48"
  285. class="d-inline-block align-text-top">
  286. </a>
  287. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
  288. aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
  289. <span class="navbar-toggler-icon"></span>
  290. </button>
  291. <div class="collapse navbar-collapse ms-auto" id="navbarNav">
  292. <ul class="navbar-nav">
  293. <li class="nav-item">
  294. <a class="nav-link active" aria-current="page" href="/">Home</a>
  295. </li>
  296. <li class="nav-item dropdown">
  297. <a class="nav-link dropdown-toggle" href="" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
  298. aria-expanded="false">
  299. 服務
  300. </a>
  301. <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  302. <li><a class="dropdown-item" href="/ad-operation/dm/">廣告代操</a></li>
  303. <li><a class="dropdown-item" href="/bigdata/dm/">大數據分析</a></li>
  304. <li><a class="dropdown-item" href="/crawler/dm/">資訊爬蟲</a></li>
  305. <li><a class="dropdown-item" href="/research/dm/">企業系統研發委外</a></li>
  306. <li><a class="dropdown-item" href="/seo/dm/">SEO 搜尋排名優化</a></li>
  307. <li><a class="dropdown-item" href="/video-making/dm/">影片製作服務</a></li>
  308. <li><a class="dropdown-item" href="/ai-anchor/dm/">新聞 AI 主播媒體聯播網</a></li>
  309. <li><a class="dropdown-item" href="/blog-traffic/dm/">創業家專案</a></li>
  310. </ul>
  311. </li>
  312. <li class="nav-item">
  313. <a class="nav-link" href="/tags/vtuber/">部落格</a>
  314. </li>
  315. <li class="nav-item">
  316. <a class="nav-link" href="/collaboration/info/">合作夥伴</a>
  317. </li>
  318. <li class="nav-item">
  319. <a class="nav-link" href="/contact/service">聯絡我們</a>
  320. </li>
  321. <li class="nav-item">
  322. <a class="nav-link" href="/aboutus/info/">關於我們</a>
  323. </li>
  324. </ul>
  325. </div>
  326. </div>
  327. </nav> -->
  328. <main id="ad-operation">
  329. <section class="header">
  330. <div class="row align-items-center justify-content-center g-0" style="padding: 100px 0;">
  331. <div class="col-12 col-md-6 text-center position-relative">
  332. <img src="/imgs/dm/operation_01.png" alt="" class="header-lefttop">
  333. <h2 class="header-title">AI 廣告投手</h2>
  334. <p class="text-center px-3">
  335. 大數據精準抓取目標受眾<br>
  336. 同時管理數百檔廣告<br>
  337. 工業局認證 AI 智慧廣告投放技術<br>
  338. <span>僅 5% 服務費</span>
  339. <p>
  340. <button class="contact-btn" onclick="window.location.href=`/contact/service/`">立即諮詢</button>
  341. </div>
  342. <div class="col-12 col-md-6">
  343. <div class="video-box">
  344. <iframe width="560" height="315" src="https://www.youtube.com/embed/oLVjPNguBCY"
  345. title="YouTube video player" frameborder="0"
  346. allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  347. allowfullscreen></iframe>
  348. </div>
  349. </div>
  350. </div>
  351. </section>
  352. <section class="category container py-5 dm-description">
  353. <h5>
  354. 廣告品質越好, 廣告付費就越少!
  355. <br><br>
  356. 集仕多擁有專業投放廣告的豐富經驗,利用 <strong>獨家SEO顯微鏡健檢服務</strong> 和綁定 <strong>Google My Business</strong> 兩大分析系統。
  357. <br><br>
  358. 完整收集數據與分析報告, 為各大企業、 商家以最有效的廣告策略<br>
  359. <strong>精準鎖定目標客群, 並適時地調整廣告策略。</strong>
  360. <br><br>
  361. 透過 LINE 就能即時查詢分析報告, 以達到出色的廣告效益, 提高品牌曝光量和知名度!
  362. </h5>
  363. </section>
  364. <div class="container">
  365. <div class="row my-5 justify-content-center card-content px-3 px-sm-0">
  366. <div class="col-12 col-md-5 mx-3">
  367. <h3>獨家 SEO 顯微鏡健檢服務</h3>
  368. <h4>
  369. <strong>網站健檢</strong>:盤點網頁結構、速度 <br>
  370. <strong>關鍵字研究</strong>:選擇適合的關鍵字結合內容行銷,逐步提升排名 <br>
  371. <strong>優化分析與策略</strong>:<br>
  372. 提出 SEO 改善建議,協同逐項優化,推動排名向前
  373. </h4>
  374. <img class="img-fluid my-4" src="/imgs/dm/operation_02.png" alt="">
  375. </div>
  376. <div class="col-12 col-md-5 mx-3 mt-5 mt-md-0">
  377. <h3>Google My Business</h3>
  378. <h4>
  379. 經營 <strong>Local SEO</strong>, 能更有效地曝光自己的品牌及商品。 <br>
  380. <strong>我的商家</strong>串接 Google My Business <br>
  381. 從眾多競爭對手中脫穎而出,吸引顧客上門;隨時視需要輕鬆更新商家檔案。
  382. </h4>
  383. <img class="img-fluid my-auto" src="/imgs/dm/operation_04.png" alt="">
  384. </div>
  385. </div>
  386. <div class="row mb-5" style="margin-top: 100px;">
  387. <div class="col-12">
  388. <div class="row">
  389. <div class="col-12">
  390. <div class="content-box">
  391. <span class="content-badge">內容包含</span>
  392. <section class="position-relative">
  393. <div class="line"></div>
  394. <h4 class="me-2">Google Ads + </h4>
  395. <p>
  396. 搜尋關鍵字
  397. <br>
  398. GDN多媒體
  399. <br>
  400. 區域地標廣告
  401. </p>
  402. </section>
  403. <section>
  404. <h4>LINE即時報告 + 成效週報/月報</h4>
  405. <p>
  406. 利用獨家SEO顯微鏡健檢服務結合
  407. <br>
  408. 綁定Google My Business兩大分析系統
  409. <br>
  410. 完整收集數據與分析報告
  411. </p>
  412. </section>
  413. </div>
  414. </div>
  415. </div>
  416. </div>
  417. <div class="col-12 col-sm-11 col-lg-8 mx-auto position-relative" style="margin-top: 100px;">
  418. <section class="accreditation">
  419. <img src="/imgs/dm/operation_05.png" alt="">
  420. <p class="m-0 text-center fw-bold">工業局認證 AI智慧廣告投放技術</p>
  421. </section>
  422. <img class="img-fluid" src="/imgs/dm/operation_06.png" alt="">
  423. <img class="img-fluid mt-5 mb-3 d-none d-sm-block" src="/imgs/dm/operation_07.png" alt="">
  424. <img class="img-fluid mt-5 mb-3 d-block d-sm-none mx-auto" src="/imgs/dm/operation_08.png" alt=""
  425. style="width: 60%;">
  426. </div>
  427. </div>
  428. </div>
  429. <div class="container loaded pageForm">
  430. <div class="row">
  431. <div class="col-12 col-md-6">
  432. <div class="pageForm-p">
  433. <div class="mb-3">
  434. <div class="pageForm-title">
  435. <h3 class="pageForm-title-h3">
  436. 免費獲取專業的 <br>
  437. 廣告投放建議書!
  438. </h3>
  439. </div>
  440. </div>
  441. <div class="pageForm-txt mb-3 ">
  442. <p>
  443. 讓我們帶您深入 AI 廣告的世界 <br>
  444. 只剩下幾個步驟
  445. </p>
  446. </div>
  447. <div class="pageForm-notice">
  448. <a class="btn-detailForm" href="/contact/service/">填寫詳細表單 &rarr;</a>
  449. <p>填寫該表單將會有專人與你聯繫。<br>
  450. 如有問題歡迎來信 service@choozmo.com 或來電 036670804
  451. </p>
  452. </div>
  453. </div>
  454. </div>
  455. <div class="col-12 col-md-6">
  456. <div class="pageForm-p">
  457. <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
  458. <script>
  459. hbspt.forms.create({
  460. region: "na1",
  461. portalId: "20485755",
  462. formId: "e08cd305-569c-4913-96f5-4da9f5f90970"
  463. });
  464. </script>
  465. </div>
  466. </div>
  467. </div>
  468. </div>
  469. </main>
  470. <footer class="footer">
  471. <div class="container">
  472. <div class="row">
  473. <div class="col-xs-12 col-sm-6">
  474. <img src="https://i.imgur.com/P1gNopa.png" alt="" width="250">
  475. <div class="footer-aigirl">Choozmo AI Spokesgirl</div>
  476. <div class="footer-follow">關注我們</div>
  477. <div class="footer-socials">
  478. <a href="https://www.linkedin.com/company/choozmo/"><img src="https://i.imgur.com/qnd9QrT.png" alt=""
  479. width="32px" height="32px"></a>
  480. <a href="https://www.facebook.com/choozmo/"><img src="https://i.imgur.com/WdCAhSo.png" alt="" width="48px"
  481. height="48px"></a>
  482. <a href="https://line.me/R/ti/p/@choozmo?from=page"><img src="https://i.imgur.com/dNZ2aGW.png" alt=""
  483. width="32px" height="32px"></a>
  484. <a href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg"><img
  485. src="https://i.imgur.com/zn6DUY8.png" alt="" width="32px" height="32px"></a>
  486. <a href="https://www.instagram.com/choozmo_cmm/"><img src="https://i.imgur.com/pdJPY7m.png" alt=""
  487. width="48px" height="48px"></a>
  488. <a href="https://twitter.com/ai_cmm"><img src="https://i.imgur.com/qGBzq4J.png" alt="" width="32px"
  489. height="32px"></a>
  490. </div>
  491. </div>
  492. <div class="col-xs-12 col-sm-6">
  493. <div class="footer-contacts" style="margin-top: 2rem;">
  494. <h5>CONTACT</h5>
  495. <div>
  496. 集仕多股份有限公司<br>新竹縣竹北市復興二路229號9樓之9<br>聯絡電話:036670804<br>聯絡信箱:SERVICE@CHOOZMO.COM
  497. </div>
  498. </div>
  499. </div>
  500. </div>
  501. </div>
  502. </footer>
  503. <script type="application/javascript">
  504. var doNotTrack = false;
  505. if (!doNotTrack) {
  506. (function (i, s, o, g, r, a, m) {
  507. i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  508. (i[r].q = i[r].q || []).push(arguments)
  509. }, i[r].l = 1 * new Date(); a = s.createElement(o),
  510. m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  511. })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
  512. ga('create', 'UA-153100602-5', 'auto');
  513. ga('send', 'pageview');
  514. }
  515. </script>
  516. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  517. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  518. crossorigin="anonymous"></script>
  519. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
  520. integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
  521. crossorigin="anonymous"></script>
  522. </body>
  523. </html>