.custom-dialog{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1000;background-color:rgba(0,0,0,.5)}.cs-industry-dialog{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:612px;height:364px;-webkit-box-shadow:none;box-shadow:none}.cs-industry-dialog .dialog-block{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:562px;height:364px;border-radius:6px;background-color:#fff;padding:32px 45px 23px 125px;margin-left:50px}.cs-industry-dialog .dialog-block i{cursor:pointer;color:#b4bbcb;font-size:22px;font-weight:700;position:absolute;right:10px;top:10px}.cs-industry-dialog .dialog-block i:hover{color:#ff9072}.cs-industry-dialog .dialog-block .dialog-block-bg{position:absolute;width:284px;height:375px;top:-6px;left:-162px}.cs-industry-dialog .dialog-block .dialog-block-main .title{font-size:18px;font-weight:700;color:#2e2f33;line-height:24px;margin-bottom:6px}.cs-industry-dialog .dialog-block .dialog-block-main .desc{font-size:13px;color:#868c98;line-height:17px;margin-bottom:25px}.cs-industry-dialog .dialog-block .dialog-block-main .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.cs-industry-dialog .dialog-block .dialog-block-main .list .id-item{cursor:pointer;width:118px;height:45px;line-height:45px;color:#5a5e67;width:120px;border:1px solid #d8dce5;border-radius:4px;text-align:center;font-size:14px;margin-right:16px;margin-bottom:10px;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.cs-industry-dialog .dialog-block .dialog-block-main .list .id-item:nth-of-type(3),.cs-industry-dialog .dialog-block .dialog-block-main .list .id-item:nth-of-type(6),.cs-industry-dialog .dialog-block .dialog-block-main .list .id-item:nth-of-type(9){margin-right:0}.cs-industry-dialog .dialog-block .dialog-block-main .list .id-item:hover{-webkit-transition:all .3s ease-in;transition:all .3s ease-in;background:#fff;border:1px solid #ff7954;background:#fff5f2}.cs-industry-dialog .dialog-block .dialog-block-main .more{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:58px;opacity:1;background:#f5f5f5;padding:9px 12px 0 21px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cs-industry-dialog .dialog-block .dialog-block-main .more .msg .msg-q{font-size:15px;color:#5a5e67;line-height:20px;margin-bottom:3px;font-weight:700}.cs-industry-dialog .dialog-block .dialog-block-main .more .msg .msg-a{font-size:13px;color:#868c98;line-height:17px;margin-bottom:3px}.cs-industry-dialog .dialog-block .dialog-block-main .more .btn{cursor:pointer;text-decoration:none;margin-left:10px;-webkit-transform:translateY(6px);transform:translateY(6px);width:100px;height:30px;line-height:30px;border-radius:4px;text-align:center;font-size:13px;font-weight:700;background-color:transparent}.cs-industry-dialog .dialog-block .dialog-block-main .more .btn.one{border:1px solid #ff7954;color:#ff7954}.cs-industry-dialog .dialog-block .dialog-block-main .more .btn.one:hover{background-color:#fff5f2}.cs-industry-dialog .dialog-block .dialog-block-main .more .btn.two{border:1px solid #d8dce5;color:#868c98}.cs-industry-dialog .dialog-block .dialog-block-main .more .btn.two:hover{background-color:#d8dce5}.cs-industry-enter-active{-webkit-animation:cs-industry-in .4s;animation:cs-industry-in .4s}.cs-industry-leave-active{-webkit-animation:cs-industry-out .4s;animation:cs-industry-out .4s}@-webkit-keyframes cs-industry-in{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(0,0,1);transform:translate(-50%,-50%) scale3d(0,0,1);-webkit-transform-origin:center center;transform-origin:center center}to{opacity:1;-webkit-transform:translate(-50%,-50%) scaleX(1);transform:translate(-50%,-50%) scaleX(1);-webkit-transform-origin:center center;transform-origin:center center}}@keyframes cs-industry-in{0%{opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(0,0,1);transform:translate(-50%,-50%) scale3d(0,0,1);-webkit-transform-origin:center center;transform-origin:center center}to{opacity:1;-webkit-transform:translate(-50%,-50%) scaleX(1);transform:translate(-50%,-50%) scaleX(1);-webkit-transform-origin:center center;transform-origin:center center}}@-webkit-keyframes cs-industry-out{0%{opacity:1;-webkit-transform:translate(-50%,-50%) scaleX(1);transform:translate(-50%,-50%) scaleX(1);-webkit-transform-origin:center center;transform-origin:center center}to{top:135px;left:350px;opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(.1,.1,1);transform:translate(-50%,-50%) scale3d(.1,.1,1);-webkit-transform-origin:center center;transform-origin:center center}}@keyframes cs-industry-out{0%{opacity:1;-webkit-transform:translate(-50%,-50%) scaleX(1);transform:translate(-50%,-50%) scaleX(1);-webkit-transform-origin:center center;transform-origin:center center}to{top:135px;left:350px;opacity:0;-webkit-transform:translate(-50%,-50%) scale3d(.1,.1,1);transform:translate(-50%,-50%) scale3d(.1,.1,1);-webkit-transform-origin:center center;transform-origin:center center}}.cs-common-dialog-wrap{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);visibility:hidden;opacity:0;z-index:1009;-webkit-transition:all .2s;transition:all .2s}.cs-common-dialog-wrap.show{visibility:visible;opacity:1}.cs-common-dialog-wrap.show .cs-dialog-center{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);visibility:visible;opacity:1}.cs-common-dialog-wrap .cs-dialog-center{width:440px;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);visibility:hidden;opacity:0;background:#fff;padding:44px 44px 38px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s;transition:all .2s}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-close{cursor:pointer;position:absolute;font-size:22px;color:#333;top:20px;right:20px;-webkit-transition:all .2s;transition:all .2s;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-close:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-title{font-size:20px;color:#000}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-subtittle{font-size:14px;color:#999}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-notes{font-size:12px;color:#999;margin-top:30px}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-input{background:#fff;width:350px;height:40px;margin-top:8px;position:relative;border:1px solid #7f8286;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-input .cs-dialog-prefix{font-size:18px;color:#999;margin:0 7px 0 13px}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-input .cs-dialog-safe{width:38px;height:38px;margin:0 15px 0 10px}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-input input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:16px;line-height:16px;padding:0;background:#fff;color:#1d1d1d;font-size:14px;border:none}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-input input::-webkit-input-placeholder{color:#999}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-policcy{margin-top:6px}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-policcy .zbj-private-policy-checkbox .policy-txt{color:#999}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-policcy .zbj-private-policy-checkbox .policy-txt .goto-policy{color:#fe9247}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap{position:relative;padding-top:34px;margin-top:4px;-webkit-transition:all .2s;transition:all .2s}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap.show .cs-dialog-error{height:28px;max-height:28px;line-height:28px;opacity:1;visibility:visible}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap .cs-dialog-error{position:absolute;top:0;left:0;width:100%;height:0;max-height:0;opacity:0;visibility:hidden;background:#ffeded;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s;transition:all .2s}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap .cs-dialog-error span{font-size:12px;color:#ef4242}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap .cs-dialog-error .cs-error-close{width:14px;height:14px;line-height:14px;background:#ef4242;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;margin-right:5px;text-align:center}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap .cs-dialog-error .cs-error-close .cs-close-icon{font-size:12px;color:#fff}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap .cs-dialog-confirm{cursor:pointer;width:100%;height:40px;line-height:40px;background:#ff6900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#fff;-webkit-transition:all .2s;transition:all .2s}.cs-common-dialog-wrap .cs-dialog-center .cs-dialog-handle-wrap .cs-dialog-confirm:hover{background-color:#ff781a}.cs-common-success-dialog-wrap{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);visibility:hidden;opacity:0;z-index:1010;-webkit-transition:all .2s;transition:all .2s}.cs-common-success-dialog-wrap.show{visibility:visible;opacity:1}.cs-common-success-dialog-wrap.show .cs-success-dialog-center{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);visibility:visible;opacity:1}.cs-common-success-dialog-wrap .cs-success-dialog-center{width:440px;height:306px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);visibility:hidden;opacity:0;background:#fff;padding:44px 33px 34px 42px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s;transition:all .2s}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-close{cursor:pointer;position:absolute;font-size:22px;color:#333;top:20px;right:20px;-webkit-transition:all .2s;transition:all .2s;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-close:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-top{width:100%;height:47px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;justify-items:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-top .cs-dialog-top-success{width:47px;height:47px}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-top .cs-dialog-top-success img{width:100%;height:100%}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-top .cs-dialog-top-text{margin-left:11px}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-top .cs-dialog-top-text .cs-dialog-top-title{font-size:20px;color:#000}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-top .cs-dialog-top-text .cs-dialog-top-subtitle{font-size:12px;color:#999}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-recommendation{width:auto;margin-top:49px;font-size:13px;color:rgba(29,29,29,.8);position:relative}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-recommendation:before{content:"";display:block;border-top:1px solid #e5e5e5;position:absolute;width:202px;top:9px;right:0}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom{width:100%;height:114px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:justify;align-content:space-between}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem{width:50%;height:50%;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem.is-link{cursor:pointer}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem.is-link:hover .cs-dialog-itemName span{color:#ff6900}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem.is-link:hover .cs-dialog-itemName .suffix{color:#ff6900;-webkit-transform:translateX(5px);transform:translateX(5px)}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem .cs-dialog-itemName{margin-top:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem .cs-dialog-itemName span{color:#1d1d1d;-webkit-transition:all .2s;transition:all .2s}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem .cs-dialog-itemName .suffix{color:#7f8286;font-size:12px;line-height:18px;-webkit-transition:all .2s;transition:all .2s}.cs-common-success-dialog-wrap .cs-success-dialog-center .cs-dialog-bottom .cs-dialog-adsitem .cs-dialog-itemDesc{width:100%;margin-top:4px;font-size:12px;height:14px;line-height:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#999}.map-area-select{border-radius:0!important}.national-service-center-new{background:-webkit-gradient(linear,left bottom,left top,from(#fafbfe),to(#f5f7fa));background:linear-gradient(0deg,#fafbfe,#f5f7fa);height:780px;padding:60px 0 0;overflow:hidden;position:relative}.national-service-center-new .layer-ball-s{width:68px;bottom:73px;right:calc(50% - 274px)}.national-service-center-new .layer-ball-m,.national-service-center-new .layer-ball-s{display:block;position:absolute;-webkit-transition:all .15s linear;transition:all .15s linear}.national-service-center-new .layer-ball-m{width:70px;top:398px;right:calc(50% - 630px)}.national-service-center-new .layer-ball-l{display:block;width:200px;position:absolute;top:-93px;right:calc(50% - 443px);-webkit-transition:all .15s linear;transition:all .15s linear}.national-service-center-new .national-service-header{width:100%;color:#1d1d1d;font-size:32px;text-align:center}.national-service-center-new .map-advantage-list{width:100%;min-width:1280px;height:100px;background:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/map-desc-bg.d4e6f2b.png) no-repeat top;background-size:auto 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;z-index:6}.national-service-center-new .map-advantage-list,.national-service-center-new .map-advantage-list .map-advantage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.national-service-center-new .map-advantage-list .map-advantage{color:#fff;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border-right:1px solid #fff;padding:0 75px}.national-service-center-new .map-advantage-list .map-advantage:first-of-type{padding-left:0}.national-service-center-new .map-advantage-list .map-advantage:last-of-type{border-right:none;padding-right:0}.national-service-center-new .map-advantage-list .map-advantage .one{font-size:16px;font-weight:400;margin-right:11px}.national-service-center-new .map-advantage-list .map-advantage .two{font-size:48px;font-weight:300;line-height:44px}.national-service-center-new .map-advantage-list .map-advantage .three{font-size:16px;font-weight:400;margin-left:11px}.national-service-center-new .map-advantage-list .map-advantage .four{font-size:16px;font-weight:400;margin-left:4px;line-height:38px}.national-service-center-new .national-service-map{position:absolute;top:0;right:calc(50% + 980px)}.national-service-center-new .national-service-map .layer-earth{display:block;width:920px;position:absolute;z-index:1;top:-70px;left:-10px;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all .15s linear;transition:all .15s linear}.national-service-center-new .national-service-map .service-map-chart-wrap{position:absolute;z-index:3;top:120px;left:330px}.national-service-center-new .national-service-map .service-map-chart-wrap .line-one{position:absolute;width:0;max-width:0;height:1px;background-color:#ff6900;-webkit-transform-origin:left center;transform-origin:left center;visibility:hidden;opacity:0;z-index:5}.national-service-center-new .national-service-map .service-map-chart-wrap .line-one.show{-webkit-transition:max-width .4s;transition:max-width .4s;visibility:visible;opacity:1}.national-service-center-new .national-service-map .service-map-chart-wrap .line-one .line-two{position:absolute;top:0;width:0;max-width:0;height:1px;background-color:#ff6900;-webkit-transform-origin:left center;transform-origin:left center;visibility:hidden;opacity:0}.national-service-center-new .national-service-map .service-map-chart-wrap .line-one .line-two.show{-webkit-transition:max-width .14s ease .4s;transition:max-width .14s ease .4s;visibility:visible;opacity:1;width:98px;max-width:98px}.national-service-center-new .national-service-map .service-map-chart-wrap .map-chart-content{width:490px;height:400px}.national-service-center-new .national-service-map .service-map-chart-wrap .float-dot-block{cursor:pointer;position:absolute;z-index:2;border-radius:50%;background-color:#ebf5ff;width:12px;height:12px;-webkit-transition:all .2s;transition:all .2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:-6px 0 0 -6px}.national-service-center-new .national-service-map .service-map-chart-wrap .float-dot-block .float-dot{cursor:pointer;width:4px;height:4px;background-color:#a7c3eb;border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.national-service-center-new .national-service-map .service-map-chart-wrap .float-dot-block .float-dot:after{content:"";position:absolute;width:8px;height:8px;-webkit-box-shadow:inset #a7c3eb 0 0 5px;box-shadow:inset 0 0 5px #a7c3eb;border-radius:50%;top:2px;left:2px;opacity:0}.national-service-center-new .national-service-map .service-map-chart-wrap .float-dot-block:hover .float-dot:after{opacity:1;-webkit-animation:dotActive 1.6s ease-out 0s infinite;animation:dotActive 1.6s ease-out 0s infinite}.national-service-center-new .national-service-map .service-map-chart-wrap .float-dot-block.active{z-index:4;background-color:transparent;border-radius:50%}.national-service-center-new .national-service-map .service-map-chart-wrap .float-dot-block.active .float-dot{width:12px;height:12px;background-color:#ff856e;border-radius:50%;border:2px solid #fff}.national-service-center-new .national-service-map .service-map-chart-wrap .float-dot-block.active .float-dot:after{content:"";position:absolute;width:12px;height:12px;-webkit-box-shadow:inset #ff6900 0 0 5px;box-shadow:inset 0 0 5px #ff6900;border-radius:50%;top:0;left:0;opacity:1;-webkit-animation:dotActive 1.6s ease-out .4s infinite;animation:dotActive 1.6s ease-out .4s infinite}.national-service-center-new .national-service-map .service-map-chart-wrap .float-name{cursor:default;position:absolute;display:block;height:14px;line-height:14px;font-size:12px;z-index:1;color:#8090b2;-webkit-transform:scale(.9);transform:scale(.9)}.national-service-center-new .national-service-map .cs-map-tips{max-width:300px;color:#fff;padding:14px 10px 20px 20px}.national-service-center-new .national-service-map .cs-map-tips .map-tip-province{font-size:16px;font-weight:700;margin-bottom:10px}.national-service-center-new .national-service-map .cs-map-tips .province-city-list .city-list-item{line-height:13px;font-size:13px;float:left;margin:0 24px 9px 0}.national-service-center-new .national-service-show{width:550px;position:absolute;z-index:9;left:calc(50% - 20px)}.national-service-center-new .national-service-show .ns-show-select{padding-top:35px;margin-bottom:20px}.national-service-center-new .national-service-show .ns-show-select .cs-select-city{margin-right:10px}.national-service-center-new .national-service-show .ns-show-select .cs-select-city .el-input.is-focus input{border:1px solid #ff6900}.national-service-center-new .national-service-show .ns-show-select .cs-select-city .el-input input{width:138px;height:32px;color:#1d1d1d;font-size:13px;border-radius:0;border:1px solid #fff;-webkit-transition:all .2s;transition:all .2s}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list.show{-webkit-transition:-webkit-box-shadow .9s ease .3s;transition:-webkit-box-shadow .9s ease .3s;transition:box-shadow .9s ease .3s;transition:box-shadow .9s ease .3s,-webkit-box-shadow .9s ease .3s;-webkit-box-shadow:0 1px 8px 0 rgba(203,210,220,.42);box-shadow:0 1px 8px 0 rgba(203,210,220,.42)}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item{cursor:pointer;text-decoration:none;position:relative;width:550px;max-width:550px;height:96px;-webkit-transition:all .3s;transition:all .3s;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0 66px 0 25px}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:first-of-type:after{opacity:0!important}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:first-of-type.show{-webkit-animation:cardAnimate .3s 0ms both;animation:cardAnimate .3s 0ms both;-webkit-transition:all .3s;transition:all .3s}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:nth-of-type(2).show{-webkit-animation:cardAnimate .3s .15s both;animation:cardAnimate .3s .15s both;-webkit-transition:all .3s;transition:all .3s}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:nth-of-type(3).show{-webkit-animation:cardAnimate .3s .3s both;animation:cardAnimate .3s .3s both;-webkit-transition:all .3s;transition:all .3s}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:nth-of-type(4).show{-webkit-animation:cardAnimate .3s .45s both;animation:cardAnimate .3s .45s both;-webkit-transition:all .3s;transition:all .3s}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item.tag-zy{background:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/zy-bg.781e70d.jpg) no-repeat 0 0;background-size:100%}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item.tag-jm:hover:after{opacity:0}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item.tag-jm:after{content:"";width:92%;height:1px;background-color:hsla(0,0%,83.5%,.6);position:absolute;top:-1px;left:4%;opacity:1}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:hover{width:578px;max-width:578px;margin-left:-14px;-webkit-box-shadow:0 4px 19px 0 rgba(181,194,213,.53);box-shadow:0 4px 19px 0 rgba(181,194,213,.53);padding:0 136px 0 38px;z-index:2}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:hover .name-wrap .name{color:#ff6900}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:hover .arrow-right{visibility:hidden;opacity:0}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item:hover .click-btn{visibility:visible;opacity:1}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .name-wrap{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .name-wrap .name{max-width:100%;font-size:16px;color:#1d1d1d;height:20px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .3s;transition:all .3s}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .name-wrap .target{color:#fff;height:16px;line-height:16px;border-radius:2px;padding:0 3px;font-size:12px;margin-left:8px;white-space:nowrap}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .name-wrap .target.target-one{background:-webkit-gradient(linear,left top,right top,from(#8aa1b6),to(#aec4d5));background:linear-gradient(90deg,#8aa1b6,#aec4d5)}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .name-wrap .target.target-two{background:-webkit-gradient(linear,left top,right top,from(#6fa7bf),to(#b0cddb));background:linear-gradient(90deg,#6fa7bf,#b0cddb)}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .name-wrap .target.target-three{background:-webkit-gradient(linear,left top,right top,from(#caa570),to(#e9c684));background:linear-gradient(90deg,#caa570,#e9c684)}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .location{width:100%;font-size:13px;color:#7f8286;height:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .arrow-right{visibility:visible;opacity:1;font-size:16px;color:#7f8286;position:absolute;right:29px;top:31px}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .click-btn{width:90px;height:32px;background:linear-gradient(265deg,#ff6931,#ff9952);border-radius:2px;color:#fff;line-height:32px;font-size:14px;text-align:center;position:absolute;right:26px;top:31px;visibility:hidden;opacity:0;-webkit-transition:all .3s;transition:all .3s}.national-service-center-new .national-service-show .ns-show-list-wrap .ns-show-list .list-item .click-btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 3px 8px 0 rgba(255,107,78,.35);box-shadow:0 3px 8px 0 rgba(255,107,78,.35)}.national-service-center-new .national-service-show .ns-show-list-wrap .join-link-wrap{padding-top:19px;width:128px;height:51px;float:left}.national-service-center-new .national-service-show .ns-show-list-wrap .join-link-wrap .join-link{display:block;width:128px;height:32px;line-height:32px;text-align:center;cursor:pointer;color:#fff;-webkit-transition:all .3s;transition:all .3s;background-image:-webkit-gradient(linear,left top,right top,from(#ff9751),to(#ff6b32));background-image:linear-gradient(90deg,#ff9751 0,#ff6b32);border-radius:2px}.national-service-center-new .national-service-show .ns-show-list-wrap .join-link-wrap .join-link:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 3px 8px 0 rgba(207,93,71,.35);box-shadow:0 3px 8px 0 rgba(207,93,71,.35)}.national-service-center-new .national-service-show .ns-show-list-wrap .handle-bar{float:right;padding-top:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.national-service-center-new .national-service-show .ns-show-list-wrap .handle-bar .handle-bar-num{font-size:14px;margin-right:10px}.national-service-center-new .national-service-show .ns-show-list-wrap .handle-bar .handle-bar-num .left{color:#ff6900}.national-service-center-new .national-service-show .ns-show-list-wrap .handle-bar .handle-bar-num .right{color:#7f8286}.national-service-center-new .national-service-show .ns-show-list-wrap .handle-bar .handle-btn{cursor:pointer;width:32px;height:32px;line-height:30px;border:1px solid #e5e5e5;text-align:center;color:#1d1d1d;margin:0 0 0 10px;-webkit-transition:all .2s;transition:all .2s}.national-service-center-new .national-service-show .ns-show-list-wrap .handle-bar .handle-btn.unclick{cursor:default;color:#d8dce5}.national-service-center-new .national-service-show .ns-show-list-wrap .handle-bar .handle-btn:not(.unclick):hover{background-color:#fff}.national-service-center-new .national-service-show .ns-show-empty{width:550px}.national-service-center-new .national-service-show .ns-show-empty .empty-list-item{position:relative;width:550px;max-width:550px;height:96px;overflow:hidden;-webkit-transition:all .3s;transition:all .3s;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0 136px 0 25px;-webkit-box-shadow:0 1px 8px 0 rgba(203,210,220,.42);box-shadow:0 1px 8px 0 rgba(203,210,220,.42);margin-bottom:10px}.national-service-center-new .national-service-show .ns-show-empty .empty-list-item .name-wrap{margin-bottom:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.national-service-center-new .national-service-show .ns-show-empty .empty-list-item .name-wrap .name{max-width:100%;font-size:19px;color:#1d1d1d;height:20px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .3s;transition:all .3s}.national-service-center-new .national-service-show .ns-show-empty .empty-list-item .desc{width:100%;font-size:14px;color:#666;height:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.national-service-center-new .national-service-show .ns-show-empty .empty-list-item .click-btn{cursor:pointer;width:90px;height:32px;background:linear-gradient(265deg,#ff6931,#ff9952);border-radius:2px;color:#fff;line-height:32px;font-size:14px;text-align:center;position:absolute;right:22px;top:34px;-webkit-transition:all .3s;transition:all .3s;padding:0 16px}.national-service-center-new .national-service-show .ns-show-empty .empty-list-item .click-btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 11px 0 rgba(255,90,0,.34);box-shadow:0 6px 11px 0 rgba(255,90,0,.34)}@-webkit-keyframes cardAnimate{0%{-webkit-transform:translateY(-96px);transform:translateY(-96px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes cardAnimate{0%{-webkit-transform:translateY(-96px);transform:translateY(-96px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes dotActive{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(4);transform:scale(4)}}@keyframes dotActive{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(4);transform:scale(4)}}.bold[data-v-7288f85f]{font-weight:700}.index-city-select-popup-inner{position:absolute;top:45px;left:0;-webkit-box-shadow:3px 5px 24px 0 rgba(105,109,117,.3);box-shadow:3px 5px 24px 0 rgba(105,109,117,.3);border-radius:0;background-color:#fff;padding:16px 15px 12px;overflow:hidden;min-width:600px;text-align:left;opacity:0;visibility:hidden;-webkit-transition:all .2s;transition:all .2s}.index-city-select-popup-inner.show{opacity:1;visibility:visible}.index-city-select-popup-inner .search-input-wrap{width:100%;position:relative}.index-city-select-popup-inner .search-input-wrap .prefix-icon{position:absolute;left:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;color:#999}.index-city-select-popup-inner .search-input-wrap .city-select-popup-inner-search-lan{width:100%;padding:0 30px;background-color:#fff;background-image:none;border-radius:0;border:1px solid #d8dce5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#5a5e66;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:none}.index-city-select-popup-inner .search-input-wrap .city-select-popup-inner-search-lan:focus{border-color:#ff7955}.index-city-select-popup-inner .search-result{padding-top:10px}.index-city-select-popup-inner .search-result .result-item{color:#000;margin-right:20px;cursor:pointer}.index-city-select-popup-inner .cate{z-index:99;padding-top:10px;text-align:left;color:#5a5e66;font-size:12px}.index-city-select-popup-inner .cate .cate-item{display:inline-block;height:25px;line-height:25px;background:#fff;padding:0 10px;margin:0;border-color:transparent transparent #dedede;border-style:solid;border-width:2px 1px 1px;cursor:pointer}.index-city-select-popup-inner .cate .active{border-color:#ff7955 #dedede #fff;border-style:solid;border-width:2px 1px 1px}.index-city-select-popup-inner .cities{z-index:9;border-top:1px solid #dedede;margin-top:-1px;color:#5a5e66;font-size:12px}.index-city-select-popup-inner .cities .city-wrapper{padding-top:10px}.index-city-select-popup-inner .cities .city-wrapper .city-letter{width:30px;text-align:center;color:#999;float:left}.index-city-select-popup-inner .cities .city-wrapper .city-items{margin-left:50px}.index-city-select-popup-inner .cities .city-wrapper .city-items li{cursor:pointer;float:left;margin:0 20px 5px 0}.index-city-select-popup-inner .cities .city-wrapper .city-items .active,.index-city-select-popup-inner .cities .city-wrapper .city-items li:hover{color:#ff7955}.index-type-select-popup-inner{position:absolute;top:56px;left:0;-webkit-box-shadow:3px 5px 24px 0 rgba(105,109,117,.3);box-shadow:3px 5px 24px 0 rgba(105,109,117,.3);border-radius:0;background-color:#fff;text-align:left;padding:8px 2px 10px 13px;overflow:hidden;opacity:0;visibility:hidden;-webkit-transition:all .2s;transition:all .2s}.index-type-select-popup-inner.show{opacity:1;visibility:visible}.index-type-select-popup-inner .type-item{margin-top:7px;padding-left:50px;position:relative;height:24px}.index-type-select-popup-inner .type-item h3{position:absolute;left:0;top:0;background-color:#f0f1f3;width:50px;height:24px;line-height:24px;font-size:13px;margin-right:4px;color:#666;font-weight:400;text-align:center;overflow:hidden}.index-type-select-popup-inner .type-item span{cursor:pointer;font-size:12px;color:#666;padding:0 10px;display:inline-block;height:24px;line-height:24px;overflow:hidden;text-align:center}.index-type-select-popup-inner .type-item span.active,.index-type-select-popup-inner .type-item span:hover{color:#ff7d4e}.index-company-select-popup-inner{position:absolute;top:56px;left:0;-webkit-box-shadow:3px 5px 24px 0 rgba(105,109,117,.3);box-shadow:3px 5px 24px 0 rgba(105,109,117,.3);border-radius:0;background-color:#fff;text-indent:5px;text-align:left;overflow:hidden;opacity:0;visibility:hidden;-webkit-transition:all .2s;transition:all .2s}.index-company-select-popup-inner.show{opacity:1;visibility:visible}.index-company-select-popup-inner a{cursor:pointer;color:#333;width:103px;height:30px;line-height:30px;display:block;padding-left:10px;-webkit-transition:all .2s;transition:all .2s}.index-company-select-popup-inner a:hover{background-color:#eee;color:#ff6900}.cs-top-search{position:absolute;height:40px;min-width:800px;background:transparent;left:0;top:218px}.cs-top-search .cs-common-error-block{margin-top:10px;padding-right:10px;width:auto;float:left;height:0;max-height:0;opacity:0;visibility:hidden;background:#ffeded;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s;transition:all .3s}.cs-top-search .cs-common-error-block span{font-size:12px;color:#ef4242}.cs-top-search .cs-common-error-block .cs-common-error-close{width:14px;height:14px;line-height:14px;background:#ef4242;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;margin-right:5px;text-align:center}.cs-top-search .cs-common-error-block .cs-common-error-close .cs-close-icon{font-size:12px;color:#fff}.cs-top-search .cs-common-error-block.show{height:28px;max-height:28px;line-height:28px;opacity:1;visibility:visible}.cs-top-search .cs-search-qyhm{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.cs-top-search .cs-search-qyhm span{font-size:13px}.cs-top-search .cs-search-qyhm .b-handle-wrapper{height:40px;background:#fff;border:1px solid transparent;margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:all .3s;transition:all .3s}.cs-top-search .cs-search-qyhm .b-handle-wrapper input::-webkit-input-placeholder{color:rgba(29,29,29,.6)}.cs-top-search .cs-search-qyhm .b-handle-wrapper input::-moz-placeholder{color:rgba(29,29,29,.6)}.cs-top-search .cs-search-qyhm .b-handle-wrapper input:-ms-input-placeholder{color:rgba(29,29,29,.6)}.cs-top-search .cs-search-qyhm .b-handle-wrapper input::-ms-input-placeholder{color:rgba(29,29,29,.6)}.cs-top-search .cs-search-qyhm .b-handle-wrapper input::placeholder{color:rgba(29,29,29,.6)}.cs-top-search .cs-search-qyhm .b-handle-wrapper .please-check-msg{-webkit-transition:all .3s;transition:all .3s;opacity:0;visibility:hidden;height:0;max-height:0;line-height:20px;overflow:hidden;white-space:nowrap;padding:0 9px;background-color:#ffeded;color:#ef4242;font-size:12px;position:absolute;top:39px;left:-1px}.cs-top-search .cs-search-qyhm .b-handle-wrapper.hasSelected{border:1px solid #ff6900}.cs-top-search .cs-search-qyhm .b-handle-wrapper.hasSelected i.cs-suffix{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.cs-top-search .cs-search-qyhm .b-handle-wrapper.please-check{border:1px solid #ef4242}.cs-top-search .cs-search-qyhm .b-handle-wrapper.please-check .please-check-msg{height:20px;max-height:20px;opacity:1;visibility:visible}.cs-top-search .cs-search-qyhm .b-handle-wrapper i.cs-prefix{color:rgba(29,29,29,.6);font-size:16px;position:absolute;top:50%;left:4px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cs-top-search .cs-search-qyhm .b-handle-wrapper i.cs-suffix{color:rgba(29,29,29,.6);font-size:18px;position:absolute;top:50%;right:4px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s;transition:all .3s;-webkit-transform-origin:center center;transform-origin:center center}.cs-top-search .cs-search-qyhm .cs-qyhm-region{cursor:pointer;width:109px}.cs-top-search .cs-search-qyhm .cs-qyhm-region .value-block{width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.cs-top-search .cs-search-qyhm .cs-qyhm-region .value-block.no-value{color:rgba(29,29,29,.6)}.cs-top-search .cs-search-qyhm .cs-qyhm-companyName{width:116px}.cs-top-search .cs-search-qyhm .cs-qyhm-companyName>input{width:94px;border:none;background:#fff;font-size:13px;color:rgba(29,29,29,.9)}.cs-top-search .cs-search-qyhm .cs-qyhm-industry{cursor:pointer;width:116px}.cs-top-search .cs-search-qyhm .cs-qyhm-industry>span{width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;color:rgba(29,29,29,.6)}.cs-top-search .cs-search-qyhm .cs-qyhm-industry>span.cs-industry-hasValue{color:rgba(29,29,29,.9)}.cs-top-search .cs-search-qyhm .cs-qyhm-companyType{cursor:pointer;width:102.5px;margin-right:10px}.cs-top-search .cs-search-qyhm .cs-qyhm-companyType>span{width:80px}.cs-top-search .cs-search-qyhm .search-handle-wrapper{width:170px;margin-right:5px;position:relative}.cs-top-search .cs-search-qyhm .search-handle-wrapper>input{position:absolute;right:8px;top:11px;width:138px;border:none;background:#fff;font-size:13px;color:rgba(29,29,29,.9)}.cs-top-search .cs-search-qyhm .search-handle-wrapper>input::-webkit-input-placeholder{color:rgba(29,29,29,.6);font-size:13px}.cs-top-search .cs-search-qyhm .search-handle-wrapper>input::-moz-placeholder{color:rgba(29,29,29,.6);font-size:13px}.cs-top-search .cs-search-qyhm .search-handle-wrapper>input:-ms-input-placeholder{color:rgba(29,29,29,.6);font-size:13px}.cs-top-search .cs-search-qyhm .search-handle-wrapper>input::-ms-input-placeholder{color:rgba(29,29,29,.6);font-size:13px}.cs-top-search .cs-search-qyhm .search-handle-wrapper>input::placeholder{color:rgba(29,29,29,.6);font-size:13px}.cs-top-search .cs-search-qyhm .cs-search-tel{margin-right:10px}.cs-top-search .cs-search-qyhm .cs-search-tel .safe{background:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/dunpai.d40fdaa.gif) no-repeat 50%;background-size:cover;width:27px;height:27px;position:absolute;right:2px}.cs-top-search .cs-search-qyhm .cs-sure-button{cursor:pointer;min-width:120px;padding:0 16px;margin-right:9px;background:#ff6900;border:1px solid #ff6900;-webkit-transition:all .3s;transition:all .3s}.cs-top-search .cs-search-qyhm .cs-sure-button span{color:#fff}.cs-top-search .cs-search-qyhm .cs-sure-button:hover{background:rgba(255,105,0,.9);border:1px solid rgba(255,105,0,.9)}.cs-top-search .cs-search-qyhm .cs-inquery-button{cursor:pointer;width:120px;margin-right:0;border:1px solid #ff6900;-webkit-transition:all .3s;transition:all .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cs-top-search .cs-search-qyhm .cs-inquery-button:hover{background-color:hsla(0,0%,100%,.15)}.cs-top-search .cs-search-qyhm .cs-inquery-button span{color:#ff6900}.cs-top-search .cs-search-qyhm .cs-city-select,.cs-top-search .cs-search-qyhm .cs-company-select,.cs-top-search .cs-search-qyhm .cs-industry-select{position:absolute;top:45px;left:0;z-index:11}.cs-top-search .cs-search-qyhm .cs-company-select{left:355px}.cs-top-search .cs-private-policy{margin-top:10px}.cs-top-search .cs-private-policy .zbj-private-policy-checkbox .el-checkbox .el-checkbox__input{margin-bottom:1px}.cs-top-search .cs-private-policy .zbj-private-policy-checkbox .policy-txt{color:rgba(29,29,29,.9)}.cs-dark-search .please-check{border:1px solid #fff!important}.cs-dark-search .cs-search-qyhm .b-handle-wrapper{background:hsla(0,0%,100%,.4)}.cs-dark-search .cs-search-qyhm .b-handle-wrapper.hasSelected{border:1px solid #fff}.cs-dark-search .cs-search-qyhm .b-handle-wrapper i.cs-prefix{color:hsla(0,0%,100%,.4)}.cs-dark-search .cs-search-qyhm .b-handle-wrapper i.cs-suffix,.cs-dark-search .cs-search-qyhm .cs-qyhm-region .value-block,.cs-dark-search .cs-search-qyhm .cs-qyhm-region .value-block.no-value{color:#fff}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyName{width:116px}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyName>input{background:transparent;color:#fff}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyName>input::-webkit-input-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyName>input::-moz-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyName>input:-ms-input-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyName>input::-ms-input-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyName>input::placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .cs-qyhm-companyType>span,.cs-dark-search .cs-search-qyhm .cs-qyhm-industry>span,.cs-dark-search .cs-search-qyhm .cs-qyhm-industry>span.cs-industry-hasValue{color:#fff}.cs-dark-search .cs-search-qyhm .search-handle-wrapper>input{background:transparent;color:#fff}.cs-dark-search .cs-search-qyhm .search-handle-wrapper>input::-webkit-input-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .search-handle-wrapper>input::-moz-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .search-handle-wrapper>input:-ms-input-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .search-handle-wrapper>input::-ms-input-placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .search-handle-wrapper>input::placeholder{color:#fff;font-size:13px}.cs-dark-search .cs-search-qyhm .cs-sure-button{min-width:120px;padding:0 16px;margin-right:9px;background:#fff;border:1px solid #fff;cursor:pointer}.cs-dark-search .cs-search-qyhm .cs-sure-button span{color:#ff6900}.cs-dark-search .cs-search-qyhm .cs-sure-button:hover{background:hsla(0,0%,100%,.95);border:1px solid #fff}.cs-dark-search .cs-search-qyhm .cs-inquery-button{width:120px;margin-right:0;border:1px solid #fff;background:transparent;cursor:pointer}.cs-dark-search .cs-search-qyhm .cs-inquery-button span{color:#fff}.cs-dark-search .cs-search-qyhm .cs-city-select,.cs-dark-search .cs-search-qyhm .cs-company-select,.cs-dark-search .cs-search-qyhm .cs-industry-select{position:absolute;top:45px;left:0;z-index:11}.cs-dark-search .cs-search-qyhm .cs-company-select{left:355px}.cs-dark-search .cs-private-policy .zbj-private-policy-agreed,.cs-dark-search .cs-private-policy .zbj-private-policy-checkbox .policy-txt,.cs-dark-search .cs-private-policy .zbj-private-policy-checkbox .policy-txt .goto-policy{color:#fff}.cs-dynamic-wrap{position:absolute;bottom:0;left:0;height:24px;width:100%;z-index:1;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(40%,rgba(226,233,246,.4)),color-stop(70%,hsla(0,0%,100%,0)));background:linear-gradient(90deg,hsla(0,0%,100%,0),rgba(226,233,246,.4) 40%,hsla(0,0%,100%,0) 70%)}.cs-dynamic-wrap .cs-dynamic-center{width:1200px;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-titile{width:64px;height:14px;position:absolute;top:5px;left:0;background:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/top-news-dark.d6262d7.png) no-repeat 50%;background-size:100% 100%}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents{position:absolute;left:73px;top:0;height:100%;min-width:740px}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap{position:absolute;left:0;right:0;width:100%;height:100%;overflow:hidden}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide span{font-size:12px;color:#5d5d5d}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide .cs-new-tel{margin:2px 5px 0;color:#000}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide .cs-news-type{cursor:default;display:inline-block;margin:0 5px;color:#ff6900;font-size:12px}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide .cs-news-type.is-link{cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.cs-dynamic-wrap .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide .cs-news-type.is-link:hover{text-decoration:underline}.dynamic-wrap-dark{background:-webkit-gradient(linear,left top,right top,color-stop(20%,transparent),color-stop(40%,hsla(0,0%,100%,.2)),color-stop(70%,transparent));background:linear-gradient(90deg,transparent 20%,hsla(0,0%,100%,.2) 40%,transparent 70%)}.dynamic-wrap-dark .cs-dynamic-center .cs-dynamic-titile{background:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/top-news-light.b130c45.png) no-repeat 50%;background-size:100% 100%}.dynamic-wrap-dark .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide span{font-size:12px;color:hsla(0,0%,100%,.8)}.dynamic-wrap-dark .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide .cs-new-tel{margin:2px 5px 0;color:#fff}.dynamic-wrap-dark .cs-dynamic-center .cs-dynamic-contents .cs-news-wrap .cs-news-slide .cs-news-type{margin:0 5px;color:#fff}.cs-banner-wrap{width:100%;height:360px;position:relative;margin-top:-64px}.cs-banner-wrap .cs-top-center{width:1200px;height:calc(100% - 25px);position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:11}.cs-banner-wrap .cs-top-center .banner-link-click{cursor:default;display:block;position:absolute;right:-30%;top:0;width:70%;height:100%;background-color:transparent;z-index:0}.cs-banner-wrap .cs-top-center .banner-link-click.is-link{cursor:pointer}.cs-banner-wrap .cs-top-center .cs-top-title{position:absolute;min-width:400px;height:27.5px;left:0;top:114px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-weight:400}.cs-banner-wrap .cs-top-center .cs-top-title .cs-top-maintitle{font-size:28px;color:#1d1d1d;line-height:28px;margin-right:13px}.cs-banner-wrap .cs-top-center .cs-top-title .cs-top-subtitle{font-size:12px;color:rgba(29,29,29,.9);line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex}.cs-banner-wrap .cs-top-center .cs-top-title .cs-top-subtitle>div span{font-size:12px;display:inline-block}.cs-banner-wrap .cs-top-center .cs-top-title .cs-top-subtitle>div:nth-of-type(2) span{font-weight:700;font-size:14px;line-height:14px;margin:0 4px;letter-spacing:.5px}.cs-banner-wrap .cs-top-center .cs-tab{position:absolute;left:0;top:184px;height:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item{width:24px;height:100%;margin-left:10px;margin-right:10px;cursor:pointer}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item:hover .cs-item-text{color:#ff6900}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item:first-of-type{margin-left:0}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item .cs-item-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:12px;font-weight:400;color:rgba(29,29,29,.8);line-height:14px;position:relative;-webkit-transition:all .3s;transition:all .3s}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item .cs-item-text:after{content:"";width:0;max-width:0;height:2px;background:#ff6900;position:absolute;bottom:-5px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s;transition:all .3s}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item .cs-item-text-active{color:#ff6900}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item .cs-item-text-active:after{width:24px;max-width:24px}.cs-banner-wrap .cs-top-center .cs-tab .cs-tab-item:last-child{margin-right:0}.cs-banner-wrap .cs-banner-pic-wrap{position:absolute;left:0;top:0;width:100%;height:360px}.cs-banner-wrap .cs-banner-pic-wrap .now-pic{display:block;min-width:100%;height:360px;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s;transition:all .3s;opacity:1}.cs-banner-wrap .cs-banner-pic-wrap .now-pic.pic-changing{-webkit-animation:picChanging .3s ease-in both;animation:picChanging .3s ease-in both}.cs-banner-wrap .pics-piganition{position:absolute;bottom:8px;right:20%;width:auto;height:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;z-index:19}.cs-banner-wrap .pics-piganition .pic-pg-one{-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;width:32px;height:3px;padding:5px 0;margin:0 2px;background:rgba(0,0,0,.2);background-clip:content-box;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.cs-banner-wrap .pics-piganition .pic-pg-one:hover{background:rgba(0,0,0,.3);background-clip:content-box}.cs-banner-wrap .pics-piganition .pic-pg-one.active{width:42px;background:#ff6900;background-clip:content-box}.cs-dark-mode .cs-top-center .cs-tab .cs-tab-item:hover .cs-item-text,.cs-dark-mode .cs-top-center .cs-top-title .cs-top-maintitle,.cs-dark-mode .cs-top-center .cs-top-title .cs-top-subtitle{color:#fff}.cs-dark-mode .cs-top-center .cs-tab .cs-tab-item .cs-item-text{color:hsla(0,0%,100%,.8)}.cs-dark-mode .cs-top-center .cs-tab .cs-tab-item .cs-item-text:after{content:"";background:#fff;position:absolute;width:0;max-width:0;bottom:-5px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s;transition:all .3s}.cs-dark-mode .cs-top-center .cs-tab .cs-tab-item .cs-item-text-active{color:#fff}.cs-dark-mode .cs-top-center .cs-tab .cs-tab-item .cs-item-text-active:after{width:24px;max-width:24px}.cs-dark-mode .cs-top-center .cs-tab .cs-tab-item:last-child{margin-right:0}.cs-dark-mode .pics-piganition .pic-pg-one{background:hsla(0,0%,88.2%,.5);background-clip:content-box}.cs-dark-mode .pics-piganition .pic-pg-one:hover{background:hsla(0,0%,88.2%,.7);background-clip:content-box}.cs-dark-mode .pics-piganition .pic-pg-one.active{background:#fff;background-clip:content-box}@-webkit-keyframes picChanging{0%{opacity:.3}to{opacity:1}}@keyframes picChanging{0%{opacity:.3}to{opacity:1}}.cs-life-wrap[data-v-564c44a4]{min-height:709px}.cs-life-wrap .cs-center-title[data-v-564c44a4]{width:1200px;padding:60px 0 30px;overflow:hidden;margin:0 auto;text-align:center;font-size:32px;color:#1d1d1d}.cs-life-wrap .cs-center-subtitle[data-v-564c44a4]{width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.cs-life-wrap .cs-center-subtitle .cs-subtitile-item[data-v-564c44a4]{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;color:#1d1d1d;text-align:center;cursor:pointer;padding:2px 0 18px}.cs-life-wrap .cs-center-subtitle .cs-subtitile-item[data-v-564c44a4]:hover{color:#ff6900}.cs-life-wrap .cs-center-subtitle .cs-subtitile-item[data-v-564c44a4]:after{content:"";position:absolute;width:0;bottom:0;left:50%;height:2px;background-color:#ff6900;-webkit-transition:all .2s;transition:all .2s}.cs-life-wrap .cs-center-subtitle .cs-subtitile-item.active[data-v-564c44a4]{color:#ff6900}.cs-life-wrap .cs-center-subtitle .cs-subtitile-item.active[data-v-564c44a4]:after{width:100%;left:0}.cs-life-wrap .cs-life-content[data-v-564c44a4]{width:100%;height:532px;padding:23px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;background-size:cover;-webkit-transition:all .2s;transition:all .2s}.cs-life-wrap .cs-life-content.hide[data-v-564c44a4]{opacity:0;visibility:hidden;-webkit-animation:hideThis-564c44a4 .2s ease-out 0ms both;animation:hideThis-564c44a4 .2s ease-out 0ms both}.cs-life-wrap .cs-life-content.show[data-v-564c44a4]{opacity:1;visibility:visible;-webkit-animation:showThis-564c44a4 .2s ease-in .1s both;animation:showThis-564c44a4 .2s ease-in .1s both}.cs-life-wrap .cs-life-content .left-content[data-v-564c44a4]{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:transparent;height:100%}.cs-life-wrap .cs-life-content .right-content[data-v-564c44a4]{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;border-top:1px solid #e6e7ed;border-bottom:1px solid #e6e7ed;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.cs-life-wrap .cs-life-content .right-content[data-v-564c44a4]:after,.cs-life-wrap .cs-life-content .right-content[data-v-564c44a4]:before{content:"";width:100%;height:1px;background-color:#e6e7ed;position:absolute}.cs-life-wrap .cs-life-content .right-content[data-v-564c44a4]:before{top:160px}.cs-life-wrap .cs-life-content .right-content[data-v-564c44a4]:after{top:323px}.cs-life-wrap .cs-life-content .center-content[data-v-564c44a4]{width:1200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.cs-life-wrap .cs-life-content .center-content .center-content-left[data-v-564c44a4]{width:270px;padding-top:30px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-title[data-v-564c44a4]{font-size:24px;color:#fff;padding-bottom:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-des[data-v-564c44a4]{font-size:14px;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-list[data-v-564c44a4]{color:#fff;padding-top:26px;list-style:disc;list-style-position:inside}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-list .center-content-left-list-item[data-v-564c44a4]{font-size:14px;margin-bottom:14px}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-list .center-content-left-list-item[data-v-564c44a4]:last-child{margin-bottom:0}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-link[data-v-564c44a4]{font-size:14px;color:#ff6900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:6px;padding-top:30px;padding-bottom:30px;cursor:default}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-link .linkname[data-v-564c44a4]{margin-right:10px}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-link.tolink[data-v-564c44a4]{cursor:pointer}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-link.tolink:hover .tip[data-v-564c44a4]{-webkit-transform:translateX(8px) rotate(-90deg);transform:translateX(8px) rotate(-90deg)}.cs-life-wrap .cs-life-content .center-content .center-content-left .center-content-left-link .tip[data-v-564c44a4]{-webkit-transition:all .2s;transition:all .2s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.cs-life-wrap .cs-life-content .center-content .center-content-right[data-v-564c44a4]{width:880px;height:456px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item[data-v-564c44a4]{background-color:#fff;width:440px;height:162px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px 33px 0 29px;border:1px solid #e6e7ed;cursor:default;-webkit-transition:all .2s;transition:all .2s}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-title-tip[data-v-564c44a4]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:26px;margin-bottom:9px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-title-tip .title[data-v-564c44a4]{font-size:18px;color:#1d1d1d;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:all .2s;transition:all .2s}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-title-tip .tip[data-v-564c44a4]{margin-left:5px;padding:0 5px;background:-webkit-gradient(linear,left top,right top,from(#ff6900),to(#ff7664));background:linear-gradient(90deg,#ff6900,#ff7664);font-size:12px;line-height:18px;height:18px;color:#fff;border-radius:1.5px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-des[data-v-564c44a4]{height:16px;line-height:16px;font-size:14px;color:#525a62;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:18px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-tips[data-v-564c44a4]{height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;white-space:nowrap}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-tips .center-content-right-tips-item[data-v-564c44a4]{border:1px solid #a6b3c9;border-radius:1.5px;height:20px;line-height:18px;font-size:12px;color:#7f8286;padding:0 8px;margin-left:9px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-tips .center-content-right-tips-item[data-v-564c44a4]:first-of-type{margin-left:0}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-price[data-v-564c44a4]{margin-top:16px;color:#ff6900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-price .lable[data-v-564c44a4]{background:#fff4ea;border:1px solid #ffa86b;border-radius:1.5px;font-size:12px;line-height:14px;padding:0 4px;margin-right:4px;margin-bottom:3px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-price .rmb[data-v-564c44a4]{font-size:12px;line-height:18px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-price .pointer[data-v-564c44a4],.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-price .price[data-v-564c44a4]{font-size:18px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-price .decimal[data-v-564c44a4]{font-size:14px;margin-right:4px;line-height:20px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item .center-content-right-price .des[data-v-564c44a4]{font-size:14px;color:#272e35;line-height:21px}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item:hover .center-content-right-title-tip .title[data-v-564c44a4]{color:#ff6900}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item.tolink[data-v-564c44a4]{cursor:pointer}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item[data-v-564c44a4]:nth-child(odd){border-left:none}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item[data-v-564c44a4]:nth-child(2n){border-right:none;border-left:none}.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item[data-v-564c44a4]:nth-child(3),.cs-life-wrap .cs-life-content .center-content .center-content-right .center-content-right-item[data-v-564c44a4]:nth-child(4){border-top:none;border-bottom:none}@-webkit-keyframes hideThis-564c44a4{0%{opacity:1;visibility:visible}50%{opacity:.4;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes hideThis-564c44a4{0%{opacity:1;visibility:visible}50%{opacity:.4;visibility:visible}to{opacity:0;visibility:hidden}}@-webkit-keyframes showThis-564c44a4{0%{opacity:0;visibility:hidden}50%{opacity:.6;visibility:visible}to{opacity:1;visibility:visible}}@keyframes showThis-564c44a4{0%{opacity:0;visibility:hidden}50%{opacity:.6;visibility:visible}to{opacity:1;visibility:visible}}.why-choose-wrap[data-v-38ca3b30]{padding-bottom:42px}.why-choose-wrap .why-choose-title[data-v-38ca3b30]{padding:60px 0 40px;font-size:32px;color:#1d1d1d;text-align:center}.why-choose-wrap .why-choose-list-wrap[data-v-38ca3b30]{height:378px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item[data-v-38ca3b30]{width:50%;height:189px;position:relative;overflow:hidden;background-color:#fff}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item:hover .why-choose-item-bg[data-v-38ca3b30]{width:100%;height:100%}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item:hover .why-choose-item-wrap[data-v-38ca3b30]{background-color:transparent}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-bg[data-v-38ca3b30]{width:105%;height:105%;background-image:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/why-choose-bg.2aa919b.jpg);background-size:cover;background-repeat:no-repeat;-webkit-transition:all .2s;transition:all .2s}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap[data-v-38ca3b30]{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;border:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap[data-v-38ca3b30]:nth-child(odd){border-left:none}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap[data-v-38ca3b30]:nth-child(2n){border-right:none}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content[data-v-38ca3b30]{width:600px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:22px}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .title-logo[data-v-38ca3b30]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;overflow:hidden}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .title-logo .logo[data-v-38ca3b30]{width:36px;height:36px}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .title-logo .title[data-v-38ca3b30]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:17px;font-size:20px;font-weight:700;color:#1d1d1d;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .des[data-v-38ca3b30]{height:60px;margin:13px 0 16px;font-size:14px;font-weight:300;color:#7f8286;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .tips-wrap[data-v-38ca3b30]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-10px;height:25px;-ms-flex-wrap:wrap;flex-wrap:wrap;white-space:nowrap;overflow:hidden}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .tips-wrap .tip-item[data-v-38ca3b30]{padding:4px 10px;font-size:12px;font-weight:400;color:#666;margin-right:16px;cursor:default;-webkit-transition:all .2s;transition:all .2s}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .tips-wrap .tip-item.tolink[data-v-38ca3b30]{cursor:pointer}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .why-choose-item-wrap .why-choose-item-content .tips-wrap .tip-item.tolink[data-v-38ca3b30]:hover{background:#fff;border-radius:12px;color:#ff6900}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .item1tr[data-v-38ca3b30],.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .item3tr[data-v-38ca3b30]{margin-left:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:70px}.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .item2tr[data-v-38ca3b30],.why-choose-wrap .why-choose-list-wrap .why-choose-list-item .item4tr[data-v-38ca3b30]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:45px}.cs-service-item[data-v-e9c2d24a]{-ms-flex-negative:0;flex-shrink:0;position:relative;width:200px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 10px 0;-webkit-transition:all .2s;transition:all .2s}.cs-service-item[data-v-e9c2d24a]:hover{-webkit-box-shadow:0 17px 27px 0 rgba(222,229,237,.59);box-shadow:0 17px 27px 0 rgba(222,229,237,.59)}.cs-service-item .cs-service-title-category[data-v-e9c2d24a]{padding-left:8px}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip[data-v-e9c2d24a]{white-space:nowrap;height:38px;padding-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-name[data-v-e9c2d24a]{display:inline-block;font-size:20px;height:28px;line-height:28px;font-weight:700;color:#1d1d1d;overflow:hidden;cursor:text;max-width:172px;white-space:nowrap;text-overflow:ellipsis;background-color:#fff;position:relative;z-index:2;-webkit-transition:all .2s;transition:all .2s}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-name.is-link[data-v-e9c2d24a]{cursor:pointer}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-name.is-link[data-v-e9c2d24a]:hover{color:#ff6900}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip[data-v-e9c2d24a]{position:relative;z-index:1;top:-7px;left:3px;line-height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background:#ff6900;color:#fff;padding:0 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default;border-radius:1.5px;-webkit-transform:scale(.85);transform:scale(.85);-webkit-transform-origin:left center;transform-origin:left center}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip .tip-logo[data-v-e9c2d24a]{width:10px;height:9px;margin-right:3px}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip .cs-service-title-tip-name[data-v-e9c2d24a]{font-size:12px}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip i[data-v-e9c2d24a]{font-size:12px;-webkit-transition:all .2s;transition:all .2s}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip.is-link[data-v-e9c2d24a]{cursor:pointer}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip.is-link:hover i[data-v-e9c2d24a]{-webkit-transform:translateX(3px);transform:translateX(3px)}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip.purple[data-v-e9c2d24a]{background:-webkit-gradient(linear,left top,right top,from(#c04ef0),to(#ff4d73));background:linear-gradient(90deg,#c04ef0,#ff4d73)}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip.purple[data-v-e9c2d24a]:after{border-top-color:#c04ef0;border-left-color:#c04ef0}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip:hover .cs-service-title-tip-qr[data-v-e9c2d24a]{-webkit-transform:scale(1);transform:scale(1)}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip[data-v-e9c2d24a]:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:0;border-color:#ff6900 transparent transparent #ff6900;border-style:solid;border-width:4px}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip .cs-service-title-tip-qr[data-v-e9c2d24a]{position:absolute;bottom:-105px;left:-3px;width:92px;height:92px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px;-webkit-transition:all .2s;transition:all .2s;-webkit-transform:scale(0);transform:scale(0);-webkit-box-shadow:0 24px 46px 0 rgba(162,174,195,.51);box-shadow:0 24px 46px 0 rgba(162,174,195,.51)}.cs-service-item .cs-service-title-category .cs-service-title-category-name-tip .cs-service-title-tip .cs-service-title-tip-qr img[data-v-e9c2d24a]{display:block;width:100%;height:100%}.cs-service-item .cs-service-title-category .cs-service-title-des[data-v-e9c2d24a]{display:inline-block;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 4px;border:1px solid #d5d5d5;border-radius:1.5px;font-size:12px;font-weight:400;max-width:100%;color:#999;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cs-service-item .cs-service-content-category[data-v-e9c2d24a]{padding:24px 0 22px 8px}.cs-service-item .cs-service-content-category .cs-service-content-item[data-v-e9c2d24a]{font-weight:400;margin-bottom:17px;display:-webkit-box;display:-ms-flexbox;display:flex}.cs-service-item .cs-service-content-category .cs-service-content-item .item-title[data-v-e9c2d24a]{font-size:13px;color:#666;margin-right:5px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:default;max-width:180px}.cs-service-item .cs-service-content-category .cs-service-content-item .item-title.is-link[data-v-e9c2d24a]{cursor:pointer}.cs-service-item .cs-service-content-category .cs-service-content-item .item-title.is-light[data-v-e9c2d24a],.cs-service-item .cs-service-content-category .cs-service-content-item .item-title.is-link[data-v-e9c2d24a]:hover{color:#ff6900}.cs-service-item .cs-service-content-category .cs-service-content-item .item-tip[data-v-e9c2d24a]{border:1px solid #ffb078;padding:0 2px;font-size:12px;color:#ff6900;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;max-width:100%;-webkit-transform-origin:left;transform-origin:left;-webkit-transform:scale(.9);transform:scale(.9)}.cs-service-item .cs-service-content-category .cs-service-content-item[data-v-e9c2d24a]:last-child{margin-bottom:0}.cs-service-item .bootm-imgwrap[data-v-e9c2d24a]{position:absolute;bottom:10px;left:10px;display:block;height:96px;width:180px;-webkit-transition:all .2s;transition:all .2s;cursor:default}.cs-service-item .bootm-imgwrap.is-link[data-v-e9c2d24a]{cursor:pointer}.cs-service-item .bootm-imgwrap[data-v-e9c2d24a]:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.cs-service-item .bootm-imgwrap img[data-v-e9c2d24a]{display:block;width:100%;height:100%}.cs-service-wrap[data-v-6b66a7aa]{background-color:#fff;position:relative}.cs-service-wrap:hover .swiper-button-next-svc[data-v-6b66a7aa],.cs-service-wrap:hover .swiper-button-prev-svc[data-v-6b66a7aa]{width:80px;max-width:80px;opacity:1;visibility:visible}.cs-service-wrap .cs-service-swiper-wrap[data-v-6b66a7aa]{position:relative;width:1200px;height:630px;margin:0 auto}.cs-service-wrap .cs-service-swiper-wrap .cs-service-swiper-slide .cs-service-swiper-slide-mywrap[data-v-6b66a7aa]{padding-bottom:40px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cs-service-wrap .swiper-button-next-svc[data-v-6b66a7aa],.cs-service-wrap .swiper-button-prev-svc[data-v-6b66a7aa]{cursor:pointer;outline:none;width:0;max-width:0;height:100px;background-color:#eee;background-image:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;visibility:hidden;-webkit-transition:all .2s;transition:all .2s}.cs-service-wrap .swiper-button-next-svc i[data-v-6b66a7aa],.cs-service-wrap .swiper-button-prev-svc i[data-v-6b66a7aa]{color:#666;font-size:40px;-webkit-transform-origin:center center;transform-origin:center center}.cs-service-wrap .swiper-button-prev-svc[data-v-6b66a7aa]{left:0}.cs-service-wrap .swiper-button-next-svc[data-v-6b66a7aa]{right:0}.cs-service-wrap .swiper-button-next-svc i[data-v-6b66a7aa]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.activity-discount-wrap[data-v-3e2251e2]{height:355px;background-image:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/activity-discount-bg.b54fd7c.jpg);background-size:cover;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box}.activity-discount-wrap .activity-discount-content[data-v-3e2251e2]{width:1200px;height:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap[data-v-3e2251e2]{height:100%;padding-top:55px;width:186px}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .activity-discount-left-title[data-v-3e2251e2]{height:82px;line-height:41px;font-size:31px;font-weight:700;color:#1d1d1d;margin-bottom:40px;overflow:hidden}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .activity-discount-left-time-text[data-v-3e2251e2]{font-size:12px;font-weight:400;color:#525a62;margin-bottom:14px}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .count-down-time-wrap[data-v-3e2251e2]{width:150px;height:24px;margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:24px;text-align:center}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .count-down-time-wrap .item1[data-v-3e2251e2]{width:16px;height:100%;color:#fff;background:-webkit-gradient(linear,left bottom,left top,from(#030000),to(#74818f));background:linear-gradient(0deg,#030000,#74818f)}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .count-down-time-wrap .item2[data-v-3e2251e2]{font-size:12px;color:#525a62}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .activity-discount-left-link[data-v-3e2251e2]{color:#ff6900;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .activity-discount-left-link.tolink[data-v-3e2251e2]{cursor:pointer}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .activity-discount-left-link.tolink:hover i[data-v-3e2251e2]{-webkit-transform:translateX(5px);transform:translateX(5px)}.activity-discount-wrap .activity-discount-content .activity-discount-left-wrap .activity-discount-left-link i[data-v-3e2251e2]{margin-left:7px;-webkit-transition:all .2s;transition:all .2s}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap[data-v-3e2251e2]{position:relative;height:100%;width:1000px;overflow:hidden}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper[data-v-3e2251e2]{height:100%}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide[data-v-3e2251e2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap[data-v-3e2251e2]{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;width:217px;height:168px;margin-bottom:12px;padding:30px 10px 30px 23px;background-color:#fff;-webkit-box-shadow:0 4px 13px 0 rgba(212,222,233,.59);box-shadow:0 4px 13px 0 rgba(212,222,233,.59);-webkit-transition:all .2s;transition:all .2s}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap[data-v-3e2251e2]:hover{-webkit-box-shadow:0 13px 65px 0 rgba(157,176,205,.4);box-shadow:0 13px 65px 0 rgba(157,176,205,.4);z-index:2;padding-top:40px;padding-bottom:40px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap:hover .titleone-titletwo .titleone[data-v-3e2251e2]{color:#ff6900}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .titleone-titletwo[data-v-3e2251e2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;margin-bottom:6px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .titleone-titletwo .titleone[data-v-3e2251e2]{font-size:18px;line-height:26px;font-weight:700;color:#12152d;margin-right:6px;white-space:nowrap;max-width:230px;overflow:hidden;text-overflow:ellipsis}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .titleone-titletwo .titletwo[data-v-3e2251e2]{font-size:12px;height:18px;line-height:18px;font-weight:400;color:#fff;background:-webkit-gradient(linear,left top,right top,from(#ff6900),to(#ff7664));background:linear-gradient(90deg,#ff6900,#ff7664);padding:0 4px;overflow:hidden;border-radius:1.5px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .des[data-v-3e2251e2]{width:100%;font-size:14px;height:18px;line-height:18px;color:#525a62;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:18px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .tips[data-v-3e2251e2]{height:20px;margin-bottom:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .tips .tip[data-v-3e2251e2]{max-width:100%;height:20px;min-height:20px;margin-left:6px;margin-bottom:0;font-size:12px;line-height:18px;color:#525a62;padding:0 8px;border:1px solid #a6b3c9;border-radius:1.5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .tips .tip[data-v-3e2251e2]:first-of-type{margin-left:0}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .xj-wrap[data-v-3e2251e2]{color:#ff6900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:8px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .xj-wrap .title[data-v-3e2251e2]{margin-right:3px;font-size:12px;height:16px;line-height:14px;padding:0 3px;background:#fff4ea;border:1px solid #ffa86b;border-radius:1.5px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .xj-wrap .xj[data-v-3e2251e2]{font-size:18px;line-height:18px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .xj-wrap .item[data-v-3e2251e2]{font-size:12px;line-height:14px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .xj-wrap .item1[data-v-3e2251e2]{font-size:12px;color:#272e35;margin-left:3px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .activity-discount-swiper .activity-discount-slide .activity-discount-list-item-wrap .yj-wrap[data-v-3e2251e2]{font-size:12px;text-decoration:line-through;color:#bebebe}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-next-ad[data-v-3e2251e2],.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-prev-ad[data-v-3e2251e2]{position:absolute;z-index:5;top:298px;width:28px;height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e5e5e5;overflow:hidden;cursor:pointer;outline:none;margin:0;background-image:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-next-ad i[data-v-3e2251e2],.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-prev-ad i[data-v-3e2251e2]{font-size:16px;color:#1d1d1d;-webkit-transform-origin:center center;transform-origin:center center}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-next-ad[data-v-3e2251e2]:hover,.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-prev-ad[data-v-3e2251e2]:hover{background-color:#fff}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-prev-ad[data-v-3e2251e2]{right:38px}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-next-ad[data-v-3e2251e2]{right:0}.activity-discount-wrap .activity-discount-content .activity-discount-right-wrap .swiper-button-next-ad i[data-v-3e2251e2]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tools-pop-yhm .close{position:absolute;right:15px;top:15px;font-size:20px;color:#666;-webkit-transition:all .2s;transition:all .2s;cursor:pointer}.tools-pop-yhm .close:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tools-pop-yhm .close:hover.show{visibility:visible}.tools-pop-yhm .quhm-chance-title{font-size:19px;font-weight:700;color:#333;margin-bottom:16px}.tools-pop-yhm .yhm-input-all{position:relative}.tools-pop-yhm .yhm-input-all .yhm-input-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:10px}.tools-pop-yhm .yhm-input-all .yhm-input-item .yhm-input-label{color:#898989;font-size:12px;margin-right:10px}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #b5b5b5;height:32px;position:relative;padding-left:12px;padding-right:20px}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper.click-wrapper{cursor:pointer}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .value-block{color:#1d1d1d;font-size:13px;height:30px;line-height:30px}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .value-block.no-value{color:rgba(29,29,29,.6)}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .input-block{width:100%;color:#1d1d1d;font-size:13px;height:30px;line-height:20px;border:none;padding:5px 0}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .input-block::-webkit-input-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .input-block::-moz-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .input-block:-ms-input-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .input-block::-ms-input-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .input-block::placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .yhm-input-all .yhm-input-item .input-wrapper .suffix-icon{position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:center center;transform-origin:center center}.tools-pop-yhm .yhm-input-all .cs-city-select{position:absolute;top:38px;left:34px;z-index:3}.tools-pop-yhm .yhm-input-all .cs-industry-select{position:absolute;top:120px;left:34px;z-index:3}.tools-pop-yhm .yhm-input-all .cs-industry-select .type-item{height:auto!important;min-width:400px}.tools-pop-yhm .yhm-input-all .cs-company-select{position:absolute;top:164px;left:34px;z-index:3}.tools-pop-yhm .sample{font-size:12px;font-weight:400;color:#898989}.tools-pop-yhm .quhm-chance-phone{display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;margin:14px 0 5px}.tools-pop-yhm .quhm-chance-phone .phone-wrap{position:relative;width:165px;border:1px solid #ff6900}.tools-pop-yhm .quhm-chance-phone .phone-wrap .phone{width:100%;padding:0 0 0 13px;height:100%;border:none;font-size:12px;color:#1d1d1d}.tools-pop-yhm .quhm-chance-phone .phone-wrap .phone::-webkit-input-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .quhm-chance-phone .phone-wrap .phone::-moz-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .quhm-chance-phone .phone-wrap .phone:-ms-input-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .quhm-chance-phone .phone-wrap .phone::-ms-input-placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .quhm-chance-phone .phone-wrap .phone::placeholder{color:rgba(29,29,29,.6)}.tools-pop-yhm .quhm-chance-phone .phone-wrap .safe{position:absolute;right:1px;top:1px;height:30px}.tools-pop-yhm .quhm-chance-phone .submit-chance{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#ff6900;color:#fff;font-size:12px;text-align:center;line-height:32px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.tools-pop-yhm .quhm-chance-phone .submit-chance.is-pending{background-color:#ff8733;cursor:default}.tools-pop-yhm .error-tip{height:0;line-height:0;background-color:#ffeded;color:#ef4242;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 11px;border:1px solid #f88;visibility:hidden;opacity:0;-webkit-transition:all .2s;transition:all .2s}.tools-pop-yhm .error-tip.show{height:24px;line-height:24px;visibility:visible;opacity:1}.tools-pop-yhm .error-tip .error-icon{width:14px;height:14px;background-color:#ef4242;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:5px}.tools-pop-yhm .error-tip .error-icon i{color:#fff}.cs-enterprise-tools[data-v-27692bac]{height:316px;background-color:rgba(240,243,251,.5)}.cs-enterprise-tools .cs-enterprise-tools-content[data-v-27692bac]{position:relative;width:1200px;height:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-title-wrap[data-v-27692bac]{width:220px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:51px}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-title-wrap .enterprise-tools-title[data-v-27692bac]{font-size:31px;font-weight:700;color:#1d1d1d;max-height:82px;line-height:41px;overflow:hidden;margin-bottom:28px}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-title-wrap .enterprise-tools-des1[data-v-27692bac]{font-size:24px;line-height:28px;background:-webkit-gradient(linear,left top,right top,from(#baccea),to(#eee0e7));background:linear-gradient(90deg,#baccea,#eee0e7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-title-wrap .enterprise-tools-des2[data-v-27692bac]{position:relative;font-size:40px;line-height:42px;background:-webkit-gradient(linear,left top,right top,from(#baccea),to(#eee0e7));background:linear-gradient(90deg,#baccea,#eee0e7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:11px;font-weight:600}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-title-wrap .enterprise-tools-des2[data-v-27692bac]:after{content:"";position:absolute;left:0;bottom:-17px;width:61px;height:4px;background:#cbd9ef}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap[data-v-27692bac]{padding-top:40px}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list[data-v-27692bac]{display:-webkit-box;display:-ms-flexbox;display:flex;width:952px;margin-bottom:35px}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list[data-v-27692bac]:last-child{margin-bottom:0}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap[data-v-27692bac]{position:relative;width:136px;cursor:pointer}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap:hover .tool-name[data-v-27692bac]{color:#ff6900}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap:hover .img-wrap img[data-v-27692bac]{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap:hover .qr-code-wrap[data-v-27692bac]{-webkit-transform:scale(1);transform:scale(1)}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .img-wrap[data-v-27692bac]{width:64px;height:64px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .img-wrap img[data-v-27692bac]{-webkit-transition:all .2s;transition:all .2s;display:block;max-width:100%;max-height:100%}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .tool-name[data-v-27692bac]{color:#1d1d1d;font-size:14px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .2s;transition:all .2s}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .qr-code-wrap[data-v-27692bac]{position:absolute;z-index:999;top:0;left:113px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:7px 7px 5px;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left 32px;transform-origin:left 32px;-webkit-transition:all .2s;transition:all .2s;-webkit-box-shadow:0 12px 23px 0 rgba(162,174,195,.51);box-shadow:0 12px 23px 0 rgba(162,174,195,.51);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .qr-code-wrap[data-v-27692bac]:after{content:"";position:absolute;top:30px;left:-14px;width:0;height:0;border:7px solid transparent;border-right-color:#fff}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .qr-code-wrap img[data-v-27692bac]{display:block;max-width:150px;margin:0!important}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .qr-code-wrap .wechat[data-v-27692bac]{margin-top:3px;font-size:12px;color:#898989;text-align:center}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .quhm-chance-wrap[data-v-27692bac]{position:absolute;z-index:3;top:0;right:-280px;width:310px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s;transition:all .2s;-webkit-transform-origin:left 32px;transform-origin:left 32px;padding:24px 24px 22px;-webkit-box-shadow:0 12px 23px 0 rgba(162,174,195,.51);box-shadow:0 12px 23px 0 rgba(162,174,195,.51);opacity:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0);cursor:default}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .quhm-chance-wrap.show[data-v-27692bac]{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.cs-enterprise-tools .cs-enterprise-tools-content .enterprise-tools-list-wrap .enterprise-tools-list .tool-wrap .quhm-chance-wrap .popup-arrow[data-v-27692bac]{display:block;position:absolute;left:-14px;top:28px;width:0;height:0;border:7px solid transparent;border-right-color:#fff}.cs-news-item[data-v-57c139a8]{width:1200px;height:365px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .2s;transition:all .2s}.cs-news-item.hide[data-v-57c139a8]{opacity:0;visibility:hidden;-webkit-animation:hideThis-57c139a8 .2s ease-out 0ms both;animation:hideThis-57c139a8 .2s ease-out 0ms both}.cs-news-item.show[data-v-57c139a8]{opacity:1;visibility:visible;-webkit-animation:showThis-57c139a8 .2s ease-in .1s both;animation:showThis-57c139a8 .2s ease-in .1s both}.cs-news-item .left-wrap[data-v-57c139a8]{width:389px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-news-item .left-wrap .left-content[data-v-57c139a8]{position:relative;width:100%;height:239px;background-size:cover;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box;padding:36px 54px 0 30px}.cs-news-item .left-wrap .left-content .title[data-v-57c139a8]{color:#fff;font-size:20px;margin-bottom:17px;max-height:66px;line-height:22px;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.cs-news-item .left-wrap .left-content .des[data-v-57c139a8]{color:#fff;font-size:12px;max-height:24px;line-height:12px;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap[data-v-57c139a8]{position:absolute;left:30px;top:149px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .btn-wrap[data-v-57c139a8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0 1px 0 15px;height:32px;background:#ff6900;color:#fff;cursor:default}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .btn-wrap .btn-title[data-v-57c139a8]{font-size:14px;height:28px;line-height:28px}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .btn-wrap i[data-v-57c139a8]{font-size:24px;-webkit-transition:all .2s;transition:all .2s;-webkit-transform:translateX(-3px);transform:translateX(-3px)}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .btn-wrap:hover+.qr-code[data-v-57c139a8]{-webkit-transform:scale(1) translateX(20px);transform:scale(1) translateX(20px)}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .btn-wrap.tolink[data-v-57c139a8]{cursor:pointer!important}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .btn-wrap.hasqr:hover i[data-v-57c139a8],.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .btn-wrap.tolink:hover i[data-v-57c139a8]{-webkit-transform:translateX(2px);transform:translateX(2px)}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .qr-code[data-v-57c139a8]{position:relative;width:78px;height:78px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left 16px;transform-origin:left 16px;-webkit-transition:all .2s;transition:all .2s;padding:5px}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .qr-code img[data-v-57c139a8]{display:block;width:100%;height:100%}.cs-news-item .left-wrap .left-content .btn-qr-code-wrap .qr-code[data-v-57c139a8]:after{content:"";position:absolute;top:10px;left:-8px;width:0;height:0;border:4px solid transparent;border-right-color:#fff}.cs-news-item .left-wrap .more-content[data-v-57c139a8]{position:relative;width:100%;height:116px;background-image:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/news.9d77b3c.jpg);background-repeat:no-repeat;background-size:cover}.cs-news-item .left-wrap .more-content .more-btn[data-v-57c139a8]{position:absolute;top:40px;right:37px;width:140px;height:34px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1d1d1d;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.cs-news-item .left-wrap .more-content .more-btn[data-v-57c139a8]:hover{color:#ff6900;border:1px solid #ff6900}.cs-news-item .left-wrap .more-content .more-btn:hover .more-btn-title[data-v-57c139a8]{color:#ff6900}.cs-news-item .left-wrap .more-content .more-btn:hover .tip[data-v-57c139a8]{color:#ff6900;-webkit-transform:translateX(5px) rotate(-90deg);transform:translateX(5px) rotate(-90deg)}.cs-news-item .left-wrap .more-content .more-btn .more-btn-title[data-v-57c139a8]{font-size:14px;color:#000;margin-right:4px;-webkit-transition:all .2s;transition:all .2s}.cs-news-item .left-wrap .more-content .more-btn .tip[data-v-57c139a8]{color:#1d1d1d;-webkit-transition:all .2s;transition:all .2s;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.cs-news-item .right-wrap[data-v-57c139a8]{width:800px;height:100%;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 25px 28px 44px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cs-news-item .right-wrap .news-item[data-v-57c139a8],.cs-news-item .right-wrap[data-v-57c139a8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cs-news-item .right-wrap .news-item[data-v-57c139a8]{cursor:default;position:relative;padding-top:24px;padding-bottom:24px;padding-right:22px;border-bottom:1px solid #d5d5d5;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-news-item .right-wrap .news-item[data-v-57c139a8]:last-of-type{padding-top:20px;padding-bottom:0;border-bottom:none}.cs-news-item .right-wrap .news-item .title-time[data-v-57c139a8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:9px;line-height:20px}.cs-news-item .right-wrap .news-item .title-time .title[data-v-57c139a8]{color:#1d1d1d;font-size:17px;max-width:600px;-webkit-transition:all .2s;transition:all .2s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:10px}.cs-news-item .right-wrap .news-item .title-time .time[data-v-57c139a8]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#717171;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:right}.cs-news-item .right-wrap .news-item .description[data-v-57c139a8]{color:#7f8286;font-size:13px;font-weight:400;line-height:18px;height:36px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cs-news-item .right-wrap .news-item.tolink[data-v-57c139a8]:hover{cursor:pointer}.cs-news-item .right-wrap .news-item.tolink:hover .title-time .title[data-v-57c139a8]{color:#ff6900}.cs-news-item .right-wrap .news-item[data-v-57c139a8]:last-child:after{display:none}@-webkit-keyframes hideThis-57c139a8{0%{opacity:1;visibility:visible}50%{opacity:.4;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes hideThis-57c139a8{0%{opacity:1;visibility:visible}50%{opacity:.4;visibility:visible}to{opacity:0;visibility:hidden}}@-webkit-keyframes showThis-57c139a8{0%{opacity:0;visibility:hidden}50%{opacity:.6;visibility:visible}to{opacity:1;visibility:visible}}@keyframes showThis-57c139a8{0%{opacity:0;visibility:hidden}50%{opacity:.6;visibility:visible}to{opacity:1;visibility:visible}}.cs-news-warp .cs-news-title[data-v-4517f9f2]{width:1200px;margin:0 auto;background-color:#fff;padding:60px 0 30px;text-align:center;font-size:32px;color:#1d1d1d}.cs-news-warp .cs-news-item-title-wrap[data-v-4517f9f2]{background-color:#fff;padding:0 78px;display:-webkit-box;display:-ms-flexbox;display:flex;width:1200px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.cs-news-warp .cs-news-item-title-wrap .cs-news-item-title[data-v-4517f9f2]{padding:19px 0;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#1d1d1d;font-size:14px;text-align:center;overflow:hidden;cursor:pointer}.cs-news-warp .cs-news-item-title-wrap .cs-news-item-title[data-v-4517f9f2]:hover{color:#ff6900}.cs-news-warp .cs-news-item-title-wrap .cs-news-item-title[data-v-4517f9f2]:after{content:"";position:absolute;width:0;bottom:0;left:50%;height:2px;background-color:#ff6900;-webkit-transition:all .2s;transition:all .2s}.cs-news-warp .cs-news-item-title-wrap .cs-news-item-title.cs-news-item-title-active[data-v-4517f9f2]{color:#ff6900}.cs-news-warp .cs-news-item-title-wrap .cs-news-item-title.cs-news-item-title-active[data-v-4517f9f2]:after{width:174px;left:0}.cs-news-warp .cs-news-item-wrap[data-v-4517f9f2]{height:437px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:36px 0;background-image:url(//as.zbjimg.com/static/nodejs-caishui-pc-web/client/img/news-bg.d2eeb91.jpg);background-size:cover;overflow:hidden;background-repeat:no-repeat}.cs-news-ask-header[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:1200px;height:180px;margin:0 auto;background:#fff;padding-top:58px}.cs-news-ask-header .news-ask-title[data-v-394b3b21]{font-weight:600;font-size:32px;text-align:center;color:#1a1a1a}.cs-news-ask-header .news-ask-cagegory[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex}.cs-news-ask-header .news-ask-cagegory .news-ask-cagegory-item[data-v-394b3b21]{width:50%}.cs-news-ask-header .news-ask-cagegory .news-ask-cagegory-item .news-ask-cagegory-item-title[data-v-394b3b21]{margin:0 auto;width:174px;height:38px;line-height:38px;font-weight:400;font-size:14px;text-align:center;color:#1d1d1d;cursor:pointer;border-bottom:1px solid transparent}.cs-news-ask-header .news-ask-cagegory .news-ask-cagegory-item .news-ask-cagegory-item-title.isactive[data-v-394b3b21],.cs-news-ask-header .news-ask-cagegory .news-ask-cagegory-item .news-ask-cagegory-item-title[data-v-394b3b21]:hover{color:#ff6900;border-bottom-color:#ff6900}.cs-news-ask-body[data-v-394b3b21]{height:437px;background-size:100% 100%;background-repeat:no-repeat;background-position:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cs-news-ask-body .cs-news-ask-center[data-v-394b3b21]{width:1200px;height:354px}.cs-news-ask-body .cs-news-ask-navs .cs-news-ask-nav[data-v-394b3b21]{display:block;width:199px;height:42px;background-color:#fff;font-weight:400;font-size:14px;text-align:center;color:#1d1d1d;line-height:42px;margin-bottom:10px;cursor:pointer}.cs-news-ask-body .cs-news-ask-navs .cs-news-ask-nav.isactive[data-v-394b3b21]{color:#fff!important;background-color:#ff6900}.cs-news-ask-body .cs-news-ask-navs .cs-news-ask-nav[data-v-394b3b21]:hover{color:#ff6900}.cs-news-wrap[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-news-wrap .cs-news-body[data-v-394b3b21]{width:981px;height:354px;background:#fff;padding:0 20px}.cs-news-wrap .cs-news-body .cs-news-item[data-v-394b3b21]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-left-wrap[data-v-394b3b21]{margin-top:20px;width:276px;height:314px;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-left-wrap[data-v-394b3b21],.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-left[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-left[data-v-394b3b21]{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#252b34));background:linear-gradient(180deg,transparent,#252b34);padding:50px 15px 21px}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-left .cs-news-item-left-title[data-v-394b3b21]{max-height:192px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;font-size:18px;color:#fff;margin-bottom:20px}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-left .cs-news-item-left-btn[data-v-394b3b21]{width:128px;height:32px;background:#fff;border:1px solid #d5d5d5;text-align:center;line-height:32px;cursor:pointer;font-size:14px;color:#1d1d1d}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-left .cs-news-item-left-btn[data-v-394b3b21]:hover{color:#ff6900}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right[data-v-394b3b21]{width:635px;height:100%;padding-top:6px}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right .cs-news-item-body[data-v-394b3b21]{display:block;height:110px;border-bottom:1px solid hsla(0,0%,89.8%,.5);padding-top:22px;cursor:pointer}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right .cs-news-item-body[data-v-394b3b21]:last-child{border-bottom:none}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right .cs-news-item-body:hover .cs-news-item-body-title .news-item-title[data-v-394b3b21]{color:#ff6900}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right .cs-news-item-body .cs-news-item-body-title[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6px;white-space:nowrap;overflow:hidden}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right .cs-news-item-body .cs-news-item-body-title .news-item-title[data-v-394b3b21]{font-weight:500;font-size:16px;color:#1d1d1d;overflow:hidden;text-overflow:ellipsis}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right .cs-news-item-body .cs-news-item-body-title .news-item-updatetime[data-v-394b3b21]{margin-left:20px;font-size:12px;color:#999;-ms-flex-negative:0;flex-shrink:0}.cs-news-wrap .cs-news-body .cs-news-item .cs-news-item-right .cs-news-item-body .news-item-des[data-v-394b3b21]{font-size:14px;font-weight:400;color:#7f8286;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cs-ask-wrap[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-ask-wrap .cs-ask-body[data-v-394b3b21]{width:981px;height:354px;background:#fff;padding:15px 34px}.cs-ask-wrap .cs-ask-body .cs-ask-item[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li[data-v-394b3b21]{width:440px;height:81px;border-bottom:1px solid hsla(0,0%,83.5%,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li[data-v-394b3b21]:last-child,.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li[data-v-394b3b21]:nth-last-child(2){border-bottom:none}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li .cs-ask-item-li-title[data-v-394b3b21]{font-size:16px;color:#1d1d1d;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li .cs-ask-item-li-tips[data-v-394b3b21]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;color:#999;font-size:12px}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li .cs-ask-item-li-tips .cs-ask-item-li-tip[data-v-394b3b21]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li .cs-ask-item-li-tips .cs-ask-item-li-tip .user-li-tip[data-v-394b3b21]{width:16px;margin-right:4px}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li .cs-ask-item-li-tips .cs-ask-item-li-tip .city-li-tip[data-v-394b3b21]{max-width:130px;overflow:hidden;text-overflow:ellipsis}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li .cs-ask-item-li-tips .cs-ask-item-li-tip .icon-View-tip[data-v-394b3b21]{font-size:24px;margin-right:3px}.cs-ask-wrap .cs-ask-body .cs-ask-item .cs-ask-item-li .cs-ask-item-li-tips .cs-ask-item-li-tip .icon-time-tip[data-v-394b3b21]{font-size:15px;margin-right:4px}.cs-cooperation-friend-wrap{background-color:#fff;padding:60px 0 54px}.cs-cooperation-friend-wrap .cooperation-friend-title{width:1200px;margin:0 auto;background-color:#fff;text-align:center;font-size:32px;color:#1d1d1d;padding-bottom:40px}.cs-cooperation-friend-wrap .friend-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:justify;align-content:space-between;width:1200px;height:156px;margin:0 auto}.cs-cooperation-friend-wrap .friend-list .friend-item-wrap{width:184px;height:67px;margin-right:19px}.cs-cooperation-friend-wrap .friend-list .friend-item-wrap:nth-child(6n){margin-right:0}.cs-cooperation-friend-wrap .friend-list .friend-item{width:184px;height:67px;background-repeat:no-repeat;background-size:100% 100%;background-position:50%;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all .2s;transition:all .2s}.friend-pop-content{width:100%;height:auto;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.el-tooltip__popper{width:221px!important;height:auto;background:#fff!important;color:#666!important;font-size:12px!important;padding:12px!important;-webkit-box-shadow:0 -2px 8px 2px hsla(0,0%,72.2%,.59)!important;box-shadow:0 -2px 8px 2px hsla(0,0%,72.2%,.59)!important;margin-top:-2px!important}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{border-bottom-color:#fff!important}.el-tooltip__popper .tip-link{font-size:12px;color:#fff;-webkit-transition:color .2s linear 0s;transition:color .2s linear 0s}.el-tooltip__popper .tip-link.has_link:hover{color:#ff6900}.el-tooltip__popper .tip-link:hover{color:#fff}.zbj-recommend-for-you{width:100%;background-color:rgba(232,235,240,.4);padding-top:53px;padding-bottom:62px}.zbj-recommend-for-you .zbj-recommend-title{text-align:center;margin-bottom:45px;position:relative}.zbj-recommend-for-you .zbj-recommend-title .zh{font-size:32px;color:#1d1d1d;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.zbj-recommend-for-you .zbj-recommend-title .en{font-size:50px;line-height:40px;color:#f6f7f9;text-shadow:1px 1px 13px rgba(202,208,221,.4)}.zbj-recommend-for-you .zbj-recommend-list{width:1200px;min-width:1200px;margin:0 auto}.jie-float-cpt .click-float-wrap[data-v-7f336bda]{width:170px;position:fixed;bottom:calc(8% + 210px);right:10px;z-index:21}.jie-float-cpt .click-float-wrap .click-float-pic[data-v-7f336bda]{position:relative;z-index:1;display:block;width:100%}.jie-float-cpt .click-float-wrap .click-float-up[data-v-7f336bda]{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:140px;z-index:2;background-color:transparent}.jie-float-cpt .click-float-wrap .click-float-bottom[data-v-7f336bda]{cursor:pointer;position:absolute;z-index:3;bottom:0;left:0;width:100%;height:36px;background-color:transparent}.jie-float-cpt .float-dialog[data-v-7f336bda]{position:fixed;top:0;left:0;bottom:0;right:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);z-index:999;visibility:hidden;opacity:0;-webkit-transition:all .2s;transition:all .2s}.jie-float-cpt .float-dialog .content[data-v-7f336bda]{-webkit-transition:all .3s;transition:all .3s;opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5)}.jie-float-cpt .float-dialog .content .close[data-v-7f336bda]{cursor:pointer;font-size:30px;color:hsla(0,0%,100%,.7);position:absolute;right:10px;top:10px;z-index:3;-webkit-transition:all .2s;transition:all .2s}.jie-float-cpt .float-dialog .content .close[data-v-7f336bda]:hover{color:#fff;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jie-float-cpt .float-dialog .content .content-main-pic[data-v-7f336bda]{cursor:pointer;display:block;position:relative;z-index:1}.jie-float-cpt .float-dialog .content .content-main-btn[data-v-7f336bda]{position:relative;z-index:2;cursor:pointer;color:#ff553e;border:2px solid #ff553e;border-radius:20px;height:40px;line-height:36px;letter-spacing:2px;font-size:20px;text-align:center;padding:0;margin:-24px auto 0;width:160px;-webkit-transition:all .2s;transition:all .2s;background-color:transparent}.jie-float-cpt .float-dialog .content .content-main-btn[data-v-7f336bda]:hover{background-color:rgba(255,85,62,.1);text-shadow:rgba(255,85,62,.8)}.jie-float-cpt .float-dialog.show[data-v-7f336bda]{visibility:visible;opacity:1}.jie-float-cpt .float-dialog.show .content[data-v-7f336bda]{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}.cs-index-v4{position:relative;min-width:1280px;overflow:hidden}.cs-index-v4 .page-important-notice{background-color:#ffe6e4;color:#ff2929;font-size:14px;text-align:center;padding:6px 15px;line-height:22px;min-height:34px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.cs-index-v4 .jie-float-cpt .click-float-wrap{left:10px;bottom:calc(8% + 110px)}