@charset "UTF-8";
/* module 引入*/
.psv-loader::before, .psv-markers-list-item::before, .psv-panel-resizer::before {
  content: "";
}

.psv-hud, .psv-panel-content--no-interaction {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.psv-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity linear 0.1s;
}

.psv-canvas {
  display: block;
}

.psv-loader-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.psv-loader, .psv-loader-image, .psv-loader-text, .psv-loader::before {
  display: inline-block;
  vertical-align: middle;
}

.psv-loader {
  position: relative;
  text-align: center;
  color: rgba(61, 61, 61, 0.7);
  width: 150px;
  height: 150px;
  border: 10px solid transparent;
}

.psv-button, .psv-caption {
  color: rgba(255, 255, 255, 0.7);
}

.psv-loader::before {
  height: 100%;
}

.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.psv-loader-text {
  font: 14px sans-serif;
}

.psv-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(61, 61, 61, 0.5);
  transition: bottom ease-in-out 0.1s;
}

.psv-navbar--open {
  bottom: 0;
}

.psv-navbar, .psv-navbar * {
  box-sizing: content-box;
}

.psv-caption {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -moz-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 800px) {
  .psv-caption {
    visibility: hidden;
  }
}
.psv-spacer--weight-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.psv-spacer--weight-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.psv-spacer--weight-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.psv-spacer--weight-4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

.psv-spacer--weight-5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.psv-spacer--weight-6 {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
  -moz-flex-grow: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
}

.psv-spacer--weight-7 {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -moz-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
}

.psv-spacer--weight-8 {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  -moz-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
}

.psv-spacer--weight-9 {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
}

.psv-spacer--weight-10 {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -moz-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.psv-button {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: 0 0;
}

.psv-button--active {
  background: rgba(255, 255, 255, 0.1);
}

.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}

.psv-button .psv-button-svg {
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.psv-button .psv-button-svg * {
  fill: rgba(255, 255, 255, 0.7);
}

.psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button .psv-button-svg {
  transform: scale(1.2);
}

.psv-autorotate-button {
  width: 25px;
  height: 25px;
  padding: 7.5px;
}

.psv-zoom-button {
  cursor: default;
  width: 128px;
}

.psv-zoom-button-minus, .psv-zoom-button-plus {
  float: left;
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.psv-zoom-button-minus .psv-button-svg, .psv-zoom-button-plus .psv-button-svg {
  position: relative;
  top: 20%;
}

.psv-zoom-button-range {
  float: left;
  padding: 9.5px 8px;
}

.psv-zoom-button-line {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.psv-zoom-button-handle {
  position: absolute;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1);
  transition: transform 0.3s ease;
}

.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-line {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-handle {
  transform: scale(1.3);
}

@media (max-width: 600px) {
  .psv-zoom-button {
    width: auto;
    padding: 0;
  }
  .psv-zoom-button-range {
    display: none;
  }
  .psv-zoom-button-minus, .psv-zoom-button-plus {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .psv-zoom-button-minus .psv-button-svg, .psv-zoom-button-plus .psv-button-svg {
    top: 0;
  }
}
.psv-markers-list-title {
  font: 24px sans-serif;
  margin: 1em 0;
  text-align: center;
  text-shadow: 2px 1px #000;
}

.psv-markers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.psv-markers-list-item {
  clear: both;
  min-height: 20px;
  padding: 0.5em 1em;
  cursor: pointer;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.psv-markers-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  margin-left: -10px;
}

.psv-markers-list-item:nth-child(odd), .psv-markers-list-item:nth-child(odd)::before {
  background: rgba(255, 255, 255, 0.1);
}

.psv-markers-list-item:nth-child(even), .psv-markers-list-item:nth-child(even)::before {
  background: 0 0;
}

.psv-markers-list-item:hover {
  transform: translateX(10px);
  transition: transform 0.1s ease-in-out;
}

.psv-markers-list-image {
  float: left;
  width: 20px;
}

.psv-hud, .psv-hud-svg-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.psv-markers-list-name {
  margin: 0;
  padding: 0;
}

.psv-markers-list-image + .psv-markers-list-name {
  padding-left: calc(20px + 0.5em);
}

.psv-hud {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
}

.psv-hud-svg-container {
  top: 0;
  left: 0;
  z-index: 20;
}

.psv-marker {
  cursor: pointer;
  display: none;
}

.psv-marker--normal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background-size: contain;
  background-repeat: no-repeat;
}

.psv-marker--transparent {
  display: block;
  opacity: 0;
}

.psv-marker--visible {
  display: block;
}

.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: calc(100% - 24px);
  background: rgba(10, 10, 10, 0.7);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  cursor: default;
  margin-left: 9px;
}

.psv-container--has-navbar .psv-panel {
  height: calc(100% - 40px);
}

.psv-panel-close-button {
  display: none;
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.9);
}

.psv-panel-close-button::after, .psv-panel-close-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  transition-property: width, left, transform;
}

.psv-panel-close-button::before {
  transform: rotate(45deg);
}

.psv-panel-close-button::after {
  transform: rotate(-45deg);
}

.psv-panel-close-button:hover::after, .psv-panel-close-button:hover::before {
  left: 0;
  width: 23px;
}

.psv-panel-close-button:hover::before {
  transform: rotate(135deg);
}

.psv-panel-close-button:hover::after {
  transform: rotate(45deg);
}

.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: col-resize;
}

.psv-panel-resizer::before {
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  box-shadow: 1px 0 #fff, 3px 0 #fff, 5px 0 #fff, 1px 2px #fff, 3px 2px #fff, 5px 2px #fff, 1px 4px #fff, 3px 4px #fff, 5px 4px #fff, 1px 6px #fff, 3px 6px #fff, 5px 6px #fff, 1px 8px #fff, 3px 8px #fff, 5px 8px #fff, 1px 10px #fff, 3px 10px #fff, 5px 10px #fff, 1px 12px #fff, 3px 12px #fff, 5px 12px #fff, 1px 14px #fff, 3px 14px #fff, 5px 14px #fff, 1px 16px #fff, 3px 16px #fff, 5px 16px #fff, 1px 18px #fff, 3px 18px #fff, 5px 18px #fff, 1px 20px #fff, 3px 20px #fff, 5px 20px #fff, 1px 22px #fff, 3px 22px #fff, 5px 22px #fff, 1px 24px #fff, 3px 24px #fff, 5px 24px #fff, 1px 26px #fff, 3px 26px #fff, 5px 26px #fff, 1px 28px #fff, 3px 28px #fff, 5px 28px #fff;
  background: 0 0;
}

.psv-panel-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #dcdcdc;
  font: 16px sans-serif;
  overflow: auto;
}

.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}

.psv-panel-content--no-interaction {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.psv-panel--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-duration: 0.2s;
}

.psv-panel--open .psv-panel-close-button, .psv-panel--open .psv-panel-resizer {
  display: block;
}

.psv-tooltip {
  position: absolute;
  z-index: 50;
  box-sizing: border-box;
  max-width: 200px;
  background-color: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
}

.psv-tooltip--bottom-center, .psv-tooltip--bottom-left, .psv-tooltip--center-left, .psv-tooltip--center-right, .psv-tooltip--top-center {
  transition-property: opacity, transform;
}

.psv-tooltip-content {
  color: #fff;
  font: 14px sans-serif;
  text-shadow: 0 1px #000;
}

.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}

.psv-tooltip--bottom-center .psv-tooltip-arrow, .psv-tooltip--bottom-left .psv-tooltip-arrow, .psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--top-center .psv-tooltip-arrow, .psv-tooltip--top-left .psv-tooltip-arrow, .psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--bottom-center {
  box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
  transform: translate3d(0, -5px, 0);
}

.psv-tooltip--center-left {
  box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
  transform: translate3d(5px, 0, 0);
}

.psv-tooltip--center-left .psv-tooltip-arrow {
  border-left-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--top-center {
  box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
  transform: translate3d(0, 5px, 0);
}

.psv-tooltip--center-right {
  box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
  transform: translate3d(-5px, 0, 0);
}

.psv-tooltip--center-right .psv-tooltip-arrow {
  border-right-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--bottom-left {
  box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
  transform: translate3d(0, -5px, 0);
}

.psv-tooltip--bottom-right {
  box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
  transform: translate3d(0, -5px, 0);
  transition-property: opacity, transform;
}

.psv-tooltip--top-left, .psv-tooltip--top-right {
  transform: translate3d(0, 5px, 0);
  transition-property: opacity, transform;
}

.psv-tooltip--top-left {
  box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--top-right {
  box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-duration: 0.1s;
}

html {
  height: 100%;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  background: radial-gradient(#fff 0, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
}

canvas {
  position: absolute;
}

#container::after {
  content: "";
  background: url(.../img/sd.png) bottom left;
  background-size: auto auto;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  position: fixed;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  pointer-events: none;
}

.container, #photosphere {
  height: 100%;
}

#top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

#nav > div:nth-child(1) a {
  background-image: url(.../img/dfjx_2.png);
}

#nav span a {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#nav span a.active, #nav span a:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.mk {
  border-color: #fff !important;
}

#nav > div:nth-child(2) span {
  color: #fff;
}

.psv-panel {
  z-index: 999;
}

.psv-panel-content, .psv-tooltip-content, .psv-markers-list-title {
  font-family: "微软雅黑";
}

.psv-panel-resizer::before {
  display: none;
}

.psv-container:not(.psv-container--has-navbar) {
  z-index: 10000;
}

.psv-download-button {
  display: none;
}

#door, #door span {
  background-color: #13294b;
}

#door:after {
  border-color: #13294b transparent transparent transparent;
}

.psv-content .tag {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: no-repeat 12px center #c8102e;
  background-size: 36px;
  position: relative;
  text-decoration: none;
}
.psv-content .tag span {
  display: inline-block;
  position: absolute;
  left: 60px;
  width: 120px;
  height: 100%;
  line-height: 60px;
  padding-left: 6px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 16px;
  text-align: left;
  transition: all 0.2s;
  background: #c8102e;
  overflow: hidden;
}
.psv-content .tag::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 4px;
  position: absolute;
  bottom: -7px;
  left: 12px;
  border-color: #c8102e transparent transparent transparent;
}
.psv-content .psv-markers-list .tag span {
  background: transparent !important;
  width: 100px;
  opacity: 1;
  padding-left: 12px;
}
.psv-content .hl {
  color: yellow;
}
.psv-content pre {
  font-size: 15px;
  line-height: 28px;
  white-space: pre-wrap;
  font-family: inherit;
  margin: 0;
}
.psv-content .shake {
  animation: shakes 0.6s infinite ease-in-out;
}
@keyframes shakes {
  0% {
    transform: translateY(10px) translateZ(0);
  }
  50% {
    transform: translateY(0) translateZ(0);
  }
  100% {
    transform: translateY(10px) translateZ(0);
  }
}
.psv-content .img {
  border-radius: 8px;
  display: block;
  margin-bottom: 10px;
}
.psv-content #hwall > div {
  display: inline-block;
  width: 42%;
  margin-right: 6%;
}
.psv-content #hwall {
  white-space: normal;
}
.psv-content #hwall > div:nth-child(odd) {
  margin-right: 10%;
}
.psv-content #hwall img {
  display: block;
  width: 100%;
}
.psv-content #hwall h5 {
  text-align: center;
  margin: 0 0 10px;
  padding: 4px 0;
  background: #f60;
}

/* helpers */
/* 绝对居中 */
/* 单行溢出省略 */
/*怪异盒模型*/
/*禁止选中文本*/
/* 渐变 */
/*淡出*/
/*淡出*/
/*淡人*/
/*淡出*/
/*** Functions ***/
:root {
  --theme-color: #2534d8;
  --vt-c-white: #ffffff;
  --vt-c-white-soft: #f8f8f8;
  --vt-c-white-mute: #f2f2f2;
  --vt-c-black: #181818;
  --vt-c-black-soft: #222222;
  --vt-c-black-mute: #282828;
  --vt-c-indigo: #2c3e50;
  --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
  --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
  --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
  --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
  --vt-c-text-light-1: var(--vt-c-indigo);
  --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
  --vt-c-text-dark-1: var(--vt-c-white);
  --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
  --el-color-primary: green;
}

/* semantic color variables for this project */
:root {
  --color-background: var(--vt-c-white);
  --color-background-soft: var(--vt-c-white-soft);
  --color-background-mute: var(--vt-c-white-mute);
  --color-border: var(--vt-c-divider-light-2);
  --color-border-hover: var(--vt-c-divider-light-1);
  --color-heading: var(--vt-c-text-light-1);
  --color-text: var(--vt-c-text-light-1);
  --section-gap: 160px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);
    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);
    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
}
[v-cloak] {
  opacity: 0;
}

body {
  color: #000;
  background-color: #fff;
  transition: color 0.5s, background-color 0.5s;
  font-size: 14px;
  line-height: 1.6;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: Microsoft YaHei, Arial, Verdana, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: normal;
  margin: 0;
}

strong {
  font-weight: bold;
}

input {
  outline-color: #e0e0e0;
  border-width: 1px;
}

a {
  color: inherit;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.el-input__suffix-inner {
  height: 30px;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.el-loading-mask {
  z-index: 90;
}

.pagination-p {
  text-align: center;
  margin-top: 50px;
}
.pagination-p .el-pager li {
  font-size: 16px;
}

.available-area {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  height: 126px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  transition: 0.3s all;
}
header .header-top {
  display: flex;
  justify-content: end;
  padding-top: 20px;
  padding-bottom: 10px;
}
header .header-top > ul {
  display: flex;
  align-items: center;
}
header .header-top > ul > li {
  margin-left: 40px;
}
header .header-top > ul a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
header .header-top > ul a img {
  width: 22px;
  margin-right: 12px;
}
header .header-top .lang-link {
  position: relative;
}
header .header-top .lang-link:hover .lang-dropdown {
  opacity: 1;
  display: block;
}
header .header-top .lang-link .lang-dropdown {
  transition: 0.3s all;
  opacity: 0;
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: -10px;
  width: 230px;
  padding-top: 15px;
  color: #fff;
}
header .header-top .lang-link .lang-dropdown ul {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
header .header-top .lang-link .lang-dropdown ul li {
  width: 50%;
  margin-left: 0;
  cursor: pointer;
  padding: 3px 5px;
  transition: 0.3s all;
}
header .header-top .lang-link .lang-dropdown ul li:hover {
  color: #2953c7;
}
header .header-top .lang-link .lang-dropdown ul li a {
  font-size: 14px;
  display: flex;
  align-items: center;
}
header .header-top .lang-link .lang-dropdown ul li a img {
  height: 12px;
  width: auto;
  margin-right: 3px;
}
header .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-bottom .logo {
  width: 120px;
  height: 40px;
}
header .header-bottom .logo > img {
  display: block;
  height: 100%;
}
header .header-bottom .d-flex {
  align-items: center;
}
header .header-bottom nav ul {
  display: flex;
  align-items: center;
}
header .header-bottom nav ul li {
  margin-left: 40px;
  font-size: 16px;
}
header .header-bottom nav ul li > a {
  display: block;
  padding: 20px 0;
  padding-bottom: 25px;
}
header .header-bottom nav ul #product-link .product-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background-color: #fff;
  width: 100%;
  opacity: 0;
  color: #000;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s all;
  border-bottom: 1px solid #e5e5e5;
}
header .header-bottom nav ul #product-link .product-menu .available-area {
  height: 100%;
  display: flex;
}
header .header-bottom nav ul #product-link .product-menu .left {
  width: 350px;
  height: 100%;
  max-height: calc(100vh - 127px);
  border-right: 1px solid #e5e5e5;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
header .header-bottom nav ul #product-link .product-menu .left > .items .item {
  margin-bottom: 2px;
  border-radius: 5px;
  padding: 10px 12px;
  cursor: pointer;
  line-height: 1.35em;
}
header .header-bottom nav ul #product-link .product-menu .left > .items .item:hover {
  color: #2953C7;
}
header .header-bottom nav ul #product-link .product-menu .left > .items .item.active {
  background-color: #F0F4FF;
  color: #2953C7;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-bottom nav ul #product-link .product-menu .left > .items .item.active::after {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(../img/widgets.png);
}
header .header-bottom nav ul #product-link .product-menu .right {
  width: calc(100% - 350px);
  padding: 20px;
  max-height: calc(100vh - 127px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
header .header-bottom nav ul #product-link .product-menu .right .items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
header .header-bottom nav ul #product-link .product-menu .right .items .item {
  flex: 0 0 calc((100% - 36px) / 4);
  border: 1px solid #2953c7;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #2953c7;
  overflow: hidden;
}
header .header-bottom nav ul #product-link .product-menu .right .items .item > .cover {
  background-color: #fff;
}
header .header-bottom nav ul #product-link .product-menu .right .items .item > .cover img {
  width: 90%;
  aspect-ratio: 1/0.8;
  margin-top: 5%;
  object-fit: contain;
}
header .header-bottom nav ul #product-link .product-menu .right .items .item p {
  background-color: #2953c7;
  color: #fff;
  font-size: 14px;
  line-height: 1.35em;
  padding: 10px 5px;
}
header .header-bottom nav ul #product-link .product-menu-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .header-bottom nav ul .active > a {
  font-weight: 900;
}
header .header-bottom .media-icons {
  display: flex;
  font-size: 40px;
}
header .header-bottom .media-icons li {
  margin-left: 25px;
  line-height: 1em;
}
header .header-bottom .media-icons li a {
  display: block;
  width: 24px;
}
header .header-bottom .media-icons li box-icon {
  fill: #fff;
  transition: 0.3s all;
}
header .white-show {
  display: none !important;
}

header.white, header.keep-white, header.product-menu-show-header {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
header.white .white-show, header.keep-white .white-show, header.product-menu-show-header .white-show {
  display: block !important;
}
header.white .black-show, header.keep-white .black-show, header.product-menu-show-header .black-show {
  display: none !important;
}
header.white .header-bottom .media-icons li box-icon, header.keep-white .header-bottom .media-icons li box-icon, header.product-menu-show-header .header-bottom .media-icons li box-icon {
  fill: #000;
}
header.white .header-top .lang-link .lang-dropdown ul, header.keep-white .header-top .lang-link .lang-dropdown ul, header.product-menu-show-header .header-top .lang-link .lang-dropdown ul {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  color: #000;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  color: #fff;
}
.mobile-header .logo {
  display: inline-block;
  height: 30px;
  margin-top: 15px;
}
.mobile-header .logo img {
  display: block;
  height: 100%;
}
.mobile-header .header-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 36px;
  height: 36px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
}
.mobile-header .header-btn box-icon {
  transition: 0.3s all;
  fill: #fff;
}
.mobile-header .white-show {
  display: none !important;
}
.mobile-header .mobile-header-dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  z-index: 99;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.mobile-header .mobile-header-dropdown .menus {
  width: 200%;
  position: relative;
  color: #000;
  display: flex;
  transition: 0.3s all;
  height: 100%;
}
.mobile-header .mobile-header-dropdown .menus-to2 {
  transform: translateX(-50%);
}
.mobile-header .mobile-header-dropdown .menu-1 {
  width: 50%;
  padding: 20px 15px;
  overflow-y: auto;
  height: 100%;
}
.mobile-header .mobile-header-dropdown .menu-1 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-header .mobile-header-dropdown .menu-1 ul li {
  margin-bottom: 5px;
  width: 100%;
}
.mobile-header .mobile-header-dropdown .menu-1 ul li a {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  padding: 6px 0;
  display: block;
}
.mobile-header .mobile-header-dropdown .menu-1 .media-icons {
  flex-direction: row;
  margin-top: 20px;
}
.mobile-header .mobile-header-dropdown .menu-1 .contact-ul {
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.mobile-header .mobile-header-dropdown .menu-1 .contact-ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header .mobile-header-dropdown .menu-1 .contact-ul li img {
  width: 20px;
  margin-right: 5px;
}
.mobile-header .mobile-header-dropdown .menu-2 {
  width: 50%;
  padding: 20px 15px;
  overflow-y: auto;
  height: 100%;
}
.mobile-header .mobile-header-dropdown .menu-2 .theme-btn {
  margin-bottom: 10px;
  border: 1px solid #2953c7;
  background-color: #fff;
  color: #2953c7;
  height: 30px;
  display: flex;
  align-items: center;
}
.mobile-header .mobile-header-dropdown .menu-2 .theme-btn i {
  margin-right: 5px;
  vertical-align: middle;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu {
  display: none;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item {
  margin-bottom: 10px;
  width: 100%;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item > p {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
  border-radius: 5px;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item > .items2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  display: none;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item > .items2 .item {
  flex: 0 0 calc((100% - 12px) / 2);
  border: 1px solid #2953c7;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item > .items2 .item img {
  width: 90%;
  aspect-ratio: 1/0.8;
  margin-top: 5%;
  object-fit: contain;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item > .items2 .item p {
  background-color: #2953c7;
  color: #fff;
  font-size: 14px;
  line-height: 1.35em;
  padding: 10px 5px;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item.active > p {
  background-color: #F0F4FF;
  color: #2953C7;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item.active > p::after {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(../img/widgets.png);
}
.mobile-header .mobile-header-dropdown .menu-2 .product-menu > .items > .item.active > .items2 {
  display: flex;
}
.mobile-header .mobile-header-dropdown .menu-2 .lang-menu {
  display: none;
}
.mobile-header .mobile-header-dropdown .menu-2 .lang-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.mobile-header .mobile-header-dropdown .menu-2 .lang-menu ul li {
  width: 50%;
  text-align: center;
}
.mobile-header .mobile-header-dropdown .menu-2 .lang-menu ul li a {
  padding: 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.mobile-header .mobile-header-dropdown .menu-2 .lang-menu ul li a img {
  height: 14px;
  width: auto;
  display: block;
  margin-right: 3px;
}

.mobile-header.white, .mobile-header.keep-white {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.mobile-header.white .header-btn, .mobile-header.keep-white .header-btn {
  color: #000;
}
.mobile-header.white .white-show, .mobile-header.keep-white .white-show {
  display: block !important;
}
.mobile-header.white .black-show, .mobile-header.keep-white .black-show {
  display: none !important;
}
.mobile-header.white .header-btn box-icon, .mobile-header.keep-white .header-btn box-icon {
  fill: #000;
}

.content {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.content .banner2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 800px;
  background-color: #aaa;
  background-size: cover;
  background-position: center center;
}
.content .banner2 h1 {
  margin-bottom: 20px;
  font-size: 60px;
}
.content .banner2 .texts {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.content .banner2 .numbers {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  color: #fff;
}
.content .banner2 .numbers > .items {
  display: flex;
}
.content .banner2 .numbers > .items > .item {
  flex: 1;
  text-align: center;
}
.content .banner2 .numbers > .items > .item span {
  font-size: 50px;
  color: #2953c7;
  font-weight: bold;
}
.content .banner2 .numbers > .items > .item p {
  font-size: 16px;
}

footer {
  background-color: #222;
  color: #fff;
  background-image: url(../img/202505071525309.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
footer a:hover {
  text-decoration: underline;
}
footer .f-t {
  padding-top: 80px;
  padding-bottom: 60px;
}
footer .f-t h1 {
  font-size: 37px;
  margin-bottom: 15px;
  line-height: 1.1em;
}
footer .f-t p {
  font-size: 16px;
}
footer .f-m {
  padding: 60px 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: space-between;
}
footer .f-m .f-m-l .logo {
  height: 40px;
  margin-bottom: 15px;
}
footer .f-m .f-m-l .logo > img {
  display: block;
  height: 100%;
}
footer .f-m .f-m-l p {
  font-size: 16px;
}
footer .f-m .f-m-l .footer-contact {
  font-size: 14px;
  margin-bottom: 16px;
}
footer .f-m .f-m-l .footer-contact li {
  margin-bottom: 16px;
}
footer .f-m .f-m-l .footer-contact li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .f-m .f-m-l .footer-contact li a img {
  width: 18px;
  margin-right: 4px;
}
footer .f-m .f-m-l .media-icons {
  display: flex;
  font-size: 40px;
  margin-top: 24px;
}
footer .f-m .f-m-l .media-icons li {
  margin-right: 16px;
  line-height: 1em;
}
footer .f-m .f-m-l .media-icons li a {
  display: block;
}
footer .f-m .f-m-l .media-icons li box-icon {
  fill: #fff;
}
footer .f-m .f-m-r {
  display: flex;
}
footer .f-m .f-m-r ul {
  margin-left: 80px;
  font-size: 14px;
  min-width: 150px;
}
footer .f-m .f-m-r li:first-child {
  margin-bottom: 30px;
}
footer .f-m .f-m-r li:first-child h1 {
  font-size: 20px;
}
footer .f-m .f-m-r li:first-child h2 {
  font-size: 16px;
}
footer .f-m .f-m-r li {
  margin-bottom: 20px;
}
footer .f-b {
  padding: 40px 0;
  text-align: center;
  font-size: 16px;
}
footer #statement {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
footer #statement a {
  color: #fff;
}
footer #statement a:hover {
  text-decoration: underline;
}

@media (max-width: 1450px) {
  .available-area {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .available-area {
    max-width: none;
  }
  header .header-top li {
    margin-left: 20px;
  }
  header .header-top a img {
    margin-right: 8px;
  }
  header .header-bottom nav ul li {
    margin-left: 30px;
  }
  header .header-bottom .media-icons li {
    margin-left: 15px;
  }
}
@media (max-width: 1050px) {
  header .header-bottom nav ul li {
    margin-left: 15px;
  }
  header .header-bottom .media-icons li {
    margin-left: 10px;
  }
  footer .f-m .f-m-r ul {
    margin-left: 50px;
  }
}
@media (max-width: 900px) {
  header .header-bottom nav ul li {
    margin-left: 10px;
  }
  header .header-bottom .media-icons li {
    margin-left: 8px;
  }
  .content > .banner2 {
    height: 550px;
  }
  .content .banner2 .texts {
    font-size: 20px;
  }
  .content .banner2 h1 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  footer .f-t {
    padding-top: 24px;
    padding-bottom: 8px;
  }
  footer .f-t h1 {
    font-size: 30px;
  }
  footer .f-m {
    display: block;
    padding: 30px 0;
  }
  footer .f-m .f-m-r {
    margin-top: 24px;
  }
  footer .f-m .f-m-r ul:first-child {
    margin-left: 0;
  }
  footer .f-b {
    padding: 30px 0;
  }
}
@media (max-width: 850px) {
  .available-area {
    width: 90%;
  }
  header {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .content > .banner2 {
    height: 350px;
  }
  .content .banner2 .numbers > .items > .item span {
    font-size: 30px;
  }
  .content .banner2 .numbers > .items > .item p {
    font-size: 16px;
  }
  .content .banner2 .numbers {
    bottom: 30px;
  }
  footer .f-m .f-m-r {
    display: block;
  }
  footer .f-m .f-m-r ul {
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer .f-m .f-m-r li:first-child {
    margin-bottom: 10px;
  }
  footer .f-m .f-m-r li {
    margin-bottom: 8px;
  }
  footer .f-b {
    padding: 20px 0;
    font-size: 14px;
  }
  footer .f-t h1 {
    font-size: 30px;
    line-height: 56px;
  }
  footer .f-t p {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .content .banner2 h1 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .content .banner2 .texts {
    font-size: 14px;
    position: relative;
    top: -20px;
  }
  .content .banner2 .numbers > .items {
    flex-wrap: wrap;
  }
  .content .banner2 .numbers > .items > .item {
    flex: 0 0 50%;
  }
  .content .download-sec .file-items .item {
    flex: 100%;
  }
  .content .banner2 .numbers > .items > .item span {
    font-size: 20px;
  }
  .content .banner2 .numbers > .items > .item p {
    font-size: 12px;
  }
}
/* components 组件 */
.theme-btn {
  background-color: #2953c7;
  width: auto;
  height: 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #FFE223;
  outline: none;
  border: none;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  padding: 0 20px;
}
.theme-btn i {
  vertical-align: middle;
  font-size: 20px;
}
.theme-btn box-icon {
  vertical-align: middle;
  fill: #FFE223;
}

.text-btn {
  background-color: transparent;
  border: none;
  outline: none;
}

@media (max-width: 650px) {
  .theme-btn {
    font-size: 14px;
    height: 40px;
  }
}
/* pages 页面 */
.index-content > .video-banner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #333;
  background-image: url(../img/vposter.jpg);
  background-size: cover;
  background-position: center center;
}
.index-content > .video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-content > .video-banner .texts {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  display: flex;
  align-items: center;
}
.index-content > .video-banner .texts .gray-box {
  transform: translateY(35%);
  color: #fff;
  background: rgba(18, 59, 83, 0.33);
  backdrop-filter: blur(15px);
  padding: 40px;
  width: 80%;
  max-width: 695px;
  border-radius: 20px;
}
.index-content > .video-banner .texts .gray-box p {
  font-size: 30px;
}
.index-content > .video-banner .texts .gray-box a {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.index-content > .video-banner .texts .gray-box a span:first-child {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.index-content > .video-banner .texts .gray-box a span:first-child img {
  width: 26px;
}
.index-content > .video-banner .texts .gray-box a span:last-child {
  font-size: 25px;
}
.index-content section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.index-content section h1 {
  font-size: 38px;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
}
.index-content .product-3d h1 {
  margin-bottom: 20px;
}
.index-content .product-3d .model-viewer {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-content .product-3d .model-viewer #model-renderer {
  position: relative;
  width: calc(100% - 40px);
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-content .product-3d .model-viewer #model-renderer > span {
  display: none;
  color: transparent;
  display: block;
  background: linear-gradient(172.27deg, rgba(34, 96, 171, 0.16) 5.98%, rgba(230, 190, 79, 0.16) 107.23%);
  -webkit-background-clip: text;
  font-size: 180px;
  font-weight: bold;
}
.index-content .product-3d .model-viewer #model-renderer > p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-style: italic;
}
.index-content .product-3d .model-viewer #model-renderer > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-content .product-3d .model-viewer button {
  padding: 0;
  width: 50px;
  cursor: pointer;
  color: #303030;
}
.index-content .product-3d .model-viewer button:hover {
  color: #2953c7;
}
.index-content .product-3d .model-viewer button i {
  font-size: 38px;
  transition: 0.3s all;
}
.index-content .product-3d #model-renderer-name {
  text-align: center;
  font-size: 18px;
}
.index-content .product-3d .theme-btn {
  margin: 0 auto;
  display: block;
  width: 200px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .index-content .product-series {
    padding: 24px 0;
  }
}
.index-content .product-series h1 {
  margin-bottom: 40px;
}
.index-content .product-series > p {
  font-size: 20px;
  color: #858585;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.index-content .product-series .product-list {
  display: flex;
  margin-top: 60px;
}
.index-content .product-series .product-list li {
  flex: 1;
  margin-right: 40px;
  background-color: #F6F7FB;
  padding: 60px 24px;
  text-align: center;
  color: #000;
  transition: 0.3s all;
}
.index-content .product-series .product-list li:hover {
  background: linear-gradient(180deg, #F6F7FB 40%, #2751C7 100%);
  color: #fff;
  cursor: pointer;
}
.index-content .product-series .product-list li:hover a {
  opacity: 1;
}
.index-content .product-series .product-list li:last-child {
  margin-right: 0;
}
.index-content .product-series .product-list .image-parent {
  width: 100%;
}
.index-content .product-series .product-list .image-parent img {
  width: 100%;
  aspect-ratio: 1/0.6;
  object-fit: contain;
}
.index-content .product-series .product-list h3 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.25em;
  font-weight: bold;
}
.index-content .product-series .product-list p {
  font-size: 14px;
  line-height: 1.25em;
  height: 35px;
  margin-bottom: 30px;
}
.index-content .product-series .product-list a {
  text-decoration: underline;
  opacity: 0;
}
.index-content .product-series .product-list a > img {
  height: 18px;
  vertical-align: middle;
}
.index-content .company-intro {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/factoryBuilding_p.png);
  background-position: bottom right;
  background-size: 48% auto;
  background-repeat: no-repeat;
  padding: 112px 0 80px;
}
@media (max-width: 992px) {
  .index-content .company-intro {
    padding: 24px 0;
  }
}
.index-content .company-intro h1 {
  margin-bottom: 40px;
  text-align: left;
}
.index-content .company-intro .left {
  width: 55%;
}
.index-content .company-intro .left > p {
  font-size: 18px;
  line-height: 1.5em;
}
.index-content .company-intro .left button {
  margin-top: 30px;
  width: 220px;
}
@media (max-width: 992px) {
  .index-content .company-intro .left button {
    width: 180px;
  }
}
.index-content .we-trust h1 {
  margin-bottom: 40px;
}
.index-content .we-trust .trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.index-content .we-trust .trust-list li {
  flex: 0 0 calc((100% - 40px) / 2);
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.index-content .we-trust .trust-list li > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 2/1;
}
.index-content .we-trust .trust-list li > div {
  padding: 8px 24px;
  color: #FFFFFF;
  background: linear-gradient(to right, rgba(0, 61, 155, 0.85) 60%, rgba(255, 255, 255, 0.35) 100%);
  border-top-right-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-content .home-parnet {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/home_parnet_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .index-content .home-parnet {
    padding: 40px 0;
  }
}
.index-content .home-parnet .home-parnet-t {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 992px) {
  .index-content .home-parnet .home-parnet-t {
    font-size: 28;
  }
}
.index-content .home-parnet .home-parnet-c {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  margin: 16px 0 24px;
}
@media (max-width: 992px) {
  .index-content .home-parnet .home-parnet-c {
    font-size: 16px;
    margin: 16px 0 32px;
  }
}
.index-content .home-parnet .swiper-box {
  height: 220px;
  padding: 0 180px;
}
@media (max-width: 992px) {
  .index-content .home-parnet .swiper-box {
    padding: 0;
  }
}
.index-content .home-parnet .swiper-box .home-parnet-swiper {
  height: 100%;
}
.index-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg {
  width: 240px;
  height: 104px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .index-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg {
    width: 220px;
    height: 96px;
  }
}
.index-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg img {
  height: 72px;
}
@media (max-width: 992px) {
  .index-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg img {
    max-width: 100%;
    height: 64px;
  }
}
.index-content .global-layout {
  position: relative;
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/global_p1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  padding-bottom: 45%;
  padding-top: 0;
}
.index-content .global-layout .global-layout-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-content .global-layout .global-layout-content > .available-area {
  position: relative;
  height: 100%;
}
.index-content .global-layout .solid-bg {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.index-content .global-layout .solid-bg img {
  display: block;
  width: 30%;
  position: absolute;
  left: 37%;
  top: 56px;
}
.index-content .global-layout .solid-bg .solid {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(41, 83, 199, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  animation: solid 2.8s infinite ease-in-out;
}
.index-content .global-layout .solid-bg .solid::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #2953c7;
  border-radius: 50%;
}
.index-content .global-layout .solid-bg .solid1 {
  position: absolute;
  top: 90%;
  left: 0%;
  animation-delay: 0s;
}
.index-content .global-layout .solid-bg .solid2 {
  top: 99%;
  left: 8.5%;
  animation-delay: 0.4s;
}
.index-content .global-layout .solid-bg .solid3 {
  top: 35%;
  left: 27%;
  animation-delay: 0.8s;
}
.index-content .global-layout .solid-bg .solid4 {
  top: 13%;
  left: 58.8%;
  animation-delay: 1.2s;
}
.index-content .global-layout .solid-bg .solid5 {
  top: 1%;
  left: 65.5%;
  animation-delay: 1.6s;
}
.index-content .global-layout .solid-bg .solid6 {
  top: 11%;
  left: 76%;
  animation-delay: 2s;
}
.index-content .global-layout .solid-bg .solid7 {
  top: 32.5%;
  left: 86.8%;
  animation-delay: 2.4s;
}
.index-content .global-layout .solid-bg .solid8 {
  top: 52.5%;
  left: 100%;
  animation-delay: 2.8s;
}
@keyframes solid {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.index-content .global-layout h1 {
  padding-top: 80px;
}
.index-content .global-layout .texts {
  width: 65%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 50px;
  color: #2752C8;
  font-size: 20px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media (max-width: 992px) {
  .index-content .global-layout .texts {
    width: 80%;
  }
}
.index-content .partners {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #000;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-content .partners h1 {
  margin-bottom: 20px;
}
.index-content .partners .texts {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.index-content .partners .logo-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-content .partners #animate-box {
  position: relative;
  height: 100%;
}
.index-content .partners #animate-box .bubble {
  width: 180px;
  height: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 94% auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-content .partners #animate-box .bubble > img {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
}
.index-content .partners #animate-box .bubble {
  /* 动画关键帧 */
  animation: bubbleAppear 0.8s ease-out forwards, fadeOut 1s ease-in 8s forwards; /* 最后淡出 */
}
@keyframes bubbleAppear {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.index-content .partners .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.46);
}
@media (max-width: 992px) {
  .index-content .product-show {
    padding: 24px 0;
  }
}
.index-content .product-show .product-show-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index-content .product-show .product-show-swiper .swiper-wrapper .swiper-slide a img {
  height: 500px;
}
@media (max-width: 992px) {
  .index-content .product-show .product-show-swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: auto;
  }
}
.index-content .product-show .product-show-swiper .swiper-wrapper .swiper-slide a .swiper-slide-t {
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .index-content .product-show .product-show-swiper .swiper-wrapper .swiper-slide a .swiper-slide-t {
    font-size: 28px;
  }
}
.index-content .product-show .product-show-swiper .swiper-wrapper .swiper-slide a .swiper-slide-b {
  width: 70%;
  font-size: 120px;
  line-height: 180px;
  font-weight: 600;
  color: #F7F7F7;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.index-content .product-show .product-show-swiper .swiper-button-next, .index-content .product-show .product-show-swiper .swiper-button-prev {
  color: #000000;
}
@media (max-width: 992px) {
  .index-content .product-show .product-show-swiper .swiper-button-next, .index-content .product-show .product-show-swiper .swiper-button-prev {
    display: none;
  }
}
.index-content .product-show .product-show-swiper .swiper-button-next::after, .index-content .product-show .product-show-swiper .swiper-button-prev::after {
  font-weight: 600;
}
.index-content .product-show .textal-c {
  margin-top: 24px;
  text-align: center;
}
.index-content .product-show .contact-btn {
  display: inline-block;
  padding: 9px 21px;
  color: #FFE223;
  background: #2953C7;
  font-size: 18px;
  border-radius: 6px;
}
.index-content .certificate {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .index-content .certificate {
    padding: 40px 0;
  }
}
.index-content .certificate h1 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .index-content .certificate h1 {
    margin-bottom: 32px;
  }
}
.index-content .certificate .swiper-box {
  padding: 0 220px;
}
@media (max-width: 1450px) {
  .index-content .certificate .swiper-box {
    padding: 0 80px;
  }
}
@media (max-width: 992px) {
  .index-content .certificate .swiper-box {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .index-content .certificate .swiper-box .certificate-swiper {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.index-content .certificate .swiper-box .certificate-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #003D9B;
}
.index-content .certificate .swiper-box .certificate-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 246px;
}
.index-content .certificate .swiper-box .certificate-swiper .swiper-wrapper .swiper-slide > div {
  width: 100%;
  height: 77px;
  font-size: 20px;
  text-align: center;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #003D9B;
  overflow: hidden;
}
@media (max-width: 992px) {
  .index-content .certificate .swiper-box .certificate-swiper .swiper-wrapper .swiper-slide > div {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .index-content .product-3d .model-viewer #model-renderer > span {
    font-size: 150px;
  }
}
@media (max-width: 1000px) {
  .index-content .product-3d .model-viewer #model-renderer > span {
    font-size: 100px;
  }
  .index-content .global-layout .texts {
    font-size: 16px;
    bottom: 50%;
    padding: 15px 20px;
  }
}
@media (max-width: 850px) {
  .index-content .product-3d .model-viewer #model-renderer > span {
    font-size: 30px;
  }
  .index-content section {
    padding-top: 50px;
  }
  .index-content section h1 {
    font-size: 25px;
  }
  .index-content .product-3d .model-viewer #model-renderer {
    height: 230px;
  }
  .index-content .product-series > p {
    font-size: 16px;
  }
  .index-content .product-series h1 {
    margin-bottom: 15px;
  }
  .index-content .product-series .product-list {
    display: block;
  }
  .index-content .product-series .product-list li {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px 15px;
  }
  .index-content .product-series .product-list p {
    margin-bottom: 15px;
  }
  .index-content .product-series .product-list a {
    opacity: 1;
    font-size: 16px;
  }
  .index-content .partners {
    height: 350px;
  }
  .index-content .company-intro .left {
    width: 100%;
  }
  .index-content .company-intro h1 {
    margin-bottom: 25px;
  }
  .index-content .company-intro .left > p {
    font-size: 16px;
  }
  .index-content .global-layout h1 {
    padding-top: 30px;
  }
  .index-content > .video-banner .texts .gray-box {
    padding: 25px;
  }
  .index-content > .video-banner .texts .gray-box p {
    font-size: 20px;
  }
  .index-content > .video-banner .texts .gray-box a span:first-child {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .index-content > .video-banner .texts .gray-box a span:last-child {
    font-size: 16px;
  }
  .index-content .partners #animate-box .bubble {
    width: 90px;
    height: 50px;
  }
  .index-content .product-series .product-list li:hover {
    background: #f6f7fb;
    color: #000;
  }
  .index-content .product-series .product-list a > img {
    filter: invert(1);
  }
  .index-content .we-trust .trust-list li {
    flex: 0 0 100%;
  }
}
@media (max-width: 650px) {
  .index-content .global-layout {
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
  }
  .index-content .global-layout .texts {
    font-size: 12px;
  }
  .index-content > .video-banner {
    padding-bottom: 0;
    height: 380px;
  }
  .index-content > .video-banner .texts .gray-box {
    width: 90%;
  }
  .index-content > .video-banner .texts .gray-box p {
    font-size: 18px;
  }
  .index-content > .video-banner .texts .gray-box a span:first-child {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .index-content > .video-banner .texts .gray-box a span:first-child > img {
    width: 18px;
  }
  .index-content > .video-banner .texts .gray-box a span:last-child {
    font-size: 14px;
  }
  .index-content .global-layout .solid-bg .solid {
    width: 16px;
    height: 16px;
  }
  .index-content .global-layout .solid-bg .solid::after {
    width: 8px;
    height: 8px;
  }
}
.partners-content > .banner2 {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/partners_bg.png);
  display: block;
}
.partners-content > .banner2 .texts {
  padding-top: 300px;
  text-align: center;
}
@media (max-width: 992px) {
  .partners-content > .banner2 .texts {
    padding-top: 160px;
  }
}
.partners-content > .banner2 .texts p {
  font-size: 24px;
  width: 100%;
}
.partners-content > .banner2 img {
  width: 36px;
  margin-top: 20px;
}
.partners-content .partners {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #000;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-content .partners h1 {
  margin-bottom: 20px;
  font-size: 60px;
}
.partners-content .partners .texts {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.partners-content .partners .logo-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.partners-content .partners #animate-box {
  position: relative;
  height: 100%;
}
.partners-content .partners #animate-box .bubble {
  width: 180px;
  height: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 94% auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-content .partners #animate-box .bubble > img {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
}
.partners-content .partners #animate-box .bubble {
  /* 动画关键帧 */
  animation: bubbleAppear 0.8s ease-out forwards, fadeOut 1s ease-in 8s forwards; /* 最后淡出 */
}
@keyframes bubbleAppear {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.partners-content .partners .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.46);
}
.partners-content .guest-sec {
  padding-top: 70px;
  padding-bottom: 100px;
}
.partners-content .guest-sec h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 25px;
}
.partners-content .guest-sec p {
  font-size: 18px;
  line-height: 1.75em;
  color: #6B6B6B;
}
.partners-content .guest-sec .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.partners-content .guest-sec .item {
  flex: 0 0 calc((100% - 90px) / 4);
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-top: 40px;
}
.partners-content .guest-sec .item > img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.partners-content .guest-sec .item .name {
  margin-top: 12px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.partners-content .guest-sec .item .intro {
  color: #888;
  font-size: 16px;
  height: 51px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partners-content .global-layout {
  position: relative;
}
.partners-content .global-layout .global-layout-bg {
  width: 100%;
  height: 800px;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-bg {
    height: 650px;
  }
}
.partners-content .global-layout .global-layout-content {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.partners-content .global-layout .global-layout-content .content-t {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-t {
    font-size: 30px;
  }
}
.partners-content .global-layout .global-layout-content .content-c {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c {
    flex-direction: column;
  }
}
.partners-content .global-layout .global-layout-content .content-c .content-c-l {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-l {
    order: 2;
    width: 100%;
    padding: 24px 0;
  }
}
.partners-content .global-layout .global-layout-content .content-c .content-c-l .content-cl-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-l .content-cl-t {
    width: 100%;
    padding: 0 16px;
    margin: 16px 0;
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-l .content-cl-c {
    width: 100%;
    padding: 0 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.partners-content .global-layout .global-layout-content .content-c .content-c-l .content-cl-c > div {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-l .content-cl-c > div {
    width: 33.33%;
    font-size: 16px;
    text-align: center;
  }
}
.partners-content .global-layout .global-layout-content .content-c .content-c-l .content-cl-b {
  font-size: 96px;
  font-weight: 600;
  color: #D4DCEB;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-l .content-cl-b {
    display: none;
  }
}
.partners-content .global-layout .global-layout-content .content-c .content-c-r {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-r {
    order: 1;
    width: 100%;
  }
}
.partners-content .global-layout .global-layout-content .content-c .content-c-r .global-p {
  width: 80%;
  padding: 104px;
  border: 1px dashed #2953C7;
  border-radius: 400px;
  transform: translateY(-88px);
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-r .global-p {
    padding: 48px;
    transform: translateY(0);
  }
}
.partners-content .global-layout .global-layout-content .content-c .content-c-r .global-i {
  width: 30%;
  position: absolute;
  top: 118px;
  right: 280px;
}
@media (max-width: 992px) {
  .partners-content .global-layout .global-layout-content .content-c .content-c-r .global-i {
    width: 28%;
    right: 114px;
  }
}
.partners-content .home-parnet {
  background-color: #FFFFFF;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .partners-content .home-parnet {
    padding: 40px 0;
  }
}
.partners-content .home-parnet .home-parnet-t {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .partners-content .home-parnet .home-parnet-t {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.partners-content .home-parnet .swiper-box {
  height: 236px;
  padding: 0 180px;
}
@media (max-width: 992px) {
  .partners-content .home-parnet .swiper-box {
    padding: 0 16px;
  }
}
.partners-content .home-parnet .swiper-box .home-parnet-swiper {
  height: 100%;
  padding: 8px;
}
.partners-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg {
  width: 240px;
  height: 104px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 61, 155, 0.15);
}
@media (max-width: 992px) {
  .partners-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg {
    width: 220px;
    height: 96px;
  }
}
.partners-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg img {
  height: 72px;
}
@media (max-width: 992px) {
  .partners-content .home-parnet .swiper-box .home-parnet-swiper .swiper-wrapper .swiper-slide .img-bg img {
    height: 64px;
  }
}
.partners-content .case-show {
  padding: 56px 180px;
  background-color: #FAFAFA;
}
@media (max-width: 992px) {
  .partners-content .case-show {
    padding: 24px 16px;
  }
}
.partners-content .case-show .case-show-title {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .partners-content .case-show .case-show-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.partners-content .case-show .case-show-swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #E5E5E5;
}
.partners-content .case-show .case-show-swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.partners-content .case-show .case-show-swiper .swiper-wrapper .swiper-slide a .slide-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners-content .case-show .case-show-swiper .swiper-wrapper .swiper-slide a .slide-box .slide-a {
  width: 90%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.partners-content .case-show .case-show-swiper .swiper-wrapper .swiper-slide a .slide-box .slide-b {
  width: 90%;
  height: 88px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.partners-content .case-show .case-show-swiper .swiper-wrapper .swiper-slide a .slide-box .slide-c {
  width: 90%;
  font-size: 16px;
  padding: 16px 0;
  margin: 16px 0 0;
  border-top: 1px solid #E5E5E5;
  color: #2953C7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners-content .case-show .case-show-swiper .swiper-wrapper .swiper-slide a .slide-box .slide-c img {
  width: 24px;
}
.partners-content .service {
  padding: 56px 180px 80px;
}
@media (max-width: 992px) {
  .partners-content .service {
    padding: 24px 16px 40px;
  }
}
.partners-content .service .service-title {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .partners-content .service .service-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.partners-content .service .service-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 992px) {
  .partners-content .service .service-content {
    flex-wrap: wrap;
  }
}
.partners-content .service .service-content .content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .partners-content .service .service-content .content-item {
    width: 50%;
    margin-bottom: 24px;
  }
}
.partners-content .service .service-content .content-item img {
  width: 80px;
}
.partners-content .service .service-content .content-item .item-line {
  width: 24px;
  height: 0;
  margin: 12px 0;
  border-top: 1px solid #2953C7;
}
.partners-content .service .service-content .content-item .item-text {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  .partners-content .partners {
    height: 550px;
  }
}
@media (max-width: 950px) {
  .partners-content .guest-sec .item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media (max-width: 850px) {
  .partners-content .guest-sec .item {
    flex: 0 0 calc((100% - 40px) / 2);
  }
  .partners-content .guest-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .partners-content .guest-sec h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .partners-content .guest-sec p {
    font-size: 16px;
  }
  .partners-content .partners {
    height: 350px;
  }
  .partners-content .partners h1 {
    font-size: 30px;
  }
  .partners-content .partners .texts {
    font-size: 16px;
  }
  .partners-content .header-padding {
    height: 60px;
  }
}
@media (max-width: 750px) {
  .partners-content .guest-sec .item {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .partners-content .guest-sec .item .intro {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .partners-content .partners #animate-box .bubble {
    width: 100px;
    height: 50px;
  }
}
.contact-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/contact_form_bg.png);
  background-repeat: no-repeat;
  background-position-y: 1215px;
  background-size: 42%;
  opacity: 0.15;
}
@media (max-width: 992px) {
  .contact-content::before {
    display: none;
  }
}
.contact-content > .banner2 {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/contact_bg.png);
}
.contact-content > .banner2 .texts {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .contact-content > .banner2 .texts {
    padding: 0 24px;
  }
}
.contact-content .contact-sec1 {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 {
    padding-top: 32px;
  }
}
.contact-content .contact-sec1 > .left {
  width: 100%;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .left {
    margin-bottom: 32px;
  }
}
.contact-content .contact-sec1 > .left h2 {
  font-size: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .left h2 {
    font-size: 32px;
  }
}
.contact-content .contact-sec1 > .left .info {
  font-size: 16px;
  color: #81848A;
  text-align: center;
  margin: 16px 0 32px;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .left .info {
    margin: 8px 0 16px;
  }
}
.contact-content .contact-sec1 > .left ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .left ul {
    flex-direction: column;
  }
}
.contact-content .contact-sec1 > .left ul li {
  width: 28%;
  height: 128px;
  margin: 0 1%;
  padding: 24px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .left ul li {
    width: 100%;
    height: 104px;
    padding: 16px;
    margin: 0 0 16px;
  }
}
.contact-content .contact-sec1 > .left ul li > img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.contact-content .contact-sec1 > .left ul li > div {
  width: calc(100% - 80px);
}
.contact-content .contact-sec1 > .left ul li > div > p {
  color: #222;
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .left ul li > div > p {
    font-size: 18px;
  }
}
.contact-content .contact-sec1 > .left ul li > div > span {
  font-size: 16px;
  color: #81848A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .left ul li > div > span {
    -webkit-line-clamp: 2;
  }
}
.contact-content .contact-sec1 > .right {
  width: 100%;
  padding: 30px 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .right {
    flex-direction: column;
    padding: 0;
  }
}
.contact-content .contact-sec1 > .right .right-l {
  width: 45%;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .right .right-l {
    width: 100%;
  }
}
.contact-content .contact-sec1 > .right .right-l h2 {
  width: 100%;
  font-size: 50px;
  text-align: left;
  line-height: 1em;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .right .right-l h2 {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.contact-content .contact-sec1 > .right .right-l p {
  width: 85%;
  font-size: 20px;
  text-align: left;
  color: #666666;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .right .right-l p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0 8px;
    margin-bottom: 24px;
  }
}
.contact-content .contact-sec1 > .right .right-r {
  width: 55%;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .right .right-r {
    width: 100%;
  }
}
.contact-content .contact-sec1 > .right .right-r .contact-form {
  text-align: left;
}
.contact-content .contact-sec1 > .right .right-r .contact-form input, .contact-content .contact-sec1 > .right .right-r .contact-form textarea {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
.contact-content .contact-sec1 > .right .right-r .contact-form textarea {
  padding: 10px;
  height: 100px;
}
.contact-content .contact-sec1 > .right .right-r .theme-btn {
  border: 1px solid #2953c7;
  background-color: #2953C7;
  color: #FFE223;
}
@media (max-width: 992px) {
  .contact-content .contact-sec1 > .right .right-r .theme-btn {
    width: 100%;
    margin-bottom: 32px;
  }
}
.contact-content .contact-map {
  position: relative;
}

.download-content > .banner2 {
  position: relative;
  background-image: url(../img/202505091057042.png);
}
.download-content .download-sec {
  padding-top: 100px;
  padding-bottom: 80px;
}
.download-content .download-sec .file-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.download-content .download-sec .file-items .item {
  position: relative;
  flex: 0 0 calc((100% - 60px) / 3);
  border-radius: 6px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.download-content .download-sec .file-items .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.download-content .download-sec .file-items .item > .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  font-size: 14px;
  color: #fff;
  background-color: #2953c7;
  padding: 8px 16px;
  border-radius: 16px;
  line-height: 1;
}
.download-content .download-sec .file-items .item > .bottom-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 20px 20px;
  color: #fff;
}
.download-content .download-sec .file-items .item > .bottom-info h3 {
  font-size: 18px;
  line-height: 1.35em;
  margin-bottom: 10px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-content .download-sec .file-items .item > .bottom-info p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.35em;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-content .download-sec .file-items .item > .bottom-info .small-line {
  display: flex;
  justify-content: space-between;
}
.download-content .download-sec .file-items .item > .bottom-info .small-line a {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.download-content .download-sec .file-items .item > .bottom-info .small-line box-icon {
  position: relative;
  top: -2px;
  font-size: 20px;
  vertical-align: middle;
}
.download-content .information-sec {
  padding-bottom: 80px;
}
.download-content .information-sec h2 {
  font-size: 46px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.download-content .information-sec .top-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.download-content .information-sec .top-list a:hover {
  color: #2953c7;
}
.download-content .information-sec .top-list li {
  flex: 0 0 calc((100% - 60px) / 4);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgb(240, 240, 240);
}
.download-content .information-sec .top-list li .cover {
  aspect-ratio: 16/9;
  position: relative;
}
.download-content .information-sec .top-list li .cover .tag {
  position: absolute;
  background-color: rgba(41, 83, 199, 0.62);
  color: #fff;
  width: 80px;
}
.download-content .information-sec .top-list li .cover .tag > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.download-content .information-sec .top-list li .cover .tag span {
  display: block;
  padding: 2px 12px;
}
.download-content .information-sec .top-list li .cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.download-content .information-sec .top-list li .info {
  background-color: #fff;
  padding: 10px 15px;
}
.download-content .information-sec .top-list li .info > .title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-content .information-sec .top-list li .info span {
  font-size: 14px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-content .information-sec .default-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.download-content .information-sec .default-list > li {
  flex: 0 0 calc((100% - 40px) / 2);
}
.download-content .information-sec .default-list > li > a {
  display: flex;
}
.download-content .information-sec .default-list > li > a:hover {
  color: #2953c7;
}
.download-content .information-sec .default-list > li .cover .tag {
  background-color: #2953c7;
  color: #fff;
  width: 80px;
  border-radius: 3px;
  text-align: center;
}
.download-content .information-sec .default-list > li .cover .tag > p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.download-content .information-sec .default-list > li .cover .tag span {
  display: block;
  padding: 5px 12px;
}
.download-content .information-sec .default-list > li .info {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.download-content .information-sec .default-list > li .info > .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.download-content .information-sec .default-list > li .info span {
  font-size: 14px;
}

@media (max-width: 900px) {
  .download-content .download-sec .file-items .item {
    flex: 0 0 calc((100% - 40px) / 2);
  }
  .download-content .information-sec .top-list li {
    flex: 0 0 calc((100% - 40px) / 2);
  }
  .download-content .information-sec .default-list > li {
    flex: 0 0 100%;
  }
}
@media (max-width: 850px) {
  .download-content .download-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .download-content .information-sec .top-list li {
    flex: 0 0 100%;
  }
}
@media (max-width: 750px) {
  .download-content .download-sec .file-items .item {
    flex: 100%;
  }
}
@media (max-width: 650px) {
  .download-content > .banner2 .numbers > .items {
    flex-wrap: wrap;
  }
  .download-content > .banner2 .numbers > .items > .item {
    flex: 0 0 50%;
  }
  .download-content .download-sec .file-items .item {
    flex: 100%;
  }
  .download-content > .banner2 .numbers > .items > .item span {
    font-size: 20px;
  }
  .download-content > .banner2 .numbers > .items > .item p {
    font-size: 12px;
  }
}
.about-content > .banner2 {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/about_bg.png);
  display: block;
}
.about-content > .banner2 .texts {
  padding-top: 300px;
  text-align: left;
}
.about-content > .banner2 .texts p {
  font-size: 24px;
  width: 100%;
  max-width: 780px;
}
.about-content > .banner2 img {
  width: 36px;
  margin-top: 20px;
}
.about-content .about-sec {
  padding-top: 100px;
  padding-bottom: 180px;
}
.about-content .about-sec > div {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/fj2-assets/pic/company_p1.png);
  background-size: 60% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.about-content .about-sec .nr {
  position: relative;
  top: 80px;
  padding-top: 120px;
}
.about-content .about-sec h2 {
  font-size: 40px;
  font-weight: bold;
}
.about-content .about-sec .blue-box {
  width: 618px;
  background-color: #2953c7;
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
}
.about-content .about-sec .blue-box p {
  margin-bottom: 20px;
}
.about-content .about-sec button {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
}
.about-content .about-sec button img {
  height: 14px;
  margin-left: 5px;
}
.about-content .enterprise-news {
  padding: 40px 0 80px;
  background-color: #FAFAFA;
}
@media (max-width: 992px) {
  .about-content .enterprise-news {
    padding: 24px 0;
  }
}
.about-content .enterprise-news .enterprise-news-title {
  font-size: 50px;
  font-weight: 600;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .about-content .enterprise-news .enterprise-news-title {
    font-size: 36px;
    margin: 24px 0;
  }
}
.about-content .enterprise-news .enterprise-news-swiper {
  padding: 0 13%;
}
@media (max-width: 992px) {
  .about-content .enterprise-news .enterprise-news-swiper {
    padding: 0 16px;
  }
}
.about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide .slide-box {
  width: 100%;
  height: 220px;
  padding: 0 24px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide .slide-box {
    height: 160px;
  }
}
.about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide .slide-box .slide-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 992px) {
  .about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide .slide-box .slide-t {
    font-size: 20px;
  }
}
.about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide .slide-box .slide-c {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 992px) {
  .about-content .enterprise-news .enterprise-news-swiper .swiper-wrapper .swiper-slide .slide-box .slide-c {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}
.about-content .enterprise-honor {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .about-content .enterprise-honor {
    padding: 24px 0 0;
  }
}
.about-content .enterprise-honor .enterprise-honor-box {
  position: relative;
  min-height: 620px;
}
.about-content .enterprise-honor .enterprise-honor-box img {
  width: 100%;
  min-height: 220px;
}
.about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content {
  width: 1060px;
  position: absolute;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content {
    width: 100%;
    position: static;
    transform: translateX(0) translateY(-212px);
    margin-bottom: -212px;
  }
}
.about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .honor-content-a {
  font-size: 50px;
  font-weight: 600;
  margin: 24px 0;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .honor-content-a {
    height: 58px;
    font-size: 36px;
    margin: 0 0 16px;
  }
}
.about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .honor-content-b {
  font-size: 24px;
  margin: 0 0 40px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .honor-content-b {
    height: 102px;
    font-size: 16px;
    padding: 0 24px;
    margin: 0 0 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .certificate-swiper {
  padding: 32px 40px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(100, 100, 100);
}
@media (max-width: 992px) {
  .about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .certificate-swiper {
    border-radius: 0;
    box-shadow: none;
  }
}
.about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .certificate-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .certificate-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.about-content .enterprise-honor .enterprise-honor-box .enterprise-honor-content .certificate-swiper .swiper-wrapper .swiper-slide > div {
  font-size: 14px;
  color: #333333;
}
.about-content .enterprise-advantage {
  padding: 80px 0 40px;
}
@media (max-width: 992px) {
  .about-content .enterprise-advantage {
    padding: 0 0 40px;
  }
}
.about-content .enterprise-advantage .enterprise-advantage-title {
  font-size: 50px;
  font-weight: 600;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .about-content .enterprise-advantage .enterprise-advantage-title {
    font-size: 36px;
    margin: 24px 0;
  }
}
.about-content .enterprise-advantage .enterprise-advantage-content .swiper-box {
  padding: 0 13%;
}
@media (max-width: 992px) {
  .about-content .enterprise-advantage .enterprise-advantage-content .swiper-box {
    padding: 0 16px;
  }
}
.about-content .enterprise-advantage .enterprise-advantage-content .swiper-box .advantage-swiper .swiper-wrapper .swiper-slide {
  padding: 32px 24px 24px;
  background-color: #F9F9F9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.about-content .enterprise-advantage .enterprise-advantage-content .swiper-box .advantage-swiper .swiper-wrapper .swiper-slide .slide-a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-content .enterprise-advantage .enterprise-advantage-content .swiper-box .advantage-swiper .swiper-wrapper .swiper-slide .slide-b {
  height: 100px;
  font-size: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about-content .enterprise-advantage .enterprise-advantage-content .swiper-box .advantage-swiper .swiper-wrapper .swiper-slide .slide-c {
  font-size: 14px;
  color: #2953C7;
}

@media (max-width: 950px) {
  .about-content > .banner2 .texts {
    padding-top: 200px;
  }
  .about-content > .banner2 .texts p {
    font-size: 18px;
  }
  .content .banner2 h1 {
    font-size: 45px;
  }
}
@media (max-width: 850px) {
  .about-content .about-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .about-content .about-sec h2 {
    font-size: 30px;
  }
  .about-content > .banner2 .texts {
    padding-top: 80px;
  }
  .content .banner2 h1 {
    font-size: 30px;
  }
  .about-content > .banner2 .texts p {
    font-size: 13px;
  }
  .about-content .about-sec .nr {
    top: 0;
    padding-bottom: 300px;
    padding-top: 0;
  }
  .about-content .about-sec .blue-box {
    width: 100%;
  }
  .about-content .about-sec > div {
    background-size: 100% auto;
  }
}
.products-content {
  overflow: hidden;
}
.products-content .banner-3d {
  position: relative;
  padding-top: 126px;
  height: 726px;
  background-color: #F0F4FF;
  overflow: hidden;
}
.products-content .banner-3d .available-area {
  height: 100%;
}
.products-content .banner-3d h1 {
  line-height: 1.35em;
  padding-top: 35px;
  font-size: 36px;
  font-weight: bold;
}
.products-content .banner-3d #model-renderer {
  width: 100%;
  height: calc(100% - 120px);
}
.products-content .banner-3d .image-viewer {
  position: relative;
  width: 100%;
  height: calc(100% - 120px);
  display: flex;
  align-items: center;
  user-select: none;
}
.products-content .banner-3d .image-viewer img {
  width: 100%;
  height: 90%;
  object-fit: contain;
}
.products-content .banner-3d .image-viewer .text-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 0;
  margin-top: -20px;
  cursor: pointer;
}
.products-content .banner-3d .image-viewer .text-btn:hover {
  fill: #2953c7;
}
.products-content .banner-3d .image-viewer .text-btn-next {
  left: auto;
  right: 0;
}
.products-content .banner-3d .product-swiper {
  width: 100%;
  height: 100%;
}
.products-content .banner-3d .product-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-content .banner-3d .tips {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.products-content .banner-product {
  padding: 150px 0 40px;
  background-color: #F0F4FF;
}
@media (max-width: 992px) {
  .products-content .banner-product {
    padding: 72px 0 40px;
  }
}
.products-content .banner-product .banner-product-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box {
    flex-direction: column;
  }
}
.products-content .banner-product .banner-product-box .banner-p-l {
  width: 49%;
  padding: 24px;
  margin-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-l {
    width: 100%;
    margin: 0 0 16px;
  }
}
.products-content .banner-product .banner-product-box .banner-p-l img {
  width: 100%;
}
.products-content .banner-product .banner-product-box .banner-p-r {
  width: 49%;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-r {
    width: 100%;
    margin: 0;
  }
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-a {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-r .banner-pr-a {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-b {
  font-size: 18px;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-r .banner-pr-b {
    font-size: 16px;
  }
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-c {
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid #B4C4EE;
  border-bottom: 1px solid #B4C4EE;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-r .banner-pr-c {
    padding: 8px 0;
    margin: 8px 0;
  }
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-c > div {
  width: 46%;
  margin: 4px 2% 4px 0;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-r .banner-pr-c > div {
    width: 100%;
    margin: 4px 0;
  }
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-c > div span {
  font-size: 14px;
  color: #666666;
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d {
  margin-bottom: 32px;
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d .banner-prd-title {
  font-size: 18px;
  margin-bottom: 16px;
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d .banner-prd-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d .banner-prd-content {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d .banner-prd-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d .banner-prd-content > div {
    width: 33.33%;
    margin: 8px 0;
  }
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d .banner-prd-content > div img {
  width: 40px;
  margin-bottom: 4px;
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-d .banner-prd-content > div span {
  font-size: 14px;
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-e {
  width: 100%;
  text-align: center;
}
.products-content .banner-product .banner-product-box .banner-p-r .banner-pr-e .contact-btn {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 4px;
  color: #FFE223;
  background-color: #2953C7;
}
.products-content .products-sec {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .products-content .products-sec {
    padding-bottom: 30px;
  }
}
.products-content .products-sec img {
  max-width: 100%;
}
.products-content .tabs {
  display: flex;
  gap: 15px;
  user-select: none;
}
.products-content .tabs .tab {
  flex: 1;
  background-color: #FFE223;
  color: #000;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  line-height: 1em;
  border-radius: 5px;
  cursor: pointer;
}
.products-content .tabs .tab.active {
  background-color: #2953c7;
  color: #FFE223;
  font-weight: bold;
}
.products-content .tab-content {
  overflow-x: auto;
}
.products-content .tab-content h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
}
.products-content .tab-content .certificate {
  padding: 80px;
}
@media (max-width: 992px) {
  .products-content .tab-content .certificate {
    padding: 40px 0;
  }
}
.products-content .table-box {
  margin-top: 40px;
}
.products-content .other-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.products-content .other-items .item {
  flex: 0 0 calc((100% - 60px) / 5);
  background-color: #F0F4FF;
  border-radius: 10px;
  position: relative;
  margin-top: 120px;
}
.products-content .other-items .item > .cover {
  width: 50%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin-top: -25%;
}
.products-content .other-items .item > .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
}
.products-content .other-items .item > .icon img {
  display: block;
  width: 100%;
}
.products-content .other-items .item h4 {
  padding: 0 20px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.35em;
}
.products-content .other-items .item ul {
  padding-top: 0;
  padding: 20px;
}
.products-content .other-items .item ul li {
  line-height: 1.35em;
  margin-bottom: 10px;
}
.products-content .featrues-block {
  margin-top: 40px;
}
.products-content .features-items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.products-content .features-items .item {
  flex: 0 0 calc((100% - 90px) / 4);
}
.products-content .features-items .item > .icon {
  height: 70px;
  margin-bottom: 20px;
}
.products-content .features-items .item > .icon img {
  display: block;
  height: 100%;
}
.products-content .features-items .item > .texts {
  color: #050b20;
  font-size: 15px;
  line-height: 1.5em;
}

@media (max-width: 850px) {
  .products-content .banner-3d {
    padding-top: 60px;
    height: 450px;
  }
  .products-content .banner-3d h1 {
    font-size: 16px;
    padding-top: 15px;
  }
  .products-content .banner-3d #model-renderer, .products-content .banner-3d .image-viewer {
    height: calc(100% - 80px);
  }
  .products-content .tabs {
    flex-wrap: wrap;
    gap: 8px;
  }
  .products-content .tabs .tab {
    flex: 0 0 calc((100% - 8px) / 2);
    font-size: 12px;
    padding: 12px 2px;
  }
  .products-content .tab-content h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .products-content .other-items .item {
    flex: 0 0 calc((100% - 15px) / 2);
  }
  .products-content .features-items .item {
    flex: 0 0 calc((100% - 60px) / 2);
  }
}
@media (max-width: 750px) {
  .products-content .banner-3d .image-viewer img {
    width: 60%;
    height: 60%;
  }
}
@media (max-width: 650px) {
  .products-content .other-items .item {
    flex: 0 0 100%;
    margin-top: 80px;
  }
  .products-content .other-items .item > .cover {
    width: 30%;
    padding-bottom: 30%;
    margin-top: -15%;
  }
  .products-content .features-items .item {
    flex: 0 0 100%;
  }
  .products-content .banner-3d .tips {
    font-size: 10px;
  }
}
.detail-content .banner2 {
  position: relative;
  background-image: url(../img/202505091057042.png);
}
.detail-content .banner {
  width: 100%;
  aspect-ratio: 2/1;
  padding-top: 126px;
  background-size: cover;
  background-color: #f1f1f1;
}
.detail-content .banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-content .details-sec {
  padding: 80px 0;
}
.detail-content .details-sec h1 {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 20px;
}
.detail-content .details-sec p {
  color: #333;
  font-size: 16px;
}
.detail-content .details-sec .rich-text {
  margin-top: 40px;
  font-size: 16px;
}
.detail-content .details-sec .rich-text img {
  max-width: 100%;
}

@media (max-width: 850px) {
  .detail-content .banner {
    padding-top: 60px;
  }
  .detail-content .details-sec {
    padding: 50px 0;
  }
  .detail-content .details-sec h1 {
    font-size: 26px;
  }
}

/*# sourceMappingURL=main.css.map */
