/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:none}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:none}}@keyframes wobble{0%{transform:none}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:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-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{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,.5rem,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,.5rem,0)}to{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.6,.6,.6)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.6,.6,.6)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right 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);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translateY(-.2rem);visibility:hidden;opacity:0}to{transform:translateY(0);visibility:visible;opacity:1}}@keyframes slideInDown{0%{transform:translateY(-.2rem);visibility:hidden;opacity:0}to{transform:translateY(0);visibility:visible;opacity:1}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translateX(-50%);visibility:hidden;opacity:0}to{transform:translateX(0);visibility:visible;opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-50%);visibility:hidden;opacity:0}to{transform:translateX(0);visibility:visible;opacity:1}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translateX(50%);visibility:hidden;opacity:0}to{transform:translateX(0);visibility:visible;opacity:1}}@keyframes slideInRight{0%{transform:translateX(50%);visibility:hidden;opacity:0}to{transform:translateX(0);visibility:visible;opacity:1}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translateY(150px);visibility:visible;opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInUp{0%{transform:translateY(150px);visibility:visible;opacity:0}to{transform:translateY(0);opacity:1}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}@keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-family:Gotham_Light;src:url(/nuxt/resouces/fonts/Gotham-Light.9249716.ttf)}@font-face{font-family:Gotham_Medium;src:url(/nuxt/resouces/fonts/Gotham-Medium.0b28710.ttf)}@font-face{font-family:Gotham_Book;src:url(/nuxt/resouces/fonts/Gotham-Book.b2df243.ttf)}@font-face{font-family:Gotham_Bold;src:url(/nuxt/resouces/fonts/Gotham-Bold.46e967b.ttf)}.ztGotham_Light{font-family:Gotham_Light}.ztGotham_Medium{font-family:Gotham_Medium}.ztGotham_Book{font-family:Gotham_Book}.ztGotham_Bold{font-family:Gotham_Bold}@font-face{font-family:HarmonyOS_Sans_SC_Bold;src:url(/nuxt/resouces/fonts/HarmonyOS_Sans_SC_Bold.91e289c.ttf)}@font-face{font-family:HarmonyOS_Sans_SC_Light;src:url(/nuxt/resouces/fonts/HarmonyOS_Sans_SC_Light.ab391a6.ttf)}@font-face{font-family:HarmonyOS_Sans_SC_Medium;src:url(/nuxt/resouces/fonts/HarmonyOS_Sans_SC_Medium.2b2b7c8.ttf)}@font-face{font-family:HarmonyOS_Sans_SC_Regular;src:url(/nuxt/resouces/fonts/HarmonyOS_Sans_SC_Regular.872bdb6.ttf)}.HarmonyOS_Sans_SC_Bold{font-family:HarmonyOS_Sans_SC_Bold}.HarmonyOS_Sans_SC_Light{font-family:HarmonyOS_Sans_SC_Light}.HarmonyOS_Sans_SC_Medium{font-family:HarmonyOS_Sans_SC_Medium}.HarmonyOS_Sans_SC_Regular{font-family:HarmonyOS_Sans_SC_Regular}a:active{star:expression(this.onFocus=this.blur())}a:focus,button:focus{outline:none;-moz-outline:none}:focus{outline:none}area,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,input,li,ol,p,param,pre,td,textarea,th,ul{margin:0;padding:0;color:#000}body,html{-webkit-text-size-adjust:none}body,button,html,input,select,textarea{font-family:Gotham_Light}ol,ul{padding-left:0;list-style:none}img{border:none;display:inline-block;vertical-align:middle}th{font-style:normal;font-weight:400}h1,h2,h3,h4,h5,h6,p{font-size:100%;font-weight:400}input{display:inline-block;vertical-align:middle;color:#666}fieldset{border:none}legend{display:none}.clear{font-size:0}.clear,.clearfix:after{clear:both;height:0;line-height:0}.clearfix:after{content:"\20";display:block;visibility:hidden}.clearb{clear:both}.clearfix{display:block;zoom:1}* html .clearfix{height:1%}body{font-size:12px}a{text-decoration:none;color:#000}a:hover{color:#005eba}.fl{float:left}.fl,.fr{_display:inline}.fr{float:right}::-ms-clear,::-ms-reveal{display:none}input[type=button],input[type=reset],input[type=submit],select{border-radius:0;-webkit-appearance:none;-moz-appearance:none}a:focus,a:hover{-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .3s linear}.swiper-button-next,.swiper-button-prev{z-index:3!important}textarea{resize:none}.table{height:100%;display:table;width:100%}.table-cell{display:table-cell;vertical-align:middle}.textover{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}input::-moz-placeholder{color:#666}input::placeholder{color:#666}input:-ms-input-placeholder{color:#666}input::-webkit-input-placeholder{color:#666}input::-ms-input-placeholder{color:#666}input{color:#000}textarea::-moz-placeholder{color:#666}textarea:-ms-input-placeholder{color:#666}textarea::placeholder{color:#666}textarea{color:#000}img{max-width:100%}.img100{display:block;width:100%;height:auto}.noBold{font-weight:400}.bolder{font-weight:bolder}.textCenter{text-align:center}.allSfTx{overflow:hidden}.allSfTx .allSfTxImg{transition:all .3s linear;-webkit-transition:all .3s linear}.allSfTx:hover .allSfTxImg{transform:scale(1.05)}@media (max-width:10000000px){html{font-size:5.20833vw!important}}@media (max-width:1024px){html{font-size:9.52381vw!important}}@media (max-width:539px){html{font-size:13.33333vw!important}}.allTit_1{font-family:Gotham_Bold;margin-top:.7rem;font-size:.48rem;line-height:1}.allTit_1.HarmonyOS_Sans_SC_Bold{font-family:HarmonyOS_Sans_SC_Bold}.allTit_1.mt0{margin-top:0}.allTit_hr{display:block;width:.72rem;height:.04rem;background-color:#fff;margin:.17rem auto 0}.allTit_hr.bjlanse{background-color:#005eba}.allTit_js{font-size:.28rem;text-align:center;font-family:Gotham_Medium;margin-top:.55rem}.allTit_hr.textLeft{margin:.17rem 0 0}.allTit_hr.bjJbs{background-image:linear-gradient(90deg,#005eba,#00dc70)}.colorfff{color:#fff}.color666{color:#666}.f_48{font-size:.48rem}.f_44{font-size:.44rem}.f_24{font-size:.24rem}.f_22{font-size:.22rem}.f_20{font-size:.2rem}.f_18{font-size:.18rem}.f_14{font-size:.14rem}.f_12{font-size:.12rem}.f_38{font-size:.38rem}.f_34{font-size:.34rem}.f_32{font-size:.32rem}.f_28{font-size:.28rem}.f_16{font-size:.16rem}.display_wap,.display_wap_big,.display_wap_small{display:none}.lanse{color:#005eba}.f_30{font-size:.3rem}@media(max-width:1024px){.f_48{font-size:.54rem}.f_44{font-size:.5rem}.f_24{font-size:.35rem}.f_22{font-size:.33rem}.f_20{font-size:.31rem}.f_18{font-size:.3rem}.f_14{font-size:.28rem}.f_12{font-size:.24rem}.display_pc{display:none!important}.display_wap,.display_wap_big{display:block!important}.f_38{font-size:.44rem}.f_30,.f_34{font-size:.4rem}.f_32{font-size:.38rem}.f_28{font-size:.39rem}.f_16{font-size:.3rem}.allTit_1{margin-top:1rem;font-size:.64rem;line-height:1.1}.allTit_js{font-size:.39rem}.allTit_hr{width:1rem;height:.06rem;margin-top:.2rem}.allTit_hr.textLeft{margin:.2rem auto 0}body,html{overflow-x:hidden;width:100%}.boeAbout_jsXzNr_left_1.f_24,.boeGlobal_js.f_14,.boeSensor_Adva_list_tit.f_24{font-size:.3rem}}.display_smallwap{display:none}@media(max-width:539px){.f_12{font-size:12px}.display_pc,.display_wap_big{display:none!important}.display_wap_small{display:block!important}.allTit_1{font-size:.58rem}.display_smallwap_other{display:none}.display_smallwap{display:block}}.alertOpctioy,.fixedVideo{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:99999999999999;display:none}.fixedVideo .videoDDD embed,.fixedVideo .videoDDD iframe,.fixedVideo .videoDDD video{width:100%}.fixedVideo .videoDDD embed,.fixedVideo .videoDDD iframe{height:100%}.fixedVideo .videoDDD .openVd{width:100%;height:100%}.allContact{position:fixed;width:1160px;left:50%;margin-left:-600px;top:10%;height:73%;overflow-y:scroll;background:#fff;padding:40px 20px 20px 40px;z-index:556}.closeTxtt{right:0;cursor:pointer;background:#ccc}.closeTxtt,.closeVideo{position:absolute;top:0}.closeVideo{z-index:555;left:100%;width:42px;height:42px;background:#005eba url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAAyElEQVQ4jbXVwQ3CMAwF0E/FEhWDcAC1sAKLMBESnaDzMAgnDh8ZiIhCEjskteRDE+elcqV6RXIDYAtgBkC0CpJXvuNCUi5CRe4+Xi8Pe5L3BvjgOSe3eKjEh+B852/+i/+gsh4WleJRNAbH8K4UTcEWPIvm4Byuohocw61tUuEQf1hQKyx55jduJNfaGQs6LvHGY9DTY4seh6hDTB+wFLXuR2H1kKVOK9b+FUm8Bs3itWgSR8MJ4uOvCTI1QF3KzBOvX2ZKA3gC42XbvRgpBNkAAAAASUVORK5CYII=) no-repeat 50%;border-radius:0 3px 3px 0}@media only screen and (max-width:640px){.fixedVideo .videoDDD{width:93%;margin-left:0;left:2%}.closeVideo{left:auto;right:0;top:auto;bottom:100%;border-radius:0}}.boe_about_top h5,.boe_Access_top_left h6,.boe_Access_top_right h6,.boe_Chips_top_left h6,.boe_ChipsNrMk p,.boe_ESGNr_pos h3,.boe_ESGNr_pos h6,.boe_Genesis_top h6,.boe_homeProCp .boe_homeProCpMk_tit{font-family:Gotham_Medium}.boe_about_bottom h3,.boe_about_bottom h6,.boe_about_top h3,.boe_about_top h6,.boe_aboutNr_con_mk_num h3 em,.boe_aboutNr_con_mk_num h3 span,.boe_Access_top_left h3,.boe_Access_top_right h3,.boe_AccessNrMk_leftNr h3,.boe_Chips_top_left h3,.boe_Genesis_top h3,.boe_homeBanner_pos h3,.boe_homeISESwiper .boe_homeISESwiper_pos h3{font-family:Gotham_Bold}.boe_aboutNr_con_mk_top p,.boe_aboutNr_con_mk p,.boe_ESGNr_pos p,.boe_homeBanner_pos h6,.boe_homeISESwiper .boe_homeISESwiper_pos h6,.boe_homeProCp .boe_homeProCpMk_nav li a,.headerNav a{font-family:Gotham_Book}.wap_btn{display:none;width:.46rem;height:.31rem;position:relative;margin-left:.5rem}.wap_btn span{display:block;width:100%;height:2px;position:absolute;transition:all .3s linear;background:#fff}.wap_btn span:first-of-type{top:0}.wap_btn span:nth-of-type(2){top:.14rem}.wap_btn span:nth-of-type(3){bottom:0}.wap_btn.on span:first-of-type{top:50%;transform:rotate(45deg)}.wap_btn.on span:nth-of-type(2){display:none}.wap_btn.on span:nth-of-type(3){top:50%;transform:rotate(-45deg)}.header{display:flex;justify-content:space-between;position:fixed;width:100%;top:0;left:0;z-index:30;height:1.2rem;align-items:center;z-index:61}.logo{width:.89rem;margin-left:.78rem}.logo img{width:100%;height:auto}.logo img:first-child{display:block}.logo img:nth-child(2){display:none}.headerNav{display:flex}.headerNav a{font-size:.18rem;color:#fff}.header.addBjWhite .headerNav a:hover,.headerNav a:hover{color:#005eba}.headerNav li{margin:0 .31rem}.headerNav li.on .headerNav_YjBt{font-weight:bolder}.headerNav a.cursorDz{cursor:default}.headerNavPos_NrMkWc .headerNavPos_NrMk dd:first-child a.cursorDz:hover{color:#000}.headerNav_YjBt{line-height:1.2rem;display:block;position:relative}.headerNav_YjBt:before{content:"";position:absolute;left:50%;width:0;height:2px;bottom:0;background:#005bbb;transition:.4s linear}.header.addBjWhite .headerNav li.on .headerNav_YjBt:before,.headerNav li .headerNav_YjBt:hover:before,.headerNavPos{width:100%;left:0}.headerNavPos{height:auto;background:#fff;box-shadow:0 1px 8px 0 rgba(0,0,0,.12);padding:.2rem 0;display:none;-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.12);position:fixed;top:1.2rem;overflow:hidden}.headerNavPos a{color:#000}.headerNavPos .headerNavPos_Nr a{line-height:.4rem}.headerNav li.on .headerNavPos a{color:#000}.headerNavPos_NrMkWc .headerNavPos_NrMk dd:first-child a{font-weight:bolder}.headerNavPos_NrMkWc{display:flex}.headerNavPos_NrMkWc .headerNavPos_NrMk{margin-right:.5rem}.header.addBjWhite .headerNav li.on .headerNav_YjBt{color:#005eba}.header_right{display:flex;align-items:center;margin-right:.78rem}.header_right_search{width:.2rem;margin-right:.27rem}.header_right_search img{width:100%;height:auto}.header_right_search img:first-child{display:block}.header_right_search img:nth-child(2){display:none}.header_right_en{position:relative}.header_right_en a{display:flex;align-items:center;height:.26rem;background-color:#005eba;font-size:.12rem;color:#fff;padding:0 .08rem}.header_right_enHr{width:1px;height:.11rem;background-color:#fff;margin:0 .09rem}.header_right_en_row{display:block;width:.1rem;margin-left:.1rem}.header_right_enXzDz{display:flex;align-items:center;height:.26rem;background-color:#005eba;font-size:.12rem;color:#fff;padding:0 .08rem}.header_right_enXzDz a{color:#fff}.header_right_en_pos{width:100%;background:#fff;position:absolute;top:100%;right:0;padding:0;display:none;box-shadow:0 1px 8px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.12)}.header_right_en_pos a{display:block;background:none;color:#000;font-family:Gotham_Book;text-align:center;line-height:.26rem;height:.26rem;text-align:left;box-sizing:border-box;padding:0 0 0 .08rem}.header_right_en_pos a:hover{background:#005eba;color:#fff}.header_right_en:hover .header_right_en_pos{display:block}.header.addBjWhite{background-color:#fff;height:1.2rem}.header.addBjWhite .logo img:first-child{display:none}.header.addBjWhite .logo img:nth-child(2){display:block}.header.addBjWhite .headerNav a{color:#000}.header.addBjWhite .header_right_search img:first-child{display:none}.header.addBjWhite .header_right_search img:nth-child(2){display:block}.header_wap{height:1.4rem;background:rgba(1,10,27,.95);position:fixed;top:0;left:0;width:100%;z-index:60;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 5%;display:none}.header_wap_logo{width:1rem}.header_wap_right{display:flex;align-items:center}.header_wap_rightSea{width:.38rem}.header_wap_rightAreas{width:.4rem;margin-left:.5rem}.header.addBjWhite{box-shadow:0 1px 8px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.12)}.header_wap_Nr{display:none;opacity:0}.headerNav_wap{box-sizing:border-box;padding:0 2% .6rem;position:relative;z-index:3}.headerNav_wap_list{display:flex;flex-wrap:wrap}.headerNav_wap_list.w3 dd{width:32.33%;margin:1% .5% 0}.headerNav_wap_list.w1 dd{width:100%;margin:2% 0 0}.headerNav_wap_list dd a{display:block;text-align:center;line-height:1.1;height:1rem;width:100%;background-color:#005eba;border:1px solid #005eba;color:#fff;font-family:Gotham_Book;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.headerNav_wap_tit{display:block;box-sizing:border-box;width:100%;padding:.1rem 1%;font-family:Gotham_Bold;color:#000}.headerNav_wap li{margin-top:.4rem}.headerNav_wap_cpDz{display:flex;flex-wrap:wrap;width:100%}.headerNav_wap_cpDzMk{width:32.33%;margin:.15rem .5% 0}.headerNav_wap_cpDz_tit{display:block;box-sizing:border-box;width:100%;padding:0 1%;font-family:Gotham_Book;color:#333;line-height:1.1;height:.8rem}.headerNav_wap_list.noBj dd a{color:#000;background:none}.headerNav_wap_cpDz_tit,.headerNav_wap_list dd a,.headerNav_wap_tit{font-size:.3rem}.header_wap_Nr_bj_1{width:3.5rem;position:fixed;bottom:0;right:0;z-index:1}.header_wap_Nr_bj_2{width:1.5rem;position:fixed;top:1.4rem;left:0;z-index:1}.wap_btn.on span{background:#000}.header_wap.on{background:#fff}.header_wap_logo a img:first-child{display:block}.header_wap.on .header_wap_logo a img:first-child,.header_wap_logo a img:nth-child(2){display:none;opacity:0}.header_wap.on .header_wap_logo a img:nth-child(2){display:block;opacity:1}.headerNav_wap_tit:hover{color:#000}.headerNav_wap_cpDz_tit:hover{color:#333}.headerNav_wap_language a{display:inline-block;font-size:.3rem;margin:.3rem .5rem 0 0}@media(max-width:1024px){#header{display:none!important;height:1rem}.header_wap_Nr{display:none;opacity:1;position:fixed;top:1.4rem;height:calc(100vh - 1.4rem);width:100%;left:0;z-index:59;background:#fff;overflow-x:hidden;overflow-y:auto}.header_right_search{display:none}.header_right_enXzDz{display:flex;background:none;justify-content:space-between;padding:1rem 0}.header_right{margin:0 auto;width:90%}.header_right_enXzDz a{display:block;width:32%;height:1rem;font-size:.36rem;background-color:#005eba;text-align:center;line-height:1rem;font-family:Gotham_Bold}.header_right_enXzDz{width:100%}.header_right_enXzDz .header_right_enHr{display:none;opacity:0}.header_wap{display:flex}.headerNav,.wap_btn{display:block}.header.addBjWhite .headerNav li.on .headerNav_YjBt{color:#fff}.headerNavPos{position:static;background:none;padding:0}.headerNavPos_Nr{margin-left:0!important;padding-bottom:.3rem}.header .logo{display:none}.header .header_right,.headerNavPos_NrMkWc{display:block}.headerNav li.on .headerNavPos a,.headerNavPos a{color:#fff}.headerNav a{font-size:.36rem}.headerNav_YjBt,.headerNav li.on .headerNav_YjBt{line-height:1.4rem}.headerNavPos .headerNavPos_Nr a{line-height:.8rem;color:#fff;opacity:.5}.headerNavPos_NrMkWc .headerNavPos_NrMk{margin:.1rem 0 0}.headerNav_YjBtWc{position:relative}.headerNav li{border-bottom:1px solid hsla(0,0%,100%,.1);margin:0 5%}.headerNavPos_NrMkWc .headerNavPos_NrMk dd:first-child a{opacity:1}.header.addBjWhite .headerNav a{color:#fff}.headerNav_YjBt:before{display:none}.headerNav li.on .headerNav_YjBt{color:#fff}}@media(max-width:539px){.headerNav a{font-size:.32rem}.headerNav_YjBt,.headerNav li.on .headerNav_YjBt{line-height:1.2rem}.headerNav_YjBt_row{background-size:.21rem auto}.headerNav li.activeRow .headerNav_YjBt_row{background-size:.35rem auto}.header_right_enXzDz a{font-size:.32rem;height:.88rem;line-height:.88rem}.headerNav_wap_cpDz_tit,.headerNav_wap_list dd a,.headerNav_wap_tit{font-size:14px}.headerNav_wap_list dd a{height:.8rem}.headerNav_wap_cpDzMk{width:100%}.headerNav_wap_list.w1 dd{width:32.33%;margin:1% .5% 0}.headerNav_wap_cpDz_tit br{display:none}.headerNav_wap_cpDz_tit{height:.4rem;line-height:.4rem}.headerNav_wap_language a{font-size:14px}}.all_buttonWc{font-size:0}.all_button{display:inline-block;width:auto;height:.32rem;line-height:.3rem;border:1px solid #fff;text-align:center;font-size:.12rem;color:#fff;white-space:nowrap;font-family:Gotham_Light;padding:0 .1rem}.all_button img{margin-right:.05rem;display:inline-block;vertical-align:middle;width:.1rem;height:auto}.all_button.bjlanse,.all_button:hover{background-color:#005eba;border-color:#005eba;color:#fff}.all_buttonWc .all_button{margin-right:.2rem}.all_buttonWc .all_button.mr0{margin-right:0}@media(max-width:1024px){.all_button{font-size:.26rem;height:.66rem;line-height:.66rem;padding:0 .2rem}.all_button img{width:.2rem;display:inline-block;vertical-align:middle;transform:translateY(-.03rem)}}.boe_homeBannerWc{position:relative}.indBannerSwiper{overflow:hidden;width:100%;height:100vh;position:relative}.indBannerSwiper .swiper-slide{background:#000;width:100%;height:100vh;position:relative}.indBannerSwiper .swiper-slide .img100{height:100vh;position:relative;left:50%;transform:translateX(-50%);width:auto;display:block;max-width:1e+25px}.boe_all_pagination{position:absolute;z-index:10;bottom:.7rem;width:100%;text-align:center}.boe_all_pagination .swiper-pagination-bullet{width:.32rem;height:2px;border-radius:0;background:#fff;margin:0 .03rem;opacity:.5}.boe_all_pagination .swiper-pagination-bullet-active{opacity:1}.boe_homeBanner_pos{position:absolute;bottom:1.6rem;left:.78rem;z-index:3;right:.78rem;text-align:center}.boe_homeBanner_pos h3,.boe_homeBanner_pos h6{margin-top:.15rem}.boe_homeBanner_pos .all_buttonWc{margin-top:.35rem}.indBannerSwiper .swiper-slide .img100.display_pc{display:block!important}.indBannerSwiper .swiper-slide .img100.display_wap_big,.indBannerSwiper .swiper-slide .img100.display_wap_small{display:none!important}.boe_homeBanner_pos_displayWap{display:none;opacity:0}@media(max-width:1024px){.boe_homeBannerWc .all_buttonWc .all_button{margin:0 .2rem}.boe_homeBannerWc .all_buttonWc{position:absolute;width:100%;text-align:center;left:0;bottom:0;display:none;opacity:0}.boe_all_pagination{left:5%;right:5%;text-align:center;width:90%;white-space:nowrap}.boe_all_pagination .swiper-pagination-bullet{margin:0 .05rem;width:.41rem;height:.07rem;opacity:.3;border-radius:.07rem}.boe_all_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:.82rem;background-color:#005eba;opacity:1;border-radius:.07rem}.boe_homeBanner_pos{width:90%;left:5%;bottom:1.5rem;top:2rem;text-align:center;display:none;opacity:0}.boe_homeBanner_pos_displayWap{position:absolute;width:100%;text-align:center;left:0;bottom:0;display:block;opacity:1;width:90%;left:5%;bottom:1.5rem}.all_button_display_wap{display:flex;justify-content:space-between}.all_button_display_wap a{display:flex;align-items:center;justify-content:center;height:.98rem;width:48.5%;line-height:.98rem;background-color:#0047ba;color:#fff;font-size:.36rem;font-family:Gotham_Bold}.all_button_display_wap{margin-top:.65rem}.all_button_display_wap a img{width:.25rem;margin:0 0 0 .2rem;display:block}.boe_homeBanner_pos_displayWap h6{color:#51a2ff;font-family:Gotham_Bold;text-align:left;font-size:.36rem}.boe_homeBanner_pos_displayWap h3{color:#fff;font-family:Gotham_Bold;text-align:left;margin-top:.2rem;font-size:.68rem}}@media(max-width:768px){.indBannerSwiper .swiper-slide .img100.display_pc,.indBannerSwiper .swiper-slide .img100.display_wap_small{display:none!important}.indBannerSwiper .swiper-slide .img100.display_wap_big{display:block!important}}@media(max-width:539px){.indBannerSwiper .swiper-slide .img100.display_pc,.indBannerSwiper .swiper-slide .img100.display_wap_big{display:none!important}.indBannerSwiper .swiper-slide .img100.display_wap_small{display:block!important;width:auto!important;height:105vh!important}.boe_all_pagination{bottom:.5rem}.all_button_display_wap a{font-size:.3rem}.all_button_display_wap a img{margin-left:.1rem}.boe_homeBanner_pos_displayWap h3{font-size:.6rem}.boe_homeBanner_pos_displayWap h6{font-size:.32rem}}.boe_homeISESwiper{width:100%;position:relative;overflow:hidden}.boe_homeISESwiper .swiper-slide{overflow:hidden}.boe_homeISESwiper .boe_homeISESwiper_pos{position:absolute;bottom:1.2rem;width:100%;text-align:center}.boe_homeISESwiper .boe_homeISESwiper_pos h6{margin-top:.12rem}.boe_homeISESwiper .boe_homeISESwiper-pagination{position:absolute;bottom:.7rem;width:100%;left:0;right:0;text-align:center}.boe_homeISESwiper .swiper-slide{background:#000;width:100%;position:relative}.boe_homeISESwiper .swiper-slide .img100{width:100%;display:block;max-width:1e+25px}.boe_homeISE_wap{display:none;opacity:0}.boe_homeISE_XzSwiper{margin-top:.4rem;width:100%;overflow:hidden}.boe_homeISE_XzSwiper_Nr h3{font-family:Gotham_Medium;text-align:center;margin-top:.3rem}.boe_homeISE_XzSwiper_Nr_js,.boe_homeISE_XzSwiper_Nr_js p{color:#666;font-family:Gotham_Light;line-height:1.57}.boe_homeISE_XzSwiper_Nr_js{max-width:10.43rem;margin:.15rem auto 0;text-align:center}.boe_homeISE_XzSwiper_Nr h6{color:#333;font-family:Gotham_Book;text-align:center;margin-top:.08rem}.boe_homeISE_XzSwiper .boeMled_IndoorMk_xq{display:flex;justify-content:center}.boe_homeISE_XzSwiper_img{position:relative}.boe_homeISE_XzSwiper_img_bfIco{width:.9rem;position:absolute;top:50%;left:50%;margin-top:-.45rem;margin-left:-.45rem}.boe_homeISE_XzSwiper_img.videoOpen{cursor:pointer}@media(max-width:1024px){.boe_homeISESwiper .boe_homeISESwiper_pos{bottom:auto;top:2rem}.boe_homeISESwiper .swiper-slide{height:calc(100vh - 1rem)}.swiper-button-next.boe_homeISESwiper-next,.swiper-button-prev.boe_homeISESwiper-prev{display:none;opacity:0}.boe_homeISE_wap{display:block;opacity:1;background-color:#020617;padding:1px 0 0}.boe_homeISE_wap .allTit_1{padding-left:5%}.boe_homeISE_wap_img{margin-top:.6rem;position:relative}.boe_homeISE_wap_img_pos{position:absolute;bottom:1rem;left:5%}.boe_homeISE_wap_img_pos h3{color:#fff;font-family:Gotham_Bold}.boe_homeISE_wap_img_pos h6{color:#d1d5dc;font-family:Gotham_Book;margin-top:.2rem}.boe_homeISE_XzSwiper_Nr h3 br{display:none}.boe_homeISE_XzSwiper_Nr h3 a{color:#fff}.boe_homeISESwiperDisplayPc .boe_homeISE_XzSwiper{margin:.4rem auto 0;width:90%}.boe_homeISESwiperDisplayPc .boeEdu_BanSwiperWc{padding:0}.boe_homeISESwiperDisplayPc .boe_homeISE_XzSwiper_Nr{box-sizing:border-box;padding:0}.boe_homeISE_XzSwiper .boeMled_IndoorMk_xq{margin:.4rem auto 0;width:90%}.boe_homeISE_XzSwiper_Nr h6{margin-top:.2rem}.boe_homeISE_XzSwiper_Nr h3{margin-top:.4rem}}@media(max-width:539px){.boe_homeISE_wap_img_pos{bottom:.6rem}.boe_homeISESwiperDisplayPc .boe_homeISE_XzSwiper{margin-top:.2rem}}.boe_aboutWc{width:100%;height:300vh;overflow:hidden}.boe_about{position:relative;width:100%;height:100vh}.boe_about_img{width:100%;height:100vh;-o-object-fit:cover;object-fit:cover}.boe_about_tx{width:100%;height:100%;position:absolute;left:0;top:0;z-index:5}.boe_about_tx img{display:block;width:100%;height:100vh;-o-object-fit:cover;object-fit:cover}.boe_about_top{width:100%;position:absolute;top:15%;left:0;z-index:10;text-align:center}.boe_about_top h3{line-height:1}.boe_about_top h6{color:#005eba}.boe_about_top h5{color:#666;line-height:1.1;margin-top:.18rem}.boe_about_bottom{width:100%;position:absolute;top:72.5%;left:0;z-index:10;text-align:center}.boe_about_bottom p{margin-top:.44rem}.boeHome_aboutXg{position:relative;width:100%;overflow:hidden;margin-top:0}.boeHome_aboutXg .allTit_1{margin-top:0}.boeHome_aboutXg .boe_aboutNr_con{padding-bottom:0}.boe_aboutNr{width:100%;position:absolute;z-index:10;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);left:0}.boe_aboutNr_1{text-align:center}.boe_aboutNr_con{width:12.47rem;display:flex;justify-content:space-between;margin:1.1rem auto 0;padding-bottom:1.5rem}.boe_aboutNr_con_mk_num{margin-top:.2rem}.boe_aboutNr_con_mk_num h3 span{font-size:.68rem}.boe_aboutNr_con_mk_num h3 em{font-size:.3rem;font-style:normal}.boe_aboutNr_con_mk_num p{margin-top:.02rem}.boe_aboutNr_con_mk_top p{margin-top:.13rem;padding-bottom:.13rem}.boe_aboutNr_con_mk_top_1 img{width:.36rem;display:block;height:auto}.boe_aboutNr_con_mk{position:relative;padding-left:.36rem}.boe_aboutNr_con_mk:before{content:"";width:1px;height:100%;background:#fff;position:absolute;top:0;left:0;opacity:.2;z-index:1}.boe_aboutNr_con_mk p{white-space:nowrap}.boe_aboutNr_con_mk:after{content:"";width:1px;height:.63rem;background:#fff;position:absolute;top:0;left:0;opacity:1;z-index:2}@media(max-width:1024px){.boeHome_aboutXg .allTit_1{margin-top:.8rem}.boe_about_top h5{padding:0 5%;width:100%;box-sizing:border-box}.boe_about_bottom h6{padding:0 6%;width:100%;box-sizing:border-box}.boe_about_top{top:10%}.boe_about_bottom p{margin-top:.2rem}.boe_aboutNr_con_mk{display:flex;flex-wrap:wrap;border-bottom:1px solid hsla(0,0%,100%,.2);padding:.5rem 0}.boe_aboutNr_con_mk:after,.boe_aboutNr_con_mk:before{display:none}.boe_aboutNr_con_mk_top{width:100%;display:flex;align-items:center;margin-bottom:.3rem}.boe_aboutNr_con_mk_top_1{width:.8rem}.boe_aboutNr_con_mk_top_1 img{width:.56rem}.boe_aboutNr_con_mk_num h3 span{font-size:1rem}.boe_aboutNr_con_mk_num h3 em{font-size:.6rem}.boe_aboutNr_con{width:90%;display:block;margin-top:.4rem}.boe_aboutNr_con_mk .boe_aboutNr_con_mk_top p{white-space:normal;width:calc(100% - .95rem);font-size:.38rem}.boe_aboutNr_con_mk p{font-size:.38rem}.boe_aboutWc{height:230vh}.boe_aboutNr{position:static;transform:translateY(0);-webkit-transform:translateY(0)}.boeHome_aboutXg_bj{display:none;opacity:0}.boe_aboutNr_con_mk_num{text-align:center}.boe_aboutNr_con_mk_Dz3 .boe_aboutNr_con_mk_num{width:100%}.boe_aboutNr_con_mk_Dz3_num2{margin-top:.8rem}.boe_aboutNr_con_mk_Dz3_num2 p br{display:none}.boe_aboutNr_con_mk_Dz1 .boe_aboutNr_con_mk_num{width:50%}.boe_aboutNr_con_mk_Dz2 .boe_aboutNr_con_mk_num{width:33.33%}.boe_aboutNr_con_mk p{white-space:normal}.boe_aboutNr_con_mk.boe_aboutNr_con_mk_Dz3{border-bottom:none}.boe_aboutNr_con_mk .boe_aboutNr_con_mk_top p,.boe_aboutNr_con_mk p{color:#fff}}@media(max-width:768px){.boe_about_bottom .boe_about_bottom_wapZdy{font-size:11px}}@media(max-width:539px){.boe_aboutNr_con_mk_num h3 span{font-size:.6rem}.boe_about_top{top:18%}.boe_about_bottom{top:65%}.boe_about_bottom .boe_about_bottom_wapZdy{font-size:12px}.boe_aboutWc{height:200vh}.boe_aboutNr_con_mk_top_1 img{width:.5rem}.boe_aboutNr_con_mk .boe_aboutNr_con_mk_top p,.boe_aboutNr_con_mk p{font-size:.32rem}}.boe_Cases{width:100%;position:relative}.boe_Cases_mc{position:absolute;width:100%;top:0;left:0;z-index:2}.boe_CasesSwiper{width:100%;position:relative;overflow:hidden}.boe_Cases .boe_Cases_nav{width:100%;display:flex;justify-content:center;margin-top:.34rem}.boe_Cases .boe_Cases_nav a{color:#fff;opacity:.5;font-family:Gotham_Medium}.boe_Cases .boe_Cases_nav li{margin:0 .8rem}.boe_Cases .boe_Cases_nav a:hover,.boe_Cases .boe_Cases_nav li.on a{opacity:1}.boe_Cases_tit{text-align:center}.boe_Cases_pos{position:absolute;width:100%;top:1px;left:0;z-index:3}@media(max-width:1024px){.boe_Cases{background:#020617}.boe_Cases_pos{position:static}.boe_Cases_mc{display:none;opacity:0;height:0!important}.boe_Cases .boe_Cases_nav li{display:inline-block;margin:0 .2rem;white-space:nowrap;padding-bottom:.4rem}.boe_Cases .boe_Cases_nav{overflow-x:auto;box-sizing:border-box;width:100%;margin:.74rem auto 0;display:block;white-space:nowrap}.boe_Cases_pos .colorfff.allTit_1{color:#fff;padding-top:.8rem;margin-top:0}.boe_Cases .boe_Cases_nav a{color:#fff;font-size:.38rem}.boe_Cases_pos .allTit_hr{background-color:#fff}.boe_CasesSwiper{z-index:3}.boe_Cases .boe_Cases_nav li{position:relative}.boe_Cases .boe_Cases_nav li:before{content:"";height:.05rem;background-color:#2b7fff;width:0;position:absolute;bottom:0;left:0}.boe_CasesSwiper{margin-top:.7rem}.boe_Cases .boe_Cases_nav li.on:before{width:100%}.boe_Cases .boe_Cases_nav::-webkit-scrollbar{height:0}.boe_Cases .boe_Cases_nav::-webkit-scrollbar-track{background:rgba(0,0,0,.12)}.boe_Cases .boe_Cases_nav::-webkit-scrollbar-thumb,.boe_Cases .boe_Cases_nav::-webkit-scrollbar-thumb:hover{background:#2b7fff}}@media(max-width:768px){.boe_Cases .boe_Cases_nav{width:100%;box-sizing:border-box;padding-left:3%}.boe_Cases .boe_Cases_nav::-webkit-scrollbar{width:0;height:0}.boe_Cases .boe_Cases_nav::-webkit-scrollbar-thumb,.boe_Cases .boe_Cases_nav::-webkit-scrollbar-track{background:none}.boe_Cases .boe_Cases_nav::-webkit-scrollbar-thumb:hover{background:none}}@media(max-width:539px){.boe_Cases .boe_Cases_nav a{font-size:.32rem}}.boe_CasesXz{padding:1px 0 0}.boe_CasesXz .boeEdu_BanSwiper-next,.boe_CasesXz .boeEdu_BanSwiper-prev,.boe_homeISESwiperDisplayPc .boeEdu_BanSwiper-next,.boe_homeISESwiperDisplayPc .boeEdu_BanSwiper-prev{top:3.98rem}@media(max-width:1024px){.boe_CasesXz .boeEdu_BanSwiperWc{padding:0}.boe_CasesXz .boe_homeISE_XzSwiper_Nr{box-sizing:border-box;padding:0}.boe_CasesXz .boe_homeISE_XzSwiper{margin:.4rem auto 0;width:90%}.boe_homeISE_XzSwiper_Nr_js,.boe_homeISE_XzSwiper_Nr_js p{text-align:center}.boe_homeISE_XzSwiper_Nr_js br{display:none}}@media(max-width:539px){.boe_CasesXz .boe_homeISE_XzSwiper{margin-top:.2rem}}.boe_homeProCp{width:100%;overflow:hidden;display:flex;margin-top:.4rem}.boe_homeProCp .boe_homeProCpMk{width:16.66%;position:relative;overflow:hidden;transition:all .3s;height:8.5rem}.boe_homeProCp .boe_homeProCpMk.on{width:66.68%}.boe_homeProCp .boe_homeProCpMk_img_small{z-index:2}.boe_homeProCp .boe_homeProCpMk_img,.boe_homeProCp .boe_homeProCpMk_img_small{display:block;height:100%;width:auto;max-width:10000000000000000px;position:absolute;top:0;left:0}.boe_homeProCp .boe_homeProCpMk_img{opacity:1;z-index:1}.boe_homeProCp .boe_homeProCpMk_pos{position:absolute;top:.6rem;left:.3rem;z-index:5}.boe_homeProCp .boe_homeProCpMk_nav{display:flex;flex-wrap:wrap;padding-top:.15rem;opacity:0}.boe_homeProCp .boe_homeProCpMk_nav li{margin:.15rem .15rem 0 0;white-space:nowrap;background-color:hsla(0,0%,100%,.2);text-align:center;display:flex;align-items:center;justify-content:center;line-height:1}.boe_homeProCp .boe_homeProCpMk_tit{font-size:.3rem;font-family:Gotham_Book}.boe_homeProCp .boe_homeProCpMk_nav li a{display:block;min-width:1.34rem;box-sizing:border-box;padding:0 .15rem;color:#fff;line-height:1;min-height:.54rem;display:flex;align-items:center;justify-content:center}.boe_homeProCp .boe_homeProCpMk_nav li a:hover{color:#fff}.boe_homeProCp .boe_homeProCpMk_nav li:hover{background:#005eba}.boe_homeProCp .boe_homeProCpMk.on .boe_homeProCpMk_pos{left:.78rem}.boe_homeProCp .boe_homeProCpMk.on .boe_homeProCpMk_nav{opacity:1}.boe_homeProCp .boe_homeProCpMk.on .boe_homeProCpMk_img_small{opacity:0}.boe_homeProCp .boe_homeProCpMk.on .boe_homeProCpMk_tit{font-size:.48rem;font-family:Gotham_Medium}.boe_homeProCp .boe_homeProCpMk.on .boe_homeProCpMk_tit br{display:none}.boe_homeProCpMk_nav_DZ1,.boe_homeProCpMk_nav_DZ2{width:7.8rem}.boe_homeProCp .boe_homeProCpMk_nav.boe_homeProCpMk_nav_DZ1 li a{min-height:.44rem}.boe_homeProCpMk_nav_DZ3{width:8rem}.boe_homeProCp .boe_homeProCpMk_nav.boe_homeProCpMk_nav_DZ3 li a{width:3.1rem}.boe_homeProCp .boe_homeProCpMk_img{transition:all .3s linear;-webkit-transition:all .3s linear}.boe_homeProCp .boe_homeProCpMk.on .boe_homeProCpMk_img{transform:scale(1.05)}.boe_AccessNrMk_row{width:.6rem;height:.5rem;display:flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.5);position:absolute;left:.33rem;bottom:.35rem;z-index:5}.boe_AccessNrMk_row img{width:.08rem}.boe_AccessNrMk_row:hover{background:#005eba;border-color:#005eba}.boe_homeProCp .boe_homeProCpMk.on .boe_AccessNrMk_row img{transform:rotate(180deg)}.boe_homeProCpDisplayWap{display:none;opacity:0;padding-bottom:0}.boe_homeProCpDisplayWap_ul{margin-top:.8rem}.boe_homeProCpDisplayWap_ulTop{height:2.2rem;overflow:hidden;position:relative}.boe_homeProCpDisplayWap_ulTop h3{position:absolute;top:50%;left:5%;transform:translateY(-50%);font-family:Gotham_Bold;z-index:2}.boe_homeProCpDisplayWap_ulNr{width:90%;margin:0 auto;padding:.5rem 0;display:none}.boe_homeProCpDisplayWap_ulNr_link{margin-top:.5rem}.boe_homeProCpDisplayWap_ulNr_img{height:5rem;overflow:hidden;border-radius:.1rem}.boe_homeProCpDisplayWap_listXzImg{width:90%;margin:.2rem auto 0}.boe_homeProCpDisplayWap_listXzMK{margin-top:.66rem}.boe_homeProCpDisplayWap_listXzMK .boe_ESGWapXzSjNav{margin-top:.3rem}.boe_homeProCpDisplayWap_listXzMK h3{font-family:Gotham_Book}@media(max-width:1024px){.boe_homeProCpDisplayWap{display:block;opacity:1}.boe_homeProCp{display:block;width:100%;box-sizing:border-box}.boe_homeProCp .boe_homeProCpMk{width:100%;display:block;margin-right:0;height:auto}.boe_homeProCp .boe_homeProCpMk.on{width:100%}.boe_homeProCp .boe_homeProCpMk_img_small{opacity:0;display:none}.boe_homeProCp .boe_homeProCpMk_nav{opacity:1}.boe_homeProCp .boe_homeProCpMk .boe_homeProCpMk_pos,.boe_homeProCp .boe_homeProCpMk.on .boe_homeProCpMk_pos{position:static}.boe_homeProCp .boe_homeProCpMk_nav li{width:100%}.boe_homeProCp .boe_homeProCpMk.on .boe_AccessNrMk_row img{transform:rotate(0)}.boe_AccessNrMk_row{left:.75rem}.boe_homeProCp .boe_homeProCpMk_img{position:static}.boe_homeProCp{display:none;opacity:0}}@media(max-width:768px){.boe_homeProCp .boe_homeProCpMk{width:280px;margin-right:5px;height:350px}.boe_homeProCp .boe_homeProCpMk.on{width:280px}}@media(max-width:539px){.boe_homeProCpDisplayWap_ulTop h3{font-size:.32rem}.boe_homeProCpDisplayWap_ulTop:before{background-size:.33rem auto;width:.33rem}.boe_homeProCpDisplayWap_ulTop{height:1.8rem}.boe_homeProCpDisplayWap_ulNr_img{height:4rem}}.boe_Genesis_top{margin-left:.78rem}.boe_Genesis_top h6{color:#005eba}.boe_Genesis_top h3{margin-top:.05rem}.boe_Genesis_top p{margin-top:.2rem;line-height:1.35}.boe_Genesis_top .all_buttonWc{margin-top:.35rem}.boe_Genesis_bottom{margin-top:3.7rem;display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:0 .78rem}.boe_Genesis_bottom_img{width:5.19rem}.boe_Genesis_bottom_rig{display:flex}.boe_Genesis_bottom_rig li{text-align:center;margin-left:.6rem}.boe_Genesis_bottom_ico{height:.44rem;display:flex;align-items:center;justify-content:center}.boe_Genesis_bottom_rig li img{display:inline-block;max-width:.44rem;max-height:.44rem}.boe_Genesis_bottom_rig li p{margin-top:.15rem;font-weight:bolder}.boe_Genesis_bottom_rig li{transition:all .3s}.boe_Genesis_bottom_rig li:hover{transform:translateY(-7px)}@media(min-width:1921px) and (max-width:10000000px){.boe_Genesis_bottom_ico img{height:.44rem;width:auto}}@media(max-width:1024px){.boe_Genesis_top{width:90%;margin:0 auto;text-align:center}.boe_Genesis_bottom{display:block}.boe_Genesis_bottom_rig{margin-top:.4rem}.boe_Genesis_bottom_img{margin:0 auto}.boe_Genesis_bottom_rig li{margin:0;width:25%}.boe_Genesis_top p br{display:none}}@media(max-width:539px){.boe_Genesis_top .all_buttonWc{display:none}.boe_Genesis_bottom_rig{flex-wrap:wrap;margin-top:.1rem}.boe_Genesis_bottom_rig li{width:50%;margin-top:.5rem}.boe_Genesis_bottom{padding:0 5%}.boe_Genesis_bottom_rig li p{white-space:nowrap}}.boe_Access_top{display:flex;box-sizing:border-box;width:100%;padding:0 .78rem;justify-content:space-between}.boe_Access_top_left h3{margin-top:.13rem}.boe_Access_top_left_img{display:flex;margin-top:.3rem}.boe_Access_top_left_img li{width:.69rem;margin-right:.22rem}.boe_Access_top_right{text-align:right}.boe_Access_top_right p{margin-top:.2rem}.boe_Access_top_right .all_buttonWc{margin-top:.38rem}.boe_AccessNr_wc{padding:0 .78rem;margin-top:.58rem}.boe_AccessNr{display:flex}.boe_AccessNrMk{width:17%;position:relative;overflow:hidden;transition:all .3s}.boe_AccessNrMk.on{width:49%}.boe_AccessNrMk_left{position:relative;width:100%;z-index:2}.boe_AccessNrMk_leftNr{position:absolute;top:.42rem;left:.33rem}.boe_AccessNrMk_leftNr h3{color:#fff;min-height:.7rem}.boe_AccessNrMk_leftNr p{line-height:.24rem;width:2.05rem;color:#fff}.boe_AccessNrMk_right{width:calc(100% - 2.9rem);position:absolute;left:2.9rem;top:0;z-index:1}.boe_AccessNrMk_left_img{height:4.5rem}.boe_AccessNrMk_left_img,.boe_AccessNrMk_right img{width:auto;max-width:100000000px}.boe_AccessNrMk,.boe_AccessNrMk_left,.boe_AccessNrMk_right,.boe_AccessNrMk_right img{height:4.5rem}.boe_AccessNrMk.on .boe_AccessNrMk_left{width:2.9rem;background:#fff}.boe_AccessNrMk.on .boe_AccessNrMk_right{z-index:3}.boe_AccessNrMk.on .boe_AccessNrMk_leftNr h3{color:#000}.boe_AccessNrMk.on .boe_AccessNrMk_leftNr p{color:#666}.boe_AccessNrMk.on .boe_AccessNrMk_left .boe_AccessNrMk_left_img{opacity:0}.boe_AccessNrMk_right{overflow:hidden}.boe_AccessNrMk_right img{transition:all .3s linear;-webkit-transition:all .3s linear}.boe_AccessNrMk_right:hover img{transform:scale(1.05)}@media(max-width:1024px){.boe_Access{background-image:none}.boe_Access_top{flex-wrap:wrap}.boe_Access_top_left,.boe_Access_top_right{width:100%;text-align:center}.boe_Access_top_right{display:none}.boe_Access_top_left h6{color:#005eba}.boe_Access_top_left h3{color:#000}.boe_Access_top_left_img li{width:1.7rem;margin:0 .15rem}.boe_Access_top_left_img{justify-content:center}.boe_Access_top_left h3{font-size:.4rem}.boe_AccessNr_wc{display:none}.boe_Access{padding:1rem 0}.boe_Access_wap{position:relative}.boe_Access_wap_pos{width:90%;position:absolute;top:10%;left:5%;display:block}.boe_Access_wapList{display:flex;flex-wrap:wrap;width:80%;margin:0 auto;padding:.5rem 0 1rem}.boe_Access_wapList li{width:44%;margin:.5rem 3% 0}.boe_Access_wapList h3{font-family:Gotham_Medium;margin-top:.18rem}}@media(max-width:539px){.boe_Access_wapList{width:94%}.boe_Access_wapList h3{font-size:.31rem}}.boe_Chips{background:#f8f8f8;box-sizing:border-box;width:100%;padding:.95rem .78rem}.boe_Chips_top{display:flex;justify-content:flex-start;align-items:flex-end;position:relative}.boe_Chips_top_left h6{color:#005eba}.boe_Chips_top_left h3{color:#010101;line-height:1;margin-top:.15rem}.boe_Chips_top_Cen{margin-left:.5rem}.boe_Chips_top_Cen p{line-height:1.35}.boe_Chips_top .all_buttonWc{position:absolute;bottom:0;right:0}.boe_ChipsNr{background-color:#fff;padding:.5rem .6rem 1.1rem;margin-top:.54rem}.boe_ChipsNr ul{display:flex;flex-wrap:wrap;text-align:center}.boe_ChipsNr li{width:16.66%;margin-top:.6rem}.boe_ChipsNrMk p{margin-top:.17rem}.boe_ChipsNrMk_ico img{display:inline-block;max-width:.89rem;max-height:1.05rem}.boe_ChipsNrMk_ico{height:1.05rem;display:flex;align-items:center;justify-content:center}.boe_ChipsNrMk{transition:all .3s}.boe_ChipsNrMk:hover{transform:translateY(-7px)}@media(min-width:1921px) and (max-width:10000000px){.boe_ChipsNrMk_ico img{height:.8rem;width:auto}}@media(max-width:1024px){.boe_Chips_top{flex-wrap:wrap;position:absolute;width:100%;top:10%;left:0}.boe_Chips_top_left{width:100%;text-align:center}.boe_Chips_top_Cen{width:90%;text-align:center;margin:.3rem auto 0}.boe_Chips_top_Cen p br,.boe_ChipsNr{display:none}.boe_Chips{padding:0;position:relative}.boe_Chips_top_Cen p,.boe_Chips_top_left h3,.boe_Chips_top_left h6{color:#fff}.boe_Chips_wap .all_buttonWc{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%)}}.boe_news{background:#fff;padding:.6rem .78rem 1px}.boe_newsTop{display:flex;justify-content:space-between;align-items:flex-end}.boe_newsTopNav{display:flex}.boe_newsTopNav li{margin-right:1.15rem;position:relative}.boe_newsTopNav a{font-size:.48rem;color:#999;font-family:Gotham_Bold}.boe_newsTopNav li.active a{color:#010101}.boe_newsTopNav li:before{content:"";width:0;height:.05rem;background-color:#005eba;position:absolute;top:117%;left:50%;transform:translateX(-50%);transition:all .3s}.boe_newsTopNav li.active:before,.boe_newsTopNav li:hover:before{width:.7rem}.newsSwiper{width:100%;overflow:hidden}.newsSwiper .swiper-slide h6{font-family:Gotham_Book;color:#666;margin-top:.21rem}.newsSwiper .swiper-slide h3{line-height:.3rem;margin-top:.18rem}.boe_newsNrWc{margin-top:.53rem}.newsSwiper-button{display:flex;margin-top:.31rem;justify-content:center;width:100%;box-sizing:border-box}.newsSwiper-next,.newsSwiper-prev{width:.39rem;border:1px solid #000;border-radius:50%;cursor:pointer;height:.39rem;box-sizing:border-box;background-repeat:no-repeat;background-size:.16rem auto;background-position:50%}.newsSwiper-next.swiper-button-disabled,.newsSwiper-prev.swiper-button-disabled{opacity:.35;cursor:not-allowed}.boe_newsNrMk{display:none}.boe_news.boe_newsXz_home{display:none;opacity:0}@media(max-width:1024px){.boe_news.boe_newsXz_home{background:#020617;padding-bottom:1.1rem}.boe_news.boe_newsXz_home .boe_newsTopNav li.active a{color:#fff}.boe_news.boe_newsXz_home .newsSwiper-button{display:none;opacity:0}.boe_newsTop .all_buttonWc{display:none}.boe_newsTopNav{width:100%;justify-content:space-between}.boe_newsTopNav li{margin-right:0}.boe_newsTopNav a{font-size:.54rem;white-space:nowrap}.newsSwiper-next,.newsSwiper-prev{width:.66rem;height:.66rem}.newsSwiper-button{justify-content:center}.newsSwiper-next,.newsSwiper-prev{background-size:.25rem auto}.newsSwiper-button{margin-top:.5rem}.boe_news{padding:1rem 5% .3rem}.newsSwiper .swiper-slide h3{line-height:1.2}.boe_news.boe_newsXz_home .newsSwiper .swiper-slide h6{color:#99a1af}.boe_news.boe_newsXz_home .newsSwiper .swiper-slide h3,.boe_news.boe_newsXz_home .newsSwiper .swiper-slide h3 a{color:#fff}.boe_newsTopNav li:before{display:none}}@media(max-width:539px){.boe_newsTopNav a{white-space:nowrap;font-size:.48rem}.boe_news{padding:1rem 5% .3rem}.newsSwiper .swiper-slide h3,.newsSwiper .swiper-slide h6{text-align:center}.newsSwiper-next,.newsSwiper-prev{width:.5rem;height:.5rem}.newsSwiper-button{justify-content:center}.newsSwiper-next,.newsSwiper-prev{background-size:.2rem auto}.newsSwiper-button{margin-top:.4rem}}.boe_ESG{width:100%;background:#fff;padding:0 .78rem 1px;box-sizing:border-box;margin-top:.75rem}.boe_ESGNr{display:flex;justify-content:space-between}.boe_ESGNrLeft{width:3rem;position:relative}.boe_ESGNrRight{width:14.18rem;position:relative}.boe_ESGNr_pos{position:absolute;top:.4rem;left:.26rem}.boe_ESGNr_pos p{line-height:1.8}.boe_ESGNr_pos h3{padding:.1rem 0 .28rem}.boe_ESGXzDz_logo{width:1.61rem}.boe_ESGXzDz_js{color:#fff;font-family:Gotham_Book;line-height:1.625;margin-top:.17rem}.boe_ESGXzDz_quan{width:3.89rem;position:absolute;top:50%;left:50%;margin-left:-1.945rem;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.boe_ESGXzDz_quan_1{width:.77rem;position:absolute;top:.2rem;left:50%;margin-left:-.385rem}.boe_ESGXzDz_quan_2{width:.5rem;position:absolute;right:.26rem;top:2.4rem}.boe_ESGXzDz_quan_3{width:.49rem;position:absolute;left:.26rem;top:2.4rem}.boe_ESGXzDz_quanMk{opacity:.4}.boe_ESGXzDz_quanMk:hover{opacity:1}.boe_ESGNrLeft .boe_AccessNrMk_row{bottom:.4rem;left:.32rem}.boe_ESGNrLeft .boe_AccessNrMk_row a{display:block;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.boe_ESGNrRight_pos{position:absolute;bottom:.5rem;right:.55rem;text-align:right}.boe_ESGNrRight_pos_ico{text-align:center;float:right}.boe_ESGNrRight_pos_ico p,.boe_ESGNrRight_pos h3{font-family:Gotham_Medium}.boe_ESGNrRight_pos h3{margin-top:.23rem;line-height:1.6}.boe_ESGNrRight_pos_ico img{display:inline-block;width:1.58rem}.boe_ESG_wap{margin-top:.8rem}.boe_ESG_wap_top{display:flex;justify-content:space-between;align-items:flex-end;width:100%;box-sizing:border-box;padding:0 .78rem}.boe_ESG_wap_top h6{font-family:Gotham_Medium;color:#005eba}.boe_ESG_wap_top h3{font-family:Gotham_Bold;color:#005eba;margin-top:.1rem}.boe_ESG_wap_topRight{font-family:Gotham_Medium;color:#005eba;line-height:1}.boe_ESG_wap_Img{position:relative;margin-top:.5rem}.boe_ESG_wap_Img_pos{width:2.6rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.boe_ESG_wap_Bot{margin-top:.7rem}.boe_ESG_wap_Bot h3,.boe_ESG_wap_Bot h6{font-family:Gotham_Medium;text-align:center}.boe_ESG_wap_Bot h3{color:#000}.boe_ESG_wap_Bot h6{color:#666;margin-top:.05rem}.boe_ESGWapXzSj{display:none;opacity:0;padding:1rem 0 0}.boe_ESGWapXzSj_logo{width:3.8rem;margin:0 auto}.boe_ESGWapXzSj_js{text-align:center;line-height:1.2;font-family:Gotham_Book;margin-top:.4rem}.boe_ESGWapXzSjImg{width:90%;margin:.5rem auto 0}.boe_ESGWapXzSjNav{display:flex;justify-content:flex-start;flex-wrap:wrap;width:90%;margin:.2rem auto 0}.boe_ESGWapXzSjNav li{width:32%;margin:2% 2% 0 0}.boe_ESGWapXzSjNav li:nth-child(3n){margin-right:0}.boe_ESGWapXzSjNav li a{height:.88rem;width:100%;background-color:#f7f8fa;color:#333;font-family:Gotham_Book;display:flex;justify-content:center;align-items:center;text-align:center}.boe_ESGWapXzSjNav.w2 li{width:49%}.boe_ESGWapXzSjNav.w2 li:nth-child(3n){margin-right:2%}.boe_ESGWapXzSjNav.w2 li:nth-child(2n){margin-right:0}.boe_ESGxzXg_0330{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.boe_ESGxzXg_0330_img{width:3.9rem;margin:0 auto}.boe_ESGxzXg_0330_list{display:flex;justify-content:center;margin-top:.16rem}.boe_ESGxzXg_0330_list li{margin:0 .1rem;font-size:.48rem}.boe_ESGxzXg_0330_list li a{color:#fff;font-family:Gotham_bold;font-weight:bolder}.boe_ESGxzXg_0330_list li a:hover{color:#005eba}@media(max-width:1024px){.boe_ESG{padding:1px 0 0;margin-top:0;background:#0a0f1d}.boe_ESGNr{flex-wrap:wrap}.boe_ESGNrLeft{overflow:hidden}.boe_ESGNrLeft,.boe_ESGNrRight{width:100%;height:8rem}.boe_ESGNrRight .allSfTxImg{height:100%;width:auto;max-width:1000000000px}.boe_ESGNr_pos{top:.8rem;left:5%}.boe_ESGNr_pos h3{font-size:.58rem}.boe_ESGNrRight_pos{bottom:.5rem;left:5%;text-align:left}.boe_ESGNrRight_pos_ico{float:left}.boe_ESGNr .boe_AccessNrMk_row img{display:none}.boe_ESGXzDz_quan{width:5rem;right:auto;left:50%;margin-left:-2.3rem}.boe_ESGXzDz_quan_1{width:1.15rem;margin-left:-.575rem;top:.25rem}.boe_ESGXzDz_quanMk{opacity:1}.boe_ESGXzDz_quan_2{width:.78rem;right:.28rem;top:3rem}.boe_ESGXzDz_quan_3{width:.75rem;left:.28rem;top:3rem}.boe_ESG{display:none;opacity:0}.boe_ESGWapXzSj{display:block;opacity:1}}@media(max-width:539px){.boe_ESG_wap_Img_pos{width:2rem}}.boe_ESGXzSj{padding:1px .78rem 0;margin-top:.78rem;box-sizing:border-box;width:100%}.boe_ESGXzSj_list{display:flex;justify-content:space-between}.boe_ESGXzSj_list li{width:23.6%}.boe_ESGXzSjMk{position:relative;width:100%}.boe_ESGXzSjMkPos_top1{position:absolute;top:.2rem;left:.28rem}.boe_ESGXzSjMkPos_bot{position:absolute;width:100%;bottom:.6rem;left:0;text-align:center}.boe_ESGXzSjMk a{color:#fff;display:block}.boe_ESGXzSjMkPos_top1 h3{color:#fff;font-family:Gotham_Medium}.boe_ESGXzSjMkPos_top1 h6{color:#fff;font-family:Gotham_Book;line-height:1.33;margin-top:.11rem}.boe_ESGXzSjMkPos_bot{color:#fff;font-family:Gotham_Medium}.boe_ESGXzSjMkPos_top2{width:1.42rem;position:absolute;top:.25rem;left:50%;margin-left:-.71rem}@media(max-width:1024px){.boe_ESGXzSj{padding:0 5%;margin-top:.5rem}.boe_ESGXzSj_list{flex-wrap:wrap}.boe_ESGXzSj_list li{width:49%;margin-top:2%}.boe_ESGXzSjMkPos_top2{width:1.6rem;margin-left:-.8rem;top:.5rem}.boe_ESGXzSjMkPos_top1{top:.4rem;width:90%}.boe_ESGXzSjMkPos_top1 h6 br{display:none}.boe_ESGXzSjMkPos_bot{font-size:.48rem}.boe_ESGXzSjMkPos_top1 h6{line-height:1.1}}@media(max-width:539px){.boe_ESGXzSj{padding:0}.boe_ESGXzSjMkPos_top1 h6{display:none}.boe_ESGXzSjMkPos_top2{top:.3rem}.boe_ESGXzSjMkPos_top1{top:.2rem;left:.4rem}.boe_ESGXzSj_list li{width:100%}.boe_ESGXzSjMk{height:5rem;overflow:hidden}}.footer{background-color:#1a1a1a;margin-top:.8rem;display:flex;justify-content:space-between;width:100%;overflow:hidden}.footer,.footer_left{box-sizing:border-box}.footer_left{width:calc(100% - 5.38rem);margin-left:.78rem;padding-top:1rem;border-right:1px solid #2d2d2d;padding-right:.5rem;padding-bottom:.95rem}.footer_left_top{display:flex;justify-content:space-between;align-items:flex-start}.footer_right{width:4.6rem;padding-top:1rem;box-sizing:border-box;padding-left:.75rem}.footer_left dl dt a{font-size:.14rem;color:#fff;font-family:Gotham_Book;white-space:nowrap;display:block}.footer_left dl dt a:hover{color:#005eba}.footer_left dl dd a{font-size:.12rem;color:#fff;font-family:Gotham_Light;opacity:.5;white-space:nowrap;display:block}.footer_left dl .footer_dl_td dd.footer_dl_tdMk_td a,.footer_left dl dd a:hover{opacity:1}.footer_left dl dd{margin-top:.12rem}.footer_left dl dt{padding-bottom:.1rem}.footer_dl_td{display:flex}.footer_dl_td .footer_dl_tdMk{padding-right:.16rem;margin-left:.16rem;position:relative}.footer_dl_td .footer_dl_tdMk:before{content:"";width:1px;position:absolute;top:.15rem;right:0;bottom:.1rem;background:#2d2d2d}.footer_dl_td .footer_dl_tdMk:first-child{margin-left:0}.footer_dl_td .footer_dl_tdMk:last-child{padding-right:0}.footer_dl_td .footer_dl_tdMk:last-child:before{background:none}.footer_leftBot{margin-top:.6rem}.footer_leftBot h6{font-family:Gotham_Book}.footer_leftBot_2{display:flex;margin-top:.16rem}.footer_inpNr{width:3.32rem}.footer_inp{display:block;width:100%;height:.42rem;background-color:#fff;border-radius:.04rem;border:none;box-sizing:border-box;padding:0 .1rem;font-size:.12rem}.footer_SelectWc{width:3.32rem;margin-left:.2rem}.footer_button{display:block;width:1.09rem;height:.42rem;line-height:.42rem;background-color:#005eba;border-radius:.04rem;border:none;font-size:.14rem;color:#fff;font-family:Gotham_Light;margin-left:.2rem}.footer_leftBot_Checkbox{margin-top:.2rem}.footer_leftBot_Checkbox label{font-size:.14rem;color:hsla(0,0%,100%,.5);display:flex;align-items:center;font-family:Gotham_Light}.footer_right_logo{width:1.12rem}.footer_right_2{margin-top:1.8rem}.footer_right_2 h6{font-size:.14rem;color:#fff;font-family:Gotham_Book}.footer_Share{display:flex;margin-top:.2rem}.footer_Share li{margin-right:.13rem}.footer_Share_ico{width:.3rem}.footer_Reserved{background-color:#000;padding:.17rem .78rem;font-size:.12rem;color:hsla(0,0%,100%,.5);font-family:Gotham_Light;position:relative}.footer_Reserved br{display:none}.footer_left_logo_wap{display:none;opacity:0}.footer.mt0{margin-top:0}.footer_privacyPolicy{display:flex;position:absolute;top:0;right:3rem;bottom:0;align-items:center}.footer_Reserved a{color:hsla(0,0%,100%,.5)}.footer_Reserved a:hover{color:#0047ba}.footer_Reserved.mt0{margin-top:0}@media(max-width:1024px){.footer_left_logo_wap{display:block;opacity:1;width:1.8rem;margin-bottom:.3rem}.footer_left_top{display:block}.footer{flex-wrap:wrap;background:#0a0f1d;display:none!important;opacity:0}.footer_Reserved{margin-top:.8rem}.footer_left{width:100%;margin:0;border-right:none;padding:.5rem 5% 0}.footer_right{width:100%;margin:0;padding:.35rem 5% .55rem}.footer_leftBot{margin:.8rem 0 0}.footer_leftBot_2{flex-wrap:wrap;margin-top:.3rem}.footer_inpNr{width:100%}.footer_button,.footer_SelectWc{width:100%;margin:.3rem 0 0}.footer_button{font-family:Gotham_Bold;background-color:#0047ba}.footer_button,.footer_inp{height:1rem;font-size:.36rem}.footer_inp{border:1px solid #4a5565;padding:0 .4rem;background:none;color:#fff}.footer_inp::-moz-placeholder{color:#fff}.footer_inp:-ms-input-placeholder{color:#fff}.footer_inp::placeholder{color:#fff}.footer_Select{height:1rem;font-size:.36rem;padding:0 .4rem;border:1px solid #4a5565;background:none;color:#fff}.footer_leftBot h6{padding-bottom:.1rem}.footer_leftBot_Checkbox label{font-size:.32rem}.footer_leftBot_Checkbox input[type=checkbox]{width:.3rem;height:.26rem;margin-right:.2rem}.footer_leftBot_Checkbox{margin-top:.4rem}.footer_right_logo{width:1.88rem;display:none;opacity:0}.footer_right_2 h6{font-size:.36rem}.footer_Share_ico{width:.96rem}.footer_Share li{margin:.2rem .25rem 0}.footer_right_2{margin-top:.2rem;text-align:center}.footer_dl_td .footer_dl_tdMk:before,.footer_right_2 h6{display:none}.footer_Reserved{padding:.6rem 5%;text-align:center;font-size:.28rem;line-height:1.5;background-color:#000;color:#fff;line-height:1.3}.footer_privacyPolicy{position:static;width:100%;text-align:center;display:block;margin-top:.2rem}.footer_Reserved a,.footer_Reserved a:hover{color:#fff}.footer_dl_td,.footer_Reserved br{display:block}.footer_left dl{border-bottom:1px solid hsla(0,0%,100%,.1);padding:.4rem 0}.footer_left dl dt{margin-bottom:0;padding:0;line-height:.76rem;position:relative}.footer_left dl dt a{font-size:.36rem}.footer_left dl dd a{font-size:.36rem;line-height:.66rem}.footer_dl_td .footer_dl_tdMk{padding:0;margin:.3rem 0 0}.footer_left dl dd a br{display:none}.footer_left dl:last-child dt{margin-bottom:0}.footer_leftBot h6{font-size:.36rem}.footer_Share{justify-content:center}.footer_dlAllNr{display:none}}@media(max-width:768px){.footer_leftBot_Checkbox label{position:relative;width:100%;box-sizing:border-box;padding:0 0 0 .5rem}.footer_leftBot_Checkbox input[type=checkbox]{position:absolute;top:.1rem;left:0;display:block}}@media(max-width:539px){.footer_left dl{padding:.3rem 0}.footer_left dl dt a{font-size:.32rem;line-height:.66rem}.footer_left_top_row{background-size:.21rem auto}.footer_left_top dl.active .footer_left_top_row{background-size:.35rem auto}.footer_left dl dd a{font-size:.32rem;line-height:.55rem}.footer_left_logo_wap{width:1.4rem}.footer_leftBot h6{font-size:.32rem}.footer_leftBot_Checkbox label,.footer_Reserved{font-size:14px}.footer_button,.footer_inp,.footer_Select{font-size:.32rem;height:.88rem}.footer_Share_ico{width:.88rem}}.toTop{width:.6rem;position:fixed;z-index:40;height:.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;right:0;bottom:.6rem;background-image:linear-gradient(-55deg,#005eba,#2785e1)}.toTop img{width:.26rem;display:block}#loader{width:100%;height:100%;background:#fff;position:fixed;top:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center}.loader_nr svg{display:block;width:200px;margin-bottom:12px}.loader_nr_hr{height:10px;width:60px;background:#000;margin:0 auto;-webkit-animation:loadi1-data-v-29fbd793 2s ease-out 0s infinite normal none running;animation:loadi1-data-v-29fbd793 2s ease-out 0s infinite normal none running;transform-origin:left top}@-webkit-keyframes loadi1-data-v-29fbd793{0%{transform:scale(1);transform-origin:right top}20%{transform:scaleX(0);transform-origin:right top}30%{transform:scaleX(0);transform-origin:left top}50%{transform:scale(1);transform-origin:left top}to{transform:scale(1);transform-origin:left top}}@keyframes loadi1-data-v-29fbd793{0%{transform:scale(1);transform-origin:right top}20%{transform:scaleX(0);transform-origin:right top}30%{transform:scaleX(0);transform-origin:left top}50%{transform:scale(1);transform-origin:left top}to{transform:scale(1);transform-origin:left top}}.allNyBan{width:100%;position:relative;padding:0;overflow:hidden}.allNyBan_img{display:block}.allNyBan_logo{width:1.28rem;position:absolute;bottom:1.8rem;left:50%;margin-left:-.64rem}.allNyBan_arrow{width:.32rem;position:absolute;bottom:.8rem;left:50%;margin-left:-.16rem;-webkit-animation:xianlu_1 3s ease-out 0s infinite normal none running;animation:xianlu_1 3s ease-out 0s infinite normal none running}.allNyBan_wzjs{position:absolute;bottom:1.8rem;text-align:center;width:100%;left:0;box-sizing:border-box}.allNyBan_wzjs_1{line-height:.9;font-family:Gotham_Bold}.allNyBan_wzjs_1.HarmonyOS_Sans_SC_Bold{font-family:HarmonyOS_Sans_SC_Bold}.allNyBan_wzjs_2{font-family:Gotham_Book;line-height:1.25;margin-top:.24rem}.allNyBan_wzjs_2.mt90{margin-top:.8rem}.allNyBan_mledDz{position:absolute;bottom:1.8rem;text-align:center;width:100%;left:0}.allNyBan_mledDz_ico img{width:1.46rem}.allNyBan_mledDz_h3{font-family:Gotham_Bold;margin-top:.25rem}.allNyBan_wzjs_2_link{margin:0 .3rem;padding-top:.1rem;display:inline-block}@-webkit-keyframes xianlu_1{0%{bottom:.7rem}25%{bottom:.8rem}50%{bottom:.7rem}75%{bottom:.8rem}to{bottom:.7rem}}@keyframes xianlu_1{0%{bottom:.7rem}25%{bottom:.8rem}50%{bottom:.7rem}75%{bottom:.8rem}to{bottom:.7rem}}.allNyNav{margin-top:.44rem}.allNyNav ul{width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.allNyNav ul li{font-size:.18rem;font-family:Gotham_Book;margin:0 .09rem}.allNyNav ul li a{display:block;min-width:2.2rem;height:.52rem;line-height:.52rem;background-color:#f7f8fa;text-align:center;box-sizing:border-box;padding:0 .17rem;color:#999}.allNyNav ul li.active a,.allNyNav ul li a:hover{background-color:#005eba;color:#fff}.allNyNav.isStuck{margin-top:0;z-index:30;width:100%;background:#fff;padding:.15rem 0;box-sizing:border-box;box-shadow:0 1px 8px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.12)}.allNyNav.smallItem li a{white-space:nowrap;min-width:1rem;padding:0 .08rem}.allNyNav.smallItem ul li{margin:0 .03rem}.allNyNav.smallItem_2 li a{white-space:nowrap;min-width:1rem;padding:0 .15rem}.allNyNav.smallItem_2 ul li{margin:0 .06rem}.allNyNav.boePerKit_navDz li a{white-space:nowrap;min-width:1.3rem;padding:0 .26rem}.allNyNav.boePerKit_navDz ul li{margin:0 .06rem}.allNyNav.boePerKit_navDz ul li.active a,.allNyNav.boePerKit_navDz ul li a:hover{background-image:linear-gradient(90deg,#005eba,#00dc70)}.allNyNav.boePerKit_navDz ul li{font-family:HarmonyOS_Sans_SC_Regular}.allNyNav.boePerKit_navDz_En a{white-space:nowrap;min-width:1px;padding:0 .18rem;line-height:1;display:flex;justify-content:center;align-items:center}.allNyNav.boePerKit_navDz_En ul li{margin:0 .03rem}.allNyNav.boePerKit_navDz_En ul li.active a,.allNyNav.boePerKit_navDz_En ul li a:hover{background-image:linear-gradient(90deg,#005eba,#00dc70)}.allNyBan_Swiper{width:100%;overflow:hidden}.allNyBan_Swiper,.allNyBan_Swiper .swiper-slide{position:relative}.allNyBan_Swiper_pos{width:90%;position:absolute;left:5%;bottom:1.8rem;text-align:center}.allNyBan_Swiper_xq{position:absolute;top:78%;left:50%;margin-left:-.52rem;z-index:3}.allNyBan_Swiper_pos_imgico{width:3.75rem;margin:0 auto}@media(max-width:1024px){.allNyBan_img{display:none}.allNyBan{height:100vh;background-repeat:no-repeat;background-size:cover;background-position:top}.allNyBan_logo{bottom:auto;top:50%;transform:translateY(-50%);width:3rem;margin-left:-1.5rem}.allNyNav{display:none}.allNyBan_Swiper_pos{bottom:auto;top:50%;transform:translateY(-50%);width:90%;left:5%}.allNyBan_Swiper_xq .boeMled_allbut{display:none;opacity:0}.allNyBan_wzjs{width:90%;left:5%}.allNyBan_wzjs_2 br{display:none}.allNyBan_arrow{width:.44rem}.allNyBan_mledDz_ico img{width:1.8rem}.allNyBan_wzjs_2_link{margin:0 .1rem}.allNyBan_SwiperImg{height:100vh;width:auto;max-width:100000px}.allNyBan_Swiper_xq{width:90%;left:5%;bottom:1.8rem;top:auto}.allNyBan_mledDz_h3{max-width:90%;margin:.25rem auto 0}.allNyBan_mledDz_h3 br{display:none}}@media(max-width:768px){.allNyBan_wzjs_1{width:100%;box-sizing:border-box;padding:0;line-height:1.1}.allNyBan_wzjs_1 br{display:none}}@media(max-width:539px){.allNyBan_wzjs_1{font-size:.48rem}}.boeAbout_js{margin-top:.7rem;padding-top:1px}.boeAbout_js_logo{width:1.27rem;margin:0 auto}.boeAbout_jsNr{font-family:Gotham_Light;line-height:1.66;width:9.56rem;margin:.3rem auto 0;text-align:justify}.boeAbout_js_dt{margin:.5rem .78rem 0;position:relative}.boeAbout_js_dt_pos{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.boeAbout_js .boe_aboutNr_con{margin-top:0;padding-bottom:0}@media(max-width:1024px){.boeAbout_js_dt_pos{position:static;transform:translate(0);-webkit-transform:translate(0)}.boeAbout_js_dt_bjImg{display:none}.boeAbout_jsNr{width:90%;line-height:1.5}}.boeAbout_jsXz{padding-top:1.15rem}.boeAbout_jsXzNr{width:87.5%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.boeAbout_jsXzNr_left{width:47.5%}.boeAbout_jsXzNr_left_1{line-height:1.66;margin-top:.35rem;font-family:Gotham_Light;color:#333}.boeAbout_jsXzNr_right{width:47.5%}@media(max-width:1024px){.boeAbout_jsXzNr{width:90%;flex-wrap:wrap;padding-top:.4rem}.boeAbout_jsXzNr_left{width:100%}.boeAbout_jsXzNr_right{width:100%;margin-top:.45rem;display:none;opacity:0}.boeAbout_jsXz .allTit_1{text-align:center}.boeAbout_jsXz{margin-top:0!important;padding-top:1.1rem}.boeAbout_jsXzNr_left .display_wap,.boeAbout_jsXzNr_left_1{margin-top:.5rem}.boeAbout_jsXzNr_left_1{line-height:1.5;text-align:center;margin-top:.25rem}}.boeGy_Innovation{width:87.5%;margin:0 auto;padding-top:.2rem}.boeGy_InnovationNr{display:flex;justify-content:space-between;align-items:center;margin-top:.55rem}.boeGy_InnovationNr_left,.boeGy_InnovationNr_right{width:47.5%}.boeGy_InnovationNr_right_1{color:#666;font-family:Gotham_Light;line-height:1.66}.boeGy_InnovationNr_right_2{color:#333;font-family:Gotham_Medium;margin-top:.4rem}.boeGy_InnovationNr_right_num{display:flex;justify-content:space-between;margin-top:.15rem}.boeGy_InnovationNr_right_numMk h3{font-size:.58rem;color:#005eba;font-family:Gotham_Medium}.boeGy_InnovationNr_right_numMk p{color:#666;line-height:1.22;margin-top:.1rem}@media(max-width:1024px){.boeGy_Innovation{width:90%}.boeGy_InnovationNr{flex-wrap:wrap;margin-top:.4rem}.boeGy_InnovationNr_left{width:100%;display:none;opacity:0}.boeGy_InnovationNr_right{width:100%;margin-top:0}.boeGy_Innovation .allTit_1{text-align:center}.boeGy_Innovation{padding:.4rem 0 1rem}.boeGy_InnovationNr_right_num{flex-wrap:wrap;text-align:center}.boeGy_InnovationNr_right_numMk{width:100%;margin-top:.4rem}.boeGy_InnovationNr_right_2{text-align:center;font-size:.36rem;margin-top:.8rem}.boeGy_InnovationNr_right_1{text-align:center;line-height:1.5}}@media(max-width:539px){.boeGy_InnovationNr_right_numMk p br{display:none}}.boeGlobal_area{width:12.03rem;margin:0 auto}.boeGlobal_js{width:8.24rem;font-family:Gotham_Light;color:#fff;line-height:1.71;margin:.35rem auto 0}.boeGlobal_areaBot{max-width:6.65rem;margin:.3rem auto 0}@media(max-width:1024px){.boeGlobal{margin-top:0;padding-top:.4rem}.boeGlobal_js{width:90%;line-height:1.5}.boeGlobal_area{width:98%;margin-top:.5rem}.boeGlobal .allTit_hr{background:#fff}}.boeTeams{padding-top:.2rem}.boeTeams_list{display:flex;flex-wrap:wrap;padding:0 .8rem;width:100%;box-sizing:border-box}.boeTeams_list li{width:20.6%;margin:.5rem 2.2% 0}.boeTeams_list_bt{font-family:Gotham_Book;margin-top:.2rem}.boeTeams_list_js,.boeTeams_list_js p{color:#666;font-family:Gotham_Light}.boeTeams_list_js{margin-top:.1rem}.boeTeams_list_js p{line-height:1.57}.boeTeams_list_img{overflow:hidden}.boeTeams_list_img .img100{transition:all .3s linear;-webkit-transition:all .3s linear}.boeTeams_list_img:hover .img100{transform:scale(1.05)}@media(max-width:1024px){.boeTeams_list{padding:0 3%}.boeTeams_list li{width:46%;margin:.5rem 2% 0}.boeTeams_list_js p{line-height:1.3}.boeTeams{padding-top:.4rem}}.all_wapJzMore{display:flex;justify-content:center;margin-top:.8rem;display:none;opacity:0}.all_wapJzMore a{color:#666;width:2.9rem;height:.8rem;border-radius:.1rem;border:1px solid #cdcdcd;display:block;font-size:.33rem;text-align:center;line-height:.8rem;font-family:Gotham_Book}@media(max-width:1024px){.all_wapJzMore{display:flex;opacity:1}.all_wapJzMore_thisHide{display:none}}.boeValues{background:#f8f8f8;padding:1px 0 1.15rem;margin-top:1.2rem}.boeValues_list{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:0 .78rem;margin-top:.4rem}.boeValues_list li{position:relative;width:31.9%}.boeValues_list_1{position:absolute;color:#fff;font-family:Gotham_Medium;top:.45rem;left:.4rem;font-weight:400}.boeValues_list_2{font-family:Gotham_Book}.boeValues_list_2,.boeValues_list_js{position:absolute;color:#fff;top:5.4rem;left:.4rem;font-weight:400}.boeValues_list_js{font-family:Gotham_Light;line-height:1.57;right:.4rem;text-align:justify}@media(max-width:1024px){.boeValues_list{padding:0 3%}.boeValues_list_js{top:auto;bottom:0}.boeValues_list_2,.boeValues_list_js{display:none;opacity:0}.boeValues_list_1{top:10%;left:0;width:100%;text-align:center;transform:translateY(0);-webkit-transform:translateY(0)}}@media(max-width:539px){.boeValues_list_1{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.boeValues_list li{width:100%;margin-top:.1rem;height:2.4rem;overflow:hidden}.boeValues_list{flex-wrap:wrap;padding:0 5%}}.boeBranch{padding-top:.2rem}.boeBranch_list{display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;padding:.3rem .8rem 0}.boeBranch_list li{width:22%;margin:.35rem 1.5% 0;border-bottom:1px solid #cdcdcd;padding-bottom:.85rem;position:relative}.boeBranch_list_tit{font-family:Gotham_Book}.boeBranch_list_dz{color:#666;line-height:1.33;min-height:1px;margin-top:.15rem;font-family:Gotham_Light}.boeBranch_list_phone{color:#666;font-family:Gotham_Light;position:absolute;bottom:.38rem;left:0}.boeBranch_list_dz.smallHeight{min-height:1px}.boeBranch_list_tit_2{font-family:Gotham_Book;margin-top:.25rem}.boeBranch_list li:last-child,.boeBranch_list li:nth-last-child(2),.boeBranch_list li:nth-last-child(3),.boeBranch_list li:nth-last-child(4){border-bottom:none}.boeBranch_list_but{position:absolute;bottom:.3rem;right:0}.boeBranch_list_but .boeMled_allbut{margin:0;background-color:#005eba;color:#fff;border-radius:.04rem;width:.95rem;height:.34rem;line-height:.32rem}@media(max-width:1024px){.boeBranch_list_but .boeMled_allbut{height:.56rem;line-height:.56rem;font-size:.26rem;width:1.38rem}.boeBranch_list{padding:.3rem 2% 0}.boeBranch_list li{width:47%}.boeBranch_list li:nth-last-child(3),.boeBranch_list li:nth-last-child(4){border-bottom:1px solid #cdcdcd}.boeBranch_list_dz{min-height:1.88rem}.boeBranch_list_dz.smallHeight{min-height:1.5rem}.boeBranch{padding-top:.4rem}.boeBranch_list_phone{bottom:.42rem}.boeBranch_list{padding:.3rem 5% 0}.boeBranch_list li{width:100%;margin:.35rem 0 0;padding-bottom:1.2rem}.boeBranch_list_dz,.boeBranch_list_dz.smallHeight{min-height:1px}.boeBranch_list_phone{margin-top:0}.boeBranch_list li:nth-last-child(2){border-bottom:1px solid #cdcdcd}}.boePatents{padding:.5rem 0 1.25rem;background:#f8f8f8}.boePatents_list{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:0 .78rem;margin-top:.4rem}.boePatents_list li{position:relative;width:31.9%}.boePatents_list_js{color:#666;font-family:Gotham_Light;margin-top:.25rem}.boePatents_list_js p{line-height:1.71;text-align:justify}.boeGy_pat_js,.boePatents_list_js p{color:#666;font-family:Gotham_Light}.boeGy_pat_js{text-align:center;margin-top:.08rem}.boeGy_pat_js .lanse{font-family:Gotham_Medium}.boeGy_patList{width:100%;box-sizing:border-box;margin-top:.7rem}.boeGy_patList,.boeGy_patList_img{display:flex;justify-content:center}.boeGy_patList_img{height:2.23rem;background:#fff;align-items:center}.boeGy_patList li{width:5.6rem;margin:0 .2rem}.boeGy_patList_nr{color:#666;line-height:1.33;margin-top:.25rem}.boeGy_patList_nr .lanse{font-family:Gotham_Medium}.boeGy_patList_img img{max-width:2.9rem;max-height:1.3rem;width:auto;height:auto}@media(max-width:1024px){.boePatents{padding:.4rem 5% 1.25rem;box-sizing:border-box}.boeGy_patList{justify-content:space-between;flex-wrap:wrap;margin-top:0}.boeGy_patList li{width:100%;margin:.66rem 0 0}.boeGy_patList_img{background:none;height:auto}.boeGy_patList_nr{text-align:center}.boeGy_pat_js{margin-top:.15rem}}@media(max-width:1024px){.boePatents_list{flex-wrap:wrap;padding:0 5%}.boePatents_list li{width:100%;margin-top:.5rem}.boePatents_list_js p{line-height:1.5}}.boeSus_Strategy{padding-top:.2rem}.boeSus_Strategy_nr{width:15.4rem;display:flex;justify-content:space-between;margin:.8rem auto 0}.boeSus_Strategy_nr_left{width:6.93rem}.boeSus_Strategy_nr_right{width:3.27rem}.boeSus_Strategy_nr_rightDzXz2{width:4.4rem}.boeSus_Strategy_nr_left_2,.boeSus_Strategy_nr_left_2 p,.boeSus_Strategy_nr_right p{color:#333;line-height:1.66;font-family:Gotham_Light}.boeSus_Strategy_nr_left_2 p{margin-top:.58rem}.boeSus_Strategy_nr_right_img{width:100%;margin:0}.boeSus_Strategy_nr_right .mt60{margin-top:.53rem}.boeSus_Strategy_nr_rightDzXz2.boeSus_Strategy_nr_right .mt60{margin-top:.1rem}@media(max-width:1024px){.boeSus_Strategy_nr{width:90%;flex-wrap:wrap;margin-top:.5rem}.boeSus_Strategy_nr_left{width:100%}.boeSus_Strategy_nr_right{width:100%;margin-top:.5rem}.boeSus_Strategy_nr_left_2,.boeSus_Strategy_nr_left_2 p,.boeSus_Strategy_nr_right p{line-height:1.5;text-align:center}.boeSus_Strategy{padding-top:1px;margin-top:0!important}.boeSus_Strategy_nr_rightXz_wap{display:flex;flex-direction:column-reverse}.boeSus_Strategy_nr_rightXz_wap .mt60{margin-top:0}.boeSus_Strategy_nr_rightDzXz2 .boeSus_Strategy_nr_right_img{width:100%}.boeSus_Strategy_nr_left_2 p,.boeSus_Strategy_nr_rightDzXz2.boeSus_Strategy_nr_right .mt60,.boeSus_Strategy_nr_right p{margin-top:.2rem}}.boeAdheri{width:100%;box-sizing:border-box;padding:0 .78rem;display:flex;justify-content:space-between;margin-top:.8rem}.boeAdheri li{width:32%;position:relative;overflow:hidden}.boeAdheriMc{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.7);top:0;left:0;z-index:2;opacity:0}.boeAdheri_pos{position:absolute;bottom:-100%;width:86%;left:7%;z-index:3;text-align:center;transition:all .5s}.boeAdheri_pos_tit{font-family:Gotham_Medium}.boeAdheri_pos_js{line-height:1.5;font-family:Gotham_Light;margin-top:.15rem}.boeAdheri_pos .boeMled_allbut{display:inline-block;margin-top:.3rem}.boeAdheri li:hover .boeAdheri_pos{bottom:.58rem}.boeAdheri li:hover .boeAdheriMc{opacity:1}@media(max-width:1024px){.boeAdheri{padding:0 5%;flex-wrap:wrap;margin-top:.1rem}.boeAdheri li{width:100%;margin-top:.5rem;height:auto;display:flex;justify-content:space-between;align-items:center}.boeAdheri_pos{bottom:.58rem}.boeAdheriMc{opacity:0;display:none!important}.boeAdheri_pos{position:static;width:calc(100% - 3.3rem);text-align:left}.boeAdheri li .img100{width:2.8rem}.boeAdheri_pos_js,.boeAdheri_pos_tit{color:#000;text-align:left}.boeAdheri_pos_js{line-height:1.4}.boeAdheri_pos_js br{display:none}.boeAdheri_pos .boeMled_allbut{background-color:#f7f8fa;color:#005eba;border-color:#f7f8fa}}@media(max-width:539px){.boeAdheri li .img100{width:3rem}.boeAdheri_pos_js{font-size:.28rem;line-height:1.1}}.boeSus_Stories{padding:.2rem 0 0}.boeSus_StoriesNr{width:15.4rem;margin:0 auto}.boeSus_StoriesSwiper{width:100%;overflow:hidden;margin-top:.8rem}.boeSus_StoriesSwiper .swiper-slide{padding-bottom:1.1rem;height:auto}.boeSus_StoriesSwiper_tit{font-family:Gotham_Medium;line-height:1.125}.boeSus_StoriesSwiper_js{margin-top:.1rem}.boeSus_StoriesSwiper_js,.boeSus_StoriesSwiper_js p{color:#666;line-height:1.57;font-family:Gotham_Light}.boeSus_StoriesSwiper_img{margin-top:.4rem}.boeSus_StoriesSwiperBq{display:flex;position:absolute;width:100%;left:0;bottom:0}.boeSus_StoriesSwiperBq li{width:.79rem;margin-right:.19rem}.boeSus_StoriesSwiper .swiper-slide:nth-child(2n) .boeSus_StoriesSwiper_img{margin-top:0}.boeSus_StoriesSwiper .swiper-slide:nth-child(2n) .boeSus_StoriesSwiper_tit{margin-top:.4rem}.boeSus_StoriesSwiper_wapDzTb{position:relative}.boeSus_StoriesSwiper_wapDzTbBq{display:flex;position:absolute;right:.2rem;bottom:.25rem}.boeSus_StoriesSwiper_wapDzTbBq li{width:.9rem;margin:0 .05rem}@media(max-width:1024px){.boeSus_StoriesSwiper .swiper-slide{overflow:hidden}}.boeSus_Brand_img{width:5.95rem;margin:.45rem auto 0}.boeSus_Brand_link{display:flex;justify-content:center;margin-top:.78rem}.boeSus_Brand_link li{margin:0 .1rem}.boeSus_Brand_link li a{display:block;width:4.34rem;height:.95rem;line-height:.95rem;border:1px solid hsla(0,0%,100%,.5);font-family:Gotham_Bold;color:#fff;text-align:center}.boeSus_Brand_link li a:hover{background-color:#2a9772;border-color:#2a9772}@media(max-width:1024px){.boeSus_Brand_link{width:90%;justify-content:space-between;margin:.8rem auto 0}.boeSus_Brand_link li a{width:100%}.boeSus_Brand_link li{margin:0;width:32%}.boeSus_StoriesNr{width:90%}.boeSus_StoriesSwiper{margin-top:.45rem}.boeSus_StoriesSwiper .swiper-slide{padding-bottom:0}.boeSus_StoriesSwiperBq{display:none;opacity:0}.boeSus_StoriesSwiper_tit{text-align:center;margin-top:.3rem}.boeSus_StoriesSwiper_tit br{display:none}.boeSus_StoriesSwiper_js{margin-top:.15rem}.boeSus_StoriesSwiper_js,.boeSus_StoriesSwiper_js p{line-height:1.3;text-align:center}}.boeSus_Mater{padding-top:.2rem}.boeSus_MaterNr{background:#f8f8f8;padding:1.15rem 0;margin-top:.45rem}.boeSus_MaterNr_mk{width:13.25rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.boeSus_MaterNr_mk_left{width:6.61rem}.boeSus_MaterNr_mk_right{width:6.26rem}.boeSus_MaterNr_mk_right p{line-height:1.66;color:#333;text-align:justify;font-family:Gotham_Light}@media(max-width:1024px){.boeSus_MaterNr_mk{width:90%;flex-wrap:wrap}.boeSus_MaterNr_mk_left,.boeSus_MaterNr_mk_right{width:100%}.boeSus_MaterNr_mk_right p{line-height:1.5;margin-top:.5rem}.boeSus_Mater{padding-top:1px}}.boeSus_Perf{display:flex;justify-content:flex-start;box-sizing:border-box;width:80%;margin:0 auto;flex-wrap:wrap;padding-top:.3rem}.boeSus_Perf li{width:23%;margin:2% 1% 0;height:1.78rem;background-color:#f7f8fa;box-sizing:border-box;padding:.25rem .1rem 0 .35rem}.boeSus_Perf_1{color:#005eba;font-family:Gotham_Bold;font-size:.6rem;white-space:nowrap}.boeSus_Perf_1 em{font-size:.18rem;font-style:normal;margin:0}.boeSus_Perf_1 span{margin:0}.boeSus_Perf_2{font-size:.18rem;font-family:Gotham_Book;line-height:1.33;margin-top:.05rem}.boeSus_Perf_2 .fontDz sub{font-size:12px}@media(max-width:1024px){.boeSus_Perf{width:96%;padding-top:.3rem}.boeSus_Perf li{width:46%;height:auto;padding:.3rem 0 0;background:none;margin:2% 2% 0}.boeSus_Perf_1 em,.boeSus_Perf_2{font-size:.32rem}.boeSus_Perf_2 br{display:none}.boeSus_Perf_1{font-size:.78rem}}@media(max-width:539px){.boeSus_Perf_1{font-size:.66rem}}.boeSus_Honors{padding-top:.4rem}.honorsTimeSwiperWc{width:14rem;margin:.45rem auto 0;box-sizing:border-box;padding:0 .6rem;position:relative}.honorsTimeSwiper-next,.honorsTimeSwiper-prev{width:.6rem;height:.73rem;background-repeat:no-repeat;background-size:.12rem .2rem;background-position:50%;position:absolute;top:0}.honorsTimeSwiper{width:100%;overflow:hidden}.honorsTimeSwiper .swiper-slide{font-size:.3rem;color:#999;font-family:Gotham_Book;height:.73rem;line-height:.73rem;text-align:center}.honorsTimeSwiper .swiper-slide.active{background-color:#005eba;color:#fff;border-radius:.08rem}.honorsJPSwiper{width:90%;overflow:hidden;margin:0 auto}.honorsJPSwiper_list{display:flex;flex-wrap:wrap;padding:.25rem .78rem 0;box-sizing:border-box}.honorsJPSwiper_list li{width:33.33%;text-align:center;margin-top:.6rem}.honorsJPSwiper_list_img{height:.6rem}.honorsJPSwiper_list_img img{display:inline-block;max-height:.6rem;width:auto}.honorsJPSwiper_list_js{margin:.15rem auto 0}.honorsJPSwiper_list_js,.honorsJPSwiper_list_js p{color:#010101;line-height:1.22;font-family:Gotham_Light}.honorsTimeSwiper-next.swiper-button-disabled,.honorsTimeSwiper-prev.swiper-button-disabled{opacity:.35;cursor:not-allowed}.boeSus_UNEP{text-align:center;line-height:1.25;font-family:Gotham_Light;margin-top:.62rem}@media(max-width:1024px){.honorsTimeSwiperWc{width:100%}.honorsTimeSwiper .swiper-slide{font-size:.38rem}.honorsTimeSwiperWc{padding:0 1rem}.honorsTimeSwiper-next,.honorsTimeSwiper-prev{background-size:.24rem .4rem}.honorsTimeSwiper-prev{left:.2rem}.honorsTimeSwiper-next{right:.2rem}.honorsJPSwiper_list{padding:.1rem .2rem .3rem}.honorsJPSwiper_list li{width:48%;margin:.58rem 1% 0}.honorsJPSwiper_list_js{font-size:.28rem}.honorsJPSwiper_list_js p br{display:none}.honorsJPSwiper_list li:last-child{width:98%}.honorsJPSwiper{width:100%}.boeSus_UNEP br{display:none}.honorsJPSwiper_list_img{height:.75rem}.honorsJPSwiper_list_img img{height:.75rem;max-height:.75rem}.boeSus_UNEP{width:95%;margin:.58rem auto 0;box-sizing:border-box}}@media(max-width:539px){.boeSus_UNEP{width:92%}}.boeSus_Report{padding-top:.5rem}.boeSus_ReportSwiperWc{padding:0 .78rem;margin-top:.7rem}.boeSus_ReportSwiper{width:100%;overflow:hidden;box-sizing:border-box}.allSwiper_botGdt{width:100%;margin-top:.3rem}.allSwiper_botGdt,.swiper-scrollbarWc{position:relative;overflow:hidden;box-sizing:border-box;height:.4rem}.swiper-scrollbarWc{width:calc(100% - 1rem);display:flex;align-items:center}.allSwiper_botGdt .swiper-scrollbar{width:100%;height:.03rem;background-color:#b1b1b1;border-radius:0}.allSwiper_botGdt .swiper-scrollbar-drag{background-color:#005eba;height:.03rem;border-radius:0}.allSwiper_botGdt_buts{width:.66rem;display:flex;justify-content:space-between;position:absolute;top:0;right:0}.allSwiper_botGdt_buts img{width:.2rem;cursor:pointer}.allSwiper_botGdt_next,.allSwiper_botGdt_prev{display:flex;align-items:center;height:.4rem}.allSwiper_botGdt_next.swiper-button-disabled img,.allSwiper_botGdt_prev.swiper-button-disabled img{opacity:.35;cursor:not-allowed}.allSwiper_botGdt .boe_all_pagination{display:none;opacity:0}.boe_all_pagination.allSwiper_botGdtWap{position:static;width:100%;margin:.4rem 0 0}.boe_all_pagination.allSwiper_botGdtWap .swiper-pagination-bullet{background-color:#dedede;opacity:1}.boe_all_pagination.allSwiper_botGdtWap .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#005eba}@media(max-width:1024px){.boeSus_ReportSwiperWc{padding:0 5%}.allSwiper_botGdt_buts img{width:.32rem}.allSwiper_botGdt_buts{width:1rem}.swiper-scrollbarWc{width:calc(100% - 1.5rem)}.allSwiper_botGdt .swiper-scrollbar,.allSwiper_botGdt .swiper-scrollbar-drag{height:.06rem}.allSwiper_botGdt{display:none!important;opacity:0!important}.boeSus_Report{padding-top:1px}.allSwiper_botGdt{margin-top:.5rem}}.boeOpen_city{padding-top:.2rem}.boeOpen_cityNrWc{width:15.4rem;margin:0 auto}.boeOpen_cityNr{display:flex;justify-content:space-between;width:100%}.boeOpen_cityNr_left,.boeOpen_cityNr_right{width:7.33rem}.boeOpen_cityNrWc_dbt{font-family:Gotham_Medium;margin-top:.6rem}.boeOpen_cityNr_h3{font-family:Gotham_Medium;margin-top:.3rem}.boeOpen_cityNr_p{color:#666;line-height:1.57;margin-top:.15rem}.boeOpen_cityNr_pdf{padding:.3rem 0}.boeOpen_cityNr_pdf li{margin-top:.1rem}.boeOpen_cityNr_pdf li a{display:flex;align-items:center}.boeOpen_cityNr_pdf li p{color:#005eba;font-family:Gotham_Book}.boeOpen_cityNr_pdf li img{width:.2rem;margin-right:.13rem}.boeOpen_cityNr_img{margin-top:.4rem}.boeOpen_cityNr_pdf.w2{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:.6rem}.boeOpen_cityNr_pdf.w2 li{width:48%;margin-top:.3rem}.boeOpen_cityNr_pdf.w2.f_24 a{align-items:flex-start}.boeOpen_cityNr_pdf.w2.f_24 li img{margin-top:.04rem}@media(max-width:1024px){.boeOpen_cityNrWc{width:90%}.boeOpen_cityNr{flex-wrap:wrap}.boeOpen_cityNr_left,.boeOpen_cityNr_right{width:100%}.boeOpen_cityNr_p{line-height:1.5;text-align:justify}.boeOpen_cityNr_h3{margin-top:.6rem;padding-bottom:.1rem}.boeOpen_cityNr_pdf li img{width:.38rem;margin-right:.2rem}.boeOpen_city{padding-top:1px;margin-top:0!important}.boeOpen_cityNr_pdf.w2 li{width:100%}}.boeChain_Man_pdfMk{margin-top:.3rem;text-align:left}.boeChain_Man_pdfMk a{display:flex;align-items:flex-start}.boeChain_Man_pdfMk p{color:#005eba;font-family:Gotham_Book}.boeChain_Man_pdfMk img{width:.2rem;margin-right:.13rem;margin-top:.04rem}.boeChain_Man_pdfMk.mt100{margin-top:.9rem}@media(max-width:1024px){.boeChain_Man_pdfMk img{width:.38rem;margin-right:.2rem}.boeChain_Man_pdfMk a br{display:none}}.boeOpen_Opera{background:#f8f8f8;padding:.2rem 0 .7rem;margin-top:1rem}.boeOpen_Opera_list_wc{width:15.4rem;margin:0 auto}.boeOpen_Opera_list{width:100%;display:flex;justify-content:space-between}.boeOpen_Opera_list li{width:7.33rem;margin-top:.62rem}.boeOpen_Opera_list_bt{font-family:Gotham_Medium;margin-top:.35rem}.boeOpen_Opera_list_js{margin-top:.15rem}.boeOpen_Opera_list_js p{color:#666;font-family:Gotham_Light;line-height:1.57}@media(max-width:1024px){.boeOpen_Opera_list_wc{width:90%}.boeOpen_Opera_list{flex-wrap:wrap}.boeOpen_Opera_list li{width:100%;margin-top:.8rem}.boeOpen_Opera_list_js p{line-height:1.5;text-align:justify}.boeOpen_Opera{padding-top:1px}}.boeOpen_systemNr{width:15.4rem;margin:.45rem auto 0;display:flex;justify-content:space-between}.boeOpen_systemNr_left{width:6.79rem}.boeOpen_systemNr_right{width:7.33rem}.boeOpen_systemNr_h3{font-family:Gotham_Medium;margin-top:.35rem}.boeOpen_systemNr_p{font-family:Gotham_Light;line-height:1.57;margin-top:.15rem}.boeOpen_systemNr_left_img{margin-top:.4rem}.boeOpen_systemNr_h6{font-family:Gotham_Medium;margin-top:.35rem}.boeOpen_system .boeOpen_cityNr_pdf{padding:0}@media(max-width:1024px){.boeOpen_systemNr{width:90%;flex-wrap:wrap}.boeOpen_systemNr_left{width:100%}.boeOpen_systemNr_right{width:100%;margin-top:.8rem}.boeOpen_systemNr_p{line-height:1.5;text-align:justify}}.boeOpen_Build{padding-top:1rem}.boeOpen_Build_list{width:15.4rem;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap}.boeOpen_Build_list li{width:7.4rem;margin-top:.6rem;position:relative}.boeOpen_Build_list_mb{background:rgba(0,40,140,0);z-index:2}.boeOpen_Build_list_mb,.boeOpen_Build_list_pos{position:absolute;width:100%;height:100%;top:0;left:0}.boeOpen_Build_list_pos{z-index:3;display:flex;align-items:center;justify-content:center;text-align:center}.boeOpen_Build_list_pos h3{font-family:Gotham_Medium;line-height:.9;color:#fff}.boeOpen_Build_list_pos_js{padding-top:.15rem;display:none}.boeOpen_Build_list_pos_js p{color:#fff;font-family:Gotham_Book;margin-top:.35rem;opacity:1}.boeOpen_Build_list_pos_js p:hover{opacity:1}.boeOpen_Build_list li:hover .boeOpen_Build_list_mb{background:rgba(0,40,140,.9)}.boeOpen_Build_list li:hover .boeOpen_Build_list_pos_js{display:block}@media(max-width:1024px){.boeOpen_Build_list{width:94%;flex-wrap:wrap;padding-top:.3rem}.boeOpen_Build_list_pos h3{font-size:.48rem}.boeOpen_Build_list li{width:100%;margin-top:.45rem}.boeOpen_Build_list_mb,.boeOpen_Build_list li:hover .boeOpen_Build_list_mb{background:rgba(0,40,140,0);display:none}.boeOpen_Build_list_pos_js{display:block}.boeOpen_Build_list_pos{position:static;width:100%;height:auto;margin-top:.5rem}.boeOpen_Build_list_pos_js p,.boeOpen_Build_list_pos h3{color:#000}}.boeNext_Inn{padding-top:.2rem}.boeNext_Inn_num{display:flex;justify-content:space-between;margin-top:.6rem}.boeNext_Inn_num li{position:relative}.boeNext_Inn_num li:before{content:"";width:1px;height:.98rem;background-color:#dadada;position:absolute;top:.08rem;left:100%;margin-left:.89rem}.boeNext_Inn_num li:last-of-type:before{display:none}.boeNext_Inn_num h3 span{font-size:.5rem;color:#005eba;font-family:Gotham_Medium}.boeNext_Inn_num h3 em{font-size:.18rem;color:#005eba;font-family:Gotham_Medium;font-style:normal}.boeNext_Inn_num li p{font-size:.18rem;color:#333;font-family:Gotham_Book;margin-top:.1rem}@media(max-width:1024px){.boeNext_Inn_num{width:90%;flex-wrap:wrap;margin-top:0}.boeNext_Inn_num li{width:40%;margin-top:.66rem;white-space:nowrap}.boeNext_Inn_num h3 em,.boeNext_Inn_num li p{font-size:.28rem}.boeNext_Inn{padding-top:1px;margin-top:0!important}.boeNext_Inn_num li:before{display:none}}@media(max-width:539px){.boeNext_Inn_num h3 span{font-size:.46rem}.boeNext_Inn_num h3 em,.boeNext_Inn_num li p{font-size:.21rem}}.boeNext_Chain{background:#f8f8f8;padding:1.5rem .78rem;width:100%;box-sizing:border-box;margin-top:1rem}.boeNext_ChainNr{width:100%;display:flex;justify-content:space-between}.boeNext_ChainNr_left{padding:.6rem 0}.boeNext_ChainNr_left,.boeNext_ChainNr_right{background:#fff;width:49%;display:flex;justify-content:center;align-items:center}.boeNext_ChainNr_left_img{width:94%}.boeNext_ChainNr_right_flex{max-width:6.14rem}.boeNext_ChainNr_right h3{font-family:Gotham_Medium}.boeNext_ChainNr_right p{font-family:Gotham_Light;text-align:justify;line-height:1.5;margin-top:.2rem}@media(max-width:1024px){.boeNext_Chain{padding:1.5rem 5%}.boeNext_ChainNr{flex-wrap:wrap}.boeNext_ChainNr_left{width:100%;padding:0}.boeNext_ChainNr_right{width:100%;background:none;margin-top:.6rem}.boeNext_ChainNr_left_img{width:100%}.boeNext_ChainNr_right_flex{max-width:100%}}.boeNext_LayoutNr{width:15.4rem;margin:0 auto}.boeNext_LayoutBt{font-family:Gotham_Medium}.boeNext_Layout_list{display:flex;justify-content:space-between;width:100%}.boeNext_Layout_list li{width:31.5%;margin-top:.28rem}.boeNext_Layout_list li h3{font-family:Gotham_Medium;margin-top:.3rem}.boeNext_Layout_list li p{font-family:Gotham_Light;text-align:justify;line-height:1.5;margin-top:.1rem}@media(max-width:1024px){.boeNext_LayoutNr{width:90%}.boeNext_Layout_list{flex-wrap:wrap}.boeNext_Layout_list li{width:100%;margin-top:.8rem}.boeNext_Layout_list li p{line-height:1.5}}.boeNext_Future{padding-top:.2rem}.boeNext_Future_js{width:11rem;margin:0 auto}.boeNext_Future_js p{color:#333;font-family:Gotham_Light;text-align:justify;line-height:1.66;margin-top:.25rem}.boeNext_Future_list{width:15.4rem;margin:0 auto;padding-top:.2rem}.boeNext_Future_list li{margin-top:.55rem}.boeNext_Future_list_bt{font-family:Gotham_Medium}.boeNext_Future_list_img{margin-top:.25rem}@media(max-width:1024px){.boeNext_Future_js,.boeNext_Future_list{width:90%}.boeNext_Future_js p{line-height:1.5}.boeNext_Future_list li{margin-top:.7rem}.boeNext_Future{padding-top:1px}}.boeEarth_Envir{padding-top:.2rem}.boeEarth_Envir_list{margin:0 .78rem;display:flex;justify-content:space-between}.boeEarth_Envir_list li{width:32%;margin-top:.6rem}.boeEarth_Envir_list h3{font-family:Gotham_Medium;margin-top:.25rem}@media(max-width:1024px){.boeEarth_Envir_list{margin:0 5%}.boeEarth_Envir{padding-top:1px;margin-top:0!important}}@media(max-width:768px){.boeEarth_Envir_list{flex-wrap:wrap}.boeEarth_Envir_list li{width:100%}.boeEarth_Envir_list_img{height:3rem;overflow:hidden}}@media(max-width:539px){.boeEarth_Envir_list{flex-wrap:wrap}.boeEarth_Envir_list li{width:100%}.boeEarth_Envir_list_img{height:2.5rem}}.boeEarth_Action_list{display:flex;justify-content:center;margin-top:1.55rem}.boeEarth_Action_list li{width:2.24rem;height:2.74rem;text-align:center;display:flex;align-items:center;justify-content:center;margin:0 .1rem}.boeEarth_Action_list li h3{font-family:Gotham_Book;color:#fff;margin-top:.25rem;display:none}.boeEarth_Action_list li:hover{background-color:#005eba}.boeEarth_Action_list li:hover h3{display:block}.boeEarth_Action_list_ico img{display:inline-block;max-height:.87rem;max-width:.92rem}@media(max-width:1024px){.boeEarth_Action_list{flex-wrap:wrap;justify-content:space-between;width:94%;margin:.5rem auto 0}.boeEarth_Action_list li{background-color:rgba(0,94,186,.8);width:32.5%;margin:.15rem 0 0;border-radius:.1rem}.boeEarth_Action_list li h3{display:block}.boeEarth_Action_list_ico img{max-width:.75rem}.boeEarth_Action{padding:.5rem 0 1rem}.boeEarth_Action_list_ico{height:.7rem;display:flex;justify-content:center;align-items:center}}@media(max-width:539px){.boeEarth_Action{padding:.5rem 0 1rem}.boeEarth_Action_list li{width:49%;margin:.15rem 0 0}}.boeEarth_Manage{padding-top:.2rem}.boeEarth_ManageNr{width:100%;box-sizing:border-box;padding:0 .78rem}.boeEarth_ManageNrMk{background:#e7e7e7;height:6rem;width:100%;position:relative;margin-top:.58rem}.boeEarth_ManageNrMk h3{color:#b5b5b5;font-family:Gotham_Light;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.boeEarth_ManageNr_list{display:flex;justify-content:space-between;width:100%}.boeEarth_ManageNr_list li{width:48.7%}@media(max-width:1024px){.boeEarth_ManageNr{padding:0 5%;margin-top:.8rem}.boeEarth_ManageNrMk{height:5rem;margin-top:.25rem}.boeEarth_ManageNrMk h3{width:90%}}@media(max-width:539px){.boeEarth_ManageNrMk h3{font-size:.42rem;width:90%}.boeEarth_ManageNrMk h3 br{display:none}.boeEarth_ManageNrMk{height:4rem}}.boeEarth_Data{padding-top:.2rem}.boeEarth_DataNr{width:13rem;margin:0 auto;padding-top:.1rem}.boeEarth_DataNr_p{color:#333;line-height:1.66;font-family:Gotham_Light;text-align:justify;margin-top:.35rem}.boeEarth_DataNr_h3{font-family:Gotham_Medium;margin-top:1rem}.boeEarth_Data .boeOpen_cityNr_pdf{display:flex;flex-wrap:wrap;justify-content:space-between}.boeEarth_Data .boeOpen_cityNr_pdf li{width:48%}@media(max-width:1024px){.boeEarth_DataNr{width:90%}.boeOpen_cityNr_pdf li{margin-top:.3rem}.boeEarth_DataNr_p{line-height:1.5}.boeEarth_Data .boeOpen_cityNr_pdf li{width:100%}}.boeEdu_BanSwiperWc{position:relative;padding:0 1.88rem;box-sizing:border-box}.boeEdu_BanSwiper,.boeEdu_BanSwiperWc{width:100%;overflow:hidden}.boeEdu_BanSwiper-next,.boeEdu_BanSwiper-prev{width:.34rem;position:absolute;top:50%;margin-top:-.165rem;cursor:pointer}.boeEdu_BanSwiper-prev{left:.78rem}.boeEdu_BanSwiper-next{right:.78rem}.boeEdu_BanSwiper-next.swiper-button-disabled,.boeEdu_BanSwiper-prev.swiper-button-disabled{opacity:.35;cursor:not-allowed}.boeEdu_Ban .boe_all_pagination{position:static;width:100%;text-align:center;margin-top:.3rem}.boeEdu_Ban .boe_all_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#005eba}.boeEdu_Ban .boe_all_pagination .swiper-pagination-bullet{background-color:#ddd;opacity:1}.boeEdu_Ban_ico{width:2.42rem;position:absolute;top:.2rem;right:.78rem}.boeEdu_Ban_logo{width:.56rem;position:absolute;top:.65rem;left:.78rem}.boeEdu_Ban_back{position:absolute;height:.25rem;display:flex;justify-content:center;align-items:center;top:.61rem;font-size:.14rem;color:#fff;font-family:Gotham_Book;left:1.9rem}.boeEdu_Ban_back a{color:#fff}.boeEdu_Ban_back img{width:.07rem;margin:0 .08rem 0 0}.boeEdu_BanSwiper .boeMled_allbut{color:#fff;background:#005eba;border-color:#005eba}@media(max-width:1024px){.boeEdu_BanSwiperWc{padding:0 5%}.boeEdu_BanSwiper-next,.boeEdu_BanSwiper-prev{display:none;opacity:0;z-index:3}.boeEdu_Ban_logo{width:.8rem;left:5%}.boeEdu_Ban_back{font-size:14px;top:.65rem}.boeEdu_Ban_back img{width:7px;display:block}.boeEdu_Ban_back a{display:flex;align-items:center}.boeEdu_Ban_back img{margin:0 6px 0 0}.boe_homeISESwiperDisplayPc .boeEdu_BanSwiper-next,.boe_homeISESwiperDisplayPc .boeEdu_BanSwiper-prev{top:2rem}}.boeEdu_actions{padding-top:1px}.boeEdu_actionsNr{width:13rem;margin:1rem auto 0;display:flex;justify-content:space-between}.boeEdu_actionsNr_left,.boeEdu_actionsNr_right{width:6.12rem}.boeEdu_actionsNr_bt{font-family:Gotham_Medium;white-space:nowrap}.boeEdu_actionsNrMk{background:#005eba;height:3.83rem;display:flex;align-items:center;justify-content:center;margin-top:.35rem}.boeEdu_actionsNrMk_p{line-height:1.57;font-family:Gotham_Light;text-align:justify}.boeEdu_actionsNrMk_flex{padding:0 .48rem}.boeEdu_actionsNr_right .boeEdu_actionsNr_bt{text-align:right}.boeEdu_actionsNr_right .boeEdu_actionsNrMk{background:#f8f8f8}.boeEdu_num{display:flex;flex-wrap:wrap}.boeEdu_num li{width:50%;margin-top:.7rem}.boeEdu_num h3{display:flex;align-items:flex-end}.boeEdu_num h3 span{font-size:.58rem;color:#005eba;font-family:Gotham_Bold}.boeEdu_num h3 em{font-size:.14rem;color:#005eba;font-family:Gotham_Medium;font-style:normal;transform:translateY(-.1rem);font-weight:400}.boeEdu_num p{color:#000;font-family:Gotham_Light;white-space:nowrap;font-size:.18rem}.boeEdu_num li:first-child,.boeEdu_num li:nth-child(2){margin-top:0}@media(max-width:1024px){.boeEdu_actionsNr_bt{white-space:normal}.boeEdu_actionsNr{width:90%;flex-wrap:wrap}.boeEdu_actionsNr_left{width:100%}.boeEdu_actionsNr_right{width:100%;margin-top:.8rem}.boeEdu_actionsNrMk{height:auto;width:100%;box-sizing:border-box}.boeEdu_num{width:100%}.boeEdu_actionsNr_right .boeEdu_actionsNr_bt{text-align:left}.boeEdu_actionsNrMk_flex{padding:.5rem}.boeEdu_num h3 span{font-size:.78rem}.boeEdu_num h3 em{font-size:.28rem}.boeEdu_num p{font-size:.3rem}.boeEdu_actionsNr_right .boeEdu_actionsNrMk{padding:.5rem .3rem;box-sizing:border-box}}@media(max-width:539px){.boeEdu_num h3 span{font-size:.6rem}.boeEdu_num h3 em{font-size:13px}.boeEdu_actionsNr_right .boeEdu_actionsNrMk_flex{padding:.5rem .1rem}.boeEdu_num p{font-size:.28rem}}.boeEdu_History{padding-top:1px}.boeEdu_HistoryNr{width:15.4rem;background:#f8f8f8;box-sizing:border-box;margin:.5rem auto 0;padding:.85rem 1.15rem 1.08rem 1.1rem}.boeEdu_HistoryNr_list{position:relative}.boeEdu_HistoryNr_list li{margin-top:.2rem;position:relative;width:100%;box-sizing:border-box;padding-left:2.05rem}.boeEdu_HistoryNr_list li:before{content:"";background-color:#005eba;width:1px;position:absolute;top:0;bottom:0;left:.45rem;z-index:1}.boeEdu_HistoryNr_list_time{color:#005eba;font-family:Gotham_Medium;position:absolute;top:0;left:0;background:#f8f8f8;height:.94rem;line-height:.94rem;white-space:nowrap;z-index:2}.boeEdu_HistoryNr_listNr{background-color:#fff;width:100%;box-sizing:border-box;padding:.5rem .6rem;display:flex;justify-content:space-between;align-items:flex-start}.boeEdu_HistoryNr_listNr_js{width:38.38%;color:#333;font-family:Gotham_Book;line-height:1.66}.boeEdu_HistoryNr_listNr_img{width:56.85%}.boeEdu_HistoryNr_list li:last-child:before{background:none}.boeEdu_HistoryNr_listNr_img{position:relative}.boeEdu_HistoryNr_listNr_imgBfIco{width:.44rem;position:absolute;bottom:.36rem;left:.36rem}@media(max-width:1024px){.boeEdu_HistoryNr{width:100%;padding:.15rem 5% 1.08rem}.boeEdu_HistoryNr_list_time{position:static}.boeEdu_HistoryNr_list li{padding-left:0;margin-top:.5rem}.boeEdu_HistoryNr_list li:before{background:none;display:none;opacity:0}.boeEdu_HistoryNr_listNr{flex-wrap:wrap;flex-direction:column-reverse;padding:0;background:none}.boeEdu_HistoryNr_listNr_js{width:100%;line-height:1.5;text-align:justify;margin-top:.3rem}.boeEdu_HistoryNr_listNr_img{width:100%}}.boeEdu_Voices{padding-top:1px}.boeEdu_VoicesNr_list{display:flex;justify-content:center}.boeEdu_VoicesNr_list li{width:3rem;margin:0 .5rem}.boeEdu_VoicesNr_list_1{width:1.57rem}.boeEdu_VoicesNr_list_2{font-family:Gotham_Book;line-height:1.66;margin-top:.2rem;min-height:3.5rem}.boeEdu_VoicesNr_list_3{line-height:1.57;font-family:Gotham_Light}@media(max-width:1024px){.boeEdu_VoicesNr{padding:.5rem 0 1rem}.boeEdu_VoicesNr_list{flex-wrap:wrap;justify-content:space-between;width:90%;margin:0 auto}.boeEdu_VoicesNr_list li{width:49%;margin:2% 0 0;background:hsla(0,0%,100%,.2);box-sizing:border-box;padding:.5rem;border-radius:.1rem}.boeEdu_VoicesNr_list_2{line-height:1.3;min-height:1px}.boeEdu_VoicesNr_list_3{line-height:1.3;margin-top:.3rem}.boeEdu_VoicesNr_list_1{margin:0 auto}}@media(max-width:539px){.boeEdu_VoicesNr_list li{width:100%;text-align:center}.boeEdu_VoicesNr_list_2{min-height:1px}.boeEdu_VoicesNr_list_1{margin:0 auto}.boeEdu_VoicesNr_list_3{margin-top:.2rem}}.boeMled_Overview_js{line-height:1.66;width:9.6rem;text-align:center;margin:.35rem auto 0;font-family:Gotham_Light}.boeMled_OverviewNr_tit{font-family:Gotham_Medium}.boeMled_OverviewNr_list{display:flex;justify-content:space-between;margin-top:.45rem}.boeMled_OverviewNr_listMk{width:24%}.boeMled_OverviewNr{width:15.3rem;margin:1.2rem auto 0}.boeMled_OverviewNr_listMk_top{display:flex;align-items:center}.boeMled_OverviewNr_listMk_top img{width:.71rem;margin-right:.2rem}.boeMled_OverviewNr_listMk_top h3{font-family:Gotham_Medium;line-height:1.25}.boeMled_OverviewNr_listMk_js{line-height:1.71;font-family:Gotham_Light;margin-top:.23rem}.boeMled_OverviewNr_list.flexWrap{flex-wrap:wrap;justify-content:flex-start}.boeMled_OverviewNr_list.flexWrap .boeMled_OverviewNr_listMk{width:23%;margin:.35rem 2.66% 0 0}.boeMled_OverviewNr_list.flexWrap .boeMled_OverviewNr_listMk:nth-child(4n){margin-right:0}.boeMled_OverviewNr_tit.mt48{margin-top:.45rem}.boeMled_OverviewNr_list.smallIco .boeMled_OverviewNr_listMk_top img{width:.57rem}.boeMled_OverviewNr_list.mt0{margin-top:0}.boeMled_OverviewNr_list.w5 .boeMled_OverviewNr_listMk{width:18.5%}@media(max-width:1024px){.boeMled_Overview{margin-top:0!important;padding-top:1px}.boeMled_Overview_js,.boeMled_OverviewNr{width:90%}.boeMled_OverviewNr_list{flex-wrap:wrap;margin-top:0}.boeMled_OverviewNr_listMk{width:100%;box-sizing:border-box;padding:0;margin-top:.4rem}.boeMled_OverviewNr_listMk_js{margin:.2rem 0 0;font-size:.28rem;line-height:1.5}.boeMled_OverviewNr_list.flexWrap .boeMled_OverviewNr_listMk{width:100%;margin:.4rem 0 0}.boeMled_OverviewNr_list.w5 .boeMled_OverviewNr_listMk{width:100%}.boeMled_OverviewNr_list.smallIco .boeMled_OverviewNr_listMk_top img{width:.71rem}}.boeMled_HonorsNr{width:15.4rem;margin:0 auto}.boeMled_HonorsNr_list{display:flex;flex-wrap:wrap;padding-top:.28rem}.boeMled_HonorsNr_list li{width:16.66%;text-align:center;margin-top:.35rem}.boeMled_HonorsNr_list_img{height:1.8rem;display:flex;justify-content:center;align-items:center}.boeMled_HonorsNr_list_img img{max-height:1.44rem;width:auto;max-width:1000000px}.boeMled_HonorsNr_list_js{line-height:1.3;margin-top:0;font-family:Gotham_Light}.boeMled_HonorsDb{display:flex;justify-content:space-between;margin-top:.5rem;text-align:center}.boeMled_HonorsDb li h3{font-family:Gotham_Book;margin-top:.25rem}.boeMled_HonorsLbXz{display:flex;justify-content:space-between}.boeMled_HonorsLbXz li{text-align:center;margin-top:.3rem}.boeMled_HonorsDb_img img{max-height:.83rem;width:auto;max-width:1000000px}.boeMled_HonorsLbXz_wap{display:flex;text-align:center;justify-content:center}.boeMled_HonorsLbXz_wap .boeMled_HonorsNr_list_js br{display:none}.boeMled_HonorsLbXz_wap_100{width:100%;text-align:center}.boeMled_HonorsLbXz_wap li{max-width:50%;margin-top:.4rem}.boeMled_HonorsLbXz_wap_100{margin-top:.4rem}.boeMled_HonorsLbXz_wap_100 .boeMled_HonorsNr_list_img img{max-height:.88rem}.boeMled_HonorWapSwiperWc .boe_all_pagination{position:static;margin-top:.5rem}.boeMled_HonorWapSwiperWc{padding-top:.2rem}.boeMled_HonorWapSwiper{width:100%;overflow:hidden}.boeMled_HonorsLbXz_wap_100 .boeMled_HonorsNr_list_img{height:1.3rem}@media(max-width:1024px){.boeMled_HonorsNr{width:94%}.boeMled_HonorsNr_list li{width:31.33%;margin:2% 1% 0;box-sizing:border-box;padding:.3rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.boeMled_HonorsDb{flex-wrap:wrap;margin-top:0}.boeMled_HonorsDb_1{width:100%}.boeMled_HonorsDb_1,.boeMled_HonorsDb_2{background:hsla(0,0%,100%,.2);box-sizing:border-box;padding:.5rem .2rem;margin-top:.2rem;border-radius:.1rem}.boeMled_HonorsDb_2{width:38%}.boeMled_HonorsDb_3{width:59%;background:hsla(0,0%,100%,.2);box-sizing:border-box;padding:.5rem .2rem;margin-top:.2rem;border-radius:.1rem;overflow:hidden}.boeMled_HonorsNr_list_js br{display:none}.boeMled_Honors{padding-top:1px}.boeMled_HonorsLbXz{flex-wrap:wrap;margin-top:.6rem}.boeMled_HonorsLbXz li{width:49%;background:hsla(0,0%,100%,.2);box-sizing:border-box;padding:.3rem .2rem;margin-top:.2rem;border-radius:.1rem}.boeMled_HonorsDb_img img{max-height:.6rem}}@media(max-width:539px){.boeMled_HonorsNr_list li{width:48%}.boeMled_HonorsNr_list_js br{display:none}}.boeMled_AdvaSwiper{width:100%;overflow:hidden;margin-top:1.05rem}.boeMled_AdvaSwiper .swiper-slide{width:3.21rem;margin:0 .17rem}.boeMled_AdvaSwiper_Nr_bt{color:#fff;font-family:Gotham_Medium;margin-top:.1rem}.boeMled_AdvaSwiper_Nr_js{color:#999;font-family:Gotham_Light;line-height:1.571;margin-top:.15rem;max-width:2.55rem}.boeMled_AdvaSwiper_Nr_num{width:.53rem}.boeMled_AdvaSwiper .swiper-wrapper{justify-content:center}.boeMled_AdvaSwiper_Nr{transform:translate(.2rem,-.2rem)}@media(max-width:1024px){.boeMled_AdvaSwiper .swiper-wrapper{justify-content:flex-start}.boeMled_AdvaSwiper_Nr_js{max-width:100%}.boeMled_Adva{padding-top:1px}.boeMled_AdvaSwiper .swiper-wrapper{width:94%!important;transform:translateZ(0)!important;display:block!important;margin:0 auto}.boeMled_AdvaSwiper .swiper-wrapper .swiper-slide{width:100%!important;margin:.38rem 0 0!important;position:relative;box-sizing:border-box!important;display:flex;justify-content:space-between;align-items:center;padding:0 0 0 .62rem!important}.boeMled_AdvaSwiper_img{width:2.5rem}.boeMled_AdvaSwiper_Nr{width:calc(100% - 3rem);position:static;transform:translate(0)}.boeMled_AdvaSwiper_Nr_js{color:#fff}.boeMled_AdvaSwiper_Nr_num{position:absolute;top:0;left:0;transform:translate(0);display:none;opacity:0}.boeMled_AdvaSwiper_wapNum{width:.58rem;position:absolute;top:0;left:0}.boeMled_AdvaSwiper_Nr_js{line-height:1.3}.boeMled_AdvaSwiper_Nr_bt br{display:none}.boeMled_AdvaSwiper_Nr_bt{margin-top:0}.boeMled_AdvaSwiper{margin-top:.2rem}}@media(max-width:768px){.boeMled_AdvaSwiper .swiper-slide{width:4.4rem;margin:0 .15rem}}@media(max-width:539px){.boeMled_AdvaSwiper .swiper-slide{width:4rem;margin:0 .1rem}.boeMled_AdvaSwiper .swiper-wrapper .swiper-slide{padding:0 0 0 .5rem!important}.boeMled_AdvaSwiper_Nr_js{font-size:12px}.boeMled_AdvaSwiper_img{width:2rem}.boeMled_AdvaSwiper_Nr{width:calc(100% - 2.5rem)}}.boeMled_IndoorMk{width:100%}.boeMled_IndoorSwiper,.boeMled_IndoorSwiperWc{width:100%;overflow:hidden}.boeMled_IndoorSwiperWc{padding:0 .78rem;box-sizing:border-box;position:relative;margin-top:.5rem}.boeMled_IndoorMk_bt{color:#fff;font-family:Gotham_Medium}.boeMled_IndoorMk_bt_small{font-size:.14rem;color:#fff;margin-top:.15rem;padding-bottom:.07rem;font-weight:bolder}.boeMled_IndoorMk_dian{display:flex;font-family:Gotham_Book;font-size:.12rem;line-height:1.5}.boeMled_IndoorMk_dian_nr,.boeMled_IndoorMk_dian_nr .colorfff{color:#fff}.boeMled_IndoorMk_dian_ico{color:#fff;margin-right:.03rem}.boeMled_IndoorMk_img{height:2.5rem;width:100%;display:flex;justify-content:flex-start;align-items:center}.boeMled_IndoorMk_img img{display:block;max-width:80%;max-height:2.2rem;width:auto;height:auto}.boeMled_IndoorMk_img a{display:block}.boeMled_IndoorMk_bottom_lanse{color:#005eba;font-family:Gotham_Book;font-size:.12rem;line-height:1.5}.boeMled_allbut{width:1.04rem;display:block;height:.37rem;line-height:.35rem;color:#fff;font-size:.14rem;font-family:Gotham_Book;text-align:center;margin-top:.2rem;box-sizing:border-box;border:1px solid hsla(0,0%,100%,.2);background:none}.boeMled_allbut:hover{color:#fff;background:#005eba;border-color:#005eba}.boeMled_allbut.noBj{border:1px solid hsla(0,0%,100%,.2);background:none}.boeMled_allbut.noBj:hover{background:#005eba;border-color:#005eba}.boeMled_IndoorMk_center{min-height:2.4rem}.allSwiper_botGdt.bjheise{margin-top:.6rem}.allSwiper_botGdt.bjheise .swiper-scrollbar{background:hsla(0,0%,100%,.2)}.boeMled_IndoorMk_lp{display:flex;flex-wrap:wrap}.boeMled_IndoorMk_lpMk{width:50%}.boeMled_IndoorMk_lpMk_1{color:#fff;font-family:Gotham_Book;font-size:.12rem;line-height:1.5}.boeMled_IndoorXzLb{width:100%;display:flex;flex-wrap:wrap;box-sizing:border-box;padding:0 .5rem;margin-top:.2rem}.boeMled_IndoorXzLb li{width:25%;margin:0;box-sizing:border-box;padding:.2rem;border-radius:.08rem}.boeMled_IndoorXzLb_w2{display:flex;justify-content:space-between}.boeMled_IndoorXzLb_w2_left,.boeMled_IndoorXzLb_w2_right{width:49%}.boeMled_IndoorXzLb li .boeMled_IndoorMk_bottom_lanse{color:#fff}.boeMled_IndoorXzLb li .boeMled_IndoorMk_img{height:2rem}.boeMled_IndoorXzLb li .boeMled_IndoorMk_img img{max-width:100%;max-height:2rem}.boeMled_IndoorXzLb li:hover{background:hsla(0,0%,100%,.2)}.boeMled_IndoorXzLb li .boeMled_IndoorMk_lp{justify-content:space-between}.boeMled_IndoorXzLb li .boeMled_IndoorMk_lpMk{width:48%;padding-bottom:.2rem}.boeMled_IndoorXzLb li .boeMled_IndoorMk_center{min-height:2.15rem}.boeMled_IndoorXzLb.w5 li{width:20%}.boeMled_IndoorXzLb li .boeMled_IndoorMk_bottom_lanse.lanseXz{color:#005eba}.boeMled_IndoorXzLb li.activeBjTc{background:rgba(0,94,186,.8)}.boeMled_IndoorWapSwiperWc{width:90%;margin:.2rem auto 0;position:relative}.boeMled_IndoorWapSwiper{width:100%;overflow:hidden}.boeMled_IndoorWapSwiperWc .boe_all_pagination{font-size:.36rem;bottom:.17rem;right:0;width:auto;left:auto;color:#fff}.boeMled_IndoorWapSwiperWc .swiper-slide{height:auto;padding:0 2px 1px;overflow:hidden;box-sizing:border-box}.boeMled_IndoorWapSwiperWc .swiper-slide .boeMled_IndoorMk{height:100%;padding-bottom:1.1rem;overflow:hidden;box-sizing:border-box}.boeMled_IndoorWapSwiperWc .swiper-slide .boeMled_IndoorMk_xq{position:absolute;left:0;bottom:1px;margin:0}.boeMled_IndoorWapSwiperWc .swiper-slide .boeMled_allbut{margin:0}.boeMled_IndoorWapSwiperWc .swiper-slide .boeMled_IndoorMk_bottom_lanse{color:#fff}.boeMled_IndoorWapSwiperWc .swiper-pagination-total{opacity:.5;color:#fff}.boeMled_CreativeWapSwiper,.boeMled_OutdoorWapSwiper{width:100%;overflow:hidden}.boeMled_IndoorWapSwiperWc .swiper-slide .boeMled_CreativeSwiperMk{height:100%;padding-bottom:1.1rem}@media(max-width:1024px){.boeMled_IndoorMk_bt_small{font-size:.28rem}.boeMled_IndoorMk_bottom_lanse,.boeMled_IndoorMk_dian,.boeMled_IndoorMk_lpMk_1{font-size:.24rem}.boeMled_allbut{height:.66rem;line-height:.66rem;font-size:.28rem;width:1.88rem}.boeMled_IndoorSwiperWc{padding:0 5%}.boeMled_IndoorSwiper{overflow:visible;overflow:initial}.boeMled_IndoorSwiper .swiper-slide{background:hsla(0,0%,100%,.2);border-radius:.1rem;box-sizing:border-box;padding:.5rem;height:auto}.boeMled_Indoor{padding-top:1px}.boeMled_IndoorXzLb li{width:100%;background:hsla(0,0%,100%,.2);border-radius:.1rem;box-sizing:border-box;padding:.5rem;height:auto;margin-top:.3rem}.boeMled_IndoorXzLb li .boeMled_IndoorMk_img{height:auto;box-sizing:border-box;padding:.3rem 0}.boeMled_IndoorXzLb.w5 li{width:100%}}@media(max-width:539px){.boeMled_IndoorMk_bottom_lanse,.boeMled_IndoorMk_dian,.boeMled_IndoorMk_lpMk_1{font-size:12px}.boeMled_IndoorSwiper{overflow:hidden}}.boeMled_OutdoorNr{display:flex;justify-content:space-between;margin-top:1.4rem}.boeMled_OutdoorNrWc{padding:0 .78rem;box-sizing:border-box}.boeMled_OutdoorNrMk{display:flex;align-items:center}.boeMled_OutdoorNrMk_img{width:4rem;margin-right:.35rem}.boeMled_OutdoorNrMk.activeBjTc{background:rgba(0,94,186,.8)}@media(max-width:1024px){.boeMled_OutdoorNr{flex-wrap:wrap}.boeMled_OutdoorNrMk{width:100%;margin-top:.4rem;display:block;background:hsla(0,0%,100%,.2);border-radius:.1rem;box-sizing:border-box;padding:.5rem;height:auto}.boeMled_OutdoorNrWc{padding:0 5%;margin-left:auto;margin-right:auto}.boeMled_OutdoorNrMk_img{margin-right:0}.boeMled_OutdoorNrMkNr{margin-top:.4rem}.boeMled_OutdoorNr{margin-top:.5rem}.boeMled_OutdoorNrMk_img{width:100%;text-align:center;margin:0;background:hsla(0,0%,100%,.5);padding:.3rem 0;border-radius:.1rem}.boeMled_OutdoorNrMk_img img{width:3rem;display:inline-block}.boeMled_Outdoor{padding:1px 0 1.5rem}}.boeMled_CreativeSwiperWc{padding:0 .78rem;box-sizing:border-box;position:relative;margin-top:.5rem}.boeMled_CreativeSwiper,.boeMled_CreativeSwiperWc{width:100%;overflow:hidden}.boeMled_CreativeSwiper_bt18{color:#fff;font-size:.18rem;font-family:Gotham_Medium}.boeMled_CreativeSwiperMk_img{height:2.7rem;width:100%;display:flex;justify-content:flex-start;align-items:center}.boeMled_CreativeSwiperMk_img img{display:block;max-width:95%;max-height:90%;width:auto;height:auto}.boeMled_CreativeSwiperMk_img a{display:block}.boeMled_Creative_top{min-height:.7rem}.boeMled_Creative_center{min-height:1.5rem;padding-top:1px}.boeMled_Creative_top_js{font-size:.14rem;color:#fff;font-family:Gotham_Book;margin-top:.08rem}.boeMled_Creative_bottom{min-height:.6rem;padding-top:1px}@media(max-width:1024px){.boeMled_Creative_top_js{font-size:.28rem}.boeMled_CreativeSwiper_bt18{font-size:.3rem}.boeMled_CreativeSwiperWc{padding:0 5%}.boeMled_CreativeSwiper{overflow:visible;overflow:initial}.boeMled_CreativeSwiper .swiper-slide{background:hsla(0,0%,100%,.2);border-radius:.1rem;box-sizing:border-box;padding:.5rem;height:auto}.boeMled_Creative{padding-top:1px}.boeMled_CreativeSwiperMk_img img{max-height:2.5rem}}@media(max-width:539px){.boeMled_CreativeSwiper{overflow:hidden}}.boeMled_Case{padding-top:1px}.boeMled_CaseXzpt2{padding-top:.2rem}.boeMled_CaseSwiperMk{position:relative}.boeMled_Case .boe_all_pagination{position:static;width:100%;text-align:center;margin-top:.3rem;font-size:.24rem;font-family:Gotham_Light}.boeMled_Case .boe_all_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#005eba}.boeMled_Case .boe_all_pagination .swiper-pagination-bullet{background-color:#ddd;opacity:1}.boeEdu_BanSwiper-next img.w20,.boeEdu_BanSwiper-prev img.w20,.boeMled_Case .boeEdu_BanSwiper-next img,.boeMled_Case .boeEdu_BanSwiper-prev img{width:.2rem}.boeMled_CaseNav{display:flex;align-items:center;justify-content:center;margin-top:.45rem}.boeMled_CaseNav li a{color:#000;opacity:.5;font-family:Gotham_Medium}.boeMled_CaseNav li{margin:0 .4rem}.boeMled_CaseNav.bigWidth li{margin:0 .8rem}.boeMled_CaseNav li.active a{opacity:1}.boeMled_CaseSwiperNr{width:100%;position:relative}.boeMled_CaseSwiperNr_pos{position:absolute;bottom:.7rem;width:100%;left:0;text-align:center}.boeMled_CaseSwiperNr_pos h3{font-family:Gotham_Medium}.boeMled_CaseSwiperNr_pos p{font-family:Gotham_Book;margin-top:.12rem}.boeMled_CaseSwiperMk{display:none}.boeMled_CaseWc{margin-top:.45rem}@media(max-width:1024px){.boeMled_CaseNav li{white-space:nowrap;margin:0 .3rem}.boeMled_CaseNav{justify-content:center;margin:.65rem auto 0;width:90%}.boeMled_CaseXzpt2{padding-top:1px}.boeMled_CaseNav.bigWidth{justify-content:center}.boeMled_CaseNav.bigWidth li{margin:0 .3rem}.boeMled_Case .boe_all_pagination{position:absolute;top:0;right:5%;margin:0;padding:0;width:auto;bottom:auto;left:auto;font-size:.36rem}.boeMled_CasewapTitD{font-family:Gotham_Medium;font-size:.36rem}.boeMled_CaseWc .boeEdu_BanSwiperWc{padding:0 5%}.boeMled_CaseSwiper.boeEdu_BanSwiper{margin-top:.3rem}.boe_CasesXz .boeMled_CaseNav{overflow-x:auto;padding-bottom:.3rem;justify-content:flex-start}.boeMled_CaseXzpt2 .boeMled_CaseNav{display:none;opacity:0}.boeMled_CaseSwiperMk{display:block!important;margin-top:.55rem}}@media(max-width:539px){.boeMled_CaseNav{overflow-x:auto;padding-bottom:.3rem}.boeMled_CaseSwiperNr_pos{position:static}.boeMled_CaseSwiperNr_pos h3{color:#000;margin-top:.3rem}.boeMled_CaseSwiperNr_pos p{color:#000}}.mledCase_tit{padding-bottom:.25rem}.mledCase_tit,.mledCase_xbt{font-family:Gotham_Book}.mledCase_imglist{display:flex;justify-content:space-between}.mledCase_imglist,.mledCase_imglistImg{padding-bottom:.25rem}.mledCase_imglist li{position:relative}.mledCase_imglist.w2 li{width:49%}.mledCase_imglist.w3{flex-wrap:wrap}.mledCase_imglist.w3 li{width:32%;margin:.35rem 2% 0 0}.mledCase_imglist.w3 li:nth-child(3n){margin-right:0}.mledCase_imglist.w3 li:first-child,.mledCase_imglist.w3 li:nth-child(2),.mledCase_imglist.w3 li:nth-child(3){margin-top:0}.mledCase_imglist.w4 li{width:23.5%}.mledCase_dl{margin-top:.1rem}.mledCase_dl p{display:flex;line-height:1.57}.mledCase_dt{min-width:1.15rem}.mledCase_dd,.mledCase_dt{font-family:Gotham_Light}.mledCase_dd{color:#666}.mledCase_w1Xz{position:relative}.mledCase_w1Xz_pos{position:absolute;bottom:.45rem;left:.6rem}.mledCase_w1Xz_pos .mledCase_dd,.mledCase_w1Xz_pos .mledCase_dt{color:#fff}.mledCase_dl p,.mledCase_flex{width:100%}.boeMled_CaseSwiperMk .swiper-slide{align-items:center;display:flex;height:auto;overflow:hidden;background:#fff;padding:0 2px;width:100%;box-sizing:border-box}.mledCase_flex .boeEdu_HistoryNr_listNr_imgBfIco{left:50%;bottom:auto;top:50%;margin-left:-.22rem;margin-top:-.22rem}@media(max-width:1024px){.mledCase_tit{font-size:.32rem}.mledCase_dt{min-width:1.65rem}.mledCase_dl p{line-height:1.3}.mledCase_xbt{font-size:14px}.mledCase_dl.f_14{font-size:12px}.mledCase_xbt br{display:none}.mledCase_imglist.w3.w6 li{width:49%;margin:.35rem 2% 0 0}.mledCase_imglist.w3.w6 li:nth-child(3n){margin-right:2%}.mledCase_imglist.w3.w6 li:nth-child(2n){margin-right:0}.mledCase_imglist.w3.w6 li:nth-child(3){margin-top:.35rem}.mledCase_imglist.w4{flex-wrap:wrap}.mledCase_imglist.w4 li{width:49%;margin-top:.35rem}.mledCase_imglist.w4 li:first-child,.mledCase_imglist.w4 li:nth-child(2){margin-top:0}.mledCase_w1Xz_pos{bottom:.45rem;left:5%;right:5%}.mledCase_imglist.w4 li .mledCase_imglistImg{height:2rem;overflow:hidden}.mledCase_imglist.w4 .mledCase_xbt{margin-top:.25rem}}@media(max-width:539px){.mledCase_imglist.w4 li .mledCase_imglistImg{height:1.5rem}}.boeMled_Partners{padding:.7rem 0 0}.boeMled_Partners_list{display:flex;justify-content:space-between;margin:.5rem .78rem 0}.boeMled_Partners_list li{width:23.5%;height:2.19rem;background-color:#fff;border:1px solid #ddd;display:flex;justify-content:center;align-items:center}.boeMled_Partners_list li img{max-width:3.22rem;max-height:.88rem;width:auto;height:auto}@media(max-width:1024px){.boeMled_Partners_list{flex-wrap:wrap;margin:.3rem 5% 0}.boeMled_Partners_list li{height:1.5rem;width:48%;margin:4% 0 0}.boeMled_Partners_list li img{max-width:70%;max-height:.6rem}.boeMled_Partners{padding-top:1px}}.boeMled_Contact{background:#f6f6f6;padding:.7rem 0 1.5rem;margin-top:1.1rem}.boeMled_Contact.mt0{margin-top:0}.boeMled_ContactNr{width:15.4rem;margin:0 auto}.boeForm{margin-top:.2rem}.boeForm_w2,.boeForm_w3{display:flex;justify-content:space-between}.boeFormMk{width:4.87rem;margin-top:.18rem;position:relative}.boeForm_input{display:block;width:100%;height:.81rem;background-color:#fff;box-sizing:border-box;padding:0 .28rem;border:none;font-size:.24rem;font-family:Gotham_Light}.boeFormMk_code{width:1.63rem;height:100%;position:absolute;top:0;right:0;z-index:2;background:none;display:flex;align-items:center;justify-content:center}.boeFormMk_code img{width:1.31rem}.boeForm_w2_left{width:4.87rem}.boeForm_w2_right{width:10.13rem;margin-top:.18rem}.boeForm_area{height:1.82rem;background-color:#fff;padding:.2rem .28rem 0;font-size:.24rem;font-family:Gotham_Light}.boeForm_area,.boeForm_button{display:block;width:100%;box-sizing:border-box;border:none}.boeForm_button{height:.9rem;line-height:.9rem;text-align:center;background-color:#005eba;padding:0 .28rem;font-size:.3rem;color:#fff;font-family:Gotham_Medium}.boeFormMk.boeForm_buttonWc{margin-top:.39rem}.boeMled_ContactWap{text-align:center}.boeMled_ContactWap a{width:4rem;display:inline-block;height:.88rem;background-color:#005eba;border-radius:.1rem;color:#fff;text-align:center;font-family:Gotham_Book;display:flex;align-items:center;justify-content:center;margin:0 auto}.boeMled_Contact.wapContactYmDz{margin-top:0;padding:1.1rem 0 1.5rem}.boeMled_Contact.boePerKit_ContactDz .allTit_hr{background-image:linear-gradient(90deg,#005eba,#00dc70)}.boeMled_Contact.boePerKit_ContactDz .boeForm_area,.boeMled_Contact.boePerKit_ContactDz .boeForm_button,.boeMled_Contact.boePerKit_ContactDz .boeForm_input{font-family:HarmonyOS_Sans_SC_Regular}@media(max-width:1024px){.boeMled_Contact{padding:.8rem 0}.boeMled_ContactNr{width:90%}.boeForm_w2_left,.boeFormMk{width:100%}.boeForm_w2,.boeForm_w3{flex-wrap:wrap}.boeForm_input,.boeForm_select{height:1rem;font-size:.36rem}.boeForm_area{height:3rem;font-size:.36rem}.boeForm_w2_right,.boeFormMk{margin-top:.25rem}.boeForm_button{height:1rem;font-size:.36rem}.boeMled_Contact .allTit_1{text-align:center}.boeForm{margin-top:.4rem}.boeMled_ContactNr{display:none}.boeMled_Contact.wapContactYmDz .boeMled_ContactNr{display:block}.boeMled_Contact.wapContactYmDz .boeMled_ContactWap{display:none!important}}.boeLcd_Advan{padding-top:.2rem}.boeLcd_list{width:15.35rem;margin:0 auto;display:flex;justify-content:space-between}.boeLcd_list li{width:7.33rem;margin-top:.6rem}.boeLcd_list_tit{font-family:Gotham_Medium;margin-top:.3rem}.boeLcd_list_js,.boeLcd_list_js p{color:#666;font-family:Gotham_Light;line-height:1.57}.boeLcd_list_js p{margin-top:.13rem}.boeLcd_list_js p .heise{color:#333}.boeLcd_list_js p .lanse{color:#005eba;font-family:Gotham_Book}.boeLcd_list.flexWrap{flex-wrap:wrap}@media(max-width:1024px){.boeLcd_list{width:90%;flex-wrap:wrap}.boeLcd_list li{width:100%}.boeLcd_Advan{margin-top:0!important;padding-top:1px}.boeLcd_list_js,.boeLcd_list_js p{line-height:1.36}}.boeLcd_Technology{padding-top:.2rem}@media(max-width:1024px){.boeLcd_Technology{padding-top:1px}}.boeLcd_ProductsSwiperWc{margin-top:1.6rem}.boeLcd_ProductsMk_bt{font-family:Gotham_Book;text-align:center;white-space:nowrap}.boeLcd_ProductsMk_js{font-family:Gotham_Light;text-align:center;margin-top:.15rem}.boeLcd_ProductsSwiper{text-align:center;width:100%;overflow:hidden}.boeMled_IndoorMk_xq.textCenter .boeMled_allbut{margin:.2rem auto 0}.boeLcd_ProductsSwiper .swiper-slide{width:auto;margin:0 .25rem}.boeLcd_ProductsSwiper .swiper-wrapper{justify-content:center}.boeLcd_ProductsMk_img{height:2.5rem;display:flex;align-items:center;justify-content:center}.boeLcd_ProductsMk_img img{max-height:2.5rem;width:auto;height:auto;max-width:3.62rem}.boeLcd_ProductsMk_center{margin-top:.3rem;min-height:.85rem}.boeLcd_ProductsSwiper_gdt{width:100%;overflow:hidden}.boeLcd_Products .boe_all_pagination{position:static;margin-top:.4rem}@media(max-width:1800px){.boeLcd_ProductsMk_img img{max-height:2rem;max-width:3.5rem}}@media(max-width:1024px){.boeLcd_ProductsSwiper{box-sizing:border-box;padding-left:4%}.boeLcd_ProductsSwiper .swiper-wrapper{justify-content:flex-start}.boeLcd_ProductsSwiper .swiper-slide{background:hsla(0,0%,100%,.2);box-sizing:border-box;padding:.5rem;border-radius:.1rem;margin:0 .1rem}.boeLcd_ProductsMk_center{min-height:1.2rem}.boeLcd_Products.boeOled_ProdXz{padding:1.2rem 5% 2rem}.boeLcd_ProductsSwiper_gdt .swiper-slide{background:hsla(0,0%,100%,.2);box-sizing:border-box;padding:.5rem .2rem;border-radius:.1rem;margin:auto}}.boeLcd_Appli{padding:.2rem .5rem 1rem;box-sizing:border-box}.boeLcd_AppliList{display:flex;text-align:center;flex-wrap:wrap}.boeLcd_AppliList li{width:20%;margin-top:.95rem}.boeLcd_AppliList_tit{color:#666;font-family:Gotham_Book;line-height:1.25;margin-top:.22rem}.boeLcd_AppliList_ico{height:1.05rem;display:flex;justify-content:center;align-items:flex-end}.boeLcd_AppliList_ico img{max-height:1.05rem;width:auto;height:auto;max-width:.95rem}@media(max-width:1024px){.boeLcd_AppliList{margin-top:.5rem}.boeLcd_AppliList li{width:33%;margin:2% 0 0;box-sizing:border-box;padding:.2rem 0 .5rem}.boeLcd_Appli{padding:.2rem 10px .5rem}.boeLcd_AppliList_ico img{max-height:.8rem;width:auto;height:auto;max-width:.65rem}.boeLcd_AppliList_tit br{display:none}.boeLcd_AppliList_tit{font-size:.32rem}}.boeLcd_Brand{padding:.2rem 0 0;box-sizing:border-box}.boeLcd_Brand_pro{display:flex;align-items:center}.boeLcd_Brand_pro.boeLcd_Brand_pro0330Xz{align-items:flex-start}.boeLcd_Brand_pro_img{width:1.46rem}.boeLcd_Brand_pro_right{width:11.5rem;margin-left:.49rem}.boeLcd_Brand_pro_right .boeMled_OverviewNr_tit{margin-top:0}.boeLcd_Brand_pro_right_js{line-height:1.66;font-family:Gotham_Light;margin-top:.1rem}.boeOled_BrandXz.boeLcd_Brand{padding:0;margin-top:.44rem}.boeOled_BrandXz.boeLcd_Brand.mt0{margin-top:0}.boeOled_BrandXz .boeLcd_Brand_pro{margin-top:1.1rem}.boeOled_BrandXz{margin-top:.3rem}.boeLcd_Brand0330Xz{display:flex;margin-top:.5rem;padding-bottom:.66rem}.boeLcd_Brand0330Xz li{display:flex}.boeLcd_Brand0330Xz_dian{display:block;width:.04rem;height:.04rem;background-color:#fff;border-radius:50%;margin:.1rem .08rem 0 0}.boeLcd_Brand0330Xz p{font-family:Gotham_Light;line-height:1.71}.boeLcd_Brand0330Xz li:first-child{margin-right:.58rem}.boeMled_OverviewNr_tit.mt80{margin-top:.8rem}@media(max-width:1024px){.boeLcd_Brand_pro{flex-wrap:wrap;align-items:flex-start}.boeLcd_Brand_pro_right{width:100%;margin:.2rem 0 0}.boeLcd_BrandNr{padding:1rem 5%}.boeOled_BrandXz .boeLcd_BrandNr{padding:1px 5% 1rem}.boeLcd_Brand{padding-top:.1rem;margin-top:0!important}.boeLcd_Brand_pro_img{margin-left:auto;margin-right:auto}.boeLcd_Brand0330Xz{display:block}.boeLcd_Brand0330Xz li:first-child{margin-right:0}.boeLcd_Brand0330Xz li{width:100%;justify-content:space-between;margin-top:.3rem}.boeLcd_Brand0330Xz_dian{width:.07rem;height:.07rem;margin:.18rem 0 0}.boeLcd_Brand0330Xz p{width:calc(100% - .3rem)}.boeLcd_Brand0330Xz p br{display:none}}.boeOled_Overview{position:relative;margin-top:.44rem}.boeOled_Overview_nr{position:absolute;top:1.3rem;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);width:8.65rem}.boeOled_Overview_nr_js{color:#fff;line-height:1.66;margin-top:.4rem;font-family:Gotham_Light}@media(max-width:1024px){.boeOled_Overview_nr{width:90%;position:static;transform:translateX(0);-webkit-transform:translateX(0);margin:0 auto}.boeOled_Overview_img{display:none;opacity:0}.boeOled_Overview .allTit_1{color:#000;text-align:center;margin-top:1.3rem}.boeOled_Overview_nr_js{color:#333;margin-top:.25rem;line-height:1.3}.boeOled_Overview{margin-top:0!important;padding-top:1px}.oledWapImg{margin-top:.5rem}}.boeOled_Advan{padding-top:.2rem}.boeOled_Advan_list{display:flex;flex-wrap:wrap;margin:0 .78rem}.boeOled_Advan_list li{width:32%;margin:2.5% 2% 0 0}.boeOled_Advan_list li:nth-child(3n){margin-right:0}.boeOled_Advan_list_tit{color:#333;font-family:Gotham_Medium;margin-top:.33rem}.boeOled_Advan_list_js{color:#666;line-height:1.57;margin-top:.16rem}@media(max-width:1024px){.boeOled_Advan_list li{width:100%;margin:.5rem 0 0}.boeOled_Advan_list{margin:0 5%}.boeOled_Advan{padding-top:1px}.boeOled_Advan_list_js{line-height:1.3}}.boeMledXz_Ove{position:relative;margin-top:.44rem}.boeMledXz_Ove_pos{width:9.86rem;position:absolute;top:.5rem;left:50%;margin-left:-4.93rem}.boeMledXz_Ove_pos_js{line-height:1.66;font-family:Gotham_Light;margin-top:.35rem;text-align:center}.boeMledXz_Ove_pos_h3{font-family:Gotham_Medium;margin-top:.8rem}.boeMledXz_Ove_pos_p{font-family:Gotham_Light;margin-top:.1rem}.boeMledXz_OveNr{display:flex;justify-content:space-between;margin-top:.3rem}.boeMledXz_OveNr_left,.boeMledXz_OveNr_right{background:hsla(0,0%,100%,.2);box-sizing:border-box;padding:.45rem .2rem .5rem .5rem}.boeMledXz_OveNr_left{width:4.98rem}.boeMledXz_OveNr_right{width:9.38rem}.boeMledXz_OveNr h3{font-family:Gotham_Medium}.boeMledXz_OveNr p{font-family:Gotham_Book;line-height:1.25;margin-top:.15rem}.boeMledXz_OveBot{margin-top:.45rem}.boeMledXz_OveBot,.boeMledXz_OveBot_2{display:flex;justify-content:center;align-items:center}.boeMledXz_OveBot_2 img{width:.19rem;height:auto;margin:0 .35rem}.boeMledXz_OveBot_1{margin-right:.8rem;font-family:Gotham_Medium}.boeMledXz_OveXzNR{padding-top:.6rem}.boeMledXz_OveXzNR_tit{font-family:Gotham_Book;margin-top:.4rem}.boeMledXz_OveXzNR_js{line-height:1.66;font-family:Gotham_Light;margin-top:.15rem}@media(max-width:1024px){.boeMledXz_Ove_img{display:none;opacity:0}.boeMledXz_Ove_pos{width:90%;margin:0 auto;position:static}.boeMledXz_Ove{padding:.1rem 0 1rem;margin-top:0!important}.boeMledXz_OveNr_left{width:100%}.boeMledXz_OveNr_right{width:100%;margin-top:.2rem}.boeMledXz_OveNr{flex-wrap:wrap}.boeMledXz_OveBot{flex-wrap:wrap;justify-content:flex-start}.boeMledXz_OveBot_2 img{margin:0 .15rem}.boeMledXz_OveBot_1{margin:0}.boeMledXz_OveBot_2{flex-wrap:wrap;justify-content:flex-start;margin-top:.2rem}.boeMledXz_Ove{background-repeat:no-repeat;background-size:cover;background-position:top}.boeMledXz_Ove_pos .allTit_1{color:#000}.boeMledXz_Ove_pos .allTit_hr{background-color:#005eba}.boeMledXz_OveXzNR_tit{color:#333}.boeMledXz_OveXzNR_js{color:#666;line-height:1.5}}.boeMled_Platform{padding:.3rem 0 0}.boeMled_PlatformNr{width:100%;display:flex;overflow:hidden;margin-top:.45rem}.boeMled_PlatformNrMk{width:33.33%;position:relative;overflow:hidden}.boeMled_PlatformNrMk_pos{position:absolute;top:1rem;left:50%;width:4.84rem;margin-left:-2.42rem}.boeMled_PlatformNrMk_pos_h3{font-family:Gotham_Book;text-align:center;padding-bottom:.8rem}.boeMled_PlatformNr_Indoor{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:.1rem}.boeMled_PlatformNr_Indoor li{width:48.5%;height:.62rem;box-sizing:border-box;border-radius:.08rem;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.1);position:relative;margin-top:.2rem}.boeMled_PlatformNr_Indoor li a{display:block;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 .11rem 0 .19rem}.boeMled_PlatformNr_Indoor_right img{max-height:.5rem}.boeMled_PlatformNr_Indoor li.liDzTu_1 .boeMled_PlatformNr_Indoor_right img{max-width:.8rem}.boeMled_PlatformNr_Outdoor.boeMled_PlatformNr_Indoor li .boeMled_PlatformNr_Indoor_right img{max-height:.64rem}.boeMled_PlatformNr_Innovative.boeMled_PlatformNr_Indoor li .boeMled_PlatformNr_Indoor_right img{max-height:.72rem}.boeMled_PlatformNr_Indoor_left h3{font-family:Gotham_Medium;white-space:nowrap}.boeMled_PlatformNr_Indoor_left p{font-family:Gotham_Book;margin-top:.02rem}.boeMled_PlatformNr_Indoor_bq{width:.47rem;font-size:.12rem;color:#fff;font-family:Gotham_Book;display:flex;align-items:center;justify-content:center;position:absolute;top:-.1rem;left:.1rem;height:.2rem;box-sizing:border-box;line-height:.18rem;background-image:linear-gradient(0deg,#0834b2,#005fbc);border-radius:.1rem;border:1px solid #089be0}.boeMled_PlatformNr_Indoor_new{width:.33rem;position:absolute;right:0;top:-.16rem}.boeMled_PlatformNr_Indoor_bq.COB{background-image:linear-gradient(0deg,#005eba,#0084f9)}.boeMled_PlatformNr_Outdoor.boeMled_PlatformNr_Indoor li{width:100%;height:.92rem}.boeMled_PlatformNr_Innovative.boeMled_PlatformNr_Indoor li{width:100%;height:1.21rem}.boeMled_PlatformNrMk_bjImg{height:9.2rem;width:auto;max-width:10000000000px}.boeMled_PlatformWap{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 5%;margin-top:.35rem}.boeMled_PlatformWap_img{width:2.5rem}.boeMled_PlatformWapNr{width:calc(100% - 2.7rem)}.boeMled_PlatformWapNr h3{font-family:Gotham_Medium;font-size:.36rem;white-space:nowrap}.boeMled_PlatformWapNr_con{display:flex;justify-content:space-between;margin-top:.2rem}.boeMled_PlatformWap_Wc{padding:.2rem 0 .8rem}.boeMled_PlatformNrMk_xtb0330{width:.39rem;position:absolute;top:.5rem;left:.5rem}@media(max-width:1024px){.boeMled_PlatformNr{flex-wrap:wrap}.boeMled_PlatformNrMk{width:100%;padding:1rem 0;background-repeat:no-repeat;background-size:cover;background-position:top}.boeMled_PlatformNrMk_bjImg{height:auto;width:100%;display:none;opacity:0}.boeMled_PlatformNrMk_pos{width:90%;left:5%;margin-left:0}.boeMled_PlatformNr_Indoor li{height:1rem}.boeMled_PlatformNr_Innovative.boeMled_PlatformNr_Indoor li,.boeMled_PlatformNr_Outdoor.boeMled_PlatformNr_Indoor li{height:1.3rem}.boeMled_PlatformNrMk_pos{position:static;margin-left:5%}.boeMled_PlatformNr{display:none;opacity:0}.boeMled_PlatformWapNr_con_2{min-width:3rem}}@media(max-width:539px){.boeMled_PlatformWapNr_con_2{min-width:1.5rem}}.boeSensor_Overview_js{width:10.68rem;margin:.43rem auto 0;text-align:center;line-height:1.66;font-family:Gotham_Light}.boeSensor_OverviewNr{display:flex;justify-content:space-between;align-items:center;width:11.75rem;margin:.9rem auto 0}.boeSensor_OverviewNr_left{width:5.6rem}.boeSensor_OverviewNr_right{width:5.75rem}.boeSensor_OverviewNr_con p{color:#fff;line-height:1.57;font-family:Gotham_Light}.boeSensor_OverviewNr_h3{font-family:Gotham_Medium}.boeSensor_OverviewNr_con{line-height:1.57;font-family:Gotham_Light;margin-top:.16rem;text-align:justify}.boeSensor_Overview_wapImg{margin:.5rem auto 0;width:90%}@media(max-width:1024px){.boeSensor_Overview{margin-top:0!important;background:none;padding:1px 0}.boeSensor_Overview_js{width:90%;color:#666;line-height:1.5;text-align:left;margin-top:.2rem}.boeSensor_OverviewNr{width:90%;flex-wrap:wrap;margin-top:.66rem}.boeSensor_OverviewNr_left{width:100%}.boeSensor_OverviewNr_right{width:100%;margin-top:.25rem;text-align:center}.boeSensor_OverviewNr_con{text-align:center}.boeSensor_Overview .allTit_1{color:#000}.boeSensor_OverviewNr_con p{color:#666;line-height:1.5;text-align:left}.boeSensor_OverviewNr_h3{color:#333;text-align:left}}.boeSensor_Adva{padding:.2rem 0 0}.boeSensor_Adva_list{display:flex;justify-content:space-between;box-sizing:border-box;padding:0 .78rem;margin-top:.8rem}.boeSensor_Adva_list li{width:23.5%}.boeSensor_Adva_list_tit{font-family:Gotham_Medium;margin-top:.3rem;line-height:1.25;font-weight:400}@media(max-width:1024px){.boeSensor_Adva_list{flex-wrap:wrap;margin-top:.2rem}.boeSensor_Adva_list li{width:49%;margin-top:.5rem}.boeSensor_Adva_list{padding:0 5%}.boeSensor_Adva_list_tit{font-family:Gotham_Light;margin-top:.18rem}.boeSensor_Adva_list_tit br{display:none}}.boeSensor_Cases{box-sizing:border-box;width:100%;padding:.2rem .78rem 0}.boeSensor_CasesSwiper{width:100%;overflow:hidden;margin-top:.5rem}.boeSensor_CasesSwiper_tit{line-height:1.25;font-family:Gotham_Book;margin-top:.2rem;min-height:.75rem}.boeSensor_CasesSwiper_js{line-height:1.57;color:#666;font-family:Gotham_Light}@media(max-width:1024px){.boeSensor_Cases{padding:.2rem 5% 0}.boeSensor_CasesSwiper_tit{min-height:1rem}.boeSensor_CasesSwiper_js{line-height:1.5}}@media(max-width:539px){.boeSensor_CasesSwiper_tit{min-height:1px}.boeSensor_CasesSwiper_js{margin-top:.1rem}}.boeSensor_SoluSwiper{text-align:center;width:100%;box-sizing:border-box;overflow:hidden;margin-top:1rem}.boeSensor_SoluSwiper_js,.boeSensor_SoluSwiper_js p{color:#fff;line-height:1.5}.boeSensor_SoluSwiper_tit{line-height:1.25;font-family:Gotham_Book;margin-top:.3rem;min-height:.8rem}.boeSensor_SoluSwiper_js p{margin-top:.2rem}.boeSensor_SoluSwiper_js p:first-child{margin-top:0}@media(max-width:1024px){.boeSensor_Solu{padding:.2rem 5% 1rem}.boeSensor_SoluSwiper{text-align:left;margin-top:.3rem}.boeSensor_SoluSwiper .swiper-wrapper{width:100%!important;transform:translateZ(0)!important;display:block!important}.boeSensor_SoluSwiper .swiper-wrapper .swiper-slide{width:100%!important;margin:.4rem 0 0!important;position:relative;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.boeSensor_SoluSwiper_img{width:3rem}.boeSensor_SoluSwiperWapZy{width:calc(100% - 3.4rem)}.boeSensor_SoluSwiper_tit{margin:0;min-height:1px;font-family:Gotham_Medium;line-height:1}.boeSensor_SoluSwiper_js,.boeSensor_SoluSwiper_js p{margin-top:.15rem;font-size:.28rem;line-height:1.3}}@media(max-width:539px){.boeSensor_SoluSwiper_img{width:2.5rem;height:2.9rem;overflow:hidden}.boeSensor_SoluSwiper_img img{width:auto;max-width:1000000px;height:2.9rem}.boeSensor_SoluSwiperWapZy{width:calc(100% - 2.8rem)}.boeSensor_SoluSwiper_js,.boeSensor_SoluSwiper_js p{line-height:1.3;font-size:12px}}.boeOem_Deve_js{font-family:Gotham_Book;text-align:center;margin-top:.4rem}.boeOem_DeveLb{width:13.89rem;margin:1rem auto 0;display:flex;justify-content:space-between}.boeOem_DeveLb,.boeOem_DeveLb li{position:relative}.boeOem_DeveLbTime{text-align:center}.boeOem_DeveLbTime h3{color:#07f3fe;font-family:Gotham_Medium;line-height:1}.boeOem_DeveLbTime p{color:#07f3fe;font-family:Gotham_Light;margin-top:.05rem}.boeOem_DeveLbTime p br{display:none}.boeOem_DeveLbBot,.boeOem_DeveLbBot p{color:hsla(0,0%,100%,.7);font-family:Gotham_Light;line-height:1.3;text-align:center}.boeOem_DeveLbIco{width:.17rem;height:.17rem;border:.02rem solid #387895;box-sizing:border-box;position:absolute;top:.77rem;left:50%;margin-left:-.085rem;border-radius:50%;background-color:#114d73}.boeOem_DeveLbIco img{display:none;opacity:0}.boeOem_Deve_ImgNr{width:15.7rem;margin:.75rem auto 0}.boeOem_DeveLbBot{margin-top:.78rem}.boeOem_DeveLbBot p{margin-top:.15rem}.boeOem_DeveLb li:nth-child(2) .boeOem_DeveLbIco{background-color:#103168}.boeOem_DeveLb li:nth-child(3) .boeOem_DeveLbIco{background-color:#0f2261}.boeOem_DeveLb li:nth-child(4) .boeOem_DeveLbIco{background-color:#11577c}.boeOem_Deve_ImgNr_list{display:flex;justify-content:space-between;color:#fff;font-family:Gotham_Light;font-size:.14rem;text-align:center;position:absolute;top:1.27rem;width:100%;left:0;box-sizing:border-box;padding:0 .5rem 0 .6rem}.boeOem_Deve_ImgNr_list li{color:#fff;width:9.09%}@media(max-width:1024px){.boeOem_Deve{margin-top:0!important;background:none}.boeOem_DeveLb{width:90%;display:flex;flex-wrap:wrap;margin-top:.4rem}.boeOem_DeveLb li{padding-left:0;width:48%}.boeOem_DeveLb:before{width:1px;height:100%;top:0;left:.3rem;display:none;opacity:0}.boeOem_DeveLbBot,.boeOem_DeveLbBot p,.boeOem_DeveLbTime{text-align:left}.boeOem_DeveLbIco{left:0;margin-left:0;top:0;width:.6rem;display:none;opacity:0}.boeOem_DeveLbBot{margin:.2rem 0 0;padding:0 0 .5rem}.boeOem_Deve_ImgNr{width:100%;display:none;opacity:0}.boeOem_Deve .allTit_1{color:#000}.boeOem_Deve .boeOem_Deve_js,.boeOem_DeveLbBot,.boeOem_DeveLbBot p{color:#666}.boeOem_DeveLbTime p br{display:block}.boeOem_DeveLbTime h3{color:#fff;font-size:.5rem}.boeOem_DeveLbTime p{color:#fff;margin-top:.1rem}.boeOem_DeveLbBot br,.boeOem_DeveLbBot p br{display:none}.boeOem_Deve_wapList{display:flex;flex-wrap:wrap}.boeOem_Deve_wapList li{width:30.33%;margin:.4rem 1.5% 0;text-align:center}.boeOem_Deve_wapList_img{height:1.15rem}.boeOem_Deve_wapList_img img{max-height:1.15rem;max-width:1.46rem}.boeOem_Deve_wapList li p{color:#333;font-family:Gotham_Light;margin-top:.1rem}}.boeOem_GlobalDt{width:12.18rem;margin:.3rem auto 0}.boeOem_Global_list{width:15.38rem;margin:.2rem auto 0;display:flex;justify-content:space-between}.boeOem_Global_list li{width:2.4rem}.boeOem_Global_list h3{color:#fff;font-family:Gotham_Medium;margin-top:.2rem}.boeOem_Global_list p{color:#fff;font-family:Gotham_Light;line-height:1.5;margin-top:.13rem}@media(max-width:1024px){.boeOem_GlobalDt{width:98%}.boeOem_Global_list{width:94%;flex-wrap:wrap;justify-content:flex-start}.boeOem_Global_list li{width:31.33%;margin:.3rem 1% 0}.boeOem_Global_list p{white-space:normal!important}}@media(max-width:539px){.boeOem_Global_list li{width:48%}}.boeOem_Capab{background:#eef0f5;padding:.2rem 0 .78rem}.boeOem_CapabNr{display:flex;justify-content:space-between;padding:0 .78rem;margin-top:.6rem}.boeOem_CapabNrMk{width:5.6rem;box-sizing:border-box;background-color:#fff;overflow:hidden;position:relative}.boeOem_CapabNrMk_Top{background-color:#f7f9fe;height:1.37rem;display:flex;align-items:center;box-sizing:border-box;padding:0 0 0 .3rem}.boeOem_CapabNrMk_Top h3{line-height:1.25;font-family:Gotham_Medium;margin-left:.3rem}.boeOem_CapabNrMk_Top_ico{width:.97rem}.boeOem_CapabElectr_tit{display:flex;align-items:center;justify-content:center;margin-top:.4rem}.boeOem_CapabElectr_tit h3{font-family:Gotham_Medium;margin:0 .17rem;white-space:nowrap}.boeOem_CapabElectr_list{display:flex;justify-content:center;align-items:center;margin-top:.15rem}.boeOem_CapabElectr_list li{margin:0 .09rem}.boeOem_CapabElectr_list li img{max-height:.81rem;max-width:1.16rem}.boeOem_CapabNrMk_Bot{padding-bottom:1.35rem;position:relative}.boeOem_CapabElectr_Bz{color:#333;font-family:Gotham_Book;line-height:1.57;width:100%;text-align:center;left:0;bottom:.38rem;position:absolute}.boeOem_AcouList{display:flex;flex-wrap:wrap;box-sizing:border-box;padding:.27rem .25rem 0}.boeOem_AcouList li{width:31.3%;margin:2% 1% 0;height:1.3rem;background:#f7f9fe;font-family:Gotham_Medium;justify-content:center;align-items:center;text-align:center;line-height:1.11;border-radius:.04rem}.boeOem_AcouList li,.boeOem_Termi{box-sizing:border-box;display:flex}.boeOem_Termi{padding:.27rem .25rem 0;justify-content:space-between}.boeOem_Termi h3{font-family:Gotham_Medium;text-align:center;margin-top:.22rem;line-height:1.11}.boeOem_Termi li{background-color:#f7f9fe;border-radius:.04rem;width:49%;padding:.25rem 0 .22rem;margin-top:2%}.boeOem_Termi_img{height:1.8rem;display:flex;align-items:center;justify-content:center}.boeOem_Termi_img img{max-width:1.47rem;max-height:1.7rem}.boeOem_Based{width:4.03rem;margin:.35rem auto 0}.boeOem_Based li{display:flex;justify-content:space-between;padding-top:.35rem}.boeOem_Based_ico{width:.19rem;margin-top:.05rem}.boeOem_Based_js{width:3.63rem;line-height:1.57;font-family:Gotham_Book}.boeOem_Based_js img{margin-top:.35rem}.boeOem_CapabNrMkDz_3 .boeOem_CapabNrMk_Bot{padding-bottom:.38rem}@media(max-width:1024px){.boeOem_CapabNr{padding:0 5%;flex-wrap:wrap}.boeOem_CapabNrMk{width:100%;margin-top:.35rem;padding-bottom:.5rem}.boeOem_CapabNrMk_Top_ico{width:1.1rem}.boeOem_CapabNrMk_Top{height:1.9rem}.boeOem_CapabElectr_list li img{max-height:1.25rem;max-width:2rem}.boeOem_CapabElectr_list{margin-top:.3rem}.boeOem_CapabElectr_tit{margin-top:.7rem}.boeOem_CapabElectr_list li{margin:0 .2rem}.boeOem_CapabNrMk_Bot{padding-bottom:1px}.boeOem_CapabElectr_Bz{width:100%;left:0;position:static;margin:.5rem auto 0}.boeOem_CapabElectr_Bz br{display:none}.boeOem_AcouList li{height:1.5rem}.boeOem_Based{width:100%}.boeOem_Based_js{width:calc(100% - .6rem)}.boeOem_Based_ico{width:.3rem}.boeOem_Termi li{padding:.4rem 0 .5rem}.boeOem_Capab{background:#fff}.boeOem_CapabSwiperWc .boe_all_pagination{position:static}.boeOem_CapabSwiperWc .boe_all_pagination .swiper-pagination-bullet{background-color:#dedede;opacity:1}.boeOem_CapabSwiperWc .boe_all_pagination .swiper-pagination-bullet-active{background-color:#005eba}.boeOem_CapabSwiperWc{width:100%;box-sizing:border-box;padding:0 5%}.boeOem_CapabSwiper{width:100%;overflow:hidden;margin-top:.35rem}.boeOem_AcouList,.boeOem_Termi{padding:.27rem 0 0}}@media(max-width:539px){.boeOem_CapabElectr_list li img{max-height:.9rem;max-width:1.5rem}.boeOem_CapabElectr_list li{margin:0 .1rem}.boeOem_CapabElectr_tit img{width:1.5rem}}.boeOemPro{padding:.2rem 0 0}.boeOemProWc{box-sizing:border-box;padding:0 .78rem}.boeOemPro_Nav{display:flex;justify-content:space-between;margin-top:.45rem}.boeOemPro_Nav li{height:1.96rem;background-color:#f7f9fe;position:relative;width:13.25%;overflow:hidden;cursor:default}.boeOemPro_Nav h3{font-size:.28rem;font-family:Gotham_Book;line-height:1.05;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);color:#333;z-index:3;text-align:center}.boeOemPro_Nav_row{width:.25rem;position:absolute;bottom:.39rem;right:.2rem;z-index:3;opacity:0}.boeOemPro_Nav_bjImg{opacity:0;display:block;width:3.1rem;height:auto}.boeOemPro_Nav li.active{width:17.34%}.boeOemPro_Nav li.active .boeOemPro_Nav_bjImg{opacity:1}.boeOemPro_Nav li.active h3{color:#fff;top:auto;left:.16rem;transform:translate(0);-webkit-transform:translate(0);bottom:.35rem;text-align:left}.boeOemProMkAll{padding-bottom:.6rem}.boeOemProMk{padding-top:1px;display:none}.boeOemPro_Nav li.active .boeOemPro_Nav_row{opacity:1}.boeOemPro_Nav.w4{justify-content:flex-start}.boeOemPro_Nav.w4 li{width:24.5%;margin-right:.66%}.boeOemPro_Nav.w4 li:nth-child(4n){margin-right:0}.boeOemPro_Nav.w4 li.active{width:24.5%}.boeOemPro_Nav.w4 h3{font-size:.38rem;white-space:nowrap}.boeOemPro_Nav.w4 .boeOemPro_Nav_bjImg{width:100%}.boeOemPro_Nav.w4 li.active h3{left:.39rem;bottom:auto;top:.6rem}.boeOemPro_Nav.w4 .boeOemPro_Nav_row{top:1.07rem;bottom:auto;left:.39rem;right:auto}.boeOemPro_TvBk{display:flex;justify-content:space-between}.boeOemPro_TvBk_left{width:56.76%}.boeOemPro_TvBk_right{width:40.89%}.boeOemPro_TvNr_li{margin-top:.35rem}.boeOemPro_TvNr_li_tit{font-family:Gotham_Book;margin-top:.2rem}.boeOemPro_TvNr_li_js,.boeOemPro_TvNr_li_js p{color:#666;font-family:Gotham_Light;line-height:1.57}.boeOemPro_TvNr_li_js{margin-top:.13rem}.boeOemPro_TvNr_li_hz{display:flex;margin-top:.4rem}.boeOemPro_TvNr_li_hz li h6{font-family:Gotham_Book;line-height:1}.boeOemPro_TvNr_li_hz li p{color:#666;font-family:Gotham_Light;line-height:1.57}.boeOemPro_TvNr_li_hz li{margin-right:.8rem}.boeOemPro_TvNr_li_listJh{display:flex;margin-top:.38rem}.boeOemPro_TvNr_li_listJh li{margin-right:.19rem;width:1.75rem}.boeOemPro_TvNr_li_listJh_tit{font-family:Gotham_Book;margin-top:.1rem}.boeOemPro_TvNr_li_listJh_js{margin-top:.05rem}.boeOemPro_TvNr_li_listJh_js,.boeOemPro_TvNr_li_listJh_js p{color:#666;line-height:1.1}.boeOemPro_TvNr_li_js.w2{display:flex}.boeOemPro_TvNr_li_jsMk{width:50%}.boeOemPro_TvNr_li.mt30{margin-top:.3rem}.boeOemPro_OfficeList{display:flex;flex-wrap:wrap}.boeOemPro_OfficeList li{width:23%;margin:.35rem 2.66% 0 0}.boeOemPro_OfficeList li:nth-child(4n){margin-right:0}.boeOemPro_OfficeList_js{display:flex;margin-top:.2rem}.boeOemPro_OfficeList_js_left{min-width:50%}.boeOemPro_OfficeList_dian{display:flex;color:#666;line-height:1.57;font-family:Gotham_Book}.boeOemPro_OfficeList_dian .dian{margin-right:.05rem;font-family:Gotham_Bold}.boeOemPro_OfficeList_tit{font-family:Gotham_Book;line-height:1;text-align:center;margin-top:.2rem}.boeOemPro_OfficeList_img{text-align:center;height:2.2rem;display:flex;justify-content:center;align-items:flex-end}.boeOemPro_OfficeList_img img{max-height:2.19rem;width:auto;max-width:100000000px}.boeOemPro_OfficeList_js.w1{display:block;margin-top:.3rem}.boeOemPro_OfficeList_js_tit{font-family:Gotham_Medium;margin:.1rem 0 .05rem}.boeOemPro_OfficeList_js.mt0{margin-top:0}.boeOemPro_CompuList{display:flex;justify-content:space-between}.boeOemPro_CompuList li{width:2.95rem;margin-top:.35rem}.boeOemPro_CompuList.TabletDz li{width:auto}.boeOemPro_CompuList.TabletDz .boeOemPro_CompuList_img{justify-content:center}.boeOemPro_CompuList_tit{font-family:Gotham_Book;line-height:1.07;margin-top:.3rem}.boeOemPro_CompuList_cs p{line-height:1.57;font-family:Gotham_Light}.boeOemPro_CompuList_cs li{margin-top:.2rem}.boeOemPro_CompuList_img{height:2.95rem;display:flex;justify-content:flex-start;align-items:center}.boeOemPro_CompuList_img img{max-height:2.91rem;max-width:2.92rem}.NotebookDz.boeOemPro_OfficeList .boeOemPro_OfficeList_img{height:2.9rem;justify-content:flex-start}.NotebookDz.boeOemPro_OfficeList .boeOemPro_OfficeList_img img{max-height:2.86rem}.NotebookDz.boeOemPro_OfficeList .boeOemPro_OfficeList_tit{text-align:left;margin-top:.4rem}.NotebookDz.boeOemPro_OfficeList .boeOemPro_OfficeList_dian{margin-top:.2rem}.boeOempape_Top{display:flex;justify-content:flex-start;align-items:center}.boeOempape_Top_img{width:2.33rem;margin-right:.5rem;margin-top:.35rem}.boeOempape_Top_js,.boeOempape_Top_js p{line-height:1.66;font-family:Gotham_Light}.boeOempape_con{margin-top:.6rem;display:flex;justify-content:space-between}.boeOempape_conMk_tit{font-family:Gotham_Book;line-height:1.07;border-bottom:1px solid #dfdfdf;padding-bottom:.22rem}.boeOempape_con_list{display:flex;justify-content:space-between;margin-top:.2rem}.boeOempape_conMkDz_1{width:8.51rem}.boeOempape_con_listImg{height:1.6rem;display:flex;align-items:center}.boeOempape_con_listImg img{max-height:1.56rem}.boeOempape_con_list.w1{display:block}.boeOempape_conMkDz_2,.boeOempape_conMkDz_3,.boeOempape_conMkDz_4{width:2.18rem}.boeOempape_conMkDz_2 .boeOempape_con_listImg{height:1.2rem}.boeOempape_conMkDz_2 .boeOempape_con_listImg img{max-height:1.2rem}.boeOemPro_CompuList.TerminalDz .boeOemPro_CompuList_img{height:2.8rem}.boeOemPro_CompuList.TerminalDz .boeOemPro_CompuList_img img{max-height:2.8rem}.boeOemPro_CompuList.DDisplayDz{margin-top:.5rem}.boeOemPro_CompuList.DDisplayDz li{width:auto}.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_img{height:3.65rem}.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_img img{max-height:3.63rem;max-width:4.21rem}.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_cs,.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_tit,.boeOemPro_CompuList.DDisplayDz .boeOemPro_OfficeList_js{margin-left:.6rem}.dzFontSize{font-family:Arial}.ddPlDz_pc .boeOemPro_OfficeList li{width:30%}.ddPlDz_pc .boeOemPro_OfficeList_js{max-width:4.3rem;margin-left:auto;margin-right:auto}.oemwapProMk{position:relative;margin-top:.6rem}.oemwapProMk .boe_all_pagination{position:absolute;top:0;right:5%;margin:0;padding:0;width:auto;bottom:auto;left:auto;font-size:.36rem}.oemwapProMkSwiper{width:90%;overflow:hidden;margin:0 auto}.oemwapProMk .boeMled_CasewapTitD{box-sizing:border-box;padding-left:5%;font-size:.42rem}.oemwapProDzWc{padding-bottom:1rem}@media(max-width:1500px){.boeOemPro_CompuList.TerminalDz .boeOemPro_CompuList_img{justify-content:center}}.boeOemProMkWap_tit{display:none;opacity:0}@media(max-width:1024px){.boeOemProMkWap_tit{display:block;opacity:1;font-size:.48rem;text-align:center;font-family:Gotham_Bold;margin-top:.8rem}.boeOemProWc{padding:0 5%}.boeOemPro_Nav{display:none;opacity:1}.boeOemProMk{display:block!important}.boeOemPro_TvBk{flex-wrap:wrap}.boeOemPro_TvNr_li{box-sizing:border-box;padding:0;margin-top:.4rem}.boeOemPro_TvBk_left,.boeOemPro_TvBk_right{width:100%}.boeOemPro_TvNr_li_hz{justify-content:space-between}.boeOemPro_TvNr_li_hz li{margin:0}.boeOemPro_TvNr_li_listJh{justify-content:space-between}.boeOemPro_TvNr_li_listJh li{width:32%;margin:0}.boeOemPro_TvNr_li_jsMk{width:100%}.boeOemPro_TvNr_li_js.w2{display:block}.boeOemPro_OfficeList{flex-wrap:wrap}.boeOemPro_OfficeList li{width:100%;box-sizing:border-box;margin:.4rem 0 0}.boeOemPro_CompuList{flex-wrap:wrap}.boeOemPro_CompuList li{width:100%;box-sizing:border-box;padding:.5rem;border-radius:.1rem;background:#f7f9fe;margin:.4rem 0 0}.boeOemPro_CompuList.TabletDz li{width:100%}.boeOemPro_CompuList_cs{display:flex;flex-wrap:wrap}.boeOemPro_CompuList_cs li{padding:0;width:50%}.boeOemPro_CompuList.TabletDz li .boeOemPro_CompuList_cs li{width:50%}.boeOemPro_CompuList_tit br,.boeOemPro_OfficeList_tit br{display:none}.boeOemPro_TvNr_li_tit{margin-top:.4rem}.boeOemPro_OfficeList_js_tit{margin-top:.2rem}.boeOemPro_CompuList_tit,.boeOemPro_OfficeList_tit{line-height:1.3;margin-top:.4rem}.boeOemPro_OfficeList_tit{text-align:left}.NotebookDz.boeOemPro_OfficeList .boeOemPro_OfficeList_img{justify-content:center}.boeOemPro_CompuList_img,.boeOemPro_OfficeList_img{background:#fff;border-radius:.1rem;height:auto;padding:.38rem 0}.NotebookDz.boeOemPro_OfficeList .boeOemPro_OfficeList_dian{margin-top:0}.boeOempape_con{flex-wrap:wrap;margin-top:1px}.boeOempape_conMkDz_1,.boeOempape_conMkDz_2,.boeOempape_conMkDz_3,.boeOempape_conMkDz_4{width:100%}.boeOempape_con_list{flex-wrap:wrap}.boeOempape_con_listImg{background:#fff;border-radius:.1rem;height:auto;padding:.38rem 0;width:100%;box-sizing:border-box;justify-content:center;align-items:center;display:flex}.boeOempape_conMk_tit{text-align:left;margin-top:.47rem}.boeOemPro_CompuList.DDisplayDz li{width:100%}.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_img{justify-content:center}.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_cs,.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_tit,.boeOemPro_CompuList.DDisplayDz .boeOemPro_OfficeList_js{margin-left:0}.boeOemPro_CompuList.DDisplayDz .boeOemPro_CompuList_cs li{margin:.2rem 0 0}.boeOemPro_CompuList_cs li{margin-top:.2rem}.boeOemPro_OfficeList_dian.f_16,.f_24.boeOempape_Top_js{font-size:.28rem}.ddPlDz_pc .boeOemPro_OfficeList li{width:100%}.ddPlDz_pc .boeOemPro_OfficeList_js{max-width:100%;margin-left:auto;margin-right:auto}.boeOempape_conMkDz_2 .boeOempape_con_listImg{height:auto;padding:.18rem 0}.boeOemPro_OfficeList_img{text-align:left;justify-content:flex-start}.EpaperDz .boeOempape_Top_img{width:2rem;margin:0}.EpaperDz .boeOempape_Top_js{width:calc(100% - 2.3rem)}.EpaperDz .boeOempape_Top{align-items:flex-start;justify-content:space-between;margin-top:.4rem}.EpaperDz .boeOempape_con_list li{display:flex;justify-content:space-between;align-items:flex-start;margin-top:.5rem}.EpaperDz .boeOempape_con_listImg{width:2rem}.EpaperDz .boeOemPro_CompuList_cs{width:calc(100% - 2.3rem)}.EpaperDz .boeOemPro_CompuList_cs li{width:100%;display:block;margin-top:0}.EpaperDz .boeOempape_con_listImg{padding:0}.EpaperDz .EpaperDz_Imgs{width:2rem}}@media(max-width:768px){.boeOemPro_TvNr_li_listJh_js p{white-space:nowrap}}@media(max-width:539px){.boeOemPro_TvNr_li_listJh_js p{white-space:nowrap}.boeOemPro_OfficeList_js{flex-wrap:wrap}.boeOemPro_OfficeList_js_left,.boeOemPro_OfficeList_js_right{width:100%}.boeOemPro_CompuList.TerminalDz .boeOemPro_CompuList_cs li{width:100%;margin:.2rem 0 0}.boeOemPro_TvNr_li_hz{flex-wrap:wrap}.boeOemPro_TvNr_li_hz li{width:50%;margin-top:.2rem}}.boeOem_Service_nr{width:11.73rem;margin:.5rem auto 0}@media(max-width:1024px){.boeOem_Service_nr{width:90%}.boeOem_Service{padding:1px 0 1.5rem}}.boelot_Advan{padding:.2rem 0 .1rem}.boelot_AdvanList{box-sizing:border-box;width:100%;padding:0 .78rem;display:flex;justify-content:space-between;margin-top:.4rem}.boelot_AdvanList li{width:18.3%;position:relative}.boelot_AdvanList_pos{width:100%;position:absolute;top:2.9rem;text-align:center;left:0}.boelot_AdvanList_ico{display:inline-block;height:1.68rem;width:auto}.boelot_AdvanList_pos h3{color:#fff;font-family:Gotham_Book;margin-top:.52rem}@media(max-width:1024px){.boelot_Advan{margin-top:0!important}.boelot_AdvanList{padding:0 1%}.boelot_AdvanList li{width:19.5%}.boelot_AdvanList_pos{top:31%}.boelot_AdvanList_ico{height:1rem}.boelot_AdvanList_pos h3{margin-top:.2rem;font-size:16px}}@media(max-width:539px){.boelot_AdvanList_pos{top:26%}}.boelot_Scen{padding:.2rem 0 .3rem}.boelot_Scen_con{width:12.28rem;margin:.9rem auto 0}.boelot_Scen_js{width:13.8rem;margin:.7rem auto 0;height:.93rem;background-color:#eefaff;border-radius:.47rem;font-family:Gotham_Book;display:flex;justify-content:center;align-items:center;color:#333}@media(max-width:1024px){.boelot_Scen_con{width:96%}.boelot_Scen_js{width:90%;text-align:center;font-size:.34rem}}@media(max-width:539px){.boelot_Scen_js{font-size:14px}}.boelot_Cp{padding:.2rem 0 .1rem}.boelot_Cp_list{display:flex;box-sizing:border-box;width:100%;padding:0 .61rem;flex-wrap:wrap}.boelot_Cp_list li{width:31.33%;margin:.5rem 1% 0}.boelot_Cp_list_tit{font-family:Gotham_Medium;margin-top:.3rem}.boelot_Cp_list_xq{padding-top:.1rem}.boelot_Cp_list .boeMled_allbut{color:#fff;background:#005eba;border-color:#005eba}@media(max-width:1024px){.boelot_Cp_list li{width:48%}.boelot_Cp_list{padding:0 4%}.boelot_Cp_list_tit{min-height:.98rem}.boelot_Cp_list .boeMled_allbut{margin-top:0}}@media(max-width:539px){.boelot_Cp_list_tit{font-size:.32rem;min-height:1.1rem}}.boelot_Case{padding:.2rem 0 .9rem}.boelot_Case_list{display:flex;box-sizing:border-box;width:100%;padding:0 .61rem;flex-wrap:wrap}.boelot_Case_list li{width:31.33%;margin:.5rem 1% 0}.boelot_Case_list_xbt{color:#333;font-family:Gotham_Light;margin-top:.14rem}.boelot_Case_list_tit{font-family:Gotham_Medium;margin-top:.3rem}.boelot_Case_list_js{color:#666;font-family:Gotham_Light;line-height:1.57;margin-top:.12rem}@media(max-width:1024px){.boelot_Case_list{padding:0 4%}.boelot_Case_list li{width:100%}.boelot_Case_list_js{line-height:1.3}.boelot_Case_list_tit{margin-top:.18rem}.boelot_Case_list_xbt{margin-top:.2rem}}.boelot_Manu{padding:.2rem 0 .3rem}.boelot_ManuNr{width:17rem;margin:.6rem auto 0;display:flex;justify-content:space-between}.boelot_ManuNrLeft{width:8rem}.boelot_ManuNrRight{width:8.28rem}.boelot_ManuNrCon{width:4.02rem;margin:.25rem auto 0;position:relative}.boelot_ManuNrConMk{position:absolute;white-space:nowrap}.boelot_ManuNrConMk_dz1{top:.1rem;right:95%;text-align:right}.boelot_ManuNrConMk_dz2{top:.1rem;left:100%}.boelot_ManuNrConMk_dz3{top:2.7rem;right:95%;text-align:right}.boelot_ManuNrConMk_dz4{top:2.7rem;left:100%}.boelot_ManuNrConMk_dz5{text-align:center;top:1.38rem;width:100%;left:0}.boelot_ManuNrConMk h3{color:#005eba;font-family:Gotham_Medium}.boelot_ManuNrConMk h6{font-family:Gotham_Book;margin-top:.06rem}.boelot_ManuNrConMkJs{color:#666;font-family:Gotham_Light;line-height:1.428;margin-top:.04rem}.boelot_ManuNrConMk_xbt{color:#333;font-family:Gotham_Book;margin-top:.04rem}.boelot_ManuNrConMk_dz5 .boelot_ManuNrConMkJs,.boelot_ManuNrConMk_dz5.boelot_ManuNrConMk h3{color:#000}.boelot_ManuNrRight_list{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:.8rem}.boelot_ManuNrRight_list li{margin-top:.5rem;width:49%}.boelot_ManuNrRight_list li h3{color:#333;font-family:Gotham_Book}.boelot_ManuNrRight_list li p{color:#666;font-family:Gotham_Light;line-height:1.428;margin-top:.1rem;white-space:nowrap}.boelot_Manu_Top{text-align:center}.boelot_Manu_Top_tit{width:2.33rem;margin:0 auto}.boelot_Manu_Top_js{color:#333;font-family:Gotham_Book;margin-top:.15rem}@media(max-width:1024px){.boelot_ManuNr{width:100%;flex-wrap:wrap}.boelot_ManuNrLeft{width:100%;overflow:hidden}.boelot_ManuNrRight{width:90%;margin:0 auto}.boelot_ManuNrRight_list{white-space:normal}.boelot_ManuNrRight_list li p{white-space:normal;line-height:1.2}.boelot_ManuNrRight_list li p br{display:none}.boelot_ManuNrRight_list li{width:100%;margin-top:.3rem}.boelot_ManuNrRight_list li:nth-child(2n){width:100%}.boelot_ManuNrConMk{position:static;margin-top:.3rem}.boelot_ManuNrConMk_dz1,.boelot_ManuNrConMk_dz3{transform-origin:right top}.boelot_ManuNrConMk_dz2,.boelot_ManuNrConMk_dz4{transform-origin:left top}.boelot_ManuNrConMk_dz5{transform-origin:center center;top:1.1rem}.boelot_ManuNrWapImg{margin:.5rem auto 0;width:90%}.boelot_ManuNrRight_list{padding-top:.1rem}.boelot_ManuNrCon{width:90%;margin:0 auto}.boelot_ManuNrConMk_dz1,.boelot_ManuNrConMk_dz3{text-align:left}.boelot_ManuNrConMk_dz5,.boelot_ManuNrConMk_xbt br{display:none}.boelot_ManuNrConMkJs{white-space:normal;line-height:1.2;font-family:Gotham_Light;margin-top:.1rem;color:#666}.boelot_ManuNrConMkJs br{display:none}.boelot_ManuNrConMk h3{color:#333}.boelot_ManuNrRight_list li h3{font-family:Gotham_Medium}.boelot_ManuNrCon img{display:none}}.SmartEner_Overview{position:relative;margin-top:.44rem}.SmartEner_Overview_pos{padding-top:.2rem;position:absolute;width:9.6rem;top:0;left:50%;margin-left:-4.8rem}.SmartEner_OverviewJs,.SmartEner_OverviewJs p{color:#666;font-family:Gotham_Light;line-height:1.66;text-align:center}.SmartEner_OverviewJs p{margin-top:.3rem}@media(max-width:1024px){.SmartEner_Overview_pos{position:static;width:90%;margin:0 auto}.SmartEner_OverviewJs,.SmartEner_OverviewJs p{text-align:left;line-height:1.36}.SmartEner_Overview_wapImg{margin-top:.5rem}.SmartEner_Overview_img{display:none;opacity:0}.SmartEner_Overview{margin-top:0!important}}.SmartEner_Advan_list{display:flex;justify-content:space-between;width:15.4rem;margin:.66rem auto 0}.SmartEner_Advan_list li{width:4.87rem}.SmartEner_Advan_list_tit{font-family:Gotham_Medium;margin-top:.28rem}.SmartEner_Advan_list_js{margin-top:.1rem}.SmartEner_Advan_list_js,.SmartEner_Advan_list_js p{color:#fff;line-height:1.57;font-family:Gotham_Light}@media(max-width:1024px){.SmartEner_Advan_list{width:90%;flex-wrap:wrap;margin-top:0}.SmartEner_Advan_list li{width:100%;margin:.6rem 0 0}.SmartEner_Advan_list_js,.SmartEner_Advan_list_js p{line-height:1.36}}.SmartEner_Pro{background:#fff;padding:.2rem 0 1.6rem;margin-top:.2rem}.SmartEner_ProNr{padding:0 .78rem;margin-top:.55rem}.SmartEner_ProNrCon{background:#fff;box-sizing:border-box;padding:.65rem 1.48rem 0 1.4rem;display:flex;justify-content:space-between;align-items:center}.SmartEner_ProNrCon_img{width:2.64rem}.SmartEner_ProNrCon_tit{font-family:Gotham_Book;display:flex;align-items:center}.SmartEner_ProNrCon_tit img{margin-right:.22rem}.SmartEner_ProNrCon_js{width:10.3rem}.SmartEner_ProNrCon_js,.SmartEner_ProNrCon_js p{color:#666;font-family:Gotham_Light;line-height:1.66}.SmartEner_ProNrCon_js{margin-top:.4rem}.SmartEner_Pro .SmartEnerXz_OveNrBut{margin-top:.35rem}@media(max-width:1024px){.SmartEner_ProNr{padding:0}.SmartEner_Pro{background:#fff;padding:.2rem 0 0}.SmartEner_ProNrCon{width:100%;padding:0 5% .8rem;flex-direction:column-reverse}.SmartEner_ProNrCon_left{width:100%}.SmartEner_ProNrCon_img{width:100%;margin-top:.2rem}.SmartEner_ProNrCon_js{width:100%}.SmartEner_ProNrCon_img img{width:3rem;margin:0 auto}.SmartEner_ProNrCon_tit{display:block;text-align:center;margin-top:.6rem}.SmartEner_ProNrCon_tit img{width:2.3rem;display:block;margin:0 auto .2rem}.SmartEner_ProNrCon_js,.SmartEner_ProNrCon_js p{line-height:1.36}}.SmartEner_Case{padding:.2rem 0 1rem}.SmartEner_CaseList.SmartEner_Advan_list{width:100%;box-sizing:border-box;padding:0 .78rem;justify-content:flex-start;flex-wrap:wrap;margin-top:.2rem}.SmartEner_CaseList.SmartEner_Advan_list li{width:32%;margin:2% 2% 0 0}.SmartEner_CaseList.SmartEner_Advan_list li:nth-child(3n){margin-right:0}.SmartEner_CaseList .SmartEner_Advan_list_js,.SmartEner_CaseList .SmartEner_Advan_list_js p{color:#666}.SmartEner_CaseList .SmartEner_Advan_list_js{margin-top:.15rem}@media(max-width:1024px){.SmartEner_CaseList.SmartEner_Advan_list{padding:0 5%}.SmartEner_CaseList.SmartEner_Advan_list li{width:100%;margin:.6rem 0 0}.SmartEner_Advan_list_tit br{display:none}}.boeVehicle_Overview_js{width:12.5rem;text-align:center;margin:.45rem auto 0;line-height:1.66;font-family:Gotham_Light}.boeVehicle_OverviewNr{display:flex;justify-content:space-between;box-sizing:border-box;width:100%;padding:0 .78rem;margin-top:.75rem}.boeVehicle_OverviewNrLeft{width:11.62rem;background:rgba(51,51,51,.9);box-sizing:border-box;padding:.6rem .6rem .8rem}.boeVehicle_OverviewNrRight{width:5.6rem;background-color:#005eba;box-sizing:border-box;padding:.6rem 0 .8rem}.boeVehicle_OverviewNr_h3{font-family:Gotham_Book}.boeVehicle_OverviewNrCon{display:flex;margin-top:.7rem}.boeVehicle_OverviewNrCon_mk{width:33.33%}.boeVehicle_OverviewNrCon_mk_top{display:flex;align-items:center}.boeVehicle_OverviewNrCon_mk_top_img img{display:block;height:.6rem;width:auto;max-width:100000px}.boeVehicle_OverviewNrCon_mk_top_img img:nth-child(2){display:none}.boeVehicle_OverviewNrCon_mk_top h4{font-family:Gotham_Book;line-height:1.09;margin-left:.19rem}.boeVehicle_OverviewNrCon_mk_num{font-family:Gotham_Bold;margin-top:.36rem}.boeVehicle_OverviewNrCon_mk_js{font-family:Gotham_Light;line-height:1.22;margin-top:.03rem}.boeVehicle_OverviewNrLeft_js{font-family:Gotham_Light;line-height:1.22;margin-top:.33rem}.boeVehicle_OverviewNrRight_tit{font-family:Gotham_Book;line-height:1.214;text-align:center}.boeVehicle_OverviewNrRight_nr{display:flex;justify-content:center;margin-top:1rem}.boeVehicle_OverviewNrRight_nr_1 h3{font-size:.68rem;font-family:Gotham_Book;line-height:.66}.boeVehicle_OverviewNrRight_nr_1 p{font-family:Gotham_Book;text-align:right;margin-top:.2rem;line-height:1}.boeVehicle_OverviewNrRight_nr_img{width:.81rem}.boeVehicle_OverviewNrRight_nr_1{margin-left:.28rem}.boeVehicle_OverviewNrRight_js{text-align:center;font-family:Gotham_Light;margin-top:.6rem}@media(max-width:1024px){.boeVehicle_Overview{margin-top:0!important;background:none}.boeVehicle_Overview .allTit_1{color:#000}.boeVehicle_OverviewNr{padding:0;display:block}.boeVehicle_OverviewNrLeft{width:100%;padding:0 5% .8rem;background:none}.boeVehicle_OverviewNrCon_mk_js,.boeVehicle_OverviewNrLeft_js{color:#666}.boeVehicle_OverviewNr_h3,.boeVehicle_OverviewNrCon_mk_num{color:#000}.boeVehicle_OverviewNrRight{width:90%;margin:0 auto;display:flex;justify-content:space-between;box-sizing:border-box;padding:.5rem .3rem}.boeVehicle_Overview_js{width:90%;color:#666;line-height:1.5;text-align:left}.boeVehicle_OverviewWapImg{width:90%;margin:.3rem auto 0}.boeVehicle_OverviewNrCon_mk_num{font-family:Gotham_Book}.boeVehicle_OverviewNrCon_mk_top{display:block}.boeVehicle_OverviewNrCon_mk_top h4{color:#005eba;margin:.15rem 0 0;min-height:1.5rem}.boeVehicle_OverviewNrCon_mk_top_img img:first-child{display:none}.boeVehicle_OverviewNrCon_mk_top_img img:nth-child(2){display:block}.boeVehicle_OverviewNrCon_mk_top h4 br{display:none}.boeVehicle_OverviewNrCon_mk_num{margin-top:0}.boeVehicle_OverviewNr{margin-top:.5rem}.boeVehicle_OverviewNrCon_mk_js br,.boeVehicle_OverviewNrRight_tit br{display:none}.boeVehicle_OverviewNrRight_tit,.boeVehicle_OverviewNrRight_wapDz{width:50%}.boeVehicle_OverviewNrRight_nr{margin-top:0}.boeVehicle_OverviewNrRight_nr_1 h3{font-size:.6rem}.boeVehicle_OverviewNrRight_nr_1 p{font-size:.28rem}.boeVehicle_OverviewNrRight_js{font-size:12px}.boeVehicle_OverviewNrRight_tit{font-size:.34rem}.boeVehicle_OverviewNrRight_nr_1{margin-left:.15rem}}@media(max-width:539px){.boeVehicle_OverviewNrCon_mk_top h4{min-height:1.8rem}.boeVehicle_OverviewNrCon_mk_js{font-size:.28rem}.boeVehicle_OverviewNrRight_tit{font-size:.32rem}}.boeVehicle_hero_js{width:9.55rem;font-family:Gotham_Light;margin:.45rem auto 0;line-height:1.16;text-align:center}.boeVehicle_heroImg{width:15.45rem;margin:.4rem auto 0}@media(max-width:1024px){.boeVehicle_hero_js{width:90%}.boeVehicle_heroImg{width:96%}}.boeVehicle_Tech{padding:.2rem 0 .75rem}.boeVehicle_TechNr{padding:0 .78rem}.boeVehicle_TechNr_mk{background:#f6f6f6;padding:.6rem .9rem;box-sizing:border-box;text-align:center;margin-top:.5rem}.boeVehicle_TechNr_mk h3{font-family:Gotham_Book;line-height:1}.boeVehicle_TechNr_mk p{color:#666;line-height:1.28;font-family:Gotham_Light;margin-top:.2rem}.boeVehicle_TechNrImgs{display:flex;justify-content:center;margin-top:.3rem}.boeVehicle_TechNrImgs li{width:1.47rem;margin:0 .15rem}.boeVehicle_TechList{display:flex;justify-content:center}.boeVehicle_TechList_tit{font-family:Gotham_Book;line-height:1;margin-top:.28rem;min-height:.6rem;letter-spacing:-1px}.boeVehicle_TechList_js{color:#666;font-family:Gotham_Light;line-height:1.57;margin-top:.15rem}.boeVehicle_TechList li{width:32%;margin:.75rem 2% 0 0}.boeVehicle_TechList li:nth-child(3n){margin-right:0}.boeVehicle_TechNr_mk.mt70{margin-top:.7rem}@media(max-width:1024px){.boeVehicle_TechNr{padding:0}.boeVehicle_TechList{width:90%;margin:0 auto;flex-wrap:wrap}.boeVehicle_TechList li{width:100%;margin:.45rem 0 0!important}.boeVehicle_TechList_tit{min-height:1px;letter-spacing:0;white-space:normal!important}.boeVehicle_TechList_js{line-height:1.35}.boeVehicle_TechList_tit br,.boeVehicle_TechNr_mk h3 br{display:none}.boeVehicle_TechNr_mk h3{white-space:normal!important}.boeVehicle_TechNr_mk p{font-size:.28rem;line-height:1.35}.boeVehicle_TechNr_mk{padding:.5rem 5%}.boeVehicle_TechList_tit,.boeVehicle_TechNr_mk h3{font-size:.36rem}}.boeDisplay_Brand_wz{width:3.56rem;margin:.4rem auto 0}.boeDisplay_Brand_p{font-family:Gotham_Book;line-height:1.66}.boeDisplay_Brand_js_1{margin-top:.15rem}.boeDisplay_BrandNr{width:11rem;margin:0 auto}.boeDisplay_Brand_js_2{margin-top:.3rem}.boeDisplay_Brand_list{display:flex;justify-content:space-between;width:8.45rem;margin:.7rem auto 0}.boeDisplay_Brand_list li{width:1.46rem}@media(max-width:1024px){.boeDisplay_BrandNr{width:90%}.boeDisplay_Brand_list{width:90%;max-width:7.8rem}.boeDisplay_Brand{margin-top:0!important}.boeDisplay_Brand_list_but{font-size:.28rem;height:.64rem}.boeDisplay_Brand_list li{width:1.8rem}}.boeDisplay_Products{padding:.4rem 0 .5rem}.boeDisplay_Products .boeLcd_ProductsSwiperWc{margin-top:1rem}.boeDisplay_Products .boeLcd_ProductsSwiper .swiper-slide{margin:0 .3rem}.boeDisplay_Products .boeMled_allbut{background-color:#f6f6f6;color:#000}.boeDisplay_Products .boeMled_allbut:hover{background-color:#005eba;color:#fff}@media(max-width:1024px){.boeDisplay_Products .boe_all_pagination{position:static;margin-top:.3rem}.boeDisplay_Products .boe_all_pagination .swiper-pagination-bullet{background-color:#dedede;opacity:1}.boeDisplay_Products .boe_all_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#005eba}.boeDisplay_Products .boeLcd_ProductsSwiperWc{margin-top:.5rem}}.boeDisplay_Other{padding:.2rem 0 1.2rem}.boeDisplay_Other_list .boeMled_allbut{background-color:#f6f6f6;color:#000}.boeDisplay_Other_list .boeMled_allbut:hover{background-color:#005eba;color:#fff}.boeDisplay_Other_list{display:flex;justify-content:space-between;box-sizing:border-box;padding:0 .78rem;margin-top:.7rem}.boeDisplay_Other_list li{text-align:center}.boeDisplay_Other_list_img{height:2.75rem;display:flex;justify-content:center;align-items:center}.boeDisplay_Other_list_img img{display:inline-block;max-width:3.64rem;max-height:2.75rem}.boeDisplay_Other_list li h3{font-family:Gotham_Book;margin-top:.6rem;padding-bottom:.2rem}@media(max-width:1024px){.boeDisplay_Other_list{flex-wrap:wrap;padding:0 5%}.boeDisplay_Other_list li{width:48%;margin-top:.7rem}.boeDisplay_Other_list{margin-top:1px}}@media(max-width:539px){.boeDisplay_Other_list_img{height:2.45rem}.boeDisplay_Other_list_img img{display:inline-block;max-width:2.8rem;max-height:2.45rem}}.boeDisplay_ODM_but{position:absolute;bottom:.8rem;right:.78rem}.boeDisplay_ODM_but a{width:2.63rem;height:.83rem;background-color:#005eba;color:#fff;font-size:.3rem;font-family:Gotham_Book;display:flex;justify-content:center;align-items:center}.boeDisplay_ODM_but a img{display:block;width:.12rem;height:auto;margin:0 0 0 .3rem}@media(max-width:1024px){.boeDisplay_ODM_but{position:static;width:100%}.boeDisplay_ODM_but a{margin:.8rem auto 0}}.boeInv_Overview{padding:.2rem .78rem 0;box-sizing:border-box;width:100%}.boeInv_Overview_js{width:10.9rem;text-align:center;margin:.38rem auto 0;line-height:1.66;font-family:Gotham_Light}.boeInv_OverviewNr{display:flex;justify-content:space-between;margin-top:.75rem}.boeInv_OverviewNrMk{width:49%;border:1px solid #ededed;box-sizing:border-box;padding:.55rem .2rem 1.3rem .75rem;position:relative}.boeInv_OverviewNrMk_tit{font-family:Gotham_Book;line-height:1.1;padding-bottom:.15rem}.boeInv_OverviewNrMk_js,.boeInv_OverviewNrMk_js p{font-family:Gotham_Book;line-height:1.66}.boeInv_OverviewNrMk_but .boeMled_allbut{background-color:#005eba;border-color:#005eba;color:#fff;margin:0}.boeInv_OverviewNrMk_but{position:absolute;bottom:.65rem;left:.75rem}@media(max-width:1024px){.boeInv_Overview_js{width:100%;line-height:1.5}.boeInv_Overview{padding:.2rem 5% 0;margin-top:0!important}.boeInv_OverviewNr{flex-wrap:wrap;margin-top:.35rem}.boeInv_OverviewNrMk{width:100%;margin-top:.35rem;padding:.4rem .2rem 1.8rem .4rem}.boeInv_OverviewNrMk_but{left:.4rem}}.boeInv_Stock{padding:.2rem .78rem 0;box-sizing:border-box;width:100%}.boeInv_Stock_tit{font-family:Gotham_Medium;margin-top:.55rem}.boeInv_Stock_tit.mt90{margin-top:.9rem}.boeInv_StockTableWc{width:100%;box-sizing:border-box;margin-top:.31rem}.boeInv_StockTable{width:100%;box-sizing:border-box;background-color:#fff;border:1px solid #ededed;border-collapse:collapse}.boeInv_StockTable tr{background-color:#fff;border:1px solid #ededed}.boeInv_StockTable th{background-color:#f7f8fa;font-family:Gotham_Book;height:.91rem;text-align:left}.boeInv_StockTable td{background-color:#fff;border:1px solid #ededed;font-family:Gotham_Book;height:.91rem}.boeInv_StockTable .huise{color:#333;font-family:Gotham_Light}.boeInv_StockTableDZ_1 tr td:first-child,.boeInv_StockTableDZ_1 tr td:nth-child(3){width:2.62rem;background-color:#f7f8fa}.boeInv_StockTableDZ_1 tr td:nth-child(2){width:4.61rem}.boeInv_StockTableDZ_2 tr td:first-child,.boeInv_StockTableDZ_2 tr th:first-child{padding-left:.35rem}.boeInv_StockTableDZ_2 tr td:nth-child(2),.boeInv_StockTableDZ_2 tr th:nth-child(2){padding-left:.5rem;width:3rem}.boeInv_StockTableDZ_2 tr td:nth-child(3),.boeInv_StockTableDZ_2 tr th:nth-child(3){padding-left:.5rem;width:3.41rem}.boeInv_StockTableDZ_3 td{padding-left:.35rem}.boeInv_StockTableDZ_3 tr td:nth-child(2){width:1.7rem}.boeInv_StockTableDZ_4 tr td:nth-child(2),.boeInv_StockTableDZ_4 tr td:nth-child(3),.boeInv_StockTableDZ_4 tr td:nth-child(4),.boeInv_StockTableDZ_4 tr th:nth-child(2),.boeInv_StockTableDZ_4 tr th:nth-child(3),.boeInv_StockTableDZ_4 tr th:nth-child(4){width:2.91rem;box-sizing:border-box;padding-left:.4rem}.boeInv_StockTableDZ_4 th:first-child,.boeInv_StockTableDZ_4 tr td:first-child{padding-left:.35rem}@media(max-width:1024px){.boeInv_Stock{padding:.2rem 5% 0}.boeInv_StockTable{width:1200px}.boeInv_StockTableWc{width:100%;overflow-x:auto}.boeInv_StockTableDZ_1 tr td:first-child,.boeInv_StockTableDZ_1 tr td:nth-child(3){width:auto;background-color:#f7f8fa}.boeInv_StockTable td,.boeInv_StockTable th{height:auto;font-size:14px;padding:10px 5px!important}.boeInv_StockTableWc_dzCompany .boeInv_StockTable{width:100%}.boeInv_StockTableDZ_2 tr td:nth-child(2),.boeInv_StockTableDZ_2 tr td:nth-child(3),.boeInv_StockTableDZ_2 tr th:nth-child(2),.boeInv_StockTableDZ_2 tr th:nth-child(3),.boeInv_StockTableDZ_3 tr td:nth-child(2){width:auto}}.boeInv_Stock_select{display:flex;justify-content:flex-end;align-items:center}.boeInv_Stock_select label{font-family:Gotham_Book}@media(max-width:1024px){.boeInv_Stock_select{margin-top:.3rem}.boeInv_Stock_selectDz{width:2.6rem;height:.7rem;background-size:.16rem auto}}.boeInv_Company{padding:.2rem .78rem 0;box-sizing:border-box;width:100%}@media(max-width:1024px){.boeInv_Company{padding:.2rem 5% 0}}.boeInv_Financial{padding:.2rem .78rem 0;box-sizing:border-box;width:100%}.boeInv_FinancialNav{display:flex;justify-content:center;font-family:Gotham_Book;margin-top:.75rem}.boeInv_FinancialNav li{margin:0 .95rem;position:relative}.boeInv_FinancialNav a{color:#999;padding-bottom:.16rem;display:block}.boeInv_FinancialNav li.active a{color:#010101}.boeInv_FinancialNav li:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-.35rem;width:0;height:.05rem;background-color:#005eba;transition:all .3s}.boeInv_FinancialNav li.active:before,.boeInv_FinancialNav li:hover:before{width:.7rem}.boeInv_FinancialNav li:hover a{color:#010101}.boeInv_FinancialSwiper{width:100%;overflow:hidden}.boeInv_Financial_more .boeMled_allbut{width:1.8rem;height:.7rem;line-height:.7rem;font-size:.18rem;border:1px solid #ededed;color:#333;margin:.52rem auto 0}.boeInv_Financial_more .boeMled_allbut:hover{color:#fff}.boeInv_Financial_Download{text-align:center;margin-top:.52rem}.boeInv_Financial_Download a{color:#005eba;font-family:Gotham_Book;padding-bottom:.02rem;display:inline-block;position:relative}.boeInv_Financial_Download a:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.02rem;background-color:#d4deef}@media(max-width:1024px){.boeInv_FinancialSwiper .swiper-wrapper{transform:translateZ(0)!important;transition-duration:0ms!important;flex-wrap:wrap!important}.boeInv_FinancialSwiper .swiper-wrapper .swiper-slide{width:100%;box-sizing:border-box;height:auto;margin-top:.3rem}.boeInv_FinancialNav{display:none}.boeInv_FinancialSwiper_wapTit{font-family:Gotham_Medium;margin-top:.55rem}.boeInv_Financial_more .boeMled_allbut{height:.66rem;line-height:.66rem;font-size:.28rem;width:1.88rem}.boeInv_Financial{padding:.2rem 5% 0}.boeInv_Financial_Download a{font-size:12px}}.boeInv_Corporate{padding:.2rem 0 0;box-sizing:border-box;width:15rem;margin:0 auto}.boeInv_Corporate_jg{margin-top:.85rem;width:100%}.boeInv_Corporate_tit{font-family:Gotham_Book;margin-top:.7rem}.boeInv_Corporate_js{font-family:Gotham_Light;line-height:1.66;margin-top:.15rem}.boeInv_Corporate_list{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:.35rem}.boeInv_Corporate_list li{width:49%;position:relative;margin-top:.3rem}.boeInv_Corporate_list li a{color:#005eba;display:block;padding-left:.25rem;line-height:1.25}.boeInv_Corporate_list li:before{content:"";position:absolute;top:.12rem;left:0;width:.05rem;height:.05rem;background-color:#005eba;border-radius:.05rem}@media(max-width:1024px){.boeInv_Corporate{width:90%}.boeInv_Corporate_js{line-height:1.5}.boeInv_Corporate_list{flex-wrap:wrap}.boeInv_Corporate_list li{width:100%}.boeInv_Corporate_list li:before{top:.18rem}}.boeInv_Investor{padding:.2rem .78rem 0;box-sizing:border-box;width:100%}.boeInv_Investor_list{display:flex;justify-content:space-between}.boeInv_Investor_list li{width:32%;margin-top:.55rem}.boeInv_Investor_list li h3{font-family:Gotham_Book;margin-top:.25rem}.boeInv_InvestorFAQ{padding-bottom:.15rem;margin-top:.3rem}.boeInv_InvestorFAQMk{padding:0 .42rem 0 .37rem;border:1px solid #ededed;border-bottom:none}.boeInv_InvestorFAQ .boeInv_InvestorFAQMk:last-child{border-bottom:1px solid #ededed}.boeInv_InvestorFAQMk_top_tit{font-family:Gotham_Book}.boeInv_InvestorFAQMk_Bottom{padding:.1rem 1.35rem .6rem 0;display:none;border-top:1px dotted #ededed}.boeInv_InvestorFAQMk_Bottom p{line-height:1.22;margin-top:.2rem}@media(max-width:1024px){.boeInv_Investor{padding:.2rem 5% 0}.boeInv_InvestorFAQMk_top{background-size:.15rem auto}.boeInv_InvestorFAQ .boeInv_InvestorFAQMk.active .boeInv_InvestorFAQMk_top{background-size:.23rem auto}.boeInv_InvestorFAQMk_Bottom{padding:.1rem 0 .6rem}}.SmartEnerXz_Overview{padding:.2rem 0 0}.SmartEnerXz_OveNr{display:flex;justify-content:space-between;align-items:flex-end;width:100%;box-sizing:border-box;padding:0 .78rem;margin-top:.9rem}.SmartEnerXz_OveNr_left{width:50.22%}.SmartEnerXz_OveNr_right{width:46.36%}.SmartEnerXz_OveNrBut{margin-top:.45rem}.SmartEnerXz_OveNrBut .boeMled_allbut{background-color:#005eba;border-color:#005eba;color:#fff;margin:0}.SmartEnerXz_OveNr_right_h3{font-family:Gotham_Book}.SmartEnerXz_OveNr_right_p{line-height:1.66;margin-top:.1rem}.SmartEnerXz_OveNr_right_p.mt40{margin-top:.3rem}@media(max-width:1024px){.SmartEnerXz_Overview{margin-top:0!important}.SmartEnerXz_OveNr{flex-wrap:wrap;padding:0 5%}.SmartEnerXz_OveNr_left{width:100%}.SmartEnerXz_OveNr_right{width:100%;margin-top:.5rem}.SmartEnerXz_OveNr_right_p{line-height:1.5}}.SmartEnerXz_Bus{padding:.2rem 0 0}.SmartEnerXz_BusAllNr{width:100%;position:relative;overflow:hidden;margin-top:.5rem}.SmartEnerXz_BusSwiperBj{width:100%;overflow:hidden;position:relative;z-index:1}.SmartEnerXz_BusSwiperBjMc{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:2;top:0;left:0}.SmartEnerXz_BusAllNrTop{top:.8rem;z-index:4}.SmartEnerXz_BusAllNrBottom,.SmartEnerXz_BusAllNrTop{position:absolute;width:15.4rem;left:50%;margin-left:-7.7rem}.SmartEnerXz_BusAllNrBottom{bottom:.47rem;z-index:3}.SmartEnerXz_BusNav{width:100%;display:flex;justify-content:space-between;margin-top:.4rem}.SmartEnerXz_BusNav li{width:19%;background:hsla(0,0%,100%,.1);height:1.07rem;display:flex;align-items:center;justify-content:center;cursor:default}.SmartEnerXz_BusNav_img img{height:.47rem;width:auto}.SmartEnerXz_BusNav_img img:first-child{display:block}.SmartEnerXz_BusNav_img img:nth-child(2){display:none}.SmartEnerXz_BusNav h3{color:#fff;line-height:1.22;font-family:Gotham_Book;margin-left:.2rem}.SmartEnerXz_BusNav li.active .SmartEnerXz_BusNav_img img:first-child{display:none}.SmartEnerXz_BusNav li.active .SmartEnerXz_BusNav_img img:nth-child(2){display:block}.SmartEnerXz_BusNav li.active{background-color:#fff}.SmartEnerXz_BusNav li.active h3{color:#005eba}.SmartEnerXz_BusSwiperNr{width:7.8rem;overflow:hidden;color:#fff}.SmartEnerXz_BusSwiperNr_tit{font-family:Gotham_Medium}.SmartEnerXz_BusSwiperNr_js{font-family:Gotham_Light;line-height:1.375;margin-top:.1rem}.SmartEnerXz_BusSwiperNr_Con{display:flex;justify-content:space-between;padding-bottom:.22rem}.SmartEnerXz_BusSwiperNr_Con dl{width:48%;margin-top:.2rem}.SmartEnerXz_BusSwiperNr_Con.w3 dl{width:32%}.SmartEnerXz_BusSwiperNr_Con dt{font-family:Gotham_Medium;line-height:1}.SmartEnerXz_BusSwiperNr_Con dd{font-family:Gotham_Light;line-height:1;margin-top:.1rem}.SmartEnerXz_BusSwiperNrLopWc{display:flex;margin-top:.02rem}.SmartEnerXz_BusSwiperNrLopWc_left{width:.42rem;height:1.14rem;background:hsla(0,0%,100%,.2);margin-right:.02rem;position:relative;display:flex;align-items:center;justify-content:center}.SmartEnerXz_BusSwiperNrLopWc_right{width:calc(100% - .44rem)}.SmartEnerXz_BusSwiperNrLopWc_left h3{color:#fff;font-family:Gotham_Medium;line-height:1;transform:rotate(90deg);transform-origin:center center}.SmartEnerXz_BusSwiperNrLop_List{display:flex;padding-top:.15rem}.SmartEnerXz_BusSwiperNrLop_List li{width:25%}.SmartEnerXz_BusSwiperNrLop_List.w3 li{width:33.33%}.SmartEnerXz_BusSwiperNrLop_List h3{font-family:Gotham_Medium}.SmartEnerXz_BusSwiperNrLop_List p{font-family:Gotham_Light;line-height:1;margin-top:.05rem}.SmartEnerXz_BusAllNrBottom_bz{font-size:.11rem;font-family:Gotham_Light;color:#fff}.SmartEnerXz_BusSwiperNr_Con.mt50{margin-top:.25rem}.SmartEnerXz_BusSwiperNrLop.mt50{margin-top:.35rem}@media(max-width:1024px){.SmartEnerXz_BusAllNrBottom{display:none}.SmartEnerXz_BusSwiperNr{width:100%}.SmartEnerXz_BusAllNrTop{width:90%;left:5%;margin-left:0}.SmartEnerXz_BusSwiperBj img{height:11rem;width:auto;max-width:10000000000000px}.SmartEnerXz_BusSwiperNrLop{width:100%;height:1.86rem}.SmartEnerXz_BusSwiperNrLopWc_left{height:1.86rem}.SmartEnerXz_BusSwiperNrLop_List p{font-size:12px;padding-right:.1rem}.SmartEnerXz_BusSwiperNrLop_List p br{display:none}.SmartEnerXz_BusSwiperNrLopWc_left h3{font-size:.26rem}.SmartEnerXz_BusSwiperNr_js{line-height:1}.SmartEnerXz_BusSwiperNr_Con dd br{display:none}}@media(max-width:539px){.SmartEnerXz_BusSwiperBj img{height:12.35rem;width:auto;max-width:10000000000000px}.SmartEnerXz_BusSwiperNrLop,.SmartEnerXz_BusSwiperNrLopWc_left{height:2.65rem}.SmartEnerXz_BusSwiperNr_Con dd,.SmartEnerXz_BusSwiperNr_js{font-size:12px}.SmartEnerXz_BusSwiperNrLop_List{flex-wrap:wrap}.SmartEnerXz_BusSwiperNrLop_List li{width:50%}.SmartEnerXz_BusSwiperNrLop_List p{padding-bottom:.1rem}.SmartEnerXz_BusSwiperNrLopDz_4.SmartEnerXz_BusSwiperNrLop{height:auto;padding:1px 0 .2rem .21rem}.SmartEnerXz_BusSwiperNr_Con{flex-wrap:wrap}.SmartEnerXz_BusSwiperNr_Con.w3 dl,.SmartEnerXz_BusSwiperNr_Con dl{width:100%}.SmartEnerXz_BusSwiperNrLopDz_4 .SmartEnerXz_BusSwiperNrLop_List li{width:100%;margin-top:.2rem}.SmartEnerXz_BusSwiperNrLopDz_4 .SmartEnerXz_BusSwiperNrLop_List h3 br{display:none}.SmartEnerXz_BusSwiperNrLopDz_5.SmartEnerXz_BusSwiperNrLop{height:auto;padding:1px 0 .2rem .21rem}.SmartEnerXz_BusSwiperNrLopDz_5 .SmartEnerXz_BusSwiperNrLop_List li{width:100%;margin-top:.2rem}.SmartEnerXz_BusSwiperNrLopDz_5 .SmartEnerXz_BusSwiperNrLop_List h3 br{display:none}}.SmartEnerXz_CaseSwiper{width:100%;overflow:hidden}.SmartEnerXz_CaseSwiperTit{font-family:Gotham_Book;text-align:center;padding:.4rem 0 .8rem}.SmartEnerXz_CaseSwiperNr1{display:flex;justify-content:space-between;align-items:flex-end}.SmartEnerXz_CaseSwiperNr1_left{width:8.42rem}.SmartEnerXz_CaseSwiperNr1_right{width:7.3rem;margin-right:1rem}.SmartEnerXz_CaseSwiperTit_ej{font-family:Gotham_Book}.SmartEnerXz_CaseSwiperNr1_list{display:flex;justify-content:space-between;margin-top:.18rem}.SmartEnerXz_CaseSwiperNr1_list p{line-height:1.33;margin-top:.11rem}.SmartEnerXz_CaseSwiperNr1_list_ico img{width:auto;height:.35rem}.SmartEnerXz_CaseSwiperNr1_left_img1{margin-top:.27rem}.SmartEnerXz_CaseSwiperNr1_left_img2{display:flex;justify-content:space-between;margin-top:.3rem}.SmartEnerXz_CaseSwiperNr1_left_img2 li{width:31%}.SmartEnerXz_CaseSwiperNr1_left_img2.w2 li{width:48.25%}.SmartEnerXz_CaseSwiperNr_dian{font-family:Gotham_Book;line-height:1.3;position:relative;box-sizing:border-box;padding-left:.15rem;margin-top:.16rem}.SmartEnerXz_CaseSwiperNr_dian:before{content:"";width:.06rem;height:.06rem;background-color:#fff;border-radius:50%;position:absolute;top:.08rem;left:0}.SmartEnerXz_CaseSwiperNr_dian.f_14{margin-top:0;line-height:1.57;font-family:Gotham_Light}.SmartEnerXz_CaseSwiperNr_bz{font-family:Gotham_Light;margin-top:.02rem}.SmartEnerXz_CaseSwiperTit_ej.mt55{margin-top:.47rem}.SmartEnerXz_CaseSwiperNrImgsXz{display:flex;justify-content:space-between;margin-top:.27rem}.SmartEnerXz_CaseSwiperNrImgsXz .SmartEnerXz_CaseSwiperNr1_left_img1{margin-top:0}.SmartEnerXz_CaseSwiperNrImgsXz_left{width:2.61rem}.SmartEnerXz_CaseSwiperNrImgsXz_right{width:5.52rem}.SmartEnerXz_CaseSwiperNrImgsXz .SmartEnerXz_CaseSwiperNr1_left_img2{margin-top:.26rem}.SmartEnerXz_CaseSwiperNr2_list{display:flex;justify-content:center}.SmartEnerXz_CaseSwiperNr2_list li{width:6.11rem;margin:0 .4rem}.SmartEnerXz_CaseSwiperNr2_list_1{font-family:Gotham_Book}.SmartEnerXz_CaseSwiperNr2_list_2{margin-top:.2rem}.SmartEnerXz_CaseSwiperNr2_list_3{font-family:Gotham_Book;line-height:1.2;margin-top:.2rem;padding-bottom:.04rem}.SmartEnerXz_CaseSwiperNr2_list_p{font-family:Gotham_Light;line-height:1.57}.SmartEnerXz_CaseSwiperNr2_list_3.mt40{margin-top:.3rem}@media(max-width:1024px){.SmartEnerXz_Case{padding:.2rem 5% .8rem}.SmartEnerXz_CaseSwiperNr1{flex-wrap:wrap}.SmartEnerXz_CaseSwiperNr1_left{width:100%}.SmartEnerXz_CaseSwiperNr1_right{width:100%;margin:.5rem 0 0}.SmartEnerXz_CaseSwiperNr1_list p{font-size:12px}.SmartEnerXz_CaseSwiperNr_bz{font-size:11px}.SmartEnerXz_CaseSwiperNr1_list_ico img{height:.45rem}.SmartEnerXz_CaseSwiperNrImgsXz_left{width:30.5%}.SmartEnerXz_CaseSwiperNrImgsXz_right{width:65%}.SmartEnerXz_CaseSwiperNr2_list{justify-content:space-between}.SmartEnerXz_CaseSwiperNr2_list li{width:49%;margin:0}.SmartEnerXz_CaseSwiperNr_dian:before{top:.15rem}.SmartEnerXz_CaseSwiperNr2_list_p{line-height:1.3}.SmartEnerXz_CaseSwiperNr_dian.f_14{line-height:1.3;margin-top:.15rem}.SmartEnerXz_CaseSwiperNr2_list_1{white-space:normal!important;letter-spacing:0!important}}@media(max-width:539px){.SmartEnerXz_CaseSwiperNr2_list_1{font-size:16px}.SmartEnerXz_CaseSwiperNr2_list_3{font-size:14px}.SmartEnerXz_CaseSwiperNr2_list_p,.SmartEnerXz_CaseSwiperNr_dian.f_14{font-size:12px}.SmartEnerXz_CaseSwiperNr_dian.f_14:before{top:.11rem}}.boeOpen_EthicsBjImg{width:100%}.boeOpen_EthicsNr{background:#fff;margin:1.14rem .78rem 0;box-sizing:border-box;padding:.75rem 1.1rem 0}.boeOpen_EthicsNr_js{max-width:11.57rem;margin:0 auto;text-align:center}.boeOpen_EthicsNr_js p{font-family:Gotham_Light;line-height:1.66;color:#333}.boeOpen_EthicsNr_list{display:flex;justify-content:space-between;margin-top:.65rem}.boeOpen_EthicsNr_list li{width:31.8%}.boeOpen_EthicsNr_list_tit{font-family:Gotham_Medium;line-height:1;margin-top:.2rem;min-height:.7rem}.boeOpen_EthicsNr_list_js{font-family:Gotham_Light;line-height:1.66;color:#333}@media(max-width:1024px){.boeOpen_Ethics{margin-top:0!important;background-size:auto 5rem}.boeOpen_EthicsNr{margin:1.14rem 0 0;padding:.75rem 5% 0}.boeOpen_EthicsNr_list{flex-wrap:wrap}.boeOpen_EthicsNr_list li{width:100%;margin-top:.55rem}.boeOpen_EthicsNr_list_tit{min-height:1px;margin-top:.3rem}.boeOpen_EthicsNr_list_js{margin-top:.2rem}.boeOpen_EthicsNr_js p,.boeOpen_EthicsNr_list_js{line-height:1.5}}.boeOpen_WofoNr{background:#fff;margin:.65rem .78rem 0;box-sizing:border-box;padding:.85rem 1.1rem 0}.boeOpen_WofoNr_list{display:flex;justify-content:space-between;margin-top:0}.boeOpen_WofoNr_list li{width:23.3%}.boeOpen_WofoNr_listTit{font-family:Gotham_Book;line-height:1;margin-top:.2rem;min-height:1.1rem}.boeOpen_WofoNr_list_more .boeMled_allbut{background-color:#005eba;border-color:#005eba;margin:0}.boeOpen_Wofo_more .boeMled_allbut{margin:.5rem auto 0}@media(max-width:1024px){.boeOpen_Wofo{margin-top:0!important;background-size:auto 5rem}.boeOpen_WofoNr{margin:1.14rem 0 0;padding:.35rem 5% 0}.boeOpen_WofoNr_list{flex-wrap:wrap}.boeOpen_WofoNr_list li{width:48.5%;margin-top:.55rem}.boeOpen_WofoNr_listTit{min-height:1.5rem}}.boeOpen_ChainNr{background:#fff;margin:.65rem .78rem 0;box-sizing:border-box;padding:1.1rem 1.1rem 0}.boeOpen_ChainNr_jg{width:10.82rem;margin:0 auto}.boeOpen_ChainNr_js{width:12.46rem;margin:.6rem auto 0;padding-bottom:.25rem}.boeOpen_ChainNr_js p{font-family:Gotham_Light;line-height:1.66;color:#333;text-align:center;margin-top:.25rem}.boeOpen_ChainNr_more{text-align:center}.boeOpen_ChainNr_more .boeMled_allbut{background-color:#005eba;border-color:#005eba;display:inline-block}@media(max-width:1024px){.boeOpen_Chain{margin-top:0!important;background-size:auto 5rem}.boeOpen_ChainNr{margin:1.14rem 0 0;padding:.85rem 5% 0}.boeOpen_ChainNr_jg,.boeOpen_ChainNr_js{width:100%}.boeOpen_ChainNr_js p{line-height:1.5}}.boeOpen_CommNr{background:#fff;margin:1.14rem .78rem 0;box-sizing:border-box;padding:1.1rem 1.1rem 0}.boeOpen_CommNr_Tit{text-align:center;color:#000;font-family:Gotham_Medium}.boeOpen_Comm .boeSus_StoriesSwiper .swiper-slide:nth-child(2n-1) .boeSus_StoriesSwiper_tit{margin-top:.4rem}.boeOpen_Comm .boeSus_StoriesSwiper_js,.boeOpen_Comm .boeSus_StoriesSwiper_js p{line-height:1.66;color:#333}.boeOpen_Comm .boeSus_StoriesSwiper .swiper-slide:nth-child(2n) .boeSus_StoriesSwiper_img{margin-top:.4rem}.boeOpen_Comm .boeSus_StoriesSwiper{margin-top:.35rem}.boeOpen_Comm .boeSus_StoriesSwiper .swiper-slide{padding-bottom:.1rem}@media(max-width:1024px){.boeOpen_Comm{margin-top:0!important;background-size:auto 5rem}.boeOpen_CommNr{margin:1.14rem 0 0;padding:.85rem 0 0}.boeOpen_Comm .boeSus_StoriesSwiper_js,.boeOpen_Comm .boeSus_StoriesSwiper_js p{line-height:1.5}.boeOpen_Comm .boeSus_StoriesSwiper{margin-top:.65rem}}.boeNext_KeyPer{width:14.8rem;margin:.8rem auto 1.2rem}.boeNext_KeyPerTit{font-family:Gotham_Book}@media(max-width:1024px){.boeNext_KeyPer{width:90%}}.boeNext_Hubs_img{margin-top:.6rem}.boeNext_Hubs_imgBot{font-family:Gotham_Book;margin-top:.3rem}.boeNext_chain0518_img{width:8.17rem;margin:.6rem auto 0}@media(max-width:768px){.boeNext_chain0518_img{width:100%}}.boeOpenAI .boeOpen_ChainNr_more{margin-top:.28rem}.boeOpenAI_list{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:.2rem}.boeOpenAI_list li{width:48%;margin-top:.68rem}.boeOpenAI_list_tit{font-family:Gotham_Medium;line-height:1;margin-top:.25rem}.boeOpenAI_list_js{font-family:Gotham_Light;line-height:1.66;color:#333;margin-top:.15rem}.boeOpenAI_list_js.mt0,.boeOpenAI_list li.boeEarth_Act0519_liDz .boeOpenAI_list_tit{margin-top:0}.boeOpenAI_list li.boeEarth_Act0519_liDz .boeOpenAI_list_img{margin-top:.25rem}.boeOpenAI_list_tit.mt0{margin-top:0}.boeOpenAI_list.mt40{padding-top:0}.boeOpenAI_list.mt40 li{margin-top:.4rem}@media(max-width:1024px){.boeOpenAI_list li{width:100%;margin-top:.68rem;text-align:center}.boeOpenAI_list_js{line-height:1.5}}.boeOpenCutt_list li{display:flex;justify-content:space-between;align-items:center;margin-top:.65rem}.boeOpenCutt_list_img{width:7.33rem}.boeOpenCutt_listNr{width:7.25rem}.boeOpenCutt_listNr_tit{font-family:Gotham_Medium;line-height:1}.boeOpenCutt_listNr_js{font-family:Gotham_Light;line-height:1.66;color:#333;margin-top:.15rem}.boeOpenCutt_list_more .boeMled_allbut{background-color:#005eba;border-color:#005eba;margin-top:.4rem}.boeOpenCutt_list li:nth-child(2n){flex-direction:row-reverse}.boeOpenCutt_list li:first-child{margin-top:.2rem}.boeOpenCutt .boeInv_Financial_more{margin-top:1rem}@media(max-width:1024px){.boeOpenCutt_list li{display:block;text-align:center}.boeOpenCutt_list_img{width:100%}.boeOpenCutt_listNr{width:100%;margin-top:.25rem}.boeOpenCutt_list_more .boeMled_allbut{margin:.4rem auto 0}.boeOpenCutt .boeInv_Financial_more .boeMled_allbut{width:2.8rem;height:.88rem;line-height:.88rem}}.boeEarth_symbiosis{width:12rem;font-family:Gotham_Light;line-height:1.66;color:#333;text-align:center;margin:.85rem auto}.boeEarth_Act0519 .boeOpen_EthicsNr{padding-top:1px}.boeEarth_Act0519Tit{margin-top:.9rem}.boeEarth_Act0519_list{display:flex;justify-content:space-between;flex-wrap:wrap}.boeEarth_Act0519_list li{width:32%;margin-top:.5rem}.boeEarth_Act0519_list_top{display:flex;justify-content:flex-start;align-items:center}.boeEarth_Act0519_list_top h3{font-family:Gotham_Book;color:#000;line-height:1}.boeEarth_Act0519_list_topIco{height:.66rem;width:.95rem;display:flex;align-items:center}.boeEarth_Act0519_list_topIco img{max-width:.71rem;max-height:.66rem;width:auto;height:auto}@media(max-width:1024px){.boeEarth_symbiosis{width:90%;margin-top:.8rem!important}.boeEarth_Act0519_list li{width:100%}}.boeEarth_Energy .boeEarth_Act0519_list_top h3{min-height:.6rem}.boeEarth_Energy .boeEarth_Act0519_list_top.boeEarth_EnergyDzTop h3{min-height:1px;margin-top:.5rem}.boeEarth_Energy .boeEarth_Act0519_list{margin-top:.7rem}@media(max-width:1024px){.boeEarth_Energy .boeEarth_Act0519_list{text-align:center}.boeEarth_Energy .boeEarth_Act0519_list_top.boeEarth_EnergyDzTop h3,.boeEarth_Energy .boeEarth_Act0519_list_top h3{width:100%}}.boeEarth_ResoTit{color:#000;font-family:Gotham_Medium}.boeEarth_ResoWater{display:flex;justify-content:space-between;margin-top:.78rem}.boeEarth_ResoWater_left{width:7.33rem}.boeEarth_ResoWater_right{width:7.31rem}.boeEarth_ResoWater_img{margin-top:.3rem}.boeEarth_Act0519_list_top.boeEarth_ResoWaterTitDz{margin-top:.8rem}.boeEarth_ResoSwiperWc{margin-top:.3rem}.boeEarth_ResoSwiper{width:100%;overflow:hidden}.boeEarth_ResoSwiper .swiper-slide{width:100%;height:6.18rem;background:#e8e8e8}.boeEarth_ResoSwiper .swiper-slide h3{font-family:Gotham_Bold;width:100%;height:6.18rem;display:flex;justify-content:center;align-items:center;color:#ccc;font-size:1rem}.boeEarth_ResoTit.mt130{margin-top:1.3rem}.boeEarth_ResoChemi{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.boeEarth_ResoChemi_left{width:7.33rem}.boeEarth_ResoChemi_right{width:7.4rem}.boeEarth_ResoChemi_right .boeOpenAI_list_js{margin-top:0}.boeEarth_ResoJsDz.boeOpenAI_list_js{margin-top:.4rem}@media(max-width:1024px){.boeEarth_ResoWater{flex-wrap:wrap;text-align:center}.boeEarth_ResoWater_left{width:100%}.boeEarth_ResoWater_right{width:100%;margin-top:.5rem}.boeEarth_ResoSwiper .swiper-slide,.boeEarth_ResoSwiper .swiper-slide h3{height:4.5rem}.boeEarth_ResoChemi{flex-wrap:wrap}.boeEarth_ResoChemi_left{width:100%}.boeEarth_ResoChemi_right{width:100%;margin-top:.25rem}.boeEarth_Reso .boeEarth_Act0519_list_top h3{width:100%;text-align:center}.boeEarth_Reso .boeOpenAI_list_js{text-align:center}}.boeEarth_EconomyCon{display:flex;justify-content:space-between}.boeEarth_EconomyCon_left{width:4.73rem}.boeEarth_EconomyCon_right{width:9.96rem}.boeEarth_EconomyMt{margin-top:.75rem}@media(max-width:1024px){.boeEarth_EconomyCon{flex-wrap:wrap}.boeEarth_EconomyCon_left{width:100%}.boeEarth_EconomyCon_right{width:100%;margin-top:.5rem}.boeEarth_EconomyMt{text-align:center}.boeEarth_EconomyMt .boeEarth_Act0519_list_top h3{width:100%}}.boeEarth_Stories .boeSus_StoriesSwiper .swiper-slide{padding-bottom:1px}.boeEarth_Stories .boeSus_StoriesSwiper{margin-top:.2rem}.boeEarth_StoriesEnvi{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.boeEarth_StoriesEnvi_left{width:4.6rem}.boeEarth_StoriesEnvi_right{width:9.93rem}@media(max-width:1024px){.boeEarth_StoriesEnvi{flex-wrap:wrap}.boeEarth_StoriesEnvi_left{width:100%}.boeEarth_StoriesEnvi_right{width:100%;margin-top:.5rem;text-align:center}.boeEarth_Stories .boeEarth_Act0519_list_top h3,.boeEarth_Stories .boeSus_StoriesNr{width:100%}}.boeWf_pro_list li{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem}.boeWf_pro_list_img{width:7.33rem}.boeWf_pro_list_nr{width:7.23rem}.boeWf_pro_list_nr .boeOpenAI_list_tit{margin-top:0}.boeWf_pro_list li:nth-child(2n){flex-direction:row-reverse}@media(max-width:1024px){.boeWf_pro_list li{flex-wrap:wrap}.boeWf_pro_list_img{width:100%}.boeWf_pro_list_nr{width:100%;margin-top:.5rem;text-align:center}.boeWf_pro .boeOpenAI_list_js,.boeWf_pro .boeOpenAI_list_tit{text-align:center}}.boeWf_Safety .boeWf_pro_list li,.boeWf_Safety .boeWf_pro_list li .boeOpenAI_list_js{margin-top:0}.boeWf_OppoCon{display:flex;justify-content:space-between}.boeWf_OppoCon_left,.boeWf_OppoCon_right{width:7.33rem}.boeWf_OppoTable{border-collapse:collapse;width:100%;font-family:Gotham_Medium;border:1px solid #ebebeb}.boeWf_OppoTable th{background-color:#f8f8f8;height:.71rem;padding:0 .26rem;text-align:left}.boeWf_OppoTable td{height:.81rem;padding:0 0 0 .26rem;text-align:left}.boeWf_OppoTable td:nth-child(2){width:2.25rem;text-align:center}.boeWf_OppoTableWc{margin-top:.65rem}@media(max-width:1024px){.boeWf_OppoCon{flex-wrap:wrap}.boeWf_OppoCon_left{width:100%}.boeWf_OppoCon_right{width:100%;margin-top:.5rem;text-align:center}.boeWf_Oppo .boeOpenAI_list_js{text-align:center}}.boeWf_TrainCon{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.boeWf_TrainCon_left,.boeWf_TrainCon_right{width:7.33rem}.boeWf_TrainCon_rightTit{font-family:Gotham_Book;margin-top:.3rem}.boeWf_TrainCon.boeWf_TrainCon_Dz1{margin-top:.8rem}.boeWf_TrainCon.boeWf_TrainCon_Dz1 .boeWf_TrainCon_rightTit{margin-top:.15rem}@media(max-width:1024px){.boeWf_TrainCon{flex-wrap:wrap}.boeWf_TrainCon_left{width:100%}.boeWf_TrainCon_right{width:100%;margin-top:.5rem;text-align:center}.boeWf_Train .boeOpenAI_list_js,.boeWf_Train .boeOpenAI_list_tit{text-align:center}}.boeWf_Stories .boeSus_StoriesSwiper .swiper-slide{padding-bottom:1px}.boeWf_Stories .boeSus_StoriesSwiper{margin-top:.2rem}@media(max-width:1024px){.boeWf_Stories .boeSus_StoriesNr{width:100%}}.boeChain_ManCon{display:flex;justify-content:space-between}.boeChain_ManCon_left{width:7.3rem}.boeChain_ManCon_right{width:7.34rem}.boeChain_Man_list{display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:.1rem}.boeChain_Man_list li{height:2.5rem;box-sizing:border-box;width:24%;background-color:#fff;border:1px solid #e4e4e4;position:relative;overflow:hidden;margin-top:1.33%}.boeChain_Man_list_num{width:.49rem;position:absolute;bottom:.08rem;right:.08rem;z-index:1}.boeChain_Man_listNr{font-family:Gotham_Light;color:#333;line-height:1.38;padding:.31rem .4rem 0;position:relative;z-index:2}.boeChain_Man_list li:hover{background-color:#005eba;border-color:#005eba}.boeChain_Man_list li:hover .boeChain_Man_list_num{width:1.65rem;opacity:.1}.boeChain_Man_list li:hover .boeChain_Man_listNr{color:#fff}@media(max-width:1024px){.boeChain_ManCon{flex-wrap:wrap;text-align:center}.boeChain_ManCon_left{width:100%}.boeChain_ManCon_right{width:100%;margin-top:.5rem}.all_wapTextCenter{text-align:center}.boeChain_Man_list li{width:100%;height:auto;margin-top:2%}.boeChain_Man_listNr{padding:.35rem .4rem .5rem}}.boeChain_MinerCon{display:flex;justify-content:space-between;align-items:center}.boeChain_MinerCon_left{width:7.33rem}.boeChain_MinerCon_right{width:7.23rem}@media(max-width:1024px){.boeChain_MinerCon{flex-wrap:wrap;text-align:center}.boeChain_MinerCon_left{width:100%}.boeChain_MinerCon_right{width:100%;margin-top:.5rem}}.boeChain_Global .boeOpen_WofoNr_list_more .boeMled_allbut{margin-top:.45rem}@media(max-width:1024px){.boeChain_Global .boeOpen_WofoNr_list_more .boeMled_allbut{margin:.45rem auto 0}.boeChain_Global .boeSus_StoriesNr{width:100%}}.boePerKit_Overview{box-sizing:border-box;padding:1.5rem 0 2.15rem;background-image:url(/nuxt/resouces/img/bj_1.9295c2a.jpg);background-size:100% auto;background-repeat:no-repeat;background-position:top;margin-top:.44rem}.boePerKit_Overview_js{text-align:center;line-height:1.66;width:90%;max-width:10.65rem;margin:.6rem auto 0;color:#fff}.boePerKit_Overview_js.ztGotham_Light{max-width:11.1rem}@media(max-width:1024px){.boePerKit_Overview{margin-top:0!important;background-size:cover;padding:1rem 0 1.5rem}.boePerKit_Overview_js{line-height:1.5}}.boePerKit_Str{padding:.2rem 0 0}.boePerKit_StrNr{display:flex;justify-content:center;align-items:center;margin-top:.65rem}.boePerKit_StrNrMk{width:2.3rem;height:5.27rem;box-sizing:border-box;background:#f7f8fa;padding:1.05rem 0 0 .4rem;margin:0 .04rem;transition:all .3s}.boePerKit_StrNrMk_hr{width:.3rem;height:.01rem;background-color:#666}.boePerKit_StrNrMk_tit{font-size:.18rem;color:#666;margin-top:.16rem}.boePerKit_StrNrMk_h3{font-size:.38rem;color:#666;font-family:Gotham_Book;line-height:1}.boePerKit_StrNrMk_h6{font-size:.3rem;color:#666;font-family:Gotham_Light;line-height:1}.boePerKit_StrNrMk_jl{font-size:.14rem;color:#00cc79;margin-top:.26rem;display:flex;align-items:center}.boePerKit_StrNrMk_max{font-size:.18rem;color:#666;font-family:Gotham_Light}.boePerKit_StrNrMk_bz{font-size:.14rem;color:#666;margin-top:.08rem}.boePerKit_StrNrMk_Center{height:1.8rem;margin-top:.38rem}.boePerKit_StrNrMk_jl img{width:.09rem;margin-right:.06rem}.boePerKit_StrNrMk_jl img:first-child{display:block}.boePerKit_StrNrMk_jl img:nth-child(2){display:none}.boePerKit_StrNrMk.active{width:5.81rem;background-image:url(/nuxt/resouces/img/bj_2.2dbc307.jpg);background-size:100% 100%;padding:1.05rem 0 0 .58rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_hr{background-color:#fff;width:.42rem;height:.03rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_tit{font-size:.22rem;color:#fff}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_h3{font-size:.72rem;color:#fff}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_h6{font-size:.5rem;color:#fff}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_jl{font-size:.18rem;color:#fff;margin-top:.05rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_bz,.boePerKit_StrNrMk.active .boePerKit_StrNrMk_max{font-size:.22rem;color:#fff}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_jl img:first-child{display:none}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_jl img:nth-child(2){display:block}.boePerKit_Str_sjBz{font-size:.12rem;color:#999;font-family:HarmonyOS_Sans_SC_Regular;width:15.41rem;margin:.13rem auto 0;box-sizing:border-box;padding:0 .04rem}.boePerKit_Str_sjBz.ztGotham_Light{font-family:Gotham_Light}.boePerKit_StrNrMk.ztGotham_Light .boePerKit_StrNrMk_h3,.boePerKit_StrNrMk.ztGotham_Light .boePerKit_StrNrMk_max,.boePerKit_StrNrMk.ztGotham_Light .boePerKit_StrNrMk_tit{font-family:Gotham_Book}.boePerKit_StrSwiper{width:90%;margin:.6rem auto 0;overflow:hidden;position:relative}.boePerKit_StrSwiper-next,.boePerKit_StrSwiper-prev{width:.66rem;height:.66rem;background-color:#e2e1e6;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;z-index:3;cursor:pointer;bottom:.3rem}.boePerKit_StrSwiper-next img,.boePerKit_StrSwiper-prev img{width:.16rem;cursor:pointer}.boePerKit_StrSwiper-prev{right:1.2rem}.boePerKit_StrSwiper-next{right:.3rem}.boePerKit_StrSwiper-next.swiper-button-disabled,.boePerKit_StrSwiper-prev.swiper-button-disabled{opacity:.35;cursor:not-allowed}.boePerKit_StrSwiper .boePerKit_StrNrMk{width:100%;margin:0;height:7.5rem}.boePerKit_StrSwiper .swiper-slide{width:100%}@media(max-width:1024px){.boePerKit_StrNrMk.active .boePerKit_StrNrMk_hr{width:.6rem;height:.06rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_tit{font-size:.32rem;margin-top:.2rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_h3{font-size:1.2rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_h6{font-size:.8rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_jl{font-size:.28rem;margin-top:.2rem}.boePerKit_StrNrMk.active .boePerKit_StrNrMk_bz,.boePerKit_StrNrMk.active .boePerKit_StrNrMk_max{font-size:.32rem}.boePerKit_StrNrMk_Center{height:3.3rem;margin-top:.38rem}.boePerKit_Str_sjBz{font-size:12px;width:90%;margin:.2rem auto 0;text-align:center}}.boePerKit_Pero{box-sizing:border-box;padding:.2rem 0 .75rem;background-image:url(/nuxt/resouces/img/bj_3.beb1da1.jpg);background-size:100% auto;background-repeat:no-repeat;background-position:top;margin-top:1rem}.boePerKit_Pero_js{margin-top:.33rem}.boePerKit_Pero_js span{display:inline-block;background:linear-gradient(90deg,#005eba,#00dc70);-webkit-background-clip:text;color:transparent}.boePerKit_PeroNr{width:15.39rem;box-sizing:border-box;background-color:#fff;padding:0 .35rem .3rem;margin:.56rem auto 0;box-shadow:0 4px 8px 0 rgba(0,0,0,.06)}.boePerKit_PeroNr_tit{line-height:1;padding:.25rem 0}.boePerKit_Pero_list{display:flex;justify-content:space-between}.boePerKit_Pero_list li{width:4.76rem;position:relative}.boePerKit_Pero_list li h3{position:absolute;bottom:.25rem;width:100%;left:0}.boePerKit_PeroBot{display:flex;justify-content:space-between;width:15.39rem;box-sizing:border-box;margin:.15rem auto 0}.boePerKit_PeroBot .boePerKit_PeroNr{width:7.57rem;box-sizing:border-box;margin:0}.boePerKit_PeroBot .boePerKit_PeroNr .boePerKit_Pero_list li{width:100%}.boePerKit_PeroNr.pad35{padding:.35rem}@media(max-width:1024px){.boePerKit_Pero{width:100%;padding:0 5%;background:none}.boePerKit_PeroNr{width:100%;box-shadow:none;padding:0}.boePerKit_Pero_list{flex-wrap:wrap}.boePerKit_Pero_list li{width:100%;margin-top:.15rem}.boePerKit_PeroBot{width:100%;flex-wrap:wrap}.boePerKit_PeroBot .boePerKit_PeroNr{width:100%;box-shadow:none;padding:0;margin-top:.3rem}.boePerKit_Pero_js{width:90%;margin:.35rem auto 0}.boePerKit_Pero .boePerKit_Pero_js{width:100%}.boePerKit_PeroNr.pad35{padding:0 5%}}.boePerKit_Certi{padding:.2rem 0 1.25rem}.boePerKit_CertiNr{width:15.42rem;background-color:#f7f8fa;border:1px solid #e1e1e1;box-sizing:border-box;margin:.65rem auto 0;display:flex}.boePerKit_CertiNr_left{width:50%;background-color:#fff;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.boePerKit_CertiNr_right{width:50%;box-sizing:border-box;padding:.35rem .4rem .45rem}.boePerKit_CertiNr_right h3{margin-top:.3rem}.boePerKit_CertiNr_right p{margin-top:.1rem}.boePerKit_CertiNr_leftCon{display:flex;align-items:flex-start}.boePerKit_CertiNr_leftCon img{width:.24rem;height:auto;margin-right:.2rem;margin-top:.15rem}.boePerKit_CertiNr_leftCon h3{width:3.89rem;line-height:1.76}.boePerKit_CertiNr_leftCon h3.ztGotham_Book{width:4.5rem;line-height:1.5}@media(max-width:1024px){.boePerKit_CertiNr{width:90%;border:none;background:#fff;flex-wrap:wrap}.boePerKit_CertiNr_left{width:100%;padding:0}.boePerKit_CertiNr_right{width:100%;padding:0;text-align:center}.boePerKit_CertiNr_leftCon img{display:none}.boePerKit_CertiNr_leftCon{width:100%}.boePerKit_CertiNr_leftCon h3{width:100%;text-align:center;line-height:1.5}.boePerKit_CertiNr_right img{border:2px solid #e1e1e1;margin-top:.35rem}.boePerKit_CertiNr_right h3{margin-top:.35rem}.boePerKit_Certi{padding:.2rem 0 1px}.boePerKit_CertiNr_leftCon h3.ztGotham_Book{width:100%}}.boePerKit_Cap{background-image:url(/nuxt/resouces/img/bj_4.67e394d.jpg);background-size:100% auto;background-repeat:no-repeat;background-position:top;padding:.2rem 0 .96rem}.boePerKit_CapNr{width:15.39rem;box-sizing:border-box;background-color:#fff;padding:.35rem;margin:.18rem auto 0;box-shadow:0 4px 8px 0 rgba(0,0,0,.06);display:flex;justify-content:space-between}.boePerKit_CapNrMk{width:3.53rem;height:1.81rem;background-color:#eff7ff;text-align:center;box-sizing:border-box;padding:.47rem 0 0}.boePerKit_CapNrMk h3{line-height:1;height:.56rem;color:#0067b4;font-family:Arial;font-weight:bolder}.boePerKit_CapNr_EnDz .boePerKit_CapNrMk h3{line-height:.8;height:auto}.boePerKit_CapNr_EnDz .boePerKit_CapNrMk p{line-height:1;margin-top:.13rem}.boePerKit_CapNr_EnDz .boePerKit_CapNrMk{padding:0;display:flex;align-items:center;justify-content:center}.boePerKit_CapNr_EnDz .boePerKit_CapNrMk div{width:100%}@media(max-width:1024px){.boePerKit_Cap{background:#fff;padding:.2rem 0 .1rem}.boePerKit_CapNr{width:100%;flex-wrap:wrap;padding:0 5%;box-shadow:none}.boePerKit_CapNrMk{width:49%;margin-top:2%;height:2.4rem;padding:.68rem 0 0}.boePerKit_CapNrMk h3{height:.65rem}}@media(max-width:539px){.boePerKit_CapNrMk h3{font-size:22px}.boePerKit_CapNrMk p{font-size:17px}.boePerKit_CapNr_EnDz .boePerKit_CapNrMk p{font-size:16px}}.boePerKit_cov{padding:.2rem 0 1.2rem}.boePerKit_covNav{width:15.4rem;margin:.6rem auto 0;display:flex;justify-content:space-between}.boePerKit_covNavMk{width:3.69rem;height:1.36rem;background-color:#f7f9fe;display:flex;justify-content:center;align-items:center}.boePerKit_covNavMk.on{width:7.6rem}.boePerKit_covNavMk img{display:block;width:.25rem;display:none}.boePerKit_covNavMk p{display:none}.boePerKit_covNavMk.on .boePerKit_covNavMkNr{width:100%;height:1.36rem;box-sizing:border-box;padding:.33rem 0 0 .37rem}.boePerKit_covNavMkNr{position:relative}.boePerKit_covNavMk_bj1.on{background-image:url(/nuxt/resouces/img/cj_bj1.34e1c4f.jpg);background-size:100% auto;background-repeat:no-repeat}.boePerKit_covNavMk.on h3{color:#fff}.boePerKit_covNavMk.on p{display:block;color:#fff;margin-top:.1rem}.boePerKit_covNavMk.on img{display:block;position:absolute;top:50%;right:.48rem;margin-top:-.1rem}.boePerKit_covNavMk_bj2.on{background-image:url(/nuxt/resouces/img/cj_bj2.d9b0820.jpg);background-size:100% auto;background-repeat:no-repeat}.boePerKit_covNavMk_bj3.on{background-image:url(/nuxt/resouces/img/cj_bj3.222d17a.jpg);background-size:100% auto;background-repeat:no-repeat}.boePerKit_covAllNr{width:15.4rem;margin:.5rem auto 0}.boePerKit_covNrMk{display:none}.boePerKit_covScBj{display:flex;justify-content:space-between}.boePerKit_covScBj_left,.boePerKit_covScBj_right{width:7.6rem}.boePerKit_covSwiper{width:100%;overflow:hidden}.boePerKit_covSwiper .swiper-slide{width:100%;position:relative}.boePerKit_covSwiper .swiper-slide h3{position:absolute;left:0;width:100%;bottom:.35rem;z-index:2}.boePerKit_covSwiper .swiper-slide:before{content:"";width:100%;height:4.4rem;position:absolute;bottom:0;left:0;background-image:url(/nuxt/resouces/img/cj_bj3.222d17a.jpg);background-size:100% auto;background-repeat:no-repeat;z-index:1}.boePerKit_covSwiperWc{position:relative}.boePerKit_covSwiper-prev{left:0}.boePerKit_covSwiper-next,.boePerKit_covSwiper-prev{width:1.1rem;height:1.2rem;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;margin-top:-.6rem;z-index:3;cursor:pointer}.boePerKit_covSwiper-next{right:0}.boePerKit_covSwiper-next img,.boePerKit_covSwiper-prev img{width:.23rem}.boePerKit_covSwiper_pagination{font-size:.28rem;position:static;width:auto;font-family:Gotham_Book;color:#cbcbcb;margin-right:.38rem}.boePerKit_covSwiperBot{display:flex;justify-content:space-between;white-space:nowrap;margin-top:.2rem}.boePerKit_covSwiper_pagination .swiper-pagination-current{color:#000}.boePerKit_covSwiper-next.swiper-button-disabled,.boePerKit_covSwiper-prev.swiper-button-disabled{opacity:.35;cursor:not-allowed}.boePerKit_covScBj_rightTop{display:flex;justify-content:space-between}.boePerKit_covScBj_rightMk{width:3.7rem}.boePerKit_covScBj_rightTit{margin-top:.2rem}.boePerKit_covScBj_rightMk.w100{width:100%;margin-top:.39rem}.boePerKit_covAllNr_EnDz .boePerKit_covScBj_rightTit{height:.36rem}@media(max-width:1024px){.boePerKit_covAllNr_EnDz .boePerKit_covNavMk.on .boePerKit_covNavMkNr{padding:0;display:flex;justify-content:center;align-items:center}.boePerKit_covAllNr_EnDz .boePerKit_covNavMk.on .boePerKit_covNavMkNr div{width:100%;padding:0 .4rem;box-sizing:border-box}.boePerKit_covAllNr_EnDz .boePerKit_covSwiper_pagination{bottom:1.2rem}.boePerKit_covAllNr{width:100%}.boePerKit_covScBj_left{width:100%;position:relative}.boePerKit_covScBj_right{width:90%;margin:.5rem auto 0}.boePerKit_covScBj{flex-wrap:wrap;width:100%}.boePerKit_covScBj_rightTit,.boePerKit_covSwiperBot h3{width:100%;text-align:center}.boePerKit_covSwiper_pagination{position:absolute;width:100%;text-align:center;bottom:1.3rem;left:0}.boePerKit_covSwiper .swiper-slide h3{bottom:1.15rem}.boePerKit_covSwiper_pagination .swiper-pagination-current{color:#fff}.boePerKit_covScBj_rightMk{width:49%}.boePerKit_covScBj_rightTit,.boePerKit_covSwiperBot{margin-top:.35rem}.boePerKit_covNav{width:100%;display:none!important}.boePerKit_covNrMk{display:block!important}.boePerKit_covNavMk.on{width:100%;background-size:cover!important}.boePerKit_covNavMk,.boePerKit_covNavMk.on .boePerKit_covNavMkNr{height:2rem}.boePerKit_covNavMk.on .boePerKit_covNavMkNr{padding:.57rem 0 0 .37rem}.boePerKit_covNavMk.on img{display:none!important}.boePerKit_covAllNr .boePerKit_covNavMk{position:relative;margin-top:.3rem}.boePerKit_covAllNr .boePerKit_covNavMk:before{content:"";width:1rem;height:1rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAdCAYAAABMr4eBAAABGklEQVQ4ja3VsStGcRTG8UdEoRSFjK/8KSYmNiODZPPK8lqZZCGFWGxsJqPFIouFhcnfIJR8deitn5Plufc99dzu9Lm3e849vy5AkpqSxiRtqEoBK8AXv7UP/MBO4nLC3zoGul0knnyQoDMHat8EtJOgC6DXQdrZStAl0OcikVaCroB+F4k0i45FXQODLpJbH3UDDLlIZBH4LKA7YNhFIgsJugdGXSQyB3wU0AMw4SKRGeCtgJ6AKReJTAOvBfQCTLpIZC3N0W0n3qThALPAewE8u99kPnXn0e1O7TlZ+mdiR5yJXa3776zX/Ys30xzY+2Q7AdZmix27m4BzZ8d2ZNufJuCoyrmzXHRir8oJ2CPpUNKApPFKZ7Gkb7nE0N0TO6HjAAAAAElFTkSuQmCC);background-size:.24rem auto;background-repeat:no-repeat;background-position:50%;position:absolute;right:0;top:50%;margin-top:-.5rem}.boePerKit_covAllNr .boePerKit_covNavMk.active:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAARCAYAAAAhUad0AAABVElEQVQ4jbWUvy8EQRTH35IoRKIQiUQr8ZfQ0NGIjsavyl1JJToaREMlKjoaKhoioaG46hp/xAWJ+Mhzb5Jnsne7c843ednszJvPZ3dm7wTQWgKOgczuu12Z8dUjOlAFvmjm4B/Eyjs0vnoqPSIyIiKZNLMqIjvS3eyKyLIRsx+fPck+v7PVpbfcjrh7YXv9nvts/FG4GfGOwtH5pl7gNGpc71BYiTgnxpdYGsTnrlkPfiVRuOY+TM2ZF+ZJtfqAy0i8UFK4GAkvjCdF0iC+dos/gbkC4bz1hVzlCdtJtfqB20g806J3NhLe2PpcdtF2DQD3DvYBTEU90zYecmfrWnLLnNMg8OSgb8CEzU0C727u0frbMst+kUPAi4M37O+z4caera+Ql/JTGAZq5Kdm86VYKVKtUaAeaes2XpqTKtUaB15NqFe9T2J0ItUaAx7smrYW5Bs3gdaO6cEPsgAAAABJRU5ErkJggg==);background-size:.38rem auto}.boePerKit_covNrMkWapNavCon{display:none}.boePerKit_covSwiper-next{top:auto;margin-top:0;bottom:.01rem;right:36.5%}.boePerKit_covSwiper-prev{top:auto;margin-top:0;bottom:.01rem;left:36.5%}.boePerKit_covSwiper-next img,.boePerKit_covSwiper-prev img{width:.18rem}}@media(max-width:539px){.boePerKit_covSwiper-next{right:31%;bottom:.04rem}.boePerKit_covSwiper-prev{left:31%;bottom:.04rem}}.boePerKit_Intro{padding:.2rem 0 1.05rem;background:#f6f6f6}.boePerKit_IntroList{width:15.45rem;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;padding-top:.4rem}.boePerKit_IntroList li{width:5rem;margin-top:.35rem;border-radius:.2rem;overflow:hidden;position:relative;box-shadow:0 6px 17px 1px rgba(0,0,0,.08)}.boePerKit_IntroListTop{position:absolute;top:0;left:.48rem;right:.1rem}.boePerKit_IntroListTop h3{padding:.42rem 0 .13rem}.boePerKit_IntroListTop p{line-height:1.75}.boePerKit_IntroList_xq{position:absolute;bottom:.5rem;left:.48rem}.boePerKit_IntroList_xq .boeMled_allbut{margin:0;background-color:#005eba;border-color:#005eba;border-radius:.04rem;color:#fff}.boePerKit_IntroList_xq .boeMled_allbut:hover{background-color:#7cc7ee;border-color:#7cc7ee;color:#0065b5}.boePerKit_IntroSwiperWc{width:15.45rem;margin:.35rem auto 0;position:relative}.boePerKit_IntroSwiper,.boePerKit_IntroSwiperNr{width:100%;overflow:hidden}.boePerKit_IntroSwiperNr{position:relative;border-radius:.2rem}.boePerKit_IntroSwiper-next,.boePerKit_IntroSwiper-prev{width:.56rem;height:.56rem;background-color:#e2e1e6;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;margin-top:-.28rem;z-index:3;cursor:pointer}.boePerKit_IntroSwiper-next img,.boePerKit_IntroSwiper-prev img{width:.11rem;cursor:pointer}.boePerKit_IntroSwiper-prev{left:-.28rem}.boePerKit_IntroSwiper-next{right:-.28rem}.boePerKit_IntroSwiper-next.swiper-button-disabled,.boePerKit_IntroSwiper-prev.swiper-button-disabled{opacity:.35;cursor:not-allowed}.boePerKit_IntroSwiperWapWc{width:90%;margin:.5rem auto 0}.boePerKit_IntroSwiperWap{width:100%;overflow:hidden}.boePerKit_wapSwiperBot{display:flex;align-items:center;justify-content:center;margin-top:.4rem}.boePerKit_wapSwiperBot .boe_all_pagination{width:1rem;position:static;font-size:.3rem;margin:0 .3rem;text-align:center;color:#666}.boePerKit_wapSwiperBot .boe_all_pagination .swiper-pagination-current{color:#000}.boePerKit_wapSwiperBot-next img,.boePerKit_wapSwiperBot-prev img{width:.16rem}.boePerKit_wapSwiperBot-next.swiper-button-disabled,.boePerKit_wapSwiperBot-prev.swiper-button-disabled{opacity:.35;cursor:not-allowed}.boePerKit_Intro_EnDz .boePerKit_IntroListTop p{max-width:90%}@media(max-width:1024px){.boePerKit_IntroListTop{text-align:center;left:.2rem;right:.2rem}.boePerKit_IntroList_xq{left:.48rem;right:.48rem}.boePerKit_IntroList_xq .boeMled_allbut{margin:0 auto}.boePerKit_IntroListTop p br{display:none}.boePerKit_IntroListTop h3{padding-top:.8rem}.boePerKit_Intro_EnDz .boePerKit_IntroListTop p{max-width:100%}}.boePerKit_Honors{padding:.2rem 0 .8rem}.boePerKit_HonorsList{display:flex;flex-wrap:wrap;width:90%;margin:0 auto}.boePerKit_HonorsList li{width:5.01rem;min-height:2.31rem;background-image:url(/nuxt/resouces/img/honor_bj.d655080.png);background-size:100% auto;background-repeat:no-repeat;background-position:top .5rem left 0;text-align:center;width:29.33%;margin:.78rem 2% 0}.boePerKit_HonorsList_img{height:1.57rem;display:flex;justify-content:center;align-items:center}.boePerKit_HonorsList_img img{height:1.57rem}.boePerKit_HonorsList li h3{padding:.15rem 0 .08rem;line-height:1.25}.boePerKit_HonorsList li p{line-height:1.428}.boePerKit_HonorsList li.noImg{display:flex;justify-content:center;align-items:center}.boePerKit_HonorsList li.noImg h3{width:100%}.boePerKit_HonorSwiperWapWc{width:90%;margin:.5rem auto 0;min-height:2.31rem;background-image:url(/nuxt/resouces/img/honor_bj.d655080.png);background-size:100% auto;background-repeat:no-repeat;background-position:top .5rem left 0;text-align:center}.boePerKit_HonorSwiperWap{width:100%;overflow:hidden}.boePerKit_HonorSwiperWap h3{padding:.35rem 0 .15rem;line-height:1.25}.boePerKit_HonorSwiperWap p{line-height:1.428}.boePerKit_HonorSwiperWap .noImg{padding-top:.8rem}@media(max-width:1024px){.boePerKit_HonorsList_img,.boePerKit_HonorsList_img img{height:2.2rem}.boePerKit_Honors{padding:.2rem 0 .1rem}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{overflow:hidden;overflow:clip;list-style:none;padding:0}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial)}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}[dir=ltr] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir=rtl] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{box-sizing:border-box;border-left:4px solid var(--swiper-theme-color);border-bottom:4px solid var(--swiper-theme-color);border-right:4px solid var(--swiper-theme-color);border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);display:flex;align-items:center;justify-content:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-feature-settings:normal,;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);top:auto;top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right,8px);left:auto;left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25))}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;left:var(--swiper-scrollbar-sides-offset,1%);bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);top:auto;top:var(--swiper-scrollbar-top,auto);z-index:50;height:4px;height:var(--swiper-scrollbar-size,4px);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2)}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:auto;left:var(--swiper-scrollbar-left,auto);right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:4px;width:var(--swiper-scrollbar-size,4px);height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2)}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px)}.swiper-slide-zoomed{touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}