<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&amp;family=Roboto:wght@100;400&amp;display=swap";.el-popover{--el-popover-bg-color:var(--el-bg-color-overlay);--el-popover-font-size:var(--el-font-size-base);--el-popover-border-color:var(--el-border-color-lighter);--el-popover-padding:12px;--el-popover-padding-large:18px 20px;--el-popover-title-font-size:16px;--el-popover-title-text-color:var(--el-text-color-primary);--el-popover-border-radius:4px}.el-popover.el-popper{background:var(--el-popover-bg-color);border:1px solid var(--el-popover-border-color);border-radius:var(--el-popover-border-radius);box-shadow:var(--el-box-shadow-light);box-sizing:border-box;color:var(--el-text-color-regular);font-size:var(--el-popover-font-size);line-height:1.4;min-width:150px;padding:var(--el-popover-padding);text-align:justify;word-break:break-all;z-index:var(--el-index-popper)}.el-popover.el-popper--plain{padding:var(--el-popover-padding-large)}.el-popover__title{color:var(--el-popover-title-text-color);font-size:var(--el-popover-title-font-size);line-height:1;margin-bottom:12px}.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-popover.el-popper.is-dark{--el-popover-bg-color:var(--el-text-color-primary);--el-popover-border-color:var(--el-text-color-primary);--el-popover-title-text-color:var(--el-bg-color);color:var(--el-bg-color)}.el-popover.el-popper:focus,.el-popover.el-popper:focus:active{outline-width:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-collapse{--el-collapse-border-color:var(--el-border-color-lighter);--el-collapse-header-height:48px;--el-collapse-header-bg-color:var(--el-fill-color-blank);--el-collapse-header-text-color:var(--el-text-color-primary);--el-collapse-header-font-size:13px;--el-collapse-content-bg-color:var(--el-fill-color-blank);--el-collapse-content-font-size:13px;--el-collapse-content-text-color:var(--el-text-color-primary);border-bottom:1px solid var(--el-collapse-border-color);border-top:1px solid var(--el-collapse-border-color)}.el-collapse-item.is-disabled .el-collapse-item__header{color:var(--el-text-color-disabled);cursor:not-allowed}.el-collapse-item__header{align-items:center;background-color:var(--el-collapse-header-bg-color);border-bottom:1px solid var(--el-collapse-border-color);color:var(--el-collapse-header-text-color);cursor:pointer;display:flex;font-size:var(--el-collapse-header-font-size);font-weight:500;height:var(--el-collapse-header-height);line-height:var(--el-collapse-header-height);outline:0;transition:border-bottom-color var(--el-transition-duration)}.el-collapse-item__arrow{font-weight:300;margin:0 8px 0 auto;transition:transform var(--el-transition-duration)}.el-collapse-item__arrow.is-active{transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:var(--el-color-primary)}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{background-color:var(--el-collapse-content-bg-color);border-bottom:1px solid var(--el-collapse-border-color);box-sizing:border-box;overflow:hidden;will-change:height}.el-collapse-item__content{color:var(--el-collapse-content-text-color);font-size:var(--el-collapse-content-font-size);line-height:1.7692307692;padding-bottom:25px}.el-collapse-item:last-child{margin-bottom:-1px}@media (max-width:768px){.all_stalker[data-v-136d3ee5],.top_stalker[data-v-136d3ee5]{display:none}.all_readmore_button .all_hover_underline[data-v-136d3ee5]{background-position:0 100%;background-size:100% 1px;opacity:1}.all_sub_1col_content[data-v-136d3ee5]{width:87.2%}#container[data-v-136d3ee5]{overflow:hidden}.all_arrow_button[data-v-136d3ee5]{padding-bottom:46px;width:46px}.first_more_btn[data-v-136d3ee5]{gap:18px;justify-content:flex-start;width:auto}.all_arrow_button ._base_circle[data-v-136d3ee5]{background:#0057f8}.all_arrow_button ._arrow._before[data-v-136d3ee5],.all_arrow_button ._hover_circle[data-v-136d3ee5]{display:none}.all_arrow_button ._arrow._after[data-v-136d3ee5]{opacity:1;transform:translate(-50%) translateY(-50%)}.all_arrow_button ._blank._before[data-v-136d3ee5]{display:none}.all_arrow_button ._blank._after[data-v-136d3ee5]{display:block;opacity:1;width:25%}.all_arrow_button._white ._base_circle[data-v-136d3ee5]{background:#fff}.all_arrow_button._white ._hover_circle[data-v-136d3ee5]{display:none}.all_arrow_button._white ._arrow._before[data-v-136d3ee5]{display:block}.all_arrow_button._white ._arrow._after[data-v-136d3ee5],.all_arrow_button._white ._blank._before[data-v-136d3ee5]{display:none}.all_arrow_button._white ._blank._after[data-v-136d3ee5]{display:block;width:25%}a.hover .all_arrow_button ._arrow._before[data-v-136d3ee5]{opacity:1;transform:translate(-50%) translateY(-50%)}a.hover .all_arrow_button ._blank._before[data-v-136d3ee5]{opacity:1}a.hover .all_arrow_button ._blank._after[data-v-136d3ee5]{opacity:1;width:25%}.top_mv[data-v-136d3ee5]{height:100vh;height:100dvh;max-height:none;overflow:hidden}.top_mv_inner[data-v-136d3ee5]{height:100%;padding-bottom:0}.top_mv_inner ._line[data-v-136d3ee5]{left:31%;top:47%;transform:translate(-50%) translateY(-50%) rotate(9deg);width:212.8%}.top_mv_inner ._confetti[data-v-136d3ee5]{left:90%;top:61%;transform:translate(-50%) translateY(-50%) rotate(27deg);width:162.9333333333%}.top_mv_inner ._bus_small[data-v-136d3ee5],.top_mv_inner ._mountain[data-v-136d3ee5]{display:none}.top_mv_inner ._sign[data-v-136d3ee5]{left:29%;top:19%;width:11.7333333333%}.top_mv_inner ._stop[data-v-136d3ee5]{left:7%;top:18%;width:11.4666666667%}.top_mv_inner ._camp[data-v-136d3ee5]{left:11%;top:55%;width:32%}.top_mv_inner ._data[data-v-136d3ee5]{display:none}.top_mv_inner ._copy[data-v-136d3ee5]{bottom:1%;left:36%;padding-bottom:30.4%;position:absolute;top:auto;width:61.3333333333%;z-index:5}.top_mv_inner ._copy ._jp ._jp_line[data-v-136d3ee5]:first-of-type{margin-bottom:10px}.top_mv_inner ._copy ._jp ._mid[data-v-136d3ee5]{font-size:8.5333333333vw}.top_mv_inner ._copy ._en[data-v-136d3ee5]{font-size:14px}.top_mv_hover_item._hover_bus[data-v-136d3ee5]{left:70%;padding-bottom:69.8666666667%;top:41%;width:69.8666666667%}.top_mv_hover_item._hover_bus ._bus[data-v-136d3ee5]{left:75%;padding-bottom:47.3282442748%;top:46%;width:50%}.top_mv_hover_item._hover_bus ._bus ._img[data-v-136d3ee5]:first-of-type{left:0;top:0;transform:none;width:100%}.top_mv_hover_item._hover_bus ._bus ._img[data-v-136d3ee5]:nth-of-type(2){bottom:0;left:56%;transform:translate(-50%);width:82.1212121212%}.top_mv_hover_item._hover_bus ._driver[data-v-136d3ee5]{left:30%;top:65%;width:59.3511450382%}.top_mv_hover_item._hover_bus ._train[data-v-136d3ee5]{left:41%;top:12%;width:20.9923664122%}.top_mv_hover_item._hover_bus ._train img[data-v-136d3ee5]{transform:rotate(33deg)}.top_mv_hover_item._hover_bus.active ._bus[data-v-136d3ee5]{left:64%;top:34%}.top_mv_hover_item._hover_bus.active ._driver[data-v-136d3ee5]{left:32%;top:58%}.top_mv_hover_item._hover_bus.active ._train[data-v-136d3ee5]{left:18%;top:20%}.top_mv_hover_item._hover_bus .top_mv_hover_arrow[data-v-136d3ee5]{left:14%;top:50%}.top_mv_hover_item._hover_bus .top_mv_hover_title[data-v-136d3ee5]{left:50%;top:93%}.top_mv_hover_item._hover_newspaper[data-v-136d3ee5]{left:74%;padding-bottom:46.4%;top:69%;width:48.2666666667%}.top_mv_hover_item._hover_newspaper ._newspaper[data-v-136d3ee5]{left:71%;padding-bottom:96.1325966851%;top:50%;width:60.773480663%}.top_mv_hover_item._hover_newspaper ._newspaper ._img[data-v-136d3ee5]:first-of-type{left:0;top:0;transform:none;width:100%}.top_mv_hover_item._hover_newspaper ._newspaper ._img[data-v-136d3ee5]:nth-of-type(2){left:50%;top:60%;width:89.5652173913%}.top_mv_hover_item._hover_newspaper ._newspaper ._img[data-v-136d3ee5]:nth-of-type(3){bottom:0;left:72%;transform:translate(-50%);width:50.8695652174%}.top_mv_hover_item._hover_newspaper ._newspaper_small[data-v-136d3ee5]{left:20%;top:36%;width:35.9116022099%}.top_mv_hover_item._hover_newspaper.active ._newspaper[data-v-136d3ee5]{left:57%;top:43%}.top_mv_hover_item._hover_newspaper.active ._newspaper_small[data-v-136d3ee5]{left:15%;top:62%}.top_mv_hover_item._hover_newspaper .top_mv_hover_arrow[data-v-136d3ee5]{left:21%;top:81%}.top_mv_hover_item._hover_newspaper .top_mv_hover_title[data-v-136d3ee5]{left:46%;top:-33%}.top_mv_hover_item._hover_architecture[data-v-136d3ee5]{left:20%;padding-bottom:40.8%;top:36%;width:49.6%}.top_mv_hover_item._hover_architecture ._men[data-v-136d3ee5]{left:89%;top:30%;transform:translate(-50%) translateY(-50%);width:23.6559139785%}.top_mv_hover_item._hover_architecture ._men img[data-v-136d3ee5]{transform:rotate(-20deg)}.top_mv_hover_item._hover_architecture ._construction[data-v-136d3ee5]{left:37%;padding-bottom:82.2580645161%;top:50%;width:74.1935483871%}.top_mv_hover_item._hover_architecture ._construction ._img[data-v-136d3ee5]:first-of-type{left:0;top:0;transform:none;width:91.5254237288%}.top_mv_hover_item._hover_architecture ._construction ._img[data-v-136d3ee5]:nth-of-type(2){left:35%;top:74%;width:50.1694915254%}.top_mv_hover_item._hover_architecture ._construction ._img[data-v-136d3ee5]:nth-of-type(3){bottom:0;right:0;transform:none;width:50.8474576271%}.top_mv_hover_item._hover_architecture.active ._men[data-v-136d3ee5]{left:19%;top:3%}.top_mv_hover_item._hover_architecture.active ._construction[data-v-136d3ee5]{left:53%;top:39%}.top_mv_hover_item._hover_architecture .top_mv_hover_arrow[data-v-136d3ee5]{left:21%;top:77%}.top_mv_hover_item._hover_architecture .top_mv_hover_title[data-v-136d3ee5]{left:49%;top:-27%}.top_mv_rise_img[data-v-136d3ee5]{top:100vh}}._en_width[data-v-136d3ee5]{font-weight:300;width:38.0729vw}._en_width p[data-v-136d3ee5]{margin:0;padding:0}._en_width ._c[data-v-136d3ee5]{font-size:1.35vw;margin-top:10px}.top_mv_inner ._copy ._en[data-v-136d3ee5]{bottom:-30px}@media (max-width:768px){.top_mv_inner ._copy ._en[data-v-136d3ee5]{bottom:0}.top_mv_hover_item._hover_architecture .top_mv_hover_title[data-v-136d3ee5]{left:75%;top:100%;width:227px}.top_mv_hover_title ._en[data-v-136d3ee5]{font-size:12px}.top_mv_hover_title ._cn[data-v-136d3ee5]{font-size:22px;margin-bottom:12px}.top_mv_hover_title ._ms[data-v-136d3ee5]{font-size:15px;line-height:22.5px}.top_mv_hover_item._hover_bus .top_mv_hover_title[data-v-136d3ee5]{width:210px}.top_mv_hover_item._hover_newspaper .top_mv_hover_title[data-v-136d3ee5]{left:31%;text-align:right;top:-67%;width:210px}.top_mv_hover_item._hover_architecture ._men img[data-v-136d3ee5]{transform:rotate(3deg)}.top_mv_inner ._camp[data-v-136d3ee5]{width:15.39%}.top_mv_hover_item._hover_architecture.active ._men[data-v-136d3ee5]{left:81%;top:18%;width:20%}.top_mv_hover_title ._ms[data-v-136d3ee5]{width:100%}.top_mv_hover_item._hover_architecture.active ._construction[data-v-136d3ee5]{left:47%}.top_mv_hover_item._hover_architecture ._construction ._img[data-v-136d3ee5]:first-of-type{left:0}}@media screen and (min-width:768px) and (max-width:1600px){.joinUsWrap .joinLeft[data-v-136d3ee5]{padding-right:40px}}@media screen and (min-width:768px) and (max-width:1336px){.lookFor[data-v-136d3ee5]{height:calc(3300px + 93.23vw)}.lookFor .service-item[data-v-136d3ee5]{margin-right:18.646vw;min-width:62.708vw}.lookFor .service-item ._inner[data-v-136d3ee5]{padding-top:40px}}@media (max-width:768px){.en .top_mv_hover_item._hover_newspaper .top_mv_hover_title[data-v-136d3ee5]{top:-88%}.en .top_mv_hover_item._hover_architecture .top_mv_hover_title[data-v-136d3ee5]{left:82%;top:100%;width:245px}}body[data-v-136d3ee5]{font-family:Roboto,Noto Sans TC,sans-serif;font-style:normal;line-height:normal;overflow-x:hidden}body[data-v-136d3ee5],html[data-v-136d3ee5]{scroll-behavior:smooth}*[data-v-136d3ee5]{box-sizing:border-box}input[data-v-136d3ee5]{-webkit-text-fill-color:#000!important;box-shadow:inset 0 0 0 1000px #fff!important}.container[data-v-136d3ee5]{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}ol[data-v-136d3ee5],ul[data-v-136d3ee5]{margin-bottom:10px;margin-top:0}ul[data-v-136d3ee5]:last-child{margin-bottom:0}.list-unstyled[data-v-136d3ee5]{list-style:none;padding-left:0}.row[data-v-136d3ee5]{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.row&gt;*[data-v-136d3ee5]{flex-shrink:0;margin-top:15px;padding-left:15px;padding-right:15px;width:100%}.col[data-v-136d3ee5]{flex:1 0 0%}@media (min-width:768px){.col-md-5[data-v-136d3ee5]{flex:0 0 auto;width:41.66666667%}.col-md-7[data-v-136d3ee5]{flex:0 0 auto;width:58.33333333%}}@media (min-width:992px){.col-lg-4[data-v-136d3ee5]{flex:0 0 auto;width:33.33333333%}.col-lg-8[data-v-136d3ee5]{flex:0 0 auto;width:66.66666667%}}.container-offset[data-v-136d3ee5]{padding-left:calc(50% - 715px)}@media screen and (min-width:968px) and (max-width:1191px){.container-offset[data-v-136d3ee5]{padding-left:calc(50% - 440px)}}@media screen and (min-width:1192px) and (max-width:1399px){.container-offset[data-v-136d3ee5]{padding-left:calc(50% - 560px)}}@media screen and (min-width:1400px) and (max-width:1599px){.container-offset[data-v-136d3ee5]{padding-left:calc(50% - 650px)}}@media screen and (min-width:968px){.container[data-v-136d3ee5]{max-width:920px}}@media screen and (min-width:1192px){.container[data-v-136d3ee5]{max-width:1160px}}@media screen and (min-width:1400px){.container[data-v-136d3ee5]{max-width:1340px}}@media screen and (min-width:1600px){.container[data-v-136d3ee5]{max-width:1470px}}.header-wrap[data-v-136d3ee5]{background:#fff;border-bottom:1px solid #e1e2e8;left:0;position:fixed;right:0;top:0;transition:all .6s ease 0s;z-index:99}.header-wrap .container[data-v-136d3ee5]{align-items:center;display:flex;width:auto}.header-wrap .container .nav-wrap[data-v-136d3ee5]{margin-left:auto}.header-wrap .container .nav-wrap ul.navBox[data-v-136d3ee5],.header-wrap .container .nav-wrap ul.navBox ul[data-v-136d3ee5]{border-bottom:1px solid #e1e2e8}.header-wrap .container .nav-wrap .nav-ul[data-v-136d3ee5]{display:flex;margin:0;padding:0}.header-wrap .container .nav-wrap .nav-ul li[data-v-136d3ee5]{padding:25px}.header-wrap .btn-wrap .language[data-v-136d3ee5]{padding-left:25px}.header-wrap a[data-v-136d3ee5],.header-wrap span[data-v-136d3ee5]{color:#000;font-size:15px;font-weight:400;text-decoration:none}.header-wrap .container .nav-wrap .nav-ul&gt;li[data-v-136d3ee5]{position:relative}.header-wrap .container .nav-wrap .nav-ul[data-v-136d3ee5],.header-wrap .container .nav-wrap .nav-ul ul[data-v-136d3ee5]{margin:0;padding:0}.pc[data-v-136d3ee5]{display:block}.sp[data-v-136d3ee5]{display:none}.language-box[data-v-136d3ee5]{align-items:center;display:flex}@media (max-width:968px){.pc[data-v-136d3ee5]{display:none}.nav-toggle[data-v-136d3ee5],.sp[data-v-136d3ee5]{display:block}.nav-toggle[data-v-136d3ee5]{margin-left:10px;order:3}.nav-toggle-menu[data-v-136d3ee5]{height:26px;position:relative;width:26px}.nav-toggle-menu span[data-v-136d3ee5]{background:#000;border-radius:2px;display:block;height:2px;left:5px;position:absolute;top:12px;transition:all .4s cubic-bezier(.77,.2,.05,1);width:16px;z-index:1}.nav-toggle-menu span[data-v-136d3ee5]:first-child{transform:translateY(4px) rotate(0)}.nav-toggle-menu span[data-v-136d3ee5]:nth-child(2){transform:translateY(0) rotate(0)}.nav-toggle-menu span[data-v-136d3ee5]:nth-child(3){transform:translateY(-4px) rotate(0)}.mobile-menu-open .nav-toggle-menu span[data-v-136d3ee5]:first-child{transform:translateY(0) rotate(45deg)}.mobile-menu-open .nav-toggle-menu span[data-v-136d3ee5]:nth-child(2){transform:scale(0)}.mobile-menu-open .nav-toggle-menu span[data-v-136d3ee5]:nth-child(3){transform:translateY(0) rotate(-45deg)}.header-wrap .container .nav-wrap .nav-ul li[data-v-136d3ee5]{padding:15px}.header-wrap .container .nav-wrap .nav-ul li a[data-v-136d3ee5]{color:#fff}.nav-toggle[data-v-136d3ee5]{margin-left:0;order:1}.header-wrap .container .logo[data-v-136d3ee5]{margin:0 auto;order:2;padding:15px}.header-wrap .container .logo img[data-v-136d3ee5]{display:block}.header-wrap .container .btn-wrap[data-v-136d3ee5]{order:3}.header-wrap .container .nav-wrap[data-v-136d3ee5]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:hsla(0,0%,7%,.36);bottom:0;left:0;margin:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s;visibility:hidden}.header-wrap .container .nav-wrap .nav-ul[data-v-136d3ee5]{background:#0057f8;bottom:0;box-shadow:0 20px 20px #00000017;display:block;height:100%;left:0;padding-top:52px;position:absolute;top:0;transition:all .3s;width:0}.mobile-menu-open .header-wrap .container .nav-wrap[data-v-136d3ee5]{opacity:1;visibility:visible}.mobile-menu-open .header-wrap .container .nav-wrap .nav-ul[data-v-136d3ee5]{display:block;width:170px}.menu-back[data-v-136d3ee5]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:3}.mobile-menu-open .language[data-v-136d3ee5]{display:block}.mobile-menu-open .nav-toggle-menu span[data-v-136d3ee5]{background:#fff}.header-wrap .container .nav-wrap .nav-ul li .el-dropdown[data-v-136d3ee5],.header-wrap .container .nav-wrap .nav-ul li a[data-v-136d3ee5]{color:#fff;white-space:nowrap}.header-wrap .container .nav-wrap .nav-ul ul.navBox[data-v-136d3ee5]{display:none;position:relative;top:14px}.header-wrap .container .nav-wrap .nav-ul li:hover&gt;ul[data-v-136d3ee5]{display:block}.header-wrap .container .nav-wrap .nav-ul ul.navBox ul[data-v-136d3ee5]{display:none;left:10px;position:relative;top:0}.header-wrap .container .nav-wrap .nav-ul :hover ul :hover ul[data-v-136d3ee5]{display:block}.header-wrap .container .nav-wrap .nav-ul ul.navBox&gt;li&gt;a[data-v-136d3ee5]{text-align:left}.header-wrap .container .nav-wrap .nav-ul ul.navBox li ul li[data-v-136d3ee5]{padding-left:0;text-align:left}.header-wrap .container .nav-wrap .nav-ul ul.navBox li+li[data-v-136d3ee5]{padding-top:0}}.main-content[data-v-136d3ee5]{padding-top:71px}.banner .banner-wrap[data-v-136d3ee5]{display:flex;justify-content:space-between;position:relative}.banner .banner-wrap ._inner[data-v-136d3ee5]{align-self:center;flex-shrink:0}.banner .banner-wrap ._inner h4[data-v-136d3ee5]{color:#000;font-size:30px;font-weight:400;letter-spacing:24px;margin:0}.banner .banner-wrap ._inner h2[data-v-136d3ee5]{margin:0 0 50px;position:relative}.banner .banner-wrap ._inner h2 span[data-v-136d3ee5]{color:#000;font-size:60px;font-weight:700;position:relative;z-index:3}.banner .banner-wrap ._inner h2 ._bg[data-v-136d3ee5]{background:url(./banner-title.cce1df23.png) no-repeat;bottom:-22px;height:60px;position:absolute;right:-99px;width:301px;z-index:1}.btn[data-v-136d3ee5]{background:#0057f8;border-radius:4px;color:#fff;font-size:21px;font-weight:400;padding:16px 52px;text-decoration:none}.banner .banner-wrap ._inner .btn[data-v-136d3ee5]{background-image:url(./banner-btn.efa17209.png);background-repeat:no-repeat}.banner .banner-wrap ._inner ul[data-v-136d3ee5]{color:#505050;font-size:17px;font-weight:400;list-style:none;margin-bottom:46px;padding-left:0}.banner .banner-wrap ._inner ul li[data-v-136d3ee5]{background:url(./ico-li.2fce1a7c.svg) no-repeat 0 7px;margin-bottom:14px;padding-left:0;text-indent:24px}.banner .banner-wrap ._imgBox[data-v-136d3ee5]:after,.banner .banner-wrap ._imgBox[data-v-136d3ee5]:before{content:"";position:absolute}.banner .banner-wrap ._imgBox[data-v-136d3ee5]:before{background:#fd4044;border-radius:282px;filter:blur(150px);height:282px;left:0;margin-top:-141px;opacity:.2;top:50%;width:282px}.banner .banner-wrap ._imgBox[data-v-136d3ee5]:after{fill:#2cfff2;background:#2cfff2;filter:blur(150px);height:193px;opacity:.6;right:0;width:193px}.banner .banner-wrap ._imgBox[data-v-136d3ee5]{margin-bottom:-57px;position:relative;right:-103px}@media screen and (min-width:1192px) and (max-width:1399px){.banner .banner-wrap ._imgBox[data-v-136d3ee5]{right:-6.2%;width:60%}.banner .banner-wrap ._imgBox img[data-v-136d3ee5]{width:100%}}@media screen and (min-width:968px) and (max-width:1191px){.banner[data-v-136d3ee5]{margin-bottom:40px}.banner .banner-wrap ._imgBox[data-v-136d3ee5]{margin-bottom:0;right:-6.2%;width:60%}.banner .banner-wrap ._imgBox img[data-v-136d3ee5]{width:100%}}@media (max-width:968px){.banner .banner-wrap[data-v-136d3ee5]{flex-flow:column}.banner .banner-wrap ._imgBox[data-v-136d3ee5]{margin-bottom:0;right:0;width:100%}.banner .banner-wrap ._imgBox img[data-v-136d3ee5]{width:100%}.banner .banner-wrap ._inner[data-v-136d3ee5]{margin-bottom:46px}.banner .banner-wrap ._inner h4[data-v-136d3ee5]{font-size:14px;letter-spacing:12.6px;text-align:center}.banner .banner-wrap ._inner h2[data-v-136d3ee5]{text-align:center}.banner .banner-wrap ._inner h2 span[data-v-136d3ee5]{font-size:30px}.banner .banner-wrap ._inner h2 ._bg[data-v-136d3ee5]{background-size:contain;bottom:-11px;height:28px;right:0;width:137px}.banner .banner-wrap ._inner h2[data-v-136d3ee5]{margin-bottom:40px}.banner .banner-wrap ._inner ul li[data-v-136d3ee5]{background-position-y:6px;background-size:12px 13px;font-size:15px;margin-bottom:12px}.btn[data-v-136d3ee5]{background-size:78%;padding:10px 51px}.banner .banner-wrap ._imgBox[data-v-136d3ee5]:after{background-image:url(./ico-filter.167e83b8.png);background-position:100%;filter:blur(100px);height:194px;width:194px}.banner .banner-wrap ._imgBox[data-v-136d3ee5]:before{background-image:url(./ico-filter-l.0ea99bae.png);background-position:0;filter:blur(50px);height:194px;width:194px}}.features .features-wrap[data-v-136d3ee5]{background:#fff;border:1.2px solid #e1e2e8;border-radius:12px;display:flex;justify-content:space-around;padding:41px 15px}.features .features-wrap .item[data-v-136d3ee5]{display:flex}.features .features-wrap .item ._ico[data-v-136d3ee5]{align-self:center;margin-right:23px}.features .features-wrap .item ._inner h3[data-v-136d3ee5]{color:#000;font-size:22px;font-weight:700;margin:0}.features .features-wrap .item ._inner h3 span[data-v-136d3ee5]{color:#0057f8}.features .features-wrap .item ._inner p[data-v-136d3ee5]{color:#979797;font-size:17px;font-weight:400;margin:0}@media (max-width:968px){.main-content[data-v-136d3ee5]{overflow-x:hidden}.features .features-wrap[data-v-136d3ee5]{display:grid;flex-wrap:wrap;grid-template-columns:auto auto;padding:22px 22px 0}.features .features-wrap .item[data-v-136d3ee5]{flex:0 0 50%;margin-bottom:26px}.features .features-wrap .item ._inner h3[data-v-136d3ee5]{font-size:15px}.features .features-wrap .item ._inner p[data-v-136d3ee5]{font-size:12px}.features .features-wrap .item ._ico[data-v-136d3ee5]{margin-right:10px;width:22px}.features .features-wrap .item ._ico img[data-v-136d3ee5]{height:auto;width:100%}}.section[data-v-136d3ee5]{padding:140px 0}.index-title[data-v-136d3ee5]{align-items:center;display:flex;flex-flow:column;margin-bottom:70px}.index-title h2[data-v-136d3ee5]{color:#000;font-size:46px;font-weight:700;margin:0;position:relative}.index-title h2 *[data-v-136d3ee5]{position:relative;z-index:2}.index-title h2[data-v-136d3ee5]:before{background-image:url(./ico-title.cb9be569.png);background-position:50%;background-repeat:no-repeat;bottom:-10px;content:"";height:38px;left:50%;margin-left:-74px;position:absolute;width:149px;z-index:1}.index-title p[data-v-136d3ee5]{color:#505050;font-size:17px;font-weight:400;margin:20px 0 0}.items[data-v-136d3ee5]{display:grid;gap:20px;grid-template-columns:auto auto}.section-body[data-v-136d3ee5]{padding-top:70px}@media (max-width:968px){.section[data-v-136d3ee5]{padding:88px 0}.index-title[data-v-136d3ee5]{margin-bottom:26px}.index-title h2[data-v-136d3ee5]:before{display:none}}.application .index-title h2[data-v-136d3ee5]:before{margin-left:-165px}.application-1 .items[data-v-136d3ee5]{grid-template-columns:1fr 1fr}.application-1 .items .item[data-v-136d3ee5]{background:#fff;border-radius:12px;box-shadow:0 40px 100px -10px #e3e7ee73;padding:40px 36px;position:relative}.application-1 .items .item[data-v-136d3ee5]:before{background:linear-gradient(180deg,#b9d1ff,hsla(0,0%,100%,0));border-radius:12px 12px 0 0;content:"";height:278px;left:0;opacity:.8;position:absolute;top:0;width:100%}.application-1 .items .item[data-v-136d3ee5]:nth-child(2n):before{background:linear-gradient(180deg,#c6f4ff,hsla(0,0%,100%,0))}.application-1 .items .item ._title[data-v-136d3ee5]{color:#000;font-size:26px;font-weight:700;margin-bottom:60px;position:relative;z-index:2}.application-1 .items .item ._title ._text[data-v-136d3ee5]{color:#505050;font-size:16px;font-weight:400}.application-1 .items .item img[data-v-136d3ee5]{display:block;margin:0 auto;max-width:100%;position:relative;z-index:2}.application-2[data-v-136d3ee5]{background:#fff;border-radius:12px;box-shadow:0 40px 100px -10px #e3e7ee73;margin-top:40px;position:relative;z-index:2}.application-2 .items[data-v-136d3ee5]{grid-template-columns:1fr 1fr 1fr 1fr 1fr;padding:36px 0}.application-2 .items .item[data-v-136d3ee5]{text-align:center}.application-2 .items .item[data-v-136d3ee5]:last-child{display:none}.application-2 .items .item img[data-v-136d3ee5]{margin:0}.application-2 .items .item h6[data-v-136d3ee5]{color:#000;font-size:22px;font-weight:700;margin:18px 0 0;text-align:center}.application-2 .items .item p[data-v-136d3ee5]{color:#979797;font-size:14px;font-weight:400;margin:6px 0 0}@media (max-width:968px){.index-title h2[data-v-136d3ee5]{font-size:22px;order:1}.index-title p[data-v-136d3ee5]{font-size:13px}.application-1 .items .item ._title[data-v-136d3ee5]{font-size:18px;margin-bottom:25px}.application-1 .items .item ._title ._text[data-v-136d3ee5]{font-size:14px}.application-1 .items .item[data-v-136d3ee5]{padding:26px 22px}.application-1 .items[data-v-136d3ee5]{grid-template-columns:1fr}.application-1 .items .item[data-v-136d3ee5]:before{height:164px}.application-2 .items[data-v-136d3ee5]{gap:30px;grid-template-columns:1fr 1fr 1fr;padding:27px 30px}.application-2 .items .item[data-v-136d3ee5]:last-child{display:block}.application-2 .items .item img[data-v-136d3ee5]{height:48px}.application-2 .items .item h6[data-v-136d3ee5]{font-size:15px;margin-top:12px}.application-2 .items .item p[data-v-136d3ee5]{font-size:10px;margin-top:2px}}.product-advantages[data-v-136d3ee5]{background:#f4f6fd}.product-advantages .items[data-v-136d3ee5]{gap:21px;grid-template-columns:1fr 1fr 1fr 1fr}.product-advantages .items .item[data-v-136d3ee5]{background-image:url(./product-bg-1.9ae4c3fc.png);background-repeat:no-repeat;background-size:100%;position:relative}.product-advantages .items .item ._header[data-v-136d3ee5]{color:#0057f8;padding:32px 27px 18px;position:relative}.product-advantages .items .item ._header ._n[data-v-136d3ee5]{font-size:20px;font-weight:400}.product-advantages .items .item ._header ._num[data-v-136d3ee5]{font-size:60px;font-weight:700;margin-top:14px;position:relative;z-index:3}.product-advantages .items .item ._header ._num .unit[data-v-136d3ee5]{font-size:40px}.product-advantages .items .item ._header ._ico[data-v-136d3ee5]{background:url(./product-ico-1.03c8b9ab.png) no-repeat 50%;bottom:-20px;height:60px;position:absolute;right:20px;width:60px;z-index:1}.product-advantages .items .item[data-v-136d3ee5]:nth-child(2){background-image:url(./product-bg-2.4d75dcda.png)}.product-advantages .items .item:nth-child(2) ._header ._ico[data-v-136d3ee5]{background-image:url(./product-ico-2.6171cf6c.png)}.product-advantages .items .item:nth-child(2) ._header[data-v-136d3ee5]{color:#2300f8}.product-advantages .items .item[data-v-136d3ee5]:nth-child(3){background-image:url(./product-bg-3.9bb9c539.png)}.product-advantages .items .item:nth-child(3) ._header ._ico[data-v-136d3ee5]{background-image:url(./product-ico-3.7861e177.png)}.product-advantages .items .item:nth-child(3) ._header[data-v-136d3ee5]{color:#f86800}.product-advantages .items .item[data-v-136d3ee5]:nth-child(4){background-image:url(./product-bg-4.8a0cbf07.png)}.product-advantages .items .item:nth-child(4) ._header ._ico[data-v-136d3ee5]{background-image:url(./product-ico-4.91f03241.png)}.product-advantages .items .item:nth-child(4) ._header[data-v-136d3ee5]{color:#009a75}.product-advantages .items .item ._body[data-v-136d3ee5]{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:hsla(0,0%,100%,.5);border-radius:12px;box-shadow:inset 0 2px #fff;padding:30px 27px;position:relative;z-index:2}.product-advantages .items .item ._body ._title[data-v-136d3ee5]{color:#000;font-size:20px;font-weight:700}.product-advantages .items .item ._body ul[data-v-136d3ee5]{color:#505050;font-size:17px;font-weight:400;list-style:none;margin-top:30px;padding-left:0}.product-advantages .items .item ._body ul li[data-v-136d3ee5]{background:url(./ico-li.2fce1a7c.svg) no-repeat 0 7px;margin-bottom:14px;padding-left:0;text-indent:24px}@media screen and (min-width:968px) and (max-width:1191px){.product-advantages .items[data-v-136d3ee5]{grid-template-columns:1fr 1fr}}@media (max-width:968px){.product-advantages .items[data-v-136d3ee5]{grid-template-columns:1fr}.product-advantages .items .item ._header[data-v-136d3ee5]{padding:30px 25px 14px}.product-advantages .items .item ._header ._num[data-v-136d3ee5]{font-size:50px}.product-advantages .items .item ._header ._num .unit[data-v-136d3ee5]{font-size:30px}.product-advantages .items .item ._body[data-v-136d3ee5]{padding:20px 25px}.product-advantages .items .item ._body ._title[data-v-136d3ee5]{font-size:18px}.product-advantages .items .item ._body ul[data-v-136d3ee5]{font-size:15px;margin-top:15px}}.product-architecture .items[data-v-136d3ee5]{grid-column-gap:105px;grid-template-columns:234px auto 234px}.product-architecture .items .item[data-v-136d3ee5]{font-size:22px;font-weight:400;text-align:center}.product-architecture .items .item ._header[data-v-136d3ee5]{background:#fdf8f4;border:1.2px solid #e8dcd0;border-radius:2px;color:#7b3b00;padding:13px}.product-architecture .items .item ._body[data-v-136d3ee5]{background:#fff;border:2px dashed #fb7800;border-radius:2px;margin-top:20px;padding:33px 30px}.product-architecture .items .item ._body .__header[data-v-136d3ee5]{background:#ffae43;border-radius:4px 4px 0 0;color:#fff;padding:13px}.product-architecture .items .item ._body .__body[data-v-136d3ee5]{background:#fdf8f4;border-radius:0 0 4px 4px;color:#505050;line-height:40px;padding:20px 15px}.product-architecture .items .item ._body .__body ul+ul[data-v-136d3ee5]{margin-top:40px}.product-architecture .paas-items[data-v-136d3ee5]{grid-row-gap:117px;grid-template-columns:1fr}.product-architecture .paas-items .items[data-v-136d3ee5]{grid-column-gap:30px;display:grid;grid-template-columns:150px auto 150px}.product-architecture .items.paas-items&gt;.item ._body[data-v-136d3ee5]{border-color:#1a386a}.product-architecture .items.paas-items .items&gt;.item ._body[data-v-136d3ee5]{border:none;margin:0;padding:0}.product-architecture .items.paas-items .item ._header[data-v-136d3ee5]{background:#f4f6fd;border:1.2px solid #e1e2e8;color:#1a386a}.product-architecture .items.paas-items .item ._body .__header[data-v-136d3ee5]{background:#0057f8}.product-architecture .items.paas-items .item ._body .__body[data-v-136d3ee5]{background:#f4f6fd}.product-architecture .items.paas-items .items .item ._body[data-v-136d3ee5]{display:flex;flex-flow:column;height:100%}.product-architecture .items.paas-items .items .item ._body .__body[data-v-136d3ee5]{flex-grow:1}.product-architecture .items.paas-items .horizontal .__body[data-v-136d3ee5]{display:flex;justify-content:space-between}.product-architecture .items.paas-items .horizontal .__body ul[data-v-136d3ee5]{text-align:center;width:50%}.product-architecture .items.paas-items .horizontal .__body ul+ul[data-v-136d3ee5]{margin-top:0}.product-architecture .items.paas-items .item.other ._header[data-v-136d3ee5]{background:#f4fbfd;border:1.2px solid #e1e2e8;color:#006379}.product-architecture .items.paas-items&gt;.item.other ._body[data-v-136d3ee5]{border-color:#1a5c6a}.product-architecture .items.paas-items .item.other ._body .__body[data-v-136d3ee5]{background:#f4fbfd}.product-architecture .items.paas-items .item.other ._body .__body ul[data-v-136d3ee5]{display:flex;justify-content:space-around}.product-architecture .items .item[data-v-136d3ee5]{display:flex;flex-flow:column}.product-architecture .items .item ._body[data-v-136d3ee5]{display:flex;flex-flow:column;flex-grow:1}.product-architecture .items .item ._body .__body[data-v-136d3ee5]{flex-grow:1}.product-architecture .paas-items .item[data-v-136d3ee5]{position:relative}.division-line[data-v-136d3ee5]{background-image:url(./ico-arc-1.c3363e23.png);background-position:0 100%;background-repeat:no-repeat;background-size:contain;color:#0057f8;font-size:16px;font-weight:400;padding-bottom:20px;position:absolute;text-align:center;top:218px}.division-line.line1[data-v-136d3ee5]{left:-99px;width:90px}.division-line.line2[data-v-136d3ee5]{right:-99px;width:90px}.division-line.line3[data-v-136d3ee5]{background-image:url(./ico-arc-2.ac319cf6.png);background-position:50%;bottom:-102px;height:90px;left:50%;margin-left:-49px;top:auto;width:90px}@media screen and (min-width:1461px) and (max-width:1600px){.product-architecture .paas-items .items[data-v-136d3ee5]{grid-column-gap:15px;grid-template-columns:auto}}@media screen and (min-width:1192px) and (max-width:1460px){.product-architecture .container&gt;.items[data-v-136d3ee5]{grid-column-gap:105px;grid-template-columns:150px auto 150px}.product-architecture .paas-items .items[data-v-136d3ee5]{grid-column-gap:15px;grid-template-columns:auto auto auto}.product-architecture .container&gt;.items .item ._body[data-v-136d3ee5]{padding:15px}.product-architecture .items .item ._body .__header[data-v-136d3ee5]{font-size:18px}.product-architecture .items .item ._body .__body ul li[data-v-136d3ee5]{font-size:16px}}.product-architecture-img[data-v-136d3ee5]{display:none}@media screen and (min-width:968px) and (max-width:1191px){.product-architecture-img[data-v-136d3ee5]{display:block;width:100%}.product-architecture .container&gt;.items[data-v-136d3ee5],.product-architecture-img .btn[data-v-136d3ee5]{display:none}}@media (max-width:968px){.product-architecture-img[data-v-136d3ee5]{display:block;width:100%}.product-architecture .container&gt;.items[data-v-136d3ee5]{display:none}.product-architecture-img .btn[data-v-136d3ee5]{margin:36px auto 0;width:190px}}.periphery[data-v-136d3ee5]{background:#f4f6fd}.periphery .swiper-container[data-v-136d3ee5]{overflow:hidden}.periphery .slide-box ._imgBox img[data-v-136d3ee5]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.periphery .slide-box ._box[data-v-136d3ee5]{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.6);border-radius:12px;box-shadow:inset 0 2px #fff;margin-top:-56px;min-height:203px;padding:30px 27px}.periphery .slide-box ._box ._title[data-v-136d3ee5]{color:#000;font-size:22px;font-weight:700}.periphery .slide-box ._box ._inner[data-v-136d3ee5]{color:#505050;font-size:18px;font-weight:400;line-height:28px;padding-top:27px;text-align:justify}@media (max-width:968px){.periphery .swiper-container[data-v-136d3ee5]{overflow:hidden}.periphery-body[data-v-136d3ee5]{width:calc(50% + 50vw)}.slide-box[data-v-136d3ee5]{padding-right:127px}.periphery .slide-box ._box[data-v-136d3ee5]{min-height:144px;padding:14px 16px}.periphery .slide-box ._box ._title[data-v-136d3ee5]{font-size:18px}.periphery .slide-box ._box ._inner[data-v-136d3ee5]{font-size:13px;line-height:20px;padding-top:10px}}.case[data-v-136d3ee5]{padding-top:140px;position:relative}.case&gt;._bg[data-v-136d3ee5]{background-image:url(./case-bg.58b26722.png);height:100%;top:-30px;width:calc(50% + 50vw);z-index:1}.case&gt;._bg[data-v-136d3ee5],.case&gt;._bg[data-v-136d3ee5]:before{background-position:100% 0;background-repeat:no-repeat;background-size:contain;position:absolute}.case&gt;._bg[data-v-136d3ee5]:before{background-image:url(./case-bg.58b26722.png);content:"";display:none;height:1190px;right:0;top:0;width:100%}.case-body[data-v-136d3ee5]{display:flex;position:relative;z-index:3}.case-body .nav-box[data-v-136d3ee5]{flex-shrink:0;padding-left:15px;width:30%}.case-body .case-box[data-v-136d3ee5]{padding-top:50px;position:relative;width:70%}.case-body .case-box .item-img[data-v-136d3ee5]{height:526px;left:-40px;position:absolute;top:10px;width:100%}.case-body .case-box .item ._box[data-v-136d3ee5]{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:hsla(0,0%,100%,.7);border:2px solid #fff;border-radius:12px;display:flex;min-height:550px;padding:40px}.case-body .case-box .item ._box .__inner[data-v-136d3ee5]{padding-right:105px}.case-body .case-box .item ._box .__inner .__title[data-v-136d3ee5]{color:#000;font-size:24px;font-weight:700;padding-top:41px}.case-body .case-box .item ._box .__inner .__text[data-v-136d3ee5]{color:#000;font-size:16px;font-weight:400;line-height:28px;margin-bottom:65px;padding-top:18px;text-align:justify}.case-body .case-box .item ._box .__inner .__text p[data-v-136d3ee5]{margin-top:0}.case-body .case-box .item ._box .__imgBox[data-v-136d3ee5]{flex-shrink:0;width:40%}.case-body .case-box .item ._box .__imgBox img[data-v-136d3ee5]{max-width:100%}.case-body .nav-box ul[data-v-136d3ee5]{background-image:url(./ico-nav.3c62edff.png);background-position:left 26px;background-repeat:no-repeat;color:#000;font-size:22px;font-weight:400;list-style:none;margin-top:30px;padding-left:0}.case-body .nav-box ul li[data-v-136d3ee5]{background:url(./ico-li.d98cc6fd.png) no-repeat 0 7px;height:32px;margin-bottom:14px;padding-left:0;padding-top:76px;position:relative;text-indent:24px}.case-body .nav-box ul li span[data-v-136d3ee5]{cursor:pointer}.case-body .nav-box ul li.active[data-v-136d3ee5]{background-image:url(./ico-li-active.740f9c68.png);color:#0057f8;font-size:24px;font-weight:700}.case-body .nav-box ul li.active[data-v-136d3ee5]:before{background:#0057f8;border-radius:50%;content:"";height:16px;left:-24px;position:absolute;top:0;width:16px}.case-body .nav-box ul li[data-v-136d3ee5]:last-child{padding-top:0}.case-body .nav-box ul li span[data-v-136d3ee5]{position:absolute;top:-3px}@media screen and (min-width:968px) and (max-width:1191px){.case-body .case-box[data-v-136d3ee5]{margin-left:auto;width:60%}.case-body .case-box .item ._box .__inner[data-v-136d3ee5]{padding-right:60px}.case-body .case-box .item ._box .__imgBox[data-v-136d3ee5]{width:30%}}@media (max-width:968px){.case[data-v-136d3ee5]{padding-top:90px}.case-body[data-v-136d3ee5]{display:block}.case&gt;._bg[data-v-136d3ee5]{background-position:100% 0;background-size:338px 234px;height:234px;right:-50px;top:10px}.case-body .nav-box[data-v-136d3ee5]{overflow-x:auto;padding-left:0;width:calc(50% + 50vw)}.case-body .nav-box ul[data-v-136d3ee5]{background:transparent;display:flex;justify-content:flex-start;margin-top:10px}.case-body .nav-box ul li[data-v-136d3ee5]{align-items:center;background:transparent;color:#000;display:flex;font-size:16px;font-weight:400;height:auto;height:34px;margin-bottom:0;padding:0 16px;text-align:center;text-indent:0;white-space:nowrap}.case-body .nav-box ul li span[data-v-136d3ee5]{position:relative;top:-1px}.case-body .nav-box ul li.active[data-v-136d3ee5]{background:#1a386a;border-radius:17px;color:#fff;font-size:16px;text-align:center}.case-body .nav-box ul li.active[data-v-136d3ee5]:before{display:none}.case-body .nav-box ul li[data-v-136d3ee5]:last-child{padding-top:0}.case-body .case-box[data-v-136d3ee5]{padding-left:15px;padding-top:60px;width:100%}.case-body .case-box .item-img[data-v-136d3ee5]{left:0;max-width:calc(100% - 16px);position:absolute;top:46px;width:100%}.case-body .case-box .item ._box[data-v-136d3ee5]{position:relative}.case-body .case-box .item ._box .__imgBox[data-v-136d3ee5]{position:absolute;right:0;top:-32px;width:122px}.case-body .case-box .item ._box[data-v-136d3ee5]{padding:30px 21px}.case-body .case-box .item ._box .__inner[data-v-136d3ee5]{padding-right:0}.case-body .case-box .item ._box .__inner .__title[data-v-136d3ee5]{padding-top:58px}.case-body .case-box .item ._box .__inner .__text[data-v-136d3ee5]{margin-bottom:20px}}.strategy-body .items[data-v-136d3ee5]{gap:49px;grid-template-columns:1fr 1fr 1fr}.strategy-body .items .item[data-v-136d3ee5]{background:#fff;border:1.2px solid #e1e2e8;border-radius:12px;padding:40px 30px 30px}.strategy-body .items .item .title[data-v-136d3ee5]{color:#000;font-size:22px;font-weight:700;margin-top:10px}.strategy-body .items .item p[data-v-136d3ee5]{color:#505050;font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin:20px 0 0;text-align:justify}@media screen and (min-width:968px) and (max-width:1191px){.strategy-body .items[data-v-136d3ee5]{gap:25px}.strategy-body .items .item[data-v-136d3ee5]{padding:30px 15px}}@media (max-width:968px){.strategy-body .items[data-v-136d3ee5]{gap:18px;grid-template-columns:1fr}.strategy-body .items .item[data-v-136d3ee5]{padding:24px 20px}.strategy-body .items .item .header[data-v-136d3ee5]{align-items:center;display:flex}.strategy-body .items .item .title[data-v-136d3ee5]{align-self:center;margin-top:0}.strategy-body .items .item .ico[data-v-136d3ee5]{height:36px;margin-right:12px;width:36px}.strategy-body .items .item .ico img[data-v-136d3ee5]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}}.strategy+.faq[data-v-136d3ee5]{padding-top:0}.faq-body .el-collapse[data-v-136d3ee5]{border:1.2px solid #e1e2e8;border-radius:12px}.faq-body[data-v-136d3ee5] .el-collapse-item .el-collapse-item__header{border-color:#e1e2e8;color:#000;font-size:20px;font-weight:400;height:70px;line-height:70px;padding-left:38px}.faq-body[data-v-136d3ee5] .el-collapse-item:first-child .el-collapse-item__header{border-radius:12px 12px 0 0}.faq-body[data-v-136d3ee5] .el-collapse-item:last-child .el-collapse-item__header{border-radius:12px}.faq-body[data-v-136d3ee5] .el-collapse-item .el-collapse-item__header ._q{color:#d9d9d9;font-size:20px;font-weight:700;margin-right:10px}.faq-body[data-v-136d3ee5] .el-collapse-item__wrap{background:linear-gradient(180deg,rgba(178,205,255,.2),rgba(185,209,255,0))}.faq-body[data-v-136d3ee5] .el-icon-arrow-right:before{content:""}.faq-body .el-collapse-item__arrow[data-v-136d3ee5]{margin:0 38px 0 auto}.faq-body[data-v-136d3ee5] .el-collapse-item__arrow.is-active.el-icon-arrow-right:before{content:""}.faq-body[data-v-136d3ee5] .el-collapse-item__arrow:before{background-image:url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" fill="currentColor"&gt;&lt;path d="M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"&gt;&lt;/path&gt;&lt;/svg&gt;');background-repeat:no-repeat;background-size:contain;content:"";height:20px;width:20px}.faq-body[data-v-136d3ee5] .el-collapse-item__arrow svg{display:none}.faq-body[data-v-136d3ee5] .el-collapse-item__arrow.is-active.el-collapse-item__arrow:before{background-image:url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" fill="currentColor"&gt;&lt;path d="M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"&gt;&lt;/path&gt;&lt;/svg&gt;')}.faq-body[data-v-136d3ee5] .el-collapse-item__arrow.is-active{transform:rotate(180deg)}.faq-body[data-v-136d3ee5] .el-collapse-item__wrap .answer{display:flex;padding:24px 38px 0;text-align:justify;white-space:pre-line}.faq-body[data-v-136d3ee5] .el-collapse-item__wrap .answer ._a{color:#d9d9d9;flex-shrink:0;font-size:20px;font-weight:700;margin-right:8px}.faq-body[data-v-136d3ee5] .el-collapse-item__wrap .answer ._html ul{list-style:none;padding:0}._html img[data-v-136d3ee5]{max-width:100%}.faq-body[data-v-136d3ee5] .el-collapse-item__wrap .answer ._html ul&gt;li,.faq-body[data-v-136d3ee5] .el-collapse-item__wrap .answer ._html{color:#505050;font-size:18px;font-weight:400;letter-spacing:0;line-height:32px;padding-left:6px;position:relative;word-break:break-all}.faq-body[data-v-136d3ee5] .el-collapse-item__wrap .answer ._html ul&gt;li:before{background-color:#505050;border-radius:50%;content:"";height:3px;left:0;position:absolute;top:14px;width:3px}.faq-body[data-v-136d3ee5] .el-collapse-item.is-active .el-collapse-item__header{color:#000}.faq-body[data-v-136d3ee5] .el-collapse-item__header:focus{outline:none}.faq-body[data-v-136d3ee5] .el-collapse-item :focus{outline:none}@media (max-width:968px){.faq-body[data-v-136d3ee5] .el-collapse-item .el-collapse-item__header{color:#000;cursor:inherit;font-size:15px;font-weight:400;height:auto;line-height:22px;padding:15px 14px}.faq-body[data-v-136d3ee5] .el-collapse-item .el-collapse-item__header ._q{align-self:start;font-size:15px;position:relative;top:-2px}.faq-body[data-v-136d3ee5] .el-collapse-item__arrow{margin-right:0}.faq-body[data-v-136d3ee5] .el-collapse-item__wrap .answer{padding:16px 14px 0}}.faq+.contactUs[data-v-136d3ee5]{padding-top:0}.contactUs-body[data-v-136d3ee5]{background-image:url(./contactUs-bg.1bdcd4a2.png);background-size:100% 100%;min-height:550px;padding:60px}.contactUs-body ._title h6[data-v-136d3ee5]{color:#fff;font-size:30px;font-weight:700;margin:0}.contactUs-body ._title p[data-v-136d3ee5]{color:#fff;font-size:16px;font-weight:400;line-height:28px;margin:10px 0 36px;opacity:.7}.contactUs-body .items[data-v-136d3ee5]{gap:135px;grid-template-columns:auto 40%}.contactUs-body .items .item img[data-v-136d3ee5]{max-width:100%}.form-us[data-v-136d3ee5]{display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-us .el-form-item[data-v-136d3ee5]{background:#fff;border-radius:4px;display:grid;gap:14px;grid-template-columns:32px auto;margin-bottom:0;padding:0 16px}.form-us .el-form-item .el-select[data-v-136d3ee5]{width:100%}.form-us .el-form-item[data-v-136d3ee5]:after,.form-us .el-form-item[data-v-136d3ee5]:before{display:none}.form-us .el-form-item__label[data-v-136d3ee5],.form-us .el-input__inner[data-v-136d3ee5]{color:#000;font-size:16px;font-weight:400;line-height:46px;padding:0}.form-us .el-input__inner[data-v-136d3ee5]{border:none;font-family:OPPOSans;height:46px}.form-us .el-textarea__inner[data-v-136d3ee5]{border:none;color:#000;font-size:16px;height:92px;padding:14px 0;resize:none;width:100%}.form-us .el-input__inner[data-v-136d3ee5]::-moz-placeholder,.form-us .el-textarea__inner[data-v-136d3ee5]::-moz-placeholder{-webkit-text-fill-color:#c1c1c1!important;color:#c1c1c1;font-family:OPPOSans;font-size:16px}.form-us .el-input__inner[data-v-136d3ee5]::placeholder,.form-us .el-textarea__inner[data-v-136d3ee5]::placeholder{-webkit-text-fill-color:#c1c1c1!important;color:#c1c1c1;font-family:OPPOSans;font-size:16px}.form-us .message-box[data-v-136d3ee5]{grid-column:1/span 2;grid-template-columns:1fr}.form-us .message-box .el-form-item__label[data-v-136d3ee5]{display:none}.form-us .el-form-item.form-btn[data-v-136d3ee5]{background:transparent;padding-left:0;padding-top:20px}.form-us .el-form-item.form-btn .btn[data-v-136d3ee5]{border-color:#0057f8;min-width:182px;padding:16px 52px}.form-us .el-form-item.form-btn .btn[data-v-136d3ee5]:hover{opacity:.8}.el-button--primary[data-v-136d3ee5]:focus,.el-button--primary[data-v-136d3ee5]:hover{background:#0057f8;border-color:#0057f8;color:#fff}.form-us .el-form-item.form-select[data-v-136d3ee5]{padding-right:0}@media screen and (min-width:1400px) and (max-width:1599px){.contactUs-body .items[data-v-136d3ee5]{gap:100px;grid-template-columns:auto 38%}}@media screen and (min-width:1192px) and (max-width:1399px){.contactUs-body .items[data-v-136d3ee5]{gap:70px;grid-template-columns:auto 35%}.features[data-v-136d3ee5]{padding-top:90px}}@media screen and (min-width:968px) and (max-width:1191px){.contactUs-body[data-v-136d3ee5]{padding:40px}.contactUs-body .items[data-v-136d3ee5]{gap:20px;grid-template-columns:auto 30%}.form-us .el-form-item__label[data-v-136d3ee5]{white-space:nowrap}}@media (max-width:968px){.contactUs-body ._title h6[data-v-136d3ee5]{font-size:18px}.contactUs-body[data-v-136d3ee5]{background:linear-gradient(180deg,#a9a9ff,#8893ff 43.79%,#c2d8ff);border:1.2px solid #e1e2e8;border-radius:12px;padding:36px 20px}.contactUs-body .items[data-v-136d3ee5]{gap:12px;grid-template-columns:auto}.contactUs-body ._title p[data-v-136d3ee5]{color:#fff;font-size:13px;line-height:20px;margin-bottom:17px;text-align:justify}.form-us[data-v-136d3ee5]{display:grid;gap:16px;grid-template-columns:1fr}.form-us .message-box[data-v-136d3ee5]{grid-column:1/span 1}.form-us .el-textarea__inner[data-v-136d3ee5]{height:120px}.form-us .el-form-item.form-btn[data-v-136d3ee5]{display:block;text-align:center}.form-us .el-form-item.form-btn .btn[data-v-136d3ee5]{margin:0 auto;min-width:190px}.contactUs-body .items .item img[data-v-136d3ee5]{display:block;margin:50px auto 0}}.footer[data-v-136d3ee5]{background:linear-gradient(180deg,#b2cdff,hsla(0,0%,100%,0) 58.5%);padding:100px 0}.footer .items[data-v-136d3ee5]{gap:16px;grid-template-columns:auto auto auto auto;justify-content:space-around}.footer .items .item ._title[data-v-136d3ee5]{color:#000;font-size:26px;font-weight:700}.footer .items .item ul[data-v-136d3ee5]{list-style:none;margin:0;padding:30px 0 0}.footer .items .item ul li a[data-v-136d3ee5]{color:#000;font-size:24px;font-weight:400;line-height:60px;text-decoration:none}.go-top[data-v-136d3ee5]{background:#fff;border:1px solid #e8e9ea;border-radius:6px;bottom:0;box-shadow:0 20px 43px #0000000f;cursor:pointer;height:52px;opacity:0;padding:15px 8px;position:fixed;right:35px;transition:.9s;visibility:hidden;width:52px;z-index:4}.go-top.active[data-v-136d3ee5]{bottom:8%;opacity:1;transform:translateY(-5%);visibility:visible}.go-top .span[data-v-136d3ee5]{color:#000;font-size:16px;line-height:21px;text-align:center}.negotiate[data-v-136d3ee5]{align-items:center;background:linear-gradient(180deg,#fd4044,#f86800);border:3px solid #fff;border-radius:30px;box-shadow:0 34px 44px -10px #fd404433;cursor:pointer;display:flex;flex-flow:column;height:169px;position:fixed;right:35px;text-align:center;top:52%;transition:.9s;width:60px;z-index:4}.negotiate .ico[data-v-136d3ee5]{background:url(./ico-customer.ad3f062e.png) no-repeat 50%;height:52px;margin:0 auto;width:52px}.negotiate .text[data-v-136d3ee5]{color:#fff;font-size:18px;font-weight:400;padding-top:15px;text-align:center;writing-mode:vertical-rl}@media (max-width:968px){.footer[data-v-136d3ee5]{padding:65px 0}.footer .items[data-v-136d3ee5]{gap:60px;grid-template-columns:auto auto;justify-content:space-around}.footer .items .item ul[data-v-136d3ee5]{padding:20px 0 0}.footer .items .item ._title[data-v-136d3ee5]{font-size:20px}.footer .items .item ul li a[data-v-136d3ee5]{font-size:16px;line-height:34px}.go-top[data-v-136d3ee5]{height:40px;padding:9px 4px;right:15px;width:40px}.go-top.active[data-v-136d3ee5]{bottom:90px}.go-top .span[data-v-136d3ee5]{font-size:14px}.negotiate[data-v-136d3ee5]{bottom:30px;height:50px;right:20px;top:auto;width:50px}.negotiate .ico[data-v-136d3ee5]{background:url(./ico-service.2d38e864.png) no-repeat 50%;height:25px;margin:auto;width:30px}.negotiate .text[data-v-136d3ee5]{display:none}}.en .banner .banner-wrap ._inner h4[data-v-136d3ee5]{letter-spacing:0}.en .banner .banner-wrap ._inner h2 span[data-v-136d3ee5]{font-size:48px}.en .features .features-wrap .item ._inner h3 span[data-v-136d3ee5]{padding-right:8px}.en .features .features-wrap .item:not(:nth-child(Odd)) ._inner h3 span[data-v-136d3ee5]{padding:0 8px}.en .features .features-wrap[data-v-136d3ee5]{display:grid;gap:20px;grid-template-columns:auto auto}.en .product-advantages .items .item ._body ul li[data-v-291fb284][data-v-136d3ee5]{padding-left:24px;text-indent:0}.en .product-advantages .items .item[data-v-136d3ee5]{display:flex;flex-flow:column}.en .product-advantages .items .item ._body[data-v-136d3ee5]{flex-grow:1}.en .strategy-body .items .item p[data-v-136d3ee5]{text-align:left}.case-body .case-box .item2 ._box .__inner .__title[data-v-136d3ee5]{padding-top:30px}.case-body .case-box .item3 ._box .__inner .__title[data-v-136d3ee5],.case-body .case-box .item4 ._box .__inner .__title[data-v-136d3ee5]{padding-top:38px}.case-body .case-box .item3 ._box .__inner[data-v-136d3ee5]{padding-right:37px}.case-body .case-box .item4 ._box .__inner[data-v-136d3ee5]{padding-right:69px}.case-body .case-box .item3 ._box .__imgBox[data-v-136d3ee5],.case-body .case-box .item4 ._box .__imgBox[data-v-136d3ee5]{align-self:center}.case-body .case-box .item5 ._box .__inner[data-v-136d3ee5]{max-width:88%;padding-right:323px}.case-body .case-box .item5 ._box .__imgBox[data-v-136d3ee5]{align-self:center;position:absolute;right:112px;width:51%}.case-body .case-box .item6 ._box .__inner[data-v-136d3ee5]{padding-right:44px}.case-body .case-box .item6 ._box .__imgBox[data-v-136d3ee5]{align-self:center}@media screen and (min-width:1921px){.case-body .case-box .item5 ._box .__inner[data-v-136d3ee5]{max-width:70%}}@media screen and (min-width:968px) and (max-width:1191px){.case-body .case-box .item ._box .__inner[data-v-136d3ee5]{padding-right:60px}.case-body .case-box .item5 ._box .__imgBox[data-v-136d3ee5]{position:relative;right:0;width:30%}}@media (max-width:968px){.case-body .case-box .item-img[data-v-136d3ee5]{height:436px}.case-body .case-box .item ._box .__inner .__logo[data-v-136d3ee5]{height:40px}.case-body .case-box .item ._box .__inner .__logo img[data-v-136d3ee5]{height:100%}.case-body .case-box .item ._box[data-v-136d3ee5]{min-height:436px}.case-body .case-box .item ._box .__inner .__title[data-v-136d3ee5]{font-size:18px}.case-body .case-box .item ._box .__inner .__text[data-v-136d3ee5]{font-size:13px;line-height:22px}.case-body .case-box .item ._box .__inner[data-v-136d3ee5]{display:flex;flex-flow:column;padding-right:0!important}.case-body .case-box .item ._box .__inner .btn[data-v-136d3ee5]{font-size:18px;margin-bottom:28px;margin-top:auto;max-width:-moz-fit-content;max-width:fit-content}.case-body .case-box .item.item2 ._box .__imgBox[data-v-136d3ee5]{right:54px;width:80px}.case-body .case-box .item.item2 ._box .__inner .__title[data-v-136d3ee5]{padding-top:47px}.case-body .case-box .item.item3 ._box .__inner .__logo[data-v-136d3ee5]{height:20px}.case-body .case-box .item.item3 ._box .__inner .__title[data-v-136d3ee5]{padding-top:62px}.case-body .case-box .item.item3 ._box .__imgBox[data-v-136d3ee5]{right:15px;top:42px;width:156px}.case-body .case-box .item.item4 ._box .__imgBox[data-v-136d3ee5]{right:20px;top:-18px;width:161px}.case-body .case-box .item.item5 ._box .__imgBox[data-v-136d3ee5]{right:20px;top:-13px;width:241px}.case-body .case-box .item.item6 ._box .__imgBox[data-v-136d3ee5]{right:2px;top:8px;width:173px}.case-body .case-box .item.item6 ._box .__inner .__logo[data-v-136d3ee5]{height:28px}.case-body .case-box .item.item4 ._box .__inner .__logo[data-v-136d3ee5]{height:36px}.en .features .features-wrap[data-v-136d3ee5]{grid-template-columns:auto}.en .features .features-wrap .item[data-v-136d3ee5]{margin-bottom:0}.en .features .features-wrap[data-v-136d3ee5]{padding:22px}.en .application-2 .items[data-v-136d3ee5]{grid-template-columns:1fr 1fr}.en .banner .banner-wrap ._inner h2 span[data-v-136d3ee5]{font-size:30px}.en .product-architecture-img .btn[data-v-136d3ee5]{text-align:center;width:auto}.en .strategy-body .items .item p[data-v-136d3ee5]{line-height:22px}}.case[data-v-136d3ee5]:before{display:none}.container[data-v-136d3ee5]{margin-left:auto;margin-right:auto;max-width:none!important;padding-left:8%;padding-right:8%}@media (max-width:1024px){.container[data-v-136d3ee5]{padding-left:15px;padding-right:15px}}
</pre></body></html>