.nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;opacity:1;transition:width .1s,opacity .4s;background-color:#000;z-index:999999}.nuxt-progress.nuxt-progress-notransition{transition:none}.nuxt-progress-failed{background-color:red}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@font-face{font-family:iconfont;src:url(https://s0.crsa.net/static/crsa-web/fonts/iconfont.3b8ccae.woff2) format("woff2"),url(https://s0.crsa.net/static/crsa-web/fonts/iconfont.ff023a0.woff) format("woff"),url(https://s0.crsa.net/static/crsa-web/fonts/iconfont.d49fa75.ttf) format("truetype"),url(https://s0.crsa.net/static/crsa-web/img/iconfont.cc74a36.svg#iconfont) format("svg")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-xinlangweibo:before{content:"\e600"}.icon-qqkongjian:before{content:"\e674"}.icon-weixin:before{content:"\e651"}.icon-logo_normal2:before{content:"\e64d"}.icon-logo_word:before{content:"\e64e"}.icon-logo_black:before{content:"\e64f"}.icon-logo_normal1:before{content:"\e650"}.icon-logo_shape:before{content:"\e64c"}.icon-menu:before{content:"\e86b"}.icon-icon_chanpinzhongxin_gongsi:before{content:"\e64b"}.icon-close:before{content:"\e64a"}.icon-lianxidianhua:before{content:"\e649"}.icon-zhandian_lianxiwomen:before{content:"\e648"}.icon-xiangqian:before{content:"\e646"}.icon-xianghou:before{content:"\e647"}.icon-re:before{content:"\e644"}.icon-xin:before{content:"\e645"}.icon-biaoti_bg:before{content:"\e643"}.icon-zazhi_bg:before{content:"\e639"}.icon-pengpai_bg:before{content:"\e63a"}.icon-toutiaohao_bg:before{content:"\e63b"}.icon-zhongguojiaotongwang_bg:before{content:"\e63c"}.icon-shipinhao_bg:before{content:"\e63d"}.icon-a-123jiaotongwang_bg:before{content:"\e63e"}.icon-gonganbujiaoguanju_bg:before{content:"\e63f"}.icon-renminwang_bg:before{content:"\e640"}.icon-douyinhao_bg:before{content:"\e641"}.icon-baijiahao_bg:before{content:"\e642"}.icon-jiaoguanjingyanjiaoliu_fabu:before{content:"\e638"}.icon-dianzan_mianxing:before{content:"\e62c"}.icon-dianzan_xianxingoff:before{content:"\e636"}.icon-dianzan_xianxingon:before{content:"\e637"}.icon-youqinglianjie:before{content:"\e635"}.icon-jiaotonganquanchanpin1:before{content:"\e631"}.icon-jiaotonganquanxuanchuanjuzhen:before{content:"\e632"}.icon-xinwenzixun1:before{content:"\e633"}.icon-fuwuzhongxin1:before{content:"\e634"}.icon-jiaotonganquanchanpin:before{content:"\e630"}.icon-xinwenzixun:before{content:"\e62f"}.icon-fuwuzhongxin:before{content:"\e62e"}.icon-jiaoguanjingyanjiaoliuliulan:before{content:"\e62d"}.icon-jiaoguanjingyanjiaoliu_pinglun_on:before{content:"\e62a"}.icon-jiaoguanjingyanjiaoliu_pinglun_off:before{content:"\e62b"}.icon-jiaoguanjingyanjiaoliu_tiezi_on:before{content:"\e628"}.icon-jiaoguanjingyanjiaoliu_tiezi_off:before{content:"\e629"}.icon-huiyuanchanpintijiao:before{content:"\e627"}.icon-dayin:before{content:"\e625"}.icon-fenxiang:before{content:"\e626"}.icon-gedijiaojing:before{content:"\e61f"}.icon-renminwang:before{content:"\e620"}.icon-Facebook:before{content:"\e621"}.icon-YouTube:before{content:"\e622"}.icon-toutiao:before{content:"\e623"}.icon-pengpai:before{content:"\e624"}.icon-douyin:before{content:"\e61a"}.icon-jiaotonganquanwang:before{content:"\e61b"}.icon-jiaotong:before{content:"\e61c"}.icon-baijiahao:before{content:"\e61d"}.icon-zazhi:before{content:"\e61e"}.icon-jiaotonganquanxuanchuanjiaoyu:before{content:"\e616"}.icon-jiaoguanjingyanjiaoliu:before{content:"\e617"}.icon-tuantibiaozhunlixiang:before{content:"\e618"}.icon-falvfaguichaxun:before{content:"\e619"}.icon-yonghuzhuce:before{content:"\e613"}.icon-dingyuezazhi:before{content:"\e614"}.icon-ruhuishenqing:before{content:"\e615"}.icon-icon_home_safe_on:before{content:"\e612"}.icon-icon_home_platform_on:before{content:"\e60d"}.icon-icon_home_manage_on:before{content:"\e60e"}.icon-icon_home_monitor_on:before{content:"\e60f"}.icon-icon_home_camera_on:before{content:"\e610"}.icon-a-icon_home_equipment_on:before{content:"\e611"}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}*{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:auto}a{text-decoration:none}p{margin:0}html{line-height:1.15;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.article-content{font-size:16px;font-family:MicrosoftYaHei;color:#4b4b4b;line-height:30px;letter-spacing:1px;text-indent:2em;min-height:500px}.article-content img{width:100%!important;height:auto!important;display:block}.article-content video{width:90%;display:block;border-radius:4px;overflow:hidden;margin:0 auto 20px}.page-index .banners-comp{width:800px;height:400px}.page-index .rows{display:flex}.page-index .notice{margin-left:38px;overflow:hidden;flex:1}.page-index .notice li,.page-index .notice ul{list-style:none;margin:0;padding:0}.page-index .notice .notice-tab{margin-top:19px;margin-bottom:19px;display:flex;align-items:center;border-bottom:1px solid #d6d6d6}.page-index .notice .notice-tab .notice-tab-btn{font-size:18px;line-height:30px;padding:0 24px;background:#d8d8d8;color:#fff;cursor:pointer}.page-index .notice .notice-tab .notice-tab-btn.__actived{background:#003ccc}.page-index .notice .notice-tab .notice-tab-btn.__actived:hover{color:#fff}.page-index .notice .notice-tab .notice-tab-btn:hover{color:#003ccc}.page-index .notice .notice-tab .notice-tab-more{flex:1;text-align:right}.page-index .notice .notice-tab .notice-tab-more a.more{color:#666;font-size:13px;text-decoration:none}.page-index .notice .notice-list{overflow:hidden}.page-index .notice .notice-list .notice-item{line-height:30px;font-size:16px;margin-bottom:12px;padding-right:30px;display:flex;align-items:center}.page-index .notice .notice-list .notice-item a{color:#2c2c2c;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all}.page-index .notice .notice-list .notice-item:before{content:"";display:block;width:7px;height:7px;background:#003ccc;flex-shrink:0;border-radius:50%;margin-right:8px;margin-left:2px}.page-index .nt-title{display:flex;align-items:center;font-size:24px;height:50px;margin-top:20px;margin-bottom:10px;border-bottom:1px solid #d6d6d6;padding:0 10px;color:#333}.page-index .nt-title .iconfont{color:#003ccc;font-size:24px;margin-right:18px}.page-index .nt-title span{font-weight:600}.page-index .nt-title .nt-more{flex:1;text-align:right;font-size:16px}.page-index .nt-title .nt-more .more{color:#999}.page-index .news{width:800px}.page-index .news .news-tabs{display:flex;align-items:center;height:50px;margin-top:20px;border-bottom:1px solid #d6d6d6;padding:0 16px}.page-index .news .news-tabs .nt-title{border-bottom:none;margin-top:0;padding:0}.page-index .news .news-tabs .nt-tabs{flex:1;justify-content:center;display:flex}.page-index .news .news-tabs .nt-tabs .ntt-item{padding:0 15px;font-size:18px;color:#555;line-height:24px;cursor:pointer}.page-index .news .news-tabs .nt-tabs .ntt-item.__actived{color:#1f5cce}.page-index .news .news-tabs .nt-more{font-size:14px;color:#666;text-decoration:none}.page-index .news .news-list{padding:0 20px;overflow:hidden}.page-index .news .news-list .news-item{display:flex;align-items:center;padding:16px 10px;border-bottom:1px solid #d6d6d6;overflow:hidden;text-decoration:none}.page-index .news .news-list .news-item .ni-date{flex-shrink:0;display:flex;flex-direction:column;align-items:center;margin-right:20px}.page-index .news .news-list .news-item .ni-date .y{font-size:24px;font-weight:700;color:#999}.page-index .news .news-list .news-item .ni-date .md{font-size:18px;color:#666}.page-index .news .news-list .news-item .ni-info{overflow:hidden;line-height:1}.page-index .news .news-list .news-item .ni-info .ni-title{font-size:16px;color:#2c2c2c;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all}.page-index .news .news-list .news-item .ni-info .ni-desp{margin-top:13px;font-size:14px;color:#666;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all}.page-index .service{margin-left:30px;flex:1}.page-index .service .s-items .s-line{display:flex;flex:1}.page-index .service .s-items .s-line.x{flex-direction:column}.page-index .service .s-items .s-line .s-item{flex:1;text-decoration:none;height:90px;color:#fff;font-size:18px;font-weight:500;display:flex;align-items:center;margin:5px;justify-content:center}.page-index .service .s-items .s-line .s-item.l0{margin-left:0}.page-index .service .s-items .s-line .s-item.r0{margin-right:0}.page-index .service .s-items .s-line .s-item.rh{width:114px;height:188px;flex:none;flex-direction:column}.page-index .service .s-items .s-line .s-item.rh .s-item-text{margin-top:15px;margin-right:0}.page-index .service .s-items .s-line .s-item.gr{background:linear-gradient(to bottom right,#78cb44 0,#78cb44 50%,#85d350 0,#85d350 50%)}.page-index .service .s-items .s-line .s-item.bl{background:linear-gradient(to bottom right,#0064c4 0,#0064c4 50%,#0171cc 0,#0171cc 50%)}.page-index .service .s-items .s-line .s-item.yl{background:linear-gradient(to bottom right,#edc806 0,#edc806 50%,#f0d009 0,#f0d009 50%)}.page-index .service .s-items .s-line .s-item.bll{background:linear-gradient(to bottom right,#4badff 0,#4badff 50%,#57b8ff 0,#57b8ff 50%)}.page-index .service .s-items .s-line .s-item .s-item-text{display:flex;align-items:center;flex-direction:column;margin-right:22px;line-height:1.5}.page-index .service .s-items .s-line .s-item .s-item-text.w{width:116px;align-items:flex-start}.page-index .service .s-items .s-line .s-item .s-item-text span{display:block}.page-index .service .s-items .s-line .s-item .iconfont{font-size:32px}.page-index .row-banner{width:100%;display:block;margin-top:15px}.page-index .product{position:relative}.page-index .product .ppi{position:absolute;font-size:21px;top:170px;cursor:pointer;color:#999}.page-index .product .ppi.icon-xiangqian{left:-25px}.page-index .product .ppi.icon-xianghou{right:-25px}.page-index .product .product-items{padding:12px;overflow:hidden}.page-index .product .product-items .pi-warp{display:flex;transform:translateX(0);transition:all .2s linear}.page-index .product .product-items .product-item{display:flex;flex-direction:column;text-decoration:none;color:#4b4b4b;font-size:14px;line-height:34px;align-items:center;justify-content:center;width:186px;flex-shrink:0;height:230px;box-shadow:0 2px 6px 0 rgba(9,140,255,.43);border-radius:4px;border:1px solid #ededed;margin-right:13px}.page-index .product .product-items .product-item .ppicon{display:block;width:50px;height:45px;background-size:cover}.page-index .product .product-items .product-item .ppicon.__1{background-image:url(https://s0.crsa.net/static/crsa-web/img/1.b520770.png)}.page-index .product .product-items .product-item .ppicon.__2{background-image:url(https://s0.crsa.net/static/crsa-web/img/2.2f395ce.png)}.page-index .product .product-items .product-item .ppicon.__3{background-image:url(https://s0.crsa.net/static/crsa-web/img/3.b8162a7.png)}.page-index .product .product-items .product-item .ppicon.__4{background-image:url(https://s0.crsa.net/static/crsa-web/img/4.5fcc233.png)}.page-index .product .product-items .product-item .ppicon.__5{background-image:url(https://s0.crsa.net/static/crsa-web/img/5.e401161.png)}.page-index .product .product-items .product-item .ppicon.__6{background-image:url(https://s0.crsa.net/static/crsa-web/img/6.7ebcfcd.png)}.page-index .product .product-items .product-item .ppicon.__7{background-image:url(https://s0.crsa.net/static/crsa-web/img/7.72340a7.png)}.page-index .product .product-items .product-item span{margin-top:36px}.page-index .product .product-items .product-item:hover{background:#1f5cce;color:#fff}.page-index .product .product-items .product-item:last-child{margin-right:0}.page-index .flinks .flinks-items{display:flex;justify-content:space-between;flex-wrap:wrap}.page-index .flinks .flinks-items .flinks-item{display:block;width:232px;background:#fff;margin-bottom:16px}.page-index .flinks .flinks-items .flinks-item.__empty{height:1}.page-index .flinks .flinks-items .flinks-item .pic{width:100%;height:100px;display:flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid #d6d6d6;overflow:hidden;padding:12px}.page-index .flinks .flinks-items .flinks-item .pic img{width:100%;max-height:100px;display:block}.page-index .flinks .flinks-items .flinks-item .t{text-align:center;color:#666;font-size:14px;margin-top:6px}.footer-bar{background:#f0f0f0;display:flex;justify-content:center;width:100%}.footer-bar .fb-inner{width:1200px;padding:25px 0}.footer-bar .fb-inner,.footer-bar .fb-sec{display:flex;align-items:center;justify-content:center}.footer-bar .fb-sec{flex:1;height:80px;border-right:1px solid #d6d6d6;flex-direction:column}.footer-bar .fb-sec:last-child{border-right:0}.footer-bar .fb-sec .fb-1{display:flex;line-height:1;align-items:baseline;font-family:YouSheBiaoTiHei}.footer-bar .fb-sec .fb-1 span{color:#003ccc;font-size:15px}.footer-bar .fb-sec .fb-1 span:first-child{font-size:26px}.footer-bar .fb-sec .fb-2{color:#666;font-size:13px;line-height:1;margin-top:6px}.banners-comp{position:relative;flex-shrink:0}.banners-comp .banners-images a{text-decoration:none;display:block;position:absolute;opacity:0;z-index:0;width:100%;height:100%;transition:all .5s ease-in-out}.banners-comp .banners-images a.__actived{opacity:1;z-index:1}.banners-comp .banners-images a img{display:block;width:100%;height:100%}.banners-comp .banners-images a p{padding:0 24px;line-height:40px;font-size:12px;color:#fff;background-color:#0059be;opacity:.7;margin:-40px 0 0;z-index:1}.banners-comp .banners-tools{display:flex;position:absolute;right:0;bottom:0;padding:0 20px;height:40px;align-items:center;z-index:2}.banners-comp .banners-tools i{margin-left:10px;display:block;width:10px;height:10px;border-radius:5px;background:#fff;cursor:pointer;opacity:.5;transition:all .2s ease-in-out}.banners-comp .banners-tools i:hover{opacity:1}.banners-comp .banners-tools i.__actived{cursor:auto;opacity:1;width:30px;border-radius:5px}.banners-comp .banners-tools-tech{display:flex;position:absolute;bottom:0;padding:0 20px;height:40px;left:0;right:0;justify-content:center;align-items:center;z-index:2}.banners-comp .banners-tools-tech span{margin-left:10px;display:block;width:10px;height:10px;border-radius:5px;background:#000;cursor:pointer;opacity:.5;transition:all .2s ease-in-out}.banners-comp .banners-tools-tech span.__actived,.banners-comp .banners-tools-tech span:hover{opacity:1;background:#fff}.banners-comp .b-switcl-i .b-switch{display:flex;width:46px;height:46px;background:#fff;box-shadow:0 2px 6px 0 rgba(0,0,0,.2);border-radius:23px;align-items:center;justify-content:center;color:#666;font-size:19px;font-weight:700;font-style:normal;opacity:1;position:absolute;top:50%;transform:translateY(-50%);z-index:1;cursor:pointer}.banners-comp .b-switcl-i .b-switch.l{left:20px}.banners-comp .b-switcl-i .b-switch.r{right:20px}.comp-sub-header{background-image:url(https://s0.crsa.net/static/crsa-web/img/intro.9ec01c4.png);background-size:auto 300px;background-position:top;background-repeat:no-repeat;height:300px;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:50px}.comp-sub-header.__hide_bg{background:none;height:100px;margin-bottom:24px}.comp-sub-header.__hide_bg .subpage-title{display:none}.comp-sub-header.__hide_bg .subpage-nav{bottom:0}.comp-sub-header.__party .subpage-nav .subpage-nav-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/party-title-nav.58aef07.png)}.comp-sub-header.__news{background-image:url(https://s0.crsa.net/static/crsa-web/img/news.86c228d.png)}.comp-sub-header.__news .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/news-title.2037fbb.png)}.comp-sub-header.__news .subpage-nav .subpage-nav-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/news-title-nav.ab12e6a.png)}.comp-sub-header.__bz{background-image:url(https://s0.crsa.net/static/crsa-web/img/bz.4d1f448.png)}.comp-sub-header.__bz .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/bz-title.3df450a.png)}.comp-sub-header.__bz .subpage-nav .subpage-nav-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/bz-title-nav.fea87d1.png)}.comp-sub-header.__tech{background-image:url(https://s0.crsa.net/static/crsa-web/img/tech.ffb5423.png)}.comp-sub-header.__tech .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/tech-title.7dcb77f.png)}.comp-sub-header.__tech .subpage-nav .subpage-nav-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/tech-title-nav.b003d68.png);width:221px;height:36px}.comp-sub-header.__mag{background-image:url(https://s0.crsa.net/static/crsa-web/img/mag.5dc84ca.png);margin:0}.comp-sub-header.__mag .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/mag-title.b840974.png);width:484px;height:93px}.comp-sub-header.__mag .subpage-nav .subpage-nav-title{display:none}.comp-sub-header.__law{background-image:url(https://s0.crsa.net/static/crsa-web/img/law.b02f5fb.png);margin:0}.comp-sub-header.__law .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/law-title.7b16474.png);width:393px;height:73px}.comp-sub-header.__law .subpage-nav .subpage-nav-title{display:none}.comp-sub-header.__forum{background-image:url(https://s0.crsa.net/static/crsa-web/img/forum.3a9efd0.png);margin:0}.comp-sub-header.__forum .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/forum-title.e60c09e.png);width:392px;height:73px}.comp-sub-header.__forum .subpage-nav .subpage-nav-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/forum-title-nav.45c77f5.png);width:166px;height:36px}.comp-sub-header.__product{background-image:url(https://s0.crsa.net/static/crsa-web/img/product.a8c40fd.png)}.comp-sub-header.__product .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/product-title.58dda37.png);width:390px;height:73px}.comp-sub-header.__product .subpage-nav .subpage-nav-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/product-title-nav.bb26c3a.png);width:165px;height:36px}.comp-sub-header.__member{background-image:url(https://s0.crsa.net/static/crsa-web/img/member.5de97ce.png);margin:0}.comp-sub-header.__member .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/member-title.d32daa3.png);width:393px;height:73px}.comp-sub-header.__member .subpage-nav .subpage-nav-title{display:none}.comp-sub-header .subpage-title-mag-qrcode{position:absolute;min-width:1200px;width:1200px;left:50%;transform:translate(-50%);top:0;bottom:0;display:flex;align-items:center;justify-content:flex-end}.comp-sub-header .subpage-title-mag-qrcode .inn{display:flex;align-items:center;justify-content:center;flex-direction:column}.comp-sub-header .subpage-title-mag-qrcode .inn img{display:block;width:100px;height:100px}.comp-sub-header .subpage-title-mag-qrcode .inn .w{margin-top:5px;padding:2px 17px;font-size:14px;color:#fff;background:linear-gradient(180deg,#4195e9,#1f5cce);border-radius:15px}.comp-sub-header .subpage-title{background-image:url(https://s0.crsa.net/static/crsa-web/img/intro-title.fd1fa89.png);background-repeat:no-repeat;background-size:cover;background-position:auto;position:absolute;width:389px;height:73px;left:50%;top:50%;transform:translate(-50%,-50%)}.comp-sub-header .subpage-nav{position:absolute;left:50%;transform:translate(-50%);bottom:-50px;height:100px;background:#fff;box-shadow:0 2px 10px 0 rgba(9,140,255,.58);border-radius:4px;display:flex;align-items:center;width:1200px;padding:0 32px;box-sizing:border-box}.comp-sub-header .subpage-nav .subpage-nav-title{background-repeat:no-repeat;background-size:cover;background-position:auto;background-image:url(https://s0.crsa.net/static/crsa-web/img/intro-title-nav.fd446de.png);width:136px;height:36px}.comp-sub-header .subpage-nav .subpuage-search{display:flex;align-items:center;margin-left:100px}.comp-sub-header .subpage-nav .subpuage-search .input-warp{position:relative}.comp-sub-header .subpage-nav .subpuage-search .input-warp .iconfont{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#666;font-size:18px;cursor:pointer}.comp-sub-header .subpage-nav .subpuage-search input{width:525px;height:40px;border-radius:4px 0 0 4px;border:1px solid #d6d6d6;padding:0 10px}.comp-sub-header .subpage-nav .subpuage-search .search-btn{height:40px;width:88px;display:flex;align-items:center;justify-content:center;background:#1f5cce;border-radius:0 4px 4px 0;font-size:14px;color:#fff;cursor:pointer}.comp-sub-header .subpage-nav .subpage-nav-items{display:flex;flex:1}.comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item{display:block;text-decoration:none;color:#3b3b3b;flex:1;text-align:center;max-width:170px}.comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item.nuxt-link-active,.comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item.nuxt-link-exact-active{color:#1f5cce}.subpage.subpage-header{background-image:url(https://s0.crsa.net/static/crsa-web/img/subpage_header.9ec01c4.png);background-size:auto 300px;background-position:top;background-repeat:no-repeat;width:100%;display:flex;flex-direction:column;align-items:center}.subpage.subpage-header.h30{height:300px}.subpage-h-title{font-size:90px;margin-top:80px;color:#fff;text-align:center;font-weight:700}.subpage.subpage-header.member_layout{background-image:url(https://s0.crsa.net/static/crsa-web/img/member_bg.8472924.png)}.subpage.subpage-header.forum_layout{background-image:url(https://s0.crsa.net/static/crsa-web/img/forum_banner.3a9efd0.png)}.bread{display:flex;align-items:center;font-size:18px;margin:24px 0}.bread .item{color:#777;text-decoration:none;margin-right:4px}.page-ct{margin-top:20px;display:flex;overflow:hidden}.page-ct .news-side-list{padding:10px 0 24px}.page-ct .news-side-list .item{border-bottom:1px solid rgba(49,37,37,.08);padding:16px 0;display:block}.page-ct .news-side-list .item .t{font-size:16px;color:#2c2c2c;margin-bottom:16px;line-height:1.5}.page-ct .news-side-list .item .b{display:flex;align-items:center;justify-content:space-between}.page-ct .news-side-list .item .b .date{color:#555;line-height:19px;font-size:14px}.page-ct .news-side-list .item .b .cate{color:#1f5cce;line-height:19px;font-size:14px}.page-ct .news-video-side-list{padding:10px 0 24px;overflow:hidden}.page-ct .news-video-side-list .item{margin-bottom:16px;border:1px solid rgba(0,0,0,.08);display:block}.page-ct .news-video-side-list .item .img{height:190px}.page-ct .news-video-side-list .item .img img{width:100%;height:100%;display:block}.page-ct .news-video-side-list .item .p{font-size:14px;color:#4b4b4b;line-height:20px;padding:16px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page-ct .left{width:790px;flex-shrink:0}.page-ct .left .article-content{padding:16px 0;line-height:2}.page-ct .right{flex:1;margin-left:28px}.page-ct .title-a{border-bottom:1px solid #1f5cce}.page-ct .title-a span{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDM5NTYgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNzcyLjY1NiIgaGVpZ2h0PSIyMDAiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMzIwOC43MDRsNzQ3LjY2IDEwMjRIMHoiIGZpbGw9IiMxRjVDQ0UiLz48L3N2Zz4=);background-size:cover;color:#fff;font-size:24px;width:200px;font-weight:700;padding:6px 0 6px 35px;display:block}.page-ct .title-b{background-color:#f0f0f0}.page-ct .title-b span{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDM5NTYgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNzcyLjY1NiIgaGVpZ2h0PSIyMDAiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMzIwOC43MDRsNzQ3LjY2IDEwMjRIMHoiIGZpbGw9IiMxRjVDQ0UiLz48L3N2Zz4=);background-size:cover;color:#fff;font-size:24px;width:200px;font-weight:700;padding:6px 0 6px 35px;display:block;transform:scale(1.1) translate(10px)}.page-ct .cursor{display:flex;justify-content:space-between}.page-ct .cursor .item{display:block;padding:24px;border-left:5px solid #098cff;background:rgba(0,0,0,.05);overflow:hidden;width:320px}.page-ct .cursor .item.__empty{visibility:hidden}.page-ct .cursor .item .t{font-size:12px;color:#4b4b4b;line-height:26px}.page-ct .cursor .item .n{font-size:14px;font-weight:600;color:#3b3b3b;line-height:20px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page-intro-leader .items{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.page-intro-leader .items .item{width:272px;height:433px;background:#fff;box-shadow:0 8px 24px 0 rgba(0,60,204,.18);border-radius:8px;margin-bottom:30px}.page-intro-leader .items .item.__empty{height:1px;visibility:hidden}.page-intro-leader .items .item .pic{height:240px;display:flex;justify-content:center}.page-intro-leader .items .item .pic img{height:100%;display:block}.page-intro-leader .items .item .info{display:flex;align-items:baseline;padding:24px}.page-intro-leader .items .item .info .n{font-size:18px;color:#4b4b4b;margin-right:20px;font-weight:600}.page-intro-leader .items .item .info .p{color:#999;font-size:16px}.page-intro-leader .items .item .desp{height:48px;padding:0 24px;font-size:12px;color:#666;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.page-intro-leader .items .item .btn{margin:24px 24px 0;display:flex;align-items:center;justify-content:center;width:100px;height:32px;border-radius:18px;border:1px solid #1f5cce;font-size:14px;text-decoration:none;color:#1f5cce;line-height:19px;transition:all .2s}.page-intro-leader .items .item .btn:hover{background-color:#1f5cce;color:#fff}.page-intro-leader-detail .hd{display:flex;border:1px solid #d6d6d6;margin-bottom:24px}.page-intro-leader-detail .hd .pic{width:230px;height:274px}.page-intro-leader-detail .hd .pic img{width:100%;height:100%;display:block}.page-intro-leader-detail .hd .info{padding-left:28px;padding-top:43px}.page-intro-leader-detail .hd .info .name{font-size:30px;color:#525252;font-weight:700;margin-bottom:30px;line-height:1}.page-intro-leader-detail .hd .info .p{font-size:16px;color:#525252;margin-bottom:16px}.page-intro-dept{position:relative;display:flex;align-items:flex-start}.page-intro-dept .nav{margin-right:20px}.page-intro-dept .nav .item{background:#f3f3f3;display:flex;font-size:14px;color:#333;line-height:19px;align-items:center;justify-content:center;width:160px;height:40px;margin-top:2px;border-radius:2px}.page-intro-dept .nav .item.__actived{background:#1f5cce;color:#fff}.page-intro-dept .article-content{flex:1;border:1px solid #eee;box-sizing:content-box;min-height:400px;padding:20px}.page-news-article .page-inner>.detail{display:flex;align-items:flex-start}.page-news-article .page-inner>.detail>.date{flex-shrink:0;width:100px;height:128px;border:1px solid #1c57bc;display:flex;flex-direction:column}.page-news-article .page-inner>.detail>.date .ix{flex:1;align-items:center;justify-content:center;display:flex;flex-direction:column}.page-news-article .page-inner>.detail>.date .ix .y{display:block;font-size:24px;font-weight:700;color:#2d2d2d}.page-news-article .page-inner>.detail>.date .ix .md{margin-top:4px;display:block;font-size:16px;color:#2d2d2d}.page-news-article .page-inner>.detail>.date .cate{width:100px;height:40px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;background:#1c57bc}.page-news-article .page-inner>.detail .article{flex:1;padding:0 30px;overflow:hidden}.page-news-article .page-inner>.detail .article .a-head{padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.15)}.page-news-article .page-inner>.detail .article .a-head .title{font-size:24px;font-weight:700;color:#3b3b3b;line-height:35px;letter-spacing:1px}.page-news-article .page-inner>.detail .article .a-head .desp{margin-top:17px;font-size:18px;font-weight:500;color:#5f5f5f;line-height:25px}.page-news-article .page-inner>.detail .article .attas{padding:32px 0}.page-news-article .page-inner>.detail .article .attas .atta-item{display:flex;align-items:center;font-size:14px;font-weight:600;color:#4b4b4b;margin-bottom:16px}.page-news-article .page-inner>.detail .article .attas .atta-item .atta-d{margin-left:10px;width:64px;height:32px;border-radius:4px;border:1px solid #1c57bc;color:#1c57bc;font-size:14px;display:flex;align-items:center;justify-content:center}.page-news-article .page-inner>.detail .hot{width:300px;flex-shrink:0}.member_cate_layout{display:flex;flex-wrap:wrap}.member_cate_layout_content{flex:1;height:100%}.member_cate_layout_content_list{display:flex;justify-content:space-between;flex-wrap:wrap}.member_cate_layout_content_list>i{flex:0 0 272px;margin-right:10px}.member_cate_layout_content_list_item{position:relative;flex:0 0 272px;height:190px;margin:15px 10px 0 0;background-color:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.08);border-radius:8px;overflow:hidden}.member_cate_layout_content_list_item_image{width:100%;height:142px;-o-object-fit:none;object-fit:none}.member_cate_layout_content_list_item_title{position:relative;text-align:center;color:#4b4b4b;font-size:14px;top:10px}.member_cate_layout_content_list_item_tag{position:absolute;right:0;top:10px;display:flex;justify-content:center;align-items:center;width:50px;height:18px;background:linear-gradient(313deg,#0075dc,#00c1ff);border-radius:2px;color:#fff;font-size:10px}.member_cate_layout_right{margin-left:32px;flex:0 0 300px;height:100%}.member_cate_layout_right_button{display:flex;justify-content:space-between;align-items:center}.member_cate_layout_right_button_item{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:142px;height:150px}.member_cate_layout_right_button_item_text{font-size:20px;color:#fff;margin-bottom:20px}.member_cate_layout_right_button_apply{margin-right:16px;background-image:url(https://s0.crsa.net/static/crsa-web/img/member_apply.f2b407a.png);background-size:contain;background-repeat:no-repeat}.member_cate_layout_right_button_vip{background-image:url(https://s0.crsa.net/static/crsa-web/img/member_vip.f91f211.png);background-size:contain;background-repeat:no-repeat}.member_cate_layout_right_content{margin-top:16px;margin-left:-32px}.member_cate_footer{text-align:center}.member .article-panel .article-panel-right .apr-title.__over span{padding-left:12px}.member .section{margin-top:24px}.apply_layout .steps{margin-top:40px;margin-bottom:20px}.apply_layout .s0_layout .list .item{filter:grayscale(1);cursor:not-allowed}.apply_layout .s0_layout .list .item.__actived{filter:none;cursor:pointer}.apply_layout .s0_layout,.apply_layout .s3_layout{display:flex;flex-direction:column;justify-content:center;padding:40px;background:#fff;margin-bottom:40px;border-radius:8px;overflow:hidden}.apply_layout .s0_layout .list,.apply_layout .s3_layout .list{display:flex;justify-content:space-between;align-items:center}.apply_layout .s0_layout .list .item,.apply_layout .s3_layout .list .item{position:relative;flex:0 0 23%;height:130px}.apply_layout .s0_layout .list .item .image,.apply_layout .s3_layout .list .item .image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.apply_layout .s0_layout .list .item .text,.apply_layout .s3_layout .list .item .text{position:absolute;top:45%;left:40px;font-size:24px;font-weight:600;color:#fff}.apply_layout .s0_layout .btn,.apply_layout .s3_layout .btn{display:flex;justify-content:center;margin-top:60px}.apply_layout .s0_layout .tips,.apply_layout .s3_layout .tips{margin-top:60px;padding-top:20px;font-size:10px;border-top:1px solid #fefefe}.apply_layout .s1_layout .block,.apply_layout .s2_layout .block{padding:40px;background:#fff;border-radius:8px}.apply_layout .s1_layout .block .title,.apply_layout .s2_layout .block .title{font-size:20px;padding-bottom:10px;border-bottom:1px solid #333}.apply_layout .s1_layout .block .row,.apply_layout .s2_layout .block .row{display:flex;flex-wrap:wrap;justify-content:space-between}.apply_layout .s1_layout .block .row .el-form-item,.apply_layout .s2_layout .block .row .el-form-item{min-width:300px}.apply_layout .s1_layout .block+.block,.apply_layout .s2_layout .block+.block{margin-top:20px}.apply_layout .s1_layout .btn,.apply_layout .s2_layout .btn{display:flex;justify-content:center;padding:20px}.apply_layout .s3_layout{text-align:center;color:#999;font-size:18px}.apply_layout .s3_layout .title{color:#4b4b4b;font-size:24px;margin-bottom:10px}.forum_layout{display:flex}.forum_layout .list{flex:1;display:flex;justify-content:space-between;flex-wrap:wrap}.forum_layout .list>i{flex:0 0 272px;margin-right:10px}.forum_layout .list_item{position:relative;flex:0 0 272px;height:280px;margin:15px 10px 0 0;background-color:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.08);border-radius:8px;overflow:hidden}.forum_layout .list_item_image_box{position:relative;height:200px}.forum_layout .list_item_image_box_image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.forum_layout .list_item_image_box_title{position:absolute;width:100%;height:32px;bottom:0;background:rgba(0,0,0,.65);display:flex;justify-content:center;align-items:center;color:#fff;font-size:12px}.forum_layout .list_item_info_user{display:flex;justify-content:space-between;align-items:center;padding:10px 12px}.forum_layout .list_item_info_user_box{display:flex;align-items:center}.forum_layout .list_item_info_user_box_avatar{width:30px;height:30px;overflow:hidden;border-radius:50%;margin-right:8px}.forum_layout .list_item_info_user_box_name{color:#1f5cce;font-size:14px}.forum_layout .list_item_info_user_tag{padding:4px 6px;background:#098cff;border-radius:8px;color:#fff;font-size:10px}.forum_layout .list_item_info_info{display:flex;justify-content:space-between;align-items:center;padding:0 12px}.forum_layout .list_item_info_info_item{display:flex;justify-content:center;align-items:center;color:#666;font-size:12px}.forum_layout .right{flex:0 0 300px;margin-left:20px;background:#fff;border-radius:8px;padding:18px}.forum_layout .right .user{display:flex}.forum_layout .right .user .avatar{width:80px;height:80px;border-radius:8px;overflow:hidden;margin-right:10px}.forum_layout .right .user .info{flex:1}.forum_layout .right .user .info .name{color:#3b3b3b;font-size:20px}.forum_layout .right .user .info .desc{color:#999;font-size:12px;margin-top:10px;margin-bottom:10px}.forum_layout .right .user .info .info{display:flex;justify-content:space-between}.forum_layout .right .user .info .info .item{display:flex;align-items:center;color:#1f5cce}.forum_layout .right .btn{margin-top:10px;margin-bottom:20px;width:100%}.forum_layout .right .title{font-size:24px;font-weight:600;color:#333;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.15)}.forum_layout .right .list .item{display:flex;flex-direction:column;height:80px;width:100%;border-radius:8px;overflow:hidden}.forum_layout .right .list .item .right_title{position:relative;flex:1;overflow:hidden;display:flex;justify-content:center;align-items:center}.forum_layout .right .list .item .right_title .img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(5px);background:rgba(0,0,0,.65)}.forum_layout .right .list .item .right_title .text{position:absolute;top:0;left:0;right:0;bottom:0;color:#fff;font-size:16px;display:flex;justify-content:center;align-items:center;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:40px}.forum_layout .right .list .item .right_info{flex:1;width:100%;background:hsla(0,0%,79.2%,.15);display:flex;justify-content:space-between;align-items:center;padding:0 10px}.forum_layout .right .list .item .right_info .tag{padding:4px 6px;color:#fff;font-size:12px}.forum_layout .right .list .item .right_info .s1{background:#f6a532}.forum_layout .right .list .item .right_info .s2{background:#4ec347}.forum_layout .right .list .item .right_info .s3{background:#d84949}.forum_layout .right .list .item .right_info .item_ico{display:flex;justify-content:center;align-items:center;color:#666}.forum_layout .right .list .item+.item{margin-top:20px}.forum_detail_layout{display:flex}.forum_detail_layout .user{display:flex;flex-direction:column;align-items:center;flex:0 0 100px;padding:8px;height:130px;background:#fff}.forum_detail_layout .user .avatar{width:84px;height:84px;-o-object-fit:cover;object-fit:cover}.forum_detail_layout .user .name{text-align:center;width:100%;padding:8px;border-bottom:1px solid rgba(0,0,0,.08);color:#1f5cce}.forum_detail_layout .user .info{width:100%;display:flex;align-items:center;font-size:12px}.forum_detail_layout .user .info .value{flex:1;color:#1f5cce}.forum_detail_layout .user .info .label{flex:1;color:#4b4b4b}.forum_detail_layout .main{flex:1;margin:0 32px;color:#3b3b3b}.forum_detail_layout .main .title{font-size:24px;margin-bottom:10px}.forum_detail_layout .main .main_user{font-size:14px;margin-bottom:30px}.forum_detail_layout .main .info{display:flex;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:20px;margin-bottom:24px}.forum_detail_layout .main .info .item{display:flex;align-items:center}.forum_detail_layout .main .info .item+.item{margin-left:20px}.forum_detail_layout .main .content{padding-bottom:32px;border-bottom:1px solid rgba(0,0,0,.08)}.forum_detail_layout .main .like{display:flex;align-items:center;color:#666;font-size:16px;margin-top:7px}.forum_detail_layout .main .like .blue{color:#1c57bc}.forum_detail_layout .main .comment{margin-top:24px;padding-top:24px;padding-bottom:24px;background:#fff}.forum_detail_layout .main .comment .title{color:#4b4b4b;font-size:16px;padding-left:24px}.forum_detail_layout .main .reply_news{margin-top:20px;padding:24px;background:#fff}.forum_detail_layout .main .reply_news .reply_button{display:flex;justify-content:flex-end;margin-top:10px;text-align:right}.forum_detail_layout .right_list{flex:0 0 300px}.forum_detail_layout .right_list .list{padding:0 10px}.forum_detail_layout .right_list .list .item{display:block;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.08)}.forum_detail_layout .right_list .list .item .title{font-size:16px;color:#2c2c2c;margin-bottom:20px}.forum_detail_layout .right_list .list .item .info{display:flex;align-items:center;justify-content:space-between}.layout-party .hd{height:482px;background:url(https://s0.crsa.net/static/crsa-web/img/party_banner_e_v2.f0f722b.png) no-repeat;background-size:auto auto;width:100vw;background-color:#a00009;background-position:50%;margin-bottom:24px}.layout-party .common-footer{background:url(https://s0.crsa.net/static/crsa-web/img/footer_bg_party.f61b320.png) no-repeat;background-color:#a00009;background-position:50%;background-size:auto auto}.layout-party .comp-sub-header .subpage-nav{box-shadow:0 2px 10px 0 rgba(255,79,79,.58)}.layout-party .comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item.nuxt-link-active,.layout-party .comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item.nuxt-link-exact-active{color:#c30000}.layout-party .page-comp .page-item{margin:0 4px}.layout-party .page-comp .page-item.__actived{background:#c30000;color:#fff;border-color:#c30000}.layout-party .cursor-comp .item{border-color:#c30000}.layout-party .article-panel .article-panel-right .apr-title .inn span{background-color:#c30000}.layout-party .article-panel .article-panel-right .apr-title .inn .b{background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDM5NTYgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNzcyLjY1NiIgaGVpZ2h0PSIyMDAiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMzIwOC43MDRsNzQ3LjY2IDEwMjRIMHoiIGZpbGw9IiNjMzAwMDAiLz48L3N2Zz4=)}.layout-party .article-panel .article-panel-right .comp-art-item.comp-art-item-simple-title .b .cate{color:#c30000}.layout-party .article-panel .article-panel-right .comp-art-item.comp-art-item-title .t:before{background-color:#c30000}.layout-party .article-panel .article-panel-list .apl-item .title .cate{color:#c30000}.layout-party .article-panel .article-panel-detail .apd-date{border-color:#c30000}.layout-party .article-panel .article-panel-detail .apd-date .apdd-cate{background:#d30000}.layout-party .article-panel .article-panel-detail .apd-article .apda-attas .atta-item .atta-d{border-color:#d30000;color:#d30000}.layout-party .article-panel .news-side-list .item .b .cate{color:#c30000}.layout-party .page-news-article>.page-inner>.detail>.date{border-color:#c30000}.layout-party .page-news-article>.page-inner>.detail>.date .cate{background:#d30000}.layout-party .page-news-article>.page-inner>.detail .article .attas .atta-item .atta-d{border:1px solid #d30000;color:#d30000}.layout-party .fc{overflow:hidden;background:url(https://s0.crsa.net/static/crsa-web/img/fc-bg.22848b6.png);background-size:cover;border-radius:16px;margin-top:60px}.layout-party .fc .fc-title{position:relative}.layout-party .fc .fc-title:before{position:absolute;content:"";left:0;right:0;height:1px;background:#c30000;top:34px;z-index:1}.layout-party .fc .fc-title .fc-t{z-index:2;background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDM5NTYgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNzcyLjY1NiIgaGVpZ2h0PSIyMDAiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMzIwOC43MDRsNzQ3LjY2IDEwMjRIMHoiIGZpbGw9IiNjMzAwMDAiLz48L3N2Zz4=);font-size:24px;font-weight:700;color:#fff;width:170px;height:44px;background-size:cover;display:flex;justify-content:center;align-items:center}.layout-party .fc .fc-title .fc-t span{margin-right:20px}.layout-party .fc .images-warp{padding:27px 64px 22px;position:relative}.layout-party .fc .images-warp .iconfont{position:absolute;color:#fff;font-size:20px;cursor:pointer;top:50%;transform:translateY(-50%);margin-top:-20px}.layout-party .fc .images-warp .iconfont.icon-xiangqian{left:16px}.layout-party .fc .images-warp .iconfont.icon-xianghou{right:16px}.layout-party .fc .images-tv{position:relative;overflow:hidden;width:100%;height:220px}.layout-party .fc .images-tv .images{display:flex;align-items:center;position:absolute;bottom:0;top:0;transition:all .2s}.layout-party .fc .images-tv .images .img{margin-right:24px;display:flex;flex-direction:column}.layout-party .fc .images-tv .images .img img{width:250px;height:150px;display:block;flex-shrink:0}.layout-party .fc .images-tv .images .img .t{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;line-height:1.5;-webkit-box-orient:vertical;height:38px;color:#fff;font-size:12px;margin-top:8px;text-align:center;line-height:1.6}.page-law{background:#f4f4f4}.page-comp{padding:32px 0}.page-comp,.page-comp .page-item{display:flex;justify-content:center}.page-comp .page-item{width:32px;height:32px;align-items:center;font-size:14px;background:#fff;border-radius:4px;border:1px solid rgba(0,0,0,.15);margin:0 4px}.page-comp .page-item.__empty{height:0;border:none}.page-comp .page-item.__actived{background:#1c57bc;color:#fff;border-color:#1c57bc}.cursor-comp{display:flex;justify-content:space-between}.cursor-comp .item{display:block;padding:24px;border-left:5px solid #098cff;background:rgba(0,0,0,.05);overflow:hidden;width:320px}.cursor-comp .item.__empty{visibility:hidden}.cursor-comp .item .t{font-size:12px;color:#4b4b4b;line-height:26px}.cursor-comp .item .n{font-size:14px;font-weight:600;color:#3b3b3b;line-height:20px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.comp-art-item.comp-art-item-atta{line-height:1.6;color:#333;margin:10px 0;background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 24px 0 rgba(0,0,0,.08)}.comp-art-item.comp-art-item-atta .a-name{font-size:16px;color:#666;word-break:break-all}.comp-art-item.comp-art-item-atta .a-ctl{padding-top:16px;display:flex;justify-content:space-between;align-items:baseline}.comp-art-item.comp-art-item-atta .a-ctl .a-tag{font-size:14px;color:#5499e9}.comp-art-item.comp-art-item-atta .a-ctl .a-down{font-size:14px;color:#1c57bc;border:1px solid #1c57bc;border-radius:6px;padding:4px 10px;line-height:1;display:block;flex-shrink:0;cursor:pointer;margin-left:10px}.comp-art-item.comp-art-item-atta .a-ctl .a-down:hover{background:#1c57bc;color:#fff}.comp-art-item.comp-art-item-image-left{border-bottom:1px solid rgba(0,0,0,.05);padding:24px 0;display:flex}.comp-art-item.comp-art-item-image-left:first-child{padding-top:0}.comp-art-item.comp-art-item-image-left .pic{width:250px;height:150px}.comp-art-item.comp-art-item-image-left .pic img{display:block;width:100%;height:100%}.comp-art-item.comp-art-item-image-left .info{flex:1;margin-left:16px;display:flex;flex-direction:column}.comp-art-item.comp-art-item-image-left .info .title{font-size:16px;line-height:1.6;color:#333}.comp-art-item.comp-art-item-image-left .info .title .cate{color:#098cff}.comp-art-item.comp-art-item-image-left .info .desp{margin-top:9px;line-height:1.6;font-size:13px;color:#666;flex:1}.comp-art-item.comp-art-item-image-left .info .ixp{display:flex;align-items:center;justify-content:space-between}.comp-art-item.comp-art-item-image-left .info .ixp .date,.comp-art-item.comp-art-item-image-left .info .ixp .pv{color:#555;font-size:14px}.comp-art-item.comp-art-item-image-top{margin-bottom:16px;border:1px solid rgba(0,0,0,.08);display:block}.comp-art-item.comp-art-item-image-top .img{height:190px}.comp-art-item.comp-art-item-image-top .img img{width:100%;height:100%;display:block}.comp-art-item.comp-art-item-image-top .p{font-size:14px;color:#4b4b4b;line-height:20px;padding:16px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.comp-art-item.comp-art-item-flex-image-top{margin-bottom:24px;display:block;width:272px;height:216px;border-radius:8px;overflow:hidden;box-shadow:0 4px 24px 0 rgba(0,0,0,.08)}.comp-art-item.comp-art-item-flex-image-top.__empty{height:0;visibility:hidden;box-shadow:none}.comp-art-item.comp-art-item-flex-image-top:hover{box-shadow:0 4px 24px 0 rgba(255,40,40,.3);background:#d30000}.comp-art-item.comp-art-item-flex-image-top:hover .p{color:#fff}.comp-art-item.comp-art-item-flex-image-top .img{height:144px}.comp-art-item.comp-art-item-flex-image-top .img img{width:100%;height:100%;display:block}.comp-art-item.comp-art-item-flex-image-top .p{height:72px;font-size:14px;line-height:26px;padding:16px;color:#4b4b4b;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;line-height:1.5;-webkit-box-orient:vertical;overflow:hidden}.comp-art-item.comp-art-item-simple-title{border-bottom:1px solid rgba(49,37,37,.08);padding:16px 0;display:block}.comp-art-item.comp-art-item-simple-title .t{font-size:16px;color:#2c2c2c;margin-bottom:16px;line-height:1.5}.comp-art-item.comp-art-item-simple-title .b{display:flex;align-items:center;justify-content:space-between}.comp-art-item.comp-art-item-simple-title .b .date{color:#555;line-height:19px;font-size:14px}.comp-art-item.comp-art-item-simple-title .b .cate{color:#1f5cce;line-height:19px;font-size:14px}.comp-art-item.comp-art-item-title{padding:16px 0;display:block}.comp-art-item.comp-art-item-title .t{vertical-align:middle;color:#2c2c2c;font-size:16px;line-height:30px}.comp-art-item.comp-art-item-title .t:before{width:7px;height:7px;background:#1c57bc;content:"";border-radius:50%;display:inline-block;margin-right:11px;vertical-align:middle;word-break:break-all}.comp-art-item.comp-art-item-title.__down{display:flex;align-items:baseline}.comp-art-item.comp-art-item-title.__down .down{margin-left:16px;font-size:14px;color:#1c57bc;border:1px solid #1c57bc;border-radius:6px;padding:4px 10px;line-height:1;display:block;flex-shrink:0}.comp-art-item.comp-art-item-title.__down .down:hover{background:#1c57bc;color:#fff}.comp-art-item.comp-art-item-title-date{padding:16px 0;display:block}.comp-art-item.comp-art-item-title-date .t{display:flex;align-items:center;color:#2c2c2c;font-size:16px;line-height:30px}.comp-art-item.comp-art-item-title-date .t:before{width:7px;height:7px;background:#1c57bc;content:"";border-radius:50%;display:inline-block;margin-right:2px;vertical-align:middle}.comp-art-item.comp-art-item-title-date .t span{flex:1;display:block}.comp-art-item.comp-art-item-title-date .t span:first-child{text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.comp-art-item.comp-art-item-title-date .t span:last-child{flex:inherit;flex-shrink:0;text-align:right;width:100px}.comp-art-item.comp-art-item-bz-notice{padding:32px 0 16px;display:block;border-bottom:1px solid rgba(0,0,0,.05)}.comp-art-item.comp-art-item-bz-notice:first-child{padding-top:16px}.comp-art-item.comp-art-item-bz-notice.__empty{height:0;visibility:hidden}.comp-art-item.comp-art-item-bz-notice .t .c{display:inline-block;background:#098cff;border-radius:4px;color:#fff;font-size:14px;padding:8px}.comp-art-item.comp-art-item-bz-notice .t .tx{display:inline;color:#2c2c2c;line-height:24px;margin-left:16px}.comp-art-item.comp-art-item-bz-notice .i{text-align:right;font-size:14px;color:#555;line-height:19px}.comp-art-item.comp-art-item-bz-news{display:block;width:270px;background:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.08);border-radius:8px;overflow:hidden;margin-bottom:24px}.comp-art-item.comp-art-item-bz-news.__empty{height:0;visibility:hidden}.comp-art-item.comp-art-item-bz-news .img{height:150px;width:100%}.comp-art-item.comp-art-item-bz-news .img img{width:100%;height:100%;display:block}.comp-art-item.comp-art-item-bz-news .info .t{padding:16px 16px 0;line-height:1;font-size:18px;color:#333;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:600}.comp-art-item.comp-art-item-bz-news .info .c{padding:16px;display:flex;justify-content:space-between}.comp-art-item.comp-art-item-bz-news .info .c .no{font-weight:400;color:#666;font-size:13px}.comp-art-item.comp-art-item-bz-news .info .c .ts{font-weight:400;color:#1f5cce;font-size:13px}.comp-art-item.comp-art-item-bz-news .info .c .ts.f{color:#e5a000}.apr-tipxs{font-size:14px;text-align:center;color:#999;padding:30px 0}.apr-title{display:flex;align-items:center;justify-content:space-between;background-color:#f0f0f0}.apr-title .apr-nextpage{padding-right:12px;color:#666;font-size:14px}.apr-title.__axbz .inn{transform:scale(1.1) translateX(11px)}.apr-title .inn{display:flex;align-items:center;transform:scale(1.1) translateX(7px)}.apr-title .inn span{color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;height:40px;padding-left:18px;padding-right:6px;background:#205cce}.apr-title .inn .b{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDM5NTYgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNzcyLjY1NiIgaGVpZ2h0PSIyMDAiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoMzIwOC43MDRsNzQ3LjY2IDEwMjRIMHoiIGZpbGw9IiMxRjVDQ0UiLz48L3N2Zz4=);background-size:cover;width:40px;height:40px;background-position:100% 0;margin-left:-1px}.article-panel{display:flex;width:100%}.article-panel .article-panel-list{flex:1;min-height:500px}.article-panel .article-panel-list .__flex{display:flex;flex-wrap:wrap;justify-content:space-between}.article-panel .article-panel-detail{display:flex;flex:1;overflow:hidden}.article-panel .article-panel-detail .apd-date{flex-shrink:0;width:100px;height:128px;border:1px solid #1c57bc;display:flex;flex-direction:column;position:relative}.article-panel .article-panel-detail .apd-date .apdd-ix{flex:1;align-items:center;justify-content:center;display:flex;flex-direction:column}.article-panel .article-panel-detail .apd-date .apdd-ix .y{display:block;font-size:24px;font-weight:700;color:#2d2d2d}.article-panel .article-panel-detail .apd-date .apdd-ix .md{margin-top:4px;display:block;font-size:16px;color:#2d2d2d}.article-panel .article-panel-detail .apd-date .apdd-cate{height:40px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;background:#1c57bc}.article-panel .article-panel-detail .apd-date .apd-share{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;bottom:-220px;left:50%;transform:translateX(-50%)}.article-panel .article-panel-detail .apd-date .apd-share .ic{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:25px;color:#2c2c2c;cursor:pointer}.article-panel .article-panel-detail .apd-date .apd-share .ic .iconfont{font-size:30px}.article-panel .article-panel-detail .apd-date .apd-share .ic span{font-size:16px;padding-top:10px}.article-panel .article-panel-detail .apd-date .apd-share .s-menu{position:absolute;transform:translate(110px,15px)}.article-panel .article-panel-detail .apd-date .apd-share .s-menu .s-menu-inn{border:1px solid #f2f2f2;border-radius:8px;padding:12px 0;width:138px;text-align:left;background:#fff;box-shadow:0 10px 50px rgba(54,56,79,.11);bottom:-20px;right:-175px}.article-panel .article-panel-detail .apd-date .apd-share .s-menu .s-menu-inn:before{transform:rotate(-90deg);width:16px;height:6px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==) no-repeat 50%;background-size:contain;content:"";position:absolute;top:31px;left:-10px;z-index:20}.article-panel .article-panel-detail .apd-date .apd-share .s-menu .s-menu-inn .sminn{padding:8px 12px;display:block;color:#666;font-size:14px;cursor:pointer}.article-panel .article-panel-detail .apd-date .apd-share .s-menu .s-menu-inn .sminn:hover{background:#f7f7f7}.article-panel .article-panel-detail .apd-date .apd-share .s-menu .s-menu-inn .sminn .iconfont{font-size:14px;margin-right:4px}.article-panel .article-panel-detail .apd-article{flex:1;padding:0 30px;overflow:hidden}.article-panel .article-panel-detail .apd-article .a-head{padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.15);margin-bottom:24px}.article-panel .article-panel-detail .apd-article .a-head .title{font-size:24px;font-weight:700;color:#3b3b3b;line-height:35px;letter-spacing:1px}.article-panel .article-panel-detail .apd-article .a-head .desp{margin-top:17px;font-size:18px;font-weight:500;color:#5f5f5f;line-height:25px}.article-panel .article-panel-detail .apd-article .content{line-height:1.8}.article-panel .article-panel-detail .apd-article .apda-attas{padding:32px 0}.article-panel .article-panel-detail .apd-article .apda-attas .atta-item{display:flex;align-items:center;font-size:14px;font-weight:600;color:#4b4b4b;margin-bottom:16px}.article-panel .article-panel-detail .apd-article .apda-attas .atta-item .atta-d{margin-left:10px;width:64px;height:32px;border-radius:4px;border:1px solid #1c57bc;color:#1c57bc;font-size:14px;display:flex;align-items:center;justify-content:center}.article-panel .article-panel-right{width:300px;flex-shrink:0;margin-left:32px}.article-panel .article-panel-right .apr-items{margin-top:24px}.article-panel .article-panel-right .bzqrcode{background:url(https://s0.crsa.net/static/crsa-web/img/tuantibiaozhuncode_bg.b88b317.png);background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:46px;padding-bottom:46px;color:#fff}.article-panel .article-panel-right .bzqrcode img{width:100px;height:100px}.article-panel .article-panel-right .bzqrcode .txt{font-size:14px;line-height:1.6;margin-top:16px}.article-panel .article-panel-right .bzqrcode .link{font-size:14px;font-size:24px;margin-top:27px;color:#fff}.nav-page-inner{display:flex;align-items:center;font-size:16px;background:#fff;border-radius:8px;padding:14px;margin-bottom:24px}.nav-page-inner .nav-item{display:block;line-height:1;padding:6px 20px;color:#4b4b4b}.nav-page-inner .nav-item.__actived,.nav-page-inner .nav-item.nuxt-link-active{background:#1f5cce;border-radius:4px;color:#fff}.nav-subpage{margin-top:65px;height:100px;background:#fff;box-shadow:0 2px 10px 0 rgba(9,140,255,.58);border-radius:4px;display:flex;align-items:center;width:1200px;padding:0 32px;box-sizing:border-box}.nav-subpage .subpage-title{color:#1f5dce;border-bottom:2px solid #1f5dce;padding:5px 10px;font-size:26px;font-weight:700}.nav-subpage .items{display:flex;flex:1}.nav-subpage .items .item{display:block;text-decoration:none;color:#3b3b3b;flex:1;text-align:center;max-width:170px}.nav-subpage .items .item.__actived{color:#1f5cce}.nav-layout{background:#07246b;display:flex;justify-content:center}.nav-layout li,.nav-layout ul{list-style:none;padding:0;margin:0;display:block}.nav-layout .nav-items{width:1200px;display:flex;justify-content:center}.nav-layout .nav-items .nav-item{position:relative;flex:1}.nav-layout .nav-items .nav-item>.nuxt-link-active{background:linear-gradient(1turn,rgba(0,104,255,.7),rgba(9,140,255,.61) 50%,rgba(9,140,255,.76))}.nav-layout .nav-items .nav-item a{width:100%;text-decoration:none;color:#fff;font-size:18px;text-align:center;height:60px;display:flex;align-items:center;justify-content:center}.nav-layout .nav-items .nav-item:hover>a,.nav-layout .nav-items .nav-item a.__actived,.nav-layout .nav-items .nav-item a:hover{background:linear-gradient(1turn,rgba(0,104,255,.7),rgba(9,140,255,.61) 50%,rgba(9,140,255,.76))}.nav-layout .nav-items .nav-item:hover .sub-items{display:flex}.nav-layout .nav-items .sub-items{position:absolute;z-index:3;background:#07246b;flex-direction:column;display:none;overflow:hidden;min-width:100%}.nav-layout .nav-items .sub-items .sub-item{overflow:hidden;display:flex}.nav-layout .nav-items .sub-items .sub-item a{padding:0 20px;white-space:nowrap}.page-bz-news-detail .tgs{display:flex;align-items:center}.page-bz-news-detail .tgs .tg{margin-top:20px;padding:4px 8px;line-height:1;font-size:12px;border-radius:2px;color:#fff;margin-right:10px}.page-bz-news-detail .tgs .tg.x{background-color:#5499e9}.page-bz-news-detail .tgs .tg.z{background-color:#5cb85c}.page-bz-news-detail .desp-box{font-size:16px;line-height:1.4;text-indent:2em;color:#333;padding:24px}.page-bz-news-detail .tables .line{display:flex;border-bottom:1px dashed #eee}.page-bz-news-detail .tables .line .item{flex:1;font-size:16px;padding:10px;display:flex}.page-bz-news-detail .tables .line .item .item-label{color:#999;font-weight:600;width:130px}.page-bz-news-detail .tables .line .item .item-value{color:#666}.page-bz-news-detail .section{margin-top:24px}.page-bz-news-detail .section .txt{padding:24px 24px 0;font-size:16px;line-height:1.6;color:#666}.tech-map{background:url(https://s0.crsa.net/static/crsa-web/img/tech_bg.bb953fb.png);width:1200px;height:430px;background-size:cover;display:flex}.tech-map .tm-info{width:355px;display:flex;flex-direction:column;align-items:center;justify-content:center}.tech-map .tm-info .tm-title{font-weight:600;color:#4b4b4b;font-size:24px}.tech-map .tm-info .tm-title-en{margin-top:8px;font-weight:600;color:#4b4b4b;font-size:14px}.tech-map .tm-info .tm-qr{margin-top:16px;width:108px;height:108px;text-align:center;background:#fff;box-shadow:0 8px 24px 0 rgba(0,0,0,.1);border-radius:16px;padding:13px}.tech-map .tm-info .tm-qr img{width:100%;height:100%;display:block}.tech-map .tm-info .tm-qr-txt{margin-top:12px;font-size:18px;font-weight:600;color:#4b4b4b}.tech-map .tm-icons{width:750px;position:relative}.tech-map .tm-icons .tm-item{background-size:cover;width:179px;height:179px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;cursor:pointer;transition:all .2s;padding-bottom:19px;position:absolute;display:none;z-index:1}.tech-map .tm-icons .tm-item.__i1{display:flex;left:-15px;top:55px}.tech-map .tm-icons .tm-item.__i2{display:flex;left:123px;top:60px}.tech-map .tm-icons .tm-item.__i3{display:flex;left:266px;top:60px}.tech-map .tm-icons .tm-item.__i4{display:flex;left:410px;top:60px}.tech-map .tm-icons .tm-item.__i5{display:flex;left:554px;top:60px}.tech-map .tm-icons .tm-item.__i6{display:flex;left:-15px;top:205px}.tech-map .tm-icons .tm-item.__i7{display:flex;left:133px;top:210px}.tech-map .tm-icons .tm-item.__i8{display:flex;left:275px;top:210px}.tech-map .tm-icons .tm-item.__i9{display:flex;left:420px;top:210px}.tech-map .tm-icons .tm-item.__i10{display:flex;left:563px;top:210px}.tech-map .tm-icons .tm-item.__1{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun1-white_bg.50bb800.png);background-size:cover}.tech-map .tm-icons .tm-item.__1:hover{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun1-blue_bg.4af3815.png);background-size:cover}.tech-map .tm-icons .tm-item.__2{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun2-white_bg.15a0d65.png);background-size:cover;padding-top:10px}.tech-map .tm-icons .tm-item.__2 .__hide{padding-top:10px}.tech-map .tm-icons .tm-item.__2:hover{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun2-blue_bg.665b677.png);background-size:cover}.tech-map .tm-icons .tm-item.__3{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun3-white_bg.a11f601.png);background-size:cover}.tech-map .tm-icons .tm-item.__3:hover{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun3-blue_bg.b01060d.png);background-size:cover}.tech-map .tm-icons .tm-item.__4{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun4-white_bg.6f6d4f0.png);background-size:cover;padding-top:10px}.tech-map .tm-icons .tm-item.__4 .__hide{padding-top:10px}.tech-map .tm-icons .tm-item.__4:hover{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun4-blue_bg.7ad771c.png);background-size:cover}.tech-map .tm-icons .tm-item.__5{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun5-white_bg.9bf91c5.png);background-size:cover}.tech-map .tm-icons .tm-item.__5:hover{background:url(https://s0.crsa.net/static/crsa-web/img/icon_pintun5-blue_bg.0a71045.png);background-size:cover}.tech-map .tm-icons .tm-item:hover{transform:scale(1.3);z-index:2}.tech-map .tm-icons .tm-item:hover .tm-c .tmc-inn .tm-txt{color:#fff}.tech-map .tm-icons .tm-item:hover .tm-c .tmc-inn.__hide{display:flex}.tech-map .tm-icons .tm-item:hover .tm-c .tmc-inn.__show{display:none}.tech-map .tm-icons .tm-item .tm-c .tmc-inn{display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box}.tech-map .tm-icons .tm-item .tm-c .tmc-inn.__hide{display:none}.tech-map .tm-icons .tm-item .tm-c .tmc-inn.__hide .tm-txt{margin-top:4px}.tech-map .tm-icons .tm-item .tm-c .tmc-inn .tm-icon{width:64px;height:64px}.tech-map .tm-icons .tm-item .tm-c .tmc-inn .tm-icon img{width:100%;height:100%;display:block}.tech-map .tm-icons .tm-item .tm-c .tmc-inn .tm-txt{font-size:12px;font-weight:600;color:#4b4b4b;width:100px}.page-tech{background:#f4f4f4}.page-tech-video .item-lists{display:flex;flex-wrap:wrap;justify-content:space-between}.page-tech-video .item-lists .item{margin-bottom:32px;width:276px;height:290px;padding-bottom:16px;background:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.08);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.page-tech-video .item-lists .item.__empty{height:0;padding:0;visibility:hidden}.page-tech-video .item-lists .item .img{height:176px;width:100%;margin-bottom:18px}.page-tech-video .item-lists .item .img img{width:100%;height:100%;display:block}.page-tech-video .item-lists .item .t{flex:1;padding:0 18px;font-weight:600;color:#3b3b3b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;line-height:1.5;-webkit-box-orient:vertical}.page-tech-video .item-lists .item .pv{margin-top:18px;padding:0 18px;font-size:13px;font-weight:400;color:#666}.page-tech-image .item-lists{display:flex;justify-content:space-between;flex-wrap:wrap}.page-tech-image .image-group{display:flex;margin-bottom:16px}.page-tech-image .image-group .l,.page-tech-image .image-group .r{width:288px;height:512px}.page-tech-image .image-group .r{display:flex;flex-direction:column;overflow:hidden;margin-left:16px}.page-tech-image .image-group .r .tech-img-list-item{height:264px}.page-tech-image .image-group .r .tech-img-list-item:first-child{margin-bottom:16px}.page-tech-image .tech-img-list-item{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;box-shadow:0 4px 24px 0 rgba(0,0,0,.08);border-radius:8px}.page-tech-image .tech-img-list-item:hover{background:#098cff}.page-tech-image .tech-img-list-item:hover .i-title{color:#fff}.page-tech-image .tech-img-list-item .i-pic{flex:1;overflow:hidden}.page-tech-image .tech-img-list-item .i-pic img{display:block;width:100%;height:100%}.page-tech-image .tech-img-list-item .i-title{height:64px;flex-shrink:0;display:flex;align-items:center;padding:0 16px;font-size:12px;color:#999;overflow:hidden}.page-tech-image .tech-img-list-item .i-title div{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;line-height:1.5;-webkit-box-orient:vertical}.page-tech-topic .topics{display:flex;flex-wrap:wrap;justify-content:space-between}.page-tech-topic .topic{width:585px;height:300px;margin-bottom:30px;border-radius:8px;overflow:hidden;box-shadow:0 16px 24px 0 rgba(0,0,0,.07)}.page-tech-topic .topic .pic{width:100%;height:100%;position:relative}.page-tech-topic .topic .pic img{width:100%;height:100%;display:block}.page-tech-topic .topic .pic .t{position:absolute;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.8);padding:16px;font-size:16px;font-weight:600;line-height:1;color:#333}.page-tech-topic-list .banners-comp,.page-tech-topic-list .topic-big{width:100%;height:360px}.page-tech-topic-list .item-lists{margin-top:70px}.page-tech-topic-list .item-lists .item{width:378px;height:auto;box-shadow:0 16px 24px 0 rgba(0,0,0,.07)}.page-tech-topic-list .item-lists .item:hover{box-shadow:0 8px 24px 0 rgba(9,140,255,.3)}.page-tech-topic-list .item-lists .item .img{height:300px;margin:0}.page-tech-topic-list .item-lists .item .tt{flex:1;font-size:18px;color:#3b3b3b;line-height:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:18px}.page-tech-topic-list .item-lists .item .pv{font-size:14px;color:#999;line-height:1;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0}.page-mag{background:#fff}.page-mag .subpage-header{height:300px}.page-mag .mag-desp{line-height:2;font-size:16px;color:#666;border:1px solid rgba(0,0,0,.08);padding:24px;text-indent:2em}.page-mag .mag-topic{display:flex;padding:25px;background:#f2f2f2}.page-mag .mag-topic .pic{width:250px;height:325px}.page-mag .mag-topic .pic img{width:100%;height:100%;display:block}.page-mag .mag-topic .info{flex:1;margin-left:42px;padding-top:5px;display:flex;flex-direction:column}.page-mag .mag-topic .info .info-title{font-weight:500;color:#353535;font-size:30px;padding-bottom:11px;border-bottom:2px dashed #098cff}.page-mag .mag-topic .info .info-box{flex:1;display:flex;margin-top:10px}.page-mag .mag-topic .info .info-box .info-sec{flex:1}.page-mag .mag-topic .info .info-box .info-sec .t{font-size:16px;font-weight:400;color:#333;line-height:40px}.page-mag .mag-topic .info .info-btn{margin-top:20px}.page-mag .mag-topic .info .info-btn,.page-mag .mag-topic .info .info-price{font-size:20px;color:#333;display:flex;align-items:center}.page-mag .mag-topic .info .info-btn span,.page-mag .mag-topic .info .info-price span{color:#d90000;font-size:40px;font-weight:700;margin-left:15px}.page-mag .mag-topic .info .info-btn .btn-l,.page-mag .mag-topic .info .info-price .btn-l{display:flex;flex:1}.page-mag .mag-topic .info .info-btn .btn,.page-mag .mag-topic .info .info-price .btn{margin-left:15px;height:40px;width:120px;background:transparent;border:1px solid #252525;display:flex;align-items:center;justify-content:center;cursor:pointer}.page-mag .mag-topic .info .info-btn .btn.__actived,.page-mag .mag-topic .info .info-price .btn.__actived{background:#252525;color:#fff}.page-mag .mag-topic .info .info-btn .btn.__red,.page-mag .mag-topic .info .info-price .btn.__red{background:#d90000;font-size:20px;color:#fff;border:1px solid #d90000}.page-mag .mag-list{display:flex;flex-wrap:wrap;justify-content:space-between}.page-mag .mag-list .mag-item{width:180px;margin-top:16px}.page-mag .mag-list .mag-item .pic{height:233px}.page-mag .mag-list .mag-item .pic img{width:100%;height:100%;display:block}.page-mag .mag-list .mag-item .t{font-size:18px;color:#4b4b4b;text-align:center;margin-top:8px}.page-mag .mag-list .mag-item.__empty{height:0}.page-product{background:#f4f4f4}.page-product .nav-page-inner .nav-item{padding:6px 16px}.page-product .product-items{display:flex;flex-wrap:wrap;justify-content:space-between}.page-product .product-items .product-item{display:flex;flex-direction:column;width:387px;background:#fff;box-shadow:0 0 20px 0 hsla(0,0%,73.3%,.42);border:1px solid #d6d6d6;margin-bottom:20px;text-decoration:none}.page-product .product-items .product-item.__empty{height:0;overflow:hidden;border:none}.page-product .product-items .product-item .pic{height:291px}.page-product .product-items .product-item .pic img{width:100%;height:100%;display:block}.page-product .product-items .product-item .t{padding:14px 15px 6px;font-size:18px;font-weight:600;color:#333;text-shadow:0 0 20px hsla(0,0%,73.3%,.42);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page-product .product-items .product-item .d{padding:0 15px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;line-height:1.5;-webkit-box-orient:vertical;overflow:hidden;height:45px;font-size:14px;color:#bbb;margin:6px 0}.page-product .product-items .product-item .c{display:flex;align-items:center;justify-content:space-between;padding:15px;border-top:1px solid #d6d6d6}.page-product .product-items .product-item .c .l{color:#555;font-size:16px;font-weight:600;flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.page-product .product-items .product-item .c .bt{color:#1f5cce;box-shadow:0 0 20px 0 hsla(0,0%,73.3%,.42);border-radius:18px;border:1px solid #1f5cce;font-size:14px;padding:8px 22px;line-height:1}.page-product .product-items .product-item .c .bt:hover{background:#1f5cce;color:#fff}.page-product-article{background:#f4f4f4}.page-product-article .pa-detail .pa-topic{display:flex;padding:32px;background:#fff;border-radius:8px}.page-product-article .pa-detail .pa-topic .pic{width:256px;height:193px;flex-shrink:0}.page-product-article .pa-detail .pa-topic .pic img{width:100%;height:100%;display:block}.page-product-article .pa-detail .pa-topic .info{margin-left:32px;flex:1;display:flex;flex-direction:column}.page-product-article .pa-detail .pa-topic .info .top{position:relative;line-height:1;border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:16px}.page-product-article .pa-detail .pa-topic .info .top .title{font-size:24px;font-weight:700;color:#333}.page-product-article .pa-detail .pa-topic .info .top .corp{margin-top:25px;font-size:18px;color:#666}.page-product-article .pa-detail .pa-topic .info .top .corp .iconfont{margin-right:4px}.page-product-article .pa-detail .pa-topic .info .top .mobile{position:absolute;right:0;top:0;color:#098cff;font-size:18px}.page-product-article .pa-detail .pa-topic .info .bot{flex:1;display:flex;width:100%}.page-product-article .pa-detail .pa-topic .info .bot .it{display:flex;flex-direction:column;align-items:center;justify-content:center}.page-product-article .pa-detail .pa-topic .info .bot .it .t{font-size:16px;color:#666;margin-top:16px;line-height:1}.page-product-article .pa-detail .pa-topic .info .bot .it .icon{width:64px;height:64px;display:block;background:url(https://s0.crsa.net/static/crsa-web/img/info-date.1b523b0.png);background-size:cover}.page-product-article .pa-detail .pa-topic .info .bot .it .icon.jyzb{background-image:url(https://s0.crsa.net/static/crsa-web/img/cate-jyzb.0ed78d3.png)}.page-product-article .pa-detail .pa-topic .info .bot .it .icon.date{background-image:url(https://s0.crsa.net/static/crsa-web/img/info-date.1b523b0.png)}.page-product-article .pa-detail .pa-topic .info .bot .it .icon.itj{background-image:url(https://s0.crsa.net/static/crsa-web/img/info-tj.f6faac2.png)}.page-product-article .pa-detail .pa-topic .info .bot .cate{padding:0 40px}.page-product-article .pa-detail .pa-topic .info .bot .time{flex:1}.page-product-article .pa-detail .pa-topic .info .bot .time .d{display:flex;align-items:center}.page-product-article .pa-detail .pa-topic .info .bot .time .d span{font-size:30px;font-weight:700;color:#333;margin-left:12px}.page-product-article .pa-detail .pa-topic .info .bot .tj{padding-right:30px;margin-top:18px}.page-product-article .pa-detail .pa-topic .info .bot .tj .d{display:flex;align-items:center}.page-product-article .pa-detail .pa-topic .info .bot .tj .d span{font-size:30px;font-weight:700;color:#333;margin-left:12px}.page-product-article .pa-detail .pa-topic .info .bot .tj .t{margin-left:64px;margin-top:4px;width:128px;line-height:1.4}.page-product-article .pa-detail .page-ct .left .desc{line-height:2;color:#2c2c2c;font-size:18px;text-indent:2em;background:#fff;padding:24px;margin:24px 0;border-radius:8px}.page-product-article .pa-detail .page-ct .left .p-images{padding:24px;margin:24px 0;border-radius:8px;display:flex;flex-wrap:wrap;justify-content:space-between;background:#fff}.page-product-article .pa-detail .page-ct .left .p-images .img{width:365px;margin-bottom:16px;display:flex;flex-direction:column}.page-product-article .pa-detail .page-ct .left .p-images .img img{border-radius:4px;width:100%;height:240px;display:block}.page-product-article .pa-detail .page-ct .left .p-images .img .imgt{word-break:break-all;padding:12px 0;color:#333;line-height:1.6}.page-product-article .pa-detail .page-ct .right .org-logo{display:flex;align-items:center;justify-content:center}.page-product-article .pa-detail .page-ct .right .org-logo img{width:300px;display:block;height:154px;border-radius:6px;margin:24px 0}.page-product-article .pa-detail .page-ct .right .org-desp{line-height:2;color:#2c2c2c;font-size:14px;text-indent:2em;word-break:break-all}.submit_container{background:#fff;padding:24px 64px}.__p_empty .empty-comp{padding:48px 0}.corp{width:100%}.corp .corp_banner{display:flex;flex-direction:column;align-items:center;width:100%;height:380px;background:#2457d8;padding-top:20px}.corp .corp_banner .bread{margin:0}.corp .corp_banner .bread .item{color:#fff}.corp .corp_banner .banner_content{display:flex;align-items:center;margin-top:64px;height:142px}.corp .corp_banner .banner_content .logo{display:block;height:100%;flex:0 0 276px}.corp .corp_banner .banner_content .logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.corp .corp_banner .banner_content .main{display:flex;flex-direction:column;justify-content:space-between;margin:0 48px;color:#fff;font-size:16px;flex:1}.corp .corp_banner .banner_content .main .name{font-size:24px;font-weight:600;margin-bottom:60px}.corp .corp_banner .banner_content .main .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.corp .corp_banner .banner_content .main .row:last-child{margin-bottom:0}.corp .corp_banner .banner_content .main .row .col{display:flex;align-items:center;justify-content:space-between;font-size:16px;width:200px}.corp .corp_banner .banner_content .main .row .col .lab{font-weight:600;flex:.5}.corp .corp_banner .banner_content .pic{height:204px;width:332px;background:#fff}.corp .page-inner,.corp .page-product{margin-top:20px}.corp .apr-title{width:300px}.corp .cursor-comp{width:70%;margin:0 auto;justify-content:center}.corp .cursor-comp .item:first-child{margin-right:24px}.corp .corp-content{display:flex;flex-direction:column;align-items:center;padding-top:20px}.corp .corp-content .content{text-indent:2em;margin-bottom:30px;min-height:310px}.corp .corp-content .corp-product-title{text-align:left;width:100%;font-size:20px;margin:10px 0}.corp .corp-content .cursor-comp{width:100%}.___mobile{width:100vw;overflow:hidden;background:#f4f4f4}.___mobile .container.member{padding:0}.___mobile .layout-party .common-container{padding-top:0}.___mobile .layout-party .container .hd{height:130px;background-size:cover;background-position:auto}.___mobile .layout-party .container .page-inner .page-party .comp-sub-header{padding:0}.___mobile .layout-party .container .page-inner .page-party .comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item{border-color:#c30000;color:#c30000}.___mobile .layout-party .container .page-inner .page-party .comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item.nuxt-link-active{background:#c30000;color:#fff}.___mobile .bread{font-size:14px;margin:12px 0}.___mobile .nav-page-inner{flex-wrap:wrap}.___mobile .nav-page-inner span.nav-item{font-weight:700}.___mobile .nav-page-inner .nav-item{margin-bottom:6px;margin-right:6px;padding:6px 10px}.___mobile .article-content{background:#fff;padding:12px;border-radius:4px}.___mobile .article-content video{width:100%;display:block;border-radius:4px;overflow:hidden;margin:0 auto 20px}.___mobile.en .page-index .service .s-items .s-item{font-size:12px!important}.___mobile.en .page-index .service .s-items .s-item .s-item-text span{line-height:1.2!important}.___mobile .article-panel{display:flex;flex-direction:column}.___mobile .article-panel .article-panel-list{background:#fff;padding:12px;border-radius:4px}.___mobile .article-panel .article-panel-list .apl-item.__flex{justify-content:space-around}.___mobile .article-panel .article-panel-list .apl-item .comp-art-item.comp-art-item-image-left .info .title{font-size:14px;height:auto;line-height:1.6}.___mobile .article-panel .article-panel-list .apl-item .comp-art-item.comp-art-item-image-left .info .desp{margin-top:4px}.___mobile .article-panel .article-panel-list .apl-item .comp-art-item.comp-art-item-image-left .pic{width:120px;height:80px}.___mobile .article-panel .article-panel-right{margin:12px 0 0;width:auto}.___mobile .article-panel .article-panel-right .apr-title span{font-size:18px;width:170px}.___mobile .article-panel .article-panel-right .apr-items{margin-top:12px;background:#fff;border-radius:4px;padding:12px}.___mobile .article-panel .article-panel-detail{flex-direction:column}.___mobile .article-panel .article-panel-detail .apd-date{width:auto;height:auto}.___mobile .article-panel .article-panel-detail .apd-date .apdd-ix{padding:6px}.___mobile .article-panel .article-panel-detail .apd-date .apdd-ix .y{font-size:16px}.___mobile .article-panel .article-panel-detail .apd-date .apdd-ix .md{font-size:14px}.___mobile .article-panel .article-panel-detail .apd-date .apdd-cate{font-size:16px;height:auto;padding:6px}.___mobile .article-panel .article-panel-detail .apd-article{padding:0}.___mobile .article-panel .article-panel-detail .apd-article .a-head{margin-bottom:12px;margin-top:12px}.___mobile .article-panel .article-panel-detail .apd-article .apda-attas{padding:12px}.___mobile .article-panel .article-panel-detail .apd-share{display:none}.___mobile .cursor-comp{width:100%;margin:24px 0 0}.___mobile .cursor-comp .item{padding:12px}.___mobile .cursor-comp .item:last-child{margin-left:12px}.___mobile .page-ct{flex-direction:column}.___mobile .page-ct .left{width:auto}.___mobile .page-ct .right{width:auto;flex:auto;margin-left:0;overflow:hidden}.___mobile .page-ct .right .news-side-list{display:flex;border-radius:0 0 4px 4px;padding:0 12px;overflow:hidden;background-color:#fff}.___mobile .page-ct .right .news-side-list .item{width:100%}.___mobile .page-ct .title-a span,.___mobile .page-ct .title-b span{font-size:18px;width:170px}.___mobile .page-ct .cursor{flex:1;width:auto;margin:12px 0}.___mobile .page-ct .cursor .item{padding:12px}.___mobile .common-header{position:fixed;top:0;left:0;right:0;z-index:10000;height:66px}.___mobile .common-header .header{width:100%;align-items:center;height:66px;padding:0 18px;background:#fff;border-bottom:1px solid #eee;box-shadow:2px 0 10px rgba(0,0,0,.2);background-color:#fff;display:flex}.___mobile .common-header .header .logo{padding:0;margin:0;display:block}.___mobile .common-header .header .logo .logo-img{width:50px;height:20px}.___mobile .common-header .header .logo .logo-text{margin-left:10px}.___mobile .common-header .header .logo .logo-text h1{font-size:16px;letter-spacing:1px}.___mobile .common-header .header .logo .logo-text h2{font-size:12px;-moz-text-align-last:auto;text-align-last:auto;padding-right:0}.___mobile .common-header .header .center{padding:0;margin:0;flex:1;text-align:center;display:block}.___mobile .common-header .header .center h1{padding:0;margin:0;font-size:16px!important}.___mobile .common-header .header .center h2{padding:0;margin:0;display:none}.___mobile .common-header .header .text-tips{display:none}.___mobile .common-header .header .___menu{font-size:20px;width:50px;text-align:right;color:#003ccc}.___mobile .common-header .header .b{padding:0;margin:0;display:block;width:50px;text-align:center}.___mobile .common-header .header .b .lk{font-size:12px;padding:5px}.___mobile .common-header .header .b .n{display:none}.___mobile .nav-layout{background:#fff;border-bottom:1px solid #eee;width:100vw;position:fixed;left:100%;top:62px;bottom:0;background-color:#f8f8f8;transition:all .5s;padding:0 15px 48px;z-index:1000000;display:block}.___mobile .nav-layout.__show{left:0}.___mobile .nav-layout .nav-items{width:auto;display:block;padding-top:20px}.___mobile .nav-layout .nav-items .nav-item{margin:2px 4px}.___mobile .nav-layout .nav-items .nav-item>.__actived,.___mobile .nav-layout .nav-items .nav-item>.nuxt-link-active{background:inherit}.___mobile .nav-layout .nav-items .nav-item a,.___mobile .nav-layout .nav-items .nav-item span{font-size:16px;font-weight:700;display:block;text-align:left;font-size:14px;white-space:nowrap;color:#333;padding:15px 0;border-radius:4px;border-bottom:1px solid #d4d4d4;line-height:1;font-weight:600}.___mobile .nav-layout .nav-items .nav-item a:active,.___mobile .nav-layout .nav-items .nav-item a:hover,.___mobile .nav-layout .nav-items .nav-item span:active,.___mobile .nav-layout .nav-items .nav-item span:hover{background:transparent}.___mobile .nav-layout .nav-items .nav-item .sub-items{display:none}.___mobile .tech-map{width:auto;height:auto;flex-direction:column;background-size:auto}.___mobile .tech-map .tm-info{padding:16px;align-items:center;justify-content:center;width:auto}.___mobile .tech-map .tm-info .tm-title{font-size:20px}.___mobile .tech-map .tm-info .tm-title-en{font-size:12px}.___mobile .tech-map .tm-info .tm-qr{width:240px;height:240px}.___mobile .tech-map .tm-icons{padding-top:12px;width:auto;justify-content:space-around;display:flex;flex-wrap:wrap}.___mobile .tech-map .tm-icons .tm-item{width:150px;height:150px;border:1px solid #eee;border-radius:8px;margin:0 0 8px;background:none;position:relative;left:auto!important;top:auto!important}.___mobile .common-container{padding-top:67px}.___mobile .common-container .container{background:#f4f4f4}.___mobile .common-container .container .page-inner{width:100%;padding:0 12px}.___mobile .common-container .container .page-index .rows{flex-direction:column}.___mobile .common-container .container .page-index .banners-comp{width:100%;height:150px;margin-top:10px}.___mobile .common-container .container .page-index .banners-comp .banners-images a p{padding:6px 12px;line-height:1;margin-top:-24px}.___mobile .common-container .container .page-index .banners-comp .banners-tools{display:none}.___mobile .common-container .container .page-index .notice{margin:10px 0 0;background:#fff;padding:12px;border-radius:4px}.___mobile .common-container .container .page-index .notice .notice-tab{margin:0}.___mobile .common-container .container .page-index .notice .notice-tab .notice-tab-btn{font-size:14px}.___mobile .common-container .container .page-index .notice .notice-list .notice-item{padding:12px;border-bottom:1px solid #eee;margin:0}.___mobile .common-container .container .page-index .notice .notice-list .notice-item:last-child{border-bottom:0}.___mobile .common-container .container .page-index .notice .notice-list .notice-item:before{display:none}.___mobile .common-container .container .page-index .nt-title{font-size:16px;margin:0 0 12px;border-bottom:1px solid #eee;border-radius:4px;height:auto;padding-bottom:12px}.___mobile .common-container .container .page-index .nt-title .iconfont{font-size:16px;margin-right:6px}.___mobile .common-container .container .page-index .news{width:100%;margin-top:10px;background:#fff;padding:12px}.___mobile .common-container .container .page-index .news .news-tabs{height:auto;flex-direction:column;align-items:inherit;margin-top:0;padding:0;position:relative;border-bottom:0}.___mobile .common-container .container .page-index .news .news-tabs .nt-tabs{font-size:14px}.___mobile .common-container .container .page-index .news .news-tabs .nt-tabs .ntt-item{font-size:16px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1.6;text-align:center;border:1px solid #003ccc;color:#003ccc;margin:0 6px;border-radius:4px}.___mobile .common-container .container .page-index .news .news-tabs .nt-tabs .ntt-item.__actived{background:#003ccc;color:#fff}.___mobile .common-container .container .page-index .news .news-tabs .nt-more{display:block;position:absolute;right:4px;top:2px}.___mobile .common-container .container .page-index .news .news-list{margin-top:12px;padding:0}.___mobile .common-container .container .page-index .news .news-list .news-item{padding:6px}.___mobile .common-container .container .page-index .news .news-list .news-item .ni-date .y{font-size:14px}.___mobile .common-container .container .page-index .news .news-list .news-item .ni-date .md{font-size:10px}.___mobile .common-container .container .page-index .news .news-list .news-item .ni-info .ni-title{font-size:14px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.___mobile .common-container .container .page-index .news .news-list .news-item .ni-info .ni-desp{font-size:12px;margin-top:6px}.___mobile .common-container .container .page-index .product,.___mobile .common-container .container .page-index .service{margin-left:0;background-color:#fff;border-radius:4px;margin-top:12px;padding:12px}.___mobile .common-container .container .page-index .product .ppi{display:none}.___mobile .common-container .container .page-index .product .product-items{padding:0;overflow:inherit}.___mobile .common-container .container .page-index .product .product-items .pi-warp{flex-wrap:wrap;justify-content:space-between}.___mobile .common-container .container .page-index .product .product-items .product-item{padding:22px;height:auto;flex:inherit;margin:0 0 12px;width:42vw;height:42vw}.___mobile .common-container .container .page-index .product .product-items .product-item img{width:32px;height:32px;display:block}.___mobile .common-container .container .page-index .product .product-items .product-item span{margin-top:12px}.___mobile .common-container .container .page-index .flinks,.___mobile .common-container .container .page-index .maxbox-section{background-color:#fff;border-radius:4px;margin-top:12px;padding:12px}.___mobile .common-container .container .page-index .flinks{margin-left:0}.___mobile .common-container .container .page-index .flinks .flinks-items{display:flex;justify-content:space-between}.___mobile .common-container .container .page-index .flinks .flinks-items .flinks-item{width:150px;height:80px}.___mobile .common-container .container .page-index .flinks .flinks-items .flinks-item.__empty{height:0;margin:0}.___mobile .common-container .container .page-index .flinks .flinks-items .flinks-item .pic{height:60px}.___mobile .common-container .container .comp-sub-header{height:auto;margin-bottom:0;background:transparent;padding:0 12px}.___mobile .common-container .container .comp-sub-header .subpage-title{display:none}.___mobile .common-container .container .comp-sub-header .subpage-nav{background:#fff;box-shadow:none;bottom:auto;top:auto;transition:none;width:100%;position:relative;display:flex;flex-direction:column;padding:12px 0;height:auto}.___mobile .common-container .container .comp-sub-header .subpage-nav .subpage-nav-title{flex-shrink:0}.___mobile .common-container .container .comp-sub-header .subpage-nav .subpuage-search{margin:12px 0 0}.___mobile .common-container .container .comp-sub-header .subpage-nav .subpuage-search .input-warp input{width:auto}.___mobile .common-container .container .comp-sub-header .subpage-nav .subpage-nav-items{font-size:14px;flex-wrap:wrap;justify-content:space-around;padding:12px}.___mobile .common-container .container .comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item{border-radius:4px;border:1px solid #003ccc;flex:auto;width:auto;margin:4px;max-width:auto;padding:4px 6px}.___mobile .common-container .container .comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item.nuxt-link-active,.___mobile .common-container .container .comp-sub-header .subpage-nav .subpage-nav-items .subpage-nav-item.nuxt-link-exact-active{background:#003ccc;color:#fff;font-weight:600}.___mobile .common-container .container .page-intro-leader .items{justify-content:space-around}.___mobile .common-container .container .page-intro-leader .items .item{margin-bottom:12px}.___mobile .common-container .container .page-intro-leader-detail .hd{background:#fff;border-radius:4px;overflow:hidden}.___mobile .common-container .container .page-intro-leader-detail .hd .pic{width:150px;height:210px;flex-shrink:0}.___mobile .common-container .container .page-intro-leader-detail .hd .info{padding:12px}.___mobile .common-container .container .page-intro-leader-detail .hd .info .name{font-size:16px;margin-bottom:12px}.___mobile .common-container .container .page-intro-leader-detail .hd .info .p{margin-bottom:12px;font-size:14px}.___mobile .common-container .container .page-intro-dept{flex-direction:column;align-items:inherit}.___mobile .common-container .container .page-intro-dept .nav{margin:0;width:100%;border-bottom:1px dashed #ccc}.___mobile .common-container .container .page-intro-dept .nav .item{width:100%}.___mobile .common-container .container .page-intro-dept .article-content{border-radius:0;border:1px solid #003ccc;border-top:0}.___mobile .common-container .container.page-bz-news-detail .desp-box{padding:12px;line-height:1.6}.___mobile .common-container .container.page-bz-news-detail .tables .line{flex-direction:column}.___mobile .common-container .container.page-bz-news-detail .tables .line .item{font-size:14px}.___mobile .common-container .container.page-mag .mag-topic{background:#fff;border-radius:4px;padding:12px;flex-direction:column}.___mobile .common-container .container.page-mag .mag-topic .pic{flex-shrink:0;width:auto;height:auto;border-radius:4px;overflow:hidden}.___mobile .common-container .container.page-mag .mag-topic .info{margin-left:0;margin-top:12px}.___mobile .common-container .container.page-mag .mag-topic .info .info-title{font-size:16px}.___mobile .common-container .container.page-mag .mag-topic .info .info-box{flex-direction:column}.___mobile .common-container .container.page-mag .mag-topic .info .info-box .t,.___mobile .common-container .container.page-mag .mag-topic .info .info-price{font-size:14px}.___mobile .common-container .container.page-mag .mag-topic .info .info-price span{font-size:20px}.___mobile .common-container .container.page-mag .mag-topic .info .info-btn{flex-direction:column;align-items:flex-start}.___mobile .common-container .container.page-mag .mag-topic .info .info-btn .btn-l{margin-top:4px}.___mobile .common-container .container.page-mag .mag-topic .info .info-btn .btn{margin:0 12px 12px 0}.___mobile .common-container .container.page-mag .mag-list .mag-item{width:168px}.___mobile .common-container .container .page-tech-image .item-lists{align-items:center;justify-content:center}.___mobile .common-container .container .page-tech-image .item-lists .image-group{flex-direction:column;align-items:center}.___mobile .common-container .container .page-tech-image .item-lists .image-group .l,.___mobile .common-container .container .page-tech-image .item-lists .image-group .r{margin:0 0 12px}.___mobile .common-container .container .page-tech-video .item-lists{justify-content:center}.___mobile .common-container .container .page-tech-video .item-lists .item{margin-bottom:12px}.___mobile .common-container .container .pa-detail .pa-topic{flex-direction:column}.___mobile .common-container .container .pa-detail .pa-topic .info{margin-left:0;margin-top:12px}.___mobile .common-container .container .pa-detail .pa-topic .info .top .corp{margin-top:12px}.___mobile .common-container .container .pa-detail .pa-topic .info .top .mobile{position:relative;margin-top:12px}.___mobile .common-container .container .pa-detail .pa-topic .info .bot{flex-direction:column}.___mobile .common-container .container .pa-detail .pa-topic .info .bot .it{margin-bottom:12px}.___mobile .common-footer{height:auto}.___mobile .common-footer .common-footer-inner{flex-direction:column;width:auto;align-items:center}.___mobile .common-footer .common-footer-inner .footer-contact{padding:12px}.___mobile .common-footer .common-footer-inner .footer-info{flex-direction:column}.___mobile .common-footer .common-footer-inner .footer-info .footer-info-left{flex-direction:column;text-align:center;line-height:1.7}.___mobile .common-footer .common-footer-inner .footer-info .footer-info-center{margin-top:12px;margin-left:0;align-items:center;text-align:center;margin-bottom:24px}.___mobile .common-footer .common-footer-inner .footer-info .footer-info-center .imgs{align-items:flex-start;justify-content:space-around}.___mobile .common-footer .common-footer-inner .footer-info .footer-info-center .imgs .img{width:30vw;height:30vw;margin:0}.___mobile .common-footer .common-footer-inner .footer-info .footer-info-right{padding:24px 0}.___mobile .common-footer .common-footer-inner .footer-info .footer-info-right .map{width:100%}.___mobile .common-footer .common-footer-inner .f-f{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;padding-bottom:30px;font-size:12px}.___mobile .common-footer .common-footer-inner .f-f span{display:flex;align-items:center;margin:4px 0}.___mobile .common-footer .common-footer-inner .f-f span a{display:flex;align-items:center}.___mobile .common-footer .common-footer-inner .f-f a{color:#fff}.___mobile .submit_container{padding:10px}.___mobile .forum_layout{flex-wrap:wrap}.___mobile .forum_layout .list{justify-content:center}.___mobile .forum_layout .right,.___mobile .member_cate_footer{margin-top:10px}.___mobile .forum_detail_layout .right_list,.___mobile .forum_detail_layout .user{display:none}.___mobile .forum_detail_layout .main{margin:0}.___mobile .corp .__p{margin-top:24px}.___mobile .corp .corp_banner{height:auto;padding:0}.___mobile .corp .corp_banner .page-inner{padding-bottom:20px}.___mobile .corp .corp_banner .banner_content{height:auto;flex-direction:column;margin-top:24px}.___mobile .corp .corp_banner .banner_content .logo{flex:auto}.___mobile .corp .corp_banner .banner_content .main{margin:0;padding:12px;width:100%}.___mobile .corp .corp_banner .banner_content .main .name{margin-bottom:24px}.___mobile .corp .corp_banner .banner_content .main .row{margin-bottom:12px}.___mobile .corp .corp_banner .banner_content .main .row .col{width:auto;font-size:14px}.___mobile .corp .corp_banner .banner_content .main .row .col .lab{flex:auto;margin-right:24px}@font-face{font-family:YouSheBiaoTiHei;src:url(https://s0.crsa.net/static/crsa-web/fonts/title-h.ccdd188.ttf)}.common-header{background:url(https://s0.crsa.net/static/crsa-web/img/head_bg.cc398c7.png);display:flex;align-items:center;flex-direction:column;height:220px}.common-header .header-topbar{width:100%;display:flex;justify-content:center;background-color:#1d2088;height:34px}.common-header .header-topbar .topbar-inner{display:flex;justify-content:space-between;align-items:center;width:1200px}.common-header .header-topbar .__subtitle{color:#fff;font-size:14px;font-weight:600}.common-header .header-topbar .__control{display:flex;align-items:center;height:100%}.common-header .header-topbar .__control .ucxx{display:inline-block}.common-header .header-topbar .__control .ucxx .lk{padding-right:0}.common-header .header-topbar .__control .ucxx .lk.nl{padding-left:0}.common-header .header-topbar .__control .lk{padding:0 16px;color:#fff;font-size:14px;display:block;cursor:pointer}.common-header .header-topbar .__control .n{height:50%;width:1px;background-color:hsla(0,0%,100%,.8)}.common-header .header{width:1200px;flex:1;display:flex;align-items:center}.common-header .logo{flex:1}.common-header .logo-widget{display:flex;align-items:center;font-size:20px;font-weight:600;color:#1d2088;padding-bottom:14px}.common-header .logo-widget img{display:block;width:22px;margin:0 10px}.common-header .logo-widget .__aa{font-weight:700;display:block;border-radius:21px;border:1px solid #1d2088;line-height:21px;padding:0 10px;letter-spacing:2px}.common-header .logo-ctx{display:flex;align-items:center}.common-header .logo-ctx .logo-img{height:80px}.common-header .logo-ctx .logo-img img{display:block;width:100%;height:100%}.common-header .logo-ctx .logo-text{color:#1d2088;margin-left:40px}.common-header .logo-ctx .logo-text h1{padding:0;margin:0;font-size:46px;letter-spacing:9px}.common-header .logo-ctx .logo-text h2{padding:0;font-size:24px;font-weight:500;margin:5px 0 0}.common-header .center{flex:1;text-align:center}.common-header .center h1{line-height:1;font-size:62px;color:#1d2088;margin:0;padding:0}.common-header .center h2{line-height:1;font-size:18px;padding:0;margin:40px 0 0;font-weight:400;color:#000}.common-header .text-tips img{display:block;height:38px;margin-bottom:24px}.common-header .b{padding-top:50px;display:flex;flex-direction:column;align-items:flex-end}.common-header .b .ucxx{display:inline-block}.common-header .b .ucxx .lk{padding-right:0}.common-header .b .ucxx .lk.nl{padding-left:0}.common-header .b .lk{padding:10px 16px;color:#003ccc;font-size:16px;display:inline-block;cursor:pointer}.common-header .b .n{height:11px;width:1px;display:inline-block;background-color:rgba(0,60,204,.5)}.common-header .b .b-2{flex:1;flex-direction:column}.common-header .b .b-2,.common-header .b .b-2 .text-block{display:flex;align-items:center;justify-content:center}.common-header .b .b-2 .text-block span{display:block;margin-right:20px;font-size:32px;font-weight:700;color:#1d2088;text-shadow:2px 2px 0 #fff}.common-header .b .b-2 .text-tips{text-shadow:2px 2px 0 #fff;font-size:30px;margin-top:-26px;color:#1d2088;font-weight:600}.common-container.__review{padding:36px 0}.common-container.__review .page-inner{width:708px}.common-container .container{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding-bottom:30px}.common-container .page-inner{width:1200px}.common-container .container.__index{padding-bottom:0}.common-container .container.member{background:#f4f4f4}.common-footer{display:flex;flex-direction:row;justify-content:center;height:340px;background:url(https://s0.crsa.net/static/crsa-web/img/footer_bg.9c6f2e7.png)}.common-footer .common-footer-inner{width:1200px;color:#fff;display:flex;flex-direction:column}.common-footer .common-footer-inner .footer-contact{padding:24px 0 29px;display:flex;align-items:flex-end}.common-footer .common-footer-inner .footer-contact .t1 .iconfont{margin-right:20px;font-size:20px}.common-footer .common-footer-inner .footer-contact .t1 span{font-size:24px;font-weight:600}.common-footer .common-footer-inner .footer-contact .t2{margin-left:10px;font-size:14px}.common-footer .common-footer-inner .footer-info{display:flex;flex:1}.common-footer .common-footer-inner .footer-info .footer-info-left .tit{font-size:18px;font-weight:600;margin-bottom:20px}.common-footer .common-footer-inner .footer-info .footer-info-left .ctx{font-size:12px;line-height:1.6}.common-footer .common-footer-inner .footer-info .footer-info-center{flex:1;margin-left:100px}.common-footer .common-footer-inner .footer-info .footer-info-center .t{font-size:18px;font-weight:600}.common-footer .common-footer-inner .footer-info .footer-info-center .imgs{margin-top:20px;display:flex}.common-footer .common-footer-inner .footer-info .footer-info-center .imgs .img{width:100px;height:100px;margin-right:20px}.common-footer .common-footer-inner .footer-info .footer-info-center .imgs .img img{width:100%;height:100%;display:block}.common-footer .common-footer-inner .footer-info .footer-info-center .imgs .img .i-t{padding-top:4px;font-size:12px;text-align:center}.common-footer .common-footer-inner .footer-info .footer-info-right .map{width:370px;height:185px}.common-footer .common-footer-inner .f-f{display:flex;justify-content:center;text-align:center;padding-bottom:30px;font-size:12px}.common-footer .common-footer-inner .f-f span{display:flex;align-items:center;margin:0 10px;text-align:center}.common-footer .common-footer-inner .f-f span a{display:flex;align-items:center}.common-footer .common-footer-inner .f-f a{color:#fff}.page-error{height:200vh;text-align:center;padding:300px 0}.app.en .common-header .header .center h1{font-size:50px;font-weight:700}.app.en .page-index .service .s-items .s-item{font-size:13px;padding:14px}.app.en .page-index .service .s-items .s-item .s-item-text{align-items:flex-start}.el-upload-clear-style .el-upload.el-upload--picture-card{opacity:0!important;width:0!important;height:0!important}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.updown-enter-active,.updown-leave-active{transition:all .3s}.updown-enter,.updown-leave-to{opacity:0;transform:translateY(-30%)}@media print{.page-inner{width:auto!important}.nav-layout{display:none}.common-header{background:transparent}.common-header .header{width:auto}.common-header .header .b,.common-header .header .logo{display:none}.common-header .header .center h1{font-size:50px}.common-header .header .center h2{margin-top:20px;font-size:28px}.common-footer{display:none}.bread{padding:0 30px;margin-top:30px}.article-panel-detail .apd-date,.article-panel-detail .cursor-comp{display:none!important}.article-panel-right{display:none}}.empty-comp{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;padding:300px 0}.empty-comp img{height:68px;display:block}.empty-comp .t{font-size:16px;color:#666;margin-top:20px}.layout-error{width:100%;padding:100px 0 120px;display:flex;flex-direction:column;align-items:center;justify-content:center}.layout-error img{width:400px}.layout-error .t{font-size:18px;color:#666;margin-bottom:40px}.layout-error .link{color:#098cff;padding:0 10px}._alert{padding:24px;background:#fef0f0;color:#f56c6c;font-size:16px;font-weight:600;border-radius:4px;margin-bottom:24px}