@charset 'UTF-8'; @import url('https://fonts.googleapis.com/css?family=Michroma&display=swap'); .nav-block { transition-duration: .3s; box-shadow: none; padding: 0; z-index: 7000; position: fixed; left: 0; top: 0; width: 100px; height: 100%; border-right: 1px solid rgba(0, 0, 0, 0.3); } @media(max-width:992px) { .nav-block { width: 100%; height: 80px; border-right: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3); background-color: var(--kv-grad); animation-name: bgcolor; animation-duration: 20s; animation-iteration-count: infinite; } .nav-block::after { position: absolute; left: 0; top: 0; content: ''; display: block; width: 100%; height: 100%; background-image: url(/files/home/pixel01.png); background-repeat: repeat; animation-name: BGpixel; animation-duration: 300ms; animation-iteration-count: infinite; z-index: -1; } } .nav-block .navbar { padding: 0; } #navigation { flex-direction: column; } .nav-block.sticky-top.active { transition-duration: .3s; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); padding-top: 0.5rem; } #navbar_header { position: relative; display: block; width: 100%; } .navbar-brand { position: relative; min-height: 30px; padding: 0; display: block; max-width: 290px; text-align: center; margin-right: 0; } .nav-bar { width: 100%; z-index: 10; } .nav-block.sticky-top.active .nav-bar { } .nav-block.sticky-top.active .navbar-brand {} .nav-block.sticky-top.active .nav-log { max-height: 50px; } .navbar-brand .logo, footer .brand-logo { max-width: 280px; max-height: 50px; } .nav-log { width: 70px; height: 70px !important; display: inline-block; margin: 25px 0; fill: #000; } @media(min-width:993px) { #navigation { max-width: 100%; height: 100%; justify-content: start; } #nav { justify-content: center; } .navbar-brand { margin-left: auto !important; margin-right: auto !important; } .nav-bar { width: 0%; transition-duration: 0.5s; transition-property: width; opacity: 0; position: absolute; left: 100px; } .nav-bar.show { width: 480px; transition-duration: 0.5s; opacity: 1; left: 100px !important; padding: 50px 0; background-color: #f8f8f8; } #nav_block .nav-link, #nav_block .nav-link+.menu-caret { display: none; } } @media(max-width:992px) { #navigation { flex-direction: row; max-width: unset; padding: 0 2%; } .navbar-brand { max-width: 140px; z-index: 1001; height: 80px; } #navbar { z-index: 1000; top: 80px; height: 100vh; } .ns-dropdown-md { transition-duration: .6s; opacity: 0; } .ns-dropdown-md.show { transition-duration: .6s; opacity: 1; } .nav-log { margin: 10px 0 !important; width: 60px; height: 60px !important; } } .menu-close-btn { line-height: 45px; text-align: left; font-size: 24px; } .nav-container { padding: 0; } .navbar-toggler { display: block; border: 0; right: 0; top: 0; margin: 0; padding: 6px; box-sizing: border-box; cursor: pointer; outline: none; border-radius: 0; transition-duration: .5s; z-index: 1001; padding-top: 25px; text-align: center; } .navbar-button { font-size: 22px; height: 50px; padding: 14px 8px; box-sizing: border-box; cursor: pointer; outline: none; background-color: transparent; } .navbar-toggler:focus { outline: none; } .toggle-bar, .toggle-bar:after, .toggle-bar:before { cursor: pointer; border-radius: .5px; height: 2px; width: 20px; background: #000; position: absolute; display: block; content: ''; } .toggle-bar { top: 30%; left: 27%; transition-duration: .5s; } .toggle-bar:before { top: -7px; transition-duration: .5s; } .toggle-bar:after { top: 7px; transition-duration: .5s; } .navbar-toggler small { font-weight: 600; font-size: 0.8rem; } .navbar-toggler.trigger { transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar, .navbar-toggler.trigger .toggle-bar:after, .navbar-toggler.trigger .toggle-bar:before { background-color: #000; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar { background-color: transparent; transition-duration: .5s; transform-origin: center center; } .navbar-toggler.trigger .toggle-bar:before { transform: rotate(45deg); transform-origin: left center; transition-duration: .5s; } .navbar-toggler.trigger .toggle-bar:after { transform: rotate(-45deg); transform-origin: left center; transition-duration: .5s; } .navbar-nav .item-wrapper { border-radius: 0.25rem; line-height: 35px; } .navbar-nav .item-wrapper.menu-wrap { } .navbar-nav .item-wrapper:hover { } #nav_block .navbar-nav .item-wrapper:hover>* { text-decoration: none; } @media (min-width:993px) { .nav-bar.show .navbar-nav .nav-item:nth-child(2) { transition-delay: 0.5s; } .nav-bar.show .navbar-nav .nav-item:nth-child(3) { transition-delay: 0.6s; } .nav-bar.show .navbar-nav .nav-item:nth-child(4) { transition-delay: 0.7s; } .nav-bar.show .navbar-nav .nav-item:nth-child(5) { transition-delay: 0.8s; } .nav-bar.show .navbar-nav .nav-item:nth-child(6) { transition-delay: 0.9s; } .nav-bar.show .navbar-nav .nav-item:nth-child(7) { transition-delay: 1.0s; } .nav-bar.show .navbar-nav .nav-item:nth-child(8) { transition-delay: 1.1s; } .nav-bar.show .navbar-nav .nav-item:nth-child(9) { transition-delay: 1.2s; } .navbar-nav .nav-item { transform: rotate(0.0001deg) translateX(-100px); opacity: 0; transition-property: transform, opacity; transition-duration: 0s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .nav-bar.show .navbar-nav .nav-item { transition-duration: 0.5s; transform: rotate(0.0001deg) translateX(0px); opacity: 1 } } .nav-item, .menu-item { padding: 0; } #nav_block .menu-item:not(:last-child) { } #nav_block .nav-link { word-break: keep-all; white-space: nowrap; margin: auto; padding: 0 0.5rem; border-left: 3px solid transparent; font-size: 1.3rem; font-weight: 600; color: var(--kv-grad); animation-name: color-grad; animation-duration: 20s; animation-iteration-count: infinite; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; flex-direction: row; align-content: stretch; } #nav_block .nav-link .circle-arw { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; flex-direction: row; align-content: stretch; width: 16px; height: 16px; background-color: var(--kv-grad); border-radius: 50%; animation-name: bgcolor; animation-duration: 20s; animation-iteration-count: infinite; transition-duration: 0.3s; } #nav_block .nav-link .circle-arw::before { content: ''; display: block; height: 0px; width: 0px; border-style: solid; border-color: transparent transparent transparent #FFF; border-width: 5px; margin-left: 6px; transition-duration: 0.3s; } #nav_block .nav-item:after { position: absolute; left: 0; top: 0; content: ''; display: block; width: 100%; height: 100%; background-color: var(--kv-grad); animation-name: bgcolor; animation-duration: 20s; animation-iteration-count: infinite; transition-property: transform, opacity; transition-duration: 0.3s; opacity: 0; pointer-events: none; } #nav_block .nav-item:hover:after { transition-duration: 0.3s; opacity: 0.1; } #nav_block .nav-item:hover .circle-arw { transform: rotate(0.0001deg) scale(0.6); transition-duration: 0.3s; } #nav_block .nav-item:hover .circle-arw:before { opacity: 0; transition-duration: 0.3s; } #nav_block .navflow { margin-top: 15px; } #nav_block .menu-link { margin: auto; padding: 5px 0.5rem; border-left: 3px solid transparent; display: block; line-height: 120%; font-size: 1rem; font-weight: 600; color: var(--kv-grad); animation-name: color-grad; animation-duration: 20s; animation-iteration-count: infinite; } #nav_block .menu-link:hover { opacity: 0.6; } #nav_block .item-wrapper .menu-link::before { content: ''; display: inline-block; width: 0px; height: 6px; margin-right: 10px; vertical-align: super; background-color: var(--kv-grad); border-radius: 50%; animation-name: bgcolor; animation-duration: 20s; animation-iteration-count: infinite; transition-duration: 0.3s; } #nav_block .item-wrapper:hover .menu-link::before { width: 6px; } .menu-link.par-menu { padding-right: 40px; } #nav_block .nav-item { padding: 12px 60px; } .nav-bar .nav-item::before { content: ''; position: absolute; bottom: 0; left: 0; height: 1px; background-size: 4px 1px; background-repeat: repeat-x; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 4px); width: 0; transition-property: width; transition-duration: 2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .nav-bar.show .nav-item::before { width: 100%; } @media (min-width:993px) { #nav_block .nav-item.active>.item-wrapper { } #nav_block .nav-item.active>.item-wrapper>.nav-link { color: #FFF; } } .menu-caret .fa { transition-duration: .3s; transform: rotate(0deg); transform-origin: center center; display: none; } .menu-caret.trigger .fa { transition-duration: .3s; transform: rotate(-180deg); } .nav-menu.nav-level-1 .menu-caret .fa {} .menu-link:hover { border-left: 3px solid rgba(0, 112, 172, 1); } .nav-block .nav-menu { min-width: 240px; display: block; border-radius: 0; border: 0; } .nav-block .nav-menu.show {} @media (min-width:993px) { .nav-block .nav-menu { border-radius: 0.25rem; background-color: transparent; height: auto !important; } } .nav-menu.nav-level-2 { left: 100%; right: auto; top: 0; } #nav-affr .nav-item { border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { padding: 0 8px; } #nav-affr .nav-item::before { content: '|'; position: absolute; right: -4px; line-height: 55px; color: #CCC; } #nav-affr .nav-item:last-child::before { content: ''; right: auto; } .breadcrumb { margin-bottom: 0; text-align: left; padding-top: 40px; padding-bottom: 6px; background-color: transparent; } .breadcrumb .container:before { content: ''; display: inline-block; background-image: url('/files/logo/logo-white.png'); width: 161px; height: 25px; background-repeat: no-repeat; background-size: cover; margin-right: 30px; } .crumb { font-size: 14px; padding-right: 6px; color: rgba(255, 255, 255, 0.5); } .crumb:hover { color: rgba(255, 255, 255, 1); } .crumb:after { font-family: FontAwesome; content: '\f105'; margin-left: 12px; } .crumb:last-child:after { font-family: FontAwesome; content: ''; margin-left: 0; } .breadcrumb .container { line-height: 25px; max-width: 100%; display: flex; } @media (max-width: 992px) { .navbar-nav { min-width: 280px; } #nav_block .nav-item.active {} #nav_block .nav-item {} .menu-item.active:not(.trigger)>.item-wrapper {} .menu-item.active:not(.trigger)>.item-wrapper>* {} .menu-caret:hover { color: #000; } #nav_block .nav-item.active>.item-wrapper>.nav-link, #nav_block .nav-item.active>.item-wrapper>.nav-link:hover, #nav_block .menu-item.active>.item-wrapper>.menu-link, #nav_block .menu-item.active>.item-wrapper>.menu-link:hover { } #nav_block .nav-link { margin: 0; max-width: 100%; } .navbar-nav .item-wrapper { flex-wrap: unset; justify-content: space-between; } .menu-link { padding-left: 40px; } .nav-level-2 .menu-link { padding-left: 60px; } #nav_block .nav-menu.nav-level-1>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 1rem; text-align: center; padding: 0 15px 0 0; line-height: 35px; } #nav_block .nav-menu.nav-level-2>.navflow>.menu-item>.item-wrapper>.menu-link { } #nav_block .nav-menu.nav-level-3>.navflow>.menu-item>.item-wrapper>.menu-link { padding-left: 3rem; } /* .nav-link:hover { border-left: 3px solid rgba(0,112,172,1); } */ #nav-affr { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; float: none; } #nav-affr .nav-item { display: inline-block; border: 0; } #nav-affr .nav-item:hover { border: 0; } #nav-affr .nav-link { border: 0; } #nav-affr .nav-link:hover { border: 0; } } @media (max-width:992px) { #nav_block .menu-link { max-width: max-content; margin: unset; } #nav_block .menu-link>span { white-space: normal; line-height: normal; display: inline-block; padding-top: 0.5rem; } } .dropdown { font-size: 0.9rem; color: #999; } .breadcrumb .fa-home::before { content: 'HOME'; } .breadcrumb .crumb:not(:last-child)::after { content: ''; display: inline-block; width: 40px; height: 1px; background-color: rgba(255, 255, 255, 0.5); }@font-face { font-family: 'OleoScript-Regular'; src: url('/css/fonts/OleoScript-Regular.woff') format('woff'), url('/css/fonts/OleoScript-Regular.ttf') format('truetype'), url('/css/fonts/OleoScript-Regular.eot') format('embedded-opentype'); } @font-face { font-family: 'ClashDisplay-Medium'; src: url('/files/fonts/ClashDisplay-Medium.woff') format('woff'), url('/files/fonts/ClashDisplay-Medium.ttf') format('truetype'), url('/files/fonts/ClashDisplay-Medium.eot') format('embedded-opentype'); } @media (max-width:544px) { /*html,body{ font-size: 14px; }*/ } body { color: #021039; background-color: #eef2f6; } a { color: #FFF; } a:hover { color: #FFF; } .home article { overflow-x: hidden; } article { padding-left: 100px; color: #FFF; } @media (max-width:992px) { article { padding-left: 0; } } .px-grid { padding-left: 4%; padding-right: 4%; } .p-hr { border-top: none; position: relative; width: 100%; } .p-hr-double { height: 10px; } .p-hr-double::after { bottom: 0; position: absolute; } .p-hr::before, .p-hr--dot-pattern::after, .p-hr-double::after { content: ''; display: block; width: 0%; height: 1px; background-color: rgba(255, 255, 255, 0.5); } .p-hr[data-scroll]::before, .p-hr[data-scroll]::after, .p-hr--dot-pattern[data-scroll] span { transition-property: width, height; transition-duration: 2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 0%; } .p-hr[data-scroll].ns-ent.enter::before, .p-hr[data-scroll].ns-ent.enter::after { width: 100%; } .p-hr--dot-pattern { height: 61px; } .p-hr--dot-pattern span { display: block; width: 100%; height: 100%; background-repeat: repeat; background-image: radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 10%); background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 10%); background-size: 3px 3px; } .p-hr--dot-pattern[data-scroll].ns-ent.enter span { width: 100%; } .p-heading { display: flex; justify-content: space-between; align-items: stretch; flex-wrap: nowrap; flex-direction: row; align-content: stretch; padding-top: 43px; padding-bottom: 43px; } .p-heading .more { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; flex-direction: row; align-content: stretch; -webkit-animation: btnAni 0.8s infinite cubic-bezier(0.66, 0, 0, 1); animation: btnAni 0.8s infinite cubic-bezier(0.66, 0, 0, 1); } @-webkit-keyframes btnAni { 20% { margin-right: 0px; } 70% { margin-right: -8px; } } @keyframes btnAni { 20% { margin-right: 0px; } 70% { margin-right: -8px; } } .p-heading .more .circle-arw { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; flex-direction: row; align-content: stretch; width: 16px; height: 16px; background-color: transparent; border-radius: 50%; display: inline-block; } .p-heading .more .circle-arw::before { content: ''; display: block; height: 0px; width: 0px; border-style: solid; border-color: transparent transparent transparent #FFF; border-width: 5px; margin-left: 6px; margin-top: 5px; } .p-heading .more a:hover { color: #000; } .p-heading .more a:hover .circle-arw::before { border-color: transparent transparent transparent #000; } .p-title { line-height: 120%; margin-bottom: 0; } .p-heading .p-title_en { display: block; font-family: 'ClashDisplay-Medium'; font-weight: 500; font-size: 3.5rem; } .p-heading .p-title_tw { font-size: 1.2rem; font-family: '思源黑體'; } .p-title-circle::before { content: ''; display: inline-block; position: relative; width: 20px; height: 20px; border-radius: 10px; border: 1px solid #ffffff; margin-right: 15px; } .p-title-circle small { font-size: 1rem; } @media (max-width:768px) { .p-title { line-height: 100%; } .p-heading .p-title_en { font-size: 2.5rem; } .p-heading .p-title_tw { font-size: 1rem; } } .c-line { pointer-events: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .c-line::before { content: ''; position: absolute; background-color: rgba(255, 255, 255, 0.5); } .c-line[data-line-direction='left']::before { left: 0; } .c-line[data-line-direction='right']::before { right: 0; } .c-line[data-line-direction='left']::before, .c-line[data-line-direction='right']::before { top: 0; width: 1px; height: 0%; } .c-line.ns-ent.enter::before { transition-property: width, height; transition-duration: 2s; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .c-line[data-line-direction='left'].ns-ent.enter::before, .c-line[data-line-direction='right'].ns-ent.enter::before { height: 100%; } a:hover { text-decoration: none; } .fs-xl-14 { font-size: 14px; } img { max-width: 100%; height: auto; } .container .container { padding: 0; } .btn-default { background-color: #bd2130; } .flex-card-header { display: block; } .empty-hidden:empty { display: none; } .indent-cont { display: block; max-width: 830px; margin-left: auto; margin-right: auto; } .bg-top-shadow { box-shadow: inset 0px 2px 3px rgba(20%, 20%, 40%, 0.2); } .btn:not(.normal) { border-radius: 0; padding-right: 3.75rem; box-sizing: border-box; overflow: hidden; transition: all .5s; background: #4b4b4b; color: #FFF; } .btn:not(.normal)::before { content: ''; position: absolute; left: -50px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #fff; transition: all .5s; } .btn:not(.normal)::after { content: ''; position: absolute; right: 14px; top: 50%; margin-top: -0.5px; width: 35px; height: 1px; background: #c1c1c1; transition: all .5s; } .btn:not(.normal):hover { padding-left: 3.75rem; padding-right: 0.75rem; transition: all .5s; } .btn:not(.normal):hover:before { left: 0px; transition-delay: .2s; background: #c1c1c1 } .btn:not(.normal):hover:after { right: -50px; width: 0px; } .btn-default { background-color: #bd2130; } #pagearea .break-inside-avoid { outline: 1px dotted #CCC; background-color: rgba(0, 255, 100, 0.1); } .break-inside-avoid { display: grid; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .dotted-btm { border-bottom: 2px dotted #DDD; } .step-wrap { counter-reset: my-sub-counter; } .step-row { counter-reset: my-sec-counter; } .step-block { padding: 1.25rem; height: 100%; } .step-block::before { counter-increment: my-sec-counter; content: counter(my-sec-counter); position: absolute; bottom: 50px; right: 5px; color: #E8E8E8; font-family: Arial; font-style: italic; font-size: 8em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } .step-block::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; border-bottom: 1px dotted #CCC; } .step-topic::before { content: '步驟'counter(my-sub-counter); counter-increment: my-sub-counter; position: relative; display: inline-block; font-family: 'Allura', '微軟正黑體'; font-size: 1rem; } .en .step-topic::before { content: 'Step'counter(my-sub-counter); } .step-topic>span.fa { font-size: 18px; margin-left: 0.25rem; margin-right: 0.25rem; color: #990000; } .step-topic>span { font-size: 1rem; } .step-text { color: #999; } .entre-row { counter-reset: block-counter; } .entre-row .card-body { text-align: center; } .entre-row .card-title::before { content: 'STEP 'counter(block-counter); counter-increment: block-counter; position: relative; display: inline-block; } .slick-dots { position: absolute; bottom: 30px; } .slick-arrow { z-index: 10; } .products-carousel { max-width: 420px; margin: auto; } /* .slider-syn { width: 100%; } .slider-syn .items-view { margin-bottom: 1rem; } .slider-syn .slider-nav .slick-slide { margin: 0.5rem; } .slider-syn .slider-nav .slick-list { margin: -0.5rem; } */ .slider-syn .slider-nav .items-block { cursor: pointer; border: dotted 1px #CCC; } .slick-arrow { cursor: pointer; width: 32px; height: 32px; border-radius: 1rem; } .slick-prev { left: 10px; background-color: rgba(255, 255, 255, 0.5); } .slick-next { right: 10px; background-color: rgba(255, 255, 255, 0.5); } .slick-prev::before { content: ''; display: block; width: 20px; height: 20px; background-image: url(/images/icons/arrow-bl.png); background-size: cover; margin-left: 6px; } .slick-next:before { content: ''; display: block; width: 20px; height: 20px; background-image: url(/images/icons/arrow-br.png); background-size: cover; margin-left: 6px; } .slider-syn .slider-nav .slick-slide.slick-current .items-block { border: solid 1px #000; } .slider-syn .items-view { margin-bottom: 1rem; } .items-view .items-block, .items-nav .items-block { background-size: contain; background-position: center center; background-repeat: no-repeat; padding-bottom: 100%; } #gotop { display: none; position: fixed; right: 20px; bottom: 30px; width: 40px; height: 40px; line-height: 32px; text-align: center; font-size: 25px; background: rgba(0, 0, 0, .36); color: #FAFCFD; cursor: pointer; z-index: 80 } #gotop>span.fa { top: -5px; } #gotop>.txt { position: absolute; width: 100%; line-height: normal; font-size: 12px; bottom: 5px; text-align: center } .wdg-contact-wrap { position: absolute; left: 0; top: 100px; padding: 0.25rem; margin-top: 1rem; background-color: rgba(0, 0, 0, 0.4); color: #FFF; font-size: 12px; transition-duration: .6s; transition-timing-function: ease-out; z-index: 3000; } .wdg-contact-wrap.hide { left: -55px; transition-duration: .6s; transition-timing-function: ease-out; } .wdg-contact-wrap .wdg-switch { display: block; left: 0; line-height: 32px; text-align: center; transition-duration: .6s; font-family: FontAwesome; } .wdg-contact-wrap .wdg-switch::before { content: '\f060'; } .wdg-contact-wrap.hide .wdg-switch { width: 28px; line-height: 60px; left: 100%; background-color: rgba(0, 0, 0, 0.4); transition-duration: .6s; transition-delay: .3s; } .wdg-contact-wrap.hide .wdg-switch::before { content: '\f061'; } .wdg-contact-wrap .wdg-link:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.4); } .wdg-contact-wrap .wdg-link { display: block; } .wdg-contact-wrap .wdg-icon { display: block; width: 45px; height: 45px; text-align: center; margin: auto; } .wdg-contact-wrap .wdg-icon:before { content: ''; display: inline-block; height: 100%; width: 0; vertical-align: middle; } .wdg-contact-wrap .wdg-icon>img { max-width: 32px; max-height: 32px; display: inline-block; vertical-align: middle; } .invalid-feedback { font-size: 14px; color: #FF3F00; position: absolute; right: 14px; bottom: 0; pointer-events: none; } .invalid-feedback .list-unstyled { margin: 0; } .has-error .form-input { box-shadow: 0 0 1px 1px #FF3F00 inset; } .help-block { font-size: 14px; color: #FF3F00; position: absolute; right: 24px; bottom: 0; pointer-events: none } .help-block .list-unstyled { margin: 0 } @-webkit-keyframes moveYPlusCentered2 { 0% { transform: perspective(400px) translate(0) translateZ(0) } 50% { transform: perspective(400px) translateY(10px) translateZ(0) } to { transform: perspective(400px) translate(0) translateZ(0) } } @keyframes moveYPlusCentered2 { 0% { transform: perspective(400px) translate(0) translateZ(0) } 50% { transform: perspective(400px) translateY(10px) translateZ(0) } to { transform: perspective(400px) translate(0) translateZ(0) } } .sticky_block { height: 100vh; z-index: 1; position: -webkit-sticky; position: sticky; width: 100%; top: 0; left: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; overflow: hidden; pointer-events: none; background-color: #fff; -webkit-transition: background-color .5s ease; transition: background-color .5s ease; } .sticky_block.black { background-color: #23293c; } .dyn-img-sect { overflow: hidden; } .dyn-img-row { margin-left: -2px; margin-right: -2px; } .dyn-img-row>.column { padding: 0; } .dyn-img-row .img-layer { position: absolute; right: 2px; top: 2px; bottom: 2px; left: 2px; z-index: 10; background-size: cover; background-position: center center; transform: scale(1, 1); transition-duration: 2s; } .home-case .shp-xl-s { padding-top: 70%; } .home-case .shp-xl-l { padding-top: 35%; } @-webkit-keyframes whirl { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes whirl { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @-o-keyframes whirl { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(360deg); } } @keyframes whirl { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .ratio { position: relative; width: 100%; } .ratio>* { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ''; }.footer { padding: 2rem; color: #FFF; font-family: 'ClashDisplay-Medium', '思源黑體'; letter-spacing: 1px; } .footer .brand-logo { max-width: 200px; max-height: 60px; width: auto; } @media (min-width:993px) { .footer .contact-col { text-align: center; } } @media (max-width:576px) { .footer { padding: 2rem 0 60px; } } .footer .footer-text { margin-top: 1.6rem; margin-bottom: 0; } .footer .footer-text>li { margin-bottom: 12px; position: relative; } .footer .footer-text>li>* { line-height: 20px; } .footer .footer-text .contact-icon { margin-right: 10px; font-size: 1.5rem; } .footer .copyright { font-size: 0.875rem; padding-top: 0.5rem; } .footer .service h3 { font-size: 1rem; text-align: left; padding-bottom: 0.5rem; border-bottom: solid 1px rgba(255, 255, 255, 0.7); width: 100%; } .footer .service h3::before { content: ''; position: absolute; width: 20px; height: 4px; background-color: #D0A600; bottom: -2px; } .footer .service li { padding: 0.6rem 0 0 0; font-size: 0.8rem; line-height: 110%; } .footer a { color: #FFF; margin-left: auto; margin-right: auto; display: block; width: max-content; } .footer .service .list-unstyled a { } .footer .service .list-unstyled a:hover { color: #D0A600; } .footer-pall .rd-parallax-layer[data-type=media]::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(50, 50, 50, 0.5); } .footer-pall .pg-title { margin-bottom: 3rem; } .footer-pall-html .social-icon-img { width: 80px; max-width: 100%; } .footer-pall-html .social-icon { display: inline-block; width: 5rem; height: 5rem; border-radius: 50%; } .footer a.email { line-height: 18px; }.top-name { width: 100%; max-width: 100%; height: 100vh; overflow: hidden; position: fixed; } .home .top-name { padding-top: 5rem; position: initial; height: initial; } #particles-js { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .list-index__image-icon { width: 55px; height: 55px; z-index: 10; position: absolute; top: 20px; right: 0; bottom: 0; left: 60px; pointer-events: none; } .list-index__image-icon:after { display: block; content: ''; border-radius: 50%; width: 100%; height: 100%; background: url(/files/icon/icon-blank.svg) rgba(0, 0, 0, .3) no-repeat 50% 50%; background-size: 24px 19px; opacity: 0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1); transition: all .2s cubic-bezier(.77, 0, .175, 1); } a:hover .list-index__image-icon:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .layer { position: absolute; top: 50px; right: -60%; opacity: 0.05; } .line-box { margin-top: 100px; } .line { width: 90vw; } .line .left, .line .right { width: 45vw; overflow: hidden; display: inline-block; } .line .left { color: #FFF; transform: skew(0deg, -15deg); } .line .right { color: black; transform: skew(0deg, 15deg); } .line .left .content { width: 90vw; text-align: center; } .line .right .content { width: 90vw; text-align: center; transform: translate(-45vw); } .line span { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 6vw; text-transform: uppercase; line-height: 100%; transition: ease-out .6s; } .line-box .line:nth-child(1) span, .line-box .line:nth-child(2) span { line-height: 90%; } .line-box .line:nth-child(3) span { font-size: 2.5vw; margin-top: 10px; font-family: '思源黑體'; } .pointsArea { padding: 100px 0; transition: 0.9s; } .pointsArea .wrap { width: 1640px; } .pointsArea ul.pointsList { display: flex; list-style: none; margin: auto; overflow: hidden; padding-left: 0; } @media (min-width: 1301px) { .pointsArea ul.pointsList { width: 85%; } } .pointsArea ul.pointsList:hover li { width: calc((100% - 960px) / 4); } .pointsArea ul.pointsList:hover li:hover { width: 960px; } .pointsArea ul.pointsList li .item .Txt { position: absolute; width: 100%; bottom: 0%; left: 50%; transform: translate(-50%, 0%); z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 10px; transition: 0s; } .pointsArea ul.pointsList li .item .Txt h3 { font-size: 17px; color: #fff; padding: 15px 0; font-weight: bold; opacity: 1; } .pointsArea ul.pointsList li .item .Txt p { display: none; color: #fff; font-size: 14px; opacity: 0; } .pointsArea ul.pointsList li .item .Txt img.icon { border: 1px solid #fff; border-radius: 99em; } .pointsArea ul.pointsList:hover li:hover .item .Txt { left: 0; max-width: 660px; width: 100%; bottom: 0; transform: translate(0%, 0%); flex-direction: row; padding: 40px; } .pointsArea ul.pointsList:hover li:hover .item .Txt div { padding-left: 20px; } .pointsArea ul.pointsList:hover li:hover .item .Txt h3 { font-size: 23px; letter-spacing: 3px; margin-top: 20px; opacity: 1; } .pointsArea ul.pointsList:hover li:hover .item .Txt p { display: block; opacity: 1; } .pointsArea ul.pointsList:hover li:hover::after { background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 50%); } .pointsArea ul.pointsList li { position: relative; width: calc(100% / 5); overflow: hidden; border-right: 1px solid #fff; transition: 0.9s; } .pointsArea ul.pointsList li a { position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; z-index: 15; } .pointsArea ul.pointsList li::after { content: ''; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 8; background: rgba(0, 0, 0, 0.33); transition: 1.2s; } .pointsArea ul.pointsList li .item .Img { position: relative; z-index: 5; height: 715px; } .pointsArea ul.pointsList li .item .Img img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: unset; } @media (max-width: 1660px) { .pointsArea .wrap { width: 100%; padding: 0 20px; } } @media (max-width: 1440px) { .pointsArea ul.pointsList:hover li { width: calc(50% / 4); } .pointsArea ul.pointsList:hover li:hover { width: 50%; } .pointsArea ul.pointsList:hover li:hover .item .Txt { width: 100%; padding: 40px 20px; flex-direction: column; } .pointsArea ul.pointsList:hover li:hover .item .Txt div { padding-left: 0px; } .pointsArea ul.pointsList:hover li:hover .item .Txt h3 { text-align: center; } .pointsArea ul.pointsList li .item .Img { height: 500px; } } @media (max-width: 767px) { .pointsArea { padding: 50px 0; transform: translate(0, 0px); } .pointsArea ul.pointsList { display: block; padding-left: 0; } .pointsArea ul.pointsList:hover li { width: 100%; } .pointsArea ul.pointsList:hover li:hover { width: 100%; } .pointsArea ul.pointsList li { width: 100%; } .pointsArea ul.pointsList li .item .Img { height: 450px; } .pointsArea ul.pointsList li .item .Txt { bottom: 50%; transform: translate(-50%, 50%); } .pointsArea ul.pointsList:hover li:hover .item .Txt { max-width: 100%; } .pointsArea ul.pointsList li .item .Txt h3 { text-align: center; } .pointsArea ul.pointsList li .item .Txt p { text-align: justify; text-justify: inter-ideograph; } .pointsArea ul.pointsList li.view::after { background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); } .pointsArea ul.pointsList li.view .item .Txt { flex-direction: column; padding: 40px 20px; bottom: 0; transform: translate(-50%, 0%); } .pointsArea ul.pointsList li.view .item .Txt h3 { font-size: 23px; font-family: 'Noto Serif TC', serif; letter-spacing: 3px; } .pointsArea ul.pointsList li.view .item .Txt p { display: block; } } :root { --kv-grad: #01a6ba; } :root { --grad1: #01a6ba; } :root { --grad2: #bc9f2f; } :root { --grad3: #75c095; } :root { --grad4: #a0abb1; } body { background-color: var(--kv-grad); animation-name: bgcolor; animation-duration: 20s; animation-iteration-count: infinite; } .p-clipImg .photo { width: max-content; max-width: 100%; padding: 0; z-index: 2; } .p-clipImg .photo::after { position: absolute; left: 0; top: 0; content: ''; display: block; width: 100%; height: 100%; background-color: var(--kv-grad); transition-property: transform, opacity; transition-duration: 1s; transition-timing-function: linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition-property: background-color; mix-blend-mode: overlay; z-index: 10; animation-name: bgcolor; animation-duration: 20s; animation-iteration-count: infinite; } .p-clipImg .photo img { transition-property: transform, opacity; transition-duration: 0.7s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; } @keyframes bgcolor { 0% { background-color: var(--grad1); } 20% { background-color: var(--grad1); } 25% { background-color: var(--grad2); } 45% { background-color: var(--grad2); } 50% { background-color: var(--grad3); } 70% { background-color: var(--grad3); } 75% { background-color: var(--grad4); } 95% { background-color: var(--grad4); } 100% { background-color: var(--grad1); } } @keyframes color-grad { 0% { color: var(--grad1); } 20% { color: var(--grad1); } 25% { color: var(--grad2); } 45% { color: var(--grad2); } 50% { color: var(--grad3); } 70% { color: var(--grad3); } 75% { color: var(--grad4); } 95% { color: var(--grad4); } 100% { color: var(--grad1); } } @keyframes border-color { 0% { border-color: var(--grad1); } 20% { border-color: var(--grad1); } 25% { border-color: var(--grad2); } 45% { border-color: var(--grad2); } 50% { border-color: var(--grad3); } 70% { border-color: var(--grad3); } 75% { border-color: var(--grad4); } 95% { border-color: var(--grad4); } 100% { border-color: var(--grad1); } } article::after, .footer::after, .pagetop::after { position: absolute; left: 0; top: 0; content: ''; display: block; width: 100%; height: 100%; background-image: url(/files/home/pixel01.png); background-repeat: repeat; animation-name: BGpixel; animation-duration: 300ms; animation-iteration-count: infinite; z-index: -1; } @keyframes BGpixel { 0% { background-image: url(/files/home/pixel01.png); } 33% { background-image: url(/files/home/pixel02.png); } 66% { background-image: url(/files/home/pixel03.png); } 100% { background-image: url(/files/home/pixel01.png); } } .home-service .flex-card { padding-bottom: 80px; } .home-service .flex-card-header { padding: 40px; font-weight: bold; } .home-service .left, .home-service .right { padding: 0; } @media (min-width: 993px) { .home-service .left { margin-right: 4%; } } .home-service .flex-card-body .title-img { margin-bottom: 40px; } .home-service .service-item { width: 95%; margin-left: auto; margin-right: auto; text-align: center; } .home-service .service-item .flex-card { padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; background-image: -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#9b9b9b)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -webkit-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%); background-image: -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #9b9b9b 0%, #9b9b9b 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%), -o-linear-gradient(top, #e6e6e6 0%, #e6e6e6 100%); background-image: linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #9b9b9b 0%, #9b9b9b 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%), linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 100%); background-size: 0% 1px, 1px 0%, 1px 0%, 0% 1px, 0% 1px, 100% 1px, 1px 100%, 1px 100%, 0% 1px, 100% 1px; background-position: 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%, 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .home-service .service-item .flex-card:hover { background-size: 100% 1px, 1px 100%, 1px 100%, 0% 1px, 100% 1px, 100% 1px, 1px 100%, 1px 100%, 0% 1px, 100% 1px; background-color: rgba(0, 0, 0, 0.1); } .home-service .service-item .flex-card-header { padding: 3px 10px; } .home-service .service-item img { width: 50%; margin-bottom: 10px; } .home-case .dyn-img-row .column { overflow: hidden; } .home-case .dyn-img-row .column .round2 { z-index: 8; } .home-case .dyn-img-row .column .round1 { position: absolute; width: 100%; top: 0; left: 100%; z-index: 9; animation: cases-round 10s linear infinite; animation-delay: 3s; } .home-case .dyn-img-row .column:nth-child(3) .round1 { animation-delay: 3.05s; } .home-case .dyn-img-row .column:nth-child(4) .round1 { animation-delay: 3.1s; } .home-case .dyn-img-row .column:nth-child(5) .round1 { animation-delay: 3.15s; } .home-case .dyn-img-row .column:nth-child(6) .round1 { animation-delay: 3.2s; } .home-case .dyn-img-row .column:nth-child(7) .round1 { animation-delay: 3.25s; } .home-case .dyn-img-row .column:nth-child(8) .round1 { animation-delay: 3.3s; } @keyframes cases-round { 0% { left: 100%; } 2% { left: 0%; } 50% { left: 0%; } 52% { left: -100%; } 100% { left: -100%; } } .home-case .dyn-img-row .column .round1::before, .home-case .dyn-img-row .column .round2::before { content: ''; background: rgba(0, 0, 0, 0.8); position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; z-index: 12; pointer-events: none; transition: all 0.4s ease; } .home-case .dyn-img-row .column .round1::after, .home-case .dyn-img-row .column .round2::after { content: ''; border: 1px solid rgba(255, 255, 255, 0.3); position: absolute; left: 20px; top: 20px; bottom: 20px; right: 20px; z-index: 12; opacity: 0; pointer-events: none; transition: all 0.4s ease; } .home-case .column img.LOGO-run { max-width: 80%; margin-top: 1rem; position: absolute; top: 0px; left: 10%; opacity: 0; z-index: 12; pointer-events: none; transition: all 0.4s ease; } .home-case .column:hover img.LOGO-run { top: 50px; opacity: 0.3; } .home-case .column a.link { } .home-case .column h5 { opacity: 0; position: absolute; top: 30px; left: 10%; z-index: 13; transition: all 0.4s ease; } .home-case .dyn-img-row .column .round1:hover::before, .home-case .dyn-img-row .column .round1:hover::after, .home-case .dyn-img-row .column .round2:hover::before, .home-case .dyn-img-row .column .round2:hover::after, .home-case .column:hover h5 { opacity: 1; } .home-case .column h5 strong { overflow: hidden; display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; } .home-case .column h5 em { display: block; font-size: 16px; width: 100%; white-space: nowrap; text-overflow: ellipsis; } .home-case .column.cell-xl-3 img.LOGO-run { max-width: 50%; left: 25%; } .home-case .column .shp-xl-l img.LOGO-run { max-width: 25%; left: 40%; } .home-offer { padding-bottom: 200px; } .home-offer h4 { font-size: 1.1rem; } .home-offer h4::before { content: '1'; display: block; color: #d2d2d2; font-family: 'Amiri-Regular'; font-size: 8rem; position: absolute; top: -85px; left: -54px; } .home-offer .step2 h4::before { content: '2'; left: -67px; } .home-offer .step1 { display: block; width: 52%; margin-left: auto; margin-right: auto; padding: 8% 80px 6% 80px; z-index: 1; animation-delay: 0.2s; } .home-offer .step1::before { content: ''; display: block; background-color: #FFF; padding-top: 100%; position: absolute; width: 100%; top: 0; left: 0; } .home-offer .content { } .home-offer .step2 .content { margin-left: 20%; } .home-offer .step2 { float: right; position: absolute; right: 55px; width: 52%; padding: 15% 0 0 8%; animation-delay: 0.7s; z-index: 0; color: #FFF; } .home-offer .step2::before { content: ''; display: block; padding-top: 100%; position: absolute; width: 100%; top: 80px; left: 80px; z-index: -2; border: 1px #FFF dashed; background-color: rgba(255, 255, 255, 0.1); } .home-offer .step1.up, .home-offer .step2.up { z-index: 2; color: #757575; } .home-offer .step1.up::before, .home-offer .step2.up::before { background-color: #FFF; border: none; } .home-offer .step1.down, .home-offer .step2.down { z-index: 1; color: #FFF; } .home-offer .step1.down::before, .home-offer .step2.down::before { background-color: rgba(255, 255, 255, 0.1); border: 1px #FFF dashed; } .home-offer .contact_form { padding: 0; box-shadow: none; color: #757575; background: transparent; } .home-offer #contactform .form-control { background: transparent; } .home-offer .text-danger { margin-right: 5px; } .home-offer #contactform .input-block { margin-bottom: 5px; width: 100%; } .home-offer #contactform .need { padding: 24px 0.75rem 0.375rem 0.75rem; margin-bottom: 0; } .home-offer i { position: relative; display: inline-block; margin-right: 5px; width: 18px; height: 18px; background-color: #c6c6c6; border-radius: 50%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .home-offer .radio2 input[type='radio']:checked~i, .home-offer .radio2 input[type='checkbox']:checked~i { background-color: #102e4a; } .home-offer .radio2 { margin-right: 30px; cursor: pointer; } @media (max-width:1400px) { .home-service { padding-left: 0%; padding-right: 0%; } .home-service .service-item img { width: 78%; margin-bottom: 0; } .home-service .service-item .flex-card { padding: 8px 0; } .home-service .service-item .flex-card-body { padding: 0 10px 5px 10px; min-height: 54px; } .home-offer .step1, .home-offer .step2 { width: 48%; position: relative; } .home-offer .step2 { z-index: 2; padding-top: 12%; } .home-offer .content { margin-left: 10%; } .home-offer .step2 .content { margin-left: 0; width: 90%; } .home-offer .step2::before { left: 0; top: 6%; padding-top: 120%; } .home-offer .step1::before { width: 90%; left: 5%; padding-top: 100%; } } @media (max-width:992px) { .home-offer .contact_form .cell-row { background: #FFF; border-radius: 10px; } .home-offer .step1, .home-offer .step2 { padding: 8% 80px 6% 80px; width: auto; right: unset; color: #757575; } .home-offer .step1 .content, .home-offer .step2 .content { margin-left: 10%; width: 80%; } .home-offer .step1::before, .home-offer .step2::before { display: none; } .home-offer h4::before { font-size: 6rem; bottom: -27px; top: auto; left: -56px !important; } } @media (max-width:768px) { .home-offer h4::before { font-size: 5rem; } } @media (max-width:576px) { .home-offer .contact_form .cell-row { margin: unset; } } .radio2 i::before, .checkbox2 i::before { content: ''; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -4px; width: 10px; height: 8px; background-image: url('/files/icons/icon_check.png'); background-repeat: no-repeat; background-size: contain; opacity: 0; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .radio2 input[type='radio']:checked~i::before, .radio2 input[type='checkbox']:checked~i::before { opacity: 1; } .home-offer input[type='radio'] { position: absolute; left: 0; top: 0; opacity: 0; visibility: hidden; pointer-events: none; }.pg-title { font-size: 2.2rem; color: #005CB9; font-weight: 700; } @media(max-width:992px) { .pg-title { font-size: 2rem; } } @media(max-width:768px) { .pg-title { font-size: 1.75rem; } } @media(max-width:576px) { .pg-title { font-size: 1.5rem; } } @media(max-width:464px) { .pg-title { font-size: 1.2rem; } } .slick-slide { outline: none !important; } .page-list-row .item-info-wrap { padding-top: 0.5rem; } .page-list-row .item-info-wrap>.name { display: inline-block; color: #666; margin-bottom: 0; } .page-list-row .item-wrap { padding: 8px; border: 1px solid #EEE; border-radius: 4px; height: 100%; } .page-list-row .description { position: absolute; top: 80px; left: 0; right: 0; bottom: 0; overflow: hidden; color: #FFF; } .page-list-row .description .ani-list { transform: translateX(50%); opacity: 0; transition-duration: .4s; } .page-list-row .box:hover .ani-list { transform: translateX(0); opacity: 1; transition-duration: .4s; } .page-list-row .box .ani-list:nth-child(1) { transition-delay: .4s; } .page-list-row .box .ani-list:nth-child(2) { transition-delay: 0.6s; } .page-list-row .box .ani-list:nth-child(3) { transition-delay: 0.8s; } .page-list-row .box .ani-list:nth-child(4) { transition-delay: 1.0s; } .page-list-row .box .ani-list:nth-child(5) { transition-delay: 1.2s; } .page-list-row .box .ani-list:nth-child(6) { transition-delay: 1.4s; } .page-list-row .box .ani-list:nth-child(7) { transition-delay: 1.6s; } .page-list-row .cate { color: #FFF; } .about-img { border: 6px #FFF solid; border-radius: 80px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .brand-sect { background-size: 100% auto; background-repeat: no-repeat; } .brand-sect::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url(/images/content/about_bg_full.jpg); z-index: -1; } .brand-block { margin-top: 15%; margin-left: 6%; width: 60%; } @media (max-width:992px) { .brand-block { width: 700px; } } @media (max-width:768px) { .brand-block { width: auto; margin-left: auto; } } .content-sys { margin: 2.5rem auto; } .idx-row { counter-reset: block-counter; } .idx-col .card-body { margin: 0; padding: 0; } .idx-col .card-index { flex: 0 0 auto; width: auto; max-width: none; margin: 0; padding-right: 0.5rem; } .idx-col .card-index::before { content: counter(block-counter); counter-increment: block-counter; font: 8rem 'arial'; font-style: italic; color: #DDD; line-height: 8rem; } .idx-col .card-text { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-top: 1rem; color: #666; } .numberlist ol { counter-reset: li; list-style: none; margin-bottom: 1rem; text-align: left; padding-left: 1rem; } .numberlist li { position: relative; display: block; padding: 1em 1em 1em 3em; *padding: .4em; margin: .5em 0; background: #fff; color: #444; text-decoration: none; -moz-border-radius: .3em; -webkit-border-radius: .3em; border-radius: .3em; } .numberlist li::before { content: counter(li); counter-increment: li; position: absolute; left: -1.3em; top: 50%; margin-top: -1.3em; background: #87ceeb; height: 3em; width: 3em; line-height: 2.5em; border: .3em solid #fff; text-align: center; font-weight: 700; -moz-border-radius: 2em; -webkit-border-radius: 2em; border-radius: 2em; color: #fff; } .contacts-block>a { text-decoration: none; } .contacts-block>a>div { border: 1px solid #CCC; border-radius: 4px; } .contacts-block>a>div:hover { background-color: #e5feff; } .contacts-block h5 { margin-top: 1rem; color: #da251d; text-decoration: none; } .contacts-block p { margin-top: 1rem; color: #666; text-decoration: none; } .prev-next-wrap>.row { background-color: #e2e2e2; margin: 0; border-radius: 0.25rem; } .prev-next-wrap a { color: #dc3545; } .prev-next-wrap .prev-pg:hover, .prev-next-wrap .next-pg:hover { background-color: #efefef; } .prev-next-wrap .prev-pg { padding: 0 1rem 0 40px; } .prev-next-wrap .next-pg { padding: 0 40px 0 1rem; } .prev-next-wrap .prev-pg, .prev-next-wrap .next-pg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .prev-next-wrap .prev-pg::before { content: '\f104'; font-family: FontAwesome; font-size: 24px; position: absolute; left: 1rem; top: 15px; } .prev-next-wrap .next-pg::before { content: '\f105'; font-family: FontAwesome; font-size: 24px; position: absolute; left: auto; right: 1rem; top: 15px; } .prev-next-divider { position: absolute; top: 10px; bottom: 10px; width: 0; left: 50%; border-left: 1px solid #FFF; z-index: 1; } @media (max-width:464px) { .prev-next-divider { top: 50%; bottom: auto; width: auto; left: 10px; right: 10px; border-top: 1px solid #FFF; } } .pgcont-wrap, .article-list-row { background-color: #FFF; box-shadow: 1.6px 1.4px 4px 0px rgba(162, 162, 162, 0.15); padding: 100px 60px 60px 60px; line-height: 200%; } .article-list-row { padding-top: 60px; } .pagetop { padding-left: 160px; color: #FFF; } .pagetop .p-title { display: block; font-family: 'ClashDisplay-Medium'; font-weight: 500; font-size: 6rem; margin-top: 150px; } .pagetop .p-title .p-title-circle { font-size: 1.5rem; font-family: '思源黑體'; display: block; line-height: 100%; margin-bottom: 10px; } .pagetop .p-title .p-title-circle::before { top: 3px; } .pagetop p, .about-box p { padding-top: 40px; padding-bottom: 40px; font-size: 1.2rem; font-weight: 600; line-height: 180%; margin-left: auto; margin-right: auto; } .about-box p { width: 90%; } @media (max-width:992px) { .pagetop { padding: 80px 30px 0 80px; } .breadcrumb { display: none; } .pagetop .p-title { margin-top: 120px; } } @media (max-width:768px) { .pagetop { padding: 40px 30px 0 40px; } .pagetop p, .about-box p { font-size: 1rem; } .pagetop .p-title { font-size: 4rem; } }.topic-cont { text-align: center; margin-bottom: 2rem; position: relative; overflow: visible; margin-top: 3rem; } .topic-cont h3 { font-size: 4rem; display: inline-block; padding: 0.5rem 1rem 0.8rem; margin: 1.5rem auto; font-family: freight-big-pro, serif; } .topic-cont h3 span { font-size: 1.2rem; display: block; } .topic-cont h6 { color: #666; display: block; margin-top: 1rem; } @media (max-width:576px) { .topic-cont h3::before { width: 62px; height: 62px; top: 37%; left: -17px; } .topic-cont h3::after { width: 70px; height: 70px; top: 37%; left: -21px; } .topic-cont h3 { font-size: 1.5rem; padding: 0.5rem 0.5rem 0.5rem; } .topic-cont h6 { margin-top: 0.25rem; } } .swipe-gallery .pswp-item { cursor: zoom-in; } .spotlight-grid .img-set figure, .swipe-gallery figure { position: absolute; right: 0; left: 0; bottom: 0px; margin: 0; padding: 0.5rem; background-color: rgba(0, 0, 0, 0.5); color: #FFF; line-height: 1.2rem; } .standard-slick { margin-left: -0.5em; margin-right: -0.5em; } .standard-slick .slick-dots { position: relative; bottom: auto; } .standard-slick .items-block { margin-left: 0.5em; margin-right: 0.5em; } @media(max-width:1200px) { .standard-slick .slick-arrow { width: 32px; height: 32px; background-color: rgba(255, 255, 255, 0.5); } .standard-slick .slick-arrow::before { display: block; width: 24px; height: 24px; margin-left: auto; margin-right: auto; } .standard-slick .slick-prev { left: 10px; } .standard-slick .slick-next { right: 10px; } } .tab-slick .slider-for { background-color: rgb(230, 230, 230); } .tab-slick .slider-for .items-block { padding: 1rem; } .tab-slick .slick-carousel .slick-arrow::before { color: rgb(0, 92, 175); } .tab-slick>.slider-nav { margin: 0 auto; overflow: hidden; } .tab-slick>.slider-nav::before { content: ''; background-color: #C8CACE; position: absolute; left: 0; right: 0; top: auto; bottom: 0; height: 8px; z-index: -1; } .tab-slick>.slider-nav .slick-list { width: 100%; margin: auto; overflow: hidden; padding-bottom: 8px; } .tab-slick>.slider-nav .slick-list:nth-child(2) { width: calc(100% - 50px); } .tab-slick>.slider-nav .slick-prev { left: 0; } .tab-slick>.slider-nav .slick-next { right: 0; } .tab-slick>.slider-nav .items-block { text-align: center; height: 46px; font-size: 16px; padding: 0 12px; transition-duration: .3s; cursor: pointer; } .tab-slick>.slider-nav .items-block>span { display: block; text-align: center; top: 50%; transform: translateY(-50%); line-height: 24px; font-size: 20px; color: #005CB9; } @media(max-width:576px) { .tab-slick>.slider-nav .items-block>span { font-size: 16px; line-height: 16px; } } .tab-slick>.slider-nav .slick-current .items-block { transition-duration: .3s; } .tab-slick>.slider-nav .slick-current .items-block::after { content: ''; background-color: #005CB9; position: absolute; left: 0; right: 0; top: 100%; height: 8px; z-index: 1; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide { height: 0; transition-duration: .3s; } .tab-slick>.slider-for .slick-slide.slick-current { height: auto; transition-duration: .3s; } .tab-group { margin-left: auto; margin-right: auto; margin-top: 3rem; } .collapse-item { margin-bottom: 0.5rem; padding-bottom: 0.5rem; overflow: hidden; } .collapse-head { text-align: left; padding: 20px 30px; background-color: rgba(0, 0, 0, 0.1); border-top: solid 1px rgba(255, 255, 255, 0.5); font-weight: bold; } .collapse-head::after { content: '\f067'; font-family: FontAwesome; border-radius: 50%; width: 20px; height: 20px; line-height: 22px; position: absolute; display: block; background: #FFF; right: 30px; top: 26px; text-align: center; font-size: 1rem; cursor: pointer; color: var(--kv-grad); animation-name: color-grad; animation-duration: 20s; animation-iteration-count: infinite; } .collapse-head.trigger::after { color: #FFF; content: '\f068'; } .collapse-topic { font-size: 1.3rem; margin: 0; cursor: pointer; transition: color 0.6s ease-out; } .collapse-topic:hover { text-decoration: none; transition: color 0.6s ease-out; } .collapse-head.trigger { } .collapse-head.trigger .collapse-topic {} .collapse-content { border-width: 0 0 0 0 !important; background-color: rgba(0, 0, 0, 0.1); border-radius: 0; } .collapse-text { padding: 30px 0; border-top: solid 1px rgba(255, 255, 255, 0.5); } .collapse-text p { line-height: 180%; width: 90%; margin-left: auto; margin-right: auto; } .tab-group .tab-content { border: none; border-top: 0; } .tab-group .tab-content>.tab-pane { padding: 1rem; } @media (max-width:576px) { .tab-group .tab-content>.tab-pane { padding: 0; } .tab-group .collapse-head { margin-bottom: 20px; } .collapse-head::after { right: 10px; } .collapse-topic { font-size: 1.1rem; } } .tab-group .nav-tabs .nav-link { padding: 0.25rem 1rem; margin-left: 0; } .tab-group .nav-tabs .nav-link.active, .tab-group .nav-tabs .nav-item.show .nav-link { border-top: 3px solid #F39700; }.scroll-tb-wrap { overflow: auto; max-height: 700px; padding-left: 0; border-left: 1px solid #999 !important; border-top: 1px solid #999 !important; } .scroll-tb-wrap>table { width: 100%; min-width: 700px; } .scroll-tb-wrap tbody>tr>td:first-child, .scroll-tb-wrap th:first-child { position: sticky; left: 0; z-index: 100; } .scroll-tb-wrap tbody>tr>td[rowspan]:first-child { z-index: 110; } .scroll-tb-wrap thead tr th, .scroll-tb-wrap tbody>tr:first-child>td { position: sticky; top: 0; z-index: 120 !important; } .scroll-tb-wrap tbody>tr:first-child>td:first-child { z-index: 130 !important; } .scroll-tb-wrap th:first-child { z-index: 2; } .scroll-tb-wrap table { /*overflow: auto; -ms-overflow-style: scrollbar;*/ } .scroll-tb-wrap table th, .scroll-tb-wrap table td { vertical-align: middle !important; border-right: 1px solid #999 !important; border-bottom: 1px solid #999 !important; } .scroll-tb-wrap table th { } .scroll-tb-wrap table th:first-child { } .scroll-tb-wrap table thead th:first-child { z-index: 100; } @media (max-width:576px) { .scroll-tb-wrap table th:first-child { min-width: auto; } } .scroll-tb-wrap table td { } .scroll-tb-wrap .device .flex-card-header .bsbgset { height: 300px; }.sticky-wrap { display: block; min-height: 1.5rem; overflow: auto; scroll-behavior: smooth; } .sticky-wrap>table { width:100%; border-collapse: collapse; } .sticky-wrap>table th { color: #FFF; background-color: rgb(162, 143, 204); } .sticky-wrap>table td { z-index: 0; } .sticky-wrap>table th { text-align: center; z-index: 1; } .sticky-wrap>table th::after, .sticky-wrap>table td::after { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: block; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; pointer-events: none; } .sticky-wrap>table>thead.caption { top: 0; position: -webkit-sticky; position: sticky; display: table-caption; z-index: 5; } .sticky-wrap>table>thead:not(.caption) th { top: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>thead:not(.caption) th:first-child { z-index: 5 !important; } .sticky-wrap>table>tbody>tr:first-child th { top: 0; left: auto; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody th { left: 0; position: -webkit-sticky; position: sticky; z-index: 3; } .sticky-wrap>table>tbody>tr:first-child th:first-child { top: 0; left: 0; z-index: 5; } .sticky-wrap>table>tfoot th { bottom: 0; position: -webkit-sticky; position: sticky; } .sticky-left { position: -webkit-sticky; position: sticky; left: 0; z-index: 4 !important; } .sticky-right { position: -webkit-sticky; position: sticky; right: 0; z-index: 4 !important; }.bg-particles { z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .bg-particles li { position: fixed; display: block; list-style: none; width: 30px; height: 30px; background: rgba(255, 255, 255, 0.247); animation: particle-animation 25s linear infinite; bottom: -150px; } .bg-particles li:nth-child(1) { left: 25%; width: 0; height: 0; border-style: solid; border-width: 0 40px 69.3px 40px; border-color: transparent transparent rgba(255, 255, 255, 0.247) transparent; background: none; animation-delay: 0s; } .bg-particles li:nth-child(2) { left: 10%; width: 50px; height: 50px; animation-delay: 2s; animation-duration: 12s; } .bg-particles li:nth-child(3) { left: 70%; width: 20px; height: 20px; animation-delay: 4s; } .bg-particles li:nth-child(4) { left: 40%; width: 60px; height: 60px; animation-delay: 0s; animation-duration: 18s; } .bg-particles li:nth-child(5) { left: 65%; width: 70px; height: 70px; animation-delay: 0s; } .bg-particles li:nth-child(6) { left: 75%; width: 110px; height: 110px; background: rgba(255, 255, 255, 0.12); animation-delay: 3s; } .bg-particles li:nth-child(7) { left: 35%; width: 150px; height: 150px; background: rgba(255, 255, 255, 0.15); animation-delay: 7s; } .bg-particles li:nth-child(8) { left: 50%; width: 80px; height: 80px; animation-delay: 15s; animation-duration: 45s; } .bg-particles li:nth-child(9) { left: 20%; width: 15px; height: 15px; animation-delay: 2s; animation-duration: 35s; } .bg-particles li:nth-child(10) { left: 15%; width: 0; height: 0; border-style: solid; border-width: 0 100px 173.2px 100px; border-color: transparent transparent rgba(255, 255, 255, 0.15) transparent; background: none; animation: particle-animation2 linear infinite; animation-delay: 0s; animation-duration: 20s; } .bg-particles li:nth-child(10)::before { content: ''; display: block; border: solid 10px rgba(255, 255, 255, 0.15); border-radius: 50%; width: 290px; height: 290px; top: -29px; position: absolute; left: -142px; } @keyframes particle-animation { 10% { transform: translateY(0) rotate(0deg); opacity: 1; } 100% { transform: translateY(-1000px) rotate(720deg); opacity: 0; } } @keyframes particle-animation2 { 10% { transform: translateY(0) rotate(90deg); opacity: 1; } 100% { transform: translateY(-1000px) rotate(90deg); opacity: 0; } }.works .card { position: relative; } .works .card h5 strong { overflow: hidden; display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; color: var(--kv-grad); animation-name: color-grad; animation-duration: 20s; animation-iteration-count: infinite; } .works .card h5 strong::before { content: ''; display: inline-block; position: relative; width: 15px; height: 15px; border-radius: 10px; border: 1px solid; margin-right: 10px; border-color: var(--kv-grad); animation-name: border-color; animation-duration: 20s; animation-iteration-count: infinite; } .works .card h5 em { display: block; font-size: 15px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-style: normal; line-height: 150%; color: var(--kv-grad); animation-name: color-grad; animation-duration: 20s; animation-iteration-count: infinite; } .works .card img.LOGO-run { max-width: 80%; margin-top: 1rem; position: absolute; top: 0px; left: 10%; opacity: 0; transition: all 0.4s ease; } .works .card:hover img.LOGO-run { z-index: 10; top: 50px; opacity: 0.3; } .works .card-columns .card { margin-bottom: 3rem !important; max-height: 350px; overflow: hidden; } @media (max-width: 1400px) { .works .card-columns .card { max-height: 210px; } } @media (min-width: 577px) { .works .card-columns .card { width: 95% !important; } } .works .card-columns .card img { border-top: 1px solid rgba(0, 0, 0, 0.125); } .works .card-columns .card::after { content: ''; background: rgba(0, 0, 0, 0.8); position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all 0.4s ease; } .works .card-columns .card::before { content: ''; border: 1px solid rgba(255, 255, 255, 0.3); position: absolute; left: 20px; top: 20px; bottom: 20px; right: 20px; z-index: 4; opacity: 0; transition: all 0.4s ease; } .works .card-columns .card:hover::after, .works .card-columns .card:hover::before { opacity: 1; } .works .card-columns .card h5 { position: relative; z-index: 99; box-sizing: border-box; transition: all 0.4s ease; margin-bottom: 0; } .works .card-columns .card:hover h5 { transform: translate(15px, 15px); background: none; } .works .card-columns .card a { content: ''; width: 100%; height: 100%; } .works .card-columns .card:hover a, .works .card-columns .card:hover h5 em { color: #FFF !important; } .works .card-columns .card:hover h5 strong { color: #FFF; } @media(max-width:768px) { .works .card-columns .card { max-height: 500px; margin-bottom: 2rem; overflow: hidden; } } .works .cases-cont { max-width: 80%; padding-top: 43px; } .works .header-bar, .services .header-bar { position: absolute; left: 4px; top: 4px; border-radius: 5px; width: calc(100% - (4px * 2)); height: 4px; background-color: var(--kv-grad); animation-name: bgcolor; animation-duration: 20s; animation-iteration-count: infinite; }.p-list-index__dt { position: relative; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: nowrap; flex-direction: row; align-content: stretch; padding-top: 30px; padding-left: 15px; } .p-title-num { font-family: 'ClashDisplay-Medium'; font-weight: 500; font-style: normal; font-size: 3rem; line-height: 42px; } .c-line { pointer-events: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .p-list-index__dd { padding: 20px 0 30px 15px; font-size: 1.2rem; line-height: 28px; } .c-line[data-line-direction='top']::before, .c-line[data-line-direction='bottom']::before { left: 0; width: 0; height: 1px; } .c-line[data-line-direction='top'].ns-ent.enter::before, .c-line[data-line-direction='bottom'].ns-ent.enter::before { width: 100%; } .ad-process { margin-top: 50px; margin-bottom: 50px; } .ad-process .flex-card-body { background-color: rgba(0, 0, 0, 0.1); } .ad-process .col-xl-3:nth-child(1) { animation-delay: 0.4s; } .ad-process .col-xl-3:nth-child(2) { animation-delay: 0.6s; } .ad-process .col-xl-3:nth-child(3) { animation-delay: 0.8s; } .ad-process .col-xl-3:nth-child(4) { animation-delay: 1s; } .ad-process .col-xl-3:nth-child(5) { animation-delay: 1.2s; } .ad-process .col-xl-3:nth-child(6) { animation-delay: 1.4s; } .ad-process .col-xl-3:nth-child(7) { animation-delay: 1.6s; } .ad-process .col-xl-3:nth-child(8) { animation-delay: 1.8s; } .services .services-box .icon-box .content, .services .services-box ol { max-width: 250px; max-height: 250px; margin-left: auto; margin-right: auto; } .services .services-box .container { max-width: 1140px; } .services .services-box ol, .services .services-box p { color: #757575; margin-top: 20px; padding-left: 20px; line-height: 180%; max-width: 198px; margin-left: auto; margin-right: auto; margin-bottom: 30px; } .services .services-box p { padding-left: 0px; } .services .services-box .icon-box .content span { color: #102e4a; font-size: 1.3rem; font-weight: bold; color: var(--kv-grad); animation-name: color-grad; animation-duration: 20s; animation-iteration-count: infinite; } .services .services-box .icon-box .content::before { } .services .services-box .icon-box .column:hover .content::before {} .services .services-box .icon-box .content { padding: 40px; text-align: center; } .services .services-box .flex-card { border-radius: 0.25rem; background-color: #FFF; } .services .p-clipImg .photo { max-width: 60%; } @media(max-width:1400px) { .services .p-clipImg .photo { max-width: 75%; } } @media(max-width:992px) { .services .p-clipImg .photo { max-width: 89%; } } @media(max-width:464px) { .services .services-box ol, .services .services-box p { margin-top: 0; font-size: 0.9rem; } .services .services-box .icon-box .content { padding: 0; max-height: max-content; } .services .services-box .icon-box .content img { max-height: 165px; display: block; margin-left: auto; margin-right: auto; margin-top: 15px; } }