@charset "UTF-8";:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}.drawer-list[data-v-420925b0]{color:#ffffffe6;font-size:15px}.drawer-list li[data-v-420925b0]{padding:10px 0;border-bottom:1px solid #474747}.gh-header[data-v-420925b0]{margin:0 auto;position:relative}.gh-header .drawer[data-v-420925b0]{display:none}@media only screen and (min-width: 1025px){.gh-header[data-v-420925b0]{max-width:920px;height:85px;padding-top:13px;display:flex}.gh-header .logo[data-v-420925b0]{width:171px}.gh-header .logo img[data-v-420925b0]{width:100%}.gh-header .gh-header-right[data-v-420925b0]{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.gh-header .gh-header-right .gh-hotline[data-v-420925b0]{font-weight:500;font-size:12px;color:#fff;line-height:17px}.gh-header .gh-header-right .gh-header-btn-list[data-v-420925b0]{display:flex}.gh-header .gh-header-right .gh-header-btn-list .gh-header-btn[data-v-420925b0]{display:block;padding:4px 7px;margin-left:3px;height:22px;background:linear-gradient(180deg,#587ac2,#325097);font-weight:400;font-size:12px;color:#fff;line-height:1.1;cursor:pointer}}@media only screen and (min-width: 701px) and (max-width: 1024px){.gh-header[data-v-420925b0]{width:100%;max-width:720px;height:85px;padding-top:13px;display:flex;position:relative}.gh-header .logo[data-v-420925b0]{width:122px;position:absolute}.gh-header .logo img[data-v-420925b0]{width:100%}.gh-header .gh-header-right[data-v-420925b0]{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.gh-header .gh-header-right .gh-hotline[data-v-420925b0]{font-weight:500;font-size:12px;color:#fff;line-height:17px}.gh-header .gh-header-right .gh-header-btn-list[data-v-420925b0]{display:flex}.gh-header .gh-header-right .gh-header-btn-list .gh-header-btn[data-v-420925b0]{display:block;padding:4px 7px;margin-left:3px;height:22px;background:linear-gradient(180deg,#587ac2,#325097);font-weight:400;font-size:12px;color:#fff;line-height:1.1;cursor:pointer}}@media only screen and (max-width: 700px){.gh-header[data-v-420925b0]{height:50px;display:flex;position:relative;padding:10px 14px}.gh-header .logo[data-v-420925b0]{width:82px}.gh-header .logo img[data-v-420925b0]{width:100%}.gh-header .gh-header-right[data-v-420925b0]{flex:1;display:flex;flex-direction:column;align-items:center}.gh-header .gh-header-right .gh-hotline[data-v-420925b0]{font-weight:500;font-size:12px;color:#fff;line-height:17px;width:139%;transform:scale(.66666);margin-right:-11%;text-align:right}.gh-header .gh-header-right .gh-header-btn-list[data-v-420925b0]{display:flex}.gh-header .gh-header-right .gh-header-btn-list .gh-header-btn[data-v-420925b0]{display:block;padding:4px 7px;margin-left:3px;height:22px;background:linear-gradient(180deg,#587ac2,#325097);font-weight:400;font-size:12px;color:#fff;line-height:1.1;cursor:pointer}.gh-header .gh-header-right .gh-header-btn-list[data-v-420925b0]{display:none}.gh-header .drawer[data-v-420925b0]{display:block;margin-left:10px}}.gh-banner[data-v-42d9e30e]{margin:40px auto 0;max-width:1600px;position:relative}.gh-banner img[data-v-42d9e30e]{width:100%;position:relative}.gh-banner .base-img[data-v-42d9e30e]{position:absolute;left:0;top:0;z-index:-1}@media only screen and (max-width: 700px){.gh-banner[data-v-42d9e30e]{margin-top:0}}.gh-input[data-v-38ee6390]{height:85px;background:#fff;border:1px solid rgba(172,172,172,.5);border-radius:12px;display:flex;align-items:center;padding:0 40px}.gh-input .gh-input-icon[data-v-38ee6390]{width:34px;margin:0 35px}.gh-input .gh-input-icon img[data-v-38ee6390]{width:100%}.gh-input .gh-input-content[data-v-38ee6390]{cursor:pointer;flex:1}.sub-title[data-v-38ee6390]{font-weight:400;font-size:15px;color:#00000080;line-height:21px}.text[data-v-38ee6390]{font-weight:400;font-size:20px;color:#000;line-height:28px}.gh-input[data-v-42edce5b]{height:85px;background:#fff;border:1px solid rgba(172,172,172,.5);border-radius:12px;display:flex;align-items:center;padding:0 40px}.gh-input .gh-input-icon[data-v-42edce5b]{width:34px;margin:0 35px}.gh-input .gh-input-icon img[data-v-42edce5b]{width:100%}.gh-input .gh-input-content[data-v-42edce5b]{flex:1}.sub-title[data-v-42edce5b]{font-weight:400;font-size:15px;color:#00000080;line-height:21px}.sub-title img[data-v-42edce5b]{width:20px;vertical-align:middle}.text[data-v-42edce5b]{font-weight:400;font-size:20px;color:#000;line-height:28px}[data-v-42edce5b] .n-input .n-input-wrapper{padding:0}[data-v-42edce5b] .n-input .n-input-wrapper input{font-weight:400;font-size:20px;color:#000;line-height:28px;cursor:pointer}[data-v-42edce5b] .n-input{--n-border: none !important;--n-border-focus: none !important;--n-border-hover: none !important;--n-box-shadow-focus: none !important}[data-v-42edce5b] .n-input__suffix{display:none}.gh-input[data-v-8b915c9b]{height:85px;background:#fff;border:1px solid rgba(172,172,172,.5);border-radius:12px;display:flex;align-items:center;padding:0 40px}.gh-input .gh-input-icon[data-v-8b915c9b]{width:40px;margin:0 35px}.gh-input .gh-input-content[data-v-8b915c9b]{flex:1}.sub-title[data-v-8b915c9b]{font-weight:400;font-size:15px;color:#00000080;line-height:21px}.text[data-v-8b915c9b]{font-weight:400;font-size:20px;color:#000;line-height:28px}.gh-text-warp[data-v-8b915c9b]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.gh-text-warp img[data-v-8b915c9b]{width:12px}.gh-text-warp .text[data-v-8b915c9b]{flex:1}.gh-text-warp .icon[data-v-8b915c9b]{width:20px}:root,:host{--van-stepper-background: var(--van-active-color);--van-stepper-button-icon-color: var(--van-text-color);--van-stepper-button-disabled-color: var(--van-background);--van-stepper-button-disabled-icon-color: var(--van-gray-5);--van-stepper-button-round-theme-color: var(--van-primary-color);--van-stepper-input-width: 32px;--van-stepper-input-height: 28px;--van-stepper-input-font-size: var(--van-font-size-md);--van-stepper-input-line-height: normal;--van-stepper-input-text-color: var(--van-text-color);--van-stepper-input-disabled-text-color: var(--van-text-color-3);--van-stepper-input-disabled-background: var(--van-active-color);--van-stepper-radius: var(--van-radius-md)}.van-stepper{display:inline-block;-webkit-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:var(--van-stepper-input-height);height:var(--van-stepper-input-height);margin:0;padding:0;color:var(--van-stepper-button-icon-color);vertical-align:middle;background:var(--van-stepper-background);border:0}.van-stepper__minus:before,.van-stepper__plus:before{width:50%;height:1px}.van-stepper__minus:after,.van-stepper__plus:after{width:1px;height:50%}.van-stepper__minus:before,.van-stepper__plus:before,.van-stepper__minus:after,.van-stepper__plus:after{position:absolute;top:50%;left:50%;background-color:currentColor;transform:translate(-50%,-50%);content:""}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:var(--van-stepper-button-disabled-icon-color);background-color:var(--van-stepper-button-disabled-color);cursor:not-allowed}.van-stepper__minus{border-radius:var(--van-stepper-radius) 0 0 var(--van-stepper-radius)}.van-stepper__minus:after{display:none}.van-stepper__plus{border-radius:0 var(--van-stepper-radius) var(--van-stepper-radius) 0}.van-stepper__input{box-sizing:border-box;width:var(--van-stepper-input-width);height:var(--van-stepper-input-height);margin:0 2px;padding:0;color:var(--van-stepper-input-text-color);font-size:var(--van-stepper-input-font-size);line-height:var(--van-stepper-input-line-height);text-align:center;vertical-align:middle;background:var(--van-stepper-background);border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:var(--van-stepper-input-disabled-text-color);background-color:var(--van-stepper-input-disabled-background);-webkit-text-fill-color:var(--van-stepper-input-disabled-text-color);opacity:1}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__plus,.van-stepper--round .van-stepper__minus{border-radius:100%}.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__minus--disabled{opacity:.3;cursor:not-allowed}.van-stepper--round .van-stepper__plus{color:var(--van-white);background:var(--van-stepper-button-round-theme-color)}.van-stepper--round .van-stepper__minus{color:var(--van-stepper-button-round-theme-color);background-color:var(--van-background-2);border:1px solid var(--van-stepper-button-round-theme-color)}.line[data-v-200724ef]{height:1px;background:#d8d8d8;margin:20px 0}.passenger-input[data-v-200724ef]{padding:5px;width:430px}.passenger-input .passenger-input__item[data-v-200724ef]{display:flex}.passenger-input .passenger-input__item .passenger-input__item__col[data-v-200724ef]{flex:1}.passenger-input .passenger-input__item .passenger-input__item__col .left[data-v-200724ef]{text-align:left!important}.passenger-input .passenger-input__item .passenger-input__item__col .title[data-v-200724ef]{color:#f9b137;margin-bottom:16px;font-weight:400;font-size:26px;line-height:20px}.passenger-input .passenger-input__item .passenger-input__item__col .content[data-v-200724ef]{display:flex}.passenger-input .passenger-input__item .passenger-input__item__col .content .content__col[data-v-200724ef]{flex:1;text-align:center}.passenger-input .passenger-input__item .passenger-input__item__col .content .content__col .text[data-v-200724ef]{font-weight:400;font-size:20px;color:#000;line-height:24px}.passenger-input .passenger-input__item .passenger-input__item__col .content .content__col .sub-text[data-v-200724ef]{font-weight:400;font-size:13px;color:#333;line-height:24px;margin-bottom:10px}.passenger-input .label-text[data-v-200724ef]{font-weight:400;font-size:16px;color:#000;line-height:28px;margin-right:10px}@media only screen and (max-width: 700px){.passenger-input[data-v-200724ef]{width:310px;padding:5px 0}.passenger-input .sub-text[data-v-200724ef]{font-size:12px!important;width:130%;transform:scale(.7);margin-left:-16%}.passenger-input .title[data-v-200724ef]{font-size:22px}.passenger-input .text[data-v-200724ef]{font-size:17px}.passenger-input .label-text[data-v-200724ef]{font-size:13px}}.gh-input[data-v-95e6623f]{height:85px;background:#fff;border:1px solid rgba(172,172,172,.5);border-radius:12px;display:flex;align-items:center;padding:0 40px}.gh-input .gh-input-icon[data-v-95e6623f]{width:40px;margin:0 35px}.gh-input .gh-input-content[data-v-95e6623f]{flex:1}.sub-title[data-v-95e6623f]{font-weight:400;font-size:15px;color:#00000080;line-height:21px}.text[data-v-95e6623f]{font-weight:400;font-size:20px;color:#000;line-height:28px}.gh-text-warp[data-v-95e6623f]{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.gh-text-warp img[data-v-95e6623f]{width:12px}.gh-text-warp .text[data-v-95e6623f]{flex:1}.gh-text-warp .icon[data-v-95e6623f]{width:20px}.gh-search[data-v-13868408]{display:none;background:#fff;margin:0 auto;box-shadow:0 3px 7px #ffffff3b;border-radius:16px;color:#000;position:relative}.gh-search .gh-search-phone-btn[data-v-13868408]{display:none}@media only screen and (min-width: 1025px){.gh-search[data-v-13868408]{display:block;max-width:1078px;height:250px;padding:30px 36px;display:flex;justify-content:space-between;margin-top:-30px}.gh-search .gh-search-one[data-v-13868408]{flex:1}.gh-search .gh-search-two[data-v-13868408]{width:374px;margin-left:25px}.gh-search .gh-search-two .gh-search-two-item[data-v-13868408]{display:flex;justify-content:space-between}.gh-search .gh-search-two .gh-search-two-item .input-wrap[data-v-13868408]{flex:1}.gh-search .gh-search-two .gh-search-two-item .btn-wrap[data-v-13868408]{width:152px;text-align:right}.gh-search .gh-search-two .gh-search-two-item .btn-wrap .btn[data-v-13868408]{display:inline-block;width:85px;height:85px}.gh-search .gh-search-two .gh-search-two-item .btn-wrap .btn img[data-v-13868408]{width:100%}.gh-search .gh-search-item[data-v-13868408]{margin-bottom:21px}}@media only screen and (min-width: 701px) and (max-width: 1024px){.gh-search[data-v-13868408]{display:block;max-width:700px;height:250px;padding:30px 22px;display:flex;justify-content:space-between;margin-top:-30px}.gh-search .gh-search-one[data-v-13868408]{width:352px}.gh-search .gh-search-two[data-v-13868408]{width:279px;margin-left:25px}.gh-search .gh-search-two .gh-search-two-item[data-v-13868408]{display:flex;justify-content:space-between}.gh-search .gh-search-two .gh-search-two-item .input-wrap[data-v-13868408]{flex:1}.gh-search .gh-search-two .gh-search-two-item .btn-wrap[data-v-13868408]{width:152px;text-align:right}.gh-search .gh-search-two .gh-search-two-item .btn-wrap .btn[data-v-13868408]{display:inline-block;width:85px;height:85px}.gh-search .gh-search-two .gh-search-two-item .btn-wrap .btn img[data-v-13868408]{width:100%}.gh-search .gh-search-item[data-v-13868408]{margin-bottom:21px}.gh-search[data-v-13868408] .gh-input .sub-title{font-size:12px}.gh-search[data-v-13868408] .gh-input .text,.gh-search[data-v-13868408] .gh-input .n-input .n-input-wrapper input{font-size:15px}.gh-search[data-v-13868408] .gh-input .gh-input-icon{margin:0 25px}}.gh-search1[data-v-13868408]{display:none}@media only screen and (max-width: 700px){.gh-search1[data-v-13868408]{display:block;margin:0 16px;padding:11px;background:#fff3;box-shadow:0 1px 2px #ffffff3b;border-radius:5px;border:1px solid #000000}.gh-search1 .gh-search-one[data-v-13868408]{display:flex}.gh-search1 .gh-search-item[data-v-13868408]{margin-right:7px}.gh-search1 .gh-search-phone-btn[data-v-13868408]{display:block;background:#e60013;border-radius:20px;margin-top:20px;text-align:center}.gh-search1 .gh-search-phone-btn img[data-v-13868408]{width:58px}.gh-search1 .gh-search-two[data-v-13868408]{display:flex;justify-content:space-between;margin-top:13px}.gh-search1 .gh-search-two .input-wrap[data-v-13868408]{flex:1;margin-right:7px}.gh-search1 .gh-search-two .btn-wrap[data-v-13868408]{width:41px}.gh-search1 .gh-search-two .btn-wrap img[data-v-13868408]{width:100%}.gh-search1[data-v-13868408] .gh-input{height:40px;padding:0 14px;border-radius:6px}.gh-search1[data-v-13868408] .gh-input .text{font-size:12px;line-height:9px}.gh-search1[data-v-13868408] .gh-input .sub-title{font-size:12px;width:150%;transform:scale(.76666);margin-left:-18%;line-height:12px}.gh-search1[data-v-13868408] .gh-input .gh-input-icon{width:15px;margin:0 16px}.gh-search1[data-v-13868408] .gh-input .n-input .n-input-wrapper input{font-size:12px;height:21px}}@media only screen and (min-width: 1025px){.gh-grid[data-v-41d9838a]{max-width:1078px;margin:78px auto 0}.gh-grid .gh-grid-title[data-v-41d9838a]{font-family:方正兰亭中黑粗简体;font-weight:400;font-size:40px;color:#fff;line-height:20px;text-align:center;position:relative}.gh-grid .gh-grid-title[data-v-41d9838a]:after{content:"";display:block;width:218px;height:12px;background:#e60013;position:absolute;left:50%;margin-left:-109px;top:40px}.gh-grid .more-wrap[data-v-41d9838a]{font-weight:400;font-size:22px;color:#fff;line-height:21px;text-align:right;margin-top:40px;padding:0 36px}.gh-grid .more-wrap img[data-v-41d9838a]{width:15px;vertical-align:middle}.gh-grid .grid-wrap[data-v-41d9838a]{margin-top:25px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 36px}.gh-grid .grid-wrap .grid-item[data-v-41d9838a]{width:230px;height:276px;background:#fff;border-radius:10px;box-shadow:0 0 4px #0000000d;margin-bottom:43px}.gh-grid .grid-wrap .grid-item img[data-v-41d9838a]{width:100%}}@media only screen and (min-width: 701px) and (max-width: 1024px){.gh-grid[data-v-41d9838a]{max-width:700px;margin:78px auto 0}.gh-grid .gh-grid-title[data-v-41d9838a]{font-family:方正兰亭中黑粗简体;font-weight:400;font-size:30px;color:#fff;line-height:20px;text-align:center;position:relative}.gh-grid .gh-grid-title[data-v-41d9838a]:after{content:"";display:block;width:218px;height:8px;background:#e60013;position:absolute;left:50%;margin-left:-109px;top:40px}.gh-grid .more-wrap[data-v-41d9838a]{font-weight:400;font-size:18px;color:#fff;line-height:21px;text-align:right;margin-top:40px;padding:0 36px}.gh-grid .more-wrap img[data-v-41d9838a]{width:15px;vertical-align:middle}.gh-grid .grid-wrap[data-v-41d9838a]{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:flex-start}.gh-grid .grid-wrap .grid-item[data-v-41d9838a]{width:214px;background:#fff;border-radius:10px;box-shadow:0 0 4px #0000000d;margin-bottom:25px;margin-right:23px}.gh-grid .grid-wrap .grid-item[data-v-41d9838a]:nth-child(3n){margin-right:0}.gh-grid .grid-wrap .grid-item img[data-v-41d9838a]{width:100%}}@media only screen and (max-width: 700px){.gh-grid[data-v-41d9838a]{margin:28px 17px}.gh-grid .gh-grid-top[data-v-41d9838a]{display:flex;justify-content:space-between;align-items:center}.gh-grid .gh-grid-title[data-v-41d9838a]{font-family:方正兰亭中黑粗简体;font-weight:400;font-size:16px;color:#fff;line-height:20px;text-align:center;position:relative}.gh-grid .gh-grid-title[data-v-41d9838a]:after{content:"";display:block;width:89px;height:4px;background:#e60013;position:absolute;left:50%;margin-left:-44px;top:22px}.gh-grid .more-wrap[data-v-41d9838a]{font-weight:400;font-size:14px;color:#fff;line-height:21px;text-align:right}.gh-grid .more-wrap img[data-v-41d9838a]{width:15px;vertical-align:middle}.gh-grid .grid-wrap[data-v-41d9838a]{margin:14px 6px;display:flex;flex-wrap:wrap;justify-content:space-between}.gh-grid .grid-wrap .grid-item[data-v-41d9838a]{width:48%;background:#fff;border-radius:10px;box-shadow:0 0 4px #0000000d;margin-bottom:14px}.gh-grid .grid-wrap .grid-item img[data-v-41d9838a]{width:100%}}.gh-informations[data-v-246a008b]{margin:0 auto}@media only screen and (min-width: 1025px){.gh-informations[data-v-246a008b]{max-width:1078px;padding:0 34px;margin-top:86px}.gh-informations .gh-informations-top[data-v-246a008b]{display:flex}.gh-informations .gh-informations-top .gh-informations-img[data-v-246a008b]{flex:1}.gh-informations .gh-informations-top .gh-informations-img img[data-v-246a008b]{width:100%;border-radius:15px}.gh-informations .gh-informations-top .gh-informations-text[data-v-246a008b]{flex:1;margin-left:30px}.gh-informations .gh-informations-top .gh-informations-text .title[data-v-246a008b]{font-weight:700;font-size:16px;line-height:30px}.gh-informations .gh-informations-top .gh-informations-text .yellow[data-v-246a008b]{color:#f9b137}.gh-informations .gh-informations-top .gh-informations-text .sub-title[data-v-246a008b]{font-family:方正兰亭黑简体-准;font-weight:400;font-size:16px;line-height:30px;color:#fff9}.gh-informations .gh-informations-top .gh-informations-text .fw-400[data-v-246a008b]{font-weight:400;color:#ffffffe6}.gh-informations .gh-informations-top .gh-informations-text .gh-text-wrap .gh-text-item[data-v-246a008b]{display:flex}.gh-informations .gh-informations-top .gh-informations-text .gh-text-wrap .gh-text-item .gh-text-item-label[data-v-246a008b]{width:150px;flex-shrink:0}.gh-informations .gh-informations-ul[data-v-246a008b]{font-family:方正兰亭黑简体-准;margin-top:48px;font-weight:400;font-size:13px;color:#ffffffb3;line-height:20px}}@media only screen and (min-width: 701px) and (max-width: 1024px){.gh-informations[data-v-246a008b]{max-width:700px;margin-top:86px}.gh-informations .gh-informations-top[data-v-246a008b]{display:flex;flex-direction:column}.gh-informations .gh-informations-top .gh-informations-img[data-v-246a008b]{flex:1}.gh-informations .gh-informations-top .gh-informations-img img[data-v-246a008b]{width:100%;border-radius:15px}.gh-informations .gh-informations-top .gh-informations-text[data-v-246a008b]{flex:1}.gh-informations .gh-informations-top .gh-informations-text .title[data-v-246a008b]{font-weight:700;font-size:16px;line-height:30px}.gh-informations .gh-informations-top .gh-informations-text .yellow[data-v-246a008b]{color:#f9b137}.gh-informations .gh-informations-top .gh-informations-text .sub-title[data-v-246a008b]{font-family:方正兰亭黑简体-准;font-weight:400;font-size:16px;line-height:30px;color:#fff9}.gh-informations .gh-informations-top .gh-informations-text .fw-400[data-v-246a008b]{font-weight:400;color:#ffffffe6}.gh-informations .gh-informations-top .gh-informations-text .gh-text-wrap .gh-text-item[data-v-246a008b]{display:flex}.gh-informations .gh-informations-top .gh-informations-text .gh-text-wrap .gh-text-item .gh-text-item-label[data-v-246a008b]{width:150px;flex-shrink:0}.gh-informations .gh-informations-ul[data-v-246a008b]{font-family:方正兰亭黑简体-准;margin-top:48px;font-weight:400;font-size:13px;color:#ffffffb3;line-height:20px}}@media only screen and (max-width: 700px){.gh-informations[data-v-246a008b]{margin:0 30px}.gh-informations .gh-informations-top[data-v-246a008b]{display:flex;flex-direction:column}.gh-informations .gh-informations-top .gh-informations-img[data-v-246a008b]{flex:1}.gh-informations .gh-informations-top .gh-informations-img img[data-v-246a008b]{width:100%;border-radius:15px}.gh-informations .gh-informations-top .gh-informations-text[data-v-246a008b]{flex:1}.gh-informations .gh-informations-top .gh-informations-text .title[data-v-246a008b]{font-weight:700;font-size:13px;line-height:20px}.gh-informations .gh-informations-top .gh-informations-text .yellow[data-v-246a008b]{color:#f9b137}.gh-informations .gh-informations-top .gh-informations-text .sub-title[data-v-246a008b]{font-family:方正兰亭黑简体-准;font-weight:400;font-size:13px;line-height:20px;color:#fff9}.gh-informations .gh-informations-top .gh-informations-text .fw-400[data-v-246a008b]{font-weight:400;color:#ffffffe6}.gh-informations .gh-informations-top .gh-informations-text .gh-text-wrap .gh-text-item[data-v-246a008b]{display:flex}.gh-informations .gh-informations-top .gh-informations-text .gh-text-wrap .gh-text-item .gh-text-item-label[data-v-246a008b]{width:126px;flex-shrink:0}.gh-informations .gh-informations-ul[data-v-246a008b]{font-family:方正兰亭黑简体-准;margin-top:48px;font-weight:400;font-size:13px;color:#ffffffb3;line-height:20px}}.gh-introduce[data-v-65d86bf3]{margin:0 auto}.gh-introduce .gh-introduce-card[data-v-65d86bf3]{background:#ffffff4d;border-radius:9px;border:1px solid #ffffff}.gh-introduce .gh-introduce-card .content[data-v-65d86bf3],.gh-introduce .gh-introduce-card .gh-introduce-list-item .text[data-v-65d86bf3]{font-family:方正兰亭黑简体-准}@media only screen and (min-width: 1025px){.gh-introduce[data-v-65d86bf3]{max-width:1078px;padding:0 34px 86px;display:flex;margin-top:86px}.gh-introduce .gh-introduce-left[data-v-65d86bf3]{padding:25px;width:320px;margin-right:12px}.gh-introduce .gh-introduce-left .title[data-v-65d86bf3]{font-weight:700;font-size:13px;color:#f9b137;line-height:19px;text-align:center}.gh-introduce .gh-introduce-left .content[data-v-65d86bf3]{font-weight:400;font-size:13px;color:#fff;line-height:24px;margin-top:20px}.gh-introduce .gh-introduce-right[data-v-65d86bf3]{padding:25px;flex:1;min-height:240px}.gh-introduce .gh-introduce-right .title[data-v-65d86bf3]{font-weight:700;font-size:13px;color:#f9b137;line-height:19px;text-align:center;margin-bottom:23px}.gh-introduce .gh-introduce-right .gh-introduce-list[data-v-65d86bf3]{display:flex}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item[data-v-65d86bf3]{flex:1}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item .text[data-v-65d86bf3]{width:88%;min-height:120px;font-weight:400;font-size:12px;color:#fff;line-height:14px}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item img[data-v-65d86bf3]{width:104px}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap[data-v-65d86bf3]{display:flex}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap .gh-introduce-btn-item[data-v-65d86bf3]{flex:1}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap .gh-introduce-btn-item img[data-v-65d86bf3]{width:104px}}@media only screen and (min-width: 701px) and (max-width: 1024px){.gh-introduce[data-v-65d86bf3]{max-width:700px;display:flex;margin-top:86px;padding-bottom:86px}.gh-introduce .gh-introduce-left[data-v-65d86bf3]{padding:25px;width:320px;margin-right:12px}.gh-introduce .gh-introduce-left .title[data-v-65d86bf3]{font-weight:700;font-size:13px;color:#f9b137;line-height:19px;text-align:center}.gh-introduce .gh-introduce-left .content[data-v-65d86bf3]{font-weight:400;font-size:13px;color:#fff;line-height:24px;margin-top:20px}.gh-introduce .gh-introduce-right[data-v-65d86bf3]{padding:25px;flex:1;min-height:240px}.gh-introduce .gh-introduce-right .title[data-v-65d86bf3]{font-weight:700;font-size:13px;color:#f9b137;line-height:19px;text-align:center;margin-bottom:23px}.gh-introduce .gh-introduce-right img[data-v-65d86bf3]{width:104px}.gh-introduce .gh-introduce-right .gh-introduce-list[data-v-65d86bf3]{display:flex;flex-direction:column}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item[data-v-65d86bf3]{flex:1}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item .text[data-v-65d86bf3]{font-weight:400;font-size:12px;color:#fff;line-height:14px}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item img[data-v-65d86bf3]{width:104px;margin:0 auto 10px;display:block}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap[data-v-65d86bf3]{display:flex;margin-top:15px}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap .gh-introduce-btn-item[data-v-65d86bf3]{flex:1}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap .gh-introduce-btn-item img[data-v-65d86bf3]{width:104px;margin:0 auto;display:block}}@media only screen and (max-width: 700px){.gh-introduce[data-v-65d86bf3]{display:flex;padding-bottom:36px;flex-direction:column;margin:46px 30px 0}.gh-introduce .gh-introduce-left[data-v-65d86bf3]{padding:25px;margin-bottom:20px}.gh-introduce .gh-introduce-left .title[data-v-65d86bf3]{font-weight:700;font-size:13px;color:#f9b137;line-height:19px;text-align:center}.gh-introduce .gh-introduce-left .content[data-v-65d86bf3]{font-weight:400;font-size:13px;color:#fff;line-height:24px;margin-top:20px}.gh-introduce .gh-introduce-right[data-v-65d86bf3]{padding:25px;flex:1;min-height:240px}.gh-introduce .gh-introduce-right .title[data-v-65d86bf3]{font-weight:700;font-size:13px;color:#f9b137;line-height:19px;text-align:center;margin-bottom:23px}.gh-introduce .gh-introduce-right .gh-introduce-list[data-v-65d86bf3]{display:flex;flex-direction:column}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item[data-v-65d86bf3]{flex:1}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item .text[data-v-65d86bf3]{font-weight:400;font-size:12px;color:#fff;line-height:14px}.gh-introduce .gh-introduce-right .gh-introduce-list .gh-introduce-list-item img[data-v-65d86bf3]{width:104px;margin:0 auto 10px;display:block}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap[data-v-65d86bf3]{display:flex;margin-top:15px}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap .gh-introduce-btn-item[data-v-65d86bf3]{flex:1}.gh-introduce .gh-introduce-right .gh-introduce-btn-wrap .gh-introduce-btn-item img[data-v-65d86bf3]{width:85px}}.gh-bottom[data-v-092d3b09]{margin:0 auto;height:230px;background:#fff}.gh-bottom .gh-bottom-left-item[data-v-092d3b09],.gh-bottom .gh-bottom-right-item[data-v-092d3b09]{font-weight:500;font-size:13px;color:#5c5d5d;line-height:26px}.gh-bottom .title[data-v-092d3b09]{font-size:15px;padding-top:24px;border-bottom:3px solid #eee;color:#3d3d3d;line-height:26px;margin-bottom:10px}.gh-bottom .gh-bottom-bar[data-v-092d3b09]{background:#f2f2f2;padding:5px 0;height:47px;color:#000}.gh-bottom .gh-bottom-bar .bar-content[data-v-092d3b09]{max-width:1120px;margin:0 auto;display:flex;height:100%}.gh-bottom .gh-bottom-bar .bar-content .bar-item[data-v-092d3b09]{flex:1;display:flex;align-items:center;justify-content:center;height:100%;border-left:1px solid #d6d6d6}.gh-bottom .gh-bottom-bar .bar-content .bar-item[data-v-092d3b09]:first-child{border-left:none}.gh-bottom .gh-bottom-bar .bar-content .bar-item span[data-v-092d3b09]{font-weight:400;font-size:12px;color:#000;line-height:30px}.gh-bottom .gh-bottom-bar .bar-content .bar-item img[data-v-092d3b09]{width:23px;margin-right:3px}@media only screen and (min-width: 1025px){.gh-bottom .gh-bottom-content[data-v-092d3b09]{margin:0 auto;max-width:1120px;color:#000}.gh-bottom .gh-bottom-content .gh-bottom-main[data-v-092d3b09]{display:flex;justify-content:space-between}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left[data-v-092d3b09]{flex:1}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left .gh-bottom-left-content[data-v-092d3b09]{display:flex}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left .gh-bottom-left-content .gh-bottom-left-item[data-v-092d3b09]{width:300px}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-right[data-v-092d3b09]{width:300px;margin-left:80px}.gh-bottom .gh-bottom-content .gh-bottom-copyright[data-v-092d3b09]{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright[data-v-092d3b09]{font-weight:500;font-size:13px;color:#284e98;line-height:26px}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright-right[data-v-092d3b09]{font-weight:700}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright-right img[data-v-092d3b09]{width:30px;vertical-align:text-bottom}}@media only screen and (min-width: 701px) and (max-width: 1024px){.gh-bottom .gh-bottom-content[data-v-092d3b09]{margin:0 auto;max-width:740px;color:#000;padding:0 20px}.gh-bottom .gh-bottom-content .gh-bottom-main[data-v-092d3b09]{display:flex;justify-content:space-between}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left[data-v-092d3b09]{flex:1}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left .gh-bottom-left-content[data-v-092d3b09]{display:flex}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left .gh-bottom-left-content .gh-bottom-left-item[data-v-092d3b09]{width:235px}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-right[data-v-092d3b09]{flex-shrink:0;width:235px;margin-left:30px}.gh-bottom .gh-bottom-content .gh-bottom-copyright[data-v-092d3b09]{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright[data-v-092d3b09]{font-weight:500;font-size:13px;color:#284e98;line-height:26px}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright-right[data-v-092d3b09]{font-weight:700}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright-right img[data-v-092d3b09]{width:30px;vertical-align:text-bottom}.gh-bottom .gh-bottom-bar bar-content[data-v-092d3b09]{max-width:740px}}@media only screen and (max-width: 700px){.gh-bottom[data-v-092d3b09]{height:auto}.gh-bottom .gh-bottom-content[data-v-092d3b09]{margin:0 auto;max-width:740px;color:#000;padding:0 20px}.gh-bottom .gh-bottom-content .gh-bottom-main[data-v-092d3b09]{display:flex;flex-direction:column}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left[data-v-092d3b09]{flex:1}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-left .gh-bottom-left-content[data-v-092d3b09]{display:flex}.gh-bottom .gh-bottom-content .gh-bottom-main .gh-bottom-right[data-v-092d3b09]{flex-shrink:0}.gh-bottom .gh-bottom-content .gh-bottom-left-item[data-v-092d3b09],.gh-bottom .gh-bottom-content .gh-bottom-right-item[data-v-092d3b09]{flex:1}.gh-bottom .gh-bottom-content .gh-bottom-copyright[data-v-092d3b09]{display:flex;margin-top:10px;margin-bottom:10px;flex-direction:column;text-align:center}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright[data-v-092d3b09]{font-weight:500;font-size:13px;color:#284e98;line-height:26px}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright-right[data-v-092d3b09]{font-size:13px;font-weight:700}.gh-bottom .gh-bottom-content .gh-bottom-copyright .copyright-right img[data-v-092d3b09]{width:20px;vertical-align:text-bottom}.gh-bottom .gh-bottom-bar span[data-v-092d3b09]{display:none}}@media screen and (max-width: 900px){.gh-bottom .gh-bottom-bar span[data-v-092d3b09]{display:none}}.main-content[data-v-68c81a85]{background:url(/assets/bgzs-BBRJ97vd.png)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:方正兰亭黑简体-准;src:url(/assets/FZLanTYJW_Zhun-qG2rlitL.TTF)}@font-face{font-family:方正兰亭中黑粗简体;src:url(/assets/FZLTZCHJW-Cft5aJCr.TTF)}@font-face{font-family:方正兰亭中黑简体;src:url(/assets/FZLTZHJW-D7jXeBjH.TTF)}*{box-sizing:border-box}body{font-family:方正兰亭中黑简体;background:linear-gradient(to right,#101315,#232a2d);color:#fff}
