@charset "UTF-8";/*!
* fullPage 4.0.20
* https://github.com/alvarotrigo/fullPage.js
*
* @license GPLv3 for open source use only
* or Fullpage Commercial License for commercial use
* http://alvarotrigo.com/fullPage/pricing/
*
* Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
*/html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;display:block}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.fp-prev{left:15px}.fp-next{right:15px}.fp-arrow{width:0;height:0;border-style:solid}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-responsive .fp-is-overflow.fp-section{height:auto!important}.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,.fp-scrollable .fp-section,.fp-scrollable .fp-slide{height:100vh;height:calc(var(--vh, 1vh) * 100)}.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]){min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}.fp-overflow{justify-content:flex-start;max-height:100vh}.fp-scrollable .fp-auto-height .fp-overflow{max-height:none}.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow>.fp-overflow{overflow-y:auto}.fp-overflow{outline:none}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide{height:auto!important;min-height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:transparent;width:9px}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:transparent}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:#0006;border-radius:16px;border:4px solid transparent}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0}.fp-warning,.fp-watermark a{text-decoration:none;background:rgba(255,255,255,.6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px}.fp-noscroll .fp-overflow{overflow:hidden}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s}@media (hover: hover){a:hover{background-color:#00bd7e33}}.header{width:100%;height:86px;position:fixed;top:0;z-index:2;background-image:url(/assets/pc_header_bg-bf46d988.png);background-size:100% 100%;padding-bottom:10px}.header .main{max-width:1280px;height:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header .main .logo{width:146px}.header .main .list{display:flex;color:#fff;font-size:20px}.header .main .list .item{margin-left:40px;cursor:pointer;color:#080c14}.header .main .list .item.active{color:#d81e06;position:relative}.header .main .list .item.active:before{content:"";display:inline-block;position:absolute;left:50%;transform:translate(-50%);bottom:-10px;width:30px;height:4px;background:#D81E06;border-radius:8px}@media screen and (max-width: 1001px){.header{height:65px}.header .main .logo{width:95px;height:42px;margin:0 auto}.header .main .list{display:none}}.main-nav{width:560px;text-align:center;position:relative;margin:3% auto;color:#d4a167}.main-nav .title{font-size:30px;font-weight:600;text-align:center}.main-nav .border{margin-top:22px;height:1px;background:#607387;position:relative}.main-nav .border:before{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-2px;background:#D81E06;width:80px;height:5px}.main-nav .bg{left:50%;transform:translate(-50%);top:20px;width:100%;position:absolute}.main-nav .dec{font-size:16px}@media screen and (max-width: 1001px){.main-nav{width:unset;margin:4% auto}.main-nav .title{font-size:20px;font-weight:600}.main-nav .border{width:80%;margin:20px auto 0}.main-nav .border:before{height:3px}.main-nav .dec{font-size:12px}}.main-nav-list{display:inline-block;position:absolute;top:250px;right:10px}.main-nav-list .item{width:50px;height:50px;line-height:50px;text-align:center;font-size:12px;color:#0a0f27;background-image:url(/assets/tab_sel-fbe70875.png);background-size:contain;font-weight:500;cursor:pointer;color:#fff}.main-nav-list .item.active,.main-nav-list .item:hover{background-image:url(/assets/tab_sel_active-7159e237.png)}@media screen and (max-width: 1001px){.main-nav-list{top:unset;position:unset;display:flex;gap:0 15px;justify-content:center}.main-nav-list .item{width:40px;height:40px;line-height:40px;background-image:url(/assets/tab_sel-fbe70875.png);border-radius:100%;color:#fff;box-shadow:0 0 10px #cca36f}.main-nav-list .item.active,.main-nav-list .item:hover{color:#fff;background-image:url(/assets/tab_sel_active-7159e237.png)}}.main-bottom{height:200px;background:#111327;padding:38px 0;position:absolute;bottom:100px;width:100%}.main-bottom .bottom-content{max-width:1280px;display:flex;margin:0 auto;justify-content:space-around}.main-bottom .bottom-content .logo{width:100px;height:123px}.main-bottom .bottom-content .center{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:28px}.main-bottom .bottom-content .center .list{display:flex;gap:14px}.main-bottom .bottom-content .center .list .item{cursor:pointer}.main-bottom .bottom-content .center .list .item span{margin-left:14px}.main-bottom .bottom-content .center .list .item:nth-last-child(1) span{display:none}.main-bottom .bottom-content .right{display:flex;flex-direction:column;justify-content:center}.main-bottom .bottom-content .right button{width:130px;height:40px;background:#FFFFFF;border-radius:10px;font-size:20px;margin-bottom:30px;cursor:pointer}@media screen and (max-width: 1001px){.main-bottom{display:none}}.fp-watermark{display:none}.page{padding-top:120px;box-sizing:border-box;color:#fff;background-image:url(/assets/pc_bg-cae71c2b.png);background-size:100% 100%}.page .main .section{overflow:hidden;height:100dvh;display:block}.page .main .section .qx-bg{background-image:url(/assets/qx_bg-20aee7d3.png);background-size:contain;background-repeat:no-repeat}.page .main .section .content{max-width:1280px;min-height:960px;margin:0 auto;position:relative;text-align:center;overflow:hidden}.page .main .section .content .sp-content video{width:1000px;height:566px;border-radius:25px}@keyframes moveUpDown{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}.page .main .section .content .sp-content .next-img{position:fixed;bottom:0;left:0;width:100%;animation:moveUpDown 2s infinite;cursor:pointer;text-align:center;color:#777}.page .main .section .content .sp-content .next-img img{width:24px;height:67px}.page .main .section .content .sp-content .next-img .text{display:none}.page .main .section .content .js-content-top{height:180px}.page .main .section .content .js-content{display:flex;margin-top:30px}.page .main .section .content .js-content img{width:568px}.page .main .section .content .js-content .text-js{width:552px;font-size:20px;line-height:40px;color:#857662}.page .main .section .content .js-content .text-js span{text-align:left;display:inline-block}.page .main .section .content .qx-content{margin-top:60px}.page .main .section .content .qx-content img{width:650px;pointer-events:none}.page .main .section .content .qx-content .h5-img{display:none}.page .main .section .content .pc-ys-content{background-image:url(/assets/ys_bg-6dce24ba.png);background-size:contain;background-repeat:no-repeat;width:1200px;height:600px;padding-top:150px;padding-left:10px;display:flex}.page .main .section .content .pc-ys-content .left h6{width:260px;height:50px;background-repeat:no-repeat;background-size:100% 100%;margin-top:10px;cursor:pointer;color:#d4a167;text-align:center;font-size:14px;line-height:50px;text-align:left;padding-left:60px}.page .main .section .content .pc-ys-content .left h6:nth-child(1){background-image:url(/assets/ys_1-6e7e4a2a.png)}.page .main .section .content .pc-ys-content .left h6:nth-child(2){background-image:url(/assets/ys_2-8ab0be65.png)}.page .main .section .content .pc-ys-content .left h6:nth-child(3){background-image:url(/assets/ys_3-516fb732.png)}.page .main .section .content .pc-ys-content .left h6:nth-child(1).tab-active{background-image:url(/assets/ys_1_active-87224396.png);color:#fff}.page .main .section .content .pc-ys-content .left h6:nth-child(2).tab-active{background-image:url(/assets/ys_2_active-6faf9d72.png);color:#fff}.page .main .section .content .pc-ys-content .left h6:nth-child(3).tab-active{background-image:url(/assets/ys_3_active-85f3fe37.png);color:#fff}.page .main .section .content .pc-ys-content .right{color:#000;width:400px;margin-left:50px;line-height:40px}.page .main .section .content .h5-ys-content,.page .main .section .content .h5-down-content{display:none}.page .main .section .content .pc-down-content{display:block}.page .main .section .content .pc-down-content .open-link{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 10px;margin:20px auto 0;width:830px}.page .main .section .content .pc-down-content .open-link .item .link-logo{width:205px}.page .main .section .content .pc-down-content .open-link .item a.app-down{left:0}.page .main .section .content .pc-down-content .open-link .item a.web-site{right:0}.page .main .section .content .pc-down-content .h5-img{display:none}.page .main .section .content .pc-down-content .item{display:flex;flex-direction:column;gap:15px;position:relative}.page .main .section .content .pc-down-content .item .link-logo-h5,.page .main .section .content .pc-down-content .item .h5-icon{display:none}.page .main .section .content .pc-down-content .item a{position:absolute;margin:0 auto;top:70px;font-size:16px;width:102px;height:36px;line-height:36px;background-size:100% 100%;background-image:url(/assets/down_btn-0f59d5d4.png);color:#fff;border-radius:3px}.page .main .section .content .pc-down-content .item a.app-down{left:30px}.page .main .section .content .pc-down-content .item a.web-site{right:30px}.page .main .section .content .pc-down-content .down-box{width:215px;height:78px;position:fixed;right:0;background-color:#607387;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#b69574;font-weight:500}.page .main .section .content .pc-down-content .down-box img{width:58px;height:58px;margin:0 14px 0 0}.page .main .section .content .hz-content{margin-top:100px}.page .main .section .content .hz-content .list{display:grid;grid-template-columns:repeat(2,2fr);gap:50px;width:950px;margin:0 auto}.page .main .section .content .hz-content .list .item{width:450px;height:260px;background:#FFFFFF;box-shadow:0 0 40px #0000001a;border-radius:20px;display:flex;flex-direction:column;text-align:center;padding:15px}.page .main .section .content .hz-content .list .item img{width:60px;margin:0 auto}.page .main .section .content .hz-content .list .item input{width:230px;height:40px;border:1px solid #FFFFFF;border-radius:30px;background:transparent;padding-left:10px;margin:20px auto 0;color:#d4a167;border:1px solid rgb(212,161,103)}.page .main .section .content .hz-content .list .item .name{font-size:20px;margin:14px 0 25px}.page .main .section .content .hz-content .list .item .des{font-size:14px;margin:20px 0;color:#e63737}.page .main .section .content .hz-content .list .item .btn{width:150px;height:40px;background:#D4A167;border-radius:40px;border:none;font-size:22px;color:#fff;margin:0 auto;cursor:pointer}.page .main .section .content .hz-content .list .item .btn:disabled{background:rgba(235,235,235,.64)}@media screen and (max-width: 1001px){.page{max-width:1001px;padding-top:65px}.page .main .section .js-content-top,.page .main .section .qx-content{display:none}.page .main .section .qx-bg{background-image:url(/assets/h5_qx_bg-52e6bfb6.png);background-size:contain;height:100vh;background-position-y:-70px}.page .main .section .content{min-height:unset}.page .main .section .content .sp-content{height:80dvh;display:flex;flex-direction:column;justify-content:space-around;padding-bottom:50px;text-align:left;align-items:center}.page .main .section .content .sp-content video{width:86%;height:unset;border-radius:5px}.page .main .section .content .sp-content .next-img{position:unset}.page .main .section .content .sp-content .next-img .text{display:block}.page .main .section .content .js-content{flex-direction:column;margin-top:unset}.page .main .section .content .js-content img{width:70%;height:unset;margin:0 auto}.page .main .section .content .js-content .text-js{width:unset;padding:0 9px}.page .main .section .content .js-content .text-js p{font-size:15px;line-height:22px}.page .main .section .content .js-content .text-js span{font-size:13px;line-height:22px}.page .main .section .content .qx-content .pc-img{display:none}.page .main .section .content .qx-content .h5-img{display:block;width:90%;height:unset}.page .main .section .content .pc-ys-content,.page .main .section .content .pc-down-content{display:none}.page .main .section .content .h5-down-content{display:block;position:relative}.page .main .section .content .h5-down-content .down-left,.page .main .section .content .h5-down-content .down-right{width:30px}.page .main .section .content .h5-down-content .down-left{position:absolute;left:10px;top:50%;transform:translateY(-50%)}.page .main .section .content .h5-down-content .down-right{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.page .main .section .content .h5-down-content .list{display:flex;color:#fff;font-size:20px;margin-top:20px}.page .main .section .content .h5-down-content .list .item{flex:auto;cursor:pointer;color:#080c14;font-size:14px}.page .main .section .content .h5-down-content .list .item.active{color:#d81e06;position:relative}.page .main .section .content .h5-down-content .list .item.active:before{content:"";display:inline-block;position:absolute;left:50%;transform:translate(-50%);bottom:-10px;width:30px;height:4px;background:#D81E06;border-radius:8px}.page .main .section .content .h5-down-content .item>view{margin-top:20px;display:flex;flex-direction:column;align-items:center}.page .main .section .content .h5-down-content .item>view .bg{margin-top:80px}.page .main .section .content .h5-down-content .item a{position:absolute;margin:0 auto;top:105px;font-size:16px;width:102px;height:36px;line-height:36px;background-size:100% 100%;background-image:url(/assets/down_btn-0f59d5d4.png);color:#fff;border-radius:3px}.page .main .section .content .h5-down-content .item a.app-down{left:58px}.page .main .section .content .h5-down-content .item a.web-site{right:58px}.page .main .section .content .h5-down-content .logo{height:40px}.page .main .section .content .h5-down-content .bg{width:80%}.page .main .section .content .h5-ys-content{display:inline-block;margin-bottom:100px}.page .main .section .content .h5-ys-content .item{vertical-align:top;margin-bottom:10px;display:inline-block;width:90%;background-size:100% 100%;padding:6px 6px 0;background:#fff;border-radius:15px}.page .main .section .content .h5-ys-content .item h6{font-size:12px;font-weight:500;background-size:100% 100%;background-repeat:no-repeat;width:200px;height:25px;line-height:25px;margin:0 auto;padding-left:30px}.page .main .section .content .h5-ys-content .item .text{font-size:13px;text-align:center;word-break:break-all;padding:10px 0;color:#000}.page .main .section .content .h5-ys-content .item img{width:100px;height:unset;margin:0}.page .main .section .content .h5-ys-content .item1{margin-top:20px}.page .main .section .content .h5-ys-content .item1 h6{background-image:url(/assets/h5_ys_1_active-11481dc2.png);color:#fff}.page .main .section .content .h5-ys-content .item2 h6{background-image:url(/assets/h5_ys_2_active-acd7591e.png);color:#fff}.page .main .section .content .h5-ys-content .item3 h6{background-image:url(/assets/h5_ys_3_active-6fdc8fd3.png);color:#fff}.page .main .section .content .hz-content{margin-top:20px}.page .main .section .content .hz-content .list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:83%}.page .main .section .content .hz-content .list .item{margin-bottom:unset;padding:15px 5px;width:unset;height:unset}.page .main .section .content .hz-content .list .item img{width:50px}.page .main .section .content .hz-content .list .item .name{font-size:15px;margin:7px 0 10px}.page .main .section .content .hz-content .list .item input{width:80%;height:30px}.page .main .section .content .hz-content .list .item .des{font-size:12px;margin:10px 0}.page .main .section .content .hz-content .list .item .btn{width:100px;height:30px;line-height:30px;font-size:15px}}
