/*!
 * fullPage 4.0.20
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 *//*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.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%;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")}@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;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;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;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;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;box-sizing:border-box;height:100%;display:block}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;transition:all .3s ease-out}.fp-table{display:flex;flex-direction:column;justify-content:center;width:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;margin-top:-38px;transform:translateZ(0)}.fp-prev{left:15px}.fp-next{right:15px}.fp-arrow{width:0;height:0;border-style:solid}.fp-arrow.fp-prev{border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-arrow.fp-next{border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-notransition{transition:none!important}#fp-nav{position:fixed;z-index:100;top:50%;opacity:1;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translate3d(0,-50%,0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;transform:translateZ(0);left:0!important;right:0;margin:0 auto!important}.fp-slidesNav.fp-bottom{bottom:17px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li:hover a.active span,#fp-nav ul li a.active span,.fp-slidesNav ul li:hover a.active span,.fp-slidesNav ul li a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav.fp-show-active a.active+.fp-tooltip,#fp-nav ul li:hover .fp-tooltip{transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-responsive .fp-is-overflow.fp-section{height:auto!important}.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,.fp-scrollable .fp-section,.fp-scrollable .fp-slide{height:100vh;height:calc(var(--vh, 1vh)*100)}.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]){min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.fp-overflow{justify-content:flex-start;max-height:100vh}.fp-scrollable .fp-auto-height .fp-overflow{max-height:none}.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow>.fp-overflow{overflow-y:auto}.fp-overflow{outline:none}.fp-overflow.fp-table{display:block}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide{height:auto!important;min-height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-scroll-mac .fp-overflow::-webkit-scrollbar{background-color:transparent;width:9px}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track{background-color:transparent}.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:16px;border:4px solid transparent}.fp-warning,.fp-watermark{z-index:9999999;position:absolute;bottom:0}.fp-warning,.fp-watermark a{text-decoration:none;background:hsla(0,0%,100%,.6);padding:5px 8px;font-size:14px;font-family:arial;color:#000;display:inline-block;border-radius:3px;margin:12px}.fp-noscroll .fp-overflow{overflow:hidden}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}#rightcode{display:flex;justify-content:center;align-items:end;z-index:300}#rightcode .chat .chat_icon{display:flex;justify-content:space-between}#rightcode .chat_img{display:flex}#rightcode .dy,#rightcode .wb,#rightcode .wx{position:absolute;display:none}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);display:none;z-index:350}.mess_pop{display:none;z-index:401}@media screen and (min-width:1081px){.mess_pop{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:6rem;background:#fff;border-radius:.1rem}.mess_pop p{margin-bottom:.11rem;margin-left:.1rem}.mess_pop button{background-image:linear-gradient(45deg,#648af9,#706bdf);color:#fff;font-size:.2rem}.mess_pop .close_success_img{width:.3rem;height:.3rem;position:absolute;right:.1rem;top:.2rem;cursor:pointer}.mess_pop .mess_top{background-image:linear-gradient(90deg,#648af9,#706bdf);height:.7rem;color:#fff;position:relative;border-radius:.1rem .1rem 0 0;line-height:.7rem;text-align:center}.mess_pop .mess_content{padding:.2rem .3rem;color:#000;font-size:.16rem}.mess_pop .mess_text{font-size:.16rem;border-radius:.1rem;padding:.12rem .14rem;border:1px solid #c1c1c1;width:100%;resize:vertical;height:1.7rem}.mess_pop .mess_tip{font-size:.14rem;color:#b3b3b3}.mess_pop .mess_btn{width:1.5rem;height:.4rem;border-radius:.1rem;margin:20px 34% 0 35%}.mess_pop .mess_title{display:flex;justify-content:space-between;margin-bottom:.2rem}.mess_pop .mess_title select{width:1.8rem;height:.4rem;background-color:#fff;border-radius:.1rem;border:.01rem solid #c9c9c9;padding:0 .14rem;font-size:.16rem;color:#252525;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(https://asset.biocsi.com/packs/media/images/down-69f435257d0833758074ee81fda979d0.png) right .14rem center no-repeat #fff;background-size:.15rem}.mess_pop .mess_title .order_input{width:3.4rem;height:.4rem;background-color:#fff;border-radius:.1rem;border:1px solid #d9d9d9;font-size:.16rem;padding:.01rem .09rem 0}#rightcode{width:2.4rem;z-index:300;position:fixed;right:.5rem;bottom:.2rem}#rightcode .chat{width:2rem}#rightcode .chat .chat_icon img{width:.5rem;height:.5rem}#rightcode .dy,#rightcode .wb,#rightcode .wx{top:-1.2rem;left:-.05rem;width:1rem;height:1.1rem}#rightcode .wb{left:.7rem}#rightcode .dy{left:1.45rem}}@media screen and (max-width:1081px){.mess_pop{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0 0 .3rem 0 #d3dce5;border-radius:.1rem;font-size:.24rem;width:6.8rem}.mess_pop .mess_title>div{margin-bottom:.31rem}.mess_pop .mess_title select{width:100%;height:.8rem;border-radius:.1rem;border:.02rem solid #c9c9c9;padding:0 .24rem;color:#252525;font-size:.3rem;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(https://asset.biocsi.com/packs/media/images/down-69f435257d0833758074ee81fda979d0.png) right .24rem center no-repeat #fff;background-size:.25rem}.mess_pop .mess_title select option{font-size:.1rem}.mess_pop .mess_title button{width:100%;background-image:linear-gradient(45deg,#648af9,#706bdf);color:#fff;font-size:.32rem}.mess_pop .mess_title .order_input{width:100%;height:.8rem;background-color:#fff;border-radius:.2rem;border:.02rem solid #d9d9d9;padding:.01rem .24rem 0;font-size:.3rem;font-weight:400}.mess_pop .close_success_img{width:.3rem;height:.3rem;position:absolute;right:.3rem;top:.3rem;cursor:pointer}.mess_pop .mess_top{background-image:linear-gradient(90deg,#648af9,#706bdf);height:1rem;color:#fff;position:relative;border-radius:.1rem .1rem 0 0;line-height:1rem;text-align:center;font-size:.4rem}.mess_pop .mess_content{padding:.41rem .3rem;color:#465495}.mess_pop .mess_content p{margin-bottom:.19rem}.mess_pop .mess_text{border-radius:.1rem;height:4rem;padding:.29rem .24rem;border:.02rem solid #c1c1c1;width:100%;resize:vertical;font-size:.3rem}.mess_pop .mess_btn{width:100%;height:.8rem;border-radius:.1rem;margin-top:.42rem;background-image:linear-gradient(90deg,#648af9,#706bdf);color:#fff}#rightcode{width:3.4rem;z-index:300;margin-top:.5rem;position:relative;display:none}#rightcode .chat{width:3rem}#rightcode .chat .chat_icon img{width:.8rem;height:.8rem}#rightcode .dy,#rightcode .wb,#rightcode .wx{top:-1.4rem;left:-.03rem;width:1.2rem;height:1.3rem}#rightcode .wb{left:1.08rem}#rightcode .dy{left:2.2rem}}#customer{position:fixed;top:60%;transform:translateY(-50%)}#customer .cusbody{position:relative;display:flex;flex-direction:column}#customer .cusbody .cus_item{background:#fff;text-align:center;display:flex;align-items:center;justify-content:center;margin-bottom:.1rem;border-radius:.1rem;cursor:pointer}#customer .cusbody .cus_item img{-o-object-fit:contain;object-fit:contain}#customer .cusbody .cus_item span{background:-webkit-linear-gradient(bottom,#2b47a5,#648af9,#706bdf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:none}#customer .cusbody .back_btn{display:none}#customer .cusbody .sh_btn{position:relative}#customer .cusbody .sh_img{position:absolute;color:var(--color-text);width:3.5rem;height:1.25rem;background:url(https://asset.biocsi.com/packs/media/images/cus_sh-35cf66183f34cb69e482ad2ed35bc189.png) no-repeat;background-size:100% 100%;display:none}#customer .cusbody .sh_img i{font-size:20px;letter-spacing:.02rem;font-style:inherit;margin:.05rem .08rem .05rem 0}@media screen and (min-width:1081px){#customer{right:.4rem;z-index:100}#customer .cusbody .cus_item{width:.5rem;height:.5rem;box-shadow:0 1px 4px 0 #d9e1fc}#customer .cusbody .cus_item img{width:.3rem;height:.3rem;-o-object-fit:contain;object-fit:contain}#customer .cusbody .cus_item span{font-size:.15rem}#customer .cusbody .cus_item .img3{width:.2rem;height:.3rem;margin-top:.1rem;margin-left:.15rem}#customer .cusbody .back_btn{display:none}#customer .cusbody .sh_img{right:.55rem}#customer .cusbody .sh_img i{font-size:20px}}@media screen and (max-width:1081px){#customer{right:.2rem;z-index:350}#customer .cusbody .cus_item{width:.8rem;height:.8rem;box-shadow:0 1px 8px 0 #d9e1fc}#customer .cusbody .cus_item img{width:.5rem;height:.5rem;-o-object-fit:contain;object-fit:contain}#customer .cusbody .cus_item span{font-size:.28rem}#customer .cusbody .cus_item .img3{width:.5rem;height:.6rem;margin-top:.1rem;margin-left:.15rem}#customer .cusbody .back_btn{display:none}#customer .cusbody .sh_img{right:.8rem}#customer .cusbody .sh_img i{font-size:.2rem}}header,header .head_top{width:100%;position:fixed;top:0;left:0;z-index:400}header .head_top .logo_b,header .head_top .logo_c{cursor:pointer;-o-object-fit:contain;object-fit:contain}@media(min-width:1080px){header,header .head_top{width:100%;padding:.12rem .9rem .1rem;position:fixed;top:0;left:0;z-index:200}header .head_top .logo_b{height:.45rem;width:1.4rem;cursor:pointer;-o-object-fit:contain;object-fit:contain}header .head_top .logo_c{display:none}header .head_top nav a{font-size:.16rem;font-family:SourceHanSansCN-Regular;color:#001e62;position:relative}header .head_top nav a.active{color:#2ad4d6;color:var(--color-hover)}header .head_top nav .language{font-size:.16rem;margin:0 .3rem;font-family:SourceHanSansCN-Regular;color:#001e62;position:relative}header .head_top nav .search_inp{position:relative;display:block}header .head_top nav .search_inp:hover input{width:4rem;padding:.05rem 1rem .05rem .2rem;margin:0}header .head_top nav .search_inp .input-f,header .head_top nav .search_inp .input-w{outline:none;width:0;height:.4rem;border-radius:.2rem;padding:0;border:none;font-size:.16rem;transition:all .3s ease-in-out;margin-left:.5rem}header .head_top nav .search_inp .input-f:focus,header .head_top nav .search_inp .input-w:focus{border-radius:.2rem .2rem 0 0;width:4rem;padding:.05rem .5rem .05rem .2rem;margin:0}header .head_top nav .search_inp .input-f:focus~.search_box,header .head_top nav .search_inp .input-w:focus~.search_box{display:flex}header .head_top nav .search_inp .input-f:focus~.s_result,header .head_top nav .search_inp .input-w:focus~.s_result{opacity:1}header .head_top nav .search_inp .input-f:focus{border-bottom:1px solid #e5e5e5}header .head_top nav .search_inp img{width:.2rem;height:.2rem;position:absolute;right:.25rem;top:.09rem}header .head_top nav .search_inp .input-w{color:#fff;background-image:linear-gradient(90deg,#648af9,#706bdf)}header .head_top nav .search_inp .input-w::-webkit-input-placeholder{color:#fff;letter-spacing:.01rem}header .head_top nav .search_inp .input-f{background:#fff;color:#001e62}header .head_top nav .search_inp .input-f::-webkit-input-placeholder{color:#b3b3b3}header .head_top nav .search_inp .s_result{position:absolute;right:.6rem;top:.1rem;font-size:.16rem;cursor:pointer;color:#fff;opacity:0}header .head_top nav .search_inp .s_result:hover{color:#2ad4d6!important}header .head_top nav .search_inp .search_box{width:4rem;background:#fff;padding:.15rem 0 .2rem;border-radius:0 0 .2rem .2rem;position:absolute;font-size:.16rem;display:none;flex-direction:column;justify-content:space-between}header .head_top nav .search_inp .search_box li{align-items:center;padding:5px 0 0 .3rem;line-height:.4rem;color:#4d4d4d;display:flex;cursor:pointer}header .head_top nav .search_inp .search_box li img{width:.1rem;-o-object-fit:contain;object-fit:contain;position:unset;margin-right:.1rem}header .head_top nav .search_inp .search_box li:hover{color:#2ad4d6}header .head_top nav .search_inp .search_box li a{color:#4d4d4d!important}header .head_top nav .search_inp .search_box li a:hover{color:#2ad4d6!important}header .head_top nav .search_inp .search_box .hot_title{padding:0 0 0 .2rem!important;color:#001e62!important}header .head_top nav .search_inp .search_box:hover{display:flex}header .head_top nav .search_img{width:.2rem;height:.2rem;display:none}header .head_top nav .write{color:#fff}header .head_top nav .logo_w{display:none}header .head_top nav .nav_one,header .head_top nav .nav_two{width:1.4rem;line-height:.4rem}header .head_top nav .nav_one{text-align:center}header .head_top nav .nav_one:hover .nav_two,header .head_top nav .nav_one:hover .nav_two:before{display:block}header .head_top nav .nav_two{background:#fff;display:none;position:absolute;line-height:.4rem}header .head_top nav .nav_two li:first-child{margin-top:.1rem}header .head_top nav .nav_two li:last-child{margin-bottom:.1rem}header .head_top nav .nav_two:before{content:"";display:block;width:85%;height:.01rem;position:absolute;background:#e5e5e5;left:50%;transform:translateX(-50%);z-index:1}header .head_top nav .nav_bg1{background:hsla(0,0%,100%,.2901960784)}header .head_top nav .nav_bg2{box-shadow:1px 1px 10px #eee}header .head_top .head_right{display:none}header .head_top:hover{background:#fff}header .head_list,header .head_top>a:nth-child(2),header .md_search{display:none}}@media(max-width:1081px){header .head_top{height:1.7rem;padding:.3rem .1rem 0}header .head_top .h_top{height:100%;padding:0 .4rem .3rem}header .head_top .h_top_active{border-bottom:1px solid #f4f5f6}header .head_top .logo_c{width:2.3rem;height:.8rem}header .head_top nav{display:none}header .head_top .head_right{width:2rem}header .head_top .head_right img{width:.4rem}header .h_top>a:first-child{display:none}header .head_list{width:100%;height:100vh;background:#fff;padding:1.7rem .2rem 0;font-size:.3rem;position:absolute;z-index:200;display:none}header .head_list .head_left{height:100%;width:2rem;border-right:1px solid #f4f5f6;text-align:center}header .head_list .head_left li{line-height:1rem;font-family:SourceHanSansCN-Bold;font-weight:700;color:#001e62}header .head_list .head_left li.active{color:#2ad4d6}header .head_list .head_right{flex:1 1;overflow:scroll}header .head_list .head_right li a{padding:0 .4rem;position:relative;color:#4d4d4d;width:100%;display:block}header .head_list .head_right li a:after{content:"";display:block;width:100%;height:1px;background:#f4f5f6;position:absolute;left:0}header .head_list .head_right li .bom_tag{width:1rem;height:1rem;position:absolute;right:0}header .head_list .head_right li .bom_tag .bom_img{width:.35rem;height:.15rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}header .head_list .head_right li dl{position:relative}header .head_list .head_right li dt{display:none}header .head_list .head_right li dt a{padding:0 0 0 1rem!important}header .head_list .head_right li dt.active{display:flex;flex-direction:column;overflow:scroll;max-height:9rem}header .head_list .head_right li:last-child .bom_tag{display:none}header .head_list .head_right li>a:first-child{color:#001e62}header .head_list .head_right>li{width:100%;line-height:1rem;display:none;flex-direction:column}header .head_list .head_right>li.active{display:flex}header .md_search{width:100%;height:100vh;background:#fff;color:var(--color-text);font-size:.3rem;display:none;padding:2.1rem .4rem 0}header .md_search form{position:relative}header .md_search .input-w{outline:none;width:6.8rem;height:.8rem;border-radius:.4rem;border:1px solid #e5e5e5;position:relative;font-size:.3rem;padding:.3rem 1.6rem .3rem .3rem;color:#001e62}header .md_search .input-w::-webkit-input-placeholder{color:#001e62;letter-spacing:.01rem}header .md_search .input-w:focus{border-radius:.4rem .4rem 0 0}header .md_search .input-w:blur{border-radius:.4rem}header .md_search .input-w:focus~.search_box{display:flex}header .md_search .input-w:blur~.search_box{display:none}header .md_search .input_active{border-radius:.4rem .4rem 0 0}header .md_search .search_btn_Img{width:.4rem;height:.4rem;position:absolute;right:.3rem;top:50%;transform:translateY(-50%);background-color:transparent}header .md_search .s_result{cursor:pointer;position:absolute;right:.9rem;top:50%;transform:translateY(-50%)}header .md_search .s_result:hover{color:#2ad4d6}header .md_search .search_box{width:6.8rem;border:1px solid #e5e5e5;border-radius:0 0 .2rem .2rem;padding:.2rem .4rem .4rem;position:absolute;font-size:.3rem;transition:all .5s ease-in-out;display:none;flex-direction:column;justify-content:space-between}header .md_search .search_box li{align-items:center;color:#4d4d4d;line-height:.5rem;display:flex;cursor:pointer;padding:5px 0}header .md_search .search_box li img{width:.15rem;-o-object-fit:contain;object-fit:contain;position:unset;margin-right:.3rem}header .md_search .search_box li a{color:#4d4d4d!important}header .md_search .search_box li a:hover{color:#2ad4d6!important}header .md_search .search_box li:hover{color:#2ad4d6}header .md_search .search_box .hot_title{color:#001e62!important;font-size:.24rem}header .md_search .search_box:hover{display:flex}}footer{width:100%}footer .foot_info{width:100%;height:100%;background-image:linear-gradient(-10deg,#706bdf,#648af9);color:#fff;position:relative}footer .foot_info .con_title{font-family:SourceHanSansCN-Regular;font-weight:400;font-stretch:normal;margin-bottom:.2rem}footer .foot_info .level{display:flex;justify-content:space-between}footer .foot_info .vertical{display:flex;flex-direction:column}footer .foot_info .info_center{display:flex;justify-content:space-between;line-height:.25rem}footer .foot_info .info_center .info_address{margin-right:.4rem}footer .foot_info .info_center .reserved{letter-spacing:normal;margin-bottom:.1rem;text-align:center}footer .foot_info .info_center .info_line,footer .foot_info .info_center .info_line .info_line_btn{display:flex;flex-direction:column;justify-content:space-between}footer .foot_info .info_center .info_line .info_line_btn{margin:.1rem 0 0;letter-spacing:.02rem}footer .foot_info .info_center .info_line .info_line_btn .line_btn{border:none;background-color:#fff;border-radius:.05rem;align-items:center;justify-content:center;color:#001e62;font-weight:600}footer .foot_info .info_center .info_line .info_line_btn .line_btn img{margin-right:.1rem}@media(min-width:1081px){footer{height:3.8rem}footer .pc_foot{display:block}footer .md_foot{display:none}footer .foot_info{padding:1.1rem 2.5rem .1rem 3rem}footer .foot_info .con_title{font-size:.18rem;color:#fff}footer .foot_info .info_title{position:absolute;top:.4rem}footer .foot_info .info_title .info_img{height:.55rem;-o-object-fit:contain;object-fit:contain;width:auto}footer .foot_info .info_center{font-size:.15rem;line-height:.25rem}footer .foot_info .info_center .info_left{justify-content:space-between}footer .foot_info .info_center .info_left .info_address{margin-right:.4rem}footer .foot_info .info_center .info_left .info_left_bottom .info_imgs{justify-content:center}footer .foot_info .info_center .info_left .info_left_bottom .info_imgs img{width:.8rem;height:.4rem;margin-right:.1rem;-o-object-fit:contain;object-fit:contain}footer .foot_info .info_center .info_left .info_left_bottom .reserved{font-size:.14rem;letter-spacing:normal;margin-bottom:.1rem;text-align:center}footer .foot_info .info_center .info_left .info_left_bottom .reserved a{color:#fff!important}footer .foot_info .info_center .info_line .info_line_btn{height:.9rem}footer .foot_info .info_center .info_line .info_line_btn .line_btn{width:1.5rem;height:.4rem;font-size:.16rem}footer .foot_info .info_center .info_line .info_line_btn .line_btn img{width:.25rem;height:.25rem}footer .foot_info .info_center .info_care{width:3.6rem;font-size:.16rem}footer .foot_info .info_center .info_care ul{list-style:none;justify-content:space-between}footer .foot_info .info_center .info_care ul li{width:1rem;align-items:center}footer .foot_info .info_center .info_care ul li img{-o-object-fit:contain;object-fit:contain}}@media(max-width:1081px){footer{height:11rem}footer .pc_foot{display:none}footer .md_foot{display:block}footer .foot_info{padding:.7rem .5rem}footer .foot_info .info_title{position:unset}footer .foot_info .info_title .info_img{width:2.6rem}footer .foot_info .info_center{font-size:.24rem;flex-direction:column}footer .foot_info .info_center .vertical{justify-content:space-around}footer .foot_info .info_center .con_title{color:#a6c6fd;font-size:.3rem}footer .foot_info .info_center .info_line{width:100%;flex-direction:row;margin:1rem 0}footer .foot_info .info_center .info_line .info_line_btn{height:1.4rem}footer .foot_info .info_center .info_line .info_line_btn .line_btn{width:3rem;height:.6rem;font-size:.24rem}footer .foot_info .info_center .info_line .info_line_btn .line_btn img{width:.3rem;height:.3rem}footer .foot_info .info_center .info_us{display:flex;justify-content:space-between;height:1.6rem;margin-bottom:1rem}footer .foot_info .info_center .info_us .info_care{width:3rem}footer .foot_info .info_center .info_us #rightcode{display:flex}footer .foot_info .info_center .info_address{height:1.6rem;margin-bottom:.5rem}footer .foot_info .info_center .reserved{color:#a6c6fd;font-size:.2rem;line-height:.4rem}footer .foot_info .info_center .reserved a{color:#a6c6fd!important}}#contact{background-image:linear-gradient(-45deg,#cce2fb,#e7f0fd)}#contact .g_vb{position:absolute;display:flex;align-items:center;justify-content:center;display:none}#contact .g_vb .privacy{border-radius:.2rem;background:#fff;padding:.3rem;white-space:pre-line;overflow-y:scroll;color:#000}@media(min-width:1081px){.pc_contactus{padding:1.4rem 2.6rem 1.4rem 2rem;height:100%}.pc_contactus .animate__animated{animation-fill-mode:none}.pc_contactus .contactus_title .contact_title span{font-family:SourceHanSansCN-Medium;font-size:.2rem;font-weight:400;color:#4d4d4d}.pc_contactus .contactus_title .contactus_call .call{align-items:flex-start;justify-content:center;font-size:.18rem;line-height:.35rem}.pc_contactus .contactus_title .contactus_call .call:first-child{margin-right:.5rem}.pc_contactus .contactus_title .contactus_call .call p{font-size:.28rem;letter-spacing:normal}.pc_contactus .contactus_list{width:11.5rem;height:2.8rem;margin:.4rem auto}.pc_contactus .contactus_list img{width:1.5rem;height:1.5rem}.pc_contactus .contactus_list p{font-family:SourceHanSansCN-Medium;font-size:.24rem;color:#4d4d4d}.pc_contactus .contactus_list a{display:block;width:1.4rem;height:.4rem;background-image:linear-gradient(45deg,#648af9,#706bdf);border-radius:.08rem;text-align:center;line-height:.4rem;color:#fff;font-size:.16rem}.pc_contactus .contactus_list a:hover{color:#fff!important}.pc_contactus .contactus_info{width:13.5rem;height:2.5rem;border-radius:.2rem;background:#fff;margin:0 auto;padding:.4rem .4rem .2rem}.pc_contactus .contactus_info .radio{position:relative;display:inline-block;font-weight:400;padding-left:25px;cursor:pointer}.pc_contactus .contactus_info .radio input{position:absolute;left:-9999px}.pc_contactus .contactus_info .radio i{display:block;position:absolute;top:3px;left:0;width:15px;height:15px;outline:0;border:1px solid #e4e4e4;background:#fff;border-radius:50%;transition:border-color .3s;-webkit-transition:border-color .3s}.pc_contactus .contactus_info .radio input+i:after{position:absolute;content:"";top:2px;left:2px;width:9px;height:9px;border-radius:50%;background-color:#2ad4d6;opacity:0;transition:opacity .1s;-webkit-transition:opacity .1s}.pc_contactus .contactus_info .radio input:checked+i:after{opacity:1}.pc_contactus .contactus_info .choose{display:flex;align-items:center;margin-bottom:.1rem}.pc_contactus .contactus_info .choose label{color:#4d4d4d;font-size:.16rem;margin:0 .25rem;display:flex;align-items:center}.pc_contactus .contactus_info .choose label input{margin-right:.1rem}.pc_contactus .contactus_info .choose span{font-size:.2rem}.pc_contactus .contactus_info .term{display:flex;align-items:center;font-size:.1rem;color:#b3b3b3;font-family:SourceHanSansCN-Medium;letter-spacing:.01rem;margin-top:.1rem}.pc_contactus .contactus_info .term input{margin-right:.1rem}.pc_contactus .contactus_info .term a{color:#2ad4d6}.pc_contactus .contactus_info .term i{top:-8px;left:5px}.pc_contactus .contactus_info .term .radio input+i:after{top:2px;left:2px}.pc_contactus .contactus_info .fill .fill_info{width:10.2rem;height:1.2rem;font-size:.2rem}.pc_contactus .contactus_info .fill .fill_info .fill_left{width:5rem;height:1.2rem}.pc_contactus .contactus_info .fill .fill_info input,.pc_contactus .contactus_info .fill .fill_info textarea{width:5rem;height:.5rem;background-color:#f4f5f6;border-radius:.1rem;border:none;padding:.1rem;font-size:.16rem}.pc_contactus .contactus_info .fill .fill_info textarea{height:1.2rem;resize:none}.pc_contactus .contactus_info .fill .fill_info textarea::-webkit-scrollbar{width:0;height:0}.pc_contactus .contactus_info .fill button,.pc_contactus .contactus_info .fill input[type=submit]{border:unset;width:2.3rem;height:.4rem;background-image:linear-gradient(45deg,#648af9,#706bdf);border-radius:.1rem;color:#fff;font-size:.16rem}.md_contactus{display:none}.privacy{width:80%;height:80%;line-height:.3rem;font-size:.18rem}.privacy b:first-child{font-size:.22rem}}@media(max-width:1080px){.pc_contactus{display:none}.md_contactus{padding:1.6rem .5rem;justify-content:unset;height:100%}.md_contactus .contactus_title .contact_title .common_title{margin-bottom:.5rem}.md_contactus .contactus_title .contact_title span{font-family:SourceHanSansCN-Medium;font-size:.24rem;font-weight:400;color:#4d4d4d}.md_contactus .contactus_title .contactus_call .call{align-items:flex-start;justify-content:center;font-size:.24rem;line-height:.35rem;margin:.4rem 0 0}.md_contactus .contactus_title .contactus_call .call p{font-size:.4rem;letter-spacing:normal}.md_contactus .contactus_list{width:100%;height:2rem;margin:.6rem auto}.md_contactus .contactus_list img{width:1.4rem;height:1.4rem;margin-bottom:.15rem}.md_contactus .contactus_list p{font-family:SourceHanSansCN-Medium;font-size:.24rem;color:#4d4d4d}.md_contactus .fill li{margin-top:.4rem}.md_contactus .fill li p{font-size:.3rem;padding-left:.3rem;margin-bottom:.2rem;color:#001e62;font-family:SourceHanSansCN-Regular}.md_contactus .fill li input,.md_contactus .fill li select{width:6.5rem;height:.8rem;background-color:#fff;border-radius:.1rem;border:none;padding:0 .5rem;color:#333;font-size:.3rem}.md_contactus .fill li select{appearance:none;-moz-appearance:none;-webkit-appearance:none}.md_contactus .fill li select option{font-size:.15rem}.md_contactus .fill li select optionoption::-ms-expand{display:none}.md_contactus .fill li textarea{width:6.5rem;height:2.7rem;background-color:#fff;border-radius:.1rem;border:none;padding:.1rem;font-size:.3rem;resize:none}.md_contactus .fill li textarea::-webkit-scrollbar{width:0;height:0}.md_contactus .fill li .fill_choose{width:100%;height:.8rem;background:#fff;position:relative;border-radius:.1rem .1rem 0 0}.md_contactus .fill li .fill_choose .choose_name{padding:0 .5rem;line-height:.8rem;font-size:.3rem;color:#333}.md_contactus .fill li .fill_choose .choose_name img{width:.3rem;height:.2rem}.md_contactus .fill li .fill_choose .choose_list{font-size:.3rem;background:#fff;position:absolute;left:50%;transform:translateX(-50%);width:100%;border-top:1px solid #eee;line-height:.7rem;border-radius:0 0 .1rem .1rem;color:#333;display:none}.md_contactus .fill li .fill_choose .choose_list span:hover{color:#2ad4d6}.md_contactus .fill li:first-child{position:relative}.md_contactus .fill li:first-child img{position:absolute;width:.25rem;height:.15rem;right:.3rem;top:66%}.md_contactus .fill .f_textarea{height:auto}.md_contactus .fill .term{line-height:.4rem}.md_contactus .fill .term .radio input{width:.2rem;height:.2rem}.md_contactus .fill .term input{margin-right:.1rem}.md_contactus .fill .term a{color:#2ad4d6}.md_contactus .fill button,.md_contactus .fill input[type=submit]{border:unset;width:4rem;height:.8rem;background-image:linear-gradient(45deg,#648af9,#706bdf);border-radius:.1rem;color:#fff;font-size:.3rem;margin-top:.5rem;margin-left:1.3rem}.g_vb .g_right{top:unset;right:unset;bottom:1.2rem}.g_vb .g_right,.g_vb .privacy{left:50%;transform:translateX(-50%)}.g_vb .privacy{width:80%;height:70%;line-height:.4rem;font-size:.24rem;position:absolute;top:10%}.g_vb .privacy b:first-child{font-size:.3rem}}.btn{background:none}.no-margin{margin:unset!important}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.object-none{-o-object-fit:none;object-fit:none}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}@media(min-width:1081px){#introduce{display:none!important;padding-top:.5rem}#introduce .product_introduce{display:none;height:5.7rem}#introduce .product_introduce .DNA_introduce{background-image:linear-gradient(193deg,#648af9,#706bdf);color:#fff;padding:.6rem .6rem .6rem 3.8rem;line-height:.25rem}#introduce .product_introduce .DNA_introduce .DNA_title{margin:0 0 .4rem;font-size:.45rem}#introduce .product_introduce .DNA_introduce .introduce_1{width:9.7rem;height:100%}#introduce .product_introduce .DNA_introduce .md_introduce{display:none}#introduce .product_introduce .DNA_introduce .DNA_content{flex:1 1;text-align:justify}#introduce .product_consultation{padding:.3rem 3.8rem}#introduce .product_consultation li{display:flex;color:#242424;font-size:.16rem;margin-bottom:.5rem}#introduce .product_consultation li .introduce_2{width:3.3rem;height:3.3rem}#introduce .product_consultation li .consultation{padding:0 0 0 .7rem;line-height:.35rem}#introduce .product_consultation li .consultation .consultation_title{font-size:.3rem;margin-bottom:.2rem;font-weight:700}#introduce .product_consultation li .consultation .consultation_content{line-height:.35rem;letter-spacing:.01rem;text-align:justify}#introduce .product_consultation li .consultation .consultation_content p{display:flex}#introduce .product_consultation li .consultation .consultation_content p b{width:1.35rem;-moz-text-align-last:justify;text-align-last:justify}#introduce .product_consultation li .consultation .consultation_btn{width:3.5rem;height:.8rem;background-color:#ff7c32;box-shadow:0 0 .1rem 0 rgba(255,124,50,.94);border-radius:.05rem;color:#fff;font-size:.24rem}#introduce .Tumor{padding-top:0!important}}@media(max-width:1080px){#introduce{display:none!important;padding-top:.5rem}#introduce .product_introduce{display:none;flex-direction:column-reverse}#introduce .product_introduce .DNA_introduce{background-image:linear-gradient(193deg,#648af9,#706bdf);color:#fff;padding:.5rem;line-height:.4rem}#introduce .product_introduce .DNA_introduce .DNA_title{text-align:center;margin:0}#introduce .product_introduce .pc_introduce{display:none}#introduce .product_introduce .introduce_1{width:6.5rem;height:3.7rem;margin:.3rem 0 .4rem}#introduce .product_introduce .DNA_content{text-align:justify}#introduce .product_introduce .DNA_content p:first-child{margin-bottom:.25rem}#introduce .product_consultation{padding:.6rem .5rem}#introduce .product_consultation .introduce_2{width:6.5rem;height:6.5rem;margin:0 0 .5rem}#introduce .product_consultation .consultation{line-height:.45rem;text-align:justify}#introduce .product_consultation li{margin-bottom:.4rem;color:#242424}#introduce .product_consultation li:last-of-type{flex-direction:row-reverse}#introduce .product_consultation li a{text-align:center}#introduce .product_consultation li a .consultation_btn{width:3.3rem;height:.8rem;margin:.4rem auto;background-color:#ff7c32;box-shadow:0 0 .1rem 0 rgba(255,124,50,.94);border-radius:.05rem;color:#fff;font-size:.3rem}#introduce .product_consultation li .consultation_title{font-size:.5rem;font-weight:700;margin-bottom:.35rem;text-align:center}#introduce .product_consultation li .consultation_content p{display:flex}#introduce .product_consultation li .consultation_content p b{width:1.7rem;-moz-text-align-last:justify;text-align-last:justify}#introduce .product_consultation li .consultation_content p span{flex:1 1}#introduce .Tumor{padding-top:0!important}}@media screen and (min-width:1081px){:root{font-size:5.2083333vw;--color-text:#001e62;--letter-spacing:0.024rem;--color-a-text:#4d4d4d;--font-size:0.18rem}body{height:100%}.section{height:10.8rem}.el-popper[x-placement^=left] .popper__arrow{border-left-color:#fff}.el-popper[x-placement^=top] .popper__arrow{border-top-color:rgba(0,0,0,.8)}.popper__arrow:after{content:unset!important}.news_main .news_right_bg{width:3.5rem;height:2.4rem;position:absolute;right:0;top:50%;transform:translateY(-50%);background-image:linear-gradient(45deg,#706bdf,#648af9)}.news_main .md_btn{display:none}.common_title,.letters_title{font-family:SourceHanSansCN-Medium;font-size:.4rem;font-stretch:normal;color:#001e62;line-height:.45rem}.common_title a,.letters_title a{color:#001e62}.common_title .en,.letters_title .en{font-size:.2rem;line-height:.3rem;letter-spacing:normal}.common_title span,.letters_title span{font-family:SourceHanSansCN-Medium;font-size:.2rem;font-weight:400;color:#4d4d4d}.pagination .first,.pagination .last,.pagination .next,.pagination .prev{margin:0 .05rem;height:.4rem;width:.8rem;border-radius:.05rem;font-size:var(--font-size);color:#706bdf;line-height:.37rem!important;background-color:transparent;border:.01rem solid #706bdf;letter-spacing:var(--letter-spacing)}.public_content{height:100%;display:flex;flex-direction:column;position:relative;background:#f0faff;font-family:SourceHanSansCN-Regular;font-size:.18rem}.public_content .public_contop{width:100%;height:5.5rem;background-size:100% 100%;background-repeat:no-repeat}.public_content .public_main{padding:.1rem 3.8rem 1rem}.public_content .public_main .public_title{height:1.9rem;border-bottom:2px solid #d9d9d9;padding:.3rem 0 .1rem;color:#4d4d4d}.public_content .public_main .public_title h1{font-size:.3rem;text-align:center;font-weight:400;margin-top:.1rem}.public_content .public_main .public_title .public_p{letter-spacing:normal;font-size:.16rem}.public_content .public_main .public_title span{margin-right:.1rem;font-size:.16rem}.public_content .public_main .public_title img{width:.3rem;height:.3rem;margin-right:.1rem;cursor:pointer}.public_content .public_main .trix-content{padding:.3rem 0}.public_content .public_main .trix-content h1{font-size:.22rem;color:#000;font-weight:700;line-height:.4rem}.public_content .public_main .trix-content centered-div{display:block;text-align:center}.public_content .public_main .trix-content div{color:#000;line-height:.4rem;margin:.18rem 0}.public_content .public_main .trix-content div img{width:6rem;-o-object-fit:contain;object-fit:contain;margin:0 auto}.public_content .public_main .trix-content div .attachment__caption{display:none}.public_content .public_main .public_foot{border-top:2px solid #d9d9d9;padding:.2rem 0}.public_content .public_main .public_foot a{color:#001e62}}@media screen and (max-width:1080px){:root{font-size:13.3333333333vw;--color-text:#001e62;--color-a-text:#001e62;--font-size:0.24rem;--letter-spacing:0rem}h1,h2,h3,h4,h5,h6{font-family:SourceHanSansCN-Bold;font-weight:400;color:var(--color-text);line-height:1.4}h1{font-size:.4rem}h2{font-size:.36rem}h3{font-size:.32rem}h4{font-size:.28rem}h5{font-size:.26rem}h6{font-size:.24rem}a{color:#4d4d4d}.news_main .news_right_bg{display:none}.md_btn{display:block;width:2rem;height:.6rem;background-color:transparent;border-radius:.3rem;border:1px solid #001e62;font-size:.2rem;margin:.2rem auto}.md_btn:hover{background:#2ad4d6;background:var(--color-hover);border:none}.md_btn:hover a{color:#fff!important}.common_title,.letters_title{font-family:SourceHanSansCN-Medium;font-size:.45rem;font-stretch:normal;color:#001e62;line-height:.45rem}.common_title a,.letters_title a{color:#001e62}.common_title .en,.letters_title .en{font-size:.3rem;line-height:.3rem;letter-spacing:normal}.common_title span,.letters_title span{font-family:SourceHanSansCN-Medium;font-size:.2rem;font-weight:400;color:#4d4d4d}.last,.next,.pagination .first,.prev{border-radius:.05rem;border:.01rem solid #706bdf;margin:0 .06rem;color:#706bdf;line-height:.4rem;cursor:pointer;background:#fff;font-size:.2rem;padding:0 .1rem}.public_content{height:100%;display:flex;flex-direction:column;position:relative;background:#f0faff;font-family:SourceHanSansCN-Regular;font-size:.18rem}.public_content .public_contop{width:100%;height:5.5rem;background-size:100% 100%;background-repeat:no-repeat}.public_content .public_main{padding:.5rem .3rem}.public_content .public_main .public_title{height:1.9rem;border-bottom:2px solid #d9d9d9;padding:.3rem 0 .1rem;color:#4d4d4d;font-size:.22rem}.public_content .public_main .public_title h1{font-size:.3rem;text-align:center;font-weight:400;margin-top:.1rem}.public_content .public_main .public_title .public_p{letter-spacing:normal;margin:0 auto}.public_content .public_main .public_title span{margin-right:.1rem}.public_content .public_main .public_title img{width:.3rem;height:.3rem;margin-right:.1rem;cursor:pointer}.public_content .public_main .trix-content{padding:.3rem 0;font-size:.24rem}.public_content .public_main .trix-content h1{font-size:.4rem;color:#000;font-weight:700;line-height:1.4}.public_content .public_main .trix-content h2{font-size:.36rem}.public_content .public_main .trix-content h3{font-size:.32rem}.public_content .public_main .trix-content h4{font-size:.28rem}.public_content .public_main .trix-content h5{font-size:.26rem}.public_content .public_main .trix-content h6{font-size:.24rem}.public_content .public_main .trix-content centered-div{display:block;text-align:center}.public_content .public_main .trix-content div{color:#000;line-height:.45rem;margin:.18rem 0}.public_content .public_main .trix-content div img{width:6rem;-o-object-fit:contain;object-fit:contain;margin:0 auto}.public_content .public_main .trix-content div .attachment__caption{display:none}.public_content .public_main .public_foot{border-top:2px solid #d9d9d9;padding:.2rem 0}.public_content .public_main .public_foot a{color:#001e62}}:root{--color-hover:#2ad4d6;--color-a-hover:#2ad4d6;--color-background:#fff;--line-height:0.32rem;--font-weight:400;--font-family:SourceHanSansCN-Medium}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--color-text);font-size:var(--font-size);font-weight:400;font-weight:var(--font-weight);letter-spacing:var(--letter-spacing);font-family:SourceHanSansCN-Regular;z-index:-10}.v-flex-l,.v-flex-lx{display:flex;justify-content:space-between}.v-flex-lx,.v_flex_a{align-items:center}.v_flex_a{display:flex}.v-flex-v,.v_flex_b{display:flex;flex-direction:column}.v-flex-v{justify-content:space-between}.v-flex-vx{justify-content:space-between}.v-flex-vc,.v-flex-vx{display:flex;flex-direction:column;align-items:center}.v-flex-vc{justify-content:center}.p_f_w{white-space:pre-line}a{color:var(--color-a-text);text-decoration:none}a:hover{color:#2ad4d6!important;color:var(--color-a-hover)!important}button{cursor:pointer}.clear-fix:after{clear:both;content:"";display:block;width:0;height:0;visibility:hidden}.clear-fix{zoom:1}li{list-style:none}img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}button{border:none}.hide{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1}.hide2{-webkit-line-clamp:2}.hide2,.hide3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.hide3{-webkit-line-clamp:3}.bg{width:100%;z-index:-1;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.v_hidden{visibility:hidden}.delay-0{animation-delay:.4s}.delay-1{animation-delay:.5s}.delay-2{animation-delay:.6s}.delay-3{animation-delay:.7s}.delay-4{animation-delay:.8s}.delay-5{animation-delay:.9s}.delay-6{animation-delay:1s}.delay-7{animation-delay:1.1s}.delay-8{animation-delay:1.2s}.delay-9{animation-delay:1.3s}.delay-10{animation-delay:1.4s}.delay-11{animation-delay:1.5s}.delay-12{animation-delay:1.6s}.delay-13{animation-delay:1.7s}.delay-14{animation-delay:1.8s}.delay-15{animation-delay:1.9s}.delay-16{animation-delay:2s}.delay-17{animation-delay:2.1s}.delay-18{animation-delay:2.2s}.delay-19{animation-delay:2.3s}.delay-20{animation-delay:2.4s}.g_vb{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgba(7,8,8,.73);z-index:888;display:none}.g_img,.g_vb{width:100%;height:100%}.g_img{position:relative}.g_icon{background:url(https://asset.biocsi.com/packs/media/images/news/stop-39897b815ab0c2072c145ac1ccf80e1b.png) no-repeat;background-size:100% 100%;display:block;height:50px;width:50px;z-index:2}.bigImg,.g_icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.bigImg{width:8rem;max-height:8rem;-o-object-fit:contain;object-fit:contain}.g_time{position:absolute;right:.1rem;bottom:.1rem;color:#fff;font-size:.14rem;letter-spacing:.01rem;padding:.02rem .1rem;background:rgba(0,0,0,.5);border-radius:.1rem;z-index:200}.g_video{box-sizing:border-box;display:none}video{width:13rem;height:8rem;left:50%;top:50%;transform:translate(-50%,-50%)}.g_right,video{position:absolute}.g_right{width:.5rem;height:.5rem;border-radius:50%;color:#fff;right:.5rem;top:.5rem;font-size:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100}input,textarea{outline:none}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-auto-height.fp-section{height:auto!important}.fp-overflow{height:100%;position:relative;overflow-y:unset!important}.pagination{display:flex;justify-content:center;margin:1rem 0;white-space:nowrap;padding:2px 5px;color:#303133}.pagination span{display:block;text-align:center}.pagination a{color:#706bdf!important;font-weight:400!important;display:block}.pagination .page{width:.4rem;height:.4rem;border-radius:.05rem;border:.01rem solid #706bdf;margin:0 .06rem;color:#706bdf;line-height:.4rem;cursor:pointer;background:#fff}.pagination .gap{padding:0 .12rem;text-align:center;line-height:.3rem}.pagination .first,.pagination .last,.pagination .next,.pagination .prev{background-image:linear-gradient(0deg,#648af9,#706bdf);border:none}.pagination .first a,.pagination .last a,.pagination .next a,.pagination .prev a{color:#fff!important}.pagination .current{background-image:linear-gradient(0deg,#648af9,#706bdf);color:#fff;border:none}body.welcome .section1 .swiper-pagination-bullet{width:.1rem;height:.1rem;display:inline-block;background-image:linear-gradient(90deg,#706bdf,#648af9);opacity:1;border-radius:50%}body.welcome .section1 .swiper-pagination-bullet-active{background-image:linear-gradient(90deg,#706bdf,#648af9);height:.1rem;border-radius:10px;opacity:1}body.welcome .section2 .home_type{height:100%;display:flex}body.welcome .section2 .home_type .btn,body.welcome .section2 .home_type .show{background:transparent;border-radius:1.25rem;padding:.4rem .9375rem;margin-top:1.25rem;display:none}body.welcome .section2 .home_type .show{display:block}body.welcome .section2 .home_type img{width:1.3rem;height:1.2rem;-o-object-fit:contain;object-fit:contain;display:none;margin-bottom:.15rem}body.welcome .section2 .home_type .type-item,body.welcome .section2 .home_type .type_title2{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background-repeat:no-repeat;background-size:cover;font-family:SourceHanSansCN-Medium;cursor:pointer;text-shadow:3px 4px 4px #003bb4}body.welcome .section2 .home_type .type-item a,body.welcome .section2 .home_type .type_title2 a{display:flex;align-items:center;justify-content:center;color:#fff;height:100%;width:100%}body.welcome .section2 .home_type .type-item a:hover,body.welcome .section2 .home_type .type_title2 a:hover{color:#fff!important}body.welcome .section2 .home_type .type-item .type_bg1,body.welcome .section2 .home_type .type_title2 .type_bg1{width:100%;height:100%;background-color:rgba(28,56,120,.5);display:flex;align-items:center;justify-content:center}body.welcome .section2 .home_type .type_title2{background-color:rgba(0,20,100,.4);padding-bottom:5.25rem}body.welcome .section2 .home_type .b-item{background-repeat:no-repeat!important;background-size:cover!important;background-position:50%!important}body.welcome .section2 .home_type .load1,body.welcome .section2 .home_type .load2{display:flex;justify-content:center;align-items:center;flex-direction:column;animation:load1 1s}body.welcome .section2 .home_type .load2{animation:load2 1s}@keyframes load1{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}@keyframes load2{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(80px)}}body.welcome .section3 .home_aboutus{height:100vh;position:relative}body.welcome .section3 .home_aboutus .about_con{position:relative;height:100%;overflow:hidden}body.welcome .section3 .home_aboutus .about_con .p-a{word-wrap:break-word;word-break:break-all;overflow:hidden}body.welcome .section3 .home_aboutus .about_con .about{color:#fff;background-color:rgba(32,21,21,.43);border-radius:.1rem;text-align:left;position:absolute;left:0;top:0}body.welcome .section3 .home_aboutus .about_con .about h2{position:relative;font-weight:400}body.welcome .section3 .home_aboutus .about_con .about h2:after{display:inline-block;content:"";width:.5rem;height:.02rem;background:#2ad4dc;position:absolute;left:0;top:.6rem}body.welcome .section3 .home_aboutus .about_con .about a{background:#2ad4dc;color:#fff;border-radius:.3rem;display:flex;align-items:center;justify-content:center}body.welcome .section3 .home_aboutus .about_con .about_data{display:flex;flex-direction:column;align-items:center;justify-content:space-between;color:#fff;position:absolute}body.welcome .section3 .home_aboutus .about_con .about_data .data_list{height:100%;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:space-between;display:none}body.welcome .section3 .home_aboutus .about_con .about_data .data_list li{background:rgba(32,21,21,.43);border-radius:.1rem;display:flex;align-items:center;justify-content:center;flex-direction:column;letter-spacing:normal}body.welcome .section3 .home_aboutus .about_con .about_data .data_list li i{font-style:normal}body.welcome .section3 .home_aboutus .about_con .about_data .data_list li .data_num{color:#fff}body.welcome .section3 .home_aboutus .about_con .about_data .data_list li .data_num b{font-weight:400}body.welcome .section4 .home_news{display:flex;flex-direction:column}body.welcome .section4 .home_news .news_con{width:100%;display:flex;flex-direction:column}body.welcome .section4 .home_news .news_con .news_title{width:100%;position:relative}body.welcome .section4 .home_news .news_con .news_page{display:flex}body.welcome .section4 .home_news .news_con .news_page .news_left{position:relative}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper{position:absolute;color:#fff;background-image:linear-gradient(45deg,#648af9,#706bdf)}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .con.active{display:block}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .con{display:none}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_time{display:flex;flex-direction:column;align-items:center;font-size:.6rem;position:absolute;left:.3rem;letter-spacing:normal}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_time .time_day{font-size:.2rem;line-height:.2rem;color:#fff}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_con{height:.6rem;font-family:SourceHanSansCN-Medium;font-size:.2rem;font-weight:400;font-stretch:normal;color:#001e62;position:absolute;top:3.5rem;left:.3rem}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_con p:first-child{font-weight:700;text-align:left}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_con p:first-child a{color:#001e62}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_con span{font-family:SourceHanSansCN-Medium;font-size:.18rem;font-weight:400;font-stretch:normal;line-height:.2rem;color:#fff;text-align:left}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_img{position:absolute;background:#fff}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_img .item.active{z-index:10;opacity:1}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_img .item{width:100%;height:100%;position:absolute;left:0;opacity:0;transition:all .8s;cursor:pointer;display:flex;align-items:center;justify-content:center}body.welcome .section4 .home_news .news_con .news_page .news_left .news_left_img .item img{width:95%;height:95%;-o-object-fit:cover;object-fit:cover}body.welcome .section4 .home_news .news_con .news_page .news_left .pointList{position:absolute;z-index:10}body.welcome .section4 .home_news .news_con .news_page .news_left .pointList .point{width:.1rem;height:.1rem;background-color:#fff;border-radius:100%;float:left;margin-right:.08rem;cursor:pointer}body.welcome .section4 .home_news .news_con .news_page .news_left .pointList .point.active{width:.3rem;height:.1rem;border-radius:.1rem;background-color:#fff000}body.welcome .section4 .home_news .news_con .news_page .news_right{position:relative}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list{position:absolute;display:flex;flex-direction:column;justify-content:space-between;font-size:.2rem;font-family:SourceHanSansCN-Medium;z-index:1}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item{background:#fff;display:flex;align-items:center;padding:.2rem .2rem .2rem 0;cursor:pointer}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .time{display:flex;flex-direction:column;align-items:center;color:#a5a5a5;width:1.3rem;margin-right:.2rem;position:relative;justify-content:space-around;height:.8rem;letter-spacing:normal}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .time:after{content:"";display:inline-block;width:.01rem;height:.8rem;background:#b2b2b2;position:absolute;right:0;top:50%;transform:translateY(-50%)}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .time .time_day{font-size:.4rem;color:#4d4d4d}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .content{display:flex;flex-direction:column;justify-content:space-around;text-align:left}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .content .con_title{font-size:.2rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .content .p1{font-size:.16rem;line-height:.22rem;color:#a5a5a5}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item.active .con_title{color:#2ad4d6}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item.active .p1{color:#001e62}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item.active .time_day{color:#2ad4d6}body.welcome .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item.active .time{color:#001e62}body.welcome #search .search_top{height:5.5rem;width:100%}body.welcome #search .search_content{height:100%;color:#4d4d4d}body.welcome #search .search_content .search_input{position:relative}body.welcome #search .search_content .search_input input{width:100%;background-color:#fff;border:1px solid #d9d9d9}body.welcome #search .search_content .search_input input::-webkit-input-placeholder{letter-spacing:.01rem}body.welcome #search .search_content .search_input input:focus~.hot_box{display:flex}body.welcome #search .search_content .search_input input:focus{border-radius:.3rem .3rem 0 0}body.welcome #search .search_content .search_input img{position:absolute;cursor:pointer}body.welcome #search .search_content .search_input .s_result:hover,body.welcome #search .search_content .search_input span{color:#2ad4d6}body.welcome #search .search_content .search_input .hot_box{position:absolute;background:#fff;width:100%;z-index:1;padding:.2rem .3rem;border-radius:0 0 .3rem .3rem;border:1px solid #d9d9d9;display:none;flex-direction:column;justify-content:space-around;cursor:pointer}body.welcome #search .search_content .search_input .hot_box .hot_title{color:#001e62}body.welcome #search .search_content .search_input .hot_box li{display:flex;align-items:center}body.welcome #search .search_content .search_input .hot_box li:hover span{color:#2ad4d6}body.welcome #search .search_content .search_input .hot_box li img{position:unset;width:.1rem;-o-object-fit:contain;object-fit:contain;margin-right:.2rem}body.welcome #search .search_content .search_input .hot_box li span{color:#535353}body.welcome #search .search_content .search_input .hot_box:hover{display:flex}body.welcome #search .search_content .search_choose{margin-top:.5rem;margin-bottom:.2rem;display:flex}body.welcome #search .search_content .search_choose .s_title{font-family:SourceHanSansCN-Medium;font-weight:700}body.welcome #search .search_content .search_choose .s_type ul{cursor:pointer}body.welcome #search .search_content .search_choose .s_type ul li{position:relative}body.welcome #search .search_content .search_choose .s_type ul li:hover{color:#2ad4d6}body.welcome #search .search_content .search_choose .s_con{flex:1 1}body.welcome #search .search_content .search_choose .s_con ul{border-top:1px solid #e5e5e5;margin-top:.2rem;cursor:pointer}body.welcome #search .search_content .search_choose .s_con ul li{border-bottom:1px solid #e5e5e5;display:flex}body.welcome #search .search_content .search_choose .s_con ul li:hover a{color:#2ad4d6}body.welcome #search .search_content .search_choose .s_con ul li:hover summary{color:#001e62}@media(max-width:1450px){body.welcome .home_aboutus{padding:1.8rem 1.5rem 1.7rem}body.welcome .home_aboutus .about{width:60%;height:50%;padding:.5rem .7rem .6rem}body.welcome .home_aboutus .about_data{width:4.8rem;height:7.8rem}body.welcome .home_aboutus .p-a{font-size:.2rem}body.welcome .foot_title{padding:.5rem}}@media(max-width:1250px){body.welcome .home_aboutus{padding:2.5rem 1.5rem 2rem}body.welcome .home_aboutus .about{width:63%;height:50%;padding:.8rem .7rem}body.welcome .home_aboutus .about_data{width:5.2rem;height:8.2rem}body.welcome .home_aboutus .p-a{font-size:.23rem}body.welcome .foot_title{padding:1rem}}@media(min-width:1081px){body.welcome #home_md{display:none}body.welcome #home .section{text-align:center;font:50px Microsoft Yahei;color:#fff;overflow:hidden;height:100%}body.welcome #home .section1 .pc_banner{width:100%;height:100%}body.welcome #home .section1 .swiper-pagination{bottom:.5rem!important}body.welcome #home .section1 .swiper-pagination-bullet-active{width:.3rem}body.welcome #home .section1 .swiper-container-free-mode .swiper-wrapper{transition-timing-function:linear}body.welcome #home .section1 .swiper-button-next{right:1rem;width:.5rem;height:.5rem;background:url(https://asset.biocsi.com/packs/media/images/right-2be4f4fbf43e3244a217fe41c72cb277.png) no-repeat;border:.01rem solid transparent;border-radius:50%;background-size:contain}body.welcome #home .section1 .swiper-button-prev{left:1rem;width:.5rem;height:.5rem;background:url(https://asset.biocsi.com/packs/media/images/left-8ae612f60a4ec13220e4c04489e0bcc3.png) no-repeat;border:.01rem solid transparent;border-radius:50%;background-size:contain}body.welcome #home .section1 .home_title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}body.welcome #home .section1 .home_title .title_chi{height:1rem;font-size:.8rem;line-height:.8rem;letter-spacing:.1rem;color:#001e62}body.welcome #home .section1 .home_title .title_en{height:1rem;font-size:.8rem;line-height:.8rem;letter-spacing:0;color:#001e62;background-image:-webkit-linear-gradient(left,#706bdf,#648af9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.welcome #home .section2 .home_type{height:100%;display:flex}body.welcome #home .section2 .home_type .type-item,body.welcome #home .section2 .home_type .type_title2{width:25%;height:100%;font-size:.36rem}body.welcome #home .section2 .home_type .type-item:first-child,body.welcome #home .section2 .home_type .type_title2:first-child{background:url(https://asset.biocsi.com/packs/media/images/type1-b11d870379dd9a0fe467558f371ab679.png)}body.welcome #home .section2 .home_type .type-item:nth-child(2),body.welcome #home .section2 .home_type .type_title2:nth-child(2){background:url(https://asset.biocsi.com/packs/media/images/type2-928dae3b343262b63f70e9e7ac20addb.png)}body.welcome #home .section2 .home_type .type-item:nth-child(3),body.welcome #home .section2 .home_type .type_title2:nth-child(3){background:url(https://asset.biocsi.com/packs/media/images/type3-88df6aa99d8fc1c3fa98994ad6f5d3e6.png)}body.welcome #home .section2 .home_type .type-item:nth-child(4),body.welcome #home .section2 .home_type .type_title2:nth-child(4){background:url(https://asset.biocsi.com/packs/media/images/type4-697d7d3c7b296597f2c7d30b840a9ba0.png)}body.welcome #home .section3{background:url(https://asset.biocsi.com/packs/media/images/bg03-b4884de0055d4e17693b0f0ac89f6ad9.png) no-repeat;background-size:100% 100%}body.welcome #home .section3 .home_aboutus{height:100vh;position:relative;padding:1rem 1.5rem 1.5rem 1rem}body.welcome #home .section3 .home_aboutus .about_con .p-a{font-size:.15rem;line-height:.3rem}body.welcome #home .section3 .home_aboutus .about_con .about{width:50%;height:55%;border-radius:.1rem;padding:.4rem .7rem;font-size:.16rem;left:0;top:0}body.welcome #home .section3 .home_aboutus .about_con .about h2{font-size:.36rem}body.welcome #home .section3 .home_aboutus .about_con .about a{width:1.6rem;height:.4rem;font-size:.16rem}body.welcome #home .section3 .home_aboutus .about_con .about a:hover{color:#fff!important}body.welcome #home .section3 .home_aboutus .about_con .about_data{width:3.5rem;height:6rem;right:0;bottom:0}body.welcome #home .section3 .home_aboutus .about_con .about_data .data_list{height:100%;font-size:.15rem;display:none}body.welcome #home .section3 .home_aboutus .about_con .about_data .data_list li{width:47.619047619%;height:31.4465408805%;background:rgba(32,21,21,.43);border-radius:.1rem;line-height:.15rem}body.welcome #home .section3 .home_aboutus .about_con .about_data .data_list li i{font-size:.24rem}body.welcome #home .section3 .home_aboutus .about_con .about_data .data_list li:last-child i{font-size:.2rem}body.welcome #home .section3 .home_aboutus .about_con .about_data .data_list li .data_num{margin-bottom:.15rem;font-size:.32rem}body.welcome #home .section3 .home_aboutus .about_con .about_data p{color:#fff;margin-top:.1rem}body.welcome #home .section4{background:url(https://asset.biocsi.com/packs/media/images/bg04-1a7e4bbdfe2f388093061dbdd70722db.png) no-repeat;background-size:100% 100%}body.welcome #home .section4 .home_news .news_con{width:100%;height:9.2rem;padding-left:1.2rem}body.welcome #home .section4 .home_news .news_con .news_title{width:100%;position:relative}body.welcome #home .section4 .home_news .news_con .news_title .title-img{margin:1rem auto .5rem;width:3.1rem;height:.6rem}body.welcome #home .section4 .home_news .news_con .news_title .innew{width:0;height:.4rem;position:absolute;left:14.5rem;top:1.2rem;cursor:pointer;transition:width .8s ease}body.welcome #home .section4 .home_news .news_con .news_page{justify-content:space-between}body.welcome #home .section4 .home_news .news_con .news_page .news_left{width:8rem;height:7rem;position:relative}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_swiper{width:8rem;height:5rem;right:0;bottom:0}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_time{font-size:.6rem;position:absolute;left:.3rem;bottom:1.9rem}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_time .time_day{font-size:.2rem;line-height:.2rem}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_con{height:.6rem;font-size:.2rem;top:3.5rem;left:.3rem;width:7.2rem}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_swiper .swiper_con span{font-size:.18rem;line-height:.2rem}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_img{width:6.6rem;height:5.1rem;right:0;top:0}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_img .item.active{z-index:10;opacity:1}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_img .item{width:100%;height:100%;position:absolute;left:0;opacity:0;transition:all .8s}body.welcome #home .section4 .home_news .news_con .news_page .news_left .news_left_img .item img{width:95%;height:95%}body.welcome #home .section4 .home_news .news_con .news_page .news_left .pointList{left:.3rem;bottom:.4rem}body.welcome #home .section4 .home_news .news_con .news_page .news_left .pointList .point{width:.1rem;height:.1rem;border-radius:100%;margin-right:.08rem}body.welcome #home .section4 .home_news .news_con .news_page .news_left .pointList .point.active{width:.3rem;height:.1rem;border-radius:.1rem}body.welcome #home .section4 .home_news .news_con .news_page .news_right{width:9.5rem;height:6.1rem;position:relative}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list{width:7rem;height:6.1rem;left:0;top:0;font-size:.2rem;z-index:1}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item{width:7rem;height:1.3rem;padding:.2rem .2rem .2rem 0}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .time{width:1.3rem;margin-right:.2rem;position:relative;height:.8rem}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .time:after{content:"";display:inline-block;width:.01rem;height:.8rem;position:absolute;right:0;top:50%;transform:translateY(-50%)}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .time .time_day{font-size:.4rem}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .content{height:.8rem;width:6rem}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .content .con_title{font-size:.2rem}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_list .lists_item .content .p1{font-size:.16rem;line-height:.22rem}body.welcome #home .section4 .home_news .news_con .news_page .news_right .news_right_bg{width:3.5rem;height:2.4rem;position:absolute;right:0;top:50%;transform:translateY(-50%);background-image:linear-gradient(45deg,#706bdf,#648af9)}body.welcome #home .section4 .home_news .news_con .news_page button{display:none}body.welcome #home .section5 .home_honour{width:100%;height:100%;display:flex;flex-direction:column}body.welcome #home .section5 .home_honour .honour_title{width:100%;position:relative}body.welcome #home .section5 .home_honour .honour_title img{margin:.8rem auto .5rem;width:3.1rem;height:.6rem}body.welcome #home .section5 .home_honour .honour_content{height:100%;width:100%;display:flex;flex:1 1;justify-content:center;align-items:center}body.welcome #home .section5 .home_honour .honour_content .honour_one,body.welcome #home .section5 .home_honour .honour_content .honour_three,body.welcome #home .section5 .home_honour .honour_content .honour_two{display:flex;flex-wrap:wrap;justify-content:space-around;height:6.6rem}body.welcome #home .section5 .home_honour .honour_content .honour_one img,body.welcome #home .section5 .home_honour .honour_content .honour_three img,body.welcome #home .section5 .home_honour .honour_content .honour_two img{cursor:pointer}body.welcome #home .section5 .home_honour .honour_content .honour_one{width:7rem}body.welcome #home .section5 .home_honour .honour_content .honour_one img{width:2.2rem;height:3.25rem;margin-bottom:.1rem}body.welcome #home .section5 .home_honour .honour_content .honour_two{width:5.5rem;margin-top:.22rem;height:6.4rem;margin-right:.05rem}body.welcome #home .section5 .home_honour .honour_content .honour_two img{width:2.55rem;height:2rem;margin-top:.12rem}body.welcome #home .section5 .home_honour .honour_content .honour_three{width:3.7rem}body.welcome #home .section5 .home_honour .honour_content .honour_three img{width:3.7rem;height:3.2rem}body.welcome #home .section5 .home_honour .honour_content .honour_three img:last-child{margin-top:.2rem}body.welcome #home .section6{background:url(https://asset.biocsi.com/packs/media/images/bg06-2fe12ea3faa84b988059a8c7bf0685e3.png) no-repeat;background-size:100% 100%}body.welcome #home .section6 .home_foot{display:flex;flex-direction:column;text-align:left;height:100%}body.welcome #home .section6 .home_foot .foot_title{flex:1 1}body.welcome #home .section6 .home_foot .foot_title>img{height:.6rem;margin:1rem auto .5rem;-o-object-fit:contain;object-fit:contain}body.welcome #home .section6 .home_foot .foot_content{width:14.5rem;position:relative;overflow:hidden;height:2.8rem;display:flex;justify-content:space-between;align-items:center;margin:0 auto .4rem}body.welcome #home .section6 .home_foot .foot_content .swiper-wrapper{transition-timing-function:linear;margin:0 auto}body.welcome #home .section6 .home_foot .foot_content .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}body.welcome #home .section6 .home_foot .foot_content .swiper-slide img{width:2.1rem;height:100%;-o-object-fit:cover;object-fit:cover}body.welcome #search .search_top{background:url(https://asset.biocsi.com/packs/media/images/pc_search_ban-48613dcf45975954225b90bad338c4ca.png) no-repeat;background-size:100% 100%}body.welcome #search .search_content{padding:.7rem 3.8rem 1.2rem}body.welcome #search .search_content .search_input{position:relative}body.welcome #search .search_content .search_input input{height:.6rem;border-radius:.1rem;padding:.2rem 1.3rem .2rem .2rem}body.welcome #search .search_content .search_input input::-webkit-input-placeholder{color:#4d4d4d;letter-spacing:.01rem}body.welcome #search .search_content .search_input img{position:absolute;right:.2rem;top:.15rem;width:.3rem;height:.3rem}body.welcome #search .search_content .search_input p{line-height:.4rem}body.welcome #search .search_content .search_input span{color:#2ad4d6}body.welcome #search .search_content .search_input .s_result{position:absolute;right:.7rem;top:.2rem;cursor:pointer;color:#535353}body.welcome #search .search_content .search_input .hot_box{font-size:.16rem;cursor:pointer}body.welcome #search .search_content .search_input .hot_box li{line-height:.35rem}body.welcome #search .search_content .search_choose .s_title{font-size:.2rem}body.welcome #search .search_content .search_choose .s_type{width:2.1rem}body.welcome #search .search_content .search_choose .s_type ul{line-height:.3rem;display:inline-block;margin-left:.4rem;margin-top:.3rem;cursor:pointer}body.welcome #search .search_content .search_choose .s_type ul li{position:relative}body.welcome #search .search_content .search_choose .s_type ul li.active:before{content:"";display:block;height:0;width:0;border:.05rem solid transparent;border-left-color:#2ad4d6;position:absolute;left:-.3rem;top:50%;transform:translate(-50%,-50%)}body.welcome #search .search_content .search_choose .s_con ul li{border-bottom:1px solid #e5e5e5;line-height:.5rem;display:flex}body.welcome #search .search_content .search_choose .s_con ul li summary{font-size:12px}body.welcome #search .search_content .search_choose .s_con ul li span{width:1.5rem}body.welcome #search .search_content .search_choose .s_con ul li span i{font-style:normal}}@media(max-width:1080px){body.welcome #home{display:none}body.welcome #home_md{height:100%;overflow:scroll}body.welcome #home_md .md6{height:18rem;background:#eee}body.welcome #home_md .section1{height:13.3rem}body.welcome #home_md .section1 .md_banner{width:100%;overflow:hidden;position:relative;height:100%}body.welcome #home_md .section1 .md_banner img{width:100%;height:100%;transition:all .5s}body.welcome #home_md .section1 .md_banner .banner_code{position:absolute;z-index:100;bottom:1.3rem;left:50%;transform:translate(-50%)}body.welcome #home_md .section1 .md_banner .swiper-pagination{bottom:.7rem!important}body.welcome #home_md .section1 .md_banner .swiper-pagination-bullet-active{width:.7rem}body.welcome #home_md .section2{height:13.3rem}body.welcome #home_md .section2 .home_type{height:100%;display:flex;flex-wrap:wrap}body.welcome #home_md .section2 .home_type .type-item,body.welcome #home_md .section2 .home_type .type_title2{width:50%;height:50%;font-size:.4rem}body.welcome #home_md .section2 .home_type .type-item:first-child,body.welcome #home_md .section2 .home_type .type_title2:first-child{background:url(https://asset.biocsi.com/packs/media/images/mobile/home/type1-f31e189c2b8d8002fc35363ec227e3fe.png)}body.welcome #home_md .section2 .home_type .type-item:nth-child(2),body.welcome #home_md .section2 .home_type .type_title2:nth-child(2){background:url(https://asset.biocsi.com/packs/media/images/mobile/home/type2-ad05ccb0530f259458590d3775085180.png)}body.welcome #home_md .section2 .home_type .type-item:nth-child(3),body.welcome #home_md .section2 .home_type .type_title2:nth-child(3){background:url(https://asset.biocsi.com/packs/media/images/mobile/home/type3-5cc3aeaa96ab9800a616d8131076144b.png)}body.welcome #home_md .section2 .home_type .type-item:nth-child(4),body.welcome #home_md .section2 .home_type .type_title2:nth-child(4){background:url(https://asset.biocsi.com/packs/media/images/mobile/home/type4-bf89daf8fa420e22534a15d5f203eaa0.png)}body.welcome #home_md .section3{height:13.3rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/home/bg03-17199542bc1235148613600d68037e9d.png) no-repeat;background-size:100% 100%}body.welcome #home_md .section3 .home_aboutus{height:100%;position:relative;padding:1.3rem .5rem .8rem}body.welcome #home_md .section3 .home_aboutus .about{width:100%;height:6.8rem;padding:.5rem}body.welcome #home_md .section3 .home_aboutus .about h2{font-size:.4rem}body.welcome #home_md .section3 .home_aboutus .about a{width:2rem;height:.6rem;font-size:.2rem}body.welcome #home_md .section3 .home_aboutus .about_data{width:5.8rem;height:4.1rem;left:5%;bottom:0}body.welcome #home_md .section3 .home_aboutus .about_data .data_list{display:flex;flex-wrap:wrap;font-size:.12rem;display:none}body.welcome #home_md .section3 .home_aboutus .about_data .data_list li{width:1.8rem;height:1.8rem;font-size:.2rem;line-height:.3rem}body.welcome #home_md .section3 .home_aboutus .about_data .data_list li .data_num{font-size:.38rem}body.welcome #home_md .section3 .home_aboutus .about_data .data_list li i{font-size:.2rem}body.welcome #home_md .section3 .home_aboutus .about_data .data_list li:last-child i{font-size:.16rem}body.welcome #home_md .section3 .home_aboutus .p-a{font-size:.25rem;line-height:.4rem}body.welcome #home_md .section3 .home_aboutus .p-a:last-child{color:#fff;font-size:.2rem}body.welcome #home_md .section4{background:url(https://asset.biocsi.com/packs/media/images/mobile/home/bg04-69a9d3b9dad58ae05bd6d00a325665b3.png) no-repeat;background-size:100% 100%}body.welcome #home_md .section4 .home_news,body.welcome #home_md .section4 .news_con{height:100%}body.welcome #home_md .section4 .news_title .title-img{margin:1rem auto .5rem;width:2.9rem;height:.6rem}body.welcome #home_md .section4 .news_title .innew{display:none}body.welcome #home_md .section4 .news_page{flex-direction:column;position:relative;height:100%}body.welcome #home_md .section4 .news_page .news_left{height:6.5rem}body.welcome #home_md .section4 .news_page .news_left .news_left_swiper{width:95%;height:4.9rem;right:2.5%;bottom:0}body.welcome #home_md .section4 .news_page .news_left .news_left_swiper .swiper_time{bottom:1.65rem}body.welcome #home_md .section4 .news_page .news_left .news_left_swiper .swiper_con{width:90%}body.welcome #home_md .section4 .news_page .news_left .news_left_img{width:5.8rem;height:4.8rem;right:2.5%;top:0}body.welcome #home_md .section4 .news_page .news_left .pointList{left:.5rem;bottom:.3rem}body.welcome #home_md .section4 .news_page .news_right{width:100%;height:7rem}body.welcome #home_md .section4 .news_page .news_right .news_right_list{width:95%;height:100%;margin-top:.2rem;left:2.5%;top:0}body.welcome #home_md .section4 .news_page .news_right .news_right_list .lists_item{width:100%;height:1.5rem;margin-bottom:.2rem}body.welcome #home_md .section4 .news_page .news_right .news_right_list .lists_item .content{height:.8rem;width:5.5rem}body.welcome #home_md .section5 .home_honour{width:100%;height:100%;display:flex;flex-direction:column}body.welcome #home_md .section5 .home_honour .honour_title{width:100%;position:relative}body.welcome #home_md .section5 .home_honour .honour_title img{margin:.8rem auto .3rem;width:3.1rem;height:.6rem}body.welcome #home_md .section5 .home_honour .honour_content{height:100%;width:100%;padding:.4rem .2rem;display:flex;flex-wrap:wrap;flex-direction:column}body.welcome #home_md .section5 .home_honour .honour_content .honour_one,body.welcome #home_md .section5 .home_honour .honour_content .honour_three,body.welcome #home_md .section5 .home_honour .honour_content .honour_two{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:space-between}body.welcome #home_md .section5 .home_honour .honour_content .honour_one img{width:32%;margin-bottom:.15rem;height:3.4rem}body.welcome #home_md .section5 .home_honour .honour_content .honour_two{flex-direction:column;height:3.8rem;margin-bottom:.1rem}body.welcome #home_md .section5 .home_honour .honour_content .honour_two img{width:32%;height:48%}body.welcome #home_md .section5 .home_honour .honour_content .honour_three{flex-wrap:nowrap}body.welcome #home_md .section5 .home_honour .honour_content .honour_three img{width:49%;height:3rem}body.welcome #home_md .section6 .home_foot{display:flex;flex-direction:column;text-align:left;height:100%}body.welcome #home_md .section6 .home_foot .foot_title{height:7rem;background:#eee8aa;position:relative;padding:0;background:url(https://asset.biocsi.com/packs/media/images/mobile/home/bg06-5666412650afda4ff4dd424cd4610a51.jpg) no-repeat;background-size:100% 100%}body.welcome #home_md .section6 .home_foot .foot_title img{height:.6rem;margin:.4rem auto .5rem;-o-object-fit:contain;object-fit:contain}body.welcome #home_md .section6 .home_foot .foot_title .foot_control{display:none}body.welcome #home_md .section6 .home_foot .foot_title .foot_control img{width:.5rem;height:.5rem;position:absolute;top:50%;transform:translateY(-50%)}body.welcome #home_md .section6 .home_foot .foot_title .foot_control img:first-child{left:.3rem}body.welcome #home_md .section6 .home_foot .foot_title .foot_control img:last-child{right:.3rem}body.welcome #home_md .section6 .home_foot .foot_title .foot_swiper{width:100%;height:4.5rem;position:relative;margin:0 auto;overflow:hidden}body.welcome #home_md .section6 .home_foot .foot_title .foot_swiper .swiper-button-prev{background-image:url(https://asset.biocsi.com/packs/media/images/mobile/home/back_btn-aa2271b7ce9b7f1d20c130a31726f5c1.png);left:.3rem;right:auto;width:.5rem;height:.5rem;background-size:100% 100%}body.welcome #home_md .section6 .home_foot .foot_title .foot_swiper .swiper-button-next{background-image:url(https://asset.biocsi.com/packs/media/images/mobile/home/next_btn-519b4e61591c207d2cdb179c696f8eb3.png);right:.3rem;left:auto;width:.5rem;height:.5rem;background-size:100% 100%}body.welcome #home_md .section6 .home_foot .foot_title .foot_swiper .swiper-slide .s-box{width:5.5rem;display:flex;justify-content:space-around;margin:0 auto}body.welcome #home_md .section6 .home_foot .foot_title .foot_swiper .swiper-slide .s-box .s-item{width:2.5rem;height:4.4rem}body.welcome #home_md .section6 .home_foot .foot_title .foot_swiper .swiper-slide .s-box .s-item img{width:100%;height:3.4rem;margin:.2rem 0 0}body.welcome #home_md .section6 .home_foot .foot_title .foot_swiper .swiper-slide .s-box .s-item span{display:block;width:100%;padding:.1rem .2rem;color:#333;font-size:.2rem;line-height:.28rem}body.welcome #search .search_top{background:url(https://asset.biocsi.com/packs/media/images/mobile/home/search_ban-a6b6d36e5b2657721e3935cb5bdd8e00.png) no-repeat;background-size:100% 100%}body.welcome #search .search_content{padding:.6rem .3rem}body.welcome #search .search_content .search_input{position:relative;border-bottom:1px solid #d9d9d9}body.welcome #search .search_content .search_input input{height:.8rem;border-radius:.4rem;padding:.3rem 1.5rem .3rem .4rem}body.welcome #search .search_content .search_input input::-webkit-input-placeholder{color:#001e62;letter-spacing:.01rem}body.welcome #search .search_content .search_input .search_btn_Img{position:absolute;right:.3rem;top:.2rem;width:.4rem;height:.4rem;background-color:transparent;transform:translateY(-50%)}body.welcome #search .search_content .search_input .s_result{position:absolute;right:.9rem;top:.26rem;cursor:pointer;font-size:.24rem;color:#001e62}body.welcome #search .search_content .search_input p{font-size:.2rem;line-height:.6rem;color:#b3b3b3;margin-left:.5rem}body.welcome #search .search_content .search_input .hot_box{font-size:.24rem;cursor:pointer}body.welcome #search .search_content .search_input .hot_box li{line-height:.45rem}body.welcome #search .search_content .search_choose{flex-direction:column}body.welcome #search .search_content .search_choose .s_title{font-size:.3rem}body.welcome #search .search_content .search_choose .s_type ul{cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;margin:.3rem 0 .8rem}body.welcome #search .search_content .search_choose .s_type ul li{position:relative;width:2.1rem;line-height:.6rem;border-radius:.3rem;font-size:.3rem;text-align:center;color:#001e62;border:1px solid #001e62;margin:.1rem 0}body.welcome #search .search_content .search_choose .s_type ul li.active{background:#2ad4d6;border:none;color:#fff}body.welcome #search .search_content .search_choose .s_con ul li{line-height:.4rem;font-size:.24rem;display:flex;flex-direction:column;justify-content:center;padding:.2rem 0}body.welcome #search .search_content .search_choose .s_con ul li span{color:#535353}body.welcome #search .search_content .search_choose .s_con ul li span i{display:none}body.welcome #search .search_content .search_choose .s_con ul li p{color:#b5b5b5}}body.welcome #customer .cus_item:last-child{display:block!important}body.technologies .main{background-size:cover;position:relative}body.technologies .main .service-main{position:relative}body.technologies .main .service-main .service_content{width:100%;height:8rem;border-radius:1rem 1rem;display:flex;justify-content:space-between;position:relative}body.technologies .main .service-main .service_content .service_left,body.technologies .main .service-main .service_content .service_right{background-color:rgba(184,212,243,.4);position:relative;animation:img-gradient 1s linear}body.technologies .main .service-main .service_content .service_left .service_text_l,body.technologies .main .service-main .service_content .service_left .service_text_r,body.technologies .main .service-main .service_content .service_right .service_text_l,body.technologies .main .service-main .service_content .service_right .service_text_r{position:absolute;top:50%;transform:translateY(-50%);left:1.7rem;display:flex;flex-direction:column;align-items:center;cursor:pointer}body.technologies .main .service-main .service_content .service_left .service_text_r,body.technologies .main .service-main .service_content .service_right .service_text_r{left:inherit;right:1.7rem}body.technologies .main .service-main .service_content .service_right{background-color:rgba(184,212,243,.4)}body.technologies .main .service-main .service_content .service_ball{background-image:linear-gradient(-45deg,#cce2fb,#e7f0fd);position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);padding:.25rem}body.technologies .main .service-main .service_content .service_ball .ball{width:100%;height:100%;border-radius:50%;position:relative;overflow:hidden}body.technologies .main .service-main .service_content .service_ball .ball .ball_img{position:absolute;right:0;top:0;animation:abc 40s linear infinite}body.technologies .main .service-main .service_content h2{font-family:SourceHanSansCN-Bold;font-size:.4rem;font-stretch:normal;line-height:.4rem;letter-spacing:.04rem;color:#001e62;margin-bottom:.4rem}body.technologies .main .service-main .service_content span{font-family:SourceHanSansCN-Regular;font-size:.24rem;line-height:.4rem;letter-spacing:.02rem;color:#001e62}body.technologies .main .service-main .service_content p{font-family:SourceHanSansCN-Light;font-size:.28rem;line-height:.4rem;letter-spacing:.02rem;color:#001e62;margin-top:.4rem}body.technologies .main .service-main .service_content a:hover,body.technologies .main .service-main .service_content p:hover{color:#2ad4d6;color:var(--color-hover)}@keyframes abc{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}body.technologies .serve,body.technologies .serve .serve_content{display:flex;flex-direction:column;position:relative}body.technologies .serve .serve_content{height:100%;background:#f0faff}body.technologies .serve .serve_content .serve_contop{width:100%;height:5.5rem}body.technologies .serve .serve_content .serve_main .serve_top .serve_title{font-family:SourceHanSansCN-Regular}body.technologies .serve .serve_content .serve_main .serve_top .serve_title p{color:#001e62}body.technologies .serve .serve_content .serve_main .serve_top .serve_title span{color:#4d4d4d}body.technologies .serve .serve_content .serve_main .serve_intro{position:relative}body.technologies .serve .serve_content .serve_main .serve_intro .intro_l{background:#f0faff;padding:.2rem .2rem 0 0;position:absolute;left:0}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r{background-image:linear-gradient(45deg,#648af9,#706bdf);font-family:SourceHanSansCN-Regular}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con{position:absolute}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con h1{font-weight:400}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con .intro_img{position:relative}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con .intro_img ul{position:absolute;left:.2rem;top:-.13rem;letter-spacing:normal}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con .intro_img ul li{list-style:disc}body.technologies .serve .serve_content .serve_points .s_title{border-bottom:.01rem solid #d9d9d9;font-family:SourceHanSansCN-Medium;color:#4d4d4d}body.technologies .serve .serve_content .serve_points .s_title p{font-family:SourceHanSansCN-Regular;color:#001e62}body.technologies .serve .serve_content .serve_points .s_title span{display:block;letter-spacing:normal}body.technologies .serve .serve_content .serve_points .point_con{display:flex;margin-top:.2rem}body.technologies .serve .serve_content .serve_points .point_con #p_select{margin-right:.6rem;background-image:linear-gradient(90deg,#648af9,#706bdf);position:relative;color:#fff}body.technologies .serve .serve_content .serve_points .point_con #p_select .addr_img{position:absolute;top:50%;-o-object-fit:contain;object-fit:contain;transform:translateY(-50%)}body.technologies .serve .serve_content .serve_points .point_con #p_select #p_selectImg{position:absolute;cursor:pointer;-o-object-fit:contain;object-fit:contain}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem{display:none;border-radius:0 0 .15rem .15rem;padding:0 .2rem;background:#fff;border:2px solid #d9d9d9;border-top:none}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem #selectTitle{color:#b3b3b3;border-bottom:2px solid #d9d9d9;padding:0 .1rem;cursor:pointer}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem #selectTitle span.active{color:#2ad4d6}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul{display:flex;flex-wrap:wrap;justify-content:space-between}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li{cursor:pointer;color:#4d4d4d;display:none;width:100%}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li.active{display:flex;flex-wrap:wrap;justify-content:space-between}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li:first-child{justify-content:unset}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li:first-child span{width:20%;text-align:center}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li span.active,body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li span:hover{color:#2ad4d6}body.technologies .serve .serve_content .serve_points .point_con .p_content{flex:1 1;display:flex;flex-direction:column;font-family:SourceHanSansCN-Regular}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_title span:first-child{color:#4477c7;margin-right:.3rem}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_title span:last-child{color:#4477c7}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_title b{font-weight:400}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_list span{color:#4d4d4d}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_list span:last-child{flex:1 1}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_list b{margin-right:.05rem}@media(min-width:1081px){body.technologies .main{background-image:url(https://asset.biocsi.com/packs/media/images/service/ser_bg-6e6e7808b1bb4b382714a098f7bcb98c.png)}body.technologies .main .service-main{padding:1.4rem}body.technologies .main .service-main .service_content{border-radius:1rem 1rem}body.technologies .main .service-main .service_content .service_left,body.technologies .main .service-main .service_content .service_right{width:8rem;height:100%;border-radius:1rem 0 0 1rem}body.technologies .main .service-main .service_content .service_right{border-radius:0 1rem 1rem 0}body.technologies .main .service-main .service_content .service_ball{width:5.9rem;height:5.9rem}@keyframes img-gradient{0%{width:0}50%{width:4rem}to{width:8rem}}body.technologies .main .service-main .service_btn{display:none}body.technologies .technology,body.technologies .technology .tech_content{display:flex;flex-direction:column;position:relative}body.technologies .technology .tech_content{height:100%;background:#f0faff}body.technologies .technology .tech_content img{cursor:pointer;-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_title{border-bottom:.01rem solid #d9d9d9;padding:0 0 .15rem;font-family:SourceHanSansCN-Medium;color:#4d4d4d;font-size:.16rem}body.technologies .technology .tech_content .tech_title p{font-family:SourceHanSansCN-Regular;font-size:.3rem;color:#001e62;margin-bottom:.15rem;letter-spacing:inherit}body.technologies .technology .tech_content .tech_title p span{display:block;line-height:.25rem}body.technologies .technology .tech_content .tech_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/service/tech_bg-f57518fabe862479f6a8172cb0e5f472.png) no-repeat;background-size:100% 100%}body.technologies .technology .tech_content .tech_main .tech_top{padding:.5rem 3.8rem .25rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list{display:flex;justify-content:space-between;padding:.3rem 0 .5rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose{width:3rem;margin-right:.4rem;font-family:SourceHanSansCN-Regular;font-size:.2rem;color:#fff}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose li{width:3rem;height:1rem;background-image:linear-gradient(90deg,#648af9,#706bdf);cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.3rem .35rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose li.active{background-color:#2ad4d6;background-image:none}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose li img{width:.6rem;height:.5rem;-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con{flex-grow:1;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li{width:100%;height:auto;display:none;font-family:SourceHanSansCN-Regular;font-size:.16rem;color:#4d4d4d;letter-spacing:normal;line-height:.3rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li.active{display:flex;flex-direction:column}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .line{width:100%;background-color:#d9d9d9;height:1px;margin:.5rem 0}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title p:first-child{font-size:.24rem;color:#4477c7;margin-bottom:.15rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title .p_c_1{margin-bottom:.12rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs{display:flex;margin-top:.4rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs img{width:2rem;height:.4rem;-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs .tabs_box{position:relative;margin-right:.2rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs .tabs_box:after{display:none;position:absolute;content:"";width:1.7rem;height:.02rem;background-image:linear-gradient(90deg,#648af9,#706bdf);left:50%;transform:translateX(-50%);bottom:-.1rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs .tabs_box.show:after{display:block}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content{border-radius:0 0 5px 5px;padding:20px}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content a{color:#4477c7;cursor:pointer}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane{display:none}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .d_flex{display:flex}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane.active{display:flex;flex-direction:column}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item{padding:.2rem 0;border-bottom:1px solid #d9d9d9;position:relative;line-height:.28rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item p{margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:justify}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .more{position:absolute;right:0;bottom:.2rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img{width:1.9rem;height:2.6rem;margin-right:.3rem;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img img{width:1.7rem;height:2.4rem;-o-object-fit:fill;object-fit:fill}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px;border-bottom:.01rem solid #d9d9d9;padding:.2rem 0}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box{width:1.9rem;height:2.5rem;background-color:#fff;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;margin-bottom:.2rem;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box img{width:1.7rem;height:2.3rem;-o-object-fit:fill;object-fit:fill}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software span{font-weight:700;color:#4477c7}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software p{text-align:center;line-height:.24rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection{display:flex;flex-wrap:wrap}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .md_dete{display:none}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection div{width:50%;height:3rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection div:nth-child(2){animation:b 2s linear 1}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_title span{font-size:.24rem;color:#4477c7;margin-bottom:.15rem;display:block}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_a,body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_b{line-height:.28rem;padding:0 .4rem 0 0;font-family:SourceHanSansCN-Medium;color:#4d4d4d;font-size:.16rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_b{padding:.4rem 0 0 .4rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b{display:flex;flex-wrap:wrap}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_tab{font-family:SourceHanSansCN-Regular;font-size:.2rem;font-weight:700;font-stretch:normal;letter-spacing:0;color:#706f6f;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_tab:before{content:"";width:.05rem;height:.18rem;display:block;position:absolute;background-color:#3f75bb;left:-.15rem;top:50%;transform:translateY(-50%)}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .dete_title{flex:1 1;padding:0 .5rem 0 0;line-height:.28rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .dete_title span{font-size:.24rem;color:#4477c7;margin-bottom:.15rem;display:block}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_img{width:3.2rem;text-align:center}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_img .img{-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img{width:100%;margin-top:.35rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div{text-align:center}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div img{-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div:first-child{width:1.9rem;height:2.4rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div:nth-child(2){width:3rem;height:2.4rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div:last-child{width:2.3rem;height:2.4rem}body.technologies .technology .tech_content .tech_data{padding:.5rem 3.8rem .25rem;height:5rem;background:url(https://asset.biocsi.com/packs/media/images/service/f_bg-fd18d37ae0a1664f036a72ea98ba3b8b.png) no-repeat;background-size:100% 100%;display:none}body.technologies .technology .tech_content .tech_data .tech_title{border-bottom:none}body.technologies .technology .tech_content .tech_data .count{font-family:SourceHanSansCN-Medium;font-size:.16rem;color:#b3b3b3;text-align:center}body.technologies .technology .tech_content .tech_data ul{padding:.8rem .5rem}body.technologies .technology .tech_content .tech_data ul span{font-family:SourceHanSansCN-Regular;font-size:.2rem}body.technologies .technology .tech_content .tech_data ul p,body.technologies .technology .tech_content .tech_data ul span{background-image:-webkit-linear-gradient(left,#706bdf,#648af9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.technologies .technology .tech_content .tech_data ul p{font-size:.5rem;font-family:SourceHanSansCN-Bold;font-weight:700;margin-bottom:.6rem}body.technologies .technology .tech_content .tech_data ul p span{font-size:.3rem}body.technologies .technology .tech_content .m3_bom{margin-bottom:.3rem}body.technologies .technology .g_phont{display:none}body.technologies .technology .g_phont .bigImg{width:5.5rem;height:7.5rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-o-object-fit:unset;object-fit:unset}body.technologies .technology .g_phont:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:5.5rem;height:7.5rem;background:url(https://asset.biocsi.com/packs/media/images/service/zl_code-59eaed2fc3e5e31d56b850fd08c61e4a.png) no-repeat;background-size:100% 100%;pointer-events:none;z-index:1}body.technologies .technology .zl_phont{display:block}body.technologies .technology .zl_phont .bigImg{width:5.5rem;height:7.5rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-o-object-fit:unset;object-fit:unset}body.technologies .technology .zl_phont:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:5.5rem;height:7.5rem;background:url(https://asset.biocsi.com/packs/media/images/service/rj_code-e77371312f7b9d52004de6e22d910f5a.png) no-repeat;background-size:100% 100%;pointer-events:none;z-index:1}body.technologies .serve .serve_content .serve_contop{background:url(https://asset.biocsi.com/packs/media/images/service/tech_bg-f57518fabe862479f6a8172cb0e5f472.png) no-repeat;background-size:100% 100%}body.technologies .serve .serve_content .serve_main{padding:.8rem 3.2rem 1.2rem}body.technologies .serve .serve_content .serve_main .serve_top{display:flex}body.technologies .serve .serve_content .serve_main .serve_top img{width:6rem;height:4rem}body.technologies .serve .serve_content .serve_main .serve_top .md_serve_img{display:none}body.technologies .serve .serve_content .serve_main .serve_top .serve_title{flex:1 1;padding:.25rem .5rem 0 0}body.technologies .serve .serve_content .serve_main .serve_top .serve_title p{font-size:.3rem;margin-bottom:.6rem}body.technologies .serve .serve_content .serve_main .serve_top .serve_title span{font-size:.16rem;line-height:.25rem}body.technologies .serve .serve_content .serve_main .serve_intro{position:relative;height:6.4rem}body.technologies .serve .serve_content .serve_main .serve_intro .intro_l{width:7.8rem;height:5.2rem;top:1.2rem}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r{width:12rem;height:5rem;margin-left:.63rem}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con{right:.5rem;top:1.15rem;color:#fff}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con h1{font-size:.35rem}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con p{font-size:.24rem;color:#001e62;line-height:.3rem;margin-bottom:.2rem}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con img{width:.1rem;height:1.68rem;-o-object-fit:contain;object-fit:contain}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con .intro_img{position:relative}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con .intro_img ul{font-size:.16rem;line-height:.32rem}body.technologies .serve .serve_content .serve_points{padding:.6rem 3.8rem .3rem;height:5rem;background:url(https://asset.biocsi.com/packs/media/images/service/f_bg-fd18d37ae0a1664f036a72ea98ba3b8b.png) no-repeat;background-size:100% 100%}body.technologies .serve .serve_content .serve_points .s_title{padding:0 0 .2rem;font-size:.16rem}body.technologies .serve .serve_content .serve_points .s_title p{font-size:.3rem;margin-bottom:.15rem}body.technologies .serve .serve_content .serve_points .s_title span{line-height:.25rem}body.technologies .serve .serve_content .serve_points .point_con{display:flex;margin-top:.2rem}body.technologies .serve .serve_content .serve_points .point_con #p_select{width:3.6rem;height:.4rem;font-size:.15rem;line-height:.4rem;padding-left:.5rem;border-radius:.2rem}body.technologies .serve .serve_content .serve_points .point_con #p_select .addr_img{width:.2rem;height:.22rem;left:.2rem}body.technologies .serve .serve_content .serve_points .point_con #p_select #p_selectImg{top:.15rem;right:.2rem;width:.1rem;height:.1rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem{width:3.6rem;height:2.4rem;font-size:.16rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem #selectTitle{line-height:.4rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem #selectTitle span.active{color:#2ad4d6}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul{padding:.05rem .1rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li{line-height:.33rem}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_title span:first-child{font-size:.3rem}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_title span:last-child{font-size:.18rem}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_title b{font-weight:400}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_list{max-height:2.5rem;font-size:.18rem;margin-top:.2rem;display:grid;grid-gap:5px;grid-auto-rows:28px;grid-template-columns:repeat(3,3rem)}}@media(max-width:1080px){body.technologies .main{background:url(https://asset.biocsi.com/packs/media/images/mobile/service/banner-6de1fc255e198311fdc0237a6d9e597f.jpg);background-size:100% 100%}body.technologies .main .service-main{padding:1.4rem .3rem .3rem}body.technologies .main .service-main .service_content{width:100%;height:8rem;border-radius:1rem 1rem;flex-direction:column}body.technologies .main .service-main .service_content .service_left,body.technologies .main .service-main .service_content .service_right{width:100%;height:3.9rem;animation:img-gradient 1s linear}body.technologies .main .service-main .service_content .service_left{border-radius:1rem 1rem 0 0}body.technologies .main .service-main .service_content .service_right{border-radius:0 0 1rem 1rem}body.technologies .main .service-main .service_content .service_text_l,body.technologies .main .service-main .service_content .service_text_r{display:none!important}body.technologies .main .service-main .service_content .service_ball{width:5.7rem;height:5.7rem}@keyframes img-gradient{0%{height:0}to{height:3.9rem}}body.technologies .main .service-main .service_btn{display:block}body.technologies .main .service-main .service_btn a{width:100%;height:2rem;background:rgba(188,215,255,.5);border-radius:.2rem;margin:.3rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:SourceHanSansCN-Regular}body.technologies .main .service-main .service_btn a h1{font-family:SourceHanSansCN-Bold;font-size:.4rem;margin:0}body.technologies .main .service-main .service_btn a span{font-size:.3rem;margin:.2rem 0}body.technologies .main .service-main .service_btn a p{font-size:.2rem}body.technologies .main .service-main .service_btn a:hover{background:#2ad4d6;color:#fff!important}body.technologies .technology,body.technologies .technology .tech_content{display:flex;flex-direction:column;position:relative}body.technologies .technology .tech_content{height:100%;background:#f0faff}body.technologies .technology .tech_content img{cursor:pointer;-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_title{border-bottom:.01rem solid #d9d9d9;padding:0 0 .15rem;font-family:SourceHanSansCN-Medium;color:#4d4d4d}body.technologies .technology .tech_content .tech_title p{font-family:SourceHanSansCN-Regular;font-size:.4rem;color:#001e62;margin-bottom:.15rem;letter-spacing:inherit}body.technologies .technology .tech_content .tech_title p span{display:block;line-height:.4rem}body.technologies .technology .tech_content .tech_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/service/bg-002cc4681752beb35d21cb9275143cdb.jpg) no-repeat;background-size:100% 100%}body.technologies .technology .tech_content .tech_main .tech_top{padding:.7rem .2rem .6rem;font-size:.26rem;line-height:.45rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list{display:flex;justify-content:space-between;flex-direction:column;padding:.3rem 0 0}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose{width:100%;height:1rem;font-family:SourceHanSansCN-Regular;font-size:.3rem;color:#fff;flex-direction:row}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose li{width:2.2rem;height:1rem;background-image:linear-gradient(90deg,#648af9,#706bdf);cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.3rem .2rem;border-radius:.1rem;margin-right:.3rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose li.active{background-color:#2ad4d6;background-image:none}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .tech_choose li img{width:.5rem;height:.4rem;-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con{flex-grow:1;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li{width:100%;height:auto;display:none;font-family:SourceHanSansCN-Regular;color:#4d4d4d;letter-spacing:normal}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li.active{display:flex;flex-direction:column}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .line{display:none}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title p:first-child{font-size:.4rem;color:#4477c7;margin:.5rem 0 .4rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title .p_c_1{margin-bottom:.12rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs{display:flex;margin-top:.5rem;padding:0 .3rem;margin-bottom:.2rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs img{width:3rem;height:.6rem;-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs .tabs_box{position:relative;margin-right:.3rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs .tabs_box:after{display:none;position:absolute;content:"";width:2.5rem;height:.02rem;background-image:linear-gradient(90deg,#648af9,#706bdf);left:50%;transform:translateX(-50%);bottom:-.15rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs .tabs_box.show:after{display:block}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content{border-radius:0 0 5px 5px;padding:20px}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content a{color:#4477c7;cursor:pointer;font-weight:700}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane{display:none}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .d_flex{display:flex}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane.active{display:flex;flex-direction:column}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item{padding:.2rem 0;border-bottom:1px solid #d9d9d9;position:relative;line-height:.35rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item p{margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:justify}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .more{position:absolute;right:0;bottom:.2rem;font-weight:400!important}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img{width:1.9rem;height:2.6rem;margin-right:.3rem;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img img{width:1.7rem;height:2.4rem;-o-object-fit:fill;object-fit:fill}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item{display:grid;grid-template-columns:repeat(3,1fr);font-size:.22rem;border-bottom:1px solid #d9d9d9}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .v-flex-vc{padding:.3rem 0;text-align:center;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box{width:2.1rem;height:2.8rem;background-color:#fff;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;margin-bottom:.2rem;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box img{width:1.9rem;height:2.6rem;-o-object-fit:fill;object-fit:fill}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software span{font-weight:700;color:#4477c7}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software p{text-align:center;line-height:.24rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_img{width:7rem;height:5rem;border:.2rem solid #fff;margin:.3rem 0 .5rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_img img{-o-object-fit:cover;object-fit:cover}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .pc_dete{display:none}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection div:nth-child(2){animation:b 2s linear 1}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_title span{font-size:.4rem;color:#4477c7;margin:.5rem 0 .4rem;display:block}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_a,body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection .dete_b{font-family:SourceHanSansCN-Medium;color:#4d4d4d}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_tab{font-family:SourceHanSansCN-Regular;font-size:.3rem;font-weight:700;font-stretch:normal;letter-spacing:0;color:#706f6f;position:relative}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_tab:before{content:"";width:.07rem;height:.26rem;display:block;position:absolute;background-color:#3f75bb;left:-.18rem;top:50%;transform:translateY(-50%)}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .dete_title{flex:1 1;padding:0 .5rem 0 0}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .dete_title span{font-size:.4rem;color:#4477c7;margin-bottom:.15rem;display:block}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_img{width:6rem;height:3.9rem;margin:.6rem auto;text-align:center}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .b_img .img{-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img{width:100%;margin-top:.35rem;flex-wrap:wrap;padding:.2rem .8rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div{text-align:center}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div img{-o-object-fit:contain;object-fit:contain}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div:first-child{width:40%;height:2.9rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div:nth-child(2){width:50%;height:2.9rem}body.technologies .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .detection_b .d_img div:last-child{width:6rem;height:5rem;margin-top:.9rem}body.technologies .technology .tech_content .tech_data{padding:.7rem .2rem .6rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/service/m_data-ba3ff0e0e55855e2f94fe0b1d8583212.jpg) no-repeat;background-size:100% 100%;font-size:.26rem;line-height:.45rem;display:none}body.technologies .technology .tech_content .tech_data .tech_title{border-bottom:none}body.technologies .technology .tech_content .tech_data .count{font-family:SourceHanSansCN-Medium;color:#b3b3b3;text-align:center}body.technologies .technology .tech_content .tech_data ul{padding:.8rem .5rem .2rem .8rem;flex-direction:column}body.technologies .technology .tech_content .tech_data ul li{margin-bottom:.8rem}body.technologies .technology .tech_content .tech_data ul span{font-family:SourceHanSansCN-Regular;color:#4d4d4d}body.technologies .technology .tech_content .tech_data ul p{font-size:.6rem;font-family:SourceHanSansCN-Bold;font-weight:700;background-image:-webkit-linear-gradient(left,#706bdf,#648af9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.2rem}body.technologies .technology .tech_content .tech_data ul p span{font-size:.3rem}body.technologies .technology .tech_content .m3_bom{margin-bottom:.3rem}body.technologies .technology .g_phont{display:none}body.technologies .technology .g_phont .bigImg{width:6.5rem;height:8.5rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-o-object-fit:unset;object-fit:unset}body.technologies .technology .g_phont:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6.5rem;height:8rem;background:url(https://asset.biocsi.com/packs/media/images/service/zl_code-59eaed2fc3e5e31d56b850fd08c61e4a.png) no-repeat;background-size:100% 100%;pointer-events:none;z-index:1}body.technologies .technology .zl_phont{display:block}body.technologies .technology .zl_phont .bigImg{width:6.5rem;height:8.5rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-o-object-fit:unset;object-fit:unset}body.technologies .technology .zl_phont:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6.5rem;height:8rem;background:url(https://asset.biocsi.com/packs/media/images/service/rj_code-e77371312f7b9d52004de6e22d910f5a.png) no-repeat;background-size:100% 100%;pointer-events:none;z-index:1}body.technologies .serve .serve_content .serve_contop{background:url(https://asset.biocsi.com/packs/media/images/mobile/service/bg-002cc4681752beb35d21cb9275143cdb.jpg) no-repeat;background-size:100% 100%}body.technologies .serve .serve_content .serve_main{font-size:.26rem;padding:.7rem .2rem}body.technologies .serve .serve_content .serve_main .serve_top .md_serve_img{width:4rem;height:3rem;float:right}body.technologies .serve .serve_content .serve_main .serve_top .pc_serve_img{display:none}body.technologies .serve .serve_content .serve_main .serve_top .serve_title p{font-size:.4rem;display:inline}body.technologies .serve .serve_content .serve_main .serve_top .serve_title span{line-height:.4rem;margin-top:.6rem;display:block;letter-spacing:.04rem}body.technologies .serve .serve_content .serve_main .serve_intro{height:11rem;margin:.5rem 0}body.technologies .serve .serve_content .serve_main .serve_intro .intro_l{width:6.3rem;height:4rem;top:.8rem}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r{width:6rem;height:3.5rem;margin-left:1.1rem}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con{top:5.15rem;color:#4d4d4d;width:100%;left:0}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con h1{font-size:.4rem;color:#001e62;text-align:center}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con p{font-size:.3rem;color:#4477c7;margin:.4rem 0}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con img{display:none}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con .intro_img{position:relative}body.technologies .serve .serve_content .serve_main .serve_intro .intro_r .intro_con .intro_img ul{line-height:.6rem}body.technologies .serve .serve_content .serve_points{padding:.6rem .2rem;font-size:.26rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/service/m_data-ba3ff0e0e55855e2f94fe0b1d8583212.jpg) no-repeat;background-size:100% 100%;line-height:.4rem}body.technologies .serve .serve_content .serve_points .s_title{padding:0 0 .4rem}body.technologies .serve .serve_content .serve_points .s_title p{font-size:.4rem;margin-bottom:.5rem}body.technologies .serve .serve_content .serve_points .s_title span{display:block;letter-spacing:normal}body.technologies .serve .serve_content .serve_points .point_con{display:flex;margin-top:.2rem;flex-direction:column}body.technologies .serve .serve_content .serve_points .point_con #p_select{width:100%;height:.8rem;font-size:.3rem;line-height:.8rem;padding-left:1rem;border-radius:1.5rem;margin-top:.4rem}body.technologies .serve .serve_content .serve_points .point_con #p_select .addr_img{width:.3rem;height:.3rem;left:.4rem}body.technologies .serve .serve_content .serve_points .point_con #p_select #p_selectImg{top:.3rem;right:.3rem;width:.2rem;height:.2rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem{width:100%;height:4.7rem;font-size:.35rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem #selectTitle{line-height:.8rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul{padding:.2rem}body.technologies .serve .serve_content .serve_points .point_con #p_selectItem ul li{line-height:.7rem}body.technologies .serve .serve_content .serve_points .point_con .p_content{margin-top:.5rem}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_title span:first-child{font-size:.4rem}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_list{margin-top:.4rem;display:grid;grid-gap:5px;grid-auto-rows:.5rem;grid-template-columns:repeat(2,50%)}body.technologies .serve .serve_content .serve_points .point_con .p_content .p_list span{margin:.1rem 0}}body.jobs .join_content,body.partners .join_content{height:100%;display:flex;flex-direction:column;flex:1 1;position:relative;background:#f0faff}body.jobs .join_content .join_contop,body.partners .join_content .join_contop{width:100%;height:5.5rem}body.jobs .join_content .main,body.partners .join_content .main{display:flex}body.jobs .join_content .main .title,body.partners .join_content .main .title{width:2.5rem;padding-left:.07rem;font-size:.2rem;letter-spacing:.02rem;color:#001e62;padding-bottom:.16rem;font-family:SourceHanSansCN-Bold;border-bottom:.01rem solid #001e62}body.jobs .join_content .main .job-list,body.partners .join_content .main .job-list{flex:1 1}body.jobs .join_content .main .job-list .job-list-item,body.partners .join_content .main .job-list .job-list-item{display:flex;align-items:center;justify-content:space-between;cursor:pointer}body.jobs .join_content .main .job-list .job-list-item h3,body.partners .join_content .main .job-list .job-list-item h3{font-family:SourceHanSansCN-Bold;font-weight:400}body.jobs .join_content .main .job-list .job-list-item a,body.partners .join_content .main .job-list .job-list-item a{display:block;width:100%;display:flex;justify-content:space-between;align-items:center;color:#001e62}body.jobs .join_content .main .job-list .job-list-item a p,body.partners .join_content .main .job-list .job-list-item a p{font-size:.15rem}body.jobs .join_content .main .job-list .job-list-item a p i,body.partners .join_content .main .job-list .job-list-item a p i{color:#4d4d4d}body.jobs .join_content .main .job-list .job-list-item span,body.partners .join_content .main .job-list .job-list-item span{color:#b3b3b3;position:relative;padding-right:.25rem;font-family:SourceHanSansCN-Regular;letter-spacing:normal}body.jobs .join_content .main .job-list .job-list-item span:before,body.partners .join_content .main .job-list .job-list-item span:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:.12rem;width:.01rem;height:.16rem;background-color:#b2b2b2}body.jobs .join_content .main .job-list .job-list-item span:last-of-type:before,body.partners .join_content .main .job-list .job-list-item span:last-of-type:before{content:none}body.jobs .join_main .title h2,body.partners .join_main .title h2{color:#4477c7;margin-bottom:.2rem;font-family:SourceHanSansCN-Bold;font-weight:400}body.jobs .join_main .title p,body.partners .join_main .title p{color:#b3b3b3;letter-spacing:normal}body.jobs .join_main .title p span,body.partners .join_main .title p span{position:relative;padding-right:.33rem}body.jobs .join_main .title p span:before,body.partners .join_main .title p span:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:.14rem;width:.02rem;height:.17rem;background-color:#b2b2b2}body.jobs .join_main .title p span:last-of-type:before,body.partners .join_main .title p span:last-of-type:before{content:unset}body.jobs .join_main .job-description div,body.partners .join_main .job-description div{display:block;font-size:.2rem;margin-top:.4rem;font-family:SourceHanSansCN-Bold;color:#4477c7;font-weight:400;margin-bottom:.1rem}body.jobs .join_main .job-description div strong,body.partners .join_main .job-description div strong{font-weight:400}body.jobs .join_main .job-description ol,body.jobs .join_main .job-description ul,body.partners .join_main .job-description ol,body.partners .join_main .job-description ul{color:#4d4d4d}body.jobs .join_main .job-description ol,body.partners .join_main .job-description ol{margin-left:.25rem}body.jobs .join_main .job-description ol li,body.partners .join_main .job-description ol li{list-style:decimal}@media screen and (min-width:1081px){body.jobs .partner-advantages h3,body.partners .partner-advantages h3{font-size:.2rem}body.jobs .join_content .title_img,body.partners .join_content .title_img{width:3.1rem;height:.5rem;margin:.6rem auto}body.jobs .join_content .title_img img,body.partners .join_content .title_img img{-o-object-fit:contain;object-fit:contain}body.jobs .join_content .join_contop,body.partners .join_content .join_contop{background:url(https://asset.biocsi.com/packs/media/images/joinus-fddd48aae02d811a166f58380948e7b9.png) no-repeat;background-size:100% 100%}body.jobs .join_content .main,body.partners .join_content .main{margin:.59rem 3.2rem .6rem;display:flex}body.jobs .join_content .main .title,body.partners .join_content .main .title{width:2.5rem;padding-left:.07rem;font-size:.2rem;letter-spacing:.02rem;color:#001e62;padding-bottom:.16rem;font-family:SourceHanSansCN-Bold;border-bottom:.01rem solid #001e62}body.jobs .join_content .main .condition,body.partners .join_content .main .condition{width:2.5rem;margin-right:2.3rem}body.jobs .join_content .main .condition .drop-item,body.partners .join_content .main .condition .drop-item{padding:.17rem 0 0 .2rem;color:#001e62;font-size:.16rem;font-family:SourceHanSansC N-Regular;cursor:pointer}body.jobs .join_content .main .condition .drop-item h3,body.partners .join_content .main .condition .drop-item h3{font-family:SourceHanSansCN-Medium;font-size:.18rem;position:relative;margin-bottom:.08rem;font-weight:400}body.jobs .join_content .main .condition .drop-item .drop_clear,body.partners .join_content .main .condition .drop-item .drop_clear{color:grey}body.jobs .join_content .main .condition .drop-item .drop_clear:hover,body.partners .join_content .main .condition .drop-item .drop_clear:hover{color:#2ad4d6;color:var(--color-hover)}body.jobs .join_content .main .condition .drop-item .v-flex-v,body.partners .join_content .main .condition .drop-item .v-flex-v{margin-top:.08rem}body.jobs .join_content .main .condition .drop-item .v-flex-v label,body.partners .join_content .main .condition .drop-item .v-flex-v label{margin:.05rem 0;display:flex;align-items:center}body.jobs .join_content .main .condition .drop-item .v-flex-v label input,body.partners .join_content .main .condition .drop-item .v-flex-v label input{margin-right:.14rem}body.jobs .join_content .main .condition .drop-item .v-flex-v label:hover,body.partners .join_content .main .condition .drop-item .v-flex-v label:hover{color:#2ad4d6;color:var(--color-hover)}body.jobs .join_content .main .condition .drop-item .job-a input,body.partners .join_content .main .condition .drop-item .job-a input{margin-right:.3rem!important}body.jobs .join_content .main .condition .drop_choose,body.partners .join_content .main .condition .drop_choose{display:none}body.jobs .join_content .main .job-list,body.partners .join_content .main .job-list{flex:1 1}body.jobs .join_content .main .job-list .job-list-item,body.partners .join_content .main .job-list .job-list-item{color:#001e62;padding:.2rem .2rem .2rem .09rem;border-bottom:.01rem dashed #001e62;cursor:pointer}body.jobs .join_content .main .job-list .job-list-item:hover,body.partners .join_content .main .job-list .job-list-item:hover{color:#2ad4d6;color:var(--color-hover)}body.jobs .join_content .main .job-list .job-list-item h3,body.partners .join_content .main .job-list .job-list-item h3{font-size:.18rem;margin-bottom:.1rem}body.jobs .join_content .main .job-list .job-list-item a,body.partners .join_content .main .job-list .job-list-item a{display:block;width:100%;display:flex;justify-content:space-between;align-items:center;color:#001e62}body.jobs .join_content .main .job-list .job-list-item a p,body.partners .join_content .main .job-list .job-list-item a p{font-size:.15rem}body.jobs .join_content .main .job-list .job-list-item a p i,body.partners .join_content .main .job-list .job-list-item a p i{color:#4d4d4d}body.jobs .join_content .main .job-list .job-list-item span,body.partners .join_content .main .job-list .job-list-item span{font-size:.15rem;position:relative;padding-right:.25rem;font-family:SourceHanSansCN-Regular;letter-spacing:normal}body.jobs .join_content .main .job-list .job-list-item span:before,body.partners .join_content .main .job-list .job-list-item span:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:.12rem;width:.01rem;height:.16rem;background-color:#b2b2b2}body.jobs .join_content .main .job-list .job-list-item span:last-of-type:before,body.partners .join_content .main .job-list .job-list-item span:last-of-type:before{content:none}body.jobs .join_main,body.partners .join_main{margin:.92rem 3.58rem 1rem}body.jobs .join_main .title h2,body.partners .join_main .title h2{font-size:.24rem}body.jobs .join_main .title p,body.partners .join_main .title p{font-size:.16rem}body.jobs .join_main .job-description,body.partners .join_main .job-description{line-height:.4rem;font-size:.16rem}body.jobs .join_main .job-description div,body.partners .join_main .job-description div{display:block;font-size:.2rem}}@media screen and (max-width:1080px){body.jobs .join_content .title_img,body.partners .join_content .title_img{border-bottom:1px solid #001e62;width:6.8rem;margin:0 auto .5rem}body.jobs .join_content .title_img img,body.partners .join_content .title_img img{width:3.1rem;height:.6rem;margin:.6rem auto;-o-object-fit:contain;object-fit:contain}body.jobs .join_content .join_contop,body.partners .join_content .join_contop{background:url(https://asset.biocsi.com/packs/media/images/mobile/jobs/banner-f5cbf9c7372853ca4478728a27ff4113.jpg) no-repeat;background-size:100% 100%}body.jobs .join_content .main,body.partners .join_content .main{margin:0 .4rem .6rem;display:flex;flex-direction:column}body.jobs .join_content .main .title,body.partners .join_content .main .title{display:none}body.jobs .join_content .main .condition,body.partners .join_content .main .condition{width:100%;height:1rem;position:relative}body.jobs .join_content .main .condition .drop_con,body.partners .join_content .main .condition .drop_con{display:none}body.jobs .join_content .main .condition .drop_choose p,body.partners .join_content .main .condition .drop_choose p{width:2rem;height:.8rem;background-color:transparent;border-radius:.1rem;border:1px solid #001e62;line-height:.8rem;text-align:center;font-size:.3rem;color:#001e62;cursor:pointer}body.jobs .join_content .main .condition .drop_choose .blank,body.partners .join_content .main .condition .drop_choose .blank{width:2.4rem}body.jobs .join_content .main .condition .drop_choose p.active,body.partners .join_content .main .condition .drop_choose p.active{background:#2ad4d6;background:var(--color-hover);color:#fff;border:none}body.jobs .join_content .main .condition .drop_choose .select_add,body.partners .join_content .main .condition .drop_choose .select_add{width:2.4rem;border-radius:.1rem;border:1px solid #001e62;line-height:.8rem;text-align:left;text-align:initial;font-size:.3rem;color:#001e62;background:#f0faff;position:absolute;right:0;top:0}body.jobs .join_content .main .condition .drop_choose .select_add .select,body.partners .join_content .main .condition .drop_choose .select_add .select{padding:0 .3rem}body.jobs .join_content .main .condition .drop_choose .select_add .select img,body.partners .join_content .main .condition .drop_choose .select_add .select img{width:.2rem;height:.2rem;position:absolute;right:.3rem;top:.3rem;-o-object-fit:contain;object-fit:contain;cursor:pointer}body.jobs .join_content .main .condition .drop_choose .select_add .select_choose,body.partners .join_content .main .condition .drop_choose .select_add .select_choose{font-size:.3rem;color:#333;border-top:1px solid #001e62;width:2rem;margin:0 auto;display:none}body.jobs .join_content .main .condition .drop_choose .select_add .select_choose span:hover,body.partners .join_content .main .condition .drop_choose .select_add .select_choose span:hover{cursor:pointer;color:#2ad4d6;color:var(--color-hover)}body.jobs .join_content .main .job-list,body.partners .join_content .main .job-list{flex:1 1;min-height:4rem}body.jobs .join_content .main .job-list .job-list-item,body.partners .join_content .main .job-list .job-list-item{color:#4d4d4d;padding:.3rem .4rem;margin-bottom:.3rem;cursor:pointer;background:#fff;border-radius:.1rem;height:1.4rem}body.jobs .join_content .main .job-list .job-list-item h3,body.partners .join_content .main .job-list .job-list-item h3{font-size:.38rem;margin-bottom:.2rem}body.jobs .join_content .main .job-list .job-list-item a,body.partners .join_content .main .job-list .job-list-item a{display:block;width:100%;display:flex;justify-content:space-between;align-items:center;color:#4d4d4d}body.jobs .join_content .main .job-list .job-list-item a p,body.partners .join_content .main .job-list .job-list-item a p{font-size:.2rem;color:#4d4d4d}body.jobs .join_content .main .job-list .job-list-item span,body.partners .join_content .main .job-list .job-list-item span{font-size:.2rem;position:relative;padding-right:.25rem;font-family:SourceHanSansCN-Regular;letter-spacing:normal}body.jobs .join_content .main .job-list .job-list-item span:before,body.partners .join_content .main .job-list .job-list-item span:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:.12rem;width:.01rem;height:.16rem;background-color:#b2b2b2}body.jobs .join_content .main .job-list .job-list-item span:last-of-type:before,body.partners .join_content .main .job-list .job-list-item span:last-of-type:before{content:none}body.jobs .join_content .main .job-list .job-list-item:hover h3,body.jobs .join_content .main .job-list .job-list-item:hover p,body.partners .join_content .main .job-list .job-list-item:hover h3,body.partners .join_content .main .job-list .job-list-item:hover p{color:#2ad4d6;color:var(--color-hover)}body.jobs .join_content .main .job-list .job-list-item:hover span,body.partners .join_content .main .job-list .job-list-item:hover span{color:var(--color-a-text)}body.jobs .join_main,body.partners .join_main{padding:.7rem .4rem}body.jobs .join_main .title h2,body.partners .join_main .title h2{font-size:.3rem}body.jobs .join_main .title p,body.partners .join_main .title p{font-size:.22rem}body.jobs .join_main .job-description,body.partners .join_main .job-description{line-height:.55rem;font-size:.24rem}body.jobs .join_main .job-description div,body.partners .join_main .job-description div{display:block;font-size:.2rem}}body.jobs .partner_title,body.partners .partner_title{font-size:.36rem;color:#001e62;font-family:SourceHanSansCN-Bold;text-align:center;letter-spacing:.04rem}body.jobs .partner-content,body.partners .partner-content{flex:1 1;color:#001e62;font-size:.16rem;line-height:.32rem;font-family:SourceHanSansCN-Regular}body.jobs .partner-content .partner-intro p,body.partners .partner-content .partner-intro p{margin-bottom:.2rem}body.jobs .partner-content .partner-advantages,body.partners .partner-content .partner-advantages{margin:.4rem 0}body.jobs .partner-content .partner-advantages h3,body.partners .partner-content .partner-advantages h3{font-family:SourceHanSansCN-Bold;font-weight:400;margin-bottom:.16rem}body.jobs .partner-content .partner-advantages ul,body.partners .partner-content .partner-advantages ul{padding-left:.2rem}body.jobs .partner-content .partner-advantages ul li,body.partners .partner-content .partner-advantages ul li{list-style:disc;margin-bottom:.1rem}body.jobs .partner-content .partner-contact,body.partners .partner-content .partner-contact{margin-top:.4rem}body.jobs .partner-content .partner-contact strong,body.partners .partner-content .partner-contact strong{font-family:SourceHanSansCN-Bold}body.jobs .partner-content .partner-contact .partner-link,body.partners .partner-content .partner-contact .partner-link{display:inline-block;margin-top:.24rem;color:#4477c7;font-size:.18rem}body.jobs .partner-content .partner-contact .partner-link:hover,body.partners .partner-content .partner-contact .partner-link:hover{color:#2ad4d6;color:var(--color-hover)}@media screen and (max-width:1080px){body.jobs .partner_title,body.partners .partner_title{font-size:.48rem}body.jobs .partner-content,body.partners .partner-content{font-size:.24rem;line-height:.44rem}body.jobs .partner-advantages h3,body.partners .partner-advantages h3{font-size:.38rem;margin-bottom:.24rem}}body.products .bounceInLeft{animation-name:bounceLeft}@keyframes bounceLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-50px,0,0) scaleX(1.1)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@media screen and (min-width:1081px){body.products .main{position:relative;background:url(https://asset.biocsi.com/packs/media/images/product/pro_bg-9a5d31e7fdbd285abb857325f802eb2c.png) no-repeat;background-size:cover;color:#4d4d4d}body.products .main .product{position:relative;padding:1.8rem 1.6rem 1rem 1.7rem}body.products .main .product .v_flex{display:flex;margin-bottom:.18rem}body.products .main .product .v_flex .pd{cursor:pointer;width:3.31rem;height:3.3rem;overflow:hidden;position:relative;padding:.53rem .29rem;color:#fff;color:var(--color-background);background-color:#2ad4d6;background-color:var(--color-a-hover)}body.products .main .product .v_flex .pd:hover .square span{border-radius:50% 50% .2rem 50%}body.products .main .product .v_flex .pd:hover .square span:nth-of-type(2){border-radius:50% 50% 50% .2rem}body.products .main .product .v_flex .pd:hover .square span:nth-of-type(3){border-radius:50% .2rem 50% 50%}body.products .main .product .v_flex .pd:hover .square span:nth-of-type(4){border-radius:.2rem 50% 50% 50%}body.products .main .product .v_flex .pd:hover .line-1{animation:line_1 .5s 2 alternate-reverse forwards}body.products .main .product .v_flex .pd:hover .line-2{animation:line_2 .5s .1s 2 alternate-reverse forwards}body.products .main .product .v_flex .pd:hover .line-3{animation:line_3 .5s .2s 2 alternate-reverse forwards}body.products .main .product .v_flex .pd h3{font-family:SourceHanSansCN-Heavy;font-size:.32rem;margin-bottom:.09rem;font-weight:400}body.products .main .product .v_flex .pd p{font-family:SourceHanSansCN-Medium;font-size:.23rem}body.products .main .product .v_flex .pd .square{position:absolute;bottom:-.15rem;right:.37rem;width:1.5rem;height:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;transform:rotate(45deg)}body.products .main .product .v_flex .pd .square span{display:block;width:.72rem;height:.72rem;border-radius:.1rem;border:.1rem solid #95eaeb;transition:all .5s}body.products .main .product .v_flex .pd .square span::nth-of-type(-n+2){margin-bottom:.06rem}body.products .main .product .v_flex .pd .lines{position:absolute;left:.28rem;bottom:.36rem;width:.6rem}body.products .main .product .v_flex .pd .lines .line-1{width:.6rem}body.products .main .product .v_flex .pd .lines .line-2{width:.3rem}body.products .main .product .v_flex .pd .lines .line-3{width:.15rem}body.products .main .product .v_flex .pd .lines [class*=line-]{height:.06rem;background-color:#07b0b4;margin-top:.08rem}body.products .main .product .v_flex .cube1{width:2.5rem;height:2.5rem;margin-left:.71rem}body.products .main .product .v_flex .cube2{width:1.87rem;height:1.86rem;margin-left:.2rem}body.products .main .product .v_flex .cube3{width:2.51rem;height:2.51rem;margin-left:.8rem}body.products .main .product .v_flex .cube4{width:1.6rem;height:1.6rem;margin-left:1.55rem;position:absolute;top:8.7rem}body.products .main .product .v_flex .cube5,body.products .main .product .v_flex .cube6{display:none}body.products .main .product .v_flex .ylqx{background-color:#fff;font-size:.2rem;line-height:.3rem}body.products .main .product .v_flex .cnad,body.products .main .product .v_flex .ylqx{width:2.43rem;height:2.43rem;margin-top:1.58rem;margin-left:1.79rem;position:relative;overflow:hidden;cursor:pointer}body.products .main .product .v_flex .cnad:hover .iconbg{transform:scale(10);background-color:#2ad4d6;background-color:var(--color-a-hover)}body.products .main .product .v_flex .cnad:hover .icon{width:1.37rem;height:1.37rem;top:.52rem;left:.48rem;opacity:1}body.products .main .product .v_flex .cnad:hover .name{color:#fff;bottom:1.08rem;left:.48rem}body.products .main .product .v_flex .cnad:hover .sub{color:#fff;bottom:.5rem;left:.3rem;text-align:center}body.products .main .product .v_flex .cnad .iconbg{position:absolute;top:.3rem;left:.3rem;width:.76rem;height:.76rem;border-radius:50%;transition:all .5s ease;background-color:#e9fbfb}body.products .main .product .v_flex .cnad .icon{width:.5rem;height:.5rem;position:absolute;top:.43rem;left:.43rem;transition:all .5s ease}body.products .main .product .v_flex .cnad .name{font-family:SourceHanSansCN-Heavy;font-size:.24rem;color:#4d4d4d;position:absolute;left:.3rem;bottom:.72rem;letter-spacing:0;transition:all .5s ease}body.products .main .product .v_flex .cnad .sub{font-family:SourceHanSansCN-Medium;font-size:.16rem;color:#4d4d4d;position:absolute;left:.3rem;bottom:.15rem;width:1.8rem;letter-spacing:0;line-height:.24rem;transition:all .5s ease}body.products .main .product .v_flex .jdfw{width:4rem;height:4rem;margin-left:.17rem;margin-top:0}body.products .main .product .v_flex .jdfw:hover .icon{width:2.4rem;height:2.4rem;top:.78rem;left:.78rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/a2-b20ff73683b713981c96e1a5d35f322f.png)}body.products .main .product .v_flex .jdfw:hover .name{bottom:1.9rem;left:1.4rem}body.products .main .product .v_flex .jdfw:hover .sub{bottom:1.5rem;left:.6rem}body.products .main .product .v_flex .jdfw .iconbg{top:.5rem;left:.36rem;width:1rem;height:1rem}body.products .main .product .v_flex .jdfw .icon{width:.74rem;height:.74rem;top:.63rem;left:.49rem;background:url(https://asset.biocsi.com/packs/media/images/product/a1-356569fce48b167982951f52b864807a.png) no-repeat 50%/100%}body.products .main .product .v_flex .jdfw .name{font-size:.3rem;left:.36rem;bottom:1.1rem}body.products .main .product .v_flex .jdfw .sub{font-size:.18rem;left:.36rem;bottom:.7rem;width:3rem;line-height:.24rem}body.products .main .product .v_flex .gdp{width:4rem;height:4rem;margin-left:.17rem;margin-top:0}body.products .main .product .v_flex .gdp:hover .icon{width:2.4rem;height:2.4rem;top:.78rem;left:.78rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/b2-6613143917d56cd2cf97c137060aa450.png)}body.products .main .product .v_flex .gdp:hover .name{bottom:1.9rem;left:.77rem}body.products .main .product .v_flex .gdp:hover .sub{bottom:1.29rem;left:.5rem}body.products .main .product .v_flex .gdp .iconbg{top:.5rem;left:.36rem;width:1rem;height:1rem}body.products .main .product .v_flex .gdp .icon{width:.74rem;height:.74rem;top:.63rem;left:.49rem;background:url(https://asset.biocsi.com/packs/media/images/product/b1-3fda13e7c06c10a21ca94a5a71f8cd76.png) no-repeat 50%/100%}body.products .main .product .v_flex .gdp .name{font-size:.28rem;left:.36rem;bottom:1.1rem}body.products .main .product .v_flex .gdp .sub{font-size:.16rem;left:.36rem;bottom:.49rem;width:3rem;line-height:.22rem}body.products .main .product .v_flex .wes{width:3rem;height:3rem;margin-left:.17rem;margin-top:0}body.products .main .product .v_flex .wes:hover .icon{width:2rem;height:2rem;top:.43rem;left:.545rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/c2-fc97cf1544ee093952a9419d591a98b4.png)}body.products .main .product .v_flex .wes:hover .name{bottom:1.33rem;left:.55rem}body.products .main .product .v_flex .wes:hover .sub{bottom:1rem;left:.25rem}body.products .main .product .v_flex .wes .iconbg{top:.36rem;left:.26rem}body.products .main .product .v_flex .wes .icon{width:.59rem;height:.66rem;top:.41rem;left:.35rem;background:url(https://asset.biocsi.com/packs/media/images/product/c1-f45815a01e91209b11eb5e7b2bb27563.png) no-repeat 50%/100%}body.products .main .product .v_flex .wes .name{left:.26rem;bottom:1rem}body.products .main .product .v_flex .wes .sub{left:.26rem;bottom:.55rem;width:2.6rem}body.products .main .product .v_flex .mngs{width:3.01rem;height:3.01rem;margin-left:.21rem;margin-top:0}body.products .main .product .v_flex .mngs:hover .icon{width:1.6rem;height:1.9rem;top:.5rem;left:.7rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/d2-f7eb073b0a2590b5f54b90cf39d9a281.png)}body.products .main .product .v_flex .mngs:hover .name{bottom:1.42rem;left:.65rem}body.products .main .product .v_flex .mngs:hover .sub{bottom:.88rem;left:.25rem}body.products .main .product .v_flex .mngs .icon{width:.5rem;height:.6rem;top:.45rem;background:url(https://asset.biocsi.com/packs/media/images/product/d1-41044488fe463349570147bc4b220b58.png) no-repeat 50%/100%}body.products .main .product .v_flex .mngs .name{left:.26rem;bottom:.92rem}body.products .main .product .v_flex .mngs .sub{left:.26rem;bottom:.36rem;width:2.5rem}body.products .main .product .v_flex>div{border-radius:.3rem;z-index:50;background-color:#fff;background-color:var(--color-background);box-shadow:-9px 16px 12px 4px rgba(101,137,248,.2);-webkit-user-select:none;-moz-user-select:none;user-select:none}body.products .main .product .flex_end{align-items:flex-end}body.products .main .product [class*=shadow-]{position:absolute;z-index:10;border-radius:.2rem;background-color:rgba(166,198,253,.568627451)}body.products .main .product .shadow-1{top:4.8rem;left:4.5rem;width:1.85rem;height:1.9rem}body.products .main .product .shadow-2{top:2.4rem;left:8.54rem;width:4.57rem;height:4.65rem}body.products .main .product .shadow-3{top:1.5rem;left:12.38rem;width:1.43rem;height:1.45rem}body.products .main .product .shadow-4{top:7.75rem;left:4rem;width:2.9rem;height:2.9rem}body.products .main .product .shadow-5{top:8.53rem;left:11.35rem;width:1.5rem;height:1.5rem}body.products .main .product .shadow-6{top:7.25rem;left:2.1rem;width:1.6rem;height:1.6rem}body.products .main .product .shadow-7{top:4.9rem;left:13.9rem;width:1.9rem;height:1.9rem}@keyframes line_1{0%{width:.6rem}50%{width:0}to{width:.6rem}}@keyframes line_2{0%{width:.3rem}50%{width:0}to{width:.3rem}}@keyframes line_3{0%{width:.15rem}50%{width:0}to{width:.15rem}}body.products .identify_content{height:100%;display:flex;flex-direction:column;position:relative;background:#fff}body.products .identify_content .identify_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/product/bg2-84e08d409dac5ec1ddb7b976dcb95c17.png) no-repeat;background-size:contain}body.products .identify_content .indentify_main{padding:1rem 3.8rem 1.9rem}body.products .identify_content .indentify_main .product_nav{display:none}body.products .identify_content .indentify_main .identify_left li dl.menu_head:after{content:"+";font-size:16px;width:10px}body.products .identify_content .indentify_main .identify_left li.active dl.menu_head:after{content:"-"}body.products .identify_content .indentify_main .identify_left li.active dt.menu_body{display:block!important}body.products .identify_content .indentify_main .identify_left .menu_head{width:3rem;height:.4rem;padding:0 .2rem;margin-bottom:.02rem;font-family:SourceHanSansCN-Regular;font-size:.18rem;color:#fff;cursor:pointer;background-image:linear-gradient(90deg,#648af9,#706bdf);display:flex;justify-content:space-between;align-items:center}body.products .identify_content .indentify_main .identify_left .menu_head a{color:#fff}body.products .identify_content .indentify_main .identify_left .menu_head a:hover{color:#2ad4d6!important;color:var(--color-hover)!important}body.products .identify_content .indentify_main .identify_left .menu_body{width:3rem;display:none}body.products .identify_content .indentify_main .identify_left .menu_body a{font-size:.16rem;width:3rem;padding:.1rem .3rem .1rem .6rem;display:block;color:#4d4d4d;text-decoration:none;overflow:hidden;transition:all .3s;position:relative;cursor:pointer;letter-spacing:normal}body.products .identify_content .indentify_main .identify_left .menu_body a:first-child{margin-top:.1rem}body.products .identify_content .indentify_main .identify_left .menu_body a:last-child{margin-bottom:.1rem}body.products .identify_content .indentify_main .identify_left .menu_body a:hover{color:#4d4d4d!important}body.products .identify_content .indentify_main .identify_left .menu_body .active{font-size:.16rem;width:3rem;padding:.1rem .3rem .1rem .6rem;display:block;color:#4d4d4d;text-decoration:none;overflow:hidden;transition:all .3s;position:relative;cursor:pointer;color:#001e62}body.products .identify_content .indentify_main .identify_left .menu_body .active:before{content:"";display:block;height:0;width:0;border:.07rem solid transparent;border-left-color:#001e62;position:absolute;left:.5rem;top:50%;transform:translate(-50%,-50%)}body.products .identify_content .indentify_main .identify_right{width:8.2rem;display:flex;flex-direction:column}body.products .identify_content .indentify_main .identify_right img{-o-object-fit:cover;object-fit:cover;margin-top:.3rem}body.products .identify_content .indentify_main .identify_right .title{width:8.2rem;border-bottom:1px solid #d9d9d9;font-family:SourceHanSansCN-Regular;font-size:.24rem;line-height:.3rem;color:#001e62;padding:.05rem 0 .15rem;position:relative;margin:0}body.products .identify_content .indentify_main .identify_right .title:after{content:"";width:.6rem;height:.02rem;background-image:linear-gradient(90deg,#648af9,#706bdf);position:absolute;left:0;bottom:0}body.products .identify_content .indentify_main .identify_right .title .bullet{display:none}body.products .identify_content .indentify_main .identify_right .r_content .r_ul{width:7.7rem;height:.4rem;padding:0 .2rem;background-image:linear-gradient(90deg,#648af9,#706bdf);color:#fff;font-size:.16rem;margin:.2rem 0 .3rem}body.products .identify_content .indentify_main .identify_right .r_content .r_ul li{cursor:pointer;height:100%;display:flex;align-items:center;padding:0 .1rem}body.products .identify_content .indentify_main .identify_right .r_content .r_ul li.active{background-color:#fff;height:.3rem;width:auto;border-radius:.2rem;padding:.05rem .2rem;color:#001e62}body.products .identify_content .indentify_main .identify_right .r_content ol{width:100%;flex-grow:1;position:relative}body.products .identify_content .indentify_main .identify_right .r_content ol li{font-family:SourceHanSansCN-Regular;font-size:.16rem;line-height:.3rem;color:#4d4d4d;display:none}body.products .identify_content .indentify_main .identify_right .r_content ol li a{width:5rem;display:block;margin:0 auto;line-height:.4rem;color:#fff;border-radius:.5rem;text-align:center;font-size:.18rem;background-image:linear-gradient(90deg,#648af9,#706bdf);letter-spacing:.03rem}body.products .identify_content .indentify_main .identify_right .r_content ol li a:hover{color:#fff!important;background:#2ad4d6}body.products .identify_content .indentify_main .identify_right .r_content ol li em{color:#4477c7;font-style:normal}body.products .identify_content .indentify_main .identify_right .r_content ol li .attachment__caption{display:none}body.products .identify_content .indentify_main .identify_right .r_content ol li img{width:8.2rem;-o-object-fit:contain;object-fit:contain}body.products .identify_content .indentify_main .identify_right .r_content ol li h1{margin:0}body.products .identify_content .indentify_main .identify_right .r_content ol li h1 img{width:5.7rem}body.products .identify_content .indentify_main .identify_right .r_content ol li:nth-child(3) h1{display:none}body.products .identify_content .indentify_main .identify_right .r_content ol li:nth-child(3) pre{display:block}body.products .identify_content .indentify_main .identify_right .r_content ol li:nth-child(3) pre img{margin:0}body.products .identify_content .indentify_main .identify_right .r_content ol li.active{display:flex;flex-direction:column}body.products .identify_content .indentify_main .identify_right .r_content .drop{font-family:SourceHanSansCN-Regular;font-weight:700;color:#4477c7}}@media screen and (max-width:1080px){body.products .main{position:relative;background:url(https://asset.biocsi.com/packs/media/images/mobile/products/banner-3bc1c412e3b8f70cf1825ef5b27b3730.jpg) no-repeat;background-size:100% 100%}body.products .main .product{position:relative;height:13.3rem;padding:2.5rem .2rem 1.4rem}body.products .main .product .v_flex{display:flex;margin-bottom:.18rem;flex-wrap:wrap}body.products .main .product .v_flex .pd{cursor:pointer;width:2.2rem;height:2.2rem;padding:.2rem .15rem;overflow:hidden;position:relative;color:#fff;color:var(--color-background);background-color:#2ad4d6;background-color:var(--color-a-hover)}body.products .main .product .v_flex .pd:hover .square span{border-radius:50% 50% .2rem 50%}body.products .main .product .v_flex .pd:hover .square span:nth-of-type(2){border-radius:50% 50% 50% .2rem}body.products .main .product .v_flex .pd:hover .square span:nth-of-type(3){border-radius:50% .2rem 50% 50%}body.products .main .product .v_flex .pd:hover .square span:nth-of-type(4){border-radius:.2rem 50% 50% 50%}body.products .main .product .v_flex .pd:hover .line-1{animation:line_1 .5s 2 alternate-reverse forwards}body.products .main .product .v_flex .pd:hover .line-2{animation:line_2 .5s .1s 2 alternate-reverse forwards}body.products .main .product .v_flex .pd:hover .line-3{animation:line_3 .5s .2s 2 alternate-reverse forwards}body.products .main .product .v_flex .pd h3{font-family:SourceHanSansCN-Heavy;font-size:.3rem;margin-bottom:.09rem;font-weight:400}body.products .main .product .v_flex .pd p{font-family:SourceHanSansCN-Medium;font-size:.2rem}body.products .main .product .v_flex .pd .square{position:absolute;bottom:-.1rem;right:.15rem;width:1.08rem;height:1.1rem;display:flex;flex-wrap:wrap;justify-content:space-between;transform:rotate(45deg)}body.products .main .product .v_flex .pd .square span{display:block;width:.5rem;height:.5rem;border-radius:.1rem;border:.1rem solid #95eaeb;transition:all .5s}body.products .main .product .v_flex .pd .square span::nth-of-type(-n+2){margin-bottom:.06rem}body.products .main .product .v_flex .pd .lines{position:absolute;left:.15rem;bottom:.2rem;width:.6rem}body.products .main .product .v_flex .pd .lines .line-1{width:.4rem}body.products .main .product .v_flex .pd .lines .line-2{width:.2rem}body.products .main .product .v_flex .pd .lines .line-3{width:.1rem}body.products .main .product .v_flex .pd .lines [class*=line-]{height:.06rem;background-color:#07b0b4;margin-top:.08rem}body.products .main .product .v_flex .cube1{width:1rem;height:1rem;margin-left:.1rem}body.products .main .product .v_flex .cube2{display:none}body.products .main .product .v_flex .cube3{width:2.51rem;height:2.51rem;margin-left:.8rem}body.products .main .product .v_flex .cube4{width:1.2rem;height:1.2rem;margin-left:2.9rem;position:absolute;top:8.5rem}body.products .main .product .v_flex .cube5{width:2rem;height:2rem;margin-left:4.4rem;position:absolute;top:8.1rem}body.products .main .product .v_flex .cube6{width:.7rem;height:.7rem;margin-left:.35rem;position:absolute;top:6.65rem;border-radius:.1rem}body.products .main .product .v_flex .ylqx{background-color:#fff;font-size:.2rem;line-height:.3rem;width:1.2rem;height:1.2rem;margin-top:1.58rem;margin-left:.7rem;margin-right:.2rem;position:relative;overflow:hidden;cursor:pointer}body.products .main .product .v_flex .cnad{width:2.43rem;height:2.43rem;margin-top:1.58rem;margin-left:1.79rem;position:relative;overflow:hidden;cursor:pointer}body.products .main .product .v_flex .cnad:hover .iconbg{transform:scale(10);background-color:#2ad4d6;background-color:var(--color-a-hover)}body.products .main .product .v_flex .cnad:hover .icon{width:1.37rem;height:1.37rem;top:.52rem;left:.48rem;opacity:1}body.products .main .product .v_flex .cnad:hover .name{color:#fff;bottom:1.08rem;left:.48rem}body.products .main .product .v_flex .cnad:hover .sub{color:#fff;bottom:.5rem;left:.3rem;text-align:center}body.products .main .product .v_flex .cnad .iconbg{position:absolute;width:1rem;height:1rem;top:.2rem;left:.2rem;border-radius:50%;transition:all .5s ease;background-color:#e9fbfb}body.products .main .product .v_flex .cnad .icon{width:.8rem;height:.8rem;position:absolute;top:.3rem;left:.3rem;transition:all .5s ease}body.products .main .product .v_flex .cnad .name{font-family:SourceHanSansCN-Heavy;font-size:.24rem;color:#4d4d4d;position:absolute;left:.2rem;bottom:.72rem;letter-spacing:0;transition:all .5s ease}body.products .main .product .v_flex .cnad .sub{font-family:SourceHanSansCN-Medium;font-size:.16rem;color:#4d4d4d;position:absolute;left:.3rem;bottom:.15rem;width:1.8rem;letter-spacing:0;line-height:.24rem;transition:all .5s ease}body.products .main .product .v_flex .jdfw{width:2.8rem;height:2.8rem;margin-left:0;margin-top:0}body.products .main .product .v_flex .jdfw:hover .icon{width:2.2rem;height:2.2rem;top:.3rem;left:.3rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/a2-b20ff73683b713981c96e1a5d35f322f.png)}body.products .main .product .v_flex .jdfw:hover .name{left:.9rem;top:1.2rem}body.products .main .product .v_flex .jdfw:hover .sub{left:.2rem;top:1.6rem}body.products .main .product .v_flex .jdfw .icon{background:url(https://asset.biocsi.com/packs/media/images/product/a1-356569fce48b167982951f52b864807a.png) no-repeat 50%/100%}body.products .main .product .v_flex .jdfw .name{bottom:.7rem;left:.2rem}body.products .main .product .v_flex .jdfw .sub{font-size:.18rem;bottom:.4rem;left:.2rem;width:2.6rem;line-height:.24rem}body.products .main .product .v_flex .gdp{width:2.8rem;height:2.8rem;margin-left:.2rem;margin-top:0}body.products .main .product .v_flex .gdp:hover .icon{width:2.1rem;height:2.1rem;top:.3rem;left:.3rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/b2-6613143917d56cd2cf97c137060aa450.png)}body.products .main .product .v_flex .gdp:hover .name{left:.3rem;top:1.2rem}body.products .main .product .v_flex .gdp:hover .sub{left:.2rem;top:1.6rem}body.products .main .product .v_flex .gdp .icon{background:url(https://asset.biocsi.com/packs/media/images/product/b1-3fda13e7c06c10a21ca94a5a71f8cd76.png) no-repeat 50%/100%}body.products .main .product .v_flex .gdp .name{font-size:.28rem;left:.2rem;bottom:.8rem}body.products .main .product .v_flex .gdp .sub{font-size:.16rem;left:.2rem;bottom:.28rem;width:2.4rem}body.products .main .product .v_flex .wes{width:2.4rem;height:2.4rem;margin-left:.25rem;margin-top:0}body.products .main .product .v_flex .wes:hover .icon{width:1.7rem;height:1.7rem;top:.4rem;left:.4rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/c2-fc97cf1544ee093952a9419d591a98b4.png)}body.products .main .product .v_flex .wes:hover .name{left:.2rem;top:1rem}body.products .main .product .v_flex .wes:hover .sub{left:.1rem;top:1.3rem}body.products .main .product .v_flex .wes .iconbg{width:.8rem;height:.8rem}body.products .main .product .v_flex .wes .icon{width:.6rem;height:.6rem;background:url(https://asset.biocsi.com/packs/media/images/product/c1-f45815a01e91209b11eb5e7b2bb27563.png) no-repeat 50%/100%}body.products .main .product .v_flex .wes .name{left:.2rem;bottom:.8rem}body.products .main .product .v_flex .wes .sub{left:.2rem;bottom:.25rem;width:2.2rem}body.products .main .product .v_flex .mngs{width:2.45rem;height:2.45rem;margin-top:.2rem;margin-left:.21rem}body.products .main .product .v_flex .mngs:hover .icon{width:1.6rem;height:1.9rem;top:.3rem;left:.4rem;background-image:url(https://asset.biocsi.com/packs/media/images/product/d2-f7eb073b0a2590b5f54b90cf39d9a281.png)}body.products .main .product .v_flex .mngs:hover .name{left:.3rem;top:1rem}body.products .main .product .v_flex .mngs:hover .sub{left:.1rem;top:1.3rem}body.products .main .product .v_flex .mngs .iconbg{width:.8rem;height:.8rem}body.products .main .product .v_flex .mngs .icon{width:.5rem;height:.6rem;left:.4rem;top:.3rem;background:url(https://asset.biocsi.com/packs/media/images/product/d1-41044488fe463349570147bc4b220b58.png) no-repeat 50%/100%}body.products .main .product .v_flex .mngs .name{left:.2rem;bottom:.75rem}body.products .main .product .v_flex .mngs .sub{left:.2rem;bottom:.2rem;width:2.2rem}body.products .main .product .v_flex>div{border-radius:.15rem;z-index:50;background-color:#fff;background-color:var(--color-background);box-shadow:-9px 16px 12px 4px rgba(101,137,248,.2);-webkit-user-select:none;-moz-user-select:none;user-select:none}body.products .main .product .flex_end{align-items:flex-end;justify-content:space-between;flex-wrap:nowrap}body.products .main .product [class*=shadow-]{position:absolute;z-index:10;border-radius:.1rem;background-color:rgba(166,198,253,.568627451)}body.products .main .product .shadow-1{width:1.8rem;height:1.8rem;left:.8rem;top:7.2rem}body.products .main .product .shadow-2{width:3rem;height:3rem;top:3.1rem;left:3.54rem}body.products .main .product .shadow-3{width:1rem;height:1rem;top:2.2rem;left:unset;right:0}body.products .main .product .shadow-4{width:1.4rem;height:1.4rem;top:9.2rem;left:5.8rem}body.products .main .product .shadow-5{width:1rem;height:1rem;top:5.8rem;left:.05rem}body.products .main .product .shadow-6{width:1rem;height:1rem;top:9.2rem;left:2.6rem}body.products .main .product .shadow-7{width:2rem;height:1.4rem;left:.75rem;top:4.3rem}@keyframes line_1{0%{width:.4rem}50%{width:0}to{width:.4rem}}@keyframes line_2{0%{width:.2rem}50%{width:0}to{width:.2rem}}@keyframes line_3{0%{width:.1rem}50%{width:0}to{width:.1rem}}body.products .identify_content{height:100%;display:flex;flex-direction:column;position:relative;background:#fff}body.products .identify_content .identify_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/products/bg-428c81a6e654ddacedc4fc602f2b9d8a.jpg) no-repeat;background-size:100% 100%}body.products .identify_content .indentify_main{padding:1.7rem .4rem 1rem;flex-direction:column}body.products .identify_content .indentify_main .identify_left{display:none}body.products .identify_content .indentify_main .identify_left li dl.menu_head:after{content:"+";font-size:.35rem}body.products .identify_content .indentify_main .identify_left li.active dl.menu_head:after{content:"-"}body.products .identify_content .indentify_main .identify_left li.active dt.menu_body{display:block!important}body.products .identify_content .indentify_main .identify_left .menu_head{width:100%;height:.8rem;padding:0 .5rem;margin-bottom:.02rem;font-family:SourceHanSansCN-Regular;font-size:.3rem;color:#fff;cursor:pointer;background-image:linear-gradient(90deg,#648af9,#706bdf);display:flex;justify-content:space-between;align-items:center}body.products .identify_content .indentify_main .identify_left .menu_head a{color:#fff}body.products .identify_content .indentify_main .identify_left .menu_head a:hover{color:#2ad4d6!important;color:var(--color-hover)!important}body.products .identify_content .indentify_main .identify_left .menu_body{width:100%;display:none;line-height:.5rem}body.products .identify_content .indentify_main .identify_left .menu_body a{font-size:.3rem;padding:.1rem .3rem .1rem 1rem;display:block;color:#4d4d4d;text-decoration:none;overflow:hidden;transition:all .3s;position:relative;cursor:pointer;letter-spacing:normal}body.products .identify_content .indentify_main .identify_left .menu_body a:first-child{margin-top:.1rem}body.products .identify_content .indentify_main .identify_left .menu_body a:last-child{margin-bottom:.1rem}body.products .identify_content .indentify_main .identify_left .menu_body a:hover{color:#4d4d4d!important}body.products .identify_content .indentify_main .identify_left .menu_body .active{font-size:.3rem;padding:.1rem .3rem .1rem 1rem;display:block;color:#4d4d4d;text-decoration:none;overflow:hidden;transition:all .3s;position:relative;cursor:pointer;color:#001e62}body.products .identify_content .indentify_main .identify_left .menu_body .active:before{content:"";display:block;height:0;width:0;border:.18rem solid transparent;border-left-color:#001e62;position:absolute;left:.7rem;top:50%;transform:translate(-50%,-50%)}body.products .identify_content .indentify_main .product_nav a{color:#b3b3b3;position:relative;margin-right:.35rem;font-size:.26rem}body.products .identify_content .indentify_main .product_nav a:hover{color:#2ad4d6!important}body.products .identify_content .indentify_main .product_nav a:after{content:">";display:block;color:#b3b3b3;position:absolute;top:50%;transform:translateY(-50%);right:-.3rem}body.products .identify_content .indentify_main .product_nav a:last-of-type:after{content:""}body.products .identify_content .indentify_main .identify_right{width:100%;display:flex;flex-direction:column;margin-top:.5rem}body.products .identify_content .indentify_main .identify_right img{-o-object-fit:cover;object-fit:cover;margin-top:.3rem}body.products .identify_content .indentify_main .identify_right .title{border-bottom:1px solid #d9d9d9;font-family:SourceHanSansCN-Regular;font-size:.3rem;line-height:.3rem;color:#001e62;padding:.05rem 0 .15rem;position:relative}body.products .identify_content .indentify_main .identify_right .title:after{content:"";width:.6rem;height:.02rem;background-image:linear-gradient(90deg,#648af9,#706bdf);position:absolute;left:0;bottom:0}body.products .identify_content .indentify_main .identify_right .title .bullet{width:.25rem;height:.1rem;margin-right:.6rem;margin-top:0!important}body.products .identify_content .indentify_main .identify_right .r_content .r_ul{color:#001e62;font-size:.2rem;margin:.2rem 0 .3rem;cursor:pointer;justify-content:unset;flex-wrap:wrap}body.products .identify_content .indentify_main .identify_right .r_content .r_ul li{border-radius:.4rem;border:1px solid #001e62;margin:.1rem .1rem .1rem 0;text-align:center;line-height:.6rem;width:1.43rem;height:.6rem}body.products .identify_content .indentify_main .identify_right .r_content .r_ul li:nth-child(2){width:2.1rem}body.products .identify_content .indentify_main .identify_right .r_content .r_ul li:nth-child(4){margin:.1rem 0}body.products .identify_content .indentify_main .identify_right .r_content .r_ul li.active{background-color:#2ad4d6;border:none;color:#fff}body.products .identify_content .indentify_main .identify_right .r_content ol{width:100%;flex-grow:1;position:relative}body.products .identify_content .indentify_main .identify_right .r_content ol li{font-family:SourceHanSansCN-Regular;font-size:.24rem;line-height:.4rem;color:#4d4d4d;display:none}body.products .identify_content .indentify_main .identify_right .r_content ol li a{width:100%;display:block;margin:0 auto;line-height:.8rem;color:#fff;border-radius:.5rem;text-align:center;font-size:.32rem;background:#2ad4d6;letter-spacing:.03rem}body.products .identify_content .indentify_main .identify_right .r_content ol li a:hover{color:#fff!important}body.products .identify_content .indentify_main .identify_right .r_content ol li em{color:#4477c7;font-style:normal}body.products .identify_content .indentify_main .identify_right .r_content ol li .attachment__caption{display:none}body.products .identify_content .indentify_main .identify_right .r_content ol li img{width:100%;-o-object-fit:contain;object-fit:contain}body.products .identify_content .indentify_main .identify_right .r_content ol li h1{margin:0}body.products .identify_content .indentify_main .identify_right .r_content ol li h1 img{width:100%}body.products .identify_content .indentify_main .identify_right .r_content ol li:nth-child(3) pre{display:none}body.products .identify_content .indentify_main .identify_right .r_content ol li:nth-child(3) h1{display:block}body.products .identify_content .indentify_main .identify_right .r_content ol li:nth-child(3) h1 img{width:5.1rem;margin:0 auto}body.products .identify_content .indentify_main .identify_right .r_content ol li.active{display:flex;flex-direction:column}body.products .identify_content .indentify_main .identify_right .r_content .drop{font-family:SourceHanSansCN-Regular;font-weight:700;color:#4477c7}body.products .identify_content .indentify_main .identify_right .r_content b{color:#4477c7;margin-right:.05rem}body.products .g_vb{background:rgba(0,0,0,.5)}body.products .g_vb .pop_content{background:#fff;border-radius:.2rem;width:6.8rem;position:absolute;bottom:.4rem;left:50%;transform:translateX(-50%);text-align:center;font-size:.3rem;font-family:SourceHanSansCN-Regular;max-height:10rem;overflow-y:scroll}body.products .g_vb .pop_content li{line-height:1rem;padding:0 .4rem;letter-spacing:.03rem}body.products .g_vb .pop_content li a{color:#4d4d4d;display:block;border-top:1px solid #f4f5f6}body.products .g_vb .pop_content li a:hover{color:#2ad4d6!important}body.products .g_vb .pop_content .pop_title{font-family:SourceHanSansCN-Bold;font-size:.36rem;font-weight:700}body.products .g_vb .pop_content .pop_title a{color:#001e62!important;border:none!important}}@media screen and (min-width:1081px){body.articles .news{display:flex;flex-direction:column}body.articles .news .news_bg{height:5.4rem;width:100%;background:url(https://asset.biocsi.com/packs/media/images/news/news-96cc3afaa2aebc6c0147c5579c9acad9.png) no-repeat 50%;background-size:100% 100%}body.articles .news .news_main{height:16.1rem;display:flex;flex-direction:column;position:relative;background:url(https://asset.biocsi.com/packs/media/images/news/bg04-db2e529a32ffb0a3b78251c80dd416d5.png) no-repeat;background-size:100% 100%}body.articles .news .news_main .news_title{width:100%;height:.6rem;position:relative;margin-top:.6rem;margin-bottom:.6rem}body.articles .news .news_main .news_title .title-img{margin:0 auto;width:3.1rem;height:.5rem;-o-object-fit:contain;object-fit:contain}body.articles .news .news_main .news_title .innew{width:1.6rem;height:.4rem;position:absolute;left:14.5rem;top:50%;transform:translateY(-50%);cursor:pointer}body.articles .news .news_main .news_con{width:100%;height:9.2rem;padding-left:1.2rem;margin-bottom:1.2rem;display:flex;flex-direction:column}body.articles .news .news_main .news_con .news_page{display:flex;height:7.4rem;justify-content:space-between}body.articles .news .news_main .news_con .news_page .news_left{width:8rem;height:7.4rem;position:relative}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper{width:8rem;height:5.6rem;position:absolute;right:0;bottom:0;color:#fff;background-image:linear-gradient(45deg,#648af9,#706bdf)}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con{display:none}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_time{display:flex;flex-direction:column;align-items:center;font-size:.6rem;position:absolute;left:.3rem;bottom:1.9rem;letter-spacing:normal}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_time .time_day{font-size:.2rem;line-height:.2rem;color:#fff}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con{height:.6rem;font-family:SourceHanSansCN-Medium;font-size:.2rem;font-weight:400;font-stretch:normal;color:#001e62;position:absolute;top:4.1rem;left:.3rem;width:7.2rem}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con p:first-child{font-weight:700}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con p:first-child a{color:#001e62}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con span{font-family:SourceHanSansCN-Medium;font-size:.18rem;font-weight:400;font-stretch:normal;line-height:.2rem;color:#fff}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con.active{display:block}body.articles .news .news_main .news_con .news_page .news_left .news_left_img{width:6.6rem;height:5.5rem;position:absolute;right:0;top:0;background:#fff}body.articles .news .news_main .news_con .news_page .news_left .news_left_img .item{width:100%;height:100%;position:absolute;left:0;opacity:0;transition:all .8s;cursor:pointer;display:flex;align-items:center;justify-content:center}body.articles .news .news_main .news_con .news_page .news_left .news_left_img .item img{width:95%;height:95%;-o-object-fit:cover;object-fit:cover}body.articles .news .news_main .news_con .news_page .news_left .news_left_img .item.active{z-index:10;opacity:1}body.articles .news .news_main .news_con .news_page .news_left .pointList{position:absolute;left:.3rem;bottom:.4rem;z-index:10}body.articles .news .news_main .news_con .news_page .news_left .pointList .point{width:.1rem;height:.1rem;background-color:#fff;border-radius:100%;float:left;margin-right:.08rem;cursor:pointer}body.articles .news .news_main .news_con .news_page .news_left .pointList .point.active{width:.3rem;height:.1rem;border-radius:.1rem;background-color:#fff000}body.articles .news .news_main .news_con .news_page .news_right{width:9.5rem;height:6.1rem;position:relative}body.articles .news .news_main .news_con .news_page .news_right .news_right_list{width:7rem;height:6.1rem;position:absolute;left:0;top:0;display:flex;flex-direction:column;justify-content:space-between;font-size:.2rem;font-family:SourceHanSansCN-Medium;z-index:1}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item{width:7rem;height:1.3rem;background:#fff;display:flex;align-items:center;padding:.2rem .2rem .2rem 0;cursor:pointer}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .time{display:flex;flex-direction:column;align-items:center;color:#a5a5a5;width:1.3rem;margin-right:.2rem;position:relative;justify-content:space-around;height:.8rem;letter-spacing:normal}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .time:after{content:"";display:inline-block;width:.01rem;height:.8rem;background:#b2b2b2;position:absolute;right:0;top:50%;transform:translateY(-50%)}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .time .time_day{font-size:.4rem;color:#4d4d4d}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .content{height:.8rem;width:6rem;display:flex;flex-direction:column;justify-content:space-around}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .content .con_title{font-size:.2rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .content .p1{font-size:.16rem;line-height:.22rem;color:#a5a5a5}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .con_title{color:#2ad4d6}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .p1{color:#001e62}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .time_day{color:#2ad4d6}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .time{color:#001e62}body.articles .news .news_main .news_con .news_page .news_right .news_right_bg{width:3.5rem;height:2.4rem;position:absolute;right:0;top:50%;transform:translateY(-50%);background-image:linear-gradient(45deg,#706bdf,#648af9)}body.articles .news .news_main .news_foot{height:6.9rem;padding:0 2.5rem 1.6rem;display:flex;justify-content:space-between;background:#f0faff}body.articles .news .news_main .news_foot .news_foot_title{display:flex;justify-content:space-between;height:.4rem;cursor:pointer}body.articles .news .news_main .news_foot .news_foot_title span{font-family:SourceHanSansCN-Medium;font-size:.3rem;line-height:.3rem;color:#001e62;position:relative}body.articles .news .news_main .news_foot .news_foot_title span:after{content:"";display:inline-block;width:1.25rem;height:.02rem;position:absolute;background-color:#2ad4d6;left:0;bottom:0}body.articles .news .news_main .news_foot .news_foot_title button{width:1.6rem;height:.4rem;border-radius:.2rem;border:.02rem solid #001e62;font-family:SourceHanSansCN-Medium;font-size:.16rem;color:#001e62;background:transparent}body.articles .news .news_main .news_foot .news_foot_title button:hover{background:#2ad4d6;color:#fff;border:none}body.articles .news .news_main .news_foot .news_foot_left{width:6.6rem;height:3.9rem;display:flex;flex-direction:column;justify-content:space-between}body.articles .news .news_main .news_foot .news_foot_left .md_news{display:none}body.articles .news .news_main .news_foot .news_foot_left ul{display:flex;flex-direction:column;justify-content:space-between;height:3rem}body.articles .news .news_main .news_foot .news_foot_left ul li{display:flex;font-size:.16rem;justify-content:space-between;color:#4d4d4d;font-family:SourceHanSansCN-Medium;cursor:pointer}body.articles .news .news_main .news_foot .news_foot_left ul li .news_p{width:5rem}body.articles .news .news_main .news_foot .news_foot_left ul li .news_p b{margin-right:.02rem}body.articles .news .news_main .news_foot .news_foot_left ul li .news_time{letter-spacing:.01rem}body.articles .news .news_main .news_foot .news_foot_right{width:7rem;height:4.1rem;display:flex;flex-direction:column;justify-content:space-between}body.articles .news .news_main .news_foot .news_foot_right ul{height:3.2rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}body.articles .news .news_main .news_foot .news_foot_right ul li{display:flex;height:1.5rem;background:#fff;box-shadow:0 0 .1rem .02rem #f4f5f6;border-radius:0 .1rem .1rem 0;margin-bottom:.1rem;cursor:pointer}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info{width:4.6rem;padding:.3rem;color:#a5a5a5;font-size:.16rem;line-height:.2rem;justify-content:space-around}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info span{font-family:SourceHanSansCN-Medium;font-size:.18rem;line-height:.22rem;color:#001e62}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info:hover span{color:#2ad4d6}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info:hover p{color:#001e62}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va{width:2.4rem;height:1.5rem;position:relative}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va .g_blank{width:2.4rem;height:1.5rem;position:absolute;left:0;top:0;background:rgba(0,0,0,.1);z-index:1}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va .g_icon{height:30px;width:25px}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va .g_time{right:.05rem;bottom:.05rem;font-size:.12rem}body.articles .news .news_main .news_foot .news_foot_right ul li:nth-child(n+3){display:none}body.articles .detail_content{height:100%;display:flex;flex-direction:column;position:relative;background:#f0faff}body.articles .detail_content .detail_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/news/news-96cc3afaa2aebc6c0147c5579c9acad9.png) no-repeat;background-size:100% 100%}body.articles .detail_content .detail_main .d_title{line-height:.6rem;display:flex;border-bottom:1px solid #d9d9d9;padding:0 3.5rem;width:100%}body.articles .detail_content .detail_main .d_title li{font-family:SourceHanSansCN-Bold;font-size:.2rem;color:#4d4d4d;padding:0 .25rem;cursor:pointer}body.articles .detail_content .detail_main .d_title li.active{color:#2ad4d6}body.articles .detail_content .detail_main .d_title li.active:after{content:"";display:block;height:.02rem;background:#2ad4d6;position:relative}body.articles .detail_content .detail_main .d_title li.active a{color:#2ad4d6!important}body.articles .detail_content .detail_main .d_content{width:100%;padding:0 3.4rem}body.articles .detail_content .detail_main .d_content li{display:none}body.articles .detail_content .detail_main .d_content li .d_1{max-height:12.3rem;margin:.5rem 0;display:flex;flex-wrap:wrap}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item{width:33.3%;height:4.1rem;background-color:#fff;padding:.2rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular;border:.5px solid #f0faff;cursor:pointer;letter-spacing:normal;overflow:hidden}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item .d_content_link{height:100%;letter-spacing:normal;overflow:hidden}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item .d_content_img{width:3.7rem;height:2.1rem;overflow:hidden}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item .d_content_img img{transition:all .6s;-o-object-fit:cover;object-fit:cover}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item h1{font-family:SourceHanSansCN-Bold;font-size:.16rem;line-height:.2rem;margin:0}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item p{font-size:.15rem;color:#b3b3b3;line-height:.25rem}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item span{font-size:.14rem}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover img{transform:scale(1.1)}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover h1 a{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover p,body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover span{color:#001e62}body.articles .detail_content .detail_main .d_content li .d_choose{margin:.5rem 0}body.articles .detail_content .detail_main .d_content li .d_choose button{width:1.5rem;height:.4rem;background-color:#f0faff;border-radius:.2rem;border:.02rem solid #001e62;margin:0 .1rem;color:#001e62}body.articles .detail_content .detail_main .d_content li .d_choose button.active{background-color:#2ad4d6;border:none;color:#fff}body.articles .detail_content .detail_main .d_content li .d_con>div{display:none}body.articles .detail_content .detail_main .d_content li .d_con>div.active{display:flex;flex-wrap:wrap;flex-direction:column;width:100%}body.articles .detail_content .detail_main .d_content li .d_con .d_2{width:100%;display:flex;flex-wrap:wrap;margin:.5rem 0;max-height:10.2rem}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item{width:33.3%;height:3.4rem;background-color:#fff;padding:.2rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular;border:.5px solid #f0faff;cursor:pointer;position:relative}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_bg{width:90%;height:2.1rem;position:absolute;z-index:1;left:20px;transition:all .5s ease-in-out}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_img{width:auto;height:auto}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_img img{height:2.1rem}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_icon{width:30px;height:30px}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .v_title{font-family:SourceHanSansCN-Bold;font-size:.17rem;line-height:.4rem;color:#4d4d4d}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .v_tab{font-family:SourceHanSansCN-Regular;font-size:.14rem;line-height:.4rem;letter-spacing:normal}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .v_tab span:first-child{padding:.03rem .05rem;border-radius:.07rem;margin-right:.1rem;font-size:.12rem}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item:hover{color:#001e62}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item:hover .v_title a{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item:hover .g_bg{background:rgba(0,0,0,.5)}body.articles .detail_content .detail_main .d_content li .d_con .d_3{margin-top:.5rem}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item{width:100%;height:1.5rem;display:flex;margin-bottom:.2rem;cursor:pointer;color:#b3b3b3;font-size:.16rem;background:#fff;position:relative}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_bg{width:2.4rem;height:1.5rem;position:absolute;left:0;top:0;transition:all .5s ease-in-out}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item img{width:2.4rem;height:1.5rem}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_box{flex:1 1;padding:.3rem .5rem;font-family:SourceHanSansCN-Regular;letter-spacing:normal}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_box .title{font-size:.2rem;color:#4d4d4d}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_box .d_3_con{line-height:.25rem}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item:hover .d_3_box{color:#001e62}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item:hover .title{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item:hover .d_3_bg{background:rgba(0,0,0,.5)}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu{width:100%;height:1.5rem;padding:.3rem 0;border-bottom:1px solid #d9d9d9;display:flex;align-items:center;cursor:pointer;color:#b3b3b3;letter-spacing:normal}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .time{display:flex;flex-direction:column;align-items:center;font-family:SourceHanSansCN-Medium;position:relative;justify-content:space-around;padding:0 .35rem}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .time:after{content:"";display:inline-block;width:.01rem;height:.8rem;background:#b3b3b3;position:absolute;right:0;top:50%;transform:translateY(-50%)}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .time_day{font-size:.4rem;color:#4d4d4d}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .content{flex:1 1;height:100%;padding:.05rem .35rem;display:flex;flex-direction:column;justify-content:space-between}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .content .con_title{font-size:.2rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .content .p1{font-size:.16rem;line-height:.23rem}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu:hover .con_title,body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu:hover .time_day{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu:hover{background:#fff;color:#001e62!important}body.articles .detail_content .detail_main .d_content li.active{display:flex;flex-direction:column}body.articles .public_content .public_contop{background-image:url(https://asset.biocsi.com/packs/media/images/news/news-96cc3afaa2aebc6c0147c5579c9acad9.png)}body.articles #city_situation{color:#1b1b1b;counter-reset:page}body.articles #city_situation .p_padding{padding:.7rem 3.8rem 1rem}body.articles #city_situation .m_b1{margin-bottom:.1rem}body.articles #city_situation .m_tb2{margin-top:.2rem;margin-bottom:.2rem}body.articles #city_situation .m_t4{margin-top:.4rem}body.articles #city_situation p{text-align:justify}body.articles #city_situation .d_flex{display:flex}body.articles #city_situation .d_flex_fw{display:flex;flex-wrap:wrap;justify-content:space-between}body.articles #city_situation .p_line{line-height:.4rem}body.articles #city_situation .pw_title{width:77%}body.articles #city_situation .md_content{display:none}body.articles #city_situation .con_title{position:relative;margin-bottom:.55rem}body.articles #city_situation .con_title h1{margin:.1rem 0;font-size:.28rem}body.articles #city_situation .con_title .t_color1{color:#7eadfa}body.articles #city_situation .con_title .t_color2{color:#fff!important}body.articles #city_situation .con_title .t_color3{color:#fdeb98}body.articles #city_situation .con_title .span1{position:relative;font-style:italic}body.articles #city_situation .con_title .span1:before{width:4.5rem;height:1px;background:#7eadfa;content:"";display:block;position:absolute;top:50%;left:1.1rem;transform:translateY(-50%)}body.articles #city_situation .con_title .span1:after{counter-increment:page;content:"PAGE " counter(page,decimal-leading-zero)}body.articles #city_situation .con_title .span1_w:before{background:#fff}body.articles #city_situation .con_title .span2{position:absolute;right:0;font-size:.15rem}body.articles #city_situation .con_title .span2:before{content:"/ / / / / / / / /"}body.articles #city_situation .con_title .span2:after{width:4.5rem;height:1px;background:#7eadfa;content:"";display:block;position:absolute;top:50%;right:1.6rem;transform:translateY(-50%)}body.articles #city_situation .con_title .span2_w:after{background:#fff}body.articles #city_situation .con_title .cityName{color:unset;font-style:normal;position:unset}body.articles #city_situation .con_title .flex{display:flex;align-items:center;justify-content:center}body.articles #city_situation .topic_page1 li{margin-bottom:.5rem;position:relative}body.articles #city_situation .topic_page1 button{background:linear-gradient(90deg,#3f5fda,#3f88e3);padding:.1rem .3rem;color:#fff;border-radius:.05rem}body.articles #city_situation .topic_page1 button a{color:#fff}body.articles #city_situation .topic_page1 button a:hover{color:#fff!important}body.articles #city_situation .topic_page1 .p1,body.articles #city_situation .topic_page1 .p2,body.articles #city_situation .topic_page1 .p3{position:absolute;right:.65rem;top:.5rem;width:45%;line-height:.24rem;text-align:justify}body.articles #city_situation .topic_page1 .p2{left:.65rem;top:1rem}body.articles #city_situation .topic_page1 .p3{right:.65rem;top:.65rem}body.articles #city_situation .topic_page2{background:#f4f9ff}body.articles #city_situation .topic_page2 .p2_w{left:44%!important}body.articles #city_situation .topic_page3 .d_2{width:50%;margin:auto}body.articles #city_situation .topic_page3 .p3_w{left:45%!important}body.articles #city_situation .topic_page4{background:url(https://asset.biocsi.com/packs/media/images/city_img/e-22422fabbb48c42722c147554464131c.jpg) no-repeat;background-size:cover;height:5.6rem;color:#fff;position:relative}body.articles #city_situation .topic_page4 .topic_p4{width:5rem;position:absolute;top:42%;text-align:justify}body.articles #city_situation .topic_page4 .p4_w{left:47%!important}body.articles #city_situation .topic_page5 .f_img{width:3.5rem;height:3rem;margin-right:.4rem;border-radius:.25rem}body.articles #city_situation .topic_page5 .p5_w{left:46%!important}body.articles #city_situation .topic_page6{background:url(https://asset.biocsi.com/packs/media/images/city_img/g-2d1ff69613240f877e47d9f0cba97127.jpg) no-repeat;background-size:cover;height:5.3rem;position:relative}body.articles #city_situation .topic_page6 .p6_length{width:5.8rem;position:absolute;top:50%}body.articles #city_situation .topic_page6 .p6_w{left:50%!important}body.articles #city_situation .topic_page7{background:url(https://asset.biocsi.com/packs/media/images/city_img/h-51a3d042e06834836a51e54a065431b5.jpg) no-repeat;background-size:cover;height:8rem}body.articles #city_situation .topic_page7 li{margin:.5rem 0;line-height:.3rem}body.articles #city_situation .topic_page7 .p7_w{left:57%!important}body.articles #city_situation .topic_page8{background:#3861bd;color:#fff}body.articles #city_situation .topic_page8 .p8_w{left:48%!important}body.articles #city_situation .topic_page9 .p9_w{left:58%!important}body.articles #city_situation .topic_page10{background:#f4f9ff}body.articles #city_situation .topic_page10 .p10_img img{width:2.5rem}body.articles #city_situation .topic_page10 .p10_w{left:57%!important}body.articles #city_situation .topic_page11 .p11_img{height:4.5rem;margin-right:.5rem}body.articles #city_situation .topic_page11 .p11_answer{height:4.5rem}body.articles #city_situation .topic_page11 .p11_w{left:54%!important}body.articles #city_situation .topic_page12{background:url(https://asset.biocsi.com/packs/media/images/city_img/l-14fb6000cf28702a0a6faac1ae2475ed.jpg) no-repeat;background-size:cover;height:10.6rem;position:relative}body.articles #city_situation .topic_page12 .p12_content{position:absolute;left:4.9rem;color:#fff;top:1.8rem}body.articles #city_situation .topic_page12 .p12_content li{border-bottom:.01rem solid #fff;line-height:.51rem;padding-bottom:.55rem;margin-bottom:.1rem}body.articles #city_situation .topic_page12 .p12_w{left:45%!important}body.articles #city_situation .topic_page14{background:#f4f9ff}body.articles #city_situation .topic_page16{background:#3861bd}body.articles #city_situation .topic_page16 .p16_li li{width:48%;height:4rem;margin-bottom:.5rem;background-color:#fff;border-radius:.1rem;padding:.2rem .5rem;line-height:.32rem}body.articles #city_situation .topic_page16 .p16_li .p16_title{border-bottom:1px dashed #242424;height:.5rem;margin-bottom:.1rem}body.articles #city_situation .topic_page16 .p16_li .p16_title img{width:.4rem;-o-object-fit:contain;object-fit:contain}body.articles #city_situation .topic_page16 .p16_li .p16_title span{display:inline-block;width:.12rem;height:.12rem;border-radius:50%;background:#ffb344;border:2px solid #5f81ec;margin-right:.1rem}body.articles #city_situation .topic_page16 .p16_li .p16_content{flex:1 1}body.articles #city_situation .topic_page16 .p16_li .p16_content .p16_red{color:#e91016}body.articles #city_situation .topic_page17 .p17_img img{width:5.5rem}body.articles #city_situation .topic_page17 .p17_w{left:47%!important}body.articles #city_situation .topic_page18{background:#f4f9ff}body.articles #city_situation .topic_page18 .p18_img{width:8rem;margin:.5rem auto}body.articles #city_situation .topic_page19{background:#4c7ad2;color:#fff}body.articles #city_situation .topic_page19 .p19_w{left:56%!important}body.articles #city_situation .topic_page20 .p20_w{left:51%!important}body.articles #city_situation .topic_page21{background:#f5f9ff}body.articles #city_situation .topic_page21 li{color:#2b2b2b}body.articles #city_situation .topic_page21 li img{width:.7rem;height:.7rem;margin-right:.2rem}body.articles #city_situation .topic_page21 h3{color:#508eff}body.articles #city_situation .topic_page22{background:url(https://asset.biocsi.com/packs/media/images/city_img/s-8bdcbeab051ad1e0ff28bacee9fdc922.jpg) no-repeat;background-size:cover}body.articles #city_situation .topic_page23{background:#4c7ad2}body.articles #city_situation .topic_page23 .p23_li li{height:2.8rem;background:url(https://asset.biocsi.com/packs/media/images/city_img/t-2fd4f3828359280578ad569bda222185.jpg) no-repeat;background-size:cover;border-radius:.2rem;position:relative;margin-bottom:.2rem}body.articles #city_situation .topic_page23 .p23_li li img{width:1.3rem;height:1.2rem;position:absolute;bottom:0;right:0}body.articles #city_situation .topic_page23 .p23_li li span{color:#fff;font-size:.3rem;left:.2rem;position:absolute;top:.1rem}body.articles #city_situation .topic_page23 .p23_li li p{line-height:.4rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%}body.articles #city_situation .topic_page23 .p23_li li:last-child p{top:36%}body.articles #city_situation .topic_page25{background:#f5f9ff}body.articles #city_situation .topic_page26 .k_img,body.articles #city_situation .topic_page26 .p26_img{width:4.2rem}body.articles #city_choose{display:flex;flex-direction:column}body.articles #city_choose .city_banner{height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/city_img/city_head-33bfcd1f55aaf81e4326e4b5953f6bd3.jpg) no-repeat;background-size:100% 100%}body.articles #city_choose .mb3{margin-bottom:.3rem}body.articles #city_choose .city_head{line-height:.6rem;background:url(https://asset.biocsi.com/packs/media/images/city_img/m_bg-1f2a301dda4291ce189d9ffb3c25d3f9.jpg) no-repeat;background-size:100% 100%}body.articles #city_choose .city_head #cityTitle span{margin-right:.2rem;cursor:pointer}body.articles #city_choose .city_head #cityTitle span:hover{color:#6f70e2}body.articles #city_choose .city_head #cityTitle span.active{color:#2ad4d6}body.articles #city_choose .city_head .p_padding{padding:.4rem 3.8rem}body.articles #city_choose .f_bg{background:#f1faff;flex:1 1}body.articles #city_choose .f_bg #city_content{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.15rem;gap:.15rem;padding:.7rem 3.8rem 1.2rem}body.articles #city_choose .f_bg #city_content li{background:#fff;width:100%;height:.5rem;border-radius:.1rem;margin-bottom:.1rem;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center}body.articles #city_choose .f_bg #city_content li:hover{background-image:linear-gradient(90deg,#648af9,#706bdf);color:#fff}body.articles #city_choose .f_bg #city_content li.active{display:flex;flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:1080px){body.articles .news{display:flex;flex-direction:column}body.articles .news .news_bg{height:5.5rem;width:100%;background:url(https://asset.biocsi.com/packs/media/images/mobile/news/md_banner-370c9861b9927cdda85c8e2ebe191d0f.jpg) no-repeat 50%;background-size:100% 100%}body.articles .news .news_main{height:auto;padding:.3rem;display:flex;flex-direction:column;position:relative;background:url(https://asset.biocsi.com/packs/media/images/mobile/news/md_main-95ac4c94181b22912245f70072a65967.jpg) no-repeat;background-size:100% 100%}body.articles .news .news_main .news_title{width:100%;height:.6rem;position:relative;margin-top:.2rem;margin-bottom:.3rem}body.articles .news .news_main .news_title .title-img{margin:0 auto;width:2.9rem;height:.6rem;-o-object-fit:contain;object-fit:contain}body.articles .news .news_main .news_title .innew{display:none}body.articles .news .news_main .news_con{width:100%;height:14.8rem;padding:0;margin-bottom:.5rem;display:flex;flex-direction:column}body.articles .news .news_main .news_con .news_page{display:flex;height:14rem;justify-content:space-between;flex-direction:column}body.articles .news .news_main .news_con .news_page .news_left{width:100%;height:6.5rem;position:relative}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper{width:100%;height:4.9rem;position:absolute;right:0;bottom:0;color:#fff;background-image:linear-gradient(45deg,#648af9,#706bdf)}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con{display:none}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_time{display:flex;flex-direction:column;align-items:center;font-size:.6rem;position:absolute;left:.3rem;bottom:1.7rem;letter-spacing:normal}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_time .time_day{font-size:.2rem;line-height:.2rem;color:#fff}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con{height:.6rem;font-family:SourceHanSansCN-Medium;font-size:.2rem;font-weight:400;font-stretch:normal;color:#001e62;position:absolute;top:3.5rem;left:.3rem;width:90%}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con p:first-child{font-weight:700}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con p:first-child a{color:#001e62}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con .swiper_con span{font-family:SourceHanSansCN-Medium;font-size:.18rem;font-weight:400;font-stretch:normal;line-height:.2rem;color:#fff}body.articles .news .news_main .news_con .news_page .news_left .news_left_swiper .con.active{display:block}body.articles .news .news_main .news_con .news_page .news_left .news_left_img{width:5.6rem;height:4.8rem;position:absolute;right:0;top:0;background:#fff}body.articles .news .news_main .news_con .news_page .news_left .news_left_img .item{width:100%;height:100%;position:absolute;left:0;opacity:0;transition:all .8s;cursor:pointer;display:flex;align-items:center;justify-content:center}body.articles .news .news_main .news_con .news_page .news_left .news_left_img .item img{width:95%;height:95%;-o-object-fit:cover;object-fit:cover}body.articles .news .news_main .news_con .news_page .news_left .news_left_img .item.active{z-index:10;opacity:1}body.articles .news .news_main .news_con .news_page .news_left .pointList{position:absolute;left:.3rem;bottom:.4rem;z-index:10}body.articles .news .news_main .news_con .news_page .news_left .pointList .point{width:.1rem;height:.1rem;background-color:#fff;border-radius:100%;float:left;margin-right:.08rem;cursor:pointer}body.articles .news .news_main .news_con .news_page .news_left .pointList .point.active{width:.3rem;height:.1rem;border-radius:.1rem;background-color:#fff000}body.articles .news .news_main .news_con .news_page .news_right{width:100%;height:6.1rem;margin-bottom:.5rem;position:relative}body.articles .news .news_main .news_con .news_page .news_right .news_right_list{width:7rem;height:6.1rem;position:absolute;left:0;top:0;display:flex;flex-direction:column;justify-content:space-between;font-size:.2rem;font-family:SourceHanSansCN-Medium;z-index:1}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item{width:100%;height:1.3rem;background:#fff;display:flex;align-items:center;padding:.2rem .2rem .2rem 0;margin-top:.2rem;cursor:pointer}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .time{display:flex;flex-direction:column;align-items:center;color:#a5a5a5;width:1.3rem;margin-right:.2rem;position:relative;justify-content:space-around;height:.8rem;letter-spacing:normal}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .time:after{content:"";display:inline-block;width:.01rem;height:.8rem;background:#b2b2b2;position:absolute;right:0;top:50%;transform:translateY(-50%)}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .time .time_day{font-size:.4rem;color:#4d4d4d}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .content{height:.8rem;width:6rem;display:flex;flex-direction:column;justify-content:space-around}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .content .con_title{font-size:.22rem;font-family:SourceHanSansCN-Regular}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .content .con_title a{color:#4d4d4d}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item .content .p1{font-size:.2rem;line-height:.22rem;color:#a5a5a5}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .con_title{color:#2ad4d6}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .p1{color:#001e62}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .time_day{color:#2ad4d6}body.articles .news .news_main .news_con .news_page .news_right .news_right_list .list_item.active .time{color:#001e62}body.articles .news .news_main .news_con .news_page .news_right .news_right_bg{display:none}body.articles .news .news_main .news_foot{width:100%;height:auto;padding:0;display:flex;justify-content:space-between;flex-flow:wrap-reverse}body.articles .news .news_main .news_foot .news_foot_title{display:flex;justify-content:space-between;height:.4rem;cursor:pointer}body.articles .news .news_main .news_foot .news_foot_title span{font-family:SourceHanSansCN-Medium;font-size:.3rem;line-height:.3rem;color:#001e62;position:relative}body.articles .news .news_main .news_foot .news_foot_title span:after{content:"";display:inline-block;width:1.25rem;height:.02rem;position:absolute;background-color:#2ad4d6;left:0;bottom:0}body.articles .news .news_main .news_foot .news_foot_title button{display:none}body.articles .news .news_main .news_foot .news_foot_left{width:100%;display:flex;flex-direction:column}body.articles .news .news_main .news_foot .news_foot_left .pc_news{display:none}body.articles .news .news_main .news_foot .news_foot_left ul{display:flex;flex-direction:column;justify-content:space-between;margin:.3rem 0}body.articles .news .news_main .news_foot .news_foot_left ul .list_item{width:100%;height:1.5rem;background:#fff;display:flex;align-items:center;padding:.2rem .2rem .2rem 0;margin-top:.2rem;cursor:pointer}body.articles .news .news_main .news_foot .news_foot_left ul .list_item .time{display:flex;flex-direction:column;align-items:center;color:#a5a5a5;width:1.3rem;margin-right:.2rem;position:relative;justify-content:space-around;height:.8rem;letter-spacing:normal;font-size:.2rem}body.articles .news .news_main .news_foot .news_foot_left ul .list_item .time:after{content:"";display:inline-block;width:.01rem;height:.8rem;background:#b2b2b2;position:absolute;right:0;top:50%;transform:translateY(-50%)}body.articles .news .news_main .news_foot .news_foot_left ul .list_item .time .time_day{font-size:.5rem;font-weight:700;color:#4d4d4d}body.articles .news .news_main .news_foot .news_foot_left ul .list_item .content{height:.8rem;width:6rem;display:flex;flex-direction:column;justify-content:space-between}body.articles .news .news_main .news_foot .news_foot_left ul .list_item .content .con_title{font-size:.25rem;font-family:SourceHanSansCN-Regular}body.articles .news .news_main .news_foot .news_foot_left ul .list_item .content .con_title a{color:#4d4d4d}body.articles .news .news_main .news_foot .news_foot_left ul .list_item .content .p1{font-size:.2rem;line-height:.22rem;color:#a5a5a5}body.articles .news .news_main .news_foot .news_foot_left ul .list_item:nth-child(n+5){display:none}body.articles .news .news_main .news_foot .news_foot_left ul .list_item:hover .con_title{color:#2ad4d6}body.articles .news .news_main .news_foot .news_foot_left ul .list_item:hover .p1{color:#001e62}body.articles .news .news_main .news_foot .news_foot_left ul .list_item:hover .time_day{color:#2ad4d6}body.articles .news .news_main .news_foot .news_foot_left ul .list_item:hover .time{color:#001e62}body.articles .news .news_main .news_foot .news_foot_right{width:100%;height:8.8rem;display:flex;flex-direction:column}body.articles .news .news_main .news_foot .news_foot_right ul{margin:.3rem 0;display:flex;flex-direction:column;justify-content:normal}body.articles .news .news_main .news_foot .news_foot_right ul li{display:flex;height:1.5rem;background:#fff;box-shadow:0 0 .1rem .02rem #f4f5f6;border-radius:0 .1rem .1rem 0;margin-bottom:.1rem;cursor:pointer}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info{width:4.6rem;padding:.2rem .3rem;color:#a5a5a5;font-size:.2rem;line-height:.3rem;justify-content:space-around}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info span{font-family:SourceHanSansCN-Medium;font-size:.22rem;color:#001e62}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info:hover span{color:#2ad4d6}body.articles .news .news_main .news_foot .news_foot_right ul li .right_info:hover p{color:#001e62}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va{width:2.4rem;height:1.5rem;position:relative}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va .g_blank{width:2.4rem;height:1.5rem;position:absolute;left:0;top:0;background:rgba(0,0,0,.1);z-index:1}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va .g_icon{height:30px;width:25px}body.articles .news .news_main .news_foot .news_foot_right ul li .g_va .g_time{right:.05rem;bottom:.05rem;font-size:.12rem}body.articles .detail_content{height:100%;display:flex;flex-direction:column;position:relative;background:#f0faff}body.articles .detail_content .detail_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/news/md_banner-370c9861b9927cdda85c8e2ebe191d0f.jpg) no-repeat;background-size:100% 100%}body.articles .detail_content .detail_main .d_title{line-height:.8rem;display:flex;border-bottom:1px solid #d9d9d9;width:100%;justify-content:space-around}body.articles .detail_content .detail_main .d_title li{font-family:SourceHanSansCN-Bold;font-size:.3rem;color:#4d4d4d;padding:0 .25rem;cursor:pointer}body.articles .detail_content .detail_main .d_title li.active{color:#2ad4d6}body.articles .detail_content .detail_main .d_title li.active:after{content:"";display:block;height:.02rem;background:#2ad4d6;position:relative}body.articles .detail_content .detail_main .d_title li.active a{color:#2ad4d6!important}body.articles .detail_content .detail_main .d_content{width:100%;padding:.3rem}body.articles .detail_content .detail_main .d_content li{display:none}body.articles .detail_content .detail_main .d_content li .d_1{display:flex;flex-wrap:wrap}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item{width:100%;height:6.4rem;background-color:#fff;padding:.2rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular;border:.5px solid #f0faff;cursor:pointer;letter-spacing:normal;overflow:hidden;margin-bottom:.3rem}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item .d_content_link{height:100%}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item .d_content_img{width:100%;height:4rem;overflow:hidden}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item .d_content_img img{transition:all .6s;-o-object-fit:cover;object-fit:cover}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item h1{font-family:SourceHanSansCN-Bold;font-size:.4rem;margin:0}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item p{font-size:.24rem;color:#b3b3b3;line-height:.25rem}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item span{font-size:.2rem}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover img{transform:scale(1.1)}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover h1 a{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover p,body.articles .detail_content .detail_main .d_content li .d_1 .d_content_item:hover span{color:#001e62}body.articles .detail_content .detail_main .d_content li .d_choose{margin:.5rem 0}body.articles .detail_content .detail_main .d_content li .d_choose button{width:1.5rem;height:.4rem;background-color:#f0faff;border-radius:.2rem;border:.02rem solid #001e62;margin:0 .1rem;color:#001e62}body.articles .detail_content .detail_main .d_content li .d_choose button.active{background-color:#2ad4d6;border:none;color:#fff}body.articles .detail_content .detail_main .d_content li .d_con>div{display:none}body.articles .detail_content .detail_main .d_content li .d_con>div.active{display:flex;flex-wrap:wrap;flex-direction:column;width:100%}body.articles .detail_content .detail_main .d_content li .d_con .d_2{width:100%;display:flex;flex-wrap:wrap;margin:.5rem 0;max-height:10.2rem}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item{width:33.3%;height:3.4rem;background-color:#fff;padding:.2rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular;border:.5px solid #f0faff;cursor:pointer;position:relative}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_bg{width:90%;height:2.1rem;position:absolute;z-index:1;left:20px;transition:all .5s ease-in-out}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_img{width:auto;height:auto}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_img img{height:2.1rem}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .g_icon{width:30px;height:30px}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .v_title{font-family:SourceHanSansCN-Bold;font-size:.17rem;line-height:.4rem;color:#4d4d4d}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .v_tab{font-family:SourceHanSansCN-Regular;font-size:.14rem;line-height:.4rem;letter-spacing:normal}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item .v_tab span:first-child{padding:.03rem .05rem;border-radius:.07rem;margin-right:.1rem;font-size:.12rem}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item:hover{color:#001e62}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item:hover .v_title a{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li .d_con .d_2 .d_con_item:hover .g_bg{background:rgba(0,0,0,.5)}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item{width:100%;height:1.5rem;display:flex;margin-bottom:.2rem;cursor:pointer;color:#b3b3b3;font-size:.2rem;background:#fff;position:relative}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_bg{width:2.4rem;height:1.5rem;position:absolute;left:0;top:0;transition:all .5s ease-in-out}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item img{width:2.4rem;height:1.5rem}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_box{width:4.6rem;padding:.2rem;font-family:SourceHanSansCN-Regular;letter-spacing:normal;justify-content:space-around}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_box .title{font-size:.22rem;color:#4d4d4d}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_box span:last-child{display:none}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item .d_3_box .d_3_con{line-height:.25rem}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item:hover .d_3_box{color:#001e62}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item:hover .title{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li .d_con .d_3 .d_3_item:hover .d_3_bg{background:rgba(0,0,0,.5)}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu{width:100%;height:1.5rem;padding:.2rem 0;display:flex;align-items:center;cursor:pointer;color:#b3b3b3;letter-spacing:normal;background:#fff;margin-bottom:.2rem}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .time{display:flex;flex-direction:column;align-items:center;font-family:SourceHanSansCN-Medium;position:relative;justify-content:space-around;padding:0 .2rem;font-size:.2rem}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .time:after{content:"";display:inline-block;width:.01rem;height:.8rem;background:#b3b3b3;position:absolute;right:0;top:50%;transform:translateY(-50%)}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .time_day{font-size:.5rem;color:#4d4d4d}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .content{width:80%;height:100%;padding:.05rem .2rem;display:flex;flex-direction:column;justify-content:space-around}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .content .con_title{font-size:.22rem;color:#4d4d4d;font-family:SourceHanSansCN-Regular;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .content .con_title a{color:#333}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu .content .p1{font-size:.2rem;line-height:.25rem}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu:hover{background:#fff;color:#001e62!important}body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu:hover .con_title,body.articles .detail_content .detail_main .d_content li .d_4 .d_content_indu:hover .time_day{color:#2ad4d6}body.articles .detail_content .detail_main .d_content li.active{display:flex;flex-direction:column}body.articles .public_content .public_contop{background-image:url(https://asset.biocsi.com/packs/media/images/mobile/news/md_banner-370c9861b9927cdda85c8e2ebe191d0f.jpg)}body.articles #city_situation{color:#222;text-align:justify}body.articles #city_situation .p_padding{padding:.7rem .4rem}body.articles #city_situation .d_flex_c{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}body.articles #city_situation .c_flex{flex-direction:column}body.articles #city_situation .p_line{line-height:.4rem}body.articles #city_situation .pc_content{display:none}body.articles #city_situation .m_b1{margin-bottom:.1rem}body.articles #city_situation .m_tb2{margin:.2rem 0}body.articles #city_situation .m_t4{margin-top:.4rem;margin-bottom:.2rem}body.articles #city_situation h4{color:#1b1b1b;font-size:.3rem;font-weight:700;margin-bottom:.15rem}body.articles #city_situation .topic_title{font-size:.4rem;margin-bottom:.4rem;text-align:center;font-weight:700}body.articles #city_situation .topic_title span{display:contents}body.articles #city_situation .topic_title p{display:contents;color:#508eff}body.articles #city_situation .topic_title_w span{color:#fff}body.articles #city_situation .topic_title_w p{color:#e1d69f}body.articles #city_situation .topic_page1{padding:.2rem .1rem}body.articles #city_situation .topic_page1 .p1,body.articles #city_situation .topic_page1 .p2,body.articles #city_situation .topic_page1 .p3{position:absolute;width:6.5rem;left:50%;transform:translateX(-50%);line-height:.35rem;top:4.5rem}body.articles #city_situation .topic_page1 li{margin-bottom:.2rem;position:relative}body.articles #city_situation .topic_page1 li button{width:1.8rem;height:.5rem;background-image:linear-gradient(65deg,#3e5cd8,#579ef8);border-radius:.1rem;color:#fff;margin-top:.1rem}body.articles #city_situation .topic_page1 li button a{color:#fff!important}body.articles #city_situation .topic_page1 .p2 button{margin-top:.8rem!important}body.articles #city_situation .topic_page2{background-color:#f4f9ff}body.articles #city_situation .topic_page5{background:#436bc0;color:#fff}body.articles #city_situation .topic_page6{padding:.7rem .2rem .7rem .4rem}body.articles #city_situation .topic_page6 .f_img{width:3.6rem;height:5rem;margin-left:.2rem}body.articles #city_situation .topic_page6 .p6_length{flex-wrap:nowrap!important}body.articles #city_situation .topic_page7{background:#f4faff}body.articles #city_situation .topic_page7 ul{line-height:.4rem}body.articles #city_situation .topic_page7 ul li{margin-bottom:.2rem}body.articles #city_situation .topic_page8{background:url(https://asset.biocsi.com/packs/media/images/mobile/city_img/g1-aaf01666c4442d5448563f6f8db11cfb.jpg) no-repeat;background-size:cover}body.articles #city_situation .topic_page8 li{margin-bottom:.15rem}body.articles #city_situation .topic_page13{background:#436bc0}body.articles #city_situation .topic_page21 img{width:.8rem;height:.8rem;margin-right:.1rem;margin-bottom:.8rem}body.articles #city_situation .topic_page21 h3{color:#508eff}body.articles #city_situation .topic_page24{background-color:#f4faff}body.articles #city_situation .topic_page25{background:url(https://asset.biocsi.com/packs/media/images/mobile/city_img/j-f6bf40870f73b0ab8c788893e0e66ed7.jpg) no-repeat;background-size:cover}body.articles #city_situation .topic_page26 .p26_img{width:6rem;margin:0 auto}body.articles #city_situation .topic_page26 .k_img{width:3.5rem;margin:0 auto}body.articles #city_choose{display:flex;flex-direction:column}body.articles #city_choose .city_banner{height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/city_img/c_head-facbd2e43b0c6177689c239cd3941a39.jpg) no-repeat;background-size:100% 100%}body.articles #city_choose .mb3{margin-bottom:.3rem}body.articles #city_choose .city_head{line-height:.5rem;background:url(https://asset.biocsi.com/packs/media/images/city_img/m_bg-1f2a301dda4291ce189d9ffb3c25d3f9.jpg) no-repeat;background-size:100% 100%}body.articles #city_choose .city_head #cityTitle span{margin-right:.4rem;cursor:pointer}body.articles #city_choose .city_head #cityTitle span:hover{color:#6f70e2}body.articles #city_choose .city_head #cityTitle span.active{color:#2ad4d6}body.articles #city_choose .city_head .p_padding{padding:.3rem .5rem .5rem}body.articles #city_choose .f_bg{background:#f1faff;flex:1 1}body.articles #city_choose .f_bg #city_content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.2rem;gap:.2rem;padding:.5rem}body.articles #city_choose .f_bg #city_content li{background:#fff;width:100%;height:.5rem;border-radius:.1rem;margin-bottom:.1rem;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center}body.articles #city_choose .f_bg #city_content li:hover{background-image:linear-gradient(90deg,#648af9,#706bdf);color:#fff}body.articles #city_choose .f_bg #city_content li.active{display:flex;flex-wrap:wrap;justify-content:space-between}}@media(min-width:1081px){body.abouts #about_md{display:none}body.abouts #about header{height:.67rem}body.abouts #about .section{height:100%;overflow:hidden}body.abouts #about .section .activity{padding:1.4rem 2.6rem 1.4rem 2rem;height:100%}body.abouts #about .section1{background:url(https://asset.biocsi.com/packs/media/images/about/bg01-51d57ebe2e603c3e02e9036275841047.png) 50% no-repeat;background-size:100% 100%}body.abouts #about .section1 .introduce{margin:0 auto;height:100%;padding:1.5rem 2rem .9rem}body.abouts #about .section1 .introduce .introduce_info .info{width:7.1rem;height:100%;font-size:.15rem;font-family:SourceHanSansCN-Regular}body.abouts #about .section1 .introduce .introduce_info .info_title{font-family:SourceHanSansCN-Medium;font-size:.3rem;margin-bottom:.08rem}body.abouts #about .section1 .introduce .introduce_info .paragraph{line-height:.2rem;margin-top:.2rem}body.abouts #about .section1 .introduce .introduce_info .paragraph p{margin-bottom:.15rem;text-indent:2em;text-align:justify}body.abouts #about .section1 .introduce .introduce_info .g_va{width:7.1rem;height:100%;cursor:pointer}body.abouts #about .section1 .introduce .introduce_info .g_va video{width:100%;height:100%;position:unset;transform:none}body.abouts #about .section1 .introduce .introduce_data .data_item{font-size:.15rem}body.abouts #about .section1 .introduce .introduce_data .data_item p{font-size:.36rem;letter-spacing:.01rem;font-weight:700}body.abouts #about .section1 .introduce .introduce_data .data_item p b{font-size:.24rem}body.abouts #about .section1 .introduce .introduce_data .data_item p b:last-child{font-size:.2rem}body.abouts #about .section1 .introduce .introduce_data .data_item span{margin-top:.05rem;letter-spacing:normal}body.abouts #about .section1 .introduce .introduce_data .p_gray{font-size:.14rem;color:#4d4d4d;text-align:center;margin-top:.2rem}body.abouts #about .section2{background:url(https://asset.biocsi.com/packs/media/images/about/bg02-e471633bf8c2d4cae1ce735b61faaef0.jpg) 50% no-repeat;background-size:100% 100%}body.abouts #about .section2 .development{margin:0 auto;padding:1.5rem 1.6rem 0;height:100%}body.abouts #about .section2 .development .swiper{width:100%;height:100%}body.abouts #about .section2 .development .swiper .swiper-slide{font-size:.18rem;background:transparent;display:flex;flex-direction:column;align-items:center;padding:.2rem .1rem}body.abouts #about .section2 .development .swiper .swiper-slide .deve_year{color:#465495;margin-bottom:.22rem;position:relative}body.abouts #about .section2 .development .swiper .swiper-slide .deve_content{background:#e0eef7;min-height:2.1rem;width:3.6rem;position:relative;border-radius:.1rem;padding:.2rem;color:#4d4d4d;text-align:justify;font-size:.16rem}body.abouts #about .section2 .development .swiper .swiper-slide .deve_content:before{display:block;content:"";position:absolute;top:-.08rem;left:50%;width:0;height:0;border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.08rem solid #e0eef7;transform:translateX(-50%)}body.abouts #about .section2 .development .swiper .swiper-slide .deve_content:after{display:block;position:absolute;content:"";width:3.6rem;height:.08rem;background-color:#5edfe7;border-radius:.2rem;bottom:-.3rem;left:50%;transform:translateX(-50%)}body.abouts #about .section2 .development .swiper .swiper-slide .deve_content span{font-size:.18rem;background:#5edfe7;color:#fff;padding:.04rem .1rem;border-radius:.05rem;display:inline-block;margin-bottom:.2rem}body.abouts #about .section2 .development .swiper .swiper-slide .deve_content p{line-height:.24rem}body.abouts #about .section2 .development .swiper .swiper-button-next{right:1rem;top:5.5rem;width:.5rem;height:.5rem;background:url(https://asset.biocsi.com/packs/media/images/right-2be4f4fbf43e3244a217fe41c72cb277.png) no-repeat;border:.01rem solid transparent;border-radius:50%;background-size:contain}body.abouts #about .section2 .development .swiper .swiper-button-prev{left:1rem;top:5.5rem;width:.5rem;height:.5rem;background:url(https://asset.biocsi.com/packs/media/images/left-8ae612f60a4ec13220e4c04489e0bcc3.png) no-repeat;border:.01rem solid transparent;border-radius:50%;background-size:contain}body.abouts #about .section2 .development .deve_swiper{width:16rem;height:4rem;margin-top:1.4rem;overflow:hidden}body.abouts #about .section2 .development .deve_swiper .line{width:16rem;border-bottom:.02rem solid #dceaf3;background-size:100% 100%;height:.28rem;position:relative}body.abouts #about .section2 .development .deve_swiper .line img{position:absolute;width:.2rem;height:.2rem;bottom:-.12rem}body.abouts #about .section2 .development .deve_swiper .line img:first-child{left:0}body.abouts #about .section2 .development .deve_swiper .line img:nth-child(2){left:24.5%}body.abouts #about .section2 .development .deve_swiper .line img:nth-child(3){left:49.5%}body.abouts #about .section2 .development .deve_swiper .line img:nth-child(4){left:74.5%}body.abouts #about .section2 .development .deve_swiper .line img:nth-child(5){right:0}body.abouts #about .section2 .development .deve_swiper .line span{display:block;position:absolute;width:.1rem;height:.1rem;background-color:#5edfe7;border-radius:50%;top:100%;transform:translateY(-40%)}body.abouts #about .section2 .development .deve_swiper .line span:first-of-type{left:12%}body.abouts #about .section2 .development .deve_swiper .line span:nth-of-type(2){left:37%}body.abouts #about .section2 .development .deve_swiper .line span:nth-of-type(3){left:62%}body.abouts #about .section2 .development .deve_swiper .line span:nth-of-type(4){left:87%}body.abouts #about .section3{background:url(https://asset.biocsi.com/packs/media/images/about/bg05-0df51e60757ed327350a9a043927d4d5.jpg) 50% no-repeat;background-size:100% 100%}body.abouts #about .section3 .structure .structure_bg{width:9.6rem;height:6rem;background-repeat:no-repeat;position:absolute;left:0;top:1.2rem;background-image:linear-gradient(45deg,#648af9,#706bdf);background:url(https://asset.biocsi.com/packs/media/images/about/b1-bcf64bc121b10dd95079fb3f8a4c2a87.png)}body.abouts #about .section3 .structure .structure_bg .structure_title{margin-left:2rem;margin-top:.6rem;color:#fff}body.abouts #about .section3 .structure .structure_info{width:14rem;height:6rem;background:#fff;position:absolute;left:2rem;top:3rem;padding:.7rem}body.abouts #about .section3 .structure .structure_info .switch{position:absolute;right:-1.1rem;top:0;align-items:flex-end;display:flex;flex-direction:column;color:#fff;font-family:SourceHanSansCN-Bold}body.abouts #about .section3 .structure .structure_info .switch span{z-index:1;position:absolute}body.abouts #about .section3 .structure .structure_info .switch b{display:none}body.abouts #about .section3 .structure .structure_info .switch .switch_top{width:2.2rem;height:.8rem;cursor:pointer;font-size:.24rem;letter-spacing:.04rem;position:relative}body.abouts #about .section3 .structure .structure_info .switch .switch_bom{width:1.1rem;height:.8rem;cursor:pointer;font-size:.16rem;text-align:center;position:relative}body.abouts #about .section3 .structure .structure_info .switch .big{width:2.2rem;height:.8rem;font-size:.24rem;letter-spacing:.04rem;transition:all .4s ease-in-out}body.abouts #about .section3 .structure .structure_info .switch .big:hover{width:2.2rem;font-size:.24rem}body.abouts #about .section3 .structure .structure_info .switch .small{width:1.1rem;height:.8rem;font-size:.16rem;text-align:center;letter-spacing:inherit}body.abouts #about .section3 .structure .structure_info .info_list{font-family:SourceHanSansCN-Regular;font-size:.15rem;color:#5b585e;height:100%}body.abouts #about .section3 .structure .structure_info .info_list p{line-height:.28rem}body.abouts #about .section3 .structure .structure_info .info_list .list_a{padding:0;line-height:.28rem}body.abouts #about .section3 .structure .structure_info .info_list .text_title{font-family:SourceHanSansCN-Heavy;font-size:.2rem;color:#2ad4d6;margin-bottom:.05rem}body.abouts #about .section3 .structure .structure_info .stru_img{width:10rem;margin:0 auto;-o-object-fit:contain;object-fit:contain;display:none}body.abouts #about .section4{background:url(https://asset.biocsi.com/packs/media/images/patent/zl_bg-07e2feb74c961f83942d626a2421371d.png) 50% no-repeat;background-size:100% 100%}body.abouts #about .section4 .about_honour{width:100%;height:100%;display:flex;flex-direction:column;padding:1rem 2rem 0}body.abouts #about .section4 .about_honour img{cursor:pointer}body.abouts #about .section4 .about_honour .honour_content{height:100%;width:100%;display:flex;justify-content:center;align-items:center}body.abouts #about .section4 .about_honour .honour_content .honour_one,body.abouts #about .section4 .about_honour .honour_content .honour_two{display:flex;flex-wrap:wrap}body.abouts #about .section4 .about_honour .honour_content .honour_one{width:7.98rem}body.abouts #about .section4 .about_honour .honour_content .honour_one img{width:2.66rem;height:3.2rem;margin-bottom:.1rem}body.abouts #about .section4 .about_honour .honour_content .honour_two{width:3.1rem;margin-top:.21rem;height:6.3rem;flex-direction:column}body.abouts #about .section4 .about_honour .honour_content .honour_two img{width:3rem;height:2rem;margin-top:.08rem}body.abouts #about .section5 .vision{padding:1.5rem 2rem .9rem;height:100%}body.abouts #about .section5 .vision .vision_title{display:flex;flex-direction:column;align-items:center;line-height:.4rem;margin-bottom:.5rem;font-size:.18rem;letter-spacing:normal}body.abouts #about .section5 .vision .vision_title p:first-child{background:-webkit-linear-gradient(top,#5d4ba3,#617dd3,#706bdf);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.abouts #about .section5 .vision .vision_title p:nth-child(2){font-size:.28rem;letter-spacing:.03rem}body.abouts #about .section5 .vision .vision_title p:last-child,body.abouts #about .section5 .vision .vision_title p:nth-child(2){background:-webkit-linear-gradient(270deg,#706bdf,#648af9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.abouts #about .section5 .vision .vision_list{width:14rem;height:3.5rem;margin:0 auto;cursor:pointer}body.abouts #about .section5 .vision .vision_list li{width:25%;height:100%;color:#fff;line-height:.25rem;font-size:.16rem;text-shadow:2px 2px 4px #1644ad;background-repeat:no-repeat;background-size:100% 100%}body.abouts #about .section5 .vision .vision_list li div{width:100%;height:100%;transition:all .4s ease-in-out}body.abouts #about .section5 .vision .vision_list li div:hover{background-color:rgba(0,0,0,.5);text-shadow:none}body.abouts #about .section5 .vision .vision_list li div p:first-child{font-family:SourceHanSansCN-Medium;font-size:.22rem;line-height:.5rem}body.abouts #about .section5 .vision .vision_list li:first-child{background-image:url(https://asset.biocsi.com/packs/media/images/about/h_1-87e00d1c94d0f8be13819dce5db3294e.png)}body.abouts #about .section5 .vision .vision_list li:nth-child(2){background-image:url(https://asset.biocsi.com/packs/media/images/about/h_2-50337d0daf36dd713439178e090eedab.png)}body.abouts #about .section5 .vision .vision_list li:nth-child(3){background-image:url(https://asset.biocsi.com/packs/media/images/about/h_3-8e248f01115b2c4991c806a42c89eeb4.png)}body.abouts #about .section5 .vision .vision_list li:last-child{background-image:url(https://asset.biocsi.com/packs/media/images/about/h_4-17329e5d99f2a39622816533fc74d740.png)}body.abouts #about .section6{background:#f0f8ff}body.abouts #about .section6 .activity{padding:1.5rem 2rem .9rem}body.abouts #about .section6 .activity .activity_con{width:12rem;height:5rem;margin:1rem auto;box-shadow:6px 5px 15px 3px #e6e6f7}body.abouts #about .section6 .activity .activity_con .activity_swiper{width:50%;height:100%;color:#fff}body.abouts #about .section6 .activity .activity_con .activity_swiper .objImg{display:none}body.abouts #about .section6 .activity .activity_list{width:50%;height:100%;flex-wrap:wrap}body.abouts #about .section6 .activity .activity_list li{width:50%;height:50%;background-color:#fff;position:relative;padding:0 .35rem;line-height:.5rem}body.abouts #about .section6 .activity .activity_list li span{font-family:SourceHanSansCN-Regular;font-size:.14rem;line-height:.2rem;color:#97999d;letter-spacing:.01rem}body.abouts #about .section6 .activity .activity_list .li_a{background:#fff;color:#fff;padding:10% 6%}body.abouts #about .section6 .activity .activity_list .li_b{background:url(https://asset.biocsi.com/packs/media/images/about/yg_1-817d69566bc4fafb28785e8b3e12cff2.jpg) no-repeat;background-size:100% 100%}body.abouts #about .section6 .activity .activity_list .li_b:after{content:"";height:0;width:0;border:.15rem solid transparent;border-right-color:#fff;position:absolute;top:50%;transform:translateY(-50%);right:0;z-index:1}body.abouts #about .section6 .activity .activity_list .li_c{background:url(https://asset.biocsi.com/packs/media/images/about/yg_2-0a734592355764050be1e5974cf1662f.jpg) no-repeat;background-size:100% 100%}body.abouts #about .section6 .activity .activity_list .li_c:after{content:"";height:0;width:0;border:.15rem solid transparent;border-left-color:#fff;position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1}body.abouts #about .section6 .activity .activity_list .li_title{font-family:SourceHanSansCN-Medium;font-size:.2rem;color:#001e62;letter-spacing:inherit}body.abouts #cooperate{padding:1.2rem 2.6rem 1.2rem 2rem;height:100%;background:url(https://asset.biocsi.com/packs/media/images/about/c_bg-ebdae514ef583d436b6b33cc15e57bc3.png) 50% no-repeat;background-size:100% 100%}body.abouts #cooperate .contactus_title{margin-bottom:1rem}body.abouts #cooperate .contactus_title .contact_title .common_title{margin-bottom:.1rem}body.abouts #cooperate .contactus_title .contact_title span{font-family:SourceHanSansCN-Medium;font-size:.16rem;font-weight:400;color:#4d4d4d}body.abouts #cooperate .contactus_title .contactus_call .call{align-items:flex-start;justify-content:center;font-size:.18rem;line-height:.35rem}body.abouts #cooperate .contactus_title .contactus_call .call:first-child{margin-right:1.8rem}body.abouts #cooperate .contactus_title .contactus_call .call p{font-size:.28rem;letter-spacing:normal}body.abouts #cooperate .radio{position:relative;display:inline-block;font-weight:400;padding-left:25px;cursor:pointer}body.abouts #cooperate .radio input{position:absolute;left:-9999px}body.abouts #cooperate .radio i{display:block;position:absolute;top:3px;left:0;width:15px;height:15px;outline:0;border:1px solid #e4e4e4;background:#fff;border-radius:50%;transition:border-color .3s;-webkit-transition:border-color .3s}body.abouts #cooperate .radio input+i:after{position:absolute;content:"";top:2px;left:2px;width:9px;height:9px;border-radius:50%;background-color:#2ad4d6;opacity:0;transition:opacity .1s;-webkit-transition:opacity .1s}body.abouts #cooperate .radio input:checked+i:after{opacity:1}body.abouts #cooperate .fill .fill_info input,body.abouts #cooperate .fill .fill_info textarea{width:5rem;height:.5rem;background-color:#fff;border-radius:.1rem;border:none;padding:.1rem;font-size:.16rem}body.abouts #cooperate .fill .fill_info textarea{resize:none;line-height:.3rem}body.abouts #cooperate .fill .fill_info textarea::-webkit-scrollbar{width:0;height:0}body.abouts #cooperate .fill .fill_left{width:5rem}body.abouts #cooperate .fill .fill_left li{margin-bottom:.2rem}body.abouts #cooperate .fill .fill_left li p{margin-bottom:.1rem;margin-left:.1rem}body.abouts #cooperate .fill .fill_left li .radiochoose{position:absolute;top:70%;right:.4rem;transform:translateY(-50%);color:#4d4d4d;font-size:.16rem}body.abouts #cooperate .fill .fill_left .f_radio{display:block;position:relative}body.abouts #cooperate .fill .fill_left .f_select{display:none}body.abouts #cooperate .fill .submitBtn{width:2.3rem!important;height:.4rem;background-image:linear-gradient(45deg,#648af9,#706bdf);border-radius:.1rem;color:#fff;font-size:.16rem;margin:.1rem auto}body.abouts #project_message{padding:0 3.8rem}}@media(max-width:1080px){body.abouts #about{display:none}body.abouts header{height:0}body.abouts #about_md{height:100%;overflow:scroll}body.abouts #about_md .activity{padding:1.4rem 2.6rem 1.4rem 2rem;height:100%}body.abouts #about_md .section1{background:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/m_bg01-6cd33466d89cc3c995e722569bf466a4.jpg) 50% no-repeat;background-size:100% 100%}body.abouts #about_md .section1 .introduce{margin:0 auto;height:100%;padding:1.7rem .5rem .6rem}body.abouts #about_md .section1 .introduce .introduce_info{flex-direction:column-reverse}body.abouts #about_md .section1 .introduce .introduce_info .info{height:100%;font-size:.22rem;font-family:SourceHanSansCN-Regular}body.abouts #about_md .section1 .introduce .introduce_info .info div:first-child{display:none}body.abouts #about_md .section1 .introduce .introduce_info .info_title{font-family:SourceHanSansCN-Medium;font-size:.32rem;margin-bottom:.08rem}body.abouts #about_md .section1 .introduce .introduce_info .paragraph{line-height:.4rem}body.abouts #about_md .section1 .introduce .introduce_info .paragraph p{margin-bottom:.15rem;text-indent:2em;text-align:justify}body.abouts #about_md .section1 .introduce .introduce_info .g_va{width:6.5rem;height:100%;cursor:pointer;margin-bottom:.5rem;margin-top:.3rem;z-index:1}body.abouts #about_md .section1 .introduce .introduce_info .g_va video{width:100%;height:100%;position:unset;transform:none;-o-object-fit:cover;object-fit:cover}body.abouts #about_md .section1 .introduce .introduce_data .p_gray{text-align:center;color:#4d4d4d}body.abouts #about_md .section1 .introduce .introduce_data .intro_list{flex-wrap:wrap;display:none}body.abouts #about_md .section1 .introduce .introduce_data .data_item{font-size:.18rem;width:2rem;height:1rem;background:rgba(120,146,190,.8);border-radius:.1rem;color:#fff;justify-content:center;margin-bottom:.15rem;display:none}body.abouts #about_md .section1 .introduce .introduce_data .data_item p{font-size:.36rem;letter-spacing:.01rem;font-weight:700}body.abouts #about_md .section1 .introduce .introduce_data .data_item p b{font-size:.24rem}body.abouts #about_md .section1 .introduce .introduce_data .data_item p b:last-child{font-size:.2rem}body.abouts #about_md .section1 .introduce .introduce_data .data_item span{margin-top:.05rem;letter-spacing:normal}body.abouts #about_md .section2{background:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/m_bg02-de361e0fd316f27ae4b29dc868263630.jpg) 50% no-repeat;background-size:cover;background-repeat:no-repeat;padding:.9rem .4rem .6rem}body.abouts #about_md .section2 .development{width:100%;background-size:contain;margin-top:.7rem;margin-left:.4rem;position:relative;border-left:.02rem solid #dceaf3}body.abouts #about_md .section2 .development li{box-sizing:border-box;padding:0 .5rem 0 .4rem;position:relative}body.abouts #about_md .section2 .development li:before{content:"";display:inline-block;width:.28rem;height:.28rem;background-image:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/arrow-6470e496a05d31a7f26d3367e1aef46b.png);background-size:100% 100%;position:absolute;left:-.15rem;top:.02rem}body.abouts #about_md .section2 .development li:first-child:before{background-image:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/start-bd552c43c03445e9f57d8c75820d0e71.png)}body.abouts #about_md .section2 .development p{font-size:.22rem;margin-bottom:.4rem;line-height:.4rem;min-height:1.6rem;background:#e0eef7;border-radius:.1rem;padding:.2rem;position:relative;color:#4d4d4d}body.abouts #about_md .section2 .development p:before{display:block;content:"";position:absolute;top:-.18rem;left:.55rem;width:0;height:0;border-left:.12rem solid transparent;border-right:.12rem solid transparent;border-bottom:.2rem solid #e0eef7}body.abouts #about_md .section2 .development span{display:block}body.abouts #about_md .section2 .development .deve_year{font-weight:700;font-stretch:normal;color:#43518e;font-size:.3rem;margin-bottom:.3rem}body.abouts #about_md .section2 .development .deve_month{background-color:#5edfe7;border-radius:.05rem;color:#fff;padding:.01rem .16rem;display:inline-block!important;margin-bottom:.15rem}body.abouts #about_md .section3{height:17rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/m_bg03-32286e683d2182278d643657835233cd.jpg) 50% no-repeat;background-size:100% 100%;position:relative}body.abouts #about_md .section3 .structure{position:absolute}body.abouts #about_md .section3 .structure .structure_bg{width:4.5rem;height:7rem;background-repeat:no-repeat;position:absolute;left:0;top:1.2rem;background-image:linear-gradient(45deg,#648af9,#706bdf);background:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/m_jg-78b3eda5539f54707a0c05c98a751e2c.jpg) no-repeat;background-size:100% 100%}body.abouts #about_md .section3 .structure .structure_bg .structure_title{margin-left:.5rem;margin-top:.6rem;color:#fff}body.abouts #about_md .section3 .structure .structure_info{width:7rem;height:12.9rem;background:#fff;position:absolute;left:.5rem;top:3rem;padding:.7rem}body.abouts #about_md .section3 .structure .structure_info .switch{position:absolute;right:0;top:0;align-items:flex-end;display:flex;flex-direction:column;color:#fff;font-family:SourceHanSansCN-Bold}body.abouts #about_md .section3 .structure .structure_info .switch span{z-index:1;position:absolute}body.abouts #about_md .section3 .structure .structure_info .switch b{display:none}body.abouts #about_md .section3 .structure .structure_info .switch .switch_top{width:2.2rem;height:.8rem;cursor:pointer;font-size:.24rem;letter-spacing:.04rem;position:relative}body.abouts #about_md .section3 .structure .structure_info .switch .switch_bom{width:1.1rem;height:.8rem;cursor:pointer;font-size:.18rem;text-align:center;position:relative}body.abouts #about_md .section3 .structure .structure_info .switch .big{width:2.2rem;height:.8rem;font-size:.24rem;letter-spacing:.04rem;transition:all .4s ease-in-out}body.abouts #about_md .section3 .structure .structure_info .switch .big:hover{width:2.2rem;font-size:.24rem}body.abouts #about_md .section3 .structure .structure_info .switch .small{width:1.1rem;height:.8rem;font-size:.16rem;text-align:center;letter-spacing:inherit}body.abouts #about_md .section3 .structure .structure_info .info_list{font-family:SourceHanSansCN-Regular;font-size:.23rem;color:#5b585e;height:100%}body.abouts #about_md .section3 .structure .structure_info .info_list p{line-height:.4rem}body.abouts #about_md .section3 .structure .structure_info .info_list .list_a{padding:0;width:5.2rem}body.abouts #about_md .section3 .structure .structure_info .info_list .text_title{font-family:SourceHanSansCN-Heavy;font-size:.3rem;color:#2ad4d6;margin-bottom:.1rem}body.abouts #about_md .section3 .structure .structure_info .stru_img{width:6.2rem;margin:0 auto;-o-object-fit:contain;object-fit:contain;position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;display:none}body.abouts #about_md .section4{background:#fff}body.abouts #about_md .section4 .about_honour{width:100%;height:100%;display:flex;flex-direction:column;padding:.4rem .2rem .6rem}body.abouts #about_md .section4 .about_honour .letters_title{padding:.5rem 0 .5rem .3rem}body.abouts #about_md .section4 .about_honour .honour_content{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}body.abouts #about_md .section4 .about_honour .honour_content .honour_one,body.abouts #about_md .section4 .about_honour .honour_content .honour_two{display:flex;flex-wrap:wrap;justify-content:space-between}body.abouts #about_md .section4 .about_honour .honour_content .honour_one img{margin-bottom:.2rem;width:2.25rem}body.abouts #about_md .section4 .about_honour .honour_content .honour_two{width:100%}body.abouts #about_md .section4 .about_honour .honour_content .honour_two img{width:2.25rem}body.abouts #about_md .section5{height:12.3rem;background:#fff}body.abouts #about_md .section5 .vision{height:100%;display:flex;flex-direction:column;justify-content:space-between}body.abouts #about_md .section5 .vision .common_title{padding:.9rem 0 0 .5rem}body.abouts #about_md .section5 .vision .vision_title{display:flex;flex-direction:column;align-items:center;line-height:.48rem;margin-bottom:.8rem;font-size:.24rem;letter-spacing:normal}body.abouts #about_md .section5 .vision .vision_title p:first-child{background:-webkit-linear-gradient(top,#5d4ba3,#617dd3,#706bdf);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.abouts #about_md .section5 .vision .vision_title p:nth-child(2){font-size:.4rem;letter-spacing:.03rem}body.abouts #about_md .section5 .vision .vision_title p:last-child,body.abouts #about_md .section5 .vision .vision_title p:nth-child(2){background:-webkit-linear-gradient(270deg,#706bdf,#648af9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.abouts #about_md .section5 .vision .vision_list{width:100%;height:7.6rem;margin:0 auto;cursor:pointer;flex-wrap:wrap}body.abouts #about_md .section5 .vision .vision_list li{width:50%;height:3.8rem;color:#fff;line-height:.31rem;font-size:.24rem;text-shadow:2px 2px 4px #1644ad;background-repeat:no-repeat;background-size:100% 100%}body.abouts #about_md .section5 .vision .vision_list li div{width:100%;height:100%;transition:all .4s ease-in-out}body.abouts #about_md .section5 .vision .vision_list li div:hover{background-color:rgba(0,0,0,.5);text-shadow:none}body.abouts #about_md .section5 .vision .vision_list li div p:first-child{font-family:SourceHanSansCN-Medium;font-size:.3rem;line-height:.5rem}body.abouts #about_md .section5 .vision .vision_list li:first-child{background-image:url(https://asset.biocsi.com/packs/media/images/about/h_1-87e00d1c94d0f8be13819dce5db3294e.png)}body.abouts #about_md .section5 .vision .vision_list li:nth-child(2){background-image:url(https://asset.biocsi.com/packs/media/images/about/h_2-50337d0daf36dd713439178e090eedab.png)}body.abouts #about_md .section5 .vision .vision_list li:nth-child(3){background-image:url(https://asset.biocsi.com/packs/media/images/about/h_3-8e248f01115b2c4991c806a42c89eeb4.png)}body.abouts #about_md .section5 .vision .vision_list li:last-child{background-image:url(https://asset.biocsi.com/packs/media/images/about/h_4-17329e5d99f2a39622816533fc74d740.png)}body.abouts #about_md .section6{height:17.5rem;background:#f0faff}body.abouts #about_md .section6 .activity{display:flex;flex-direction:column;justify-content:space-between;padding:0}body.abouts #about_md .section6 .activity .common_title{padding:.9rem 0 0 .5rem}body.abouts #about_md .section6 .activity .activity_con{width:100%;height:15.1rem;box-shadow:6px 5px 15px 3px #e6e6f7;flex-direction:column-reverse}body.abouts #about_md .section6 .activity .activity_con .activity_swiper{width:100%;height:7.5rem;color:#fff}body.abouts #about_md .section6 .activity .activity_con .activity_swiper .objImg{display:none}body.abouts #about_md .section6 .activity .activity_list{width:100%;height:7.6rem;flex-wrap:wrap}body.abouts #about_md .section6 .activity .activity_list li{width:50%;height:50%;background-color:#fff;position:relative;padding:0 .35rem;line-height:.5rem}body.abouts #about_md .section6 .activity .activity_list li span{font-family:SourceHanSansCN-Regular;font-size:.24rem;line-height:.28rem;color:#97999d;letter-spacing:.01rem}body.abouts #about_md .section6 .activity .activity_list .li_a{background:#fff;color:#fff;padding:10% 6%}body.abouts #about_md .section6 .activity .activity_list .li_b{background:url(https://asset.biocsi.com/packs/media/images/about/yg_1-817d69566bc4fafb28785e8b3e12cff2.jpg) no-repeat;background-size:100% 100%}body.abouts #about_md .section6 .activity .activity_list .li_b:after{content:"";height:0;width:0;border:.15rem solid transparent;border-right-color:#fff;position:absolute;top:50%;transform:translateY(-50%);right:0;z-index:1}body.abouts #about_md .section6 .activity .activity_list .li_c{background:url(https://asset.biocsi.com/packs/media/images/about/yg_2-0a734592355764050be1e5974cf1662f.jpg) no-repeat;background-size:100% 100%}body.abouts #about_md .section6 .activity .activity_list .li_c:after{content:"";height:0;width:0;border:.15rem solid transparent;border-left-color:#fff;position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1}body.abouts #about_md .section6 .activity .activity_list .li_title{font-family:SourceHanSansCN-Medium;font-size:.28rem;color:#001e62;letter-spacing:inherit}body.abouts #cooperate{padding:1.6rem .5rem;height:100%;background:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/c_bg-fdfc3d326e95cca848cedae24867621a.jpg) 50% no-repeat;background-size:100% 100%}body.abouts #cooperate .contactus_title{flex-direction:column;margin-bottom:.4rem}body.abouts #cooperate .contactus_title .contact_title .common_title{margin-bottom:.5rem}body.abouts #cooperate .contactus_title .contact_title span{font-family:SourceHanSansCN-Medium;font-size:.24rem;font-weight:400;color:#4d4d4d;line-height:.4rem}body.abouts #cooperate .contactus_title .contactus_call .call{align-items:flex-start;justify-content:center;font-size:.26rem;line-height:.4rem;margin:.4rem 0 0}body.abouts #cooperate .contactus_title .contactus_call .call p{font-size:.4rem;letter-spacing:normal}body.abouts #cooperate .fill .fill_info input,body.abouts #cooperate .fill .fill_info select,body.abouts #cooperate .fill .fill_info textarea{width:6.5rem;height:.8rem;background-color:#fff;border-radius:.1rem;border:none;padding:.2rem .5rem;color:#333;font-size:.3rem}body.abouts #cooperate .fill .fill_info select{appearance:none;-moz-appearance:none;-webkit-appearance:none}body.abouts #cooperate .fill .fill_info select option{font-size:.15rem}body.abouts #cooperate .fill .fill_info select optionoption::-ms-expand{display:none}body.abouts #cooperate .fill .fill_info textarea{resize:none}body.abouts #cooperate .fill .fill_info textarea::-webkit-scrollbar{width:0;height:0}body.abouts #cooperate .fill .fill_left{width:100%}body.abouts #cooperate .fill .fill_left li{margin-top:.4rem}body.abouts #cooperate .fill .fill_left li p{font-size:.3rem;padding-left:.3rem;margin-bottom:.2rem;color:#001e62;font-family:SourceHanSansCN-Regular}body.abouts #cooperate .fill .fill_left .f_radio{display:none}body.abouts #cooperate .fill .fill_left .f_select{display:block;position:relative}body.abouts #cooperate .fill .fill_left .f_select img{position:absolute;width:.25rem;height:.15rem;right:.3rem;top:66%}body.abouts #cooperate .fill .submitBtn{border:unset;width:4rem!important;height:.8rem;background-image:linear-gradient(45deg,#648af9,#706bdf);border-radius:.1rem;color:#fff!important;font-size:.3rem;margin-top:.5rem;margin-left:1.3rem}}body.abouts #project_message .swiper_head{width:100%;background:#fff;position:relative;z-index:100}body.abouts #project_message .swiper_head .s_head{height:1.2rem;background-image:linear-gradient(90deg,#648af9,#706bdf);font-size:.3rem;color:#fff;font-weight:700;position:relative;z-index:100;padding:0 .4rem;letter-spacing:.03rem}body.abouts #project_message .swiper_head .s_head img{width:1.7rem;height:.6rem}body.abouts #project_message .swiper_head .s_top{background:#fff;padding:0 .2rem}body.abouts #project_message .swiper_head .s_top li{color:#4477c7;line-height:1.05rem!important;font-size:.26rem!important}body.abouts #project_message ul{display:flex;width:100%}body.abouts #project_message ul li{width:20%;text-align:center;font-size:.2rem;color:#4d4d4d}body.abouts #project_message ul .li_a{width:15%!important}body.abouts #project_message ul .li_b{width:17.5%!important}body.abouts #project_message ul .li_c{width:27.5%!important}body.abouts #project_message .swiper{width:100%;height:11.3rem;overflow:hidden;padding:0 .2rem}body.abouts #project_message .swiper .swiper-slide{display:flex}body.abouts .flash_error,body.abouts .flash_notice{position:absolute;background:#fdf6ec;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;padding:.5rem .3rem;font-size:.2rem;color:#e6a23c;border-radius:10px}body.abouts .flash_notice{background:#f0f9eb;color:#67c23a}body.abouts #customer .cus_item:last-child{display:block!important}body.abouts .p_f_w{line-height:.28rem}body.requisitions .v-fl-lx,body.requisitions .v-fl-x{display:flex;align-items:center}body.requisitions .v-fl-lx{justify-content:space-between}body.requisitions .v-fl-v{display:flex;flex-direction:column;align-items:end}body.requisitions button{border:none}body.requisitions input::-moz-placeholder{color:#b3b3b3}body.requisitions input::placeholder{color:#b3b3b3}body.requisitions .search_way{position:relative}body.requisitions .search_way .radio{position:relative;display:inline-block;padding-left:25px;cursor:pointer}body.requisitions .search_way .radio input{position:absolute;left:-9999px}body.requisitions .search_way .radio i{display:block;position:absolute;top:50%;left:-.12rem;transform:translateY(-50%);width:.2rem;height:.2rem;outline:0;border:1px solid #e4e4e4;background:#fff;border-radius:50%;transition:border-color .3s;-webkit-transition:border-color .3s}body.requisitions .search_way .radio input[checked=checked]+i{border-color:#2bd4d6}body.requisitions .search_way .radio input+i:after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:.12rem;height:.12rem;border-radius:50%;background-color:#2bd4d6;opacity:0;transition:opacity .1s;-webkit-transition:opacity .1s}body.requisitions .search_way .radio input:checked+i:after{opacity:1}@media screen and (min-width:1081px){body.requisitions #requisitions{padding:1.8rem 2.8rem 0 2rem;height:100%;background:url(https://asset.biocsi.com/packs/media/images/requisitions/pc_bg-3d10cdf35203e0766526a0c4fa6765e3.png) 50% no-repeat;background-size:100% 100%;height:10.8rem}body.requisitions #requisitions .requisitions_top{margin-bottom:1.2rem}body.requisitions #requisitions .requisitions_top .requisitions_title .common_title{margin-bottom:.1rem}body.requisitions #requisitions .requisitions_top .requisitions_title span{font-family:SourceHanSansCN-Medium;font-size:.16rem;font-weight:400;color:#4d4d4d}body.requisitions #requisitions .requisitions_top .requisitions_call .call{align-items:flex-start;justify-content:center;font-size:.18rem;line-height:.35rem}body.requisitions #requisitions .requisitions_top .requisitions_call .call p{font-size:.28rem;letter-spacing:normal}body.requisitions #requisitions .search_way{display:flex;align-items:end;margin-bottom:.4rem}body.requisitions #requisitions .search_way p{font-size:.22rem;margin-right:.4rem}body.requisitions #requisitions .search_way .radio{margin-right:.6rem;display:inline-flex;align-items:center}body.requisitions #requisitions .search_way .radio input{width:.17rem;height:.17rem}body.requisitions #requisitions .search_way .radio i{font-style:normal;color:#4d4d4d;margin-left:.05rem}body.requisitions #requisitions .requisitions_search{font-size:.2rem;width:5rem}body.requisitions #requisitions .requisitions_search p{color:#001e62;margin:.2rem .1rem}body.requisitions #requisitions .requisitions_search input{width:100%;height:.5rem;background-color:#fff;border-radius:.1rem;padding:.2rem;border:none}body.requisitions #requisitions .requisitions_search button{width:2.3rem;height:.5rem;background-image:linear-gradient(45deg,#648af9,#706bdf);border-radius:.1rem;color:#fff;margin:.5rem auto}body.requisitions #requisitions .requisitions_search .requisitions_tel{display:none}body.requisitions #requisitions .requisitions_search .requisitions_tel .get_code{display:flex;align-items:center;justify-content:space-between;width:5rem;height:.5rem;background-color:#fff;border-radius:.1rem;margin-top:.3rem}body.requisitions #requisitions .requisitions_search .requisitions_tel .get_code .code_btn{background:#2ad4d6;height:.3rem;margin:0 .1rem;border-radius:.06rem;font-size:.16rem}body.requisitions #order_search{font-size:.2rem;letter-spacing:0}body.requisitions #order_search .order_head{display:none;width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/requisitions/pc_head-63235fb8aaafb9435697720649c42584.png);background-size:contain;background-repeat:no-repeat}body.requisitions #order_search iframe{padding-top:.5rem;width:100%;height:100vh;border:none}}@media screen and (max-width:1080px){body.requisitions #requisitions{padding:1.6rem .5rem;height:100%;background:url(https://asset.biocsi.com/packs/media/images/requisitions/yd_bg-5f4ac106ddd9004137b943d5e0bb294c.png) 50% no-repeat;background-size:100% 100%;height:13.3rem}body.requisitions #requisitions .requisitions_top{flex-direction:column;margin-bottom:1.2rem}body.requisitions #requisitions .requisitions_top .requisitions_title{margin-bottom:.5rem}body.requisitions #requisitions .requisitions_top .requisitions_title .common_title{margin-bottom:.4rem;line-height:.6rem}body.requisitions #requisitions .requisitions_top .requisitions_title span{font-size:.24rem;color:#4d4d4d;line-height:.4rem;display:block;text-align:justify}body.requisitions #requisitions .requisitions_top .requisitions_call span{font-size:.24rem}body.requisitions #requisitions .requisitions_top .requisitions_call p{margin-top:.1rem;font-size:.4rem}body.requisitions #requisitions .search_way{margin-bottom:.4rem;font-size:.28rem}body.requisitions #requisitions .search_way p{font-size:.32rem;margin-bottom:.3rem}body.requisitions #requisitions .search_way .radio{margin-right:.9rem;display:inline-flex;padding-left:.4rem!important}body.requisitions #requisitions .search_way .radio i{margin-left:.1rem;width:.3rem;height:.3rem}body.requisitions #requisitions .search_way .radio input{width:.32rem;height:.32rem}body.requisitions #requisitions .search_way .radio input+i:after{width:.18rem;height:.18rem}body.requisitions #requisitions .requisitions_search{font-size:.3rem;width:6.5rem}body.requisitions #requisitions .requisitions_search p{color:#001e62;margin:.2rem .1rem}body.requisitions #requisitions .requisitions_search input{width:100%;height:.8rem;background-color:#fff;border-radius:.1rem;padding:.3rem .5rem;border:none}body.requisitions #requisitions .requisitions_search button{width:4rem;height:.8rem;background-image:linear-gradient(45deg,#648af9,#706bdf);border-radius:.1rem;color:#fff;margin:.5rem auto 0}body.requisitions #requisitions .requisitions_search .requisitions_tel{display:none}body.requisitions #requisitions .requisitions_search .requisitions_tel .get_code{display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff;border-radius:.1rem;margin-top:.3rem}body.requisitions #requisitions .requisitions_search .requisitions_tel .get_code .code_btn{background:#2ad4d6;height:.55rem;margin:0 .125rem 0 .15rem;border-radius:.07rem;font-size:.28rem}body.requisitions #order_search{font-size:.2rem;letter-spacing:0}body.requisitions #order_search .order_head{display:none;width:100%;height:4.5rem;background:url(https://asset.biocsi.com/packs/media/images/requisitions/yd_head-62ae066e48351125ca07cdfdafb5423e.png);background-size:contain;background-repeat:no-repeat}body.requisitions #order_search iframe{padding-top:1.5rem;width:100%;height:100vh;border:none}}@media screen and (min-width:1081px){body.papers .technology,body.papers .technology .tech_content{display:flex;flex-direction:column;position:relative}body.papers .technology .tech_content{height:100%;background:#f0faff}body.papers .technology .tech_content img{cursor:pointer}body.papers .technology .tech_content .tech_title{border-bottom:.01rem solid #d9d9d9;padding:0 0 .15rem;font-family:SourceHanSansCN-Medium;color:#4d4d4d;font-size:.16rem}body.papers .technology .tech_content .tech_title p{font-family:SourceHanSansCN-Regular;font-size:.3rem;color:#001e62;margin-bottom:.15rem;letter-spacing:inherit}body.papers .technology .tech_content .tech_title p span{display:block;line-height:.25rem}body.papers .technology .tech_content .tech_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/service/patent_bg-bf43690099e6bf58cfa1b085a326412e.jpg) no-repeat;background-size:100% 100%}body.papers .technology .tech_content .tech_main .tech_top{padding:.5rem 3.8rem .25rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list{display:flex;justify-content:space-between;padding:0}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con{flex-grow:1;position:relative}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li{width:100%;height:auto;display:none;font-family:SourceHanSansCN-Regular;font-size:.16rem;color:#4d4d4d;letter-spacing:normal;line-height:.3rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li.active{display:flex;flex-direction:column}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .line{width:100%;background-color:#d9d9d9;height:1px;margin:.5rem 0}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title p:first-child{font-size:.24rem;color:#4477c7;margin-bottom:.15rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title .p_c_1{margin-bottom:.12rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs{display:flex}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs img{width:2rem;height:.4rem;-o-object-fit:contain;object-fit:contain}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content{border-radius:0 0 5px 5px;padding:20px 0}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content a{color:#4477c7;cursor:pointer}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane{display:block}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .d_flex{display:flex}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane.active{display:flex;flex-direction:column}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item{padding:.2rem 0;border-bottom:1px solid #d9d9d9;position:relative;line-height:.28rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item p{margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:justify}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .more{position:absolute;right:0;bottom:.2rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img{width:1.9rem;height:2.6rem;margin-right:.3rem;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;position:relative}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img img{width:1.7rem;height:100%;-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item{display:flex;flex-wrap:wrap;align-items:baseline;border-bottom:.01rem solid #d9d9d9;padding:.2rem 0}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .v-flex-vc{width:2rem;margin:.1rem .13rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box{width:1.9rem;height:2.5rem;background-color:#fff;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;margin-bottom:.2rem;position:relative}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box img{-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software span{font-weight:700;color:#4477c7}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software p{text-align:center;line-height:.24rem}body.papers .technology .tech_content .m3_bom{margin-bottom:.3rem}body.papers .technology .tech_content .tech_item .tabs{border-bottom:.01rem solid #d9d9d9;padding:.4rem 0}body.papers .technology .tech_content .tech_item .tabs .patent_img{width:1.9rem;height:2.6rem;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9}body.papers .technology .tech_content .tech_item .tabs .patent_img img{-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_content .tech_item .tabs_box{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}body.papers .technology .tech_content .tech_item .software_box{margin-top:.5rem;margin-bottom:.3rem}body.papers .technology .tech_content .tech_item .software_box .patent_img{width:1.9rem;height:2.5rem;background-color:#fff;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9}body.papers .technology .tech_content .tech_item .software_box .patent_img img{-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_content .tech_item ul{display:flex;justify-content:space-between}body.papers .technology .tech_content .tech_item ul li{display:flex;flex-direction:column;align-items:center;width:2rem}body.papers .technology .tech_content .tech_item .tab-button{width:2rem;height:.6rem;-o-object-fit:contain;object-fit:contain}body.papers .technology .tech_content .tech_item a{color:#4477c7}body.papers .technology .tech_content .tech_item span{font-weight:700;color:#4477c7;margin:.2rem 0 .1rem;letter-spacing:0}body.papers .technology .tech_content .tech_item p{text-align:center;line-height:.24rem;color:#4d4d4d!important}body.papers .technology .g_phont{display:none}body.papers .technology .g_phont .bigImg{width:5.5rem;height:7.5rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-o-object-fit:unset;object-fit:unset}body.papers .public_content .public_contop{background-image:url(https://asset.biocsi.com/packs/media/images/service/patent_bg-bf43690099e6bf58cfa1b085a326412e.jpg)}body.papers .public_content .trix-content{min-height:8rem}body.papers .public_content .patent_detail_img{position:relative;float:right}body.papers .public_content .patent_detail_img img{width:5rem;margin-left:.2rem;height:7rem;-o-object-fit:fill;object-fit:fill;margin-top:.3rem}}@media screen and (max-width:1080px){body.papers .public_content .public_contop{background-image:url(https://asset.biocsi.com/packs/media/images/mobile/service/patent_bg-501e1ecf33306f62b191409803938955.jpg)}body.papers .public_content .trix-content{min-height:5.5rem}body.papers .public_content .patent_detail_img{position:relative;float:right}body.papers .public_content .patent_detail_img img{width:3.2rem;margin-left:.2rem;height:4.5rem;-o-object-fit:fill;object-fit:fill;margin-top:.15rem}body.papers .technology,body.papers .technology .tech_content{display:flex;flex-direction:column;position:relative}body.papers .technology .tech_content{height:100%;background:#f0faff}body.papers .technology .tech_content img{cursor:pointer;-o-object-fit:contain;object-fit:contain}body.papers .technology .tech_content .tech_title{border-bottom:.01rem solid #d9d9d9;padding:0 0 .15rem;font-family:SourceHanSansCN-Medium;color:#4d4d4d}body.papers .technology .tech_content .tech_title p{font-family:SourceHanSansCN-Regular;font-size:.4rem;color:#001e62;margin-bottom:.15rem;letter-spacing:inherit}body.papers .technology .tech_content .tech_title p span{display:block;line-height:.4rem}body.papers .technology .tech_content .tech_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/service/patent_bg-501e1ecf33306f62b191409803938955.jpg) no-repeat;background-size:100% 100%}body.papers .technology .tech_content .tech_main .tech_top{padding:.7rem .2rem .6rem;font-size:.26rem;line-height:.45rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list{display:flex;justify-content:space-between;flex-direction:column;padding:0}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con{flex-grow:1;position:relative}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li{width:100%;height:auto;display:none;font-family:SourceHanSansCN-Regular;color:#4d4d4d;letter-spacing:normal}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li.active{display:flex;flex-direction:column}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .line{display:none}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title p:first-child{font-size:.4rem;color:#4477c7;margin:.5rem 0 .4rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .con_title .p_c_1{margin-bottom:.12rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs{display:flex;margin-bottom:.2rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tabs img{width:3rem;height:.6rem;-o-object-fit:contain;object-fit:contain}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content{border-radius:0 0 5px 5px;padding:20px 0}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content a{color:#4477c7;cursor:pointer;font-weight:700}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane{display:block}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .d_flex{display:flex}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane.active{display:flex;flex-direction:column}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item{padding:.2rem 0;border-bottom:1px solid #d9d9d9;position:relative;line-height:.35rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item p{margin-top:.2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:justify}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .more{position:absolute;right:0;bottom:.2rem;font-weight:400!important}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img{width:1.9rem;height:2.6rem;margin-right:.3rem;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;position:relative}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .tab_item .patent_img img{width:1.7rem;height:100%;-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item{display:flex;flex-wrap:wrap;align-items:baseline;font-size:.22rem;border-bottom:1px solid #d9d9d9}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .v-flex-vc{text-align:center;position:relative;width:30%;margin:.2rem .1rem}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box{width:2.1rem;height:2.8rem;background-color:#fff;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9;margin-bottom:.2rem;position:relative}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software .software_item .software_box img{width:1.9rem;height:2.6rem;-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software span{font-weight:700;color:#4477c7}body.papers .technology .tech_content .tech_main .tech_top .tech_list .choose_con li .tab-content .tab-pane .software p{text-align:center;line-height:.24rem}body.papers .technology .tech_content .m3_bom{margin-bottom:.3rem}body.papers .technology .g_phont{display:none}body.papers .technology .g_phont .bigImg{width:6.5rem;height:8.5rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-o-object-fit:unset;object-fit:unset}body.papers .technology .tech_item .tabs{border-bottom:.01rem solid #d9d9d9;padding:.4rem 0}body.papers .technology .tech_item .tabs .patent_img{width:2.1rem;height:2.8rem;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9}body.papers .technology .tech_item .tabs .patent_img img{-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_item .tabs_box{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}body.papers .technology .tech_item .software_box{margin-top:.5rem}body.papers .technology .tech_item .software_box .patent_img{width:2.1rem;height:2.8rem;background-color:#fff;box-shadow:inset 0 0 .1rem .1rem #7d6d67;border:.1rem solid #efeee9}body.papers .technology .tech_item .software_box .patent_img img{-o-object-fit:fill;object-fit:fill}body.papers .technology .tech_item ul{display:flex;flex-wrap:wrap}body.papers .technology .tech_item ul li{display:flex;flex-direction:column;align-items:center;width:2.1rem;margin:.15rem .1rem}body.papers .technology .tech_item .tab-button{width:3rem;height:.6rem;-o-object-fit:contain;object-fit:contain}body.papers .technology .tech_item a{color:#4477c7}body.papers .technology .tech_item span{font-weight:700;color:#4477c7;margin:.2rem 0 .1rem;letter-spacing:0;text-align:center}body.papers .technology .tech_item p{text-align:center;line-height:.35rem;color:#4d4d4d!important}}@media screen and (min-width:1081px){body.teams #team_Introduction .team_contop{width:100%;height:5.5rem;background:url(https://asset.biocsi.com/packs/media/images/about/team-1d930caff1cc8406d49add705284571e.jpg) no-repeat;background-size:100% 100%}body.teams #team_Introduction .team_main{padding:.7rem 3.8rem}body.teams #team_Introduction .team_main .team_tip{color:#4477c7;letter-spacing:0}body.teams #team_Introduction .team_main .team_title{font-size:.36rem;font-weight:400;line-height:1.5rem;letter-spacing:0;color:#4477c7}body.teams #team_Introduction .team_main .team_top .team_line{width:11.6rem;background-color:#f2f5f8;border-radius:.1rem;padding:.3rem;margin-bottom:.3rem;line-height:.4rem;color:#4d4d4d}body.teams #team_Introduction .team_main .team_top .team_line .team_name{font-size:.3rem;margin-right:.2rem;color:#000}body.teams #team_Introduction .team_main .team_show{border-top:1px solid #eaeff3}body.teams #team_Introduction .team_main .team_show ul{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.3rem;gap:.3rem;line-height:.3rem}body.teams #team_Introduction .team_main .team_show ul li{justify-content:flex-start}body.teams #team_Introduction .team_main .team_show p span:first-child{font-size:.2rem;font-weight:700;color:#000}body.teams #team_Introduction .team_main .team_show .team_avatar{width:2.2rem;height:2.2rem;border-radius:50%;padding:.1rem;border:.01rem solid #eaeff3;margin-bottom:.2rem}body.teams #team_Introduction .team_main .team_show .team_avatar img{border-radius:50%;background-image:linear-gradient(-45deg,#cce2fb,#e7f0fd)}}@media screen and (max-width:1080px){body.teams #team_Introduction .team_contop{width:100%;height:4.5rem;background:url(https://asset.biocsi.com/packs/media/images/mobile/abouts/team-ed388c48744836df8c9705baeca43392.jpg) no-repeat;background-size:100% 100%}body.teams #team_Introduction .team_main{padding:.5rem .4rem}body.teams #team_Introduction .team_main .team_tip{color:#4477c7;letter-spacing:0}body.teams #team_Introduction .team_main .team_title{font-size:.36rem;color:#4477c7;font-weight:700;margin-bottom:.5rem}body.teams #team_Introduction .team_main .team_top .team_line{padding:.3rem .4rem;background:#f2f5f8;line-height:.5rem;border-radius:.1rem;margin-bottom:.4rem;color:#4d4d4d;text-align:justify}body.teams #team_Introduction .team_main .team_top .team_line .team_name{display:block;font-size:.3rem;font-weight:700;color:#000;margin-bottom:.1rem}body.teams #team_Introduction .team_main .team_show{border-top:.01rem solid #eaeff3;padding-top:.4rem}body.teams #team_Introduction .team_main .team_show ul{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.2rem;gap:.2rem;line-height:.4rem}body.teams #team_Introduction .team_main .team_show ul li{justify-content:flex-start}body.teams #team_Introduction .team_main .team_show p span:first-child{font-size:.28rem;font-weight:700;color:#000}body.teams #team_Introduction .team_main .team_show .team_avatar{width:2.2rem;height:2.2rem;border-radius:50%;padding:.1rem;border:.01rem solid #eaeff3;margin-bottom:.2rem}body.teams #team_Introduction .team_main .team_show .team_avatar img{border-radius:50%;background-image:linear-gradient(-45deg,#cce2fb,#e7f0fd)}}