/*!
 * 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}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@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)}}.rubberBand{animation-name:rubberBand}@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)}}.shakeX{animation-name:shakeX}@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)}}.shakeY{animation-name:shakeY}@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)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@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)}}.tada{animation-name:tada}@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)}}.wobble{animation-name:wobble}@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)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{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)}}.bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{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)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{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)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{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)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{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)}}.bounceInUp{animation-name:bounceInUp}@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)}}.bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@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)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@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)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@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)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}body[data-v-1a3a3ce6]{overflow:hidden}.layout .nav[data-v-1a3a3ce6]{align-items:center;animation-fill-mode:forwards;box-sizing:border-box;display:flex;height:70px;justify-content:space-between;opacity:0;padding:0 60px;position:fixed;width:100%;z-index:999}.layout .nav.black .list a[data-v-1a3a3ce6]{color:#333}.layout .nav.black .list a[data-v-1a3a3ce6]:after{background-color:#333}.layout .nav .logo[data-v-1a3a3ce6]{width:170px}.layout .nav .list a[data-v-1a3a3ce6]{color:#fff;display:inline-block;font-size:16px;line-height:68px;margin-left:10px;padding:0 10px;position:relative}.layout .nav .list a.active[data-v-1a3a3ce6]{animation:all .3s ease both}.layout .nav .list a.active[data-v-1a3a3ce6]:after{opacity:1;transform:scaleX(1)}.layout .nav .list a[data-v-1a3a3ce6]:hover{animation:all .3s ease both}.layout .nav .list a[data-v-1a3a3ce6]:hover:after{opacity:1;transform:scaleX(1)}.layout .nav .list a[data-v-1a3a3ce6]:after{background-color:#fff;bottom:-2px;content:"";height:2px;left:0;opacity:0;position:absolute;right:0;transform:scaleX(0);transition:all .4s ease;width:100%}.layout .banner[data-v-1a3a3ce6]{background-color:#0174df;overflow:hidden;position:relative}.layout .banner .particles[data-v-1a3a3ce6]{overflow:hidden;position:relative;z-index:2}.layout .banner .particles .particles-js[data-v-1a3a3ce6]{height:100%}.layout .banner .company[data-v-1a3a3ce6]{animation:change-1a3a3ce6 2s;animation-fill-mode:forwards;bottom:0;left:0;margin:0 auto;position:absolute;right:0;text-align:center;transform:scale(0);width:700px}.layout .banner .company img[data-v-1a3a3ce6]{width:100%}@keyframes change-1a3a3ce6{0%{transform:scale(0)}to{transform:scale(1)}}.layout .solution[data-v-1a3a3ce6],.layout .technology[data-v-1a3a3ce6]{display:block;overflow:hidden}.layout .solution h1[data-v-1a3a3ce6],.layout .technology h1[data-v-1a3a3ce6]{font-size:40px;padding-top:40px;position:relative;text-align:center;z-index:2}.layout .solution h2[data-v-1a3a3ce6],.layout .technology h2[data-v-1a3a3ce6]{font-size:30px;position:relative;text-align:center;z-index:999}.layout .technology[data-v-1a3a3ce6]{position:relative}.layout .technology .line .thick .mask[data-v-1a3a3ce6],.layout .technology .line[data-v-1a3a3ce6]{bottom:0;left:0;position:absolute;right:0;top:0}.layout .technology .line .thick .mask[data-v-1a3a3ce6]{background:#fff;z-index:2}.layout .technology .line .thick .curve[data-v-1a3a3ce6]{background:red;background:url(/_nuxt/img/tecCurveLine1.9b63889.png) no-repeat;background-position:top;height:100%;position:absolute;top:30%;width:100%;z-index:1}.layout .technology .line .thin .curve[data-v-1a3a3ce6]{background:url(/_nuxt/img/tecCurveLine2.60114e6.png) no-repeat;background-position:top;height:100%;position:absolute;top:37%;width:100%;z-index:1}.layout .technology .backgroundImage[data-v-1a3a3ce6]{background:url(/_nuxt/img/tecBg1.5295bb0.png) no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;transition:all .5s;z-index:-1}.layout .technology .box[data-v-1a3a3ce6]{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.layout .technology .box .list[data-v-1a3a3ce6]{height:100%;margin:auto;position:relative;width:1000px}.layout .technology .box .list li[data-v-1a3a3ce6]{position:absolute}.layout .technology .box .list li[data-v-1a3a3ce6]:first-child{left:2%;top:54%}.layout .technology .box .list li[data-v-1a3a3ce6]:nth-child(2){left:50%;top:25%}.layout .technology .box .list li[data-v-1a3a3ce6]:nth-child(3){left:86%;top:66%}.layout .technology .box .list li.current:first-child .label .title[data-v-1a3a3ce6]{background:url(/_nuxt/img/current1.7e67bd8.png) no-repeat}.layout .technology .box .list li.current:first-child .introduction[data-v-1a3a3ce6]{left:130px;top:-76px}.layout .technology .box .list li.current:first-child .introduction .underline[data-v-1a3a3ce6]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAAAJCAMAAAChfNHFAAAApVBMVEUAAADW1NbU09TV09XX19fV1NXV1NXV1NXV1NXW1dbV1NXU1NTW1NbX1dfU09TV1NXU09TV1NXU09TV1NXV1NXU1NTW1dbPz8/U1NTV1NXV09XV09XV1NXV09XV1NXW1NbU09TV1NXV1NXV1NXU09TV1NXV1dXV1dXV1NXW1tbV09XV1NXd3d3X19fV1NXV1NXV1NXV1NXX1tfU09TX19fZ2dnU09SKBq4FAAAANnRSTlMAQ9yBH+exrKUm0YdSGfrXx5uWeHNMEwjt4Mu8kG5kPjks9Yx+aV9XRzC3nw4L8cO/WzTjCQMx18CWAAABaElEQVRIx+3W126DMACFYcxIwgx7zzDKzMbv/2i1gwioN00kpKZp/yvuEJ+OjAkCSrvd3maYi0OSW45zXflw9Lx6tVqvN5tGUVTVT1OepzJN0/Ugz8OiOH0IgmGUAERxfK6qhGVpWhRNs+2uPfE2WRQpkZSFnuDSSRIitwdyZI7Jj3fyBpP7N/IMkwd5GCJybF6WIIru5PRAbv2YuSVDnIyN+mvXmqYo0jTLJkl1juMIgNIwBOHjVBRhnge6rmkZRfFp6quqojSbzXq9WtWedzzIrstx2y3pXBjG3u93Ely+gRybD+R45vU084lcG8nHmUe3mSfjzNv2CXIKOqADDqSI5euta9vOyM9xFIGyxOTIPAzzIMDkGcXzqe/PyGtEjswnchuRL2/+4MnCQIA+BkCSeP16az7zqhrJjRm5PpGrSvNl5pgcm2PyZ2beoZd3UCL+YI+dLL9pRQv3CmfRmzT90f777l70CUf2eFuNFUzdAAAAAElFTkSuQmCC) no-repeat bottom;height:9px;left:-46px;width:280px}.layout .technology .box .list li.current:nth-child(2) .label .title[data-v-1a3a3ce6]{background:url(/_nuxt/img/current2.1590b2f.png) no-repeat}.layout .technology .box .list li.current:nth-child(2) .introduction[data-v-1a3a3ce6]{left:-335px;top:115px}.layout .technology .box .list li.current:nth-child(2) .introduction .title[data-v-1a3a3ce6]{left:73px}.layout .technology .box .list li.current:nth-child(2) .introduction .title .text[data-v-1a3a3ce6]{padding-left:50px}.layout .technology .box .list li.current:nth-child(2) .introduction .underline[data-v-1a3a3ce6]{background:url(/_nuxt/img/tecLine2.7e80da1.png) no-repeat bottom;height:222px;left:0;top:-160px;width:300px}.layout .technology .box .list li.current:nth-child(3) .label .title[data-v-1a3a3ce6]{background:url(/_nuxt/img/current3.3bca955.png) no-repeat}.layout .technology .box .list li.current:nth-child(3) .introduction[data-v-1a3a3ce6]{left:-700px;top:-100px}.layout .technology .box .list li.current:nth-child(3) .introduction .title .text[data-v-1a3a3ce6]{padding-right:50px;text-align:right}.layout .technology .box .list li.current:nth-child(3) .introduction .underline[data-v-1a3a3ce6]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT0AAAAJBAMAAACyKeahAAAAG1BMVEUAAADV09XV1NXMzMzV09XW0tbT09PU09TU09SKRO2UAAAACHRSTlMAf98KgETG+ccU7W8AAABASURBVDjLY2B2KnJmGMTArKOjzYBh8AIPVVMNB4bBCzQCGCIUBQcrEGCoMGCw6Bi0oGHQh99gT3+DPf8O8vIPAMSBcYXBYn1QAAAAAElFTkSuQmCC) no-repeat bottom;height:9px;left:405px;top:57px;width:290px}.layout .technology .box .list li.current .label .title[data-v-1a3a3ce6]{background-size:cover!important}.layout .technology .box .list li.current .label .title .text[data-v-1a3a3ce6]{display:none}.layout .technology .box .list li.current .introduction .title[data-v-1a3a3ce6],.layout .technology .box .list li.current .introduction[data-v-1a3a3ce6]{position:relative}.layout .technology .box .list li.current .introduction .title .text[data-v-1a3a3ce6]{color:#595959;font-size:38px}.layout .technology .box .list li.current .introduction .title .underline[data-v-1a3a3ce6]{background-size:100%;position:absolute;z-index:-1}.layout .technology .box .list li.current .introduction .content[data-v-1a3a3ce6]{display:flex;margin-top:24px}.layout .technology .box .list li.current .introduction .content .item[data-v-1a3a3ce6]{overflow:hidden;width:190px}.layout .technology .box .list li.current .introduction .content .item[data-v-1a3a3ce6]:not(:last-child){margin-right:40px}.layout .technology .box .list li.current .introduction .content .item h4[data-v-1a3a3ce6]{color:#595959;font-size:20px;margin-bottom:10px}.layout .technology .box .list li.current .introduction .content .item .desc[data-v-1a3a3ce6]{color:#797979;font-size:16px;line-height:1.6}.layout .technology .box .list li.current .out-layer[data-v-1a3a3ce6]{align-items:center;display:flex;height:130px;justify-content:center;left:-33px;position:absolute;top:-33px;width:130px;z-index:-1}.layout .technology .box .list li.current .out-layer .out[data-v-1a3a3ce6]{animation-delay:0s;animation-direction:alternate;animation-duration:1s;animation-iteration-count:infinite;animation-name:outAnimate-1a3a3ce6;animation-timing-function:linear;background-color:#fff;border-radius:50%}.layout .technology .box .list li.current .middle-layer[data-v-1a3a3ce6]{align-items:center;display:flex;height:110px;justify-content:center;left:-23px;position:absolute;top:-23px;width:110px;z-index:-1}.layout .technology .box .list li.current .middle-layer .middle[data-v-1a3a3ce6]{animation-delay:0s;animation-direction:alternate;animation-duration:1s;animation-iteration-count:infinite;animation-name:middleAnimate-1a3a3ce6;animation-timing-function:linear;border-radius:50%;box-shadow:0 0 27px 0 #abc7ff}.layout .technology .box .list li.current .in-layer[data-v-1a3a3ce6]{align-items:center;display:flex;height:80px;justify-content:center;left:-8px;position:absolute;top:-8px;width:80px;z-index:-1}.layout .technology .box .list li.current .in-layer .in[data-v-1a3a3ce6]{animation-delay:0s;animation-direction:alternate;animation-duration:1s;animation-iteration-count:infinite;animation-name:inAnimate-1a3a3ce6;animation-timing-function:linear;border-radius:50%;box-shadow:0 0 27px 0 #abc7ff}.layout .technology .box .list li .parcel .label[data-v-1a3a3ce6],.layout .technology .box .list li .parcel[data-v-1a3a3ce6]{position:relative}.layout .technology .box .list li .parcel .label .title[data-v-1a3a3ce6]{align-items:center;background-color:#fff;border:1px solid #dcdcdc;border-radius:50%;display:flex;height:62px;justify-content:center;text-align:center;width:62px;z-index:1}.layout .technology .box .list li .parcel .label .title .text[data-v-1a3a3ce6]{color:#595959;font-size:16px;width:40px}.layout .technology .box .list li .parcel .label .title .text[data-v-1a3a3ce6]:hover{color:#007aff}@keyframes outAnimate-1a3a3ce6{0%{height:104px;width:104px}to{height:130px;width:130px}}@keyframes middleAnimate-1a3a3ce6{0%{height:84px;width:84px}to{height:104px;width:104px}}@keyframes inAnimate-1a3a3ce6{0%{height:64px;width:64px}to{height:84px;width:84px}}.layout .solution[data-v-1a3a3ce6]{background:url(/_nuxt/img/solutionsBg.7e3792e.jpg) no-repeat;background-size:cover;color:#fff;position:relative}.layout .solution .swiperContent .swiper-wrapper .swiper-slide[data-v-1a3a3ce6]{height:400px;width:720px}.layout .solution .swiperContent .swiper-wrapper .swiper-slide .mask[data-v-1a3a3ce6]{height:100%;opacity:0;position:absolute;top:0;width:100%}.layout .solution .swiperContent .swiper-wrapper .swiper-slide .photo[data-v-1a3a3ce6]{height:400px;width:720px}.layout .solution .swiperContent .swiper-wrapper .swiper-slide .title[data-v-1a3a3ce6]{color:#eee;display:none;font-size:30px;left:0;opacity:.3;position:relative;top:-56%}.layout .solution .swiperContent .swiper-wrapper .swiper-slide .desc[data-v-1a3a3ce6]{display:none}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-active .mask[data-v-1a3a3ce6]{background:linear-gradient(180deg,rgba(21,140,251,.9),rgba(1,116,223,.9));opacity:.9;transition:all .4s cubic-bezier(.4,0,.2,1)}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-active .desc[data-v-1a3a3ce6]{color:#fff;display:block;padding:0 60px;position:relative;top:-320px}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-active .desc h3[data-v-1a3a3ce6]{font-size:30px;line-height:3}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-active .desc p[data-v-1a3a3ce6]{font-size:18px;line-height:2}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-next[data-v-1a3a3ce6]{cursor:pointer}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-next .mask[data-v-1a3a3ce6]{background:linear-gradient(90deg,rgba(70,70,70,.9),rgba(0,0,0,.9) 55%);opacity:1}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-next .title[data-v-1a3a3ce6]{display:block;left:80px}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-next .desc[data-v-1a3a3ce6]{display:none}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-prev[data-v-1a3a3ce6]{cursor:pointer}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-prev .mask[data-v-1a3a3ce6]{background:linear-gradient(270deg,rgba(70,70,70,.9),rgba(0,0,0,.9) 55%);opacity:1}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-prev .title[data-v-1a3a3ce6]{display:block;margin-right:80px;text-align:right}.layout .solution .swiperContent .swiper-wrapper .swiper-slide-prev .desc[data-v-1a3a3ce6]{display:none}.layout .solution .swiperContent .swiper-pagination-bullets[data-v-1a3a3ce6]{height:42px;top:6px}.layout .about[data-v-1a3a3ce6]{min-height:500px}.layout .about .aboutBox[data-v-1a3a3ce6]{align-items:flex-end;display:flex;justify-content:space-between;margin:72px auto 0;width:1000px}.layout .about .aboutText[data-v-1a3a3ce6]{margin-right:35px}.layout .about .aboutText h1[data-v-1a3a3ce6]{color:#0174df;font-size:40px;line-height:1.2;width:220px}.layout .about .aboutText h2[data-v-1a3a3ce6]{color:#0174df;font-size:30px;line-height:2}.layout .about .aboutText p[data-v-1a3a3ce6]{font-size:16px;line-height:1.5;margin-top:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.layout .about .aboutImg img[data-v-1a3a3ce6]{height:100%}.layout .footer[data-v-1a3a3ce6]{bottom:0;position:absolute;width:100%}.layout .footer .contectBox[data-v-1a3a3ce6]{background-color:#2b344d}.layout .footer .contectBox .contect[data-v-1a3a3ce6]{display:flex;justify-content:space-around;margin:0 auto;overflow:hidden;padding:10px 0;width:1000px}.layout .footer .contectBox .contect dl[data-v-1a3a3ce6]{float:left;width:220px}.layout .footer .contectBox .contect dl.code[data-v-1a3a3ce6]{text-align:center}.layout .footer .contectBox .contect dl.code dd[data-v-1a3a3ce6]{height:90px;line-height:normal}.layout .footer .contectBox .contect dl.code dd img[data-v-1a3a3ce6]{height:90px;width:90px}.layout .footer .contectBox .contect dl dt[data-v-1a3a3ce6]{color:#fff;font-size:19px;margin-bottom:10px;margin-top:5px}.layout .footer .contectBox .contect dl dt a[data-v-1a3a3ce6]{color:#fff;font-size:20px}.layout .footer .contectBox .contect dl dd[data-v-1a3a3ce6]{color:#aeaeae;line-height:2}.layout .footer .contectBox .contect dl dd a[data-v-1a3a3ce6]{color:#aeaeae}.solution .swiper-pagination-bullet{background:transparent;border:1px solid transparent;border-radius:0;box-shadow:0 0 4px 2px transparent;cursor:pointer;font-size:20px;height:100%;line-height:42px;opacity:1;width:110px}.solution .swiper-pagination-bullet-active{border:1px solid #0174df;border-radius:2px;box-shadow:0 0 4px 2px #0174df;color:#0174df;transition:all .3s}.newsCenter{background:url(/_nuxt/img/bg.cd72aad.png) no-repeat bottom;background-size:100% 100%;display:block;overflow:hidden}.newsCenter h1{font-size:52px;font-weight:bolder;padding-top:100px;position:relative;text-align:center;z-index:2}.newsCenter h2{font-size:28px;text-align:center}.newsCenter .newsListBox{background:#fff;box-shadow:18px 18px 24px 0 hsla(0,1%,49%,.5);margin:30px auto;overflow:hidden;padding:20px 15px 15px;width:1000px}.newsCenter .newsListBox .newsItem{border-bottom:1px solid #dedede;display:flex;margin-bottom:10px;padding-bottom:10px}.newsCenter .newsListBox .newsItem .imgBox{align-items:center;border:1px solid #dedede;display:flex;height:130px;margin-right:30px;width:280px}.newsCenter .newsListBox .newsItem img{align-items:center;height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:280px}.newsCenter .newsListBox .newsItem .newsTitle{color:#000;font-size:18px;font-weight:700;margin-bottom:3px}.newsCenter .newsListBox .newsItem .dateSource{color:#999;font-size:14px}.newsCenter .newsListBox .newsItem .summary{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#666;display:-webkit-box;font-size:14px;line-height:25px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.newsCenter .newsListBox .newsItem .black{color:#000;display:inline-block;margin-right:15px}.newsCenter .newsListBox .newsItem a{color:#007aff;display:block;margin-top:3px}.newsCenter .newsListBox .pageBox{padding-right:0;text-align:right}.newsCenter .newsListBox .pageBox ul li{background:#007aff;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:bolder;height:30px;line-height:30px;margin-left:15px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:130px}.newsCenter .newsListBox .pageBox .active{background:#fff;border:1px solid #007aff;color:#007aff}.newsCenter .newsListBox .pageBox ul li:hover{background:#0763c8;color:#fff}.newsCenter .newsListBox .pageBox ul li:disabled{background:#999;color:#181818}@media screen and (max-height:800px){.newsCenter{background:url(/_nuxt/img/bg.cd72aad.png) no-repeat bottom;background-size:100% 100%;display:block;overflow:hidden}.newsCenter h1{font-size:42px;font-weight:bolder;padding-top:50px;position:relative;text-align:center;z-index:2}.newsCenter h2{font-size:22px;text-align:center}.newsCenter .newsListBox{background:#fff;box-shadow:18px 18px 24px 0 hsla(0,1%,49%,.5);margin:10px auto;overflow:hidden;padding:15px;width:1000px}.newsCenter .newsListBox .newsItem{border-bottom:1px solid #dedede;display:flex;margin-bottom:9px;padding-bottom:9px}.newsCenter .newsListBox .newsItem .imgBox{align-items:center;border:1px solid #dedede;display:flex;height:100px;margin-right:20px;width:220px}.newsCenter .newsListBox .newsItem img{align-items:center;height:100%;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:220px}.newsCenter .newsListBox .newsItem .newsTitle{color:#000;font-size:17px;font-weight:700;margin-bottom:2px}.newsCenter .newsListBox .newsItem .dateSource{color:#999;font-size:14px}.newsCenter .newsListBox .newsItem .summary{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#666;display:-webkit-box;font-size:14px;line-height:25px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.newsCenter .newsListBox .newsItem .black{color:#000;display:inline-block;margin-right:15px}.newsCenter .newsListBox .newsItem a{color:#007aff;display:block;margin-top:2px}.newsCenter .newsListBox .pageBox{padding-right:0;text-align:right}.newsCenter .newsListBox .pageBox ul li{background:#007aff;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:bolder;height:30px;line-height:30px;margin-left:15px;text-align:center;vertical-align:middle;width:130px}.newsCenter .newsListBox .pageBox .active{background:#fff;border:1px solid #007aff;color:#007aff}.newsCenter .newsListBox .pageBox ul li:hover{background:#2b344d;color:#fff}}