single.html 17 KB

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