@charset "UTF-8";/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--font-weight-light:300;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--tracking-widest:.1em;--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings);--color-blue:#0000e1;--color-yellow:#ffd800;--color-orange:#f90;--color-CCC:#cccccc80;--color-333:#333;--color-f2f2f2:#f2f2f2}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.container{width:100%}@media (width>=37.5rem){.container{max-width:37.5rem}}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.mx-4{margin-inline:calc(var(--spacing)*4)}.my-2{margin-block:calc(var(--spacing)*2)}.my-4{margin-block:calc(var(--spacing)*4)}.my-5{margin-block:calc(var(--spacing)*5)}.my-10{margin-block:calc(var(--spacing)*10)}.my-13{margin-block:calc(var(--spacing)*13)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-25{margin-top:calc(var(--spacing)*25)}.mr-10{margin-right:calc(var(--spacing)*10)}.mr-15{margin-right:calc(var(--spacing)*15)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-full{height:100%}.w-1\/3{width:33.3333%}.w-3\/5{width:60%}.w-full{width:100%}.flex-shrink{flex-shrink:1}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-0{rotate:none}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.cursor-pointer{cursor:pointer}.resize{resize:both}.columns-1{columns:1}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing)*1)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.overflow-x-auto{overflow-x:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-b-1{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-CCC{border-color:var(--color-CCC)}.bg-blue{background-color:var(--color-blue)}.bg-f2f2f2{background-color:var(--color-f2f2f2)}.bg-orange{background-color:var(--color-orange)}.bg-yellow{background-color:var(--color-yellow)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.p-4{padding:calc(var(--spacing)*4)}.p-7{padding:calc(var(--spacing)*7)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-12{padding-inline:calc(var(--spacing)*12)}.px-13{padding-inline:calc(var(--spacing)*13)}.py-2{padding-block:calc(var(--spacing)*2)}.py-8{padding-block:calc(var(--spacing)*8)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-4{padding-top:calc(var(--spacing)*4)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-13{padding-right:calc(var(--spacing)*13)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pl-13{padding-left:calc(var(--spacing)*13)}.leading-7{--tw-leading:calc(var(--spacing)*7);line-height:calc(var(--spacing)*7)}.leading-\[1\.5\]{--tw-leading:1.5;line-height:1.5}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.text-333{color:var(--color-333)}.text-blue{color:var(--color-blue)}.text-white{color:var(--color-white)}.text-yellow{color:var(--color-yellow)}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-700{--tw-duration:.7s;transition-duration:.7s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (hover:hover){.hover\:scale-102:hover{--tw-scale-x:102%;--tw-scale-y:102%;--tw-scale-z:102%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media (width>=37.5rem){.xs\:my-8{margin-block:calc(var(--spacing)*8)}.xs\:grid{display:grid}.xs\:w-5\/6{width:83.3333%}.xs\:gap-2{gap:calc(var(--spacing)*2)}.xs\:p-5{padding:calc(var(--spacing)*5)}}@media (width>=40rem){.sm\:my-4{margin-block:calc(var(--spacing)*4)}.sm\:my-8{margin-block:calc(var(--spacing)*8)}.sm\:my-10{margin-block:calc(var(--spacing)*10)}.sm\:mt-3{margin-top:calc(var(--spacing)*3)}.sm\:mt-4{margin-top:calc(var(--spacing)*4)}.sm\:mt-15{margin-top:calc(var(--spacing)*15)}.sm\:mr-0{margin-right:calc(var(--spacing)*0)}.sm\:mb-3{margin-bottom:calc(var(--spacing)*3)}.sm\:mb-4{margin-bottom:calc(var(--spacing)*4)}.sm\:mb-5{margin-bottom:calc(var(--spacing)*5)}.sm\:mb-6{margin-bottom:calc(var(--spacing)*6)}.sm\:w-2\/3{width:66.6667%}.sm\:columns-2{columns:2}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-col{flex-direction:column}.sm\:gap-5{gap:calc(var(--spacing)*5)}.sm\:overflow-x-hidden{overflow-x:hidden}.sm\:p-8{padding:calc(var(--spacing)*8)}.sm\:p-14{padding:calc(var(--spacing)*14)}.sm\:px-14{padding-inline:calc(var(--spacing)*14)}.sm\:py-1{padding-block:calc(var(--spacing)*1)}.sm\:py-6{padding-block:calc(var(--spacing)*6)}.sm\:py-8{padding-block:calc(var(--spacing)*8)}.sm\:py-10{padding-block:calc(var(--spacing)*10)}.sm\:py-12{padding-block:calc(var(--spacing)*12)}.sm\:py-13{padding-block:calc(var(--spacing)*13)}.sm\:py-15{padding-block:calc(var(--spacing)*15)}.sm\:pt-5{padding-top:calc(var(--spacing)*5)}.sm\:pt-8{padding-top:calc(var(--spacing)*8)}.sm\:pr-4{padding-right:calc(var(--spacing)*4)}.sm\:pr-10{padding-right:calc(var(--spacing)*10)}.sm\:pr-14{padding-right:calc(var(--spacing)*14)}.sm\:pb-4{padding-bottom:calc(var(--spacing)*4)}.sm\:pb-18{padding-bottom:calc(var(--spacing)*18)}.sm\:pl-14{padding-left:calc(var(--spacing)*14)}.sm\:font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}}@media (width>=48rem){.md\:my-18{margin-block:calc(var(--spacing)*18)}.md\:mr-0{margin-right:calc(var(--spacing)*0)}.md\:mb-5{margin-bottom:calc(var(--spacing)*5)}.md\:mb-7{margin-bottom:calc(var(--spacing)*7)}.md\:w-2\/3{width:66.6667%}.md\:w-2\/5{width:40%}.md\:w-3\/5{width:60%}.md\:w-4\/5{width:80%}.md\:w-md{width:var(--container-md)}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-10{gap:calc(var(--spacing)*10)}.md\:p-5{padding:calc(var(--spacing)*5)}.md\:p-14{padding:calc(var(--spacing)*14)}.md\:px-14{padding-inline:calc(var(--spacing)*14)}.md\:py-8{padding-block:calc(var(--spacing)*8)}.md\:py-10{padding-block:calc(var(--spacing)*10)}.md\:py-13{padding-block:calc(var(--spacing)*13)}.md\:py-14{padding-block:calc(var(--spacing)*14)}.md\:py-15{padding-block:calc(var(--spacing)*15)}.md\:pt-8{padding-top:calc(var(--spacing)*8)}.md\:pr-14{padding-right:calc(var(--spacing)*14)}.md\:pr-20{padding-right:calc(var(--spacing)*20)}.md\:pl-14{padding-left:calc(var(--spacing)*14)}.md\:font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.md\:font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}}@media (width>=64rem){.lg\:my-0{margin-block:calc(var(--spacing)*0)}.lg\:mr-10{margin-right:calc(var(--spacing)*10)}.lg\:mr-12{margin-right:calc(var(--spacing)*12)}.lg\:mb-3{margin-bottom:calc(var(--spacing)*3)}.lg\:mb-4{margin-bottom:calc(var(--spacing)*4)}.lg\:mb-5{margin-bottom:calc(var(--spacing)*5)}.lg\:mb-9{margin-bottom:calc(var(--spacing)*9)}.lg\:w-1\/3{width:33.3333%}.lg\:w-2\/3{width:66.6667%}.lg\:w-3\/5{width:60%}.lg\:w-4\/5{width:80%}.lg\:columns-3{columns:3}.lg\:columns-4{columns:4}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:items-end{align-items:flex-end}.lg\:gap-6{gap:calc(var(--spacing)*6)}.lg\:gap-10{gap:calc(var(--spacing)*10)}.lg\:p-22{padding:calc(var(--spacing)*22)}.lg\:px-0{padding-inline:calc(var(--spacing)*0)}.lg\:px-22{padding-inline:calc(var(--spacing)*22)}.lg\:py-8{padding-block:calc(var(--spacing)*8)}.lg\:py-10{padding-block:calc(var(--spacing)*10)}.lg\:py-13{padding-block:calc(var(--spacing)*13)}.lg\:py-14{padding-block:calc(var(--spacing)*14)}.lg\:py-16{padding-block:calc(var(--spacing)*16)}.lg\:pt-13{padding-top:calc(var(--spacing)*13)}.lg\:pt-18{padding-top:calc(var(--spacing)*18)}.lg\:pr-15{padding-right:calc(var(--spacing)*15)}.lg\:pr-22{padding-right:calc(var(--spacing)*22)}.lg\:pb-5{padding-bottom:calc(var(--spacing)*5)}.lg\:pl-22{padding-left:calc(var(--spacing)*22)}.lg\:font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.lg\:tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}}@media (width>=80rem){.xl\:mr-18{margin-right:calc(var(--spacing)*18)}.xl\:mb-3{margin-bottom:calc(var(--spacing)*3)}.xl\:mb-6{margin-bottom:calc(var(--spacing)*6)}.xl\:mb-8{margin-bottom:calc(var(--spacing)*8)}.xl\:mb-10{margin-bottom:calc(var(--spacing)*10)}.xl\:w-1\/2{width:50%}.xl\:w-2\/3{width:66.6667%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:p-6{padding:calc(var(--spacing)*6)}.xl\:p-23{padding:calc(var(--spacing)*23)}.xl\:px-22{padding-inline:calc(var(--spacing)*22)}.xl\:px-23{padding-inline:calc(var(--spacing)*23)}.xl\:py-16{padding-block:calc(var(--spacing)*16)}.xl\:py-18{padding-block:calc(var(--spacing)*18)}.xl\:pt-5{padding-top:calc(var(--spacing)*5)}.xl\:pt-15{padding-top:calc(var(--spacing)*15)}.xl\:pr-10{padding-right:calc(var(--spacing)*10)}.xl\:pr-20{padding-right:calc(var(--spacing)*20)}.xl\:pr-22{padding-right:calc(var(--spacing)*22)}.xl\:pb-5{padding-bottom:calc(var(--spacing)*5)}.xl\:pl-22{padding-left:calc(var(--spacing)*22)}@media (width>=64rem){.xl\:lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}}@media (width>=96rem){.\32xl\:my-18{margin-block:calc(var(--spacing)*18)}.\32xl\:mt-20{margin-top:calc(var(--spacing)*20)}.\32xl\:mr-10{margin-right:calc(var(--spacing)*10)}.\32xl\:mr-16{margin-right:calc(var(--spacing)*16)}.\32xl\:mb-4{margin-bottom:calc(var(--spacing)*4)}.\32xl\:mb-6{margin-bottom:calc(var(--spacing)*6)}.\32xl\:w-1\/2{width:50%}.\32xl\:w-1\/3{width:33.3333%}.\32xl\:w-2\/3{width:66.6667%}.\32xl\:p-22{padding:calc(var(--spacing)*22)}.\32xl\:px-20{padding-inline:calc(var(--spacing)*20)}.\32xl\:px-22{padding-inline:calc(var(--spacing)*22)}.\32xl\:py-10{padding-block:calc(var(--spacing)*10)}.\32xl\:py-12{padding-block:calc(var(--spacing)*12)}.\32xl\:py-13{padding-block:calc(var(--spacing)*13)}.\32xl\:pr-0{padding-right:calc(var(--spacing)*0)}.\32xl\:pr-22{padding-right:calc(var(--spacing)*22)}.\32xl\:pb-8{padding-bottom:calc(var(--spacing)*8)}.\32xl\:pb-10{padding-bottom:calc(var(--spacing)*10)}.\32xl\:pl-22{padding-left:calc(var(--spacing)*22)}}}:root{color:#333;--design-width:1921;--min-width:300px;--max-width:2560px;--rad-global-header-height:72px;--rad-nav-height:56px;--rad-nav-top:-53px;--color-regal-blue:#0000e1;--color-blue:#0000e1;--rad-spacing-sm:16px;--rad-spacing-md:32px;--rad-spacing-lg:48px;--rad-spacing-xl:96px;--rad-spacing-xxl:160px;--rad-component-spacing-none:0;--rad-component-spacing-small:10px;--rad-component-spacing-medium:20px;--rad-component-spacing-large:40px;font-family:Microsoft YaHei,Arial,sans-serif}#app{flex-direction:column;align-items:center;width:100%;min-width:320px;height:100vh;font-size:16px;display:flex}img{width:100%;display:block}a{text-decoration:none}a:hover{color:#0000e1;text-decoration:none}.xxl-title{letter-spacing:.45rem;font-size:5.75rem;font-weight:400;position:relative;top:-.7rem}.xl-title{font-size:max(3rem,min(3rem,.1vw))}.lg-title{letter-spacing:0;font-size:2.4rem}.md-title{align-items:flex-start;font-size:14px;line-height:1.55;display:flex}.description-info{word-break:word-wrap;letter-spacing:.1rem;font-size:1.15rem;line-height:1.65}.description-info-en{letter-spacing:0;font-size:1.0625rem}.learn-more{color:#000;align-items:center;height:4.0625rem;font-size:1.2rem;display:flex}.learn-more .more-btn{cursor:pointer;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin:0 .625rem;font-weight:400;display:flex}.learn-more .more-btn .img-icon{width:66%;height:66%}.learn-more:hover .more-btn{transform:translate(.5rem)}.main-title{font-size:63px}.headline{font-size:48px}.headline1{font-size:44px}.card-title{font-size:30px}@media (width>=2100px){:root{--rad-nav-height:96px;--rad-nav-top:-93px}.xxl-title{letter-spacing:.0063rem;font-size:max(5.375rem,min(5.375rem,1vw))}.xl-title{font-size:70px;font-weight:500}.lg-title{font-size:36px;line-height:50px}.lg-title1{font-size:34px;line-height:50px}.md-title{font-size:17px;line-height:1.6}.headline{font-size:64px}.headline1{font-size:60px}.learn-more{font-size:1rem}.card-title{font-size:28px}.one-box{padding-bottom:1rem}.description-info{letter-spacing:.05rem;font-size:18px;line-height:1.7}.description-info-en{letter-spacing:0;font-size:17px;line-height:1.7}.outBox{padding:1rem 4rem 2rem;font-size:22px!important}}@media (width>=1921px) and (width<=2100px){:root{--rad-nav-height:96px;--rad-nav-top:-93px}.xxl-title{letter-spacing:.0063rem;font-size:max(5.1rem,min(5.1rem,1vw))}.xl-title{font-size:80px;font-weight:500}.lg-title{font-size:36px;line-height:50px}.lg-title1{font-size:34px;line-height:50px}.md-title{font-size:16px}.headline{font-size:64px}.headline1{font-size:60px}.learn-more{font-size:1rem}.description-info{font-size:18px;line-height:1.7}.description-info-en{letter-spacing:0;font-size:17px}.outBox{padding:1rem 4rem;font-size:22px!important}.card-title{font-size:28px}}@media (width>=1537px) and (width<=1921px){:root{--rad-nav-height:80px;--rad-nav-top:-77px}.xxl-title{letter-spacing:.2rem;font-size:5.25rem}.xl-title{font-size:48px;font-weight:400}.lg-title{font-size:32px}.lg-title1{font-size:27px}.headline{font-size:45px}.headline1{font-size:41px}.md-title{font-size:16px;line-height:1.35}.card-title{font-size:22px}.description-info{font-size:18px;line-height:1.7}.description-info-en{letter-spacing:0;font-size:16px;font-weight:400}.outBox{font-size:18.5px}}@media (width>=1441px) and (width<=1536px){:root{--rad-nav-height:78px;--rad-nav-top:-75px}.xxl-title{font-size:6.15rem}.xl-title{font-size:60px;font-weight:400}.lg-title{font-size:30px;line-height:1.45}.lg-title1{font-size:25px;line-height:1.45}.md-title{font-size:16px;line-height:1.35}.headline{font-size:48px}.headline1{font-size:44px}.card-title{font-size:22px}.description-info{font-size:17px;line-height:1.65}.description-info-en{letter-spacing:0;font-size:16px}.outBox{font-size:16px}}@media (width>=1024px) and (width<=1440px){:root{--rad-nav-height:75px;--rad-nav-top:-72px}.xxl-title{letter-spacing:.0063rem;font-size:calc(4.5rem + 1.25vw);font-weight:400;top:-.9rem}.xl-title{font-size:56px;font-weight:400}.lg-title{font-size:26px;line-height:1.35}.lg-title1{font-size:22px;line-height:1.25}.description-info{font-size:16px;line-height:1.65}.description-info-en{letter-spacing:0;font-size:15px}.md-title{font-size:16px;line-height:1.55}.learn-more{font-size:1.155rem}.learn-more .more-btn{width:1.715rem;height:1.715rem}.card-title{font-size:21px}.outBox{padding-bottom:2rem;font-size:16px!important}}@media (width>=769px) and (width<=1023px){:root{--rad-nav-height:70px;--rad-nav-top:-67px}.xxl-title{letter-spacing:0;height:7.7rem;font-size:calc(4.25rem + 1.35vw)}.xl-title{font-size:50px;font-weight:400}.lg-title{font-size:22px}.lg-title1{font-size:18px}.description-info{letter-spacing:.0625rem;font-size:16px;line-height:1.6}.description-info-en{letter-spacing:0;font-size:15px}.main-title{font-size:36px}.headline{font-size:40px}.headline1{font-size:36px}.card-title{font-size:20px}.md-title{font-size:15px}.outBox{padding-bottom:2rem;font-size:16px}}@media (width>=601px) and (width<=769px){:root{--rad-nav-height:64px;--rad-nav-top:-61px;--rad-padding:1.25rem}.xxl-title{letter-spacing:0;height:6.65rem;font-size:calc(4rem + 1.35vw);top:0}.xl-title{font-size:48px;font-weight:400}.lg-title{font-size:22px;line-height:1.25}.lg-title1{font-size:20px;line-height:1.25}.md-title{font-size:14px;line-height:1.5}.description-info{letter-spacing:.05rem;line-height:1.5}.description-info-en{letter-spacing:0}.one-box{padding-top:1.875rem}.learn-more{font-size:1.125rem}.main-title{font-size:36px}.headline{font-size:40px}.headline1{font-size:36px}.card-title{font-size:18px}.outBox{padding-bottom:1.25rem;font-size:15px}}@media screen and (width<=600px){:root{--rad-nav-height:64px;--rad-nav-top:-61px;--rad-padding:1.25rem}.xxl-title{letter-spacing:.125rem;height:4rem;padding:0;font-size:2.25rem;top:0}.xl-title{letter-spacing:0;margin:1rem 0;font-size:32px;font-weight:400}.lg-title{letter-spacing:0;margin-bottom:1.25rem;font-size:20px;line-height:1.25}.lg-title1{letter-spacing:0;margin-bottom:1.25rem;font-size:18px;line-height:1.25}.md-title{font-size:14px;line-height:1.4;width:85%!important}.learn-more{height:3rem;font-size:1rem;font-weight:500}.learn-more .more-btn{font-weight:600}.outBox{padding:1.3rem 0 2rem;font-size:14px}.description-info{letter-spacing:0;padding-bottom:1rem;font-size:1rem;line-height:1.55}.description-info-en{letter-spacing:0;font-size:.9375rem}.main-title{font-size:32px}.headline{margin-top:.625rem;margin-bottom:1rem;font-size:28px}.headline1{font-size:22px}.card-title{font-size:17px}}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-tracking{syntax:"*";inherits:false}.nav-bar[data-v-2d918d8f]{display:flex;justify-content:space-between;align-items:center;width:100%;height:5.5rem;height:var(--rad-nav-height);z-index:9;position:fixed;top:0;min-width:320px;max-width:1920px;background-color:#fff;transition:transform .2s ease-in-out;border-bottom:.8px solid #ccc;font-size:15px;font-weight:600}.nav-bar .nav-items[data-v-2d918d8f]{width:90%;display:flex;align-items:center}.nav-bar .nav-items .logo-item .logo[data-v-2d918d8f]{width:6.4375rem;height:2.4375rem}.nav-bar .nav-items .nav-text-items[data-v-2d918d8f]{flex:1;display:flex;height:100%;justify-content:center;padding-right:1.25rem}.nav-bar .nav-items .nav-text-items .nav-item[data-v-2d918d8f]{margin:0 1.5625rem;display:flex;align-items:center;height:100%;position:relative;cursor:pointer}.nav-bar .nav-items .nav-text-items .nav-item .arrow-icon[data-v-2d918d8f]{width:.75rem;height:.375rem;margin-left:.9375rem}.nav-bar .nav-items .nav-text-items .nav-item .underline[data-v-2d918d8f]{width:0;height:1px;background-color:#333;transition:width .3s ease-in-out;position:absolute;bottom:-.3125rem;left:0}.nav-bar .nav-items .nav-text-items .nav-item:hover .underline[data-v-2d918d8f]{width:100%}.nav-bar .nav-item_active[data-v-2d918d8f]{color:#0000e1}.nav-bar .nav_mobile[data-v-2d918d8f]{float:right;cursor:pointer;margin-right:1rem}.nav-bar .nav_mobile img[data-v-2d918d8f]{width:2rem}@media (min-width: 1921px){.nav-bar[data-v-2d918d8f]{font-size:.9rem;font-size:clamp(.9rem,.5vw,.9rem);padding:0 4rem}}@media (min-width: 1537px) and (max-width: 1921px){.nav-bar[data-v-2d918d8f]{font-size:16px}}@media screen and (max-width: 1024px){.nav-bar .nav-items .nav-text-items[data-v-2d918d8f]{display:none}.nav-bar .nav_mobile[data-v-2d918d8f]{display:block}}@media screen and (min-width: 1024px){.nav-bar .nav-text-items[data-v-2d918d8f]{display:block;align-items:center}.nav-bar .nav_mobile[data-v-2d918d8f]{display:none}}@media screen and (max-width: 600px){.nav-bar[data-v-2d918d8f]{padding:0 1.25rem}}[data-v-2d918d8f] .el-overlay{top:var(--rad-nav-height)!important}[data-v-2d918d8f] .el-overlay .el-drawer{height:36vh!important;overflow-y:hidden}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body{overflow-y:hidden;font-size:15px}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop{display:flex;flex-wrap:wrap;padding:3rem 2rem 3rem 12rem}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop .drop-item{width:25%;height:2.5rem;position:relative;cursor:pointer;margin:1.5rem 0}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop .drop-item img{width:1.2rem;height:1rem}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop .drop-item .underline{width:0;height:1px;background-color:#333;position:absolute;bottom:.5rem;left:0}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop .drop-item-active{color:#0000e1}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop .drop-item:hover{color:#333}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop .drop-item:hover .underline{width:5.625rem}@media (min-width: 1921px){[data-v-2d918d8f] .el-overlay .el-drawer{height:30vh!important;font-size:17px;overflow-y:hidden}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop{padding:2rem 2rem 3rem 28rem}}@media (min-width: 1440px) and (max-width: 1921px){[data-v-2d918d8f] .el-overlay .el-drawer{height:33vh!important;font-size:17px;overflow-y:hidden}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop{padding:1rem 2rem 3rem 10rem}}@media (min-width: 1024px) and (max-width: 1440px){[data-v-2d918d8f] .el-overlay .el-drawer{height:28vh!important;font-size:17px;overflow-y:hidden}[data-v-2d918d8f] .el-overlay .el-drawer .el-drawer__body .drop{padding:1rem 2rem 3rem 6rem}}.navbar-hidden[data-v-2d918d8f]{transform:translateY(-100%)}.footer[data-v-c7dd252a]{width:100%;display:flex;flex-direction:column;align-items:center;background:#000;color:#f2f2f2;font-size:1.125rem;z-index:2}.footer a[data-v-c7dd252a]{color:#f2f2f2}.footer .company-infos[data-v-c7dd252a]{width:100%;max-width:1920px;display:flex;flex-direction:column;align-items:flex-start}.footer .company-infos .infos[data-v-c7dd252a]{width:100%}.footer .company-infos .infos .company-item[data-v-c7dd252a]{line-height:2.5;padding-right:3.125rem}.footer .company-infos .infos .company-item .link[data-v-c7dd252a]{width:auto;position:relative}.footer .company-infos .infos .company-item .link .underline[data-v-c7dd252a]{width:0;height:1px;background-color:#ccc;transition:width .3s ease-in-out;position:absolute;bottom:5px;left:0}.footer .company-infos .infos .company-item .link[data-v-c7dd252a]:hover{color:#ccc}.footer .company-infos .infos .company-item .link:hover .underline[data-v-c7dd252a]{width:70px}.footer .company-infos .infos .company-item[data-v-c7dd252a]:last-child{padding:0}.footer .company-infos .code-info[data-v-c7dd252a]{display:flex;align-items:flex-end;font-size:1rem}.footer .company-infos .code-info .code[data-v-c7dd252a]{width:9.375rem;margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:center}.footer .company-infos .code-info .code img[data-v-c7dd252a]{width:6.25rem;height:6.25rem;margin-bottom:.625rem}.footer .company-infos .info[data-v-c7dd252a]{padding-top:1.25rem}@media (min-width: 1921px){.footer .company-infos[data-v-c7dd252a]{padding:4rem;font-size:.875rem}.footer .company-infos .infos .company-item[data-v-c7dd252a]{padding-right:7rem}}@media screen and (min-width: 1441px) and (max-width: 1921px){.footer .company-infos .infos .company-item[data-v-c7dd252a]{padding-right:6rem}}@media (min-width: 601px) and (max-width: 1023px){.footer .company-infos[data-v-c7dd252a]{font-size:1.125rem}}@media screen and (max-width: 600px){.footer .company-infos[data-v-c7dd252a]{font-size:1rem;padding:2rem 1.25rem 3rem}.footer .company-infos .infos[data-v-c7dd252a]{display:flex;flex-direction:column}}body[data-v-045a253f]{margin:0;display:flex;place-items:center;flex-direction:column}body #content-box[data-v-045a253f]{width:100%;min-width:320px;max-width:1920px;background:#fff;padding-top:var(--rad-nav-height);flex:1}@media screen and (min-width: 1921px){body #content-box[data-v-045a253f]{padding-top:4rem}}@media screen and (max-width: 600px){body #content-box[data-v-045a253f]{padding-left:1.25rem;padding-right:1.25rem}}.menu-box[data-v-045a253f]{z-index:9;position:fixed;top:0;width:100%;height:100%;background:#0006;right:0}.menu-box .menu[data-v-045a253f]{width:85%;height:100%;background:#fff;float:right;display:flex;flex-direction:column;font-size:1.5rem;animation:pop-045a253f .2s linear}.menu-box .menu .el-menu[data-v-045a253f]{border:none;padding-left:1rem}.menu-box .menu .el-menu .el-menu-item[data-v-045a253f]{width:100%}.menu-box .menu .el-menu .el-menu-item a[data-v-045a253f]{width:100%;font-size:1rem}.menu-box .menu .el-menu .el-sub-menu a[data-v-045a253f]{padding-left:1.25rem;color:#666}.menu-box .menu .el-col-10[data-v-045a253f]{max-width:100%!important}@keyframes pop-045a253f{0%{width:0%}to{width:85%}}.menu-box .menu .close[data-v-045a253f]{height:5rem;display:flex;align-items:center;justify-content:flex-end;cursor:pointer;position:relative;right:1.25rem}.menu-box .menu .close img[data-v-045a253f]{width:1.3rem}.menu-box .menu .nav-item[data-v-045a253f]{display:flex;align-items:center;justify-content:space-between;height:5rem}.menu-box .menu .nav-item img[data-v-045a253f]{width:2rem}.menu-box .menu .nav-item_active[data-v-045a253f]{color:#0000e1!important}.fade-enter-active[data-v-045a253f],.fade-leave-active[data-v-045a253f]{transition:opacity .5s ease}.fade-enter-from[data-v-045a253f],.fade-leave-to[data-v-045a253f]{opacity:0}.home-box[data-v-69a194bb]{width:100%;color:#333}.home-box .one-box .one-box-info[data-v-69a194bb]{width:45%}.home-box .one-box .one-box-info .md-title[data-v-69a194bb]{width:72%}.home-box .one-box .img-info[data-v-69a194bb]{width:55%}.home-box .two-box .brand-item[data-v-69a194bb]{min-height:18.75rem}.home-box .two-box .brand-item .brand-info[data-v-69a194bb]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000c,#0000001a,#0000)}.home-box .two-box .brand-item .brand-info .brand-title[data-v-69a194bb]{font-size:1rem}.home-box .two-box .brand-item .brand-info .brand-desc[data-v-69a194bb]{font-size:20px;font-weight:400;line-height:1.35}.home-box .arrow-icon[data-v-69a194bb]{width:16px;height:9px}.home-box .three-box[data-v-69a194bb]{position:relative;height:340vh}.home-box .three-box .floating-card[data-v-69a194bb]{width:100%;height:340vh;font-weight:400}.home-box .three-box .floating-card .stage[data-v-69a194bb]{height:100vh;display:flex;font-size:5.625rem;position:sticky;top:0;will-change:transform}.home-box .three-box .floating-card .stage .cn[data-v-69a194bb]{font-size:4rem}.home-box .three-box .floating-card .presenter[data-v-69a194bb]{height:200vh;position:relative}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]{min-height:21.625rem;font-size:1.875rem;display:flex;position:relative;overflow:hidden}.home-box .three-box .floating-card .presenter .item .original-text[data-v-69a194bb]{width:81%;transform:translateY(0);opacity:1;transition:transform .3s ease,opacity .3s ease}.home-box .three-box .floating-card .presenter .item .original-text .uppercase[data-v-69a194bb]{font-size:1.75rem}.home-box .three-box .floating-card .presenter .item .new-text[data-v-69a194bb]{padding:1.875rem 2rem 1.875rem 1.875rem;position:absolute;top:100%;left:0;transform:translateY(0);opacity:0;transition:transform .3s ease,top .3s ease;font-size:1.25rem;line-height:1.65;font-weight:300}.home-box .three-box .floating-card .presenter .item:hover .original-text[data-v-69a194bb]{transform:translateY(-250%);opacity:0}.home-box .three-box .floating-card .presenter .item:hover .new-text[data-v-69a194bb]{top:0;opacity:1}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:50%;display:flex}.home-box .four-box .contact-infos[data-v-69a194bb]{padding-bottom:3rem}.home-box .four-box .contact-infos .contact-item .title[data-v-69a194bb]{color:#333;font-size:1.325rem;padding-top:.875rem;height:4.75rem;display:flex;word-break:break-word}.home-box .four-box .contact-infos .contact-item .desc[data-v-69a194bb]{padding-bottom:.9375rem}.home-box .four-box .contact-infos .contact-item img[data-v-69a194bb]{width:6.875rem}@media (min-width: 1921px){.home-box .one-box .one-box-info[data-v-69a194bb]{width:50%}.home-box .one-box .one-box-info .info-des .md-title[data-v-69a194bb]{width:75%}.home-box .one-box .img-info[data-v-69a194bb]{width:60%}.home-box .two-box .brand-item .brand-info .brand-title[data-v-69a194bb]{font-size:.875rem}.home-box .two-box .brand-item .brand-info .brand-desc[data-v-69a194bb]{font-size:1.13rem}.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:4.6875rem}.home-box .three-box .floating-card .stage .cn[data-v-69a194bb]{font-size:5rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]{height:23rem;width:40%;font-size:1.75rem}.home-box .three-box .floating-card .presenter .item .original-text .uppercase[data-v-69a194bb]{font-size:1.5rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:50%}}@media screen and (min-width: 1537px) and (max-width: 1921px){.home-box .one-box .one-box-info[data-v-69a194bb]{width:49%}.home-box .one-box .one-box-info .info-des .md-title[data-v-69a194bb]{width:70%}.home-box .one-box .img-info[data-v-69a194bb]{width:61%}.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:4.6875rem}.home-box .three-box .floating-card .stage .cn[data-v-69a194bb]{font-size:5rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]{height:26rem;width:40%;font-size:1.95rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:50%}}@media screen and (min-width: 1441px) and (max-width: 1536px){.home-box .one-box .one-box-info[data-v-69a194bb]{width:48%}.home-box .one-box .one-box-info .info-des .md-title[data-v-69a194bb]{width:70%}.home-box .one-box .img-info[data-v-69a194bb]{width:52%}.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:5rem}.home-box .three-box .floating-card .stage .cn[data-v-69a194bb]{font-size:5.2rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]{height:26rem;width:40%}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:50%}}@media screen and (min-width: 1024px) and (max-width: 1440px){.home-box .one-box .one-box-info[data-v-69a194bb]{width:48%}.home-box .one-box .one-box-info .info-des .md-title[data-v-69a194bb],.home-box .one-box .img-info[data-v-69a194bb]{width:70%}.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:4.3rem;font-weight:400;line-height:1.1}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]{font-size:2rem;min-height:25rem;width:44%}.home-box .three-box .floating-card .presenter .item .new-text[data-v-69a194bb]{font-size:1.375rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:50%}}@media screen and (min-width: 769px) and (max-width: 1023px){.home-box .one-box[data-v-69a194bb]{flex-direction:column}.home-box .one-box .one-box-info[data-v-69a194bb]{width:100%}.home-box .one-box .one-box-info .info-des .md-title[data-v-69a194bb]{width:55%}.home-box .one-box .img-info[data-v-69a194bb]{width:100%}.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:4.5rem}.home-box .three-box .presenter .item[data-v-69a194bb]:nth-child(2){left:40%!important}.home-box .four-box .contact-infos[data-v-69a194bb]{padding:2.25rem 0 1rem}.home-box .four-box .contact-infos .contact-item[data-v-69a194bb]{width:100%;display:flex;align-items:center;padding-bottom:3rem}.home-box .four-box .contact-infos .contact-item img[data-v-69a194bb]{width:8rem;margin-right:2.25rem}.home-box .four-box .contact-infos .contact-item .title[data-v-69a194bb]{height:auto;font-weight:500;padding:.625rem 0;font-size:20px;font-weight:600}}@media screen and (max-width: 769px){.home-box .one-box[data-v-69a194bb]{flex-direction:column}.home-box .one-box .one-box-info[data-v-69a194bb]{width:100%}.home-box .one-box .one-box-info .info-des[data-v-69a194bb]{margin-top:.85rem}.home-box .one-box .one-box-info .info-des .md-title[data-v-69a194bb]{width:75%}.home-box .one-box .img-info[data-v-69a194bb]{width:100%}.home-box .two-box[data-v-69a194bb]{margin-top:1rem;overflow-x:auto}.home-box .two-box .brand-item .brand-info .brand-desc[data-v-69a194bb]{font-size:18px}.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:3.25rem}.home-box .three-box .floating-card .stage .cn[data-v-69a194bb]{font-size:3.5rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:40%}.home-box .four-box .contact-infos[data-v-69a194bb]{padding:2.25rem 0 1rem}.home-box .four-box .contact-infos .contact-item[data-v-69a194bb]{width:100%;display:flex;align-items:flex-start;padding-bottom:2rem}.home-box .four-box .contact-infos .contact-item img[data-v-69a194bb]{width:7rem;margin-right:1.25rem}.home-box .four-box .contact-infos .contact-item .title[data-v-69a194bb]{height:auto;font-weight:500;padding:0 0 .625rem}}@media (min-width: 600px) and (max-width: 766px){.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:4.25rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]{height:26rem;width:60%;margin:4.375rem 0;padding:1.25rem}.home-box .three-box .floating-card .presenter .item .new-text[data-v-69a194bb]{font-size:18px}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:40%}}@media (min-width: 600px) and (max-width: 640px){.home-box .two-box[data-v-69a194bb]{margin-top:3rem;overflow:hidden;margin-bottom:1.25rem}}@media screen and (max-width: 599px){.home-box .one-box .one-box-info[data-v-69a194bb]{padding-top:0;font-weight:400}.home-box .two-box[data-v-69a194bb]{padding-top:.8rem;overflow-x:auto;overflow-y:hidden}.home-box .two-box .brand-item[data-v-69a194bb]{width:16rem;flex:none}.home-box .two-box .brand-item .brand-info[data-v-69a194bb]{padding:1.5625rem .5rem 0 1.5rem}.home-box .two-box .brand-item .brand-info .brand-desc[data-v-69a194bb]{font-size:16px}.home-box .three-box[data-v-69a194bb]{padding:0 1rem;height:400vh}.home-box .three-box .floating-card[data-v-69a194bb]{height:400vh}.home-box .three-box .floating-card .stage[data-v-69a194bb]{font-size:1.8rem}.home-box .three-box .floating-card .stage .cn[data-v-69a194bb]{font-size:2.1rem}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]{height:20rem;width:73%;margin:4rem 0;padding:1.25rem;font-size:20px}.home-box .three-box .floating-card .presenter .item .original-text .uppercase[data-v-69a194bb]{font-size:14px}.home-box .three-box .floating-card .presenter .item .new-text[data-v-69a194bb]{font-size:14px;padding:1.875rem .625rem 0 1.25rem;line-height:1.5}.home-box .three-box .floating-card .presenter .item[data-v-69a194bb]:nth-child(2){left:30%}.home-box .four-box .contact-infos[data-v-69a194bb]{padding:.625rem 0}.home-box .four-box .contact-infos .contact-item img[data-v-69a194bb]{width:3.5rem;margin-right:1.25rem}.home-box .four-box .contact-infos .contact-item .title[data-v-69a194bb]{height:auto;font-weight:500;padding:0 0 .625rem;font-size:16px}.home-box .four-box .contact-infos .contact-item .desc[data-v-69a194bb]{font-size:14px}.home-box .four-box .contact-infos .contact-item[data-v-69a194bb]:last-child{padding-bottom:0}}.linked-tabs[data-v-191e9f61]{display:flex;justify-content:space-between;height:90vh;max-height:800px}.linked-tabs .left-nav[data-v-191e9f61]{width:20%;overflow-y:hidden;flex-shrink:0;font-weight:300}.linked-tabs .left-nav .nav-item[data-v-191e9f61]{padding:20px 0 20px 2.25rem;cursor:pointer;transition:all .3s;border-left:3px solid #ccc}.linked-tabs .left-nav .nav-item[data-v-191e9f61]:hover{color:#0000e1}.linked-tabs .left-nav .nav-item.active[data-v-191e9f61]{border-left-color:#0000e1;color:#0000e1;font-weight:500}.linked-tabs .right-content[data-v-191e9f61]{width:60%;padding-bottom:0;overflow-y:auto;position:relative;scrollbar-width:none}.linked-tabs .right-content .content-section[data-v-191e9f61]{transition:transform .3s}.linked-tabs .right-content .content-section .line[data-v-191e9f61]{width:100%;height:.5px;background-color:#ccc}@media (min-width: 2100px){.linked-tabs[data-v-191e9f61]{padding-right:0;padding-bottom:0}.linked-tabs .left-nav[data-v-191e9f61]{padding-left:0}.linked-tabs .right-content[data-v-191e9f61]{width:70%}.linked-tabs .right-content .content-section .content[data-v-191e9f61]{padding:5rem 0}}@media (min-width: 1921px) and (max-width: 2100px){.linked-tabs .left-nav[data-v-191e9f61]{padding-left:0}.linked-tabs .right-content[data-v-191e9f61]{width:70%}}@media (min-width: 1024px) and (max-width: 1440px){.linked-tabs .right-content[data-v-191e9f61]{width:62%}}@media (min-width: 769px) and (max-width: 1024px){.linked-tabs .left-nav[data-v-191e9f61]{width:25%}.linked-tabs .right-content[data-v-191e9f61]{width:65%}}@media (max-width: 768px){.linked-tabs[data-v-191e9f61]{flex-direction:column;height:auto}.linked-tabs .left-nav[data-v-191e9f61]{width:100%;display:flex;overflow-x:hidden;padding-bottom:42px;justify-content:space-around;padding:2rem 4rem 3rem 3rem}.linked-tabs .left-nav .nav-item[data-v-191e9f61]{white-space:nowrap;border-left:none;padding:0 0 10px}.linked-tabs .left-nav .nav-item.active[data-v-191e9f61]{border-left:none;border-bottom:4px solid #0000e1}.linked-tabs .right-content[data-v-191e9f61]{width:100%;padding-left:4rem}.linked-tabs .right-content .content-section:first-child .content[data-v-191e9f61]{padding-top:0}}@media screen and (max-width: 600px){.linked-tabs .left-nav[data-v-191e9f61]{padding:1rem 0 0}.linked-tabs .right-content[data-v-191e9f61]{padding:2rem 0}}.serve-box[data-v-3e702f79]{display:flex;flex-direction:column;align-items:center}.serve-box .one-box[data-v-3e702f79]{width:100%;position:relative}.serve-box .one-box .slides-containe[data-v-3e702f79]{position:relative;margin:0 auto;overflow:hidden;top:-2.5625rem;width:100%;padding-left:0}.serve-box .one-box .slides-containe .slides-btn[data-v-3e702f79]{position:absolute;right:2.875rem;z-index:9}.serve-box .one-box .slides-containe .slides-btn .btn[data-v-3e702f79]{background-color:#f2f2f2;width:3.125rem;height:3.125rem;display:flex;align-items:center}.serve-box .one-box .slides-containe .slides-btn .btn img[data-v-3e702f79]{width:90%;height:70%}.serve-box .one-box .slides-containe .slides[data-v-3e702f79]{display:flex;width:fit-content}.serve-box .one-box .slides-containe .slides .slide[data-v-3e702f79]{min-width:85%;box-sizing:border-box}.serve-box .one-box .slides-containe .slides .slide .slide-img[data-v-3e702f79]{width:55%;display:block}.serve-box .two-box[data-v-3e702f79]{width:100%}.serve-box .two-box .project-items[data-v-3e702f79]{overflow-y:hidden}.serve-box .two-box .project-items .project-item[data-v-3e702f79]{font-size:1.15rem;flex:none;height:40.625rem}.serve-box .two-box .project-items .project-item .brand-title[data-v-3e702f79]{font-size:1.57rem;line-height:1.2}.serve-box .two-box .project-items .project-item .brand-info[data-v-3e702f79]{flex:1}.serve-box .two-box .project-items .project-item .brand-info .brand-desc[data-v-3e702f79]{line-height:1.6;height:100px}.serve-box .two-box .project-items .project-item.hovered[data-v-3e702f79]{background-color:#0000e1;color:#fff}@media screen and (min-width: 1920px){.serve-box .one-box .slides-containe .slides-btn[data-v-3e702f79]{right:0}}@media screen and (min-width: 1280px) and (max-width: 1919px){.serve-box .two-box .project-items .project-item[data-v-3e702f79]{height:37.5rem}}@media screen and (max-width: 639px){.serve-box .one-box .slides-containe[data-v-3e702f79]{top:0;padding:.3rem 0 2.5rem}.serve-box .one-box .slides-containe .slides-btn[data-v-3e702f79]{right:1.25rem}.serve-box .one-box .slides-containe .slides-btn .btn[data-v-3e702f79]{width:2.4rem;height:2.4rem}.serve-box .one-box .slides-containe .slides .slide[data-v-3e702f79]{padding-right:0}.serve-box .one-box .slides-containe .slides .slide .slide-img[data-v-3e702f79]{width:88%!important}.serve-box .two-box .xxl-title[data-v-3e702f79]{height:10rem}.serve-box .two-box .project-items[data-v-3e702f79]{padding-left:0;padding-right:0;padding-top:0rem}.serve-box .two-box .project-items .project-item[data-v-3e702f79]{font-size:1rem;height:31.375rem}.serve-box .two-box .project-items .project-item .uppercase[data-v-3e702f79]{font-size:1.2rem}.serve-box .two-box .project-items .project-item .brand-title[data-v-3e702f79]{font-size:1.32rem;line-height:1.1}}@media (min-width: 451px) and (max-width: 600px){.serve-box .two-box[data-v-3e702f79]{padding:3rem 0 2rem}.serve-box .two-box .xxl-title[data-v-3e702f79]{height:6rem}.serve-box .two-box .project-items .project-item[data-v-3e702f79]{width:55%;height:30rem}}@media (min-width: 320px) and (max-width: 450px){.serve-box .one-box[data-v-3e702f79]{padding-bottom:0}.serve-box .two-box[data-v-3e702f79]{padding-top:3rem;padding-bottom:1rem}.serve-box .two-box .xxl-title[data-v-3e702f79]{height:8rem}.serve-box .two-box .project-items[data-v-3e702f79]{padding-left:0!important;padding-right:0!important}.serve-box .two-box .project-items .project-item[data-v-3e702f79]{width:70%;height:29rem}}@media screen and (min-width: 1024px){.serve-box .one-box .slides-btn[data-v-3e702f79]{top:0rem;right:1.25rem}}@media screen and (max-width: 1023px){.serve-box .one-box .slides-containe[data-v-3e702f79]{width:100%;top:0}.serve-box .one-box .slides-containe .slides-btn[data-v-3e702f79]{bottom:0}.serve-box .one-box .slides-containe .slides[data-v-3e702f79]{min-width:85%}.serve-box .one-box .slides-containe .slides .slide .slide-img[data-v-3e702f79]{width:100%}.serve-box .two-box .lg-title[data-v-3e702f79]{width:100%;padding:.8rem 0}}.about-box[data-v-6b94cb65]{width:100%;overflow-x:hidden}.about-box .line[data-v-6b94cb65]{width:100%;height:.5px;background-color:#ccc}.about-box .one-box[data-v-6b94cb65]{width:100%}.about-box .right-box .line-split[data-v-6b94cb65]{width:4.875rem;height:.1875rem;background-color:#0000e1}.about-box .right-box .number-list .number-items img[data-v-6b94cb65]{width:40%}.about-box .right-box .number-list .number-items .name[data-v-6b94cb65]{font-size:1.25rem}.about-box[data-v-6b94cb65] .el-tabs__content{padding-top:2.5rem;color:#333;font-size:2rem}.about-box[data-v-6b94cb65] .el-tabs__item{color:#333;font-size:1.125rem;padding-left:3.125rem;text-align:center}.about-box[data-v-6b94cb65] .el-tabs__item.is-active{color:#0000e1!important}.about-box[data-v-6b94cb65] .el-tabs__active-bar{width:5rem!important;background-color:#0000e1!important;left:-1.5rem!important}.about-box[data-v-6b94cb65] .el-tabs__nav-wrap:after{background-color:#fff}@media screen and (min-width: 1536px) and (max-width: 1920px){.about-box[data-v-6b94cb65] .el-tabs__content{padding-top:1.5rem}}@media screen and (min-width: 1024px) and (max-width: 1536px){.about-box[data-v-6b94cb65] .el-tabs__content{padding-top:1.5rem}}@media screen and (min-width: 1280px){.about-box .two-box .md-title[data-v-6b94cb65]{min-height:87px}}@media screen and (max-width: 1024px){.about-box .right-box .lg-title[data-v-6b94cb65]{margin-bottom:0}.about-box[data-v-6b94cb65] .el-tabs__content{padding-top:1.25rem}}@media screen and (min-width: 601px) and (max-width: 640px){.about-box .line[data-v-6b94cb65]{margin:1.875rem 0}.about-box .right-box .line-split[data-v-6b94cb65]{margin:2.25rem 0}.about-box .right-box .number-list[data-v-6b94cb65]{margin:1.25rem 0!important}.about-box .right-box .number-list .number-items[data-v-6b94cb65]{margin:.9375rem 0;width:100%!important}.about-box .right-box .number-list .number-items img[data-v-6b94cb65]{width:30%}.about-box .right-box .number-list .number-items .number-item[data-v-6b94cb65]{margin-left:1rem!important}.about-box .right-box .number-list .number-items .number-item .info[data-v-6b94cb65]{line-height:1.2}.about-box .three-box .description-info[data-v-6b94cb65]{margin:.75rem 0 1.2rem}}@media screen and (max-width: 600px){.about-box[data-v-6b94cb65] .el-tabs__content{padding-top:.625rem}.about-box[data-v-6b94cb65].el-tabs__active-bar{left:0}.about-box[data-v-6b94cb65] .el-tabs__item{padding-right:.9375rem;padding-left:.9375rem!important;font-size:14px}.about-box .description-info[data-v-6b94cb65],.about-box .one-box[data-v-6b94cb65]{padding-bottom:0}.about-box[data-v-6b94cb65] .el-icon{width:1.5em;font-size:18px}.about-box .line[data-v-6b94cb65]{margin:1.5rem 0;height:.4px}.about-box .right-box .lg-title[data-v-6b94cb65]{width:77%}.about-box .right-box .line-split[data-v-6b94cb65]{margin:1.5625rem 0}.about-box .right-box .number-list[data-v-6b94cb65]{margin-top:1.25rem!important}.about-box .right-box .number-list .number-items[data-v-6b94cb65]{width:100%;margin:.9375rem 0}.about-box .right-box .number-list .number-items .number-item .info[data-v-6b94cb65]{line-height:1.4}.about-box .three-box .description-info[data-v-6b94cb65]{margin:.75rem 0 1rem}}.popup[data-v-59e22226]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.popup-content[data-v-59e22226]{background:#00000080;padding:20px;border-radius:5px;color:#fff;font-size:1.12rem}.contact-box[data-v-95776524]{width:100%;overflow-x:hidden}.contact-box .one-box .contact-infos[data-v-95776524]{padding:2rem 0 3rem}.contact-box .one-box .contact-infos .contact-item .title[data-v-95776524]{color:#333;font-size:1.25rem;padding-top:.875rem;height:4.75rem;display:flex;word-break:break-word}.contact-box .one-box .contact-infos .contact-item .desc[data-v-95776524]{padding-bottom:.9375rem}.contact-box .one-box .contact-infos .contact-item img[data-v-95776524]{width:6.875rem}.contact-box .one-box .info-box .label[data-v-95776524]{font-size:1rem;margin-bottom:.2rem}.contact-box .one-box .info-box .input-box[data-v-95776524]{border:1px solid #000000;background-color:#fff;width:60%;height:3.125rem}.contact-box .one-box .info-box .input-box input[data-v-95776524]{width:100%;height:100%;padding:0 .625rem}.contact-box .one-box .info-box[data-v-95776524] .el-collapse-item__header{font-size:1.125rem;height:4.375rem}.contact-box .one-box .info-box[data-v-95776524] .el-collapse-item__wrap{background:#f2f2f2;padding:1.25rem .9375rem;font-weight:600}.contact-box .one-box .info-box .btn-box[data-v-95776524]{background-color:#000;color:#fff;width:12.5rem;height:3.125rem;font-size:.875rem}@media screen and (min-width: 769px) and (max-width: 1023px){.contact-box .one-box .contact-infos[data-v-95776524]{padding-bottom:1rem;padding-top:0}.contact-box .one-box .contact-infos .contact-item[data-v-95776524]{width:100%;display:flex;align-items:center;padding-bottom:3rem}.contact-box .one-box .contact-infos .contact-item img[data-v-95776524]{width:8rem;margin-right:2.25rem}.contact-box .one-box .contact-infos .contact-item .title[data-v-95776524]{height:auto;font-weight:500;padding:.625rem 0;font-size:20px;font-weight:600}}@media screen and (min-width: 601px) and (max-width: 769px){.contact-box .one-box[data-v-95776524]{padding-bottom:3rem}.contact-box .one-box .contact-infos[data-v-95776524]{padding-bottom:1rem;padding-top:0}.contact-box .one-box .contact-infos .contact-item[data-v-95776524]{width:100%;display:flex;align-items:center;padding-bottom:2rem}.contact-box .one-box .contact-infos .contact-item img[data-v-95776524]{width:7rem;margin-right:1.25rem}.contact-box .one-box .contact-infos .contact-item .title[data-v-95776524]{height:auto;font-weight:500;padding:.625rem 0}.contact-box .one-box .xxl-title[data-v-95776524]{height:10rem}}@media screen and (max-width: 601px){.contact-box .one-box .contact-infos[data-v-95776524]{padding:4rem 0}.contact-box .one-box .lg-title[data-v-95776524]{width:90%;padding-top:.625rem}.contact-box .one-box .info-box .label[data-v-95776524]{font-size:1rem}.contact-box .one-box .info-box .input-box[data-v-95776524]{width:90%}}@media screen and (min-width: 320px) and (max-width: 601px){.contact-box .one-box .xxl-title[data-v-95776524]{height:6rem}.contact-box .one-box .lg-title[data-v-95776524]{padding-top:.5rem}.contact-box .one-box .contact-infos[data-v-95776524]{padding:3rem 0 2rem}.contact-box .one-box .contact-infos .contact-item[data-v-95776524]{width:100%;display:flex;align-items:flex-start;padding-bottom:1.5rem}.contact-box .one-box .contact-infos .contact-item img[data-v-95776524]{width:3.5rem;margin-right:1.25rem}.contact-box .one-box .contact-infos .contact-item .title[data-v-95776524]{height:auto;font-weight:500;padding:0 0 .625rem;font-size:16px}.contact-box .one-box .contact-infos .contact-item .desc[data-v-95776524]{font-size:14px}.contact-box .one-box .contact-infos .contact-item[data-v-95776524]:last-child{padding-bottom:0}}.form[data-v-1b27e6da]{position:relative;display:flex;flex-direction:column;align-items:center}.form form[data-v-1b27e6da]{padding:1rem;box-sizing:border-box;position:absolute;top:10px;width:90%;height:100%}.form form .item[data-v-1b27e6da]{display:flex;align-items:center;height:5.7rem;border-bottom:1px solid #adadad}.form form .item .title[data-v-1b27e6da]{color:#333;font-weight:700;padding:1rem 0;margin-top:1rem;width:7rem;font-size:1.25rem}.form form .item input[data-v-1b27e6da]{flex:1;height:100%;border-radius:3px;padding-left:1rem;box-sizing:border-box;text-align:right}.form form .item input[data-v-1b27e6da]::-webkit-input-placeholder{color:#c2c2c2!important}.form form .item input[data-v-1b27e6da]:focus{box-sizing:border-box}.form form .item input.active[data-v-1b27e6da]{color:#0000e1!important}.form form .item textarea[data-v-1b27e6da]{flex:1;border-radius:3px;padding:1rem;box-sizing:border-box;width:100%}.form form .item textarea[data-v-1b27e6da]::-webkit-input-placeholder{color:#999!important}.form form .textarea[data-v-1b27e6da]{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:auto;flex:1;border-bottom:none}.form form .btns[data-v-1b27e6da]{width:100%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:4rem;left:0}.form form .btns .btn[data-v-1b27e6da]{border-radius:100px;color:#fff;font-weight:700;background:#0000e1;width:100%;padding:1rem 0;font-size:1.45rem;box-sizing:border-box}.about-box[data-v-41d4a916]{width:100%;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.about-box .about-info[data-v-41d4a916]{width:82%;padding:4rem 0 0rem;font-size:1.15rem;color:#333}.about-box .about-info .about-item[data-v-41d4a916]{display:flex;align-items:center;justify-content:center;margin-bottom:4rem}.about-box .about-info .about-item img[data-v-41d4a916]{width:50%;border-radius:1rem}.about-box .about-info .about-item .about-des[data-v-41d4a916]{padding:0 3rem 0 6rem;width:55%}.about-box .about-info .about-item .about-des .title[data-v-41d4a916]{width:77%;font-weight:700;font-size:2.25rem;margin-bottom:2rem}.about-box .about-info .about-item .about-des .des[data-v-41d4a916]{width:90%;line-height:2.625rem;font-size:1.52rem}.about-box .work-box[data-v-41d4a916]{width:84%;padding:3rem 0 4rem}.about-box .work-box .title_dms[data-v-41d4a916]{height:7rem;display:flex;flex-direction:column;align-items:center}.about-box .work-box .title_dms .title_dm[data-v-41d4a916]{font-weight:700;font-size:2.375rem;padding-bottom:.65rem}.about-box .work-box .title_dms .title_dm_en[data-v-41d4a916]{color:#8b8b8b;font-size:1.375rem}.about-box .work-box .content[data-v-41d4a916]{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;box-sizing:border-box;width:100%}.about-box .work-box .content .content-item[data-v-41d4a916]{font-size:1.15rem;width:31%;min-height:44rem;background:#f6f7fc;padding:2rem;box-sizing:border-box;border-radius:1.7rem;line-height:2.2rem;color:#333}.about-box .work-box .content .content-item .title[data-v-41d4a916]{color:#0000e1;font-weight:700;font-size:1.625rem}.about-box .work-box .content .content-item .title_en[data-v-41d4a916]{color:#0000e1;padding-top:.4rem}.about-box .work-box .content .content-item .des[data-v-41d4a916]{font-size:1.4rem;padding:.6rem 0 .5rem;font-weight:700}.about-box .flow-box[data-v-41d4a916]{width:100%;background:#0000e1;color:#fff;padding:4rem 8rem 3rem;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-around}.about-box .flow-box .flow-item[data-v-41d4a916]{width:20%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:2rem}.about-box .flow-box .flow-item .number[data-v-41d4a916]{font-style:DINCond-Black;font-size:5rem;font-weight:700;color:#ffd800}.about-box .flow-box .flow-item .title[data-v-41d4a916]{font-weight:700;font-size:1.6rem;padding:1rem 0 1.5rem}.about-box .flow-box .flow-item .des[data-v-41d4a916]{text-align:center;font-size:1.25rem;line-height:2.2rem}.about-box .contact-box[data-v-41d4a916]{width:82%;padding:4rem 0;display:flex;flex-direction:column;align-items:center}.about-box .contact-box .title_dms[data-v-41d4a916]{height:7rem;display:flex;flex-direction:column;align-items:center}.about-box .contact-box .title_dms .title_dm[data-v-41d4a916]{font-weight:700;font-size:2.375rem;padding-bottom:.65rem}.about-box .contact-box .title_dms .title_dm_en[data-v-41d4a916]{color:#8b8b8b;font-size:1.375rem}.about-box .contact-box .des[data-v-41d4a916]{width:100%;font-size:1.55rem;text-align:center;line-height:2.6rem}.about-box .contact-box .contact[data-v-41d4a916]{display:flex;align-items:center;justify-content:space-around;align-items:flex-start;padding:5rem 0;box-sizing:border-box;width:100%}.about-box .contact-box .contact .contact-item[data-v-41d4a916]{display:flex;flex-direction:column;align-items:center;font-size:1.2rem}.about-box .contact-box .contact .contact-item .img[data-v-41d4a916]{display:flex;align-items:center;height:6rem}.about-box .contact-box .contact .contact-item .img img[data-v-41d4a916]{width:4rem}.about-box .contact-box .contact .contact-item .title[data-v-41d4a916]{font-size:2.4rem;height:6rem;display:flex;align-items:center;font-weight:700}.about-box .contact-box .contact .split[data-v-41d4a916]{width:1px;height:50px;background:#666;position:relative;top:80px;margin:0 30px}.about-box .contact-box .contact .contact-item1 .img img[data-v-41d4a916]{width:5rem}.about-box .contact-box .contact .contact-item2 .img img[data-v-41d4a916]{width:3.6rem}.about-box .contact-box .contact .contact-item3 .img img[data-v-41d4a916]{width:5rem}.about-box .teams-box[data-v-41d4a916]{padding:8rem 0}.about-box .teams-box .teams[data-v-41d4a916]{background:#f1f1f1;display:flex;flex-wrap:wrap;padding:4rem 10rem;box-sizing:border-box}.about-box .teams-box .teams .teams-item[data-v-41d4a916]{width:33.3%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0}.about-box .teams-box .teams .teams-item .name[data-v-41d4a916]{font-weight:700;font-size:1.4rem;padding:.5rem 0}.about-box .teams-box .teams .teams-item .title[data-v-41d4a916]{padding:.5rem;font-size:1.2rem}.about-box .teams-box .teams .teams-item .info[data-v-41d4a916]{color:#666;width:80%;font-size:1.18rem;line-height:1.8rem;flex:1;display:flex}.about-box .teams-box .teams .teams-item img[data-v-41d4a916]{width:40%;padding-bottom:1rem}.about-box .teams-box .teams .teams-item[data-v-41d4a916]:nth-child(1){width:50%}.about-box .teams-box .teams .teams-item[data-v-41d4a916]:nth-child(2){width:50%}.about-box .teams-box .btns[data-v-41d4a916]{width:100%;display:flex;align-items:center;justify-content:center;padding-top:3rem}.about-box .teams-box .btns .btn[data-v-41d4a916]{border:1px solid #8c8c8c;padding:.8rem 2rem;font-size:1.15rem}.about-box .teams-box .btns .btn[data-v-41d4a916]:hover{background:#002f99;color:#fff}@media screen and (min-width: 992px) and (max-width: 1200px){.about-box .about-info[data-v-41d4a916]{width:82%}.about-box .about-info .about-item[data-v-41d4a916]{margin-bottom:2rem}.about-box .about-info .about-item img[data-v-41d4a916]{width:50%}.about-box .about-info .about-item .about-des[data-v-41d4a916]{padding:0 2rem 0 4rem;width:60%}.about-box .about-info .about-item .about-des .title[data-v-41d4a916]{width:70%;font-size:1.65rem}.about-box .about-info .about-item .about-des .des[data-v-41d4a916]{font-size:1.35rem;width:88%;line-height:2.425rem;font-size:1.3rem}.about-box .work-box[data-v-41d4a916]{width:100%}.about-box .work-box .content[data-v-41d4a916]{padding:0 4rem}.about-box .work-box .content .content-item[data-v-41d4a916]{min-height:28rem;width:100%!important;margin-bottom:2rem}.about-box .flow-box[data-v-41d4a916]{width:100%;background:#0000e1;color:#fff;padding:3rem;display:flex;flex-wrap:wrap;justify-content:space-around}.about-box .flow-box .flow-item[data-v-41d4a916]{width:20%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:2rem}.about-box .flow-box .flow-item .number[data-v-41d4a916]{font-style:DINCond-Black;font-size:5rem;font-weight:700;color:#ffd800}.about-box .flow-box .flow-item .title[data-v-41d4a916]{font-weight:700;font-size:1.6rem;padding:1rem 0}.about-box .contact-box[data-v-41d4a916]{padding:4rem 0rem}.about-box .contact-box .contact[data-v-41d4a916]{width:100%}.about-box .contact-box .contact .contact-item[data-v-41d4a916]{display:flex;flex-direction:column;align-items:center;font-size:1.2rem}.about-box .teams-box .teams[data-v-41d4a916]{padding:2rem}}@media screen and (min-width: 769px) and (max-width: 992px){.about-box .about-info .about-item[data-v-41d4a916]{margin-bottom:2rem}.about-box .about-info .about-item img[data-v-41d4a916]{width:40%}.about-box .about-info .about-item .about-des[data-v-41d4a916]{padding:0 2rem;width:60%}.about-box .about-info .about-item .about-des .title[data-v-41d4a916]{width:70%;font-size:1.5rem}.about-box .about-info .about-item .about-des .des[data-v-41d4a916]{font-size:1.35rem;width:80%;line-height:2.3rem;font-size:1.2rem}.about-box .work-box .content[data-v-41d4a916]{padding:0 2rem}.about-box .work-box .content .content-item[data-v-41d4a916]{width:90%;min-height:30rem;margin-bottom:2rem}.about-box .flow-box[data-v-41d4a916]{width:100%;background:#0000e1;color:#fff;padding:3rem;display:flex;flex-wrap:wrap;justify-content:space-around}.about-box .flow-box .flow-item[data-v-41d4a916]{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:2rem}.about-box .flow-box .flow-item .number[data-v-41d4a916]{font-style:DINCond-Black;font-size:5rem;font-weight:700;color:#ffd800}.about-box .flow-box .flow-item .title[data-v-41d4a916]{font-weight:700;font-size:1.6rem;padding:1rem 0}.about-box .contact-box[data-v-41d4a916]{padding:4rem 3rem}.about-box .contact-box .des[data-v-41d4a916]{width:100%;font-size:1.1rem}.about-box .contact-box .contact[data-v-41d4a916]{padding:2rem 0;width:100%;box-sizing:border-box}.about-box .contact-box .contact .contact-item[data-v-41d4a916]{width:33%;display:flex;flex-direction:column;align-items:center;font-size:1.2rem}.about-box .contact-box .contact .contact-item .img[data-v-41d4a916]{height:4rem}.about-box .contact-box .contact .contact-item .title[data-v-41d4a916]{height:2.5rem;font-size:1.5rem}.about-box .contact-box .contact .contact-item .des[data-v-41d4a916]{width:100%}.about-box .contact-box .contact .contact-item1 .img img[data-v-41d4a916]{width:3rem}.about-box .contact-box .contact .contact-item2 .img img[data-v-41d4a916]{width:2rem}.about-box .contact-box .contact .contact-item3 .img img[data-v-41d4a916]{width:3rem}.about-box .teams-box .teams[data-v-41d4a916]{padding:2rem}}@media screen and (max-width: 769px){.about-box .about-info[data-v-41d4a916]{width:88%}.about-box .about-info .about-item[data-v-41d4a916]{justify-content:space-between;margin-bottom:2rem}.about-box .about-info .about-item img[data-v-41d4a916]{width:50%}.about-box .about-info .about-item .about-des[data-v-41d4a916]{padding:0 0 0 2rem;width:60%}.about-box .about-info .about-item .about-des .title[data-v-41d4a916]{width:100%;font-size:1.15rem;margin-bottom:.7rem}.about-box .about-info .about-item .about-des .des[data-v-41d4a916]{font-size:1rem;width:88%;line-height:1.35rem}.about-box .about-info .about-item:nth-child(2) .about-des[data-v-41d4a916]{padding:0 2rem 0 0}.about-box .work-box[data-v-41d4a916]{width:88%}.about-box .work-box .title_dms .title_dm[data-v-41d4a916]{font-size:2rem}.about-box .work-box .content .content-item[data-v-41d4a916]{font-size:1.1rem;width:100%;min-height:30rem;margin-bottom:2rem}.about-box .work-box .content .content-item .title_en[data-v-41d4a916]{font-size:1.1rem;padding-top:0}.about-box .work-box .content .content-item .des[data-v-41d4a916]{padding:0;font-size:1.15rem}.about-box .flow-box[data-v-41d4a916]{width:100%;background:#0000e1;color:#fff;padding:3rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:space-around}.about-box .flow-box .flow-item[data-v-41d4a916]{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:2rem}.about-box .flow-box .flow-item .number[data-v-41d4a916]{font-style:DINCond-Black;font-size:4.6rem;font-weight:700;color:#ffd800}.about-box .flow-box .flow-item .title[data-v-41d4a916]{font-weight:700;font-size:1.5rem;padding:1rem 0}.about-box .flow-box .flow-item .des[data-v-41d4a916]{font-size:1.15rem}.about-box .contact-box[data-v-41d4a916]{width:98%;padding:4rem 1rem;box-sizing:border-box}.about-box .contact-box .title_dms[data-v-41d4a916]{height:5.5rem}.about-box .contact-box .title_dms .title_dm[data-v-41d4a916]{font-size:2rem}.about-box .contact-box .des[data-v-41d4a916]{width:100%;font-size:1.25rem;line-height:1.8rem}.about-box .contact-box .contact[data-v-41d4a916]{padding:1.5rem 0;width:100%;box-sizing:border-box}.about-box .contact-box .contact .contact-item[data-v-41d4a916]{width:33%;display:flex;flex-direction:column;align-items:center;font-size:1.2rem;padding:0 .5rem;box-sizing:border-box}.about-box .contact-box .contact .contact-item .img[data-v-41d4a916]{height:4rem}.about-box .contact-box .contact .contact-item .title[data-v-41d4a916]{height:2.5rem;font-size:1.4rem}.about-box .contact-box .contact .contact-item .des[data-v-41d4a916]{width:100%;font-size:1.05rem;line-height:1.2rem;word-break:break-all}.about-box .contact-box .contact .split[data-v-41d4a916]{display:none}.about-box .contact-box .contact .contact-item1 .img img[data-v-41d4a916]{width:2rem}.about-box .contact-box .contact .contact-item2 .img img[data-v-41d4a916]{width:1.3rem}.about-box .contact-box .contact .contact-item3 .img img[data-v-41d4a916]{width:1.8rem}.about-box .teams-box[data-v-41d4a916]{padding:5rem 0}.about-box .teams-box .teams[data-v-41d4a916]{padding:2rem 1rem}.about-box .teams-box .teams .teams-item[data-v-41d4a916]{width:50%}.about-box .teams-box .teams .teams-item .title[data-v-41d4a916]{text-align:center}.about-box .teams-box .teams .teams-item .info[data-v-41d4a916]{width:90%}}.description-info[data-v-bbfb03ac]{letter-spacing:0}.medical-box[data-v-bbfb03ac]{display:flex;flex-direction:column}.description-info[data-v-11f8cd12]{letter-spacing:0}.motor-box[data-v-11f8cd12]{display:flex;flex-direction:column}.description-info[data-v-2b1d9c14]{letter-spacing:0}.alcohol-box[data-v-2b1d9c14]{display:flex;flex-direction:column}.description-info[data-v-7d943517]{letter-spacing:0}.fmcg-box[data-v-7d943517]{display:flex;flex-direction:column}.description-info[data-v-bfcad78d]{letter-spacing:0}.travel-box[data-v-bfcad78d]{display:flex;flex-direction:column}.linked-tabs[data-v-6f901c69]{display:flex;justify-content:space-between;height:90vh;max-height:800px}.linked-tabs .left-nav[data-v-6f901c69]{width:25%;overflow-y:hidden;flex-shrink:0;font-weight:300}.linked-tabs .left-nav .nav-item[data-v-6f901c69]{padding:20px 0 20px 2.25rem;cursor:pointer;transition:all .3s;border-left:3px solid #ccc}.linked-tabs .left-nav .nav-item[data-v-6f901c69]:hover{color:#0000e1}.linked-tabs .left-nav .nav-item.active[data-v-6f901c69]{border-left-color:#0000e1;color:#0000e1;font-weight:500}.linked-tabs .right-content[data-v-6f901c69]{width:60%;padding-bottom:0;overflow-y:auto;position:relative;scrollbar-width:none}.linked-tabs .right-content .content-section[data-v-6f901c69]{transition:transform .3s}.linked-tabs .right-content .content-section .line[data-v-6f901c69]{width:100%;height:1px;background-color:#ccc}@media (min-width: 2100px){.linked-tabs[data-v-6f901c69]{padding-right:0;padding-bottom:0}.linked-tabs .left-nav[data-v-6f901c69]{padding-left:0}.linked-tabs .right-content[data-v-6f901c69]{width:70%}.linked-tabs .right-content .content-section .content[data-v-6f901c69]{padding:5rem 0}}@media (min-width: 1921px) and (max-width: 2100px){.linked-tabs .left-nav[data-v-6f901c69]{padding-left:0}.linked-tabs .right-content[data-v-6f901c69]{width:70%}}@media (min-width: 1024px) and (max-width: 1440px){.linked-tabs .right-content[data-v-6f901c69]{width:62%}}@media (min-width: 769px) and (max-width: 1024px){.linked-tabs .left-nav[data-v-6f901c69]{width:25%}.linked-tabs .right-content[data-v-6f901c69]{width:65%}}@media (max-width: 768px){.linked-tabs[data-v-6f901c69]{flex-direction:column;height:auto}.linked-tabs .left-nav[data-v-6f901c69]{width:100%;display:flex;padding-bottom:42px;justify-content:space-around;padding:2rem 4rem 3rem 3rem}.linked-tabs .left-nav .nav-item[data-v-6f901c69]{white-space:nowrap;border-left:none;padding:0 0 10px;padding:.625rem 1.25rem}.linked-tabs .left-nav .nav-item.active[data-v-6f901c69]{border-left:none;border-bottom:4px solid #0000e1}.linked-tabs .right-content[data-v-6f901c69]{width:100%;padding-left:4rem}.linked-tabs .right-content .content-section:first-child .content[data-v-6f901c69]{padding-top:0}}@media screen and (max-width: 600px){.linked-tabs .left-nav[data-v-6f901c69]{padding:1rem 0 0}.linked-tabs .right-content[data-v-6f901c69]{padding:2rem 0}}html,body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre,xmp{margin:0;padding:0}body,input,textarea,button,select,pre,xmp,tt,code,kbd,samp{line-height:1.5;font-family:Microsoft YaHei,Arial,sans-serif}h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}h1,h2,h3,h4,h5,h6{font-family:Microsoft YaHei,Arial,sans-serif}h1,h2,h3,h4,h5,h6,b,strong{font-weight:400}address,cite,dfn,em,i,optgroup,var{font-style:normal}table{border-collapse:collapse;border-spacing:0;text-align:left}caption,th{text-align:inherit}ul,ol,menu{list-style:none}fieldset,img{border:0}img,object,input,textarea,button,select{vertical-align:middle}article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}audio,canvas,video{display:inline-block;display:inline;zoom:1}blockquote:before,blockquote:after,q:before,q:after{content:" "}textarea{overflow:auto;resize:vertical}input,textarea,button,select,a{outline:0 none;border:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}mark{background-color:transparent}a,ins,s,u,del{text-decoration:none}html{width:100%;height:100%;-webkit-tap-highlight-color:transparent;background-color:#fff}body{font-family:Microsoft YaHei,Arial,sans-serif;overflow-x:hidden;color:#333;line-height:1.3;-webkit-text-size-adjust:none;background-color:#fff;display:flex;flex-direction:column;align-items:center}hr{height:.02rem;margin:.1rem 0;border:medium none;border-top:.02rem solid #cacaca}a{color:#333;text-decoration:none}.swiper-pagination-bullet{width:40px!important;height:5px!important;border-radius:0!important}.swiper-pagination-bullet-active{width:40px!important;background:#fff!important}
