/*!
 * 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{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:0.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:0.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__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%{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{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@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;animation-name:swing}@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{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)}}.animate__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)}}.animate__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)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@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{animation-name:backInDown}@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{animation-name:backInLeft}@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{animation-name:backInRight}@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{animation-name:backInUp}@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{animation-name:backOutDown}@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{animation-name:backOutLeft}@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{animation-name:backOutRight}@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{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)}}.animate__bounceIn{animation-duration:0.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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__bounceOut{animation-duration:0.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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);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;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);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;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:0.75s;animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@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{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@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{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__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)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__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)}}.animate__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)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@font-face{font-family:rb-ico;src:url("//at.alicdn.com/t/c/font_2742624_843n287imfu.woff2?t=1662446176308") format("woff2"),url("//at.alicdn.com/t/c/font_2742624_843n287imfu.woff?t=1662446176308") format("woff"),url("//at.alicdn.com/t/c/font_2742624_843n287imfu.ttf?t=1662446176308") format("truetype")}.rb-ico{font-family:rb-ico!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ico-arr_r:before{content:"\E750"}.ico-adclose:before{content:"\E74F"}.ico-user:before{content:"\E74C"}.ico-search:before{content:"\E74D"}.ico-language:before{content:"\E74E"}.ico-ft_dy:before{content:"\E751"}.ico-ft_hg:before{content:"\E752"}.ico-ft_wx:before{content:"\E753"}.ico-ft_wb:before{content:"\E754"}.ico-down:before{content:"\E755"}.ico-scene:before{content:"\E756"}.ico-location:before{content:"\E757"}.ico-msg:before{content:"\E758"}.ico-cart:before{content:"\E759"}.ico-pro:before{content:"\E75A"}.ico-send:before{content:"\E75B"}.ico-check:before{content:"\E75C"}.ico-menu:before{content:"\E75D"}.ico-filter:before{content:"\E75E"}.ico-prev:before{content:"\E75F"}.ico-next:before{content:"\E760"}.ico-reset:before{content:"\E761"}.ico-qrcode:before{content:"\E76F"}.ico-ding:before{content:"\E768"}.ico-factory:before{content:"\E76E"}.ico-msg1:before{content:"\E76D"}.ico-charge:before{content:"\E76C"}.ico-zhaoshang:before{content:"\E799"}.ico-home_huodong:before{content:"\E79C"}.ico-home_zhaoshang:before{content:"\E79E"}.ico-home_zixun:before{content:"\E79D"}.hv-opacity{cursor:pointer;transition:opacity .3s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hv-opacity:hover{opacity:.7!important}.hv-scale{-webkit-tap-highlight-color:rgba(0,0,0,0)}.hv-scale,.hv-scale.photo,.hv-scale .photo{overflow:hidden}.hv-scale:hover .fit-img{transform:scale(1.05) translateZ(0)}.hv-scale img{transition:transform 1s ease-in-out}@media screen and (max-width:800px){html{font-size:16px}}.nrb-ads{width:100%;background-color:#fff;position:fixed;top:0;z-index:194}.nrb-ads,.nrb-ads .container{height:35px}.nrb-ads .words{font-size:14px!important;color:#19242e;letter-spacing:.79px;text-align:center;line-height:1.4}.nrb-ads .words a{color:#19242e;text-decoration:underline}.nrb-ads+.page{margin-top:35px}.nrb-ads+.page .nrb-header{top:35px}.nrb-ads+.page .nrb-header.absolute{top:0}body,button,h1,h2,h3,h4,h5,h6,html,input,li,section,textarea,ul{margin:0;padding:0}body{position:relative;line-height:1.44}html.hidden,html.hidden body{overflow:hidden}p{margin:0;padding:0}*{box-sizing:border-box}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input{-webkit-appearance:none;border-radius:0}input[type=number]{-moz-appearance:textfield}*{outline:0}.wow{visibility:hidden}h1,h2,h3,h4,h5,h6{font-weight:400}body,html{overflow-x:hidden;background:#fff;-webkit-font-smoothing:antialiased}body,button,input,textarea{font-family:-apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;-webkit-font-smoothing:antialiased;border:none;outline:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{height:1%}.t-center{text-align:center!important}.t-right{text-align:right!important}.t-left{text-align:left!important}body,html{-webkit-text-size-adjust:none}a,body,html{-webkit-tap-highlight-color:transparent}a{text-decoration:none;outline:none;-webkit-appearance:none}a,img{-webkit-touch-callout:none}img{vertical-align:middle;line-height:1}.text-nowrap{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal!important;word-wrap:normal\0!important}.text-wrap-2{-webkit-line-clamp:2;line-clamp:2
  /*!autoprefixer:off*/}.text-wrap-2,.text-wrap-3{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.text-wrap-3{-webkit-line-clamp:3;line-clamp:3
  /*!autoprefixer:off*/}.pc-{display:block!important}.pc-flex{display:-ms-flexbox!important;display:flex!important}.pc-inline{display:inline-block!important}.mobile-,.mobile-flex,.mobile-inline{display:none!important}table{border-collapse:collapse;border-spacing:0}.flex-center{-ms-flex-pack:center;justify-content:center}.flex-between,.flex-center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.flex-between{-ms-flex-pack:justify;justify-content:space-between}.fit-img{-o-object-fit:cover;object-fit:cover}.contain-img,.fit-img{width:100%;height:100%}.contain-img{-o-object-fit:contain;object-fit:contain}.container,.page{position:relative}.container{width:88.54%;max-width:1700px;margin:0 auto}.nrb-ads__close{position:absolute;width:35px;height:35px;right:0;top:50%;transform:translateY(-50%)}.nrb-ads+.nrb-header{top:35px}.nrb-header{position:fixed;top:0;left:0;width:100%;background:rgba(0,0,0,.35);-webkit-backdrop-filter:blur(60px) saturate(1.2);backdrop-filter:blur(60px) saturate(1.2);z-index:199;transition:top .3s ease-in-out}.nrb-header.sticky{top:-65px}.nrb-header.line .head-slidedown{border-top:1px solid hsla(0,0%,100%,.2)}.nrb-header.absolute{position:absolute}.nrb-header .nrb-container{height:120px}.nrb-header .header-main{height:68px;position:relative}.nrb-header .header-main .hzasia-logo{width:153px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.nrb-header .header-main .nrb-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:240px}.nrb-header .header-wrap{height:44px;margin-top:8px;box-sizing:border-box}.nrb-header .header-wrap,.nrb-header .nrb-nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.nrb-header .nrb-nav__item{height:44px;line-height:1.7777;padding-bottom:10px;margin:0 42px;font-size:18px;color:#fff;letter-spacing:.9px;position:relative;box-sizing:border-box}.nrb-header .nrb-nav__item.active{color:#2da5f2}.nrb-header .nrb-nav__item.active:after{content:"";display:block;width:5px;height:5px;position:absolute;bottom:5px;left:50%;transform:translateX(-50%);background:#2da5f2;border-radius:50%}.nrb-header .nrb-nav__item img{height:29px;margin-right:14px}.nrb-header .head-slidedown{display:none;width:100%;z-index:33;padding:95px 0 75px}.nrb-header .head-slidedown.pro{padding-top:40px;padding-bottom:60px}.nrb-header .head-slidedown.project{padding-top:95px}.nrb-header .head-slidedown.service{padding-top:65px}.nrb-header .hd-pro-box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nrb-header .hd-pro-box .sd-pro-item{width:12.5%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:60px}.nrb-header .hd-pro-box .sd-pro-item .photo{width:96px;height:80px}.nrb-header .hd-pro-box .sd-pro-item .photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.nrb-header .hd-pro-box .sd-pro-item span{font-size:18px;color:#feffff;letter-spacing:1px;text-align:center;display:block;margin-top:25px}.hd-new-pro-box{position:relative}.hd-new-pro-box:before{content:"";display:block;width:1px;height:100%;position:absolute;left:130px;top:0;background-color:hsla(0,0%,59%,.2)}.hd-pro-box-column{display:-ms-flexbox;display:flex;position:relative}.hd-pro-box-column+.hd-pro-box-column{margin-top:20px}.hd-pro-box-column:last-child .hd-pro-wrapper{border-bottom:0}.hd-pro-box-column .hd-pro-label{padding-top:53px;width:130px;text-align:left;color:#fff;font-size:15px;line-height:1.2}.hd-pro-wrapper{-ms-flex:1;flex:1;width:0;margin-left:42px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,59%,.2);margin-right:-88px}.hd-pro-wrapper,.hd-pro-wrapper .hd-new-pro-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.hd-pro-wrapper .hd-new-pro-item{padding:18px 0;-ms-flex-direction:column;flex-direction:column;width:95px;margin-right:83px}.hd-pro-wrapper .hd-new-pro-item .photo{width:70px;height:70px}.hd-pro-wrapper .hd-new-pro-item .photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hd-pro-wrapper .hd-new-pro-item span{text-align:center;margin-top:9px;color:#fff;font-size:15px;white-space:nowrap}.nrb-header.type2{background:rgba(0,0,0,.35)}.nrbh-block{position:absolute;right:0;top:50%;transform:translateY(-50%);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nrbh-block .rb-ico{color:#fff;font-size:28px}.nrbh-block .nrbh-search{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nrbh-block .nrbh-search .ico-search{cursor:pointer}.nrbh-block .nrbh-search .nrbh-search-input{width:210px;border-bottom:1px solid hsla(0,0%,100%,.5);background:transparent;height:28px;line-height:1.75;font-size:16px;padding:0 1px;margin-left:16px;color:#fff;caret-color:#fff}.nrbh-block .nrbh-search .nrbh-search-input:-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.nrbh-block .nrbh-search .nrbh-search-input::placeholder{color:hsla(0,0%,100%,.7)}.nrbh-block .ico-language{margin:0 20px 0 30px}.header-height{height:120px;background:#000}.nhd-serv-item{display:block;width:12.5%;text-align:center}.nhd-serv-item .photo{width:45px;height:45px;margin:0 auto 20px}.nhd-serv-item .photo .white{display:block}.nhd-serv-item .title{font-size:18px;color:#feffff;letter-spacing:1px;text-align:center}.nhd-suit-item{margin:0 20px}.nhd-suit-item .title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:30px}.nhd-suit-item .title span{font-size:20px;color:#feffff;letter-spacing:1px;text-align:center}.nhd-suit-item .title i{color:#2da5f2;font-size:20px;margin-left:5px}.nhd-suit-item .photo{width:500px;height:312px}.header-mask{z-index:180;height:100%;background-color:rgba(0,0,0,.7)}.header-language-dialog,.header-mask{display:none;position:fixed;top:0;left:0;width:100%}.header-language-dialog{z-index:2022;height:720px}.header-language-dialog .language-close{position:absolute;right:40px;top:40px}.header-language-dialog .language-close i{color:#fff;font-size:20px}.header-language-dialog .language-title{padding-top:160px;text-align:center;color:#fff;font-size:40px}.header-language-dialog .language-box{margin-top:100px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.header-language-dialog .language-box a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0 40px}.header-language-dialog .language-box a img{width:30px}.header-language-dialog .language-box a span{color:#fff;font-size:20px;margin-left:15px}.nrb-footer{padding:44px 0 45px;background:#fff}.footer-nav,.footer-nav .footer-list{display:-ms-flexbox;display:flex}.footer-nav .footer-list{-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;height:auto}.footer-nav .footer-list:last-child{-ms-flex:0;flex:0;width:78px}.footer-nav .footer-nav-title{font-weight:700;font-size:18px;color:#19242e;letter-spacing:1px;white-space:nowrap;width:78px}.footer-nav .list{margin-top:29px;border-left:1px solid #dae0e6;-ms-flex:1;flex:1}.footer-nav .list a{display:block;font-weight:300;font-size:16px;color:#425566;line-height:1.75;padding-left:12px;white-space:nowrap}.footer-st{margin-top:36px;-ms-flex-pack:justify;justify-content:space-between;padding-left:8px}.footer-st,.footer-st .left,.footer-st .right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer-st .ft-logo{width:170px;position:relative;top:3px}.footer-st .footer-links{margin-left:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer-st .footer-links a{font-weight:300;font-size:16px;color:#425566;line-height:2.25}.footer-st .footer-links span{margin:0 15px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;font-weight:300;font-size:16px;color:#425566}.footer-st .ft-tel-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer-st .ft-tel-box .title{font-size:16px;color:#425566;line-height:2.25}.footer-st .ft-tel-box .ft-tel{font-weight:500;font-size:36px;color:#19242e;line-height:1;margin-left:40px}.footer-st .ft-social-link{margin-left:30px}.footer-st .ft-social-link .social-link{position:relative;display:inline-block;line-height:1}.footer-st .ft-social-link .social-link:hover .ft-popup{visibility:visible;opacity:1}.footer-st .ft-social-link .social-link .ft-popup{position:absolute;padding-bottom:10px;bottom:100%;left:50%;transform:translateX(-50%);z-index:10;visibility:hidden;opacity:0;transition:all .3s ease}.footer-st .ft-social-link .social-link .ft-popup img{width:150px;height:150px}.footer-st .ft-social-link .social-link+.social-link{margin-left:15px}.footer-st .ft-social-link .social-link i{font-size:33px;color:#638099}.footer-copyright{padding-top:12px;margin-top:27px;border-top:1px solid #dae0e6;padding-left:8px}.footer-copyright a,.footer-copyright span{font-weight:300;font-size:14px;color:#425566;line-height:2.57;margin-right:18px}@media screen and (max-width:1920px){.hd-pro-wrapper{margin-right:-80px}.hd-pro-wrapper .hd-new-pro-item{margin-right:72px}}@media screen and (max-width:1800px){.nrb-header.sticky{top:-60px}.nrb-header .header-main{height:63.75px}.nrb-header .header-wrap,.nrb-header .nrb-nav__item{height:50px}.nrb-header .hd-pro-box .sd-pro-item{margin-bottom:56.25px}.hd-new-pro-box:before{left:116px}.hd-pro-box-column+.hd-pro-box-column{margin-top:18px}.hd-pro-box-column .hd-pro-label{padding-top:50px;width:116px;font-size:15px}.hd-pro-wrapper{margin-left:40px;padding-bottom:20px;margin-right:-66px}.hd-pro-wrapper .hd-new-pro-item{padding:17px 0;width:90px;margin-right:63px}.hd-pro-wrapper .hd-new-pro-item .photo{width:66px;height:66px}.hd-pro-wrapper .hd-new-pro-item span{margin-top:9px;font-size:15px}}@media screen and (max-width:1800px){.header-height{height:112.75px}}@media screen and (max-width:1680px){.nrb-header.sticky{top:-55px}.nrb-header .nrb-container{height:105px}.nrb-header .header-main{height:59.5px}.nrb-header .header-main .hzasia-logo{width:134px}.nrb-header .header-main .nrb-logo{width:240px}.nrb-header .header-wrap{height:38.5px;margin-top:7px}.nrb-header .nrb-nav__item{height:38.5px;padding-bottom:8.75px;margin:0 36.75px;font-size:15.75px}.nrb-header .nrb-nav__item img{height:25.375px;margin-right:12.25px}.nrb-header .head-slidedown{padding:83px 0 65px}.nrb-header .head-slidedown.pro{padding-top:38px;padding-bottom:56px}.nrb-header .head-slidedown.project{padding-top:83px}.nrb-header .head-slidedown.service{padding-top:57px}.nrb-header .hd-pro-box .sd-pro-item{margin-bottom:52.5px}.nrb-header .hd-pro-box .sd-pro-item .photo{width:84px;height:70px}.nrb-header .hd-pro-box .sd-pro-item span{font-size:15.75px;margin-top:18px}.hd-new-pro-box:before{left:110px}.hd-pro-box-column+.hd-pro-box-column{margin-top:16px}.hd-pro-box-column .hd-pro-label{padding-top:50px;width:110px;font-size:14px}.hd-pro-wrapper{margin-left:38px;padding-bottom:18px;margin-right:-66px}.hd-pro-wrapper .hd-new-pro-item{padding:15px 0;width:84px;margin-right:60px}.hd-pro-wrapper .hd-new-pro-item .photo{width:62px;height:62px}.hd-pro-wrapper .hd-new-pro-item span{margin-top:7px;font-size:14px}.nrbh-block .rb-ico{font-size:24.5px}.nrbh-block .nrbh-search .nrbh-search-input{width:183.75px;height:24.5px;font-size:14px;margin-left:14px}.nrbh-block .ico-language{margin:0 18px 0 24px}.header-height{height:105px}.nhd-serv-item .photo{width:39px;height:39px;margin:0 auto 18px}.nhd-serv-item .title{font-size:15.75px;letter-spacing:1px}.nhd-suit-item{margin:0 17.5px}.nhd-suit-item .title{margin-top:26.25px}.nhd-suit-item .title span{font-size:17.5px;letter-spacing:1px}.nhd-suit-item .title i{color:#2da5f2;font-size:17.5px;margin-left:5px}.nhd-suit-item .photo{width:437.5px;height:273px}.header-language-dialog{height:630px}.header-language-dialog .language-close{right:35px;top:35px}.header-language-dialog .language-close i{font-size:17.5px}.header-language-dialog .language-title{padding-top:140px;font-size:35px}.header-language-dialog .language-box{margin-top:87.5px}.header-language-dialog .language-box a{margin:0 35px}.header-language-dialog .language-box a img{width:26.25px}.header-language-dialog .language-box a span{font-size:17.5px;margin-left:13.125px}.nrb-footer{padding:38.5px 0}.footer-nav .footer-list:last-child{width:68.25px}.footer-nav .footer-nav-title{font-size:15.75px;width:68.25px}.footer-nav .list{margin-top:25.375px}.footer-nav .list a{font-size:14px;padding-left:10.5px}.footer-st{margin-top:31.5px;padding-left:7px}.footer-st .ft-logo{width:148px}.footer-st .footer-links{margin-left:17.5px}.footer-st .footer-links a{font-size:14px}.footer-st .footer-links span{margin:0 10px;font-size:14px}.footer-st .ft-tel-box .title{font-size:14px}.footer-st .ft-tel-box .ft-tel{font-size:31.5px;margin-left:35px}.footer-st .ft-social-link{margin-left:26.25px}.footer-st .ft-social-link .social-link .ft-popup{padding-bottom:8.75px}.footer-st .ft-social-link .social-link .ft-popup img{width:131.25px;height:131.25px}.footer-st .ft-social-link .social-link+.social-link{margin-left:13.125px}.footer-st .ft-social-link .social-link i{font-size:28.875px}.footer-copyright{padding-top:10.5px;margin-top:23.625px;padding-left:7px}.footer-copyright a,.footer-copyright span{font-size:12.25px;margin-right:15.75px}}@media screen and (max-width:1560px){.nrb-header.sticky{top:-52px}.nrb-header .nrb-container{height:97.5px}.nrb-header .header-main{height:55.25px}.nrb-header .header-main .hzasia-logo{width:124px}.nrb-header .header-main .nrb-logo{width:206px}.nrb-header .header-wrap{height:45.75px;margin-top:6.5px}.nrb-header .nrb-nav__item{height:45.75px;padding-bottom:8.125px;margin:0 34.125px;font-size:14.625px}.nrb-header .nrb-nav__item img{height:23.5625px;margin-right:11.375px}.nrb-header .head-slidedown{padding:77px 0 61px}.nrb-header .head-slidedown.pro{padding-top:35px;padding-bottom:52px}.nrb-header .head-slidedown.project{padding-top:78px}.nrb-header .head-slidedown.service{padding-top:53px}.nrb-header .hd-pro-box .sd-pro-item{margin-bottom:48.75px}.nrb-header .hd-pro-box .sd-pro-item .photo{width:78px;height:65px}.nrb-header .hd-pro-box .sd-pro-item span{font-size:14.625px;letter-spacing:1px;margin-top:17px}.nrbh-block{position:absolute;right:0;top:50%;transform:translateY(-50%)}.nrbh-block .rb-ico{color:#fff;font-size:22.75px}.nrbh-block .nrbh-search .nrbh-search-input{width:170px;height:22.75px;font-size:13px;margin-left:13px}.nrbh-block .ico-language{margin:0 16px 0 20px}.header-height{height:107.5px}.nhd-serv-item .photo{width:37px;height:37px;margin:0 auto 17px}.nhd-serv-item .title{font-size:14.625px;letter-spacing:1px}.nhd-suit-item{margin:0 16.25px}.nhd-suit-item .title{margin-top:24.375px}.nhd-suit-item .title span{font-size:16.25px;letter-spacing:1px}.nhd-suit-item .title i{color:#2da5f2;font-size:16.25px;margin-left:4px}.nhd-suit-item .photo{width:406px;height:254px}.header-language-dialog{height:585px}.header-language-dialog .language-close{right:32px;top:32px}.header-language-dialog .language-close i{font-size:16.25px}.header-language-dialog .language-title{padding-top:130px;font-size:32px}.header-language-dialog .language-box{margin-top:81.25px}.header-language-dialog .language-box a{margin:0 32px}.header-language-dialog .language-box a img{width:24.375px}.header-language-dialog .language-box a span{font-size:16.25px;margin-left:12.2px}.hd-new-pro-box:before{left:102px}.hd-pro-box-column+.hd-pro-box-column{margin-top:14px}.hd-pro-box-column .hd-pro-label{padding-top:44px;width:102px;font-size:14px}.hd-pro-wrapper{margin-left:36px;padding-bottom:16px;margin-right:-65px}.hd-pro-wrapper .hd-new-pro-item{padding:12px 0;width:78px;margin-right:55px}.hd-pro-wrapper .hd-new-pro-item .photo{width:58px;height:58px}.hd-pro-wrapper .hd-new-pro-item span{margin-top:6px;font-size:13px}.nrb-footer{padding:36px 0}.footer-nav .footer-list:last-child{width:63.375px}.footer-nav .footer-nav-title{font-size:14.625px;letter-spacing:1px;width:63.375px}.footer-nav .list{margin-top:23.5625px}.footer-nav .list a{font-size:13px;padding-left:9.75px}.footer-st{margin-top:29.25px;padding-left:6.5px}.footer-st .ft-logo{width:138px}.footer-st .footer-links{margin-left:16.25px}.footer-st .footer-links a{font-size:13px}.footer-st .footer-links span{margin:0 6px;font-size:13px}.footer-st .ft-tel-box .title{font-size:13px}.footer-st .ft-tel-box .ft-tel{font-size:29.25px;margin-left:32.5px}.footer-st .ft-social-link{margin-left:24.375}.footer-st .ft-social-link .social-link .ft-popup{padding-bottom:8.125px}.footer-st .ft-social-link .social-link .ft-popup img{width:122px;height:122px}.footer-st .ft-social-link .social-link+.social-link{margin-left:12.2px}.footer-st .ft-social-link .social-link i{font-size:27px}.footer-copyright{padding-top:10px;margin-top:22px;padding-left:6.5px}.footer-copyright a,.footer-copyright span{font-size:12px;margin-right:15px}}@media screen and (max-width:1440px){.nrb-header.sticky{top:-48px}.nrb-header .nrb-container{height:97.5px}.nrb-header .header-main{height:55.25px}.nrb-header .header-main .hzasia-logo{width:115px}.nrb-header .header-main .nrb-logo{width:190px}.nrb-header .header-wrap{height:40px;margin-top:6px}.nrb-header .nrb-nav__item{height:40px;padding-bottom:7.5px;margin:0 31.5px;font-size:13.5px}.nrb-header .nrb-nav__item img{height:22px;margin-right:10.5px}.nrb-header .head-slidedown{padding:72px 0 60px}.nrb-header .head-slidedown.pro{padding-top:32px;padding-bottom:50px}.nrb-header .head-slidedown.project{padding-top:74px}.nrb-header .head-slidedown.service{padding-top:49px}.nrb-header .hd-pro-box .sd-pro-item{margin-bottom:45px}.nrb-header .hd-pro-box .sd-pro-item .photo{width:72px;height:60px}.nrb-header .hd-pro-box .sd-pro-item span{font-size:13.5px;letter-spacing:1px;margin-top:17px}.nrbh-block .rb-ico{color:#fff;font-size:21px}.nrbh-block .nrbh-search .nrbh-search-input{width:158px;height:21px;font-size:12px;margin-left:12px}.nrbh-block .ico-language{margin:0 15px 0 18px}.header-height{height:97px}.nhd-serv-item .photo{width:34px;height:34px;margin:0 auto 16px}.nhd-serv-item .title{font-size:13.5px;letter-spacing:1px}.nhd-suit-item{margin:0 15px}.nhd-suit-item .title{margin-top:22.5px}.nhd-suit-item .title span{font-size:15px;letter-spacing:1px}.nhd-suit-item .title i{color:#2da5f2;font-size:15px;margin-left:4px}.nhd-suit-item .photo{width:375px;height:234px}.header-language-dialog{height:540px}.header-language-dialog .language-close{right:30px;top:30px}.header-language-dialog .language-close i{font-size:15px}.header-language-dialog .language-title{padding-top:120px;font-size:30px}.header-language-dialog .language-box{margin-top:75px}.header-language-dialog .language-box a{margin:0 30px}.header-language-dialog .language-box a img{width:22.5px}.header-language-dialog .language-box a span{font-size:15px;margin-left:11px}.nrb-footer{padding:33px 0}.footer-nav .footer-list:last-child{width:58.5px}.footer-nav .footer-nav-title{font-size:14px;letter-spacing:1px;width:58.5px}.footer-nav .list{margin-top:22px}.footer-nav .list a{font-size:12px;padding-left:9px}.footer-st{margin-top:27px;padding-left:6px}.footer-st .ft-logo{width:128px}.footer-st .footer-links{margin-left:15px}.footer-st .footer-links a{font-size:12px}.footer-st .footer-links span{margin:0 6px;font-size:12px}.footer-st .ft-tel-box .title{font-size:12px}.footer-st .ft-tel-box .ft-tel{font-size:27px;margin-left:30px}.footer-st .ft-social-link{margin-left:22.5px}.footer-st .ft-social-link .social-link .ft-popup{padding-bottom:7.5px}.footer-st .ft-social-link .social-link .ft-popup img{width:112px;height:112px}.footer-st .ft-social-link .social-link+.social-link{margin-left:11.2px}.footer-st .ft-social-link .social-link i{font-size:25px}.footer-copyright{padding-top:9px;margin-top:20px;padding-left:6px}.footer-copyright a,.footer-copyright span{font-size:10.5px;margin-right:13.5px}.hd-new-pro-box:before{left:100px}.hd-pro-box-column+.hd-pro-box-column{margin-top:14px}.hd-pro-box-column .hd-pro-label{padding-top:40px;width:100px;font-size:13px}.hd-pro-wrapper{margin-left:30px;padding-bottom:10px;margin-right:-54px}.hd-pro-wrapper .hd-new-pro-item{padding:8px 0;width:72px;margin-right:53px}.hd-pro-wrapper .hd-new-pro-item .photo{width:54px;height:54px}.hd-pro-wrapper .hd-new-pro-item span{margin-top:6px;font-size:12px}}@media screen and (max-width:1360px){.hd-pro-wrapper{margin-right:-50px}.hd-pro-wrapper .hd-new-pro-item{margin-right:45px}}@media screen and (max-width:1280px){.hd-pro-wrapper{margin-right:-50px}.hd-pro-wrapper .hd-new-pro-item{margin-right:44px}}@media screen and (max-width:1200px){.hd-pro-wrapper{margin-right:-50px}.hd-pro-wrapper .hd-new-pro-item{margin-right:40px}.nrb-header.sticky{top:-44px}.nrb-header .nrb-container{height:90px}.nrb-header .header-main{height:51px}.nrb-header .header-main .hzasia-logo{width:96px}.nrb-header .header-main .nrb-logo{width:150px}.nrb-header .header-wrap{height:35px;margin-top:5px}.nrb-header .nrb-nav__item{height:35px;padding-bottom:6px;margin:0 25px;font-size:12px}.nrb-header .nrb-nav__item img{height:18px;margin-right:8px}.nrb-header .head-slidedown{z-index:33;padding:71px 0 56px}.nrb-header .head-slidedown.pro{padding-top:28px;padding-bottom:46px}.nrb-header .head-slidedown.project{padding-top:60px}.nrb-header .head-slidedown.service{padding-top:41px}.nrb-header .hd-pro-box .sd-pro-item{margin-bottom:37.5px}.nrb-header .hd-pro-box .sd-pro-item .photo{width:60px;height:50px}.nrb-header .hd-pro-box .sd-pro-item span{font-size:12px;margin-top:15px}.nrbh-block .rb-ico{font-size:17px}.nrbh-block .nrbh-search .nrbh-search-input{width:131.25px;height:17px;font-size:12px;margin-left:10px}.nrbh-block .ico-language{margin:0 14px 0 16px}.header-height{height:89px}.nhd-serv-item .photo{width:28px;height:28px;margin:0 auto 13px}.nhd-serv-item .title{font-size:12px;letter-spacing:1px}.nhd-suit-item{margin:0 12.5px}.nhd-suit-item .title{margin-top:18.75px}.nhd-suit-item .title span{font-size:12.5px;letter-spacing:1px}.nhd-suit-item .title i{color:#2da5f2;font-size:12.5px;margin-left:3px}.nhd-suit-item .photo{width:312px;height:195px}.header-language-dialog{height:450px}.header-language-dialog .language-close{right:25px;top:25px}.header-language-dialog .language-close i{font-size:13px}.header-language-dialog .language-title{padding-top:100px;font-size:25px}.header-language-dialog .language-box{margin-top:62.5px}.header-language-dialog .language-box a{margin:0 25px}.header-language-dialog .language-box a img{width:18.75px}.header-language-dialog .language-box a span{font-size:13px;margin-left:9px}.nrb-footer{padding:27.5px 0 28px}.footer-nav .footer-list:last-child{width:48px}.footer-nav .footer-nav-title{font-size:12px;letter-spacing:1px;width:48px}.footer-nav .list{margin-top:18px}.footer-nav .list a{font-size:12px;padding-left:7px}.footer-st{margin-top:22.5px;padding-left:5px}.footer-st .ft-logo{width:106px}.footer-st .footer-links{margin-left:12px}.footer-st .footer-links a{font-size:12px}.footer-st .footer-links span{margin:0 3px;font-size:12px}.footer-st .ft-tel-box .title{font-size:12px}.footer-st .ft-tel-box .ft-tel{font-size:22.5px;margin-left:25px}.footer-st .ft-social-link{margin-left:18.75px}.footer-st .ft-social-link .social-link .ft-popup{padding-bottom:6px}.footer-st .ft-social-link .social-link .ft-popup img{width:94px;height:94px}.footer-st .ft-social-link .social-link+.social-link{margin-left:9px}.footer-st .ft-social-link .social-link i{font-size:20px}.footer-copyright{padding-top:7px;margin-top:16.875px;padding-left:5px}.footer-copyright a,.footer-copyright span{font-size:12px;margin-right:11.25px}}@media screen and (max-width:800px){.header-height{height:14.6667vw}html{font-size:16px}body{overflow-x:hidden}.pc-,.pc-flex,.pc-inline{display:none!important}.mobile-{display:block!important}.mobile-flex{display:-ms-flexbox!important;display:flex!important}.mobile-inline{display:inline-block!important}.container{width:92%;max-width:100%;margin:0 auto;position:relative}}@media screen and (max-width:800px){.nrb-ads__close{width:9.3333vw;height:9.3333vw}.nrb-ads__close i{font-size:2.6667vw}.nrb-ads,.nrb-ads .container{height:9.3333vw}.nrb-ads .words{font-size:2.9333vw;color:#19242e}.nrb-ads .words a{color:#19242e;text-decoration:underline}.nrb-ads+.page{margin-top:9.3333vw}.nrb-ads+.page.nrb-header.active{height:calc(100% - 9.3333vw)}.nrb-header{height:14.6667vw;transition:height .3s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.nrb-header .nrb-container{width:100%;-ms-flex-pack:center;justify-content:center;position:relative}.nrb-header .header-right,.nrb-header .nrb-container{height:14.6667vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nrb-header .header-right{position:absolute;right:4vw;top:0;cursor:pointer;z-index:4}.nrb-header .header-right .header-right-menu{width:10.6667vw;height:14.6667vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.nrb-header .header-right img{height:4.8vw}.nrb-header .header-left{width:14.6667vw;height:14.6667vw;position:absolute;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;left:0;top:0;z-index:4}.nrb-header .header-left .menu-ico-after{display:none}.nrb-header .header-left img{height:4.8vw}.nrb-header .header-logo{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:45vw}.nrb-header.active{height:100%}.nrb-header.active .header-left .menu-ico-after{display:block}.nrb-header.active .header-left .menu-ico{display:none}.nrb-header.active .nrb-header-main{display:block;opacity:1;border-top:.2667vw solid hsla(0,0%,100%,.2)}.nrb-header.type2{background:url(/bocweb/v1/images/mob_header_bg.png) no-repeat top/cover}.nrb-header-main{display:none;-ms-flex:1;flex:1;height:auto;overflow-y:auto;opacity:0;transition:all .6s ease-in-out}.nrb-header-main .mnav{margin:20vw 4vw}.mnav-list{margin-top:8vw}.mnav-list.active .icon-plus:after{display:none}.mnav-list.active .mnav-pro-list{height:100%;padding:1.3333vw 0}.mnav-list .mnav-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:8.8vw;border-bottom:.2667vw solid hsla(0,0%,100%,.2)}.mnav-list .mnav-title span{font-size:4.2667vw;color:#fff;letter-spacing:.1333vw}.mnav-list .mnav-title img{width:1.6667vw}.mnav-list .mnav-pro-list{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;transition:all .3s ease-in-out;height:0;overflow:hidden}.mnav-list .mnav-pro-list,.mnav-list .mnav-pro-list .mnav-pro-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.mnav-list .mnav-pro-list .mnav-pro-item{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;width:26.6667vw;height:26.6667vw;margin:0 0 2vw 3.3333vw}.mnav-list .mnav-pro-list .mnav-pro-item:nth-child(3n+1){margin-left:2.6667vw}.mnav-list .mnav-pro-list .mnav-pro-item .photo{width:17.0667vw;height:17.0667vw;margin-bottom:1.4667vw}.mnav-list .mnav-pro-list .mnav-pro-item span{display:block;margin-bottom:1.0667vw;font-size:2.9333vw;color:#fff;letter-spacing:.1333vw;text-align:center}.mnav-new-pro-box .mnav-column{padding-top:5.3333vw}.mnav-new-pro-box .mnav-column:not(:last-child){border-bottom:.1333vw dashed hsla(0,0%,100%,.2)}.mnav-new-pro-box .mnav-column-title{font-size:3.4667vw;color:#fff;margin-bottom:2.6667vw}.mnav-new-pro-box .mnav-column-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:2.4vw}.nrb-ads+.page .nrb-header{top:9.3333vw}.nrb-footer{padding:10.6667vw 4vw 14.4vw;background:#fff}.mft-logo{width:58.2667vw}.mft-tel{display:block;margin-top:6.1333vw}.mft-tel .title{font-size:3.4667vw;color:#637f99;line-height:4.8vw}.mft-tel .tel,.mft-tel .title{display:block;letter-spacing:.1333vw;text-align:left}.mft-tel .tel{font-family:PingFangSC-Regular;font-size:6.4vw;color:#19242e;line-height:1;margin-top:2vw}.mft-social-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:4.8vw}.mft-social-link a{display:block;line-height:1}.mft-social-link a+a{margin-left:4.6667vw}.mft-social-link a i{font-size:7.4667vw;color:#638099}.mfooter-nav{margin-top:5.8667vw;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.mfooter-nav .footer-list{width:44.2667vw;margin-bottom:3vw}.mfooter-nav .footer-list.long{width:100%}.mfooter-nav .footer-list.long .footer-nav-title{border-bottom:none}.mfooter-nav .footer-list.long.active .footer-nav-title{border-bottom:.2667vw solid #dae0e6}.mfooter-nav .footer-list.active .footer-nav-title img{transform:rotate(180deg)}.mfooter-nav .footer-list.active .list{visibility:visible;padding:3.2vw 0 4.8vw;height:100%}.mfooter-nav .footer-list .list{visibility:hidden;padding:0;height:0;overflow:hidden;box-sizing:border-box;transition:all .3s ease-in-out}.mfooter-nav .footer-list .list a{display:block;width:100%;height:100%;line-height:6.1333vw;height:6.1333vw;font-size:3.4667vw;color:#425566}.mfooter-nav .footer-nav-title{height:13.8667vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:.2667vw solid #dae0e6}.mfooter-nav .footer-nav-title span{font-size:3.4667vw;color:#19242e;letter-spacing:.1333vw;text-align:left}.mfooter-nav .footer-nav-title img{width:4.1333vw;margin-left:4.6667vw;transition:all .3s ease-in-out}.mfooter-nav .footer-nav-title .ico-language{font-size:4vw;margin-right:1.3333vw}.mfooter-ft{margin-top:5.3333vw}.footer-links{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer-links a,.footer-links span{font-weight:300;font-size:2.6667vw;color:#425566;letter-spacing:.12vw;line-height:4.8vw}.footer-links span{margin:0 3.2vw}.footer-copyright{padding-top:4.2667vw;margin-top:3.7333vw;border-top:.2667vw solid #dae0e6;padding-left:0}.footer-copyright span{display:block}.footer-copyright a{margin-right:3.2vw}.footer-copyright a,.footer-copyright span{font-weight:300;font-size:2.6667vw;color:#637f99;letter-spacing:.1333vw;line-height:4.8vw}}@media screen and (max-width:1800px){html{font-size:15px}}@media screen and (max-width:1680px){html{font-size:14px}}@media screen and (max-width:1560px){html{font-size:13px}}@media screen and (max-width:1440px){html{font-size:13px}}@media screen and (max-width:1200px){html{font-size:12px}}@media screen and (max-width:800px){html{font-size:16px}body{overflow-x:hidden}.pc-,.pc-flex,.pc-inline{display:none!important}.mobile-{display:block!important}.mobile-flex{display:-ms-flexbox!important;display:flex!important}.mobile-inline{display:inline-block!important}.container{width:92%;max-width:100%;margin:0 auto;position:relative}}.icon-plus{width:4.1333vw;height:2.5333vw;position:relative;display:block}.icon-plus.active:after{display:none}.icon-plus:before{width:4.1333vw;height:.2667vw}.icon-plus:after,.icon-plus:before{content:"";display:block;background:#2da5f2;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.icon-plus:after{width:.2667vw;height:2.5333vw}.footer-qr-mask{display:none;position:fixed;top:0;left:0;z-index:2031;width:100%;height:100%;background:rgba(0,0,0,.85)}.footer-qr-dialog{display:none}.backtop-icon{display:none;width:2.5rem;height:2.5rem;position:fixed;right:0;bottom:2.5rem;cursor:pointer;z-index:66}@media screen and (max-width:800px){.footer-qr-dialog{width:90vw;padding:8vw 0;position:fixed;max-height:90vh;overflow-y:auto;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2099}.footer-qr-dialog .close-btn{position:absolute;right:4vw;top:4vw;cursor:pointer}.footer-qr-dialog .close-btn i{color:#fff}.footer-qr-dialog .serv-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}.footer-qr-dialog .serv-box .serv-qrcode{width:6.25rem;height:6.25rem;margin:2.8125rem auto}.footer-qr-dialog .serv-box .serv-title{font-weight:700;margin-top:3vw;font-size:6.4vw;line-height:1;font-size:1.5rem;letter-spacing:1px;color:#fff}.footer-qr-dialog .serv-box .serv-sv{text-align:center;margin:6.6667vw auto 0;position:relative;font-size:3.2vw;color:#fff}.footer-qr-dialog .serv-box .serv-sv:after{content:"";display:block;width:3.2vw;height:.2667vw;position:absolute;left:50%;transform:translateX(-50%);bottom:-1.3333vw;background:#fff}.footer-qr-dialog .serv-box .serv-sv-desc{margin-top:7.4667vw;font-size:.8125rem;color:hsla(0,0%,100%,.8);letter-spacing:.1333vw;text-align:center;line-height:1}.footer-qr-dialog .serv-box .serv-desc{font-size:3.7333vw;line-height:1;margin-top:5vw;color:#fff}.footer-qr-dialog .serv-box .serv-tips{font-size:.875rem;font-weight:400;color:#feffff;line-height:1;font-weight:300;letter-spacing:.0625rem}.footer-qr-dialog .serv-box .serv-info{margin-top:36px;height:32px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;border-bottom:1px solid hsla(0,0%,100%,.8);cursor:pointer}.footer-qr-dialog .serv-box .serv-info .serv-info-tit{font-size:12px;line-height:32px;color:#fff;text-align:left}.footer-qr-dialog .serv-box .serv-info .rb-ico{font-size:16px;position:absolute;right:0;top:50%;transform:translateY(-50%);color:#fff}.backtop-icon{width:10.6667vw;height:10.6667vw;position:fixed;right:0;bottom:5.3333vw;cursor:pointer}}@media screen and (max-width:1680px){html{font-size:14px}}@media screen and (max-width:1560px){html{font-size:13px}}@media screen and (max-width:800px){html{font-size:16px}}.suit-banner{position:relative;height:100vh}.suit-tabs{position:absolute;width:100%;bottom:0;left:50%;transform:translateX(-50%);z-index:10}.suit-tabs .more-tab{padding:0 .625rem;height:3.75rem;font-size:1.5rem;color:hsla(0,0%,100%,.6);letter-spacing:.71px;white-space:nowrap;text-align:center;background-color:#293540;margin:0 1px}.suit-tabs .more-tab.active,.suit-tabs .more-tab:hover{color:#fff;background-color:#0091f0}.suit-tabs .suit-more-box{position:relative}.suit-tabs .suit-more-box .more-list{display:none;position:absolute;right:0;top:calc(3.75rem + 1px);width:18.875rem}.suit-tabs .suit-more-box .more-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#293540;-ms-flex-pack:justify;justify-content:space-between;color:hsla(0,0%,100%,.6);height:4.125rem;box-sizing:border-box;padding:0 1.5625rem}.suit-tabs .suit-more-box .more-item.active{color:#fff;background-color:#0091f0}.suit-tabs .suit-more-box .more-item span{font-size:1.5rem;letter-spacing:.71px;white-space:nowrap}.suit-tabs .suit-more-box .more-item i{font-size:1rem}.suit-tabs .suit-tab{padding:0 1.5625rem;height:3.75rem;font-size:1.5rem;color:hsla(0,0%,100%,.6);letter-spacing:.71px;white-space:nowrap;text-align:center;background-color:#293540;margin:0 1px}.suit-tabs .suit-tab.active{color:#fff;background-color:#0091f0}.suit-box{background:#19242e}.suit-box .suit-img{display:none}.suit-box .suit-img.active{display:block}#main-video2{display:none}.suit-swiper{padding:5rem 0 9.375rem;background:#19242e}.suit-swiper__title{font-size:1.5rem;font-weight:400;color:#feffff;line-height:1.875rem;padding-bottom:2.8125rem}.suit-swiper-box{position:relative}.suit-swiper-box .page-btn2{position:absolute;top:36%;transform:translateY(-50%);width:2.25rem;height:2.25rem;background:#0091f0;border-radius:100%;transition:all .3s;box-sizing:border-box;z-index:9;cursor:pointer}.suit-swiper-box .page-btn2 .rb-ico{color:#fff;font-weight:lighter}.suit-swiper-box .page-btn2.swiper-button-disabled{background:#4b6780}.suit-swiper-box .page-prev{left:-4.6875rem;transform:rotate(180deg)}.suit-swiper-box .page-next{right:-4.6875rem}.suit-scrolls-swiper{margin:0 -1.25rem!important}.suit-scrolls-swiper .rb-card-col{width:100%}.rb-card-col{width:25%}.rb-pro-card{cursor:pointer;display:block;margin:0 1.25rem;text-align:center;box-sizing:border-box}.rb-pro-card:hover .info{transform:translateY(-2px)}.rb-pro-card .cover{width:100%;height:22.5rem;position:relative;padding-top:4.0625rem;box-sizing:border-box;background:url(/bocweb/change/img/94879273.bg.png) repeat}.rb-pro-card .tags{position:absolute;top:1.5625rem;left:0;display:-ms-flexbox;display:flex;z-index:10;opacity:1;transition:opacity .3s ease-in-out;-ms-flex-wrap:wrap;flex-wrap:wrap}.rb-pro-card .tags .tag{height:1.875rem;padding:0 .9375rem;background-color:#0071d0;color:#fff;font-size:.875rem;white-space:nowrap}.rb-pro-card .tags .tag+.tag{background-color:#293540!important;margin-left:.25rem}.rb-pro-card .photo{display:block;margin:0 auto;width:16.25rem;height:12.5rem;overflow:hidden;position:relative;z-index:10}.rb-pro-card .info{margin-top:1.375rem;text-align:left;transition:all .2s ease-in}.rb-pro-card .info .title{line-height:1;font-size:1.5rem;color:#fff}.rb-pro-card .info .desc{font-weight:300;line-height:1;font-size:1.125rem;color:#879ba5;letter-spacing:.0625rem;margin-top:.625rem}@media screen and (max-width:800px){.mob-suit-banner{display:block;width:100%;height:106.6667vw;position:relative}.mob-suit-banner .icon-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:26.6667vw}.mob-suit-box{padding:16vw 4vw 12vw;background:#19242e}.box-content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.suit-card{display:block;width:44.2667vw;margin-bottom:8.8vw}.suit-card .photo{width:100%;height:29.3333vw}.suit-card .title{margin-top:4vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.suit-card .title span{font-size:4.2667vw;color:#fff;letter-spacing:.12vw}.suit-card .title i{color:#00afff;margin-left:.8vw;font-size:3.2vw}}.page,.page .nrb-header{background:#19242e}.page .nrb-header{border-bottom:1px solid hsla(0,0%,100%,.2)}.rb-search-container{width:43.75rem;padding:14.0625rem 0 1.875rem;margin:0 auto;box-sizing:border-box}.rb-search-container .rb-search-h1-title{font-weight:lighter;font-size:36px;color:#fff;text-align:center;line-height:1;margin-bottom:66px}.rb-search-container .search-box{height:50px}.rb-search-container .search-box,.rb-search-container .search-box .search-input{width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rb-search-container .search-box .search-input{box-sizing:border-box;border:1px solid #c4c5c6;background-color:#fff;height:3.125rem;padding:10px 22px;border-radius:2px;position:relative}.rb-search-container .search-box .search-input .search-pc-icon .rb-ico{color:#333;font-size:20px}.rb-search-container .search-box .search-input input{width:580px;height:36px;box-sizing:border-box;border:0;font-size:13px;color:#000;text-align:left;line-height:36px;padding:0 16px}.rb-search-container .search-box .search-input input::-webkit-input-placeholder{color:#9b9b9b}.rb-search-container .search-box .search-input input::-moz-placeholder{color:#9b9b9b}.rb-search-container .search-box .search-input input:-ms-input-placeholder,.rb-search-container .search-box .search-input input::-ms-input-placeholder{color:#9b9b9b}.rb-search-container .search-box .search-input input::placeholder{color:#9b9b9b}.rb-search-container .search-box .search-slideDown{display:none;position:absolute;width:100%;left:0;z-index:99;top:3.125rem;background:#fff;box-sizing:border-box;border:1px solid #c4c5c6;border-top:none;border-radius:0 0 2px 2px}.rb-search-container .search-box .search-slideDown .item{padding:13px 26px;font-size:13px;color:#606060;line-height:14px;cursor:pointer;transition:all .2s ease-in-out}.rb-search-container .search-box .search-slideDown .item:hover{color:#000;background:#fcfcfc}.rb-search-container .search-box .search-btn{box-sizing:border-box;width:70px;height:48px;position:absolute;right:0;top:0;cursor:pointer}.rb-search-container .search-box .search-btn .icon-long_arr{color:#666769}.rb-search-container .search-tips{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;box-sizing:border-box;padding-right:.625rem;margin-top:1.8125rem}.rb-search-container .search-tips .quick-tags{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rb-search-container .search-tips .quick-tags .tag-title{font-size:.8125rem;color:#879ba5}.rb-search-container .search-tips .quick-tags .tag-block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rb-search-container .search-tips .quick-tags .tag-block a{display:block;font-size:.8125rem;color:#879ba5;margin-left:.9375rem;position:relative}.rb-search-container .search-tips .search-change{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#879ba5;cursor:pointer}.rb-search-container .search-tips .search-change img{width:.75rem;margin-right:.25rem}.rb-search-container .search-tips .search-change span{font-size:.75rem;margin-left:.1875rem}.rb-search-tabs{margin-top:5.625rem;border-top:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2)}.rb-search-tabs .tabs-container{margin:0 5.625rem}.rb-search-tabs .tabs-box{width:100%}.rb-search-tabs .tab,.rb-search-tabs .tabs-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.rb-search-tabs .tab{height:3.75rem;color:#fff;cursor:pointer;padding:0 3.125rem;box-sizing:border-box;transition:all .2s;border-left:1px solid hsla(0,0%,100%,.2)}.rb-search-tabs .tab:last-child{border-right:1px solid hsla(0,0%,100%,.2)}.rb-search-tabs .tab.active{color:#0091f0;border-bottom:.1875rem solid #0091f0}.rb-search-tabs .tab:hover{color:#0091f0}.rb-search-tabs .tab span{font-size:1rem}.rb-search-main{width:106.25rem;height:auto;overflow:hidden;margin:0 auto;padding:40px 0}.rb-search-main.w-1450{width:90.625rem}.rb-search-main .search-result{margin-bottom:40px;font-size:12px;color:#999}.rb-search-main .ency-card{width:calc(33.33% - 2.5rem);float:left;display:inline-block;margin:0 1.25rem;cursor:pointer}.rb-search-main .ency-card img{width:27.6875rem;height:18.75rem}.rb-search-main .ency-card .text{padding:1.25rem 0 4.6875rem}.rb-search-main .ency-card .text .d1{height:2.5rem;overflow:hidden;font-size:1.5rem;color:#fff;line-height:2}.rb-search-main .ency-card .text .d2{color:#879ba5;font-size:1.125rem;line-height:1.5;margin-top:0;overflow:hidden;font-weight:300;margin-top:8px}.rb-search-main .fl{float:left}.rb-search-main .fr{float:right}.rb-search-main .new-card{width:calc(33.33% - 2.5rem);float:left;display:inline-block;margin:0 1.25rem;cursor:pointer}.rb-search-main .new-card a{display:block;transition:all .4s ease-in}.rb-search-main .new-card a .imgs{overflow:hidden}.rb-search-main .new-card a .imgs img{width:27.6875rem;height:18.75rem;transition:all 10s ease-in}.rb-search-main .new-card a .text{background-color:#19242e;padding:20px 0 50px}.rb-search-main .new-card a .text .tit{font-size:1.5rem;color:#fff;line-height:1.5;padding:.25em 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rb-search-main .new-card a .text .con{font-size:1.125rem;color:#879ba5;line-height:1.5;margin-top:8px;height:3.5rem;overflow:hidden;font-weight:300}.rb-search-main .new-card a .text .gnbox{margin-top:14px;height:auto;overflow:hidden}.rb-search-main .new-card a .text .gnbox span{font-size:13px;color:#879ba5;display:inline-block;line-height:2;padding-left:26px}.rb-search-main .new-card a .text .gnbox .time{background:url(/bocweb/change/img/e5f67f19.time.svg) no-repeat 0/16px auto}.rb-search-main .new-card a .text .gnbox .good{background:url(/bocweb/change/img/d8ebe92b.good.svg) no-repeat 0/14px auto;margin-left:26px}.rb-search-main .new-card a .text .gnbox .look{background:url(/bocweb/change/img/87b37e5d.look.svg) no-repeat 0/18px auto;margin-left:26px}.rb-search-main .video-card{width:calc(33.33% - 2.5rem);float:left;display:inline-block;margin:0 1.25rem;cursor:pointer}.rb-search-main .video-card a{display:block;transition:all .4s ease-in}.rb-search-main .video-card a .imgs{position:relative;overflow:hidden}.rb-search-main .video-card a .imgs img{width:27.6875rem;height:18.75rem;transition:all 10s ease-in}.rb-search-main .video-card a .text{background-color:#19242e;padding:18px 0 30px}.rb-search-main .video-card a .text .tit{font-size:1.5rem;color:#fff;line-height:1.5;padding:.25em 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rb-search-main .video-card a .text .gnbox{margin-top:2px;height:auto;overflow:hidden}.rb-search-main .video-card a .text .gnbox span{font-size:13px;color:#879ba5;display:inline-block;line-height:2;padding-left:26px;margin-right:26px}.rb-search-main .video-card a .text .gnbox .time{background:url(/bocweb/change/img/e5f67f19.time.svg) no-repeat 0/16px auto}.rb-search-main .video-card a .text .gnbox .look{background:url(/bocweb/change/img/87b37e5d.look.svg) no-repeat 0/18px auto}.more{width:300px;height:50px;line-height:50px;text-align:center;border:1px solid #d8d8d8;margin:70px auto;cursor:pointer;font-size:16px;color:#fff}.pjto-content{margin:0 auto;padding-bottom:1.875rem;position:relative}.pjto-content .search-result{width:100%;margin-bottom:40px;font-size:12px;color:#999}.pjto-content .rb-card-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.0625rem}.pjto-content .pro-card{margin:0 1.0625rem 1.0625rem;width:calc(25% - 2.125rem)}.pjto-content .pro-card .pro-tags .tag:first-child{background-color:#0091f0!important}.pjto-content .pro-card .pro-info .desc{color:#879ba5}.contrast-tag{display:none!important}@media screen and (max-width:1440px){.rb-search-main{width:90rem}.rb-search-container{width:40.875rem;margin:0 auto 1.375rem}.search-box .search-input{height:50px;padding:10px 22px}.search-box .search-input input{width:520px;font-size:13px}.search-box .search-slideDown{top:50px}.search-box .search-slideDown .item{padding:13px 26px;font-size:13px}.search-box .search-slideDown .item:hover{color:#000;background:#fcfcfc}.rb-search-h1-title{font-weight:600;font-size:36px;color:#000;text-align:center;line-height:1;margin-bottom:66px}}@media screen and (max-width:1360px){.rb-search-main{width:90rem}.rb-search-h1-title{font-size:32px;margin-bottom:60px}}@media screen and (max-width:1200px){.rb-search-main.w-1450{width:80rem}.rb-search-h1-title{font-size:30px;margin-bottom:50px}.rb-search-container{width:560px;margin:0 auto 20px}.search-box{width:100%;height:46px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.search-box .search-input{width:100%;box-sizing:border-box;height:46px}.search-box .search-input input{font-size:13px;text-align:left}.search-box .search-slideDown{top:46px}.search-box .search-slideDown .item{padding:13px 26px;font-size:13px}.search-box .search-slideDown .item:hover{color:#000;background:#fcfcfc}.search-box .search-btn{width:70px;height:48px}.search-box .search-btn span{font-size:13px;color:#fff;margin-left:12px}.rb-search-tabs .tab{padding:0 20px}}@media screen and (max-width:800px){.rb-search-container{width:90vw;padding:5.625rem 0 1.375rem;margin:0 auto}.rb-search-container .rb-search-h1-title{display:none}.rb-search-container .search-box{height:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.rb-search-container .search-box .search-input{height:2.5rem;padding:0;padding-right:1.25rem;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rb-search-container .search-box .search-input .search-pc-icon .rb-ico{color:#333;font-size:20px}.rb-search-container .search-box .search-input input{-ms-flex:1;flex:1;height:1.875rem;line-height:1.875rem;padding:0 1.25rem}.rb-search-container .search-box .search-slideDown{top:2.5rem}.rb-search-container .search-box .search-btn{box-sizing:border-box;width:70px;height:48px;position:absolute;right:0;top:0;cursor:pointer}.rb-search-container .search-box .search-btn .icon-long_arr{color:#666769}.rb-search-container .search-tips{display:none;position:relative;margin-top:1.4063rem;padding:0}.rb-search-container .search-tips .quick-tags{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.rb-search-container .search-tips .quick-tags .tag-title{font-size:.8125rem;color:#fff;line-height:1rem;margin-bottom:20px}.rb-search-container .search-tips .quick-tags .tag-block{display:block;height:auto;overflow:hidden}.rb-search-container .search-tips .quick-tags .tag-block a{font-size:.625rem;padding:.375rem .625rem;display:inline-block;float:left;background:#293540;color:#879ba5;margin:0 .5rem .5rem 0}.rb-search-container .search-tips .search-change{position:absolute;right:0;top:0}.rb-search-tabs{margin:0;border-top:none}.rb-search-tabs .tabs-container{margin:0;padding:0 .9375rem}.rb-search-tabs .tabs-container .tab{width:auto;-ms-flex:none;flex:none;padding:0;border-left:none;border-right:none;-ms-flex-align:start;align-items:flex-start;height:1.875rem;margin:0 .625rem}.rb-search-tabs .tabs-container .tab span{font-size:.8125rem}.rb-search-main{width:100%;padding-top:1.0625rem}.rb-search-main.w-1450{width:100%;padding-top:2.3438rem}.rb-search-main .search-result{padding:0 1rem;margin-bottom:2.3438rem}.rb-search-main .suit-banner{width:94.6667vw;height:48vw;-o-object-fit:cover;object-fit:cover;margin:0 auto}.rb-search-main .suit-banner-title{font-size:4.2667vw;color:#fff;line-height:6vw;letter-spacing:1px;padding:0 6vw;margin:6vw 0}.rb-search-main .rb-card-row{margin:0!important;-ms-flex-pack:justify;justify-content:space-between}.rb-search-main .pro-card .pro-tags{-ms-flex-wrap:wrap;flex-wrap:wrap}.rb-search-main .pro-card .pro-tags .tag:last-child{margin-left:1vw}.rb-search-main .pro-card .pro-tags .tag:first-child{padding-left:2vw;background:#0091ef!important}.rb-search-main .pro-card .pro-info .desc{color:#879ba5}.rb-search-main .ency-card{margin:0 5vw;width:90vw}.rb-search-main .ency-card img{height:11.25rem;width:21.5625rem}.rb-search-main .ency-card .text{padding:.8125rem 0 2rem}.rb-search-main .ency-card .text .d1{font-size:1rem;color:#fff;line-height:1.125rem;height:auto}.rb-search-main .ency-card .text .d2{height:2.25rem;font-size:.75rem;line-height:1.125rem;margin-top:.625rem}.rb-search-main .new-card{margin:0 5vw;width:90vw;cursor:pointer}.rb-search-main .new-card a .imgs img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.rb-search-main .new-card a .text{padding:.8125rem 0 2rem}.rb-search-main .new-card a .text .tit{font-size:1rem;color:#fff;line-height:1.125rem;height:auto}.rb-search-main .new-card a .text .con{height:2.25rem;font-size:.75rem;line-height:1.125rem;margin-top:.625rem}.rb-search-main .new-card a .text .gnbox{margin-top:.875rem}.rb-search-main .new-card a .text .gnbox span{font-size:.75rem;color:#879ba5;display:inline-block;line-height:1.125rem;padding-left:1.625rem}.rb-search-main .new-card a .text .gnbox .time{background:url(/bocweb/change/img/e5f67f19.time.svg) no-repeat 0/1rem auto}.rb-search-main .new-card a .text .gnbox .good{background:url(/bocweb/change/img/d8ebe92b.good.svg) no-repeat 0/.875rem auto;margin-left:1.625rem}.rb-search-main .new-card a .text .gnbox .look{background:url(/bocweb/change/img/87b37e5d.look.svg) no-repeat 0/1.125rem auto;margin-left:1.625rem}.rb-search-main .video-card{margin:0 5vw;width:90vw;cursor:pointer}.rb-search-main .video-card a .imgs img{height:11.25rem;width:21.5625rem}.rb-search-main .video-card a .text{padding:.8125rem 0 2rem}.rb-search-main .video-card a .text .tit{font-size:1rem;color:#fff;line-height:1.125rem;height:auto}.rb-search-main .video-card a .text .gnbox{margin-top:0}.rb-search-main .video-card a .text .gnbox span{font-size:.75rem;color:#879ba5;display:inline-block;line-height:1.125rem;padding-left:1.625rem;margin-right:1.625rem}.rb-search-main .video-card a .text .gnbox .time{background:url(/bocweb/change/img/e5f67f19.time.svg) no-repeat 0/1rem auto}.rb-search-main .video-card a .text .gnbox .good{background:url(/bocweb/change/img/d8ebe92b.good.svg) no-repeat 0/.875rem auto}.rb-search-main .video-card a .text .gnbox .look{background:url(/bocweb/change/img/87b37e5d.look.svg) no-repeat 0/1.125rem auto}.pjto-content{width:100vw;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:4vw;-ms-flex-pack:justify;justify-content:space-between}.pjto-content .pro-card{margin:0;width:48.6667vw}}