* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f2f3f5;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
input:focus {
  outline: none;
}
blockquote,
q {
  quotes: none;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.items-start {
  display: flex;
  align-items: flex-start;
}
.items-end {
  display: flex;
  align-items: flex-end;
}
.items-center {
  display: flex;
  align-items: center;
}
.no-shrink {
  flex-shrink: 0;
}
.page-wrap {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 100%;
  margin: 0px auto;
}
@media (max-width: 1470px) {
.page-wrap {
    width: 100%;
}
}
.button-1 {
  cursor: pointer;
}
.button-1:hover {
  background-color: #f2f3f5;
  color: #000;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x;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;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%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%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,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-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;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-white .swiper-pagination-bullet{background:#fff}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}
.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}
.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}
.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}
.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;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{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;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:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}
.swiper-container-cube,.swiper-container-flip{overflow:visible}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.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,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.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-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;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-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items: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%;object-fit:contain}
.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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

.footer-wrap[data-v-709e5af8] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 45px 0;
  row-gap: 36px;
  background-color: #234fc2;
  position: relative;
}
.bg[data-v-709e5af8] {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-color: #234fc2;
}
.frame_1000006904[data-v-709e5af8] {
  height: 61px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 24px;
  position: relative;
}

/* image */
.image[data-v-709e5af8] {
  width: 10vw;
  max-width: 192px;
  max-height: 61px;
  flex-shrink: 0;
  object-fit: contain;
}

/* 组 16 */
.group_16[data-v-709e5af8] {
  height: 414px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Frame 1000006911 */
.frame_1000006911[data-v-709e5af8] {
  height: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: 43px auto;
}

/* 关于武汉盖伦科技有限公司 */
.text[data-v-709e5af8] {
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 16px;
  color: #ffffff;
  white-space: pre;
}

/* Rectangle 6554 */
.rectangle_6554[data-v-709e5af8] {
  width: 1px;
  height: 10px;
  flex-shrink: 0;
  background-color: #d9d9d9;
  margin: 0px 24px;
}

/* Frame 1000007008 */
.frame_1000007008[data-v-709e5af8] {
  height: 131px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 48px;
  position: relative;
  z-index: 1;
  margin: 42px auto;
}

/* Rectangle 6579 */
.rectangle_6579[data-v-709e5af8] {
  width: 103px;
  height: 103px;
  flex-shrink: 0;
  padding: 0 0 0 0;
}

/* 武汉盖伦科技有限公司 Wuhan Gailun Technology Co.,LTD ·电话：15527920035 ·邮箱：15527920035 武汉市东湖高新区港边田一路3号半岛工业园2号楼东测4楼 版权所有 武汉盖伦科技有限公司 © Copyright 2017. gailun.info. All Rights Reserved. 鄂ICP备15015501号-1 */
.wuhan_gailun_technology[data-v-709e5af8] {
  height: 92px;
  text-align: center;
  z-index: 0;
  margin: 29px auto;
}

/* 󰀠武汉盖伦科技有限公司 Wuhan Gailun Technology Co.,LTD     ·电话：15527920035      ·邮箱：15527920035
󰀠武汉市东湖高新区港边田一路3号半岛工业园2号楼东测4楼
󰀠版权所有 武汉盖伦科技有限公司 © Copyright 2017. gailun.info. All Rights Reserved.
󰀠鄂ICP备15015501 */
.text_14[data-v-709e5af8] {
  font-size: 12px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 2px;
  color: #f9f9fa;
}

/* 号-1
 */
.text_15[data-v-709e5af8] {
  font-size: 12px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 2px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.frame_1000007002_1[data-v-709e5af8] {
  width: 103px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 12px;
  text-align: center;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 16px;
  color: #ffffff;
  white-space: pre;
  position: relative;
}

/* Rectangle 6579 */
.rectangle_6579_5[data-v-709e5af8] {
  width: 103px;
  height: 103px;
  flex-shrink: 0;
  padding: 0 0 0 0;
}

/* 小标题/大/ */
.subtitle_big_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  overflow: hidden;
  font-size: 22px;
  font-family: 'Source Han Sans';
  font-weight: 500;
  color: #3e6be0;
  white-space: pre;
  position: relative;
}
.panel-title-text {
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 26px;
  color: #86909c;
  white-space: pre;
}

/* Frame 1000008351 */
.subtitle_big_wrap .line-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 3px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

/* Rectangle 6509 */
.subtitle_big_wrap .line-top {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background-color: #f2f3f5;
}

/* Rectangle 6508 */
.subtitle_big_wrap .line-bar {
  width: 100%;
  height: 2px;
  flex-shrink: 0;
  background-color: #e5e6eb;
}

/* Rectangle 6510 */
.subtitle_big_wrap .line-b {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background-color: #f2f3f5;
}

/* Group 1000007158 */
.subtitle_big_wrap .cell-wrap {
  width: 13px;
  height: 13px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* Rectangle 6408 */
.subtitle_big_wrap .cell-1 {
  width: 11px;
  height: 11px;
  background-color: #e5e6eb;
  margin-top: 0;
  margin-left: 0;
}

/* Rectangle 6409 */
.subtitle_big_wrap .cell-2 {
  width: 11px;
  height: 11px;
  background-color: #3e6be0;
  margin-top: 2px;
  margin-left: -9px;
}

/* Group 1000007159 */
.subtitle_big_wrap .group_1000007159_1 {
  width: 13px;
  height: 13px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* Rectangle 6409 */
.subtitle_big_wrap .cell-3 {
  width: 11px;
  height: 11px;
  background-color: #3e6be0;
  z-index: 1;
  margin-top: 2px;
  margin-left: 0;
}

/* Rectangle 6408 */
.subtitle_big_wrap .cell-4 {
  width: 11px;
  height: 11px;
  background-color: #e5e6eb;
  z-index: 0;
  margin-top: 0;
  margin-left: -9px;
}

/* Frame 1000008352 */
.subtitle_big_wrap .frame_1000008352_1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 3px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

/* Rectangle 6509 */
.subtitle_big_wrap .rectangle_6509_3 {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background-color: #f2f3f5;
}

/* Rectangle 6508 */
.subtitle_big_wrap .rectangle_6508_3 {
  width: 100%;
  height: 2px;
  flex-shrink: 0;
  background-color: #e5e6eb;
}

/* Rectangle 6510 */
.subtitle_big_wrap .rectangle_6510_3 {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background-color: #f2f3f5;
}
.panel-9-4-panel .title {
  color: white;
}
.panel-9-4-panel .cell-2,
.panel-9-4-panel .cell-3 {
  background-color: white;
}

/* 容器 144 */
.panel-7-container[data-v-5c93bdb6] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 20px;
  row-gap: 35px;
  position: relative;
  height: auto;
  min-height: 100%;
}
.news-grid[data-v-5c93bdb6] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 20px;
}
.news-item-wrap[data-v-5c93bdb6] {
  width: 30%;
}
.news-item[data-v-5c93bdb6] {
  cursor: pointer;
}
.news-item:hover .news-item-title[data-v-5c93bdb6] {
  text-decoration: underline;
}
.news-item-title[data-v-5c93bdb6] {
  font-size: 18px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 30px;
  color: #1d2129;
  white-space: pre;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item-subtitle[data-v-5c93bdb6] {
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 28px;
  color: #4e5969;
  /* 超出两行省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 容器 144 */
.panel-6-container[data-v-ff05b5ae] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
  row-gap: 35px;
  position: relative;
  height: auto;
  min-height: 100%;
}
.action-panel[data-v-ff05b5ae] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 500px;
}
.action-panel .bg[data-v-ff05b5ae] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url("/%E4%B8%BB@1.5x.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.group_96[data-v-ff05b5ae] {
  width: 25%;
  height: 100%;
  background-color: rgba(0, 19, 52, 0.3);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.group_96 + .group_96[data-v-ff05b5ae] {
  margin-left: 1px;
}

/* 开放 */
.group_96 .text[data-v-ff05b5ae] {
  font-size: 40px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 56px;
  color: #ffffff;
  white-space: pre;
  position: absolute;
  bottom: 30px;
  left: 26px;
}

/* OPEN */
.group_96 .text_1[data-v-ff05b5ae] {
  font-size: 50px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.2);
  white-space: pre;
  position: absolute;
  bottom: 60px;
  left: 50px;
}
.group_97[data-v-ff05b5ae] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(0, 19, 52, 0.8);
  position: absolute;
  top: 0;
  left: -100%;
  transition: left 0.5s;
}
.group_96:hover .group_97[data-v-ff05b5ae] {
  left: 0;
}

/* 容器 150 */
.group_97 .frame_150[data-v-ff05b5ae] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 11px;
  position: relative;
  margin: 150px 20px 0px 20px;
}

/* 组 93 */
.group_97 .group_93[data-v-ff05b5ae] {
  width: 140px;
  height: 89px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* 开放 */
.group_97 .h-text[data-v-ff05b5ae] {
  font-size: 40px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 56px;
  color: #ffffff;
  white-space: pre;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* OPEN */
.group_97 .h-text_1[data-v-ff05b5ae] {
  font-size: 50px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.2);
  white-space: pre;
  position: absolute;
  top: 0;
  left: 0;
}

/* 容器 150 */
.group_97 .frame_150_1[data-v-ff05b5ae] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  row-gap: 12px;
  position: relative;
}

/* 持续和共同合作来推动开放式创新-这对于大众创业、万众创新提高创新创业成功率和降低创业门槛至关重要。 */
.group_97 .text_2[data-v-ff05b5ae] {
  font-size: 18px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.89);
}

/* Group 5 */
.group_97 .group_5[data-v-ff05b5ae] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 16px;
  row-gap: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 34px;
  color: #89a9ff;
  white-space: pre;
  position: relative;
}

/* 容器 99 */
.group_97 .frame_99[data-v-ff05b5ae] {
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  position: relative;
  cursor: pointer;
}
.group_97 .frame_99:hover .right_3_3[data-v-ff05b5ae] {
  transform: translateX(5px);
}

/* Iconly/Bold/Arrow - Right 3 */
.group_97 .iconly_bold_arrow_right_3[data-v-ff05b5ae] {
  width: 21px;
  height: 21px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Iconly/Bold/Arrow - Right 3 */
.group_97 .right_3_3[data-v-ff05b5ae] {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: 0;
  transition: all 0.3s;
}

/* 容器 144 */
.panel-5-container[data-v-22095877] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
  row-gap: 35px;
  position: relative;
  height: auto;
  min-height: 100%;
}
.panel-5-container .bg[data-v-22095877] {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-image: url('/product-item-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.info-v[data-v-22095877] {
  width: 100%;
}
.group-row[data-v-22095877] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  position: relative;
  margin-bottom: 20px;
}
.frame_20[data-v-22095877] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  position: relative;
}

/* 容器 17 */
.frame_17[data-v-22095877] {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 24px;
  flex-shrink: 0;
  position: relative;
}

/* 容器 16 */
.frame_16[data-v-22095877] {
  width: 573px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 24px;
  flex-shrink: 0;
  position: relative;
}

/* 光时钟恢复仪 */
.text[data-v-22095877] {
  font-size: 40px;
  font-family: "Alimama ShuHeiTi";
  font-weight: 700;
  line-height: 40px;
  color: #1d2129;
  white-space: pre;
}

/* GCR1000A DataSheet */
.text_1[data-v-22095877] {
  font-size: 30px;
  font-family: "Alimama ShuHeiTi";
  font-weight: 700;
  line-height: 37px;
  color: #4e5969;
  white-space: pre;
}

/* 容器 66 */
.frame_66[data-v-22095877] {
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 16px;
  flex-shrink: 0;
  position: relative;
}

/* 容器 37 */
.frame_37[data-v-22095877] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 6px;
  position: relative;
}

/* 容器 36 */
.frame_36[data-v-22095877] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  flex-shrink: 0;
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 23px;
  color: #3d3d3d;
  white-space: pre;
  position: relative;
}

/* Frame 1000007158 */
.frame_1000007158[data-v-22095877] {
  height: 11px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 0;
  position: relative;
}

/* Rectangle 6408 */
.rectangle_6408[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #e5e6eb;
}

/* Rectangle 6409 */
.rectangle_6409[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #3e6be0;
}

/* 光时钟恢复仪支持26GBd 和53GBd 为中心的双波段时钟恢复，支持800nm~1650nm宽范围光信号时钟锁定，可在NRZ和PAM4光信号提取超低抖动的数据时钟，为高速组件和系统的设计/验证，信号完整性分析提供支持。 */
.text_3[data-v-22095877] {
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 24px;
  color: #3d3d3d;
}

/* 容器 38 */
.frame_38[data-v-22095877] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 6px;
  position: relative;
}

/* 容器 36 */
.frame_36_1[data-v-22095877] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  flex-shrink: 0;
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 23px;
  color: #3d3d3d;
  white-space: pre;
  position: relative;
}

/* Frame 1000007158 */
.frame_1000007158_1[data-v-22095877] {
  height: 11px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 0;
  position: relative;
}

/* Rectangle 6408 */
.rectangle_6408_1[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #e5e6eb;
}

/* Rectangle 6409 */
.rectangle_6409_1[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #3e6be0;
}

/* 容器 42 */
.frame_42[data-v-22095877] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 6px;
  flex-shrink: 0;
  position: relative;
}

/* 容器 40 */
.frame_40[data-v-22095877] {
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 24px;
  color: #3d3d3d;
  white-space: pre;
  position: relative;
}

/* Frame 498845743 */
.frame_498845743[data-v-22095877] {
  width: 19px;
  height: 19px;
  position: relative;
  flex-shrink: 0;
}

/* 容器 41 */
.frame_41[data-v-22095877] {
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 24px;
  color: #3d3d3d;
  white-space: pre;
  position: relative;
}

/* Frame 498845743 */
.frame_498845743_1[data-v-22095877] {
  width: 19px;
  height: 19px;
  position: relative;
  flex-shrink: 0;
}

/* 容器 39 */
.frame_39[data-v-22095877] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  row-gap: 6px;
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 23px;
  color: #3d3d3d;
  white-space: pre;
  position: relative;
  column-gap: 12px;
  flex-shrink: 0;
}

/* Frame 1000007158 */
.frame_1000007158_2[data-v-22095877] {
  height: 11px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 0;
  position: relative;
}

/* Rectangle 6408 */
.rectangle_6408_2[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #e5e6eb;
}

/* Rectangle 6409 */
.rectangle_6409_2[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #3e6be0;
}

/* 容器 40 */
.frame_40_1[data-v-22095877] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  row-gap: 6px;
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 23px;
  color: #3d3d3d;
  white-space: pre;
  position: relative;
  column-gap: 12px;
  flex-shrink: 0;
}

/* Frame 1000007158 */
.frame_1000007158_3[data-v-22095877] {
  height: 11px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  column-gap: 0;
  position: relative;
}

/* Rectangle 6408 */
.rectangle_6408_3[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #e5e6eb;
}

/* Rectangle 6409 */
.rectangle_6409_3[data-v-22095877] {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  background-color: #3e6be0;
}

/* image */
.image[data-v-22095877] {
  width: 40%;
  flex-shrink: 0;
}
.group_1000007163[data-v-22095877] {
  min-width: 260px;
  flex: 1;
  max-width: 20%;
  height: 130px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f5f8 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s;
}
.group_1000007163[data-v-22095877]:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 48, 74, 0.25);
}

/* Frame 1410140839 */
.frame_1410140839[data-v-22095877] {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 7px;
  text-align: center;
  font-size: 18px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 21.06px;
  color: #1d2129;
  white-space: pre;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: 20px;
}

/* icon/拍客 */
.icon_photographer[data-v-22095877] {
  width: 32px;
  height: 32px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Subtract */
.subtract[data-v-22095877] {
  width: 29px;
  height: 26px;
  margin-top: 3px;
  margin-left: 1px;
}

/* 24.3 至 28.90 GBd 49.7 至 56.25 GBd */
.text_1[data-v-22095877] {
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 24px;
  color: #1d2129;
  z-index: 0;
  margin-top: 12px;
  margin-left: 23px;
}

/* 容器 144 */
.panel-4-container[data-v-47914b23] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 20px;
  row-gap: 35px;
  position: relative;
  height: auto;
  min-height: 100%;
}
.group_row[data-v-47914b23] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  column-gap: 20px;
}
.group_5[data-v-47914b23] {
  width: 23%;
  position: relative;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 48, 74, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 20px;
  padding-top: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.group_5[data-v-47914b23]:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 48, 74, 0.25);
}

/* 容器 30 */
.frame_30[data-v-47914b23] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* image */
.image[data-v-47914b23] {
  width: 80%;
  flex-shrink: 0;
  padding: 0 0 0 0;
}

/* 容器 29 */
.frame_29[data-v-47914b23] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 12px;
  position: relative;
  flex-shrink: 0;
}

/* N1092D DCA-M 采样示波器（四个光通道） */
.text[data-v-47914b23] {
  text-align: center;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 24px;
  color: #1d2129;
}

/* 示波器/眼图仪 */
.text_1[data-v-47914b23] {
  font-size: 12px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 14px;
  color: #4e5969;
  white-space: pre;
}

/* 容器 144 */
.panel-3-container[data-v-9ee8358f] {
  width: 100%;
  padding: 55px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.panel-3-container .bg[data-v-9ee8358f] {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-image: url('/p-3-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.frame_22[data-v-9ee8358f] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 容器 20 */
.frame_20[data-v-9ee8358f] {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 45px;
  position: relative;
  margin-top: 0;
  margin-left: 0;
}

/* 组 125 */
.group_125[data-v-9ee8358f] {
    width: 100%;
    width: 30%;
  position: relative;
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 66666 */
.div_66666[data-v-9ee8358f] {
    width: 100%;
}

/* 容器 17 */
.frame_17[data-v-9ee8358f] {
  height: 100%;
  width: 60%;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* 容器 16 */
.frame_16[data-v-9ee8358f] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 3px;
  position: relative;
  margin-top: 0;
  margin-left: 0;
}

/* 武汉盖伦科技有限公司 */
.text[data-v-9ee8358f] {
  font-size: 40px;
  font-family: 'Alimama ShuHeiTi';
  font-weight: 700;
  line-height: 40px;
  color: #3d3d3d;
  white-space: pre;
}

/* Wuhan Gailun Technology Co.,LTD */
.text_1[data-v-9ee8358f] {
  font-size: 25px;
  font-family: 'Source Han Sans';
  font-weight: 350;
  line-height: 36px;
  color: #86909c;
  white-space: pre;
}

/* 武汉盖伦科技有限公司，是一家专业从事光电测试平台&射频测试平台的搭建及相关仪器仪表的销售、租赁、维修、培训、回收等一站式服务的企业。公司自2012年成立以来，不断追求为客户完美解决各类测试方案问题，在此过程中公司经过长期不懈的努力，与众多客户及国内外众多仪器仪表生产商建立了良好的合作伙伴关系，成为光通信及射频通信领域内的知名仪器仪表供应商。 */
.text_2[data-v-9ee8358f] {
  width: 100%;
  font-size: 16px;
  font-family: 'Source Han Sans';
  font-weight: 350;
  line-height: 32px;
  color: #4e5969;
  margin-top: 11px;
  margin-left: 0;
}

/* Button */
.button[data-v-9ee8358f] {
  width: 180px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 3px 5px 16px;
  column-gap: 8px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #3e6be0;
  font-size: 16px;
  font-family: 'Source Han Sans';
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  position: relative;
  margin-top: 74px;
  margin-left: 525px;
  transition: all 0.3s;
  cursor: pointer;
}
.button[data-v-9ee8358f]:hover {
  background-color: #2a59d1;
}
/* 容器 19 */
.frame_19[data-v-9ee8358f] {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  position: relative;
}
.frame_19 img[data-v-9ee8358f] {
  transition: all 0.2s;
}
.button:hover .frame_19 img[data-v-9ee8358f] {
  transform: translateX(5px);
}

/* direction/right */
.direction_right[data-v-9ee8358f] {
  width: 19px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}

/* 容器 144 */
.panel-d-container[data-v-2f720587] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
  row-gap: 35px;
  position: relative;
  height: auto;
  min-height: 100%;
}

/* 容器 32 */
.panel-title[data-v-2f720587] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 24px;
  flex-shrink: 0;
  position: relative;
}





/* 容器 7 */
.group-row[data-v-2f720587] {
  width: 100%;
  height: 225px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 20px;
  column-gap: 40px;
  position: relative;
}

/* 组 3 */
.group-col-item[data-v-2f720587] {
  min-width: 300px;
  flex: 1;
  position: relative;
  flex-shrink: 0;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  justify-content: center;
}

/* 容器 9 */
.group-item[data-v-2f720587] {
  height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  position: relative;
}
.spesil[data-v-2f720587] {
  height: 68px;
  transform: scale(1.4);
}

/* 容器 6 */
.group-info[data-v-2f720587] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 12px;
  flex-shrink: 0;
  position: relative;
}

/* 仪器销售 */
.title[data-v-2f720587] {
  font-size: 18px;
  font-family: "Source Han Sans";
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #1d2129;
  white-space: pre;
}

/* 丰富的产品种类， 光通信&射频领域测试设备全覆盖 */
.desc[data-v-2f720587] {
  text-align: center;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.01em;
  color: #4e5969;
}

/* 容器 144 */
.panel-1-container[data-v-81dc9dd9] {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.swiper[data-v-81dc9dd9] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide img[data-v-81dc9dd9] {
  width: 100%;
  height: 100%;
}

.header-wrap[data-v-cfd9e64f] {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.header-top-container[data-v-cfd9e64f] {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}
.top-posi-bg[data-v-cfd9e64f] {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: 0;
  margin: auto;
  width: 100vw;
  height: 120px;
  background-color: #ffffff;
  z-index: 0;
}
.header-logo[data-v-cfd9e64f] {
  height: 75px;
  z-index: 1;
  transition: all 0.3s;
}
.header-logo[data-v-cfd9e64f]:hover {
  transform: scale(0.98);
}
.header-logo img[data-v-cfd9e64f] {
  height: 100%;
}
.hrader-nav-container[data-v-cfd9e64f] {
  position: relative;
  height: 54px;
  background-color: #3e6be0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  box-sizing: border-box;
}
.nav-posi-bg[data-v-cfd9e64f] {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  background-color: #3e6be0;
  z-index: 0;
}
.hrader-nav-container .nav-bar-view[data-v-cfd9e64f] {
  max-width: 90%;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frame_5[data-v-cfd9e64f] {
  width: 353px;
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 12px;
  position: relative;
}

/* Frame 1000008158 */
.frame_1000008158[data-v-cfd9e64f] {
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
  position: relative;
}

/* Frame 1000008156 */
.frame_1000008156[data-v-cfd9e64f] {
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px;
  column-gap: 12px;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 21.06px;
  color: #4e5969;
  white-space: pre;
  position: relative;
}

/* 微信 1 */
.wechat_1[data-v-cfd9e64f] {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  padding: 0 0 0 0;
}

/* Rectangle 6874 */
.rectangle_6874[data-v-cfd9e64f] {
  width: 1px;
  height: 18px;
  flex-shrink: 0;
  background-color: #dcdfe6;
}

/* Frame 1000008157 */
.frame_1000008157[data-v-cfd9e64f] {
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px;
  column-gap: 12px;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 21.06px;
  color: #4e5969;
  white-space: pre;
  position: relative;
}

/* qq */
.qq[data-v-cfd9e64f] {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  padding: 0 0 0 0;
}

/* Rectangle 6875 */
.rectangle_6875[data-v-cfd9e64f] {
  width: 1px;
  height: 18px;
  flex-shrink: 0;
  background-color: #dcdfe6;
}

/* Frame 1000008157 */
.frame_1000008157_1[data-v-cfd9e64f] {
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 13px;
  column-gap: 12px;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 21.06px;
  color: #4e5969;
  white-space: pre;
  position: relative;
}

/* fill/star-fill */
.fill_star_fill[data-v-cfd9e64f] {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  padding: 0 0 0 0;
}

/* 容器 4 */
.frame_4[data-v-cfd9e64f] {
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 12px;
  column-gap: 20px;
  position: relative;
}

/* 容器 2 */
.frame_2[data-v-cfd9e64f] {
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 21.06px;
  letter-spacing: 0.07em;
  color: #4e5969;
  white-space: pre;
  position: relative;
}

/* 电话 */
.telephone[data-v-cfd9e64f] {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  padding: 0 0 0 0;
}

/* Rectangle 6874 */
.rectangle_6874_1[data-v-cfd9e64f] {
  width: 1px;
  height: 18px;
  flex-shrink: 0;
  background-color: #dcdfe6;
}

/* 容器 3 */
.frame_3[data-v-cfd9e64f] {
  height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 21.06px;
  letter-spacing: 0.07em;
  color: #4e5969;
  white-space: pre;
  position: relative;
}

/* 邮件 */
.mail[data-v-cfd9e64f] {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  padding: 0 0 0 0;
}
.frame_1000006925[data-v-cfd9e64f] {
  width: 340px;
  height: 66px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.input-v[data-v-cfd9e64f] {
  width: 100%;
  display: flex;
  align-items: center;
  height: 30px;
  background: #f2f2f2;
  border-radius: 15px;
  overflow: hidden;
}
.input-v input[data-v-cfd9e64f] {
  height: 100%;
  flex: 1;
  border: none;
  background: none;
  box-sizing: border-box;
  padding: 0px 15px;
}
.input-v input[data-v-cfd9e64f]:active,
.input-v input[data-v-cfd9e64f]:focus,
.input-v input[data-v-cfd9e64f]:focus-visible {
  border: none;
}
.search-btn[data-v-cfd9e64f] {
  width: 69px;
  height: 100%;
  background: #0256ff;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn[data-v-cfd9e64f]:hover {
  background: #0841d3;
}
.search-btn[data-v-cfd9e64f]:active {
  background: #0841d3;
}

/* flexContainer */
.flexcontainer[data-v-cfd9e64f] {
  display: flex;
  width: 100%;
  height: 19px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 0;
  margin-top: 15px;
  margin-left: 0;
}

/* 2023年3月30日 星期四 */
.text_1[data-v-cfd9e64f] {
  font-size: 12px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 14.04px;
  color: #4e5969;
  white-space: pre;
  z-index: 0;
  margin-top: 2px;
  margin-left: 0;
}
.search-v[data-v-cfd9e64f] {
  z-index: 1;
}
/* 武汉市 */
.search-v .text_2[data-v-cfd9e64f] {
  font-size: 12px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 14.04px;
  color: #4e5969;
  white-space: pre;
  z-index: 1;
  margin-top: 2px;
}

/* Group 21 */
.group_21[data-v-cfd9e64f] {
  width: 25px;
  height: 24px;
  z-index: 1;
  flex-shrink: 0;
  margin-top: -2px;
  margin-left: -4px;
}

/* Rectangle 146 */
.rectangle_146[data-v-cfd9e64f] {
  width: 19px;
  height: 19px;
  z-index: 0;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: -21px;
}

/* Frame 1000006944 */
.frame_1000006944[data-v-cfd9e64f] {
  height: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 7px;
  position: relative;
  z-index: 2;
}

/* 晴天 */
.text_3[data-v-cfd9e64f] {
  font-size: 12px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 14.04px;
  color: #4e5969;
  white-space: pre;
}

/* 13~24℃ */
.text_4[data-v-cfd9e64f] {
  font-size: 12px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 14.04px;
  color: #4e5969;
  white-space: pre;
}
.nav-item[data-v-cfd9e64f] {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 17px 18px;
  row-gap: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 16px;
  color: #ffffff;
  white-space: pre;
  position: relative;
  cursor: pointer;
}
.nav-item[data-v-cfd9e64f]:hover,
.nav-item[data-v-cfd9e64f]:active {
  background-color: #0841d3;
}
.nav-item:hover .drapdown-view[data-v-cfd9e64f] {
  height: auto;
  opacity: 1;
}
.nav-item:hover .drapdown-view .allow .create[data-v-cfd9e64f] {
  opacity: 1;
}
.nav-item:hover .drapdown-item[data-v-cfd9e64f] {
  height: auto;
  opacity: 1;
  padding: 12px 24px;
}

/* Frame 1000006919 */
.frame_1000006919_12[data-v-cfd9e64f] {
  width: 100%;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  position: relative;
}
.drapdown-view[data-v-cfd9e64f] {
  position: absolute;
  left: 0;
  top: 58px;
  display: flex;
  flex-direction: column;
  z-index: 3;
  height: 0;
  opacity: 0;
  transition: all 0.3s;
}
.drapdown-view .allow[data-v-cfd9e64f] {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  overflow: hidden;
}
.drapdown-view .allow .create[data-v-cfd9e64f] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;  /* 三角形的一半宽度 */
  border-right: 5px solid transparent; /* 三角形的一半宽度 */
  border-bottom: 6px solid #5e8bfd;
  margin-left: 20px;
  opacity: 0;
}
.drapdown-view .drapdown-item[data-v-cfd9e64f] {
  padding: 0;
  background-color: #5e8bfd;
  font-size: 16px;
  font-family: "Source Han Sans";
  font-weight: 350;
  color: #ffffff;
  cursor: pointer;
  height: 0;
  overflow: hidden;
}
.drapdown-view .drapdown-item[data-v-cfd9e64f]:hover {
  background-color: #0841d3;
}
.drapdown-view .drapdown-item[data-v-cfd9e64f]:active {
  background-color: #174fdc;
}

/* interactive-button/home */
.interactive_button_home_2[data-v-cfd9e64f] {
  width: 21px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.frame_1000006977_1[data-v-cfd9e64f] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 12px;
  position: relative;
}

/* 组 94 */
.text_14[data-v-cfd9e64f] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 24px;
  row-gap: 0;
  flex-shrink: 0;
  border-radius: 2px;
  background-color: #0841d3;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 14px;
  color: #ffffff;
  white-space: pre;
}

/* 组 95 */
.text_15[data-v-cfd9e64f] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 24px;
  row-gap: 0;
  flex-shrink: 0;
  border-radius: 2px;
  background-color: #0841d3;
  font-size: 14px;
  font-family: "Source Han Sans";
  font-weight: 350;
  line-height: 14px;
  color: #ffffff;
  white-space: pre;
}
