*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-0 {
  left: 0px;
}
.left-10 {
  left: 2.5rem;
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[92px\] {
  margin-top: 92px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[360px\] {
  height: 360px;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[15px\] {
  width: 15px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(420px\2c 560px\)\] {
  grid-template-columns: minmax(0,1fr) minmax(420px,560px);
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[100px\] {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#06143a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 20 58 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0b1428\]\/80 {
  background-color: rgb(11 20 40 / 0.8);
}
.bg-\[\#324092\]\/70 {
  background-color: rgb(50 64 146 / 0.7);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pt-14 {
  padding-top: 3.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[168px\] {
  font-size: 168px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-none {
  line-height: 1;
}
.text-\[\#324092\] {
  --tw-text-opacity: 1;
  color: rgb(50 64 146 / var(--tw-text-opacity, 1));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-35 {
  opacity: 0.35;
}
.shadow-\[0_18px_45px_rgba\(12\2c 27\2c 64\2c 0\.16\)\] {
  --tw-shadow: 0 18px 45px rgba(12,27,64,0.16);
  --tw-shadow-colored: 0 18px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[-webkit-text-stroke\:1px_rgba\(50\2c 64\2c 146\2c 0\.08\)\] {
  -webkit-text-stroke: 1px rgba(50,64,146,0.08);
}
.\[backface-visibility\:hidden\] {
  backface-visibility: hidden;
}
.\[perspective\:1200px\] {
  perspective: 1200px;
}
.\[transform-style\:preserve-3d\] {
  transform-style: preserve-3d;
}
.\[transform\:rotateY\(180deg\)\] {
  transform: rotateY(180deg);
}

/* ===================================================
   全局字体
=================================================== */
body {
  font-family:
    PingFangSC, "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

/* ===================================================
   滚动淡入动画
=================================================== */
.fade-in-element {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s ease-out,
    transform 0.9s ease-out;
}
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===================================================
   图片悬浮缩放
=================================================== */
.zoom-image {
  transition: transform 0.3s ease;
  overflow: hidden;
}
.zoom-image:hover {
  transform: scale(1.05);
}

/* ===================================================
   Header — 基础尺寸（固定 74px）
=================================================== */
.site-header {
  height: 74px;
}
.header-placeholder {
  height: 74px;
}

/* ===================================================
   Header — 始终白色半透明 + 毛玻璃
=================================================== */
.site-header {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

/* 导航需要撑满 header 高度，才能让 ::after 落在底边 */
.site-header nav.main-nav {
  height: 100%;
  align-self: stretch;
}
.site-header nav.main-nav a.nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  color: #333333;
  font-size: 1rem;
  padding: 0 1rem;
  white-space: nowrap;
  transition:
    color 0.22s ease,
    transform 0.22s ease;
}
.site-header nav.main-nav a.nav-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #324092;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}
.site-header nav.main-nav a.nav-link:hover,
.site-header nav.main-nav a.nav-link:focus-visible {
  color: #324092;
  transform: translateY(-2px);
  outline: none;
}
.site-header nav.main-nav a.nav-link.active {
  color: #324092;
  font-weight: 600;
}
.site-header nav.main-nav a.nav-link:hover::after,
.site-header nav.main-nav a.nav-link:focus-visible::after,
.site-header nav.main-nav a.nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}
.nav-dropdown:hover .solution-dropdown,
.nav-dropdown:focus-within .solution-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.solution-dropdown {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100vw;
  min-height: 286px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(17, 28, 54, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
.solution-dropdown-inner {
  max-width: 1280px;
  min-height: 286px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 390px 400px minmax(0, 330px);
  grid-template-rows: 50px auto;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: start;
  padding: 40px 70px 36px;
}
.solution-dropdown-label {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  width: 180px;
  padding-top: 0;
  font-size: 16px;
  line-height: 22px;
  color: #324092;
  font-weight: 400;
}
.solution-dropdown-list {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.solution-dropdown-link {
  font-size: 18px;
  line-height: 50px;
  color: #686868;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.2s ease, color 0.2s ease;
}
.solution-dropdown-link:hover,
.solution-dropdown-link:focus-visible,
.solution-dropdown-link.active {
  color: #324092;
  outline: none;
  transform: translateX(8px);
}
.solution-dropdown-media {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
}
.solution-dropdown-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  width: 1px;
  height: 231px;
  background: rgba(50, 64, 146, 0.18);
}
.solution-dropdown-media img {
  width: 400px;
  height: 231px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.18s ease;
}
.solution-dropdown-copy {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: start;
}
.solution-dropdown-copy h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 700;
}
.solution-dropdown-copy p {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
}

@media (max-width: 1280px) {
  .solution-dropdown-inner {
    max-width: 100%;
    grid-template-columns: 330px minmax(320px, 400px) minmax(0, 300px);
    -moz-column-gap: 46px;
         column-gap: 46px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .solution-dropdown-label,
  .solution-dropdown-list {
    width: 180px;
  }
  .solution-dropdown-media::before {
    left: -24px;
  }
  .solution-dropdown-media img {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 400 / 231;
  }
}

@media (max-width: 1120px) {
  .solution-dropdown-inner {
    grid-template-columns: 270px minmax(280px, 360px) minmax(0, 260px);
    -moz-column-gap: 34px;
         column-gap: 34px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .solution-dropdown-label,
  .solution-dropdown-list {
    width: 170px;
  }
  .solution-dropdown-link {
    font-size: 17px;
  }
  .solution-dropdown-media::before {
    left: -18px;
    height: min(231px, 21vw);
  }
}

@media (max-width: 1199px) {
  .site-header nav.main-nav,
  .site-header .desktop-header-actions {
    display: none;
  }

  .site-header .mobile-header-actions {
    display: flex;
  }

  .site-header #mobile-menu:not(.hidden),
  .site-header #mobile-search-bar:not(.hidden) {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .site-header > .container {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header .site-logo {
    height: 1.5rem;
  }

  .site-header nav.main-nav a.nav-link {
    font-size: 0.875rem;
    padding-left: 0.46rem;
    padding-right: 0.46rem;
  }

  .site-header .desktop-header-actions {
    gap: 0.4rem;
  }

  .site-header .lang-capsule {
    width: 76px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.75rem;
  }

  .site-header .search-circle-btn {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 1440px) and (max-width: 1679px) {
  .site-header nav.main-nav a.nav-link {
    font-size: 0.9375rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .site-header .desktop-header-actions {
    gap: 0.5rem;
  }

  .site-header .lang-capsule {
    width: 92px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-header .search-circle-btn {
    width: 40px;
    height: 40px;
  }
}

/* 右侧操作按钮 */
.site-header .nav-icon-btn {
  color: #374151;
}
.site-header .nav-icon-btn:hover {
  color: #1d5fdc;
}
.site-header .nav-icon-img {
  opacity: 0.55;
  transition: opacity 0.2s;
}
.site-header .nav-icon-btn:hover .nav-icon-img {
  opacity: 0.9;
}

/* 移动端菜单链接 */
.site-header .mobile-nav-link {
  color: #374151;
}
.site-header .mobile-nav-link:hover,
.site-header .mobile-nav-link.active {
  color: #1d5fdc;
  background: rgba(29, 95, 220, 0.06);
}

/* 移动端菜单面板背景 */
#mobile-menu,
#mobile-search-bar {
  background: rgba(255, 255, 255, 0.95);
  border-top-color: rgba(0, 0, 0, 0.06);
}

/* ===================================================
   Header 右侧 — 语言胶囊按钮 + 圆形搜索按钮
=================================================== */
/* 语言胶囊：111×43px，圆角 21.5px，边框 1px #979797 */
.lang-capsule {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 111px;
  height: 43px;
  padding: 0 14px;
  border: 1px solid #979797;
  border-radius: 21.5px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333333;
  background: transparent;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
  white-space: nowrap;
  justify-content: space-between;
}
.lang-capsule:hover,
.lang-capsule[aria-expanded="true"] {
  border-color: #324092;
  color: #324092;
  background: rgba(50, 64, 146, 0.04);
}
.lang-capsule svg {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.lang-capsule[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* 圆形搜索按钮：43×43px */
.search-circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #979797;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  flex-shrink: 0;
}
.search-circle-btn:hover {
  border-color: #324092;
  background: rgba(50, 64, 146, 0.04);
}
.search-circle-btn img {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.search-circle-btn:hover img {
  opacity: 1;
}

/* ===================================================
   语言下拉面板
=================================================== */
.lang-dropdown {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.lang-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-option {
  color: #374151;
}
.lang-option:hover {
  background: rgba(29, 95, 220, 0.06);
  color: #1d5fdc;
}
.lang-option.active {
  color: #1d5fdc;
  font-weight: 600;
}
#lang-chevron.open {
  transform: rotate(180deg);
}

/* 移动端语言按钮 */
.mobile-lang-btn {
  color: #6b7280;
}
.mobile-lang-btn:hover,
.mobile-lang-btn.active {
  color: #1d5fdc;
  border-color: #1d5fdc;
  background: rgba(29, 95, 220, 0.05);
}

/* ===================================================
   搜索覆盖层（桌面端）
=================================================== */
#search-overlay {
  background: rgba(255, 255, 255, 0.95);
}

/* ===================================================
   Banner 轮播
=================================================== */
.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  --banner-art-ratio: 2.08017;
  overflow: hidden;
}

/* 幻灯片 */
.banner-slides {
  position: absolute;
  inset: 0;
}
.banner-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.banner-slide.active {
  opacity: 1;
}

/* 内容层：垂直居中 */
.banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  /* 底部留出指示器空间（70px 指示器区域 + 自身高度） */
  padding-bottom: 0;
}
.banner-text-wrap {
  max-width: 800px;
}
.banner-hotspot-map {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: max(100%, calc(100vh * var(--banner-art-ratio)));
  height: max(100%, calc(100vw / var(--banner-art-ratio)));
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.banner-hotspot {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 44px;
  height: 44px;
  color: #3152f5;
  text-decoration: none;
  transform: translate(-100%, -50%);
  outline: none;
  pointer-events: auto;
}
.banner-hotspot::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(49, 82, 245, 0.16);
  box-shadow: 0 0 24px rgba(49, 82, 245, 0.24);
  transform: translate(50%, -50%);
  animation: solutionPulseHalo 2.2s ease-out infinite;
}
.banner-hotspot .solution-hotspot-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  max-width: 0;
  height: 72px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(39, 61, 120, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(18px);
  transition:
    max-width 0.32s ease,
    padding 0.32s ease,
    opacity 0.2s ease,
    transform 0.32s ease;
}
.banner-hotspot .solution-hotspot-dot {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  background: #3152f5;
  box-shadow:
    0 0 0 8px rgba(49, 82, 245, 0.12),
    0 8px 18px rgba(49, 82, 245, 0.3);
}
.banner-hotspot .solution-hotspot-dot::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  border: 1px solid rgba(49, 82, 245, 0.24);
  animation: solutionPulseRing 2.2s ease-out infinite;
}
.banner-hotspot:hover,
.banner-hotspot:focus-visible {
  z-index: 5;
}
.banner-hotspot:hover .solution-hotspot-label,
.banner-hotspot:focus-visible .solution-hotspot-label {
  max-width: 260px;
  margin-right: -42px;
  padding: 0 74px 0 34px;
  opacity: 1;
  transform: translateX(19px);
}
.banner-hotspot:focus-visible .solution-hotspot-label {
  outline: 2px solid rgba(49, 82, 245, 0.42);
  outline-offset: 4px;
}
.banner-hotspot--ev {
  left: 32.9%;
  top: 31.5%;
}
.banner-hotspot--building {
  left: 29.7%;
  top: 75%;
}
.banner-hotspot--industry {
  left: 57.5%;
  top: 50.2%;
}
.banner-hotspot--future {
  left: 83%;
  top: 43%;
}

/* 文字主题：light = 白色，dark = 蓝色 */
.banner-section.theme-light .banner-title,
.banner-section.theme-light .banner-subtitle {
  color: #ffffff;
}
.banner-section.theme-dark .banner-title,
.banner-section.theme-dark .banner-subtitle {
  color: #324092;
}

.banner-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff;
}
.banner-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 67px;
  color: #ffffff;
}

/* 了解更多按钮 */
.banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 28px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.banner-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
.banner-btn:hover svg {
  transform: translateX(3px);
}
/* dark 主题下按钮改为蓝色边框 */
.banner-section.theme-dark .banner-btn {
  color: #324092;
  border-color: #324092;
  background: rgba(50, 64, 146, 0.08);
}
.banner-section.theme-dark .banner-btn:hover {
  background: rgba(50, 64, 146, 0.16);
}
.banner-section.theme-light .banner-hotspot-map {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* 入场动画 */
.banner-animate {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.banner-animate.in {
  opacity: 1;
  transform: translateY(0);
}
.banner-text-wrap .banner-animate:nth-child(1) {
  transition-delay: 0.1s;
}
.banner-text-wrap .banner-animate:nth-child(2) {
  transition-delay: 0.25s;
}
.banner-text-wrap .banner-animate:nth-child(3) {
  transition-delay: 0.4s;
}

/* 底部指示器：距底部 70px */
.banner-indicators {
  position: absolute;
  z-index: 4;
  bottom: 70px;
  left: 0;
  right: 0;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  gap: 32px;
}
.banner-indicator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.5;
  transition: opacity 0.2s;
  flex: 1;
  min-width: 0;
}
.banner-indicator:hover {
  opacity: 0.8;
}
.banner-indicator.active {
  opacity: 1;
}
.indicator-title {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/* 进度条轨道：251×4px，透明背景 */
.indicator-track {
  display: block;
  width: 251px;
  max-width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
/* 进度条填充：#425EFF */
.indicator-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #425eff;
  border-radius: 2px;
}
.banner-indicator.active .indicator-bar {
  width: 0%;
}
@media (max-width: 1024px) {
  .banner-content,
  .banner-indicators {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 768px) {
  .banner-content,
  .banner-indicators {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-hotspot .solution-hotspot-label {
    height: 40px;
    font-size: 13px;
  }
  .banner-hotspot:hover .solution-hotspot-label,
  .banner-hotspot:focus-visible .solution-hotspot-label {
    max-width: 220px;
    margin-right: -40px;
    padding: 0 66px 0 16px;
    transform: translateX(13px);
  }
  .banner-hotspot .solution-hotspot-dot {
    width: 18px;
    height: 18px;
    box-shadow:
      0 0 0 6px rgba(49, 82, 245, 0.12),
      0 6px 14px rgba(49, 82, 245, 0.26);
  }
}

/* ===================================================
   Footer
=================================================== */
.site-footer {
  min-height: 300px;
}
.footer-bg {
  background-size: cover;
}

/* Logo：高 63px */
.footer-logo {
  height: 30px;
  width: auto;
}

/* 电话：28px，60% 透明度 */
.footer-phone {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-tel-icon {
  width: 27px;
  height: 27px;
}

/* 导航区 grid：8列等宽（桌面） */
.footer-nav-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .footer-nav-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .footer-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 导航标题：16px，白色，行高 22px */
.footer-nav-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 16px;
}

/* 导航链接列表 */
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 导航链接：14px，白色 60%，行高 30px */
.footer-nav-link {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-nav-link:hover {
  color: #ffffff;
}

/* 底部常用链接：后端可替换链接项，保留 class 以复用样式 */
.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-quick-links-title {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.footer-quick-link {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.48);
  transition:
    color 0.2s,
    transform 0.2s;
}
.footer-quick-link:hover,
.footer-quick-link:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

/* ICP 栏：14px，行高 20px */
.footer-icp-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-icp-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

/* ===================================================
   公共组件 — "了解更多" 按钮（三种主题）
   文字 + 箭头图标，三种主题：white / border / solid
=================================================== */
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 28px;
  font-size: 14px;
  border-radius: 28px;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s,
    border-color 0.2s;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-more:hover {
  transform: translateY(-2px);
}
.btn-more-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.btn-more:hover .btn-more-icon {
  transform: translateX(3px);
}

/* 主题一：白色 */
.btn-more--white {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.btn-more--white:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* 主题二：高亮边框 + 文字色 */
.btn-more--border {
  color: #324092;
  border-color: #324092;
  background: transparent;
}
.btn-more--border:hover {
  background: rgba(50, 64, 146, 0.06);
}

/* 主题三：高亮背景 + 白色文字 */
.btn-more--solid {
  color: #ffffff;
  border-color: #324092;
  background: #324092;
}
.btn-more--solid:hover {
  background: #2a3580;
  border-color: #2a3580;
}

/* ===================================================
   公共内容容器
=================================================== */
.section-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .section-inner {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .section-inner {
    padding: 0 20px;
  }
}

/* ===================================================
   公司介绍模块
=================================================== */
.company-intro-section {
  background-image: url("../images/index-company-intro-bg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.company-intro-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.company-intro-left {
  flex: 1;
  min-width: 0;
}
.company-intro-label {
  font-size: 36px;
  line-height: 50px;
  color: #324092;
  font-weight: 400;
  margin-bottom: 0;
}
.company-intro-title {
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}
.company-intro-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 36px;
}
.company-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.company-stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.stat-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.stat-number {
  font-size: 50px;
  font-weight: 800;
  color: #324092;
  line-height: 1;
}
.stat-unit {
  font-size: 18px;
  font-weight: 600;
  color: #324092;
}
.stat-label {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}
/* 右侧单张图片 */
.company-intro-right {
  flex-shrink: 0;
  width: 440px;
}
.company-intro-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
.company-intro-img:hover {
  transform: scale(1.03);
}
.company-circles {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.company-circle {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.company-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.company-circle:hover img {
  transform: scale(1.08);
}
.company-circle--lg {
  width: 280px;
  height: 280px;
}
.company-circles-small {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}
.company-circle--sm {
  width: 130px;
  height: 130px;
}

/* ===================================================
   解决方案模块
=================================================== */
.solution-section {
  position: relative;
  overflow: hidden;
  background-image: url("../images/index-solution-bg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.solution-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 18, 58, 0.72) 0%, rgba(6, 18, 58, 0.38) 44%, rgba(6, 18, 58, 0.08) 100%);
  z-index: 0;
  pointer-events: none;
}
.solution-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.solution-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.solution-visual-img.is-active {
  opacity: 1;
}
.solution-inner {
  position: relative;
  z-index: 1;
}
/* 顶部：标题 + 横排 tab */
.solution-header {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.solution-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  flex-shrink: 0;
  margin-right: 60px;
}
.solution-tabs-row {
  position: relative;
  display: flex;
  gap: 0;
  margin-top: 30px;
  padding-top: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.solution-tabs-row::-webkit-scrollbar {
  display: none;
}
.solution-tabs-row::after {
  position: absolute;
  height: 1px;
  width: 100%;
  content: "";
  top: 6px;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.solution-tab {
  position: relative;
  padding: 16px 32px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.solution-tab:hover {
  color: rgba(255, 255, 255, 0.85);
}
.solution-tab.active {
  color: #ffffff;
  font-weight: 600;
}
/* 当前 tab 下方圆圈 */
.solution-tab.active::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
/* 内容区：左文字 + 右圆形图 */
.solution-body {
  position: relative;
}
.solution-panel {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  background: #fff;
  max-width: 520px;
  padding: 60px 40px;
  box-shadow: 0 24px 54px rgba(11, 21, 49, 0.12);
}
.solution-panel.active {
  display: flex;
  align-items: center;
  gap: 80px;
  opacity: 1;
  transform: translateY(0);
}
.solution-panel-text {
  flex: 1;
  min-width: 0;
}
.solution-panel-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}
.solution-panel-subtitle {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 480px;
}
.solution-visual-img {
  filter: saturate(1.02) contrast(1.02);
}
@keyframes solutionPulseHalo {
  0% {
    opacity: 0.85;
    transform: translate(50%, -50%) scale(0.78);
  }
  70% {
    opacity: 0.16;
    transform: translate(50%, -50%) scale(1.45);
  }
  100% {
    opacity: 0;
    transform: translate(50%, -50%) scale(1.55);
  }
}
@keyframes solutionPulseRing {
  0% {
    opacity: 0.75;
    transform: scale(0.76);
  }
  70% {
    opacity: 0.08;
    transform: scale(1.85);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/* ===================================================
   核心产品模块
=================================================== */
.product-section {
  background-image: url("../images/index-product-bg.png");
  background-size: cover;
  background-position: center;
  padding: 40px 0 100px;
}
.product-inner {
}
.product-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1.3;
}
.product-tabs {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-tabs::-webkit-scrollbar {
  display: none;
}
.product-tab {
  position: relative;
  padding: 10px 0 14px;
  font-size: 16px;
  color: #666666;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  white-space: nowrap;
}
.product-tab:hover {
  color: #324092;
}
.product-tab.active {
  color: #324092;
  font-weight: 600;
}
.product-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  /* background: #324092; */
  border-radius: 1px;
}
.product-list-wrap {
  position: relative;
  padding-left: 32px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
}
.product-list-wrap::-webkit-scrollbar {
  display: none;
}
.product-list {
  display: none;
  flex-direction: row;
  gap: 72px;
  width: -moz-max-content;
  width: max-content;
}
.product-list.active {
  display: flex;
}

/* 产品卡片：左图相对白色背景向左错位 32px */
.product-card {
  background: #ffffff;
  display: flex;
  align-items: center;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  position: relative;
  width: 506px;
  height: 306px;
  flex: 0 0 506px;
}
.product-card-img-wrap {
  flex-shrink: 0;
  width: 300px;
  height: 258px;
  margin-left: -32px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}
.product-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.product-card-img-wrap:hover .product-card-img {
  transform: scale(1.06);
}
.product-card-info {
  flex: 1;
  padding: 0 32px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}
.product-card-category {
  font-size: 14px;
  color: #324092;
  display: block;
}
.product-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card-desc {
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-info .btn-more {
  margin-top: 45px;
  align-self: flex-start;
}

/* 分页 */
.product-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 63px;
}
.product-page-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.2s;
}
.product-page-prev:hover {
  transform: translateX(-3px);
}
.product-page-next:hover {
  transform: translateX(3px);
}
.page-btn-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.page-btn-icon--active {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.product-page-btn:hover .page-btn-icon--normal {
  opacity: 0;
}
.product-page-btn:hover .page-btn-icon--active {
  opacity: 1;
}

/* ===================================================
   全球布局模块
=================================================== */
.global-section {
  background: #ffffff;
}
.global-inner {
  max-width: none;
  padding: 0;
}
.global-header {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
.global-label {
  font-size: 36px;
  font-weight: 800;
  color: #324092;
  line-height: 50px;
  display: block;
}
.global-title {
  font-size: 36px;
  font-weight: 800;
  color: #333333;
  line-height: 50px;
  display: block;
}
.global-map-wrap {
  width: 100%;
}
.global-map {
  position: relative;
  width: 100%;
}
.map-bg-img {
  display: block;
  width: 100%;
  height: auto;
}
.map-pins-layer {
  position: absolute;
  inset: 0;
}
.map-lines-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.map-pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
  cursor: default;
  z-index: 2;
}
.map-pin::before,
.map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid rgba(50, 64, 146, 0.28);
  background: rgba(50, 64, 146, 0.12);
  box-shadow: 0 0 18px rgba(50, 64, 146, 0.24);
  transform: translate(-50%, -50%) scale(0.72);
  animation: mapPinPulse 2.2s ease-out infinite;
  pointer-events: none;
}
.map-pin::after {
  width: 62px;
  height: 62px;
  border-color: rgba(50, 64, 146, 0.16);
  background: rgba(50, 64, 146, 0.08);
  animation-delay: 0.65s;
}
.map-pin--hq {
  z-index: 4;
}
.map-pin--hq::before,
.map-pin--hq::after {
  border-color: rgba(224, 32, 32, 0.32);
  background: rgba(224, 32, 32, 0.12);
  box-shadow: 0 0 22px rgba(224, 32, 32, 0.28);
}
.map-pin-icon {
  position: relative;
  z-index: 2;
  width: 38px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 12px rgba(50, 64, 146, 0.34));
  transition: transform 0.2s, filter 0.2s;
}
.map-pin--hq .map-pin-icon {
  width: 44px;
  filter: drop-shadow(0 8px 14px rgba(224, 32, 32, 0.36));
}
.map-pin:hover .map-pin-icon {
  transform: translateY(-5px) scale(1.08);
  filter: drop-shadow(0 12px 18px rgba(50, 64, 146, 0.45));
}
.map-pin-label {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  color: #e02020;
  background: none;
  padding: 0;
  border-radius: 0;
  margin-top: 6px;
  white-space: nowrap;
  box-shadow: none;
  text-shadow: 0 1px 3px rgba(255,255,255,0.8);
}
.map-dashed-line {
  stroke-dasharray: 8 5;
  animation:
    dash-draw 1.8s ease forwards,
    dash-flow 2s linear 1.8s infinite;
}
@keyframes dash-draw {
  from {
    stroke-dashoffset: 400;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 0.6;
  }
}
@keyframes dash-flow {
  to {
    stroke-dashoffset: -26;
  }
}
@keyframes mapPinPulse {
  0% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(0.58);
  }
  72% {
    opacity: 0.12;
    transform: translate(-50%, -50%) scale(1.26);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.38);
  }
}

/* ===================================================
   子页面通用 Banner
=================================================== */
.page-banner {
  position: relative;
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
/* .page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
} */
.page-banner-inner {
  position: relative;
  z-index: 1;
}
.page-banner-title {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.page-banner-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 640px;
}
.page-banner-action {
  width: 140px;
  height: 45px;
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #324092;
  border-radius: 28px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s, background-color 0.2s;
}
.page-banner-action:hover,
.page-banner-action:focus-visible {
  background: #26347f;
  color: #ffffff;
  transform: translateY(-2px);
  outline: none;
}
.page-banner-action::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.page-banner-title.fade-in-element,
.page-banner-subtitle.fade-in-element {
  transform: translateY(36px);
}
.page-banner-title.fade-in-element.visible,
.page-banner-subtitle.fade-in-element.visible,
.page-banner-action.fade-in-element.visible {
  transform: translateY(0);
}
.contact-banner-bg-main {
  background-image: url("../images/contact-main-banner-bg.png") !important;
}
.contact-banner-bg-investment {
  background-image: url("../images/contact-investment-banner-bg.png") !important;
}
.contact-banner-bg-join {
  background-image: url("../images/contact-join-banner-bg.png") !important;
}
.service-banner-bg-presale {
  background-image: url("../images/service1-banner-bg.png") !important;
}
.service-banner-bg-aftersale {
  background-image: url("../images/service-aftersale-banner-bg.png") !important;
}
.contact-bg-preload,
.service-bg-preload {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-banner {
    height: 280px;
  }
  .page-banner-title {
    font-size: 28px;
  }
  .page-banner-subtitle {
    font-size: 14px;
  }
}

/* ===================================================
   子页面 Tab 导航（banner 下方）
=================================================== */
.page-tabs-bar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
.page-tabs-bar--scrollable .section-inner {
  display: flex;
  align-items: center;
}
.page-tabs-shell {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-tabs-viewport {
  flex: 1 1 auto;
  min-width: 0;
}
.page-tabs-inner {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-tabs-inner::-webkit-scrollbar {
  display: none;
}
.page-tabs-bar--scrollable .page-tabs-inner {
  padding: 0 4px;
  scroll-behavior: smooth;
}
.page-tab {
  position: relative;
  padding: 20px 0;
  margin-right: 96px;
  font-size: 18px;
  color: #333333;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-bottom: 4px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.page-tab:last-child {
  margin-right: 0;
}
.page-tab:hover {
  color: #324092;
}
.page-tab.active {
  color: #324092;
  font-weight: 700;
  border-bottom-color: #324092;
}
.page-tabs-bar--scrollable .page-tab {
  margin-right: 56px;
}
.page-tabs-arrow {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.page-tabs-arrow:hover:not(:disabled) {
  transform: translateY(-2px);
}
.page-tabs-arrow:disabled {
  cursor: default;
}
.page-tabs-arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.page-tabs-arrow-icon--active {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.page-tabs-arrow.is-active .page-tabs-arrow-icon--normal {
  opacity: 0;
}
.page-tabs-arrow.is-active .page-tabs-arrow-icon--active {
  opacity: 1;
}
.page-tabs-arrow:disabled .page-tabs-arrow-icon--normal {
  opacity: 1;
}
.page-tabs-arrow:disabled .page-tabs-arrow-icon--active {
  opacity: 0;
}

@media (max-width: 768px) {
  .page-tabs-shell {
    gap: 10px;
  }
  .page-tabs-arrow {
    width: 36px;
    height: 36px;
  }
  .page-tabs-bar--scrollable .page-tab {
    margin-right: 40px;
  }
}

/* ===================================================
   子页面内容占位区
=================================================== */
.page-content-panel {
  display: none;
  padding: 60px 0;
  min-height: 400px;
}
.page-content-panel.active {
  display: block;
}
#products-panels {
  background: #f8f8f8;
}
.products-page-panel.page-content-panel {
  padding: 50px 0 0;
}
#products-panels .products-page-panel:last-child {
  padding-bottom: 0;
}
#panel-overview.page-content-panel {
  padding-bottom: 0;
}
#panel-chairman.page-content-panel {
  padding-bottom: 0;
}
#panel-honor.page-content-panel {
  padding: 0;
}
#panel-tech.page-content-panel {
  padding-bottom: 0;
}

/* ===================================================
   联系我们
=================================================== */
#contact-panels {
  background: #f4f4f4;
}
#contact-panels .page-content-panel {
  padding: 0;
  min-height: 0;
}
.contact-info-section {
  background: url("../images/contact-info-bg.png") center bottom / cover no-repeat;
  padding: 82px 0 92px;
}
.contact-company-title,
.contact-invest-title,
.contact-office-block h2,
.contact-jobs-title {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
}
.contact-company-title {
  margin-bottom: 36px;
}
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.contact-info-card {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  color: #686868;
  text-align: center;
  outline: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.contact-info-card:hover,
.contact-info-card:focus-visible {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(27, 41, 92, 0.1);
}
.contact-info-card > img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-info-card p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #686868;
}
.contact-info-card--qr {
  flex-direction: row;
  gap: 24px;
  text-align: left;
}
.contact-info-card--qr > img {
  width: 118px;
  height: 118px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-info-card--qr p {
  color: #324092;
  font-weight: 700;
}
.contact-invest-section {
  min-height: 684px;
  background: url("../images/contact-investment-section-bg.jpg") center bottom / cover no-repeat;
  padding: 82px 0 180px;
}
.contact-invest-title {
  margin: 0 auto 100px;
  max-width: 1100px;
  text-align: center;
}
.contact-invest-grid {
  display: grid;
  grid-template-columns: 302px repeat(2, minmax(0, 490px));
  justify-content: center;
  align-items: stretch;
  gap: 48px;
}
.contact-invest-card {
  min-height: 304px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 32px;
  background: rgba(255, 255, 255, 0.96);
  color: #686868;
  text-align: center;
  outline: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.contact-invest-card:hover,
.contact-invest-card:focus-visible {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(27, 41, 92, 0.1);
}
.contact-invest-card > img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-invest-card:not(.contact-invest-card--qr) > img {
  filter: grayscale(1) brightness(0.3);
  opacity: 0.95;
}
.contact-invest-card p {
  max-width: 100%;
  margin: 0;
  color: #686868;
  font-size: 22px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-invest-card--qr {
  padding: 28px;
}
.contact-invest-card--qr > img {
  width: 246px;
  height: 246px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-office-section {
  background: #f4f4f4;
  padding: 64px 0 110px;
}
.contact-office-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.contact-office-block + .contact-office-block {
  margin-top: 56px;
}
.contact-office-pair + .contact-office-block {
  margin-top: 86px;
}
.contact-office-pair .contact-office-block + .contact-office-block {
  margin-top: 0;
}
.contact-office-block h2 {
  margin-bottom: 34px;
}
.contact-office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.contact-office-grid--single {
  grid-template-columns: minmax(0, 1fr);
}
.contact-office-card {
  position: relative;
  min-height: 244px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  outline: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.contact-office-card:hover,
.contact-office-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(27, 41, 92, 0.12);
}
.contact-office-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 36%, rgba(255, 255, 255, 0.18) 100%);
  pointer-events: none;
}
.contact-office-copy {
  position: relative;
  z-index: 1;
  width: min(430px, 70%);
  padding: 46px 0 36px 48px;
}
.contact-office-copy h3 {
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 34px;
  color: #686868;
  font-weight: 400;
}
.contact-office-copy p {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
}
.contact-office-copy p:last-child {
  margin-bottom: 0;
}
.contact-office-copy p img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-jobs-section {
  background: #ffffff;
  padding: 84px 0 150px;
}
.contact-jobs-title {
  margin-bottom: 58px;
  text-align: center;
}
.contact-jobs-table {
  width: 100%;
  --contact-jobs-min-width: 900px;
}
.contact-jobs-head,
.contact-job-summary {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr 1.15fr 1fr;
  align-items: center;
  min-height: 82px;
  padding: 0 56px;
  text-align: center;
}
.contact-jobs-head {
  background: #324092;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.contact-job-row {
  background: #f4f4f4;
  outline: none;
}
.contact-job-row + .contact-job-row {
  margin-top: 4px;
}
.contact-job-summary {
  width: 100%;
  border: 0;
  cursor: pointer;
  color: #333333;
  font-size: 18px;
  line-height: 25px;
}
.contact-job-row:hover,
.contact-job-row:focus-visible {
  box-shadow: none;
}
.contact-job-summary:hover,
.contact-job-summary:focus-visible {
  outline: none;
  background: rgba(50, 64, 146, 0.03);
}
.contact-job-row.active {
  background: #ffffff;
}
.contact-job-detail {
  max-height: 0;
  overflow: hidden;
  padding: 0 56px;
  background: #ffffff;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.36s ease, padding 0.36s ease, opacity 0.24s ease, transform 0.36s ease;
}
.contact-job-row.active .contact-job-detail {
  max-height: 560px;
  padding: 34px 56px 42px;
  opacity: 1;
  transform: translateY(0);
}
.contact-job-copy {
  max-width: 900px;
  color: #686868;
}
.contact-job-copy h3 {
  margin: 24px 0 8px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-weight: 700;
}
.contact-job-copy h3:first-child {
  margin-top: 0;
}
.contact-job-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #686868;
}
.contact-resume-btn {
  width: 168px;
  height: 56px;
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #324092;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.contact-resume-btn:hover,
.contact-resume-btn:focus-visible {
  background: #26347f;
  color: #ffffff;
  transform: translateY(-2px);
  outline: none;
}

@media (min-width: 1441px) {
  #contact-panels .section-inner {
    max-width: 1600px;
  }
}

@media (max-width: 1200px) {
  .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-invest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .contact-office-copy {
    width: min(430px, 82%);
    padding-left: 34px;
  }
  .contact-jobs-head,
  .contact-job-summary {
    padding-left: 32px;
    padding-right: 32px;
  }
  .contact-job-detail,
  .contact-job-row.active .contact-job-detail {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1024px) {
  .contact-office-pair,
  .contact-office-grid {
    grid-template-columns: 1fr;
  }
  .contact-invest-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
    margin: 0 auto;
  }
  .contact-office-pair .contact-office-block + .contact-office-block {
    margin-top: 56px;
  }
  .contact-jobs-table {
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .contact-jobs-head,
  .contact-job-row,
  .contact-job-summary {
    min-width: var(--contact-jobs-min-width);
  }
  .contact-job-row,
  .contact-jobs-head {
    width: 100%;
  }
  .contact-job-summary {
    width: 100%;
  }
  .contact-job-detail {
    min-width: var(--contact-jobs-min-width);
  }
}

@media (max-width: 768px) {
  .contact-info-section,
  .contact-invest-section,
  .contact-office-section,
  .contact-jobs-section {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .contact-company-title,
  .contact-invest-title,
  .contact-office-block h2,
  .contact-jobs-title {
    font-size: 26px;
    line-height: 36px;
  }
  .contact-invest-title {
    margin-bottom: 42px;
    text-align: left;
  }
  .contact-invest-card {
    min-height: 220px;
  }
  .contact-invest-card p {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-invest-card--qr > img {
    width: 190px;
    height: 190px;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .contact-info-card--qr {
    flex-direction: column;
    text-align: center;
  }
  .contact-office-card {
    min-height: 300px;
  }
  .contact-office-copy {
    width: 100%;
    padding: 34px 22px;
  }
  .contact-office-copy h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-jobs-title {
    margin-bottom: 32px;
  }
  .contact-jobs-head,
  .contact-job-summary {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-job-detail,
  .contact-job-row.active .contact-job-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-resume-btn {
    width: 132px;
    height: 46px;
    font-size: 18px;
  }
}

/* ===================================================
   服务支持
=================================================== */
#service-panels {
  background: #f4f4f4;
}
#service-panels .page-content-panel {
  padding: 0;
  min-height: 0;
}
.service-system-section {
  background: #ffffff;
  padding: 64px 0 90px;
}
.service-section-header {
  margin-bottom: 50px;
  text-align: center;
}
.service-section-header h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
}
.service-section-header p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #686868;
}
.service-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 58px;
}
.service-system-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 38px 40px 34px;
  background: #f8f8f8;
  outline: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.service-system-card:hover,
.service-system-card:focus-visible {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(27, 41, 92, 0.1);
}
.service-system-icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-system-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 700;
}
.service-system-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-system-card li {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
}
.service-network-section {
  background: #f5f6f8;
  padding: 92px 0 104px;
  overflow: hidden;
}
.service-map-wrap {
  width: min(1448px, calc(100% - 112px));
  margin: 0 auto;
}
.service-map {
  position: relative;
  width: 100%;
}
.service-map-bg-img {
  display: block;
  width: 100%;
  height: auto;
}
.service-map-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 58px;
  padding: 0 24px;
}
.service-map-label {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  line-height: 50px;
  display: block;
  margin-bottom: 12px;
}
.service-map-title {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  display: block;
}
.service-map-pins-layer {
  position: absolute;
  inset: 0;
}
.service-map-lines-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.service-map-pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
  cursor: default;
  z-index: 2;
}
.service-map-pin::before,
.service-map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid rgba(50, 64, 146, 0.28);
  background: rgba(50, 64, 146, 0.12);
  box-shadow: 0 0 18px rgba(50, 64, 146, 0.24);
  transform: translate(-50%, -50%) scale(0.72);
  animation: mapPinPulse 2.2s ease-out infinite;
  pointer-events: none;
}
.service-map-pin::after {
  width: 62px;
  height: 62px;
  border-color: rgba(50, 64, 146, 0.16);
  background: rgba(50, 64, 146, 0.08);
  animation-delay: 0.65s;
}
.service-map-pin--hq {
  z-index: 4;
}
.service-map-pin--hq::before,
.service-map-pin--hq::after {
  border-color: rgba(224, 32, 32, 0.32);
  background: rgba(224, 32, 32, 0.12);
  box-shadow: 0 0 22px rgba(224, 32, 32, 0.28);
}
.service-map-pin-icon {
  position: relative;
  z-index: 2;
  width: 38px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 12px rgba(50, 64, 146, 0.34));
  transition: transform 0.2s, filter 0.2s;
}
.service-map-pin--hq .service-map-pin-icon {
  width: 44px;
  filter: drop-shadow(0 8px 14px rgba(224, 32, 32, 0.36));
}
.service-map-pin:hover .service-map-pin-icon {
  transform: translateY(-5px) scale(1.08);
  filter: drop-shadow(0 12px 18px rgba(50, 64, 146, 0.45));
}
.service-map-pin-label {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  color: #e02020;
  background: none;
  padding: 0;
  border-radius: 0;
  margin-top: 6px;
  white-space: nowrap;
  box-shadow: none;
  text-shadow: 0 1px 3px rgba(255,255,255,0.8);
}
.service-map-pin-label--spacer {
  visibility: hidden;
  pointer-events: none;
}
.service-map-pin-callout {
  position: absolute;
  top: 18px;
  z-index: 5;
  --service-map-callout-y: 0px;
  max-width: 220px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(22, 34, 78, 0.14);
  color: #324092;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: none;
  pointer-events: none;
}
.service-map-pin-callout--right {
  left: calc(50% + 12px);
  transform: translateY(calc(-50% + var(--service-map-callout-y)));
}
.service-map-pin-callout--left {
  right: calc(50% + 12px);
  transform: translateY(calc(-50% + var(--service-map-callout-y)));
}
.service-map-pin-callout--up {
  --service-map-callout-y: -34px;
}
.service-map-pin--hq .service-map-pin-callout {
  color: #e02020;
}
.service-map-dashed-line {
  stroke-dasharray: 8 5;
  animation:
    dash-draw 1.8s ease forwards,
    dash-flow 2s linear 1.8s infinite;
}
.service-stats-section {
  background: #f4f4f4;
  padding: 80px 0 92px;
}
.service-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 72px;
}
.service-stat-card {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  outline: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.service-stat-card:hover,
.service-stat-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(27, 41, 92, 0.1);
}
.service-stat-card strong {
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 58px;
  color: #324092;
  font-weight: 700;
}
.service-stat-card span {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}
.service-contact-strip {
  min-height: 222px;
  display: flex;
  align-items: center;
  background-image: url("../images/service-contact-bg.png");
  background-size: cover;
  background-position: center;
}
.service-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 80px;
}
.service-contact-item {
  min-width: 0;
  color: #ffffff;
}
.service-contact-item span {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.86);
}
.service-contact-item strong {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  word-break: break-word;
}
.service-contact-item--qr {
  justify-self: end;
}
.service-contact-item--qr img {
  display: block;
  width: 118px;
  height: 118px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ffffff;
}
.service-message-section {
  background: #f4f4f4;
  padding: 64px 0 110px;
}
.service-message-title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
}
.service-message-form {
  width: min(1320px, 100%);
  margin: 0 auto;
}
.service-form-row,
.service-form-line,
.service-products-field {
  margin: 0 0 26px;
}
.service-form-row {
  display: grid;
  gap: 32px;
}
.service-form-row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-message-form label,
.service-products-field {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
}
.service-form-row label {
  grid-template-columns: 120px minmax(0, 1fr);
}
.service-message-form label > span,
.service-products-field legend {
  font-size: 14px;
  line-height: 22px;
  color: #686868;
  font-weight: 400;
}
.service-message-form em {
  margin-right: 2px;
  color: #e23b3b;
  font-style: normal;
}
.service-message-form input[type="text"],
.service-message-form input[type="email"],
.service-message-form input[type="tel"],
.service-message-form select,
.service-message-form textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  transition: box-shadow 0.2s ease;
}
.service-message-form input,
.service-message-form select {
  height: 45px;
  padding: 0 18px;
}
.service-message-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #777777 50%),
    linear-gradient(135deg, #777777 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 19px,
    calc(100% - 14px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.service-message-form textarea {
  min-height: 150px;
  padding: 14px 18px;
  resize: vertical;
}
.service-message-form input:focus,
.service-message-form select:focus,
.service-message-form textarea:focus {
  box-shadow: 0 0 0 2px rgba(50, 64, 146, 0.18);
}
.service-products-field {
  border: 0;
  padding: 0;
}
.service-products-field legend {
  float: left;
  width: 120px;
  padding: 0;
}
.service-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  gap: 20px 44px;
}
.service-checkbox {
  display: inline-flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px;
  min-width: 0;
  cursor: pointer;
}
.service-checkbox input {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  padding: 0;
  accent-color: #324092;
}
.service-checkbox span {
  min-width: 0;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #686868 !important;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.service-form-line--textarea {
  align-items: start !important;
}
.service-form-line--textarea > span {
  padding-top: 12px;
}
.service-form-actions {
  padding-left: 120px;
}
.service-form-actions button {
  width: 86px;
  height: 45px;
  border: 0;
  border-radius: 23px;
  background: #324092;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.service-form-actions button:hover,
.service-form-actions button:focus-visible {
  background: #26347f;
  transform: translateY(-2px);
  outline: none;
}

@media (min-width: 1441px) {
  #service-panels .section-inner {
    max-width: 1600px;
  }
}

@media (max-width: 1200px) {
  .service-system-grid,
  .service-stats-grid {
    gap: 32px;
  }
  .service-system-card {
    padding: 30px 28px;
  }
  .service-contact-grid {
    gap: 44px;
  }
  .service-message-form {
    width: min(1120px, 100%);
  }
  .service-checkbox-grid {
    grid-template-columns: repeat(4, minmax(190px, 1fr));
    gap: 18px 28px;
  }
}

@media (max-width: 1024px) {
  .service-system-grid,
  .service-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-contact-item--qr {
    justify-self: start;
  }
  .service-checkbox-grid {
    grid-template-columns: repeat(2, minmax(230px, 1fr));
  }
}

@media (max-width: 768px) {
  .service-system-section,
  .service-stats-section,
  .service-network-section,
  .service-message-section {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .service-section-header {
    margin-bottom: 32px;
  }
  .service-section-header h2,
  .service-message-title {
    font-size: 26px;
    line-height: 36px;
  }
  .service-map-wrap {
    width: calc(100% - 32px);
  }
  .service-map-header {
    margin-bottom: 36px;
    padding: 0 18px;
  }
  .service-map-label {
    font-size: 24px;
    line-height: 36px;
  }
  .service-map-title {
    font-size: 14px;
    line-height: 24px;
  }
  .service-section-header p {
    font-size: 14px;
    line-height: 24px;
  }
  .service-system-grid,
  .service-stats-grid,
  .service-contact-grid,
  .service-form-row--two {
    grid-template-columns: 1fr;
  }
  .service-system-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding: 24px 20px;
  }
  .service-system-icon {
    width: 42px;
    height: 42px;
  }
  .service-stat-card {
    min-height: 130px;
  }
  .service-stat-card strong {
    font-size: 34px;
    line-height: 42px;
  }
  .service-stat-card span {
    font-size: 18px;
    line-height: 26px;
  }
  .service-contact-strip {
    padding: 42px 0;
  }
  .service-contact-grid {
    gap: 30px;
  }
  .service-contact-item strong {
    font-size: 24px;
    line-height: 34px;
  }
  .service-message-title {
    margin-bottom: 32px;
  }
  .service-message-form label,
  .service-products-field,
  .service-form-row label {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .service-products-field legend {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .service-checkbox-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .service-form-actions {
    padding-left: 0;
  }
  .service-checkbox span {
    white-space: normal;
  }
}

/* ===================================================
   关于珈云 — 核心技术
=================================================== */
.about-tech-section {
  background: #ffffff;
}
.about-tech-title {
  margin: 0 0 44px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
}
.about-tech-carousel {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.about-tech-carousel-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
.about-tech-slide {
  position: relative;
  height: 360px;
  overflow: hidden;
  outline: none;
}
.about-tech-slide-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.about-tech-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 56, 0.05), rgba(15, 34, 92, 0.66));
  transition: background 0.32s ease;
}
.about-tech-slide:hover .about-tech-slide-img,
.about-tech-slide:focus-visible .about-tech-slide-img {
  transform: scale(1.06);
}
.about-tech-slide-copy {
  position: absolute;
  z-index: 1;
  left: 46px;
  right: 36px;
  bottom: 36px;
  color: #ffffff;
  transition: transform 0.32s ease;
}
.about-tech-slide-copy h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
}
.about-tech-slide-copy p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.about-tech-slide:hover::after,
.about-tech-slide:focus-visible::after {
  background: linear-gradient(180deg, rgba(7, 20, 56, 0), rgba(15, 34, 92, 0.76));
}
.about-tech-slide:hover .about-tech-slide-copy,
.about-tech-slide:focus-visible .about-tech-slide-copy {
  transform: translateY(-12px);
}
.about-tech-intro {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 78px;
}
.about-tech-intro-row {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 78px;
  align-items: center;
}
.about-tech-intro-row + .about-tech-intro-row {
  margin-top: 70px;
}
.about-tech-intro-row--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
}
.about-tech-intro-row--reverse .about-tech-intro-media {
  order: 2;
}
.about-tech-intro-row--reverse .about-tech-intro-copy {
  order: 1;
}
.about-tech-intro-media {
  overflow: hidden;
  border-radius: 8px;
}
.about-tech-intro-media img {
  width: 100%;
  display: block;
  aspect-ratio: 720 / 400;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
.about-tech-intro-media:hover img {
  transform: scale(1.04);
}
.about-tech-intro-copy h3 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  font-weight: 700;
}
.about-tech-intro-copy p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.about-tech-competition {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 72px 0 92px;
  background-image: url("../images/tech-com-bg.png");
  background-size: cover;
  background-position: center;
}
.about-tech-competition-title {
  margin: 0 0 52px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
}
.about-tech-competition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.about-tech-competition-card {
  min-height: 256px;
  padding: 42px 48px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #ffffff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.about-tech-competition-card h3 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  font-weight: 700;
}
.about-tech-competition-card img {
  width: 96px;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
  transition: transform 0.28s ease;
}
.about-tech-competition-card p {
  max-width: 440px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.about-tech-competition-card:hover,
.about-tech-competition-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(50, 64, 146, 0.14);
}
.about-tech-competition-card:hover img,
.about-tech-competition-card:focus-within img {
  transform: translateY(-6px) scale(1.06);
}

/* ===================================================
   核心产品页
=================================================== */
.product-detail-stack {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
.product-info-card {
  position: relative;
  min-height: 220px;
  padding: 42px 48px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(28, 44, 88, 0.04);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}
.product-info-card:hover {
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(28, 44, 88, 0.12);
  transform: translateY(-8px);
}
.product-info-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}
.product-info-title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
}
.product-info-desc,
.product-area-list {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.product-area-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-info-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 252px;
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  transform-origin: right bottom;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}
.product-info-card:hover .product-info-icon {
  opacity: 0.92;
  transform: translate(-8px, -6px) scale(1.06);
}
.product-manual-section {
  scroll-margin-top: 110px;
}
.product-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #ffffff;
}
.product-manual-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #333333;
  font-size: 18px;
}
.product-manual-table thead {
  background: #324092;
}
.product-manual-table th {
  height: 66px;
  padding: 0 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.product-manual-table td {
  height: 82px;
  padding: 14px 22px;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
}
.product-manual-table tbody .product-table-row:nth-of-type(4n + 3) {
  background: #f2f2f2;
}
.product-table-row {
  cursor: pointer;
  transition: background-color 0.2s;
}
.product-table-row:hover,
.product-table-row:focus-visible {
  background: #eef2ff;
  outline: none;
}
.product-table-row.is-expanded {
  background: #eef2ff;
}
.product-name-cell {
  color: #324092;
  font-weight: 500;
}
.product-table-img {
  width: 107px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.product-table-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.product-action-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s;
}
.product-action-btn:hover,
.product-action-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}
.product-action-btn img {
  width: 36px;
  height: 36px;
  display: block;
}
.product-table-detail td {
  height: auto;
  padding: 0;
  background: #ffffff;
}
.product-table-detail-inner {
  max-height: 0;
  padding: 0 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  text-align: left;
  border: 1px solid transparent;
  border-top: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: max-height 0.36s ease, padding 0.36s ease, opacity 0.24s ease, transform 0.36s ease, border-color 0.36s ease;
}
.product-table-detail.is-open .product-table-detail-inner {
  max-height: 360px;
  padding: 42px 44px 44px;
  border-color: #e5e7eb;
  opacity: 1;
  transform: translateY(0);
}
.product-detail-title {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}
.product-feature-content {
  flex: 1 1 auto;
  min-width: 0;
}
.product-feature-list {
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 86px;
       column-gap: 86px;
  row-gap: 10px;
  margin: 0;
  padding-left: 22px;
  color: #888888;
}
.product-feature-list li,
.product-certification {
  font-size: 16px;
  line-height: 28px;
  color: #888888;
}
.product-certification {
  margin-top: 40px;
}
.product-certification span {
  color: #686868;
  font-weight: 500;
}
.product-qrcode-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  color: #888888;
  font-size: 16px;
  line-height: 24px;
}
.product-qrcode-img {
  width: 170px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-service-entry {
  display: flex;
  justify-content: center;
  gap: 72px;
  padding-bottom: 70px;
}
.product-service-card {
  width: 300px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #ffffff;
  border-radius: 32px;
  color: #333333;
  font-size: 24px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-service-card:hover,
.product-service-card:focus-visible {
  color: #333333;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(50, 64, 146, 0.12);
  outline: none;
}
.product-service-card img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===================================================
   合作伙伴页
=================================================== */
.partner-ecosystem-section {
  padding: 78px 0 80px;
  background: #f4f8ff;
  overflow: hidden;
}
.partner-ecosystem-title {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.partner-ecosystem-subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #686868;
  text-align: center;
}
.partner-ecosystem-map {
  width: 100%;
  max-width: 1365px;
  display: block;
  margin: 34px auto 0;
}

/* ===================================================
   新闻资讯页
=================================================== */
.news-hero {
  min-height: 440px;
  padding: 70px 0 64px;
  background:
    linear-gradient(90deg, rgba(15, 32, 86, 0.96), rgba(20, 44, 112, 0.88)),
    url("../images/news-banner-bg.png") center / cover no-repeat;
  color: #ffffff;
}
.news-hero-slider {
  position: relative;
  min-height: 310px;
}
.news-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 72px;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.news-hero-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.news-hero-copy time {
  display: block;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
}
.news-hero-copy h1 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 700;
}
.news-hero-copy h1 a {
  color: inherit;
  text-decoration: none;
}
.news-hero-copy h1 a:hover,
.news-hero-copy h1 a:focus-visible {
  color: inherit;
  outline: none;
}
.news-hero-copy p {
  max-width: 590px;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}
.news-hero-cover {
  display: block;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.news-hero-cover:hover,
.news-hero-cover:focus-visible {
  transform: translateY(-4px);
  outline: none;
}
.news-hero-cover img {
  width: 100%;
  aspect-ratio: 1414 / 914;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-hero-dots {
  position: absolute;
  left: 0;
  bottom: 22px;
  display: flex;
  gap: 10px;
}
.news-hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}
.news-hero-dots button.active {
  background: #ffffff;
  transform: scale(1.15);
}
.news-page-content {
  background: #f8f8f8;
}
.news-page-content .page-content-panel {
  padding: 64px 0 78px;
}
.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 40px;
}
.news-card {
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.news-card:hover,
.news-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(18, 35, 80, 0.1);
}
.news-card-cover {
  display: block;
  overflow: hidden;
}
.news-card-cover img {
  width: 100%;
  aspect-ratio: 884 / 532;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.news-card:hover .news-card-cover img,
.news-card:focus-within .news-card-cover img {
  transform: scale(1.04);
}
.news-card-body {
  padding: 24px 22px 26px;
}
.news-card-title {
  min-height: 50px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: 500;
}
.news-card-title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #686868;
}
.news-card-meta a {
  color: #686868;
  text-decoration: none;
}
.news-card-meta a:hover,
.news-card-meta a:focus-visible {
  color: #324092;
  outline: none;
}
.news-pagination {
  margin-top: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  font-size: 14px;
  color: #333333;
}
.news-pagination a {
  color: #333333;
  text-decoration: none;
}
.news-pagination a.active {
  color: #324092;
}
.news-page-next {
  width: 16px;
  height: 16px;
  border-right: 1.5px solid #333333;
  border-bottom: 1.5px solid #333333;
  transform: rotate(-45deg);
}

/* ===================================================
   新闻详情页
=================================================== */
.news-detail-page {
  padding: 34px 0 92px;
  background: #f8f8f8;
}
.news-breadcrumb {
  max-width: 1010px;
  margin: 0 auto 24px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.news-breadcrumb a {
  color: #666666;
  text-decoration: none;
}
.news-breadcrumb a:hover,
.news-breadcrumb a:focus-visible {
  color: #324092;
  outline: none;
}
.news-detail-article {
  max-width: 1010px;
  margin: 0 auto;
  padding: 72px 104px 74px;
  background: #ffffff;
}
.news-detail-header {
  text-align: center;
}
.news-detail-header h1 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
}
.news-detail-header time {
  display: block;
  margin-top: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.news-richtext {
  margin-top: 36px;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.news-richtext p + p {
  margin-top: 28px;
}
.news-richtext figure {
  margin: 54px auto;
  text-align: center;
}
.news-richtext img {
  max-width: 620px;
  width: 100%;
  display: inline-block;
}
.news-detail-switch {
  margin-top: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.news-detail-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-detail-links a {
  font-size: 16px;
  line-height: 24px;
  color: #324092;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news-back-btn {
  flex: 0 0 auto;
  width: 120px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #324092;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.2s, background-color 0.2s;
}
.news-back-btn:hover,
.news-back-btn:focus-visible {
  color: #ffffff;
  background: #26347f;
  transform: translateY(-2px);
  outline: none;
}

/* ===================================================
   可持续发展 — 气凝胶简介
=================================================== */
.aerogel-intro-section {
  min-height: 916px;
  padding: 130px 0 100px;
  display: flex;
  align-items: flex-start;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.06)), url("../images/qnj-banner-bg.png");
  background-size: cover;
  background-position: center;
}
.aerogel-intro-copy {
  max-width: 690px;
  color: #ffffff;
}
.aerogel-intro-copy h1 {
  margin: 0 0 46px;
  font-weight: 800;
  font-size: 48px;
  line-height: 50px;
  color: #ffffff;
}
.aerogel-intro-text {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-indent: 2em;
}
.aerogel-application-section {
  padding: 76px 0 100px;
  background: #ffffff;
}
.aerogel-application-header {
  text-align: center;
  margin-bottom: 68px;
}
.aerogel-application-header h2 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
}
.aerogel-application-header p {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.aerogel-application-list {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
.aerogel-application-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 450px;
  color: #ffffff;
  background: #071126;
}
.aerogel-application-img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.aerogel-application-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08));
}
.aerogel-application-card:hover .aerogel-application-img,
.aerogel-application-card:focus-within .aerogel-application-img {
  transform: scale(1.04);
}
.aerogel-application-copy {
  position: absolute;
  z-index: 1;
  left: 58px;
  top: 50%;
  max-width: 520px;
  transform: translateY(-50%);
}
.aerogel-application-copy h3 {
  margin: 0 0 34px;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 700;
}
.aerogel-application-copy p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

/* ===================================================
   解决方案页
=================================================== */
.solution-page-panel {
  display: none;
  background: #ffffff;
}
.solution-page-panel.active {
  display: block;
}
.solution-page-hero {
  height: 520px;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
}
.solution-page-hero-copy {
  max-width: 540px;
  margin-top: 118px;
  color: #ffffff;
}
.solution-page-hero-copy h1 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
}
.solution-page-hero-copy p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}
.solution-page-summary {
  padding: 72px 0 70px;
  background: #f8f8f8;
}
.solution-page-lead {
  max-width: 980px;
  margin: 0 auto 46px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #686868;
}
.solution-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.solution-feature-card {
  min-height: 210px;
  padding: 34px 28px;
  background: #ffffff;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.solution-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(50, 64, 146, 0.1);
}
.solution-feature-card img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 22px;
}
.solution-feature-card h3,.solution-subhead {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
}
.solution-feature-card p {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
}
.solution-large-section {
  min-height: 560px;
  display: flex;
  align-items: flex-start;
  padding-top: 118px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
}
.solution-large-copy {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.solution-large-copy h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
}
.solution-large-copy p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.solution-large-section--dark .solution-large-copy h2 {
  color: #333333;
}
.solution-large-section--dark .solution-large-copy p {
  color: #686868;
}
.solution-value-section {
  padding: 76px 0 78px;
  background: #ffffff;
}
.solution-block-header {
  margin-bottom: 46px;
  text-align: center;
}
.solution-block-header h2,.solution-title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 46px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.solution-block-header p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.solution-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.solution-value-card {
  position: relative;
  min-height: 168px;
  padding: 34px 34px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  background: #f8f8f8;
  border: 1px solid transparent;
  overflow: hidden;
  outline: none;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}
.solution-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(50, 64, 146, 0.1), rgba(57, 139, 230, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.solution-value-card:hover,
.solution-value-card:focus-visible {
  background: #ffffff;
  border-color: rgba(50, 64, 146, 0.28);
  box-shadow: 0 20px 46px rgba(24, 40, 88, 0.14);
  transform: translateY(-8px);
}
.solution-value-card:hover::before,
.solution-value-card:focus-visible::before {
  opacity: 1;
}
.solution-value-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
  transition: color 0.28s ease;
}
.solution-value-card p {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
}
.solution-value-card img {
  width: 92px;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
  transition:
    filter 0.28s ease,
    transform 0.28s ease;
}
.solution-value-card:hover h3,
.solution-value-card:focus-visible h3 {
  color: #324092;
}
.solution-value-card:hover img,
.solution-value-card:focus-visible img {
  filter: drop-shadow(0 12px 18px rgba(50, 64, 146, 0.2));
  transform: translateX(4px) scale(1.08);
}
.solution-carousel-section {
  padding: 0 0 70px;
  overflow: hidden;
}
.solution-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.solution-showcase-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #ffffff;
  outline: none;
}
.solution-showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.solution-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 42, 0.08), rgba(5, 15, 42, 0.68));
  transition: background 0.32s ease;
}
.solution-showcase-card div {
  position: absolute;
  z-index: 1;
  left: 34px;
  right: 34px;
  bottom: 28px;
  transition: transform 0.32s ease;
}
.solution-showcase-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
}
.solution-showcase-card p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  transition: opacity 0.32s ease;
}
.solution-showcase-card:hover img,
.solution-showcase-card:focus-within img {
  transform: scale(1.06);
}
.solution-showcase-card:hover::after,
.solution-showcase-card:focus-within::after {
  background: linear-gradient(180deg, rgba(5, 15, 42, 0), rgba(5, 15, 42, 0.78));
}
.solution-showcase-card:hover div,
.solution-showcase-card:focus-within div {
  transform: translateY(-12px);
}
.solution-download-section {
  padding: 0 0 82px;
  background: #ffffff;
}

/* ===================================================
   关于珈云 — 荣誉资质墙
=================================================== */
.about-honor-wall {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url("../images/about-hornor-page-bg.png");
  background-size: cover;
  background-position: top center;
}
.about-honor-wall-inner {
  width: 100%;
  margin: 0;
  padding: 92px 0 110px;
}
.about-honor-wall-title {
  display: none;
}
.honor-shelf {
  position: relative;
  padding-bottom: 0;
}
.honor-shelf + .honor-shelf {
  margin-top: 70px;
}
.honor-shelf-title {
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 28px;
}
.honor-shelf--research {
  padding-left: 12vw;
  padding-right: 0;
}
.honor-shelf--patent {
  padding-left: 7vw;
  padding-right: 0;
}
.honor-shelf--enterprise,
.honor-shelf--iso {
  padding-left: 7vw;
  padding-right: 7vw;
}
.honor-shelf--research .honor-shelf-title {
  margin-left: 0;
}
.honor-shelf--research .honor-shelf-viewport {
  width: 78vw;
  margin-left: 6vw;
}
.honor-shelf--research .honor-shelf-heading-row {
  width: 86vw;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}
.honor-shelf--patent .honor-shelf-heading-row {
  position: absolute;
  right: 21vw;
  top: 72px;
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.honor-shelf--patent .honor-shelf-viewport {
  width: 64vw;
}
.honor-shelf-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.honor-shelf-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.honor-shelf-actions.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.honor-scroll-btn {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s;
}
.honor-scroll-btn:hover,
.honor-scroll-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}
.honor-scroll-btn img {
  width: 36px;
  height: 36px;
  display: block;
}
.honor-scroll-btn:disabled {
  cursor: default;
  opacity: 0.35;
  transform: none;
}
.honor-shelf-viewport {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.honor-shelf-viewport::-webkit-scrollbar {
  display: none;
}
.honor-shelf-track {
  display: flex;
  align-items: flex-end;
  gap: 58px;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 4px 28px;
}
.honor-shelf--research .honor-shelf-track {
  justify-content: flex-start;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-right: 6vw;
}
.honor-shelf--patent .honor-shelf-track {
  padding-right: 4vw;
}
.honor-shelf--enterprise .honor-shelf-track,
.honor-shelf--iso .honor-shelf-track {
  padding-right: 10vw;
}
.honor-cert {
  flex: 0 0 auto;
  width: 240px;
  max-height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.12));
  margin-bottom: -10px;
}
.honor-cert--wide {
  width: 280px;
}
.honor-shelf-ground {
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 74px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.honor-shelf-ground--right {
  right: 0;
  width: 82vw;
  background-image: url("../images/about-horbor-right-ground.png");
}
.honor-shelf-ground--left {
  left: 0;
  width: 68vw;
  background-image: url("../images/about-horbor-left-ground.png");
}
.honor-shelf-ground--full {
  left: 0;
  right: 0;
  background-image: url("../images/about-hornor-ground.png");
}

/* ===================================================
   关于珈云 — 董事长寄语
=================================================== */
.about-chairman-section {
  width: 100vw;
  margin: -60px calc(50% - 50vw) 0;
  padding: 60px max(60px, calc((100vw - 1440px) / 2 + 60px)) 0;
  background: #f4f4f4;
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 88px;
  align-items: center;
  min-height: 520px;
}
.about-chairman-profile {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-chairman-role {
  position: relative;
  z-index: 2;
  margin-left: 78px;
  font-size: 16px;
  line-height: 26px;
  color: #686868;
}
.about-chairman-name {
  position: relative;
  z-index: 2;
  margin-left: 78px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
}
.about-chairman-img {
  position: absolute;
  right: -18px;
  bottom: -60px;
  width: 360px;
  max-width: 86%;
  height: auto;
  display: block;
}
.about-chairman-copy {
  padding: 36px 0;
}
.about-chairman-title {
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 38px;
}
.about-chairman-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-size: 16px;
  line-height: 33px;
  color: #686868;
}

/* ===================================================
   关于珈云 — 荣誉资质
=================================================== */
.about-honor-section {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url("../images/about-hornor-bg.png");
  background-size: cover;
  background-position: center;
}
.about-honor-inner {
  width: min(100%, 1440px);
  min-height: 500px;
  margin: 0 auto;
  padding: 76px 60px 76px;
  display: grid;
  /*grid-template-columns: minmax(0, 1fr) 520px;*/
  gap: 70px;
  align-items: center;
}
.about-honor-title {
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 54px;
}
.about-honor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 34px;
}
.about-honor-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  font-size: 22px;
  line-height: 29px;
  color: #686868;
}
.about-honor-item img {
  width: 28px;
  height: 41px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-honor-item span {
  min-width: 0;
}
.about-honor-prize img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================================================
   关于珈云 — 场地照片
=================================================== */
.about-place-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100vw;
  margin: 88px calc(50% - 50vw) 0;
  overflow: hidden;
}

/* ===================================================
   关于珈云 — 发展历程时间轴
=================================================== */
.about-timeline-section {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 72px max(60px, calc((100vw - 1440px) / 2 + 60px)) 86px;
  background-image: url("../images/about-timeline-bg.png");
  background-size: cover;
  background-position: center;
}
.about-timeline-section::before {
  content: "十年萌芽";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-size: 176px;
  line-height: 1;
  font-weight: 800;
  color: rgba(50, 64, 146, 0.035);
  white-space: nowrap;
  pointer-events: none;
}
.about-timeline-title {
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 68px;
}
.about-timeline-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  gap: 88px;
  align-items: center;
}
.about-timeline-years {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
  min-height: 430px;
  justify-content: center;
}
.about-timeline-year {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.about-timeline-year:hover,
.about-timeline-year:focus-visible {
  transform: translateX(-4px);
  outline: none;
}
.about-timeline-year-num {
  font-size: 48px;
  line-height: 1;
  color: #999999;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s, font-size 0.2s;
}
.about-timeline-year-desc {
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  transition: color 0.2s;
}
.about-timeline-year.active .about-timeline-year-num {
  font-size: 76px;
  color: #324092;
}
.about-timeline-year.active .about-timeline-year-desc {
  color: #324092;
}
.about-timeline-controls {
  position: absolute;
  top: 50%;
  right: -78px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform: translateY(-50%);
}
.about-timeline-control {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.about-timeline-control:hover,
.about-timeline-control:focus-visible {
  background: transparent;
  transform: translateY(-2px);
  outline: none;
}
.about-timeline-control img {
  width: 44px;
  height: 44px;
}
.about-timeline-control--prev img {
  transform: rotate(90deg);
}
.about-timeline-control--next img {
  transform: rotate(90deg);
}
.about-timeline-events {
  position: relative;
  max-height: 430px;
  /*overflow-y: auto;*/
  padding: 2px 46px 2px 0;
  scroll-behavior: smooth;
  scrollbar-color: rgba(153, 153, 153, 0.9) transparent;
  scrollbar-width: thin;
}
.about-timeline-events::-webkit-scrollbar {
  width: 4px;
}
.about-timeline-events::-webkit-scrollbar-track {
  background: transparent;
}
.about-timeline-events::-webkit-scrollbar-thumb {
  background: rgba(153, 153, 153, 0.8);
  border-radius: 999px;
}
.about-timeline-event-group {
  position: relative;
  padding-left: 70px;
}
.about-timeline-event-group::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: -42px;
  left: 8px;
  width: 1px;
  background: rgba(204, 204, 204, 0.75);
}
.about-timeline-event {
  position: relative;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 26px;
}
.about-timeline-event + .about-timeline-event {
  /*margin-top: 42px;*/
  margin: 20px 0;
}
.about-timeline-event::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -70px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(153, 153, 153, 0.55);
  border-radius: 999px;
  background: #ffffff;
  transition: border-color 0.2s, background-color 0.2s;
}
.about-timeline-date {
  font-size: 18px;
  line-height: 28px;
  color: #686868;
  white-space: nowrap;
  transition: color 0.2s;
}
.about-timeline-event-text {
  width: 640px;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  transition: color 0.2s;
}
.about-timeline-event-group.active .about-timeline-event::before {
  border-color: #324092;
  background: #324092;
}
.about-timeline-event-group.active .about-timeline-date,
.about-timeline-event-group.active .about-timeline-event-text {
  color: #324092;
}

/* ===================================================
   关于珈云 — 品牌文化
=================================================== */
.about-culture-section {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  min-height: 520px;
  background-image:
    linear-gradient(180deg, rgba(10, 42, 100, 0.08), rgba(6, 27, 80, 0.26)),
    url("../images/about-culture-bg.png");
  background-size: cover;
  background-position: center;
}
.about-culture-inner {
  width: min(100%, 1440px);
  height: 520px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-culture-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 0;
  padding: 0 54px 78px;
  color: #ffffff;
  overflow: hidden;
  cursor: default;
}
.about-culture-card + .about-culture-card {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}
.about-culture-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(50, 64, 146, 0.05), rgba(50, 64, 146, 0.28));
  opacity: 0;
  transition: opacity 0.28s ease;
}
.about-culture-icon {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 28px;
  transition: transform 0.28s ease;
}
.about-culture-title {
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 700;
  transition: transform 0.28s ease;
}
.about-culture-desc {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.about-culture-card:hover::before,
.about-culture-card:focus-visible::before {
  opacity: 1;
}
.about-culture-card:hover .about-culture-icon,
.about-culture-card:focus-visible .about-culture-icon {
  transform: translateY(-10px) scale(1.06);
}
.about-culture-card:hover .about-culture-title,
.about-culture-card:focus-visible .about-culture-title,
.about-culture-card:hover .about-culture-desc,
.about-culture-card:focus-visible .about-culture-desc {
  transform: translateY(-10px);
}
.about-culture-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -2px;
}

/* ===================================================
   响应式
=================================================== */
@media (max-width: 1024px) {
  .solution-dropdown {
    display: none;
  }
  .solution-page-hero {
    height: 420px;
  }
  .solution-page-hero-copy {
    margin-top: 92px;
  }
  .solution-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solution-large-section {
    min-height: 440px;
    padding-top: 78px;
  }
  .solution-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100vw;
  }
  .aerogel-intro-section {
    min-height: auto;
    padding: 92px 0 82px;
  }
  .aerogel-intro-copy {
    max-width: 620px;
  }
  .aerogel-application-card,
  .aerogel-application-img {
    min-height: 360px;
  }
  .news-hero-slider {
    min-height: 650px;
  }
  .news-hero-slide {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .news-hero-dots {
    position: absolute;
    bottom: 0;
  }
  .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .news-detail-article {
    padding: 56px 48px 60px;
  }
  .about-tech-carousel-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 54px;
  }
  .about-tech-slide {
    height: 320px;
  }
  .about-tech-intro {
    padding-left: 32px;
    padding-right: 32px;
  }
  .about-tech-intro-row,
  .about-tech-intro-row--reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-tech-intro-row--reverse .about-tech-intro-media,
  .about-tech-intro-row--reverse .about-tech-intro-copy {
    order: initial;
  }
  .about-tech-competition {
    padding: 62px 0 76px;
  }
  .products-page-panel.page-content-panel {
    padding-top: 42px;
  }
  .product-detail-stack {
    gap: 42px;
  }
  .product-info-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-info-card {
    min-height: 210px;
    padding: 36px 32px;
  }
  .product-service-entry {
    gap: 28px;
  }
  .product-service-card {
    width: min(300px, 42vw);
  }
  .about-honor-wall-inner {
    padding: 72px 0 90px;
  }
  .honor-shelf--research,
  .honor-shelf--patent,
  .honor-shelf--enterprise,
  .honor-shelf--iso {
    padding-left: 32px;
    padding-right: 32px;
  }
  .honor-shelf--patent .honor-shelf-heading-row {
    position: static;
    flex-direction: row;
    align-items: center;
  }
  .honor-shelf--research .honor-shelf-viewport,
  .honor-shelf--patent .honor-shelf-viewport {
    width: 100%;
    margin-left: 0;
  }
  .honor-shelf-track {
    gap: 36px;
  }
  .honor-shelf--research .honor-shelf-track,
  .honor-shelf--patent .honor-shelf-track,
  .honor-shelf--enterprise .honor-shelf-track,
  .honor-shelf--iso .honor-shelf-track {
    justify-content: flex-start;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-right: 32px;
  }
  .honor-cert {
    width: 210px;
  }
  .honor-cert--wide {
    width: 250px;
  }
  .about-chairman-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-chairman-profile {
    min-height: 430px;
  }
  .about-chairman-img {
    right: 50%;
    transform: translateX(50%);
    width: 320px;
  }
  .about-chairman-role,
  .about-chairman-name {
    margin-left: 0;
  }
  .about-honor-inner {
    grid-template-columns: 1fr;
    padding: 64px 32px;
  }
  .about-honor-prize {
    max-width: 520px;
    margin: 0 auto;
  }
  .about-place-grid {
    grid-template-columns: 1fr;
  }
  .about-timeline-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 60px 32px 72px;
  }
  .about-timeline-section::before {
    font-size: 132px;
  }
  .about-timeline-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .about-timeline-years {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
  }
  .about-timeline-year {
    align-items: flex-start;
    text-align: left;
  }
  .about-timeline-year-num,
  .about-timeline-year.active .about-timeline-year-num {
    font-size: 40px;
  }
  .about-timeline-controls {
    position: static;
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-end;
    transform: none;
    order: 2;
  }
  .about-timeline-events {
    max-height: 400px;
  }
  .about-culture-inner {
    height: auto;
    min-height: 480px;
    padding: 0 32px;
  }
  .about-culture-card {
    padding: 0 32px 64px;
  }
  .about-culture-title {
    font-size: 30px;
    line-height: 40px;
  }
  .company-intro-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 5%;
  }
  .company-intro-left {
    min-width: 0;
  }
  .company-intro-right {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .solution-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .solution-visual {
    opacity: 0.92;
  }
  .solution-panel.active {
    flex-direction: column;
    gap: 40px;
  }
  .solution-panel-img-circle {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .solution-page-hero {
    height: 340px;
  }
  .solution-section {
    padding: 62px 0;
  }
  .solution-page-hero-copy {
    margin-top: 70px;
  }
  .solution-page-hero-copy h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .solution-page-hero-copy p,
  .solution-large-copy p {
    font-size: 15px;
    line-height: 27px;
  }
  .solution-page-summary {
    padding: 44px 0 48px;
  }
  .solution-feature-grid,
  .solution-value-grid {
    grid-template-columns: 1fr;
  }
  .solution-large-section {
    min-height: 340px;
    padding-top: 56px;
  }
  .solution-large-copy h2,
  .solution-block-header h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .solution-value-section {
    padding: 48px 0 52px;
  }
  .solution-value-card {
    padding: 26px 22px;
  }
  .solution-showcase {
    grid-template-columns: 1fr;
    width: 100vw;
  }
  .solution-showcase-card {
    min-height: 260px;
  }
  .solution-showcase-card img {
    min-height: 260px;
  }
  .solution-download-section {
    padding-bottom: 54px;
  }
  .aerogel-intro-section {
    padding: 64px 0 64px;
    background-position: 58% center;
  }
  .aerogel-intro-copy h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 42px;
  }
  .aerogel-intro-text {
    gap: 20px;
    font-size: 15px;
    line-height: 28px;
  }
  .aerogel-application-section {
    padding: 52px 0 68px;
  }
  .aerogel-application-header {
    margin-bottom: 38px;
  }
  .aerogel-application-header h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .aerogel-application-header p {
    font-size: 15px;
    line-height: 24px;
  }
  .aerogel-application-list {
    gap: 28px;
  }
  .aerogel-application-card,
  .aerogel-application-img {
    min-height: 300px;
  }
  .aerogel-application-copy {
    left: 24px;
    right: 24px;
    max-width: none;
  }
  .aerogel-application-copy h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  .aerogel-application-copy p {
    font-size: 15px;
    line-height: 24px;
  }
  .news-hero {
    min-height: 0;
    padding: 44px 0 48px;
  }
  .news-hero-slider {
    min-height: 580px;
  }
  .news-hero-copy time {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .news-hero-copy h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .news-hero-copy p {
    font-size: 15px;
    line-height: 27px;
  }
  .news-page-content .page-content-panel {
    padding: 40px 0 56px;
  }
  .news-card-grid {
    grid-template-columns: 1fr;
  }
  .news-card-title {
    min-height: 0;
  }
  .news-card-meta {
    font-size: 15px;
  }
  .news-pagination {
    margin-top: 42px;
  }
  .news-detail-page {
    padding: 24px 0 56px;
  }
  .news-detail-article {
    padding: 40px 22px 44px;
  }
  .news-detail-header h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .news-richtext {
    font-size: 15px;
    line-height: 29px;
  }
  .news-richtext figure {
    margin: 34px auto;
  }
  .news-detail-switch {
    flex-direction: column;
    align-items: stretch;
  }
  .news-back-btn {
    align-self: flex-end;
  }
  .partner-ecosystem-section {
    padding: 48px 0 80px;
  }
  .partner-ecosystem-title {
    font-size: 26px;
    line-height: 38px;
  }
  .partner-ecosystem-subtitle {
    font-size: 15px;
    line-height: 26px;
  }
  .partner-ecosystem-map {
    width: 100%;
    max-width: 1365px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  .about-tech-title,
  .about-tech-competition-title {
    font-size: 26px;
    line-height: 38px;
  }
  .about-tech-title {
    margin-bottom: 30px;
  }
  .about-tech-carousel-track {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 42px;
  }
  .about-tech-slide {
    height: 270px;
  }
  .about-tech-slide-img {
    min-height: 270px;
  }
  .about-tech-slide-copy {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
  .about-tech-slide-copy h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .about-tech-slide-copy p {
    font-size: 15px;
    line-height: 25px;
  }
  .about-tech-intro {
    padding: 0 20px 48px;
  }
  .about-tech-intro-row + .about-tech-intro-row {
    margin-top: 42px;
  }
  .about-tech-intro-copy h3 {
    font-size: 22px;
    line-height: 31px;
  }
  .about-tech-intro-copy p {
    font-size: 16px;
    line-height: 28px;
  }
  .about-tech-competition {
    padding: 48px 0 58px;
  }
  .about-tech-competition-title {
    margin-bottom: 30px;
  }
  .about-tech-competition-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-tech-competition-card {
    min-height: 220px;
    padding: 32px 24px;
  }
  .about-tech-competition-card h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .about-tech-competition-card p {
    font-size: 16px;
    line-height: 28px;
  }
  .page-banner-action {
    width: 124px;
    height: 40px;
    margin-top: 20px;
    font-size: 14px;
  }
  .products-page-panel.page-content-panel {
    padding-top: 32px;
  }
  .product-detail-stack {
    gap: 32px;
  }
  .product-info-card {
    min-height: 240px;
    padding: 28px 22px;
  }
  .product-info-title {
    font-size: 22px;
    line-height: 26px;
  }
  .product-info-desc,
  .product-area-list {
    font-size: 15px;
    line-height: 25px;
  }
  .product-info-icon {
    width: 190px;
    height: 145px;
    opacity: 0.72;
  }
  .product-manual-table {
    min-width: 960px;
    font-size: 15px;
  }
  .product-manual-table th {
    height: 58px;
    padding: 0 16px;
    font-size: 15px;
  }
  .product-manual-table td {
    height: 74px;
    padding: 12px 14px;
    line-height: 24px;
  }
  .product-table-detail-inner {
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .product-table-detail.is-open .product-table-detail-inner {
    max-height: 560px;
    padding-top: 26px;
    padding-bottom: 28px;
  }
  .product-detail-title {
    margin-bottom: 16px;
  }
  .product-feature-list {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
  .product-certification {
    margin-top: 24px;
  }
  .product-qrcode-box {
    padding-top: 0;
  }
  .product-qrcode-img {
    width: 150px;
    height: 150px;
  }
  .product-service-entry {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 48px;
  }
  .product-service-card {
    width: 100%;
    height: 132px;
    border-radius: 24px;
    font-size: 22px;
  }
  .about-honor-wall-inner {
    padding: 48px 0 70px;
  }
  .honor-shelf-title {
    font-size: 26px;
    line-height: 38px;
  }
  .honor-shelf + .honor-shelf {
    margin-top: 40px;
  }
  .honor-shelf--research,
  .honor-shelf--patent,
  .honor-shelf--enterprise,
  .honor-shelf--iso {
    padding-left: 20px;
    padding-right: 20px;
  }
  .honor-shelf-heading-row {
    align-items: flex-end;
  }
  .honor-shelf-actions {
    gap: 8px;
  }
  .honor-scroll-btn,
  .honor-scroll-btn img {
    width: 32px;
    height: 32px;
  }
  .honor-shelf-track {
    gap: 24px;
  }
  .honor-cert {
    width: 176px;
    max-height: 190px;
  }
  .honor-cert--wide {
    width: 210px;
  }
  .honor-shelf-ground {
    height: 52px;
  }
  .about-chairman-section {
    padding-left: 20px;
    padding-right: 20px;
    gap: 24px;
  }
  .about-chairman-profile {
    min-height: 360px;
  }
  .about-chairman-img {
    width: 260px;
    bottom: -42px;
  }
  .about-chairman-title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .about-chairman-text {
    font-size: 15px;
    line-height: 29px;
    gap: 20px;
  }
  .about-honor-inner {
    padding: 48px 20px;
    gap: 36px;
  }
  .about-honor-title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .about-honor-list {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .about-honor-item {
    font-size: 18px;
    line-height: 27px;
  }
  .about-place-grid {
    margin-top: 56px;
  }
  .about-timeline-section {
    margin: 0 calc(50% - 50vw);
    padding: 48px 20px 60px;
  }
  .about-timeline-section::before {
    display: none;
  }
  .about-timeline-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 36px;
  }
  .about-timeline-years {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-timeline-year-num,
  .about-timeline-year.active .about-timeline-year-num {
    font-size: 34px;
  }
  .about-timeline-year-desc {
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
  }
  .about-timeline-controls {
    order: 0;
    justify-content: flex-start;
  }
  .about-timeline-events {
    max-height: 360px;
    padding-right: 18px;
  }
  .about-timeline-event-group {
    padding-left: 36px;
  }
  .about-timeline-event {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .about-timeline-event::before {
    left: -36px;
  }
  .about-timeline-date,
  .about-timeline-event-text {
    font-size: 16px;
    line-height: 26px;
  }
  .about-culture-section {
    min-height: 0;
  }
  .about-culture-inner {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    padding: 0 20px;
  }
  .about-culture-card {
    min-height: 260px;
    padding: 44px 20px;
  }
  .about-culture-card + .about-culture-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }
  .about-culture-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
  }
  .about-culture-title {
    font-size: 28px;
    line-height: 38px;
  }
  .about-culture-desc {
    font-size: 16px;
    line-height: 26px;
  }
  .company-intro-section,
  .solution-section,
  .product-section,
  .global-section {
    padding: 48px 0 60px;
  }
  .company-intro-label,
  .company-intro-title,
  .solution-panel-title,
  .global-label,
  .global-title {
    font-size: 24px;
    line-height: 36px;
  }
  .company-stats {
    gap: 24px;
  }
  .stat-number {
    font-size: 36px;
  }
  .company-circle--lg {
    width: 180px;
    height: 180px;
  }
  .company-circle--sm {
    width: 90px;
    height: 90px;
  }
  .solution-section-title {
    font-size: 24px;
  }
  .solution-tab {
    padding: 12px 16px;
    font-size: 14px;
  }
  .product-tabs {
    gap: 20px;
  }
  .product-list-wrap {
    padding-left: 0;
  }
  .product-list {
    gap: 24px;
  }
  .product-card {
    flex-direction: column;
    align-items: stretch;
    width: min(320px, calc(100vw - 40px));
    height: auto;
    flex-basis: min(320px, calc(100vw - 40px));
  }
  .product-card-img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 258;
    margin-left: 0;
  }
  .product-card-info {
    padding: 24px;
  }
}
.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
.group:hover .group-hover\:\[transform\:rotateY\(180deg\)\] {
  transform: rotateY(180deg);
}
.group:focus .group-focus\:\[transform\:rotateY\(180deg\)\] {
  transform: rotateY(180deg);
}
@media not all and (min-width: 1280px) {

  .max-xl\:h-\[320px\] {
    height: 320px;
  }

  .max-xl\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(360px\2c 480px\)\] {
    grid-template-columns: minmax(0,1fr) minmax(360px,480px);
  }

  .max-xl\:gap-x-\[56px\] {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .max-xl\:text-\[132px\] {
    font-size: 132px;
  }
}
@media not all and (min-width: 1024px) {

  .max-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .max-lg\:text-\[96px\] {
    font-size: 96px;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:bottom-7 {
    bottom: 1.75rem;
  }

  .max-md\:left-7 {
    left: 1.75rem;
  }

  .max-md\:mt-12 {
    margin-top: 3rem;
  }

  .max-md\:mt-8 {
    margin-top: 2rem;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-\[260px\] {
    height: 260px;
  }

  .max-md\:text-\[15px\] {
    font-size: 15px;
  }

  .max-md\:text-\[16px\] {
    font-size: 16px;
  }

  .max-md\:text-\[24px\] {
    font-size: 24px;
  }

  .max-md\:text-\[26px\] {
    font-size: 26px;
  }

  .max-md\:leading-\[28px\] {
    line-height: 28px;
  }

  .max-md\:leading-\[32px\] {
    line-height: 32px;
  }

  .max-md\:leading-\[36px\] {
    line-height: 36px;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 左右翻页按钮 */
.tab-scroll-btn {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
    padding: 0;
    transition: 0.2s;
}

.tab-scroll-btn.left {
    left: -4px;
    background-image: url("../images/icon-prev.png");
}

.tab-scroll-btn.left:hover{
    background-image: url("../images/icon-prev-active.png");
}

.tab-scroll-btn.right {
    right: -4px;
    background-image: url("../images/icon-next.png");
}

.tab-scroll-btn.right:hover{
    background-image: url("../images/icon-next-active.png");
}

.section-inner {
    padding: 0 50px;
    /* 给左右SVG按钮预留位置 */
}

.page-tabs-inner {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    /* 拖拽相关 */
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    /* 隐藏滚动条 firefox */
}

.page-tabs-inner:active {
    cursor: grabbing;
}

/* 隐藏滚动条 chrome safari */
.page-tabs-inner::-webkit-scrollbar {
    display: none;
}

.section-inner{
  position: relative;
}

/* 外层容器：最大宽度1500px，居中 */
.world-map-box {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1984 / 960;
    position: relative;
    overflow: hidden;
}
/* 世界底图 铺满容器 */
.map-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 点位容器：基准定位容器，只用来定位图标 */
.map-marker {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}
/* 图标上浮动画 */
.map-marker:hover {
    transform: translate(-50%, -50%) translateY(-6px);
    z-index: 10;
}
/* 定位图标（定位基准，不受标签影响） */
.marker-icon {
    width: 18px;
    height: auto;
    display: block;
    transition: width 0.24s ease;
}
.map-marker:hover .marker-icon {
    width: 21px;
}

/* ====== 标签改为绝对定位，脱离文档流，不影响图标 ====== */
.marker-label {
    position: absolute;
    top: 50%;
    background: #ffffff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 13px;
    white-space: nowrap;
    transition: all 0.24s ease;
    opacity: 0.92;
    pointer-events: none;
}
/* 文字在图标右侧 */
.marker-right .marker-label {
    left: calc(100% + 6px);
    transform: translateY(-50%);
}
/* 文字在图标左侧 */
.marker-left .marker-label {
    right: calc(100% + 6px);
    transform: translateY(-50%);
}
/* 桌面端hover显示 */
.map-marker:hover .marker-label {
    opacity: 1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

.label-red {
    color: #dd2222;
}
.label-blue {
    color: #364e9c;
}

/* ========== 移动端适配（≤768px） ========== */
@media (max-width: 768px) {
    /* 移动端默认隐藏标签，hover失效 */
    .marker-label {
        opacity: 0 !important;
    }
    .map-marker:hover .marker-label {
        opacity: 0 !important;
    }
    /* active 点击激活显示 */
    .map-marker.active .marker-label {
        opacity: 1 !important;
        pointer-events: auto;
        box-shadow: 0 3px 10px rgba(0,0,0,0.18);
    }

    .marker-icon {
        width: 26px;
    }
    .map-marker:hover .marker-icon {
        width: 30px;
    }
    .marker-label {
        font-size: 11px;
        padding: 3px 6px;
    }
}
@media (max-width: 480px) {
    .marker-icon {
        width: 22px;
    }
    .map-marker:hover .marker-icon {
        width: 26px;
    }
    .marker-label {
        font-size: 10px;
        padding: 2px 5px;
    }
}

#panel-chairman .about-chairman-text p{
  text-indent: 2em;
}

.honor-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 0;
    /* PC端全局背景图 */
    background: url("../images/cert-bg.png") no-repeat right bottom;
    background-size: cover;
    background-attachment: fixed;
}
/* 移动端切换背景图 */
@media screen and (max-width: 992px) {
    .honor-container {
        background: url("../images/cert-bg.png") no-repeat center top;
        background-size: cover;
        background-attachment: fixed;
    }
}
/* 头部标题组 */
.honor-header-title-box {
    display: flex;
    gap: 100px;
    margin-bottom: 45px;
}
.honor-title-card {
    position: relative;
    padding: 0 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* 左右麦穗图片 */
.honor-title-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 56px;
    background: url("../images/wheat-left.png") no-repeat center;
    background-size: contain;
}
.honor-title-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 56px;
    background: url("../images/wheat-right.png") no-repeat center;
    background-size: contain;
}
.honor-title-num {
    font-size: 34px;
    color: #26509E;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}
.honor-title-text {
    font-size: 20px;
    color: #666;
    margin-top: 4px;
}
/* PC端左右布局容器 */
.honor-main-wrap {
    display: flex;
    gap: 45px;
    align-items: flex-start;
}
/* 左侧文字列表 */
.honor-text-left {
    width: 320px;
    flex-shrink: 0;
}
.honor-text-left ul {
    list-style: none;
}
.honor-text-left li {
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
    padding-left: 20px;
    position: relative;
    margin-bottom: 14px;
}
/* 三角朝右下角 ▶ */
.honor-text-left li::before {
    content: "▶";
    color: #26509E;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
}
/* 右侧证书区域 */
.honor-cert-right {
    flex: 1;
    padding-top: 40px;
}
/* 证书行：底部对齐 + 整体靠右对齐 */
.honor-cert-row {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    align-items: flex-end;
    justify-content: flex-end;
}
.honor-cert-item {
    flex-shrink: 0;
}
.honor-cert-item img {
    display: block;
    width: 108px;
    height: auto;
}
/* 移动端适配：上下堆叠 */
@media screen and (max-width: 992px) {
    .honor-main-wrap {
        flex-direction: column;
    }
    .honor-text-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .honor-header-title-box {
        gap: 50px;
    }
    /* 移动端证书居中 */
    .honor-cert-row {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px) {
    .honor-header-title-box {
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }
    .honor-cert-row {
        gap: 12px;
    }
    .honor-cert-item img {
        width: 96px;
    }
    .honor-title-num {
        font-size: 28px;
    }
}
@media screen and (max-width: 480px) {
    .honor-container {
        padding: 25px 12px;
    }
    .honor-cert-item img {
        width: 78px;
    }
    .honor-text-left li {
        font-size: 14px;
        line-height: 2;
    }
}