@charset "UTF-8";
/*  */
* {
  margin: 0;
  padding: 0;
  -moz-outline: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 16px !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  appearance: none;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Barlow-m';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype'), url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Barlow-m {
  font-family: "Barlow-m";
}
@font-face {
  font-family: 'Barlow-b';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype'), url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.Barlow-b {
  font-family: "Barlow-b";
}
@font-face {
  font-family: 'Barlow-r';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype'), url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Barlow-r {
  font-family: "Barlow-r";
}
@font-face {
  font-family: 'Sanchez-r';
  src: url('../fonts/Sanchez-Regular.eot');
  src: url('../fonts/Sanchez-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Sanchez-Regular.woff2') format('woff2'), url('../fonts/Sanchez-Regular.woff') format('woff'), url('../fonts/Sanchez-Regular.ttf') format('truetype'), url('../fonts/Sanchez-Regular.svg#Sanchez-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Sanchez-r {
  font-family: "Sanchez-r";
}
/* animated*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
}
@-webkit-keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
}
@keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
}
@keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes h_schedule {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes h_schedule_y {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes h_schedule_y {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes upico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@-webkit-keyframes h-clip {
  0% {
    -webkit-clip-path: circle(0 at 100% 100%);
    clip-path: circle(0 at 100% 100%);
  }
  100% {
    -webkit-clip-path: circle(100% at 100% 75%);
    clip-path: circle(100% at 100% 75%);
  }
}
@keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes h-color-w2 {
  0% {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes tran_boost {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
@-webkit-keyframes h-core-dot {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  40% {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  75% {
    width: 80px;
    height: 80px;
    opacity: 0.4;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0.2;
  }
}
@keyframes h-core-dot {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  40% {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  75% {
    width: 80px;
    height: 80px;
    opacity: 0.4;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0.2;
  }
}
@-webkit-keyframes h_circle {
  from {
    -webkit-clip-path: circle(0% at 69% 62%);
    clip-path: circle(0% at 69% 62%);
  }
  to {
    -webkit-clip-path: circle(105% at 70% 75%);
    clip-path: circle(105% at 70% 75%);
  }
}
@keyframes h_circle {
  from {
    -webkit-clip-path: circle(0% at 69% 62%);
    clip-path: circle(0% at 69% 62%);
  }
  to {
    -webkit-clip-path: circle(105% at 70% 75%);
    clip-path: circle(105% at 70% 75%);
  }
}
@-webkit-keyframes avia_msonry_show {
  0% {
    -webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes avia_msonry_show {
  0% {
    transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: 0.1;
  }
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes today_only {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0px);
  }
}
@keyframes today_only {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0px);
  }
}
@-webkit-keyframes down-icon {
  from {
    -webkit-clip-path: circle(0% at 69% 62%);
    clip-path: circle(0% at 69% 62%);
  }
  to {
    -webkit-clip-path: circle(105% at 70% 75%);
    clip-path: circle(105% at 70% 75%);
  }
}
@keyframes down-icon {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.gsap-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.gsap-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.gsap-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.wow {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video;
}
.h_schedule {
  -webkit-animation-name: h_schedule;
  animation-name: h_schedule;
}
.h_schedule_y {
  -webkit-animation-name: h_schedule_y;
  animation-name: h_schedule_y;
}
.upico {
  -webkit-animation-name: upico;
  animation-name: upico;
}
.h-clip {
  -webkit-animation-name: h-clip;
  animation-name: h-clip;
}
.h-color-w {
  -webkit-animation-name: h-color-w;
  animation-name: h-color-w;
}
.h-color-w2 {
  -webkit-animation-name: h-color-w2;
  animation-name: h-color-w2;
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video;
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line;
}
.h-core-dot {
  -webkit-animation-name: h-core-dot;
  animation-name: h-core-dot;
}
.h_circle {
  -webkit-animation-name: h_circle;
  animation-name: h_circle;
}
.avia_msonry_show {
  -webkit-animation-name: avia_msonry_show;
  animation-name: avia_msonry_show;
}
.down-icon {
  -webkit-animation-name: down-icon;
  animation-name: down-icon;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/* 动画延迟 */
/* 图片放大 */
/* 旋转 */
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/* 侧边条 */
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* 大 => 小 */
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 透明度  1 => 0 */
@keyframes bgfd {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* 默认 空标签 */
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
/* 图片 垂直居中 */
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.none {
  display: none;
}
/* 移动端不兼容 暂不推荐使用 */
.ratio {
  -webkit-aspect-ratio: 1 / 1;
  aspect-ratio: 1 / 1;
}
.center_box {
  position: relative;
  z-index: 5;
}
.m1px {
  margin-bottom: -1px;
}
:root {
  /* 字体 */
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(-2.775rem + 5.5vw), 3rem);
  /* 24px ~ 44px */
  --font44: clamp(1.5rem, calc(-2.5rem + 5vw), 2.725rem);
  /* 24px ~ 42px */
  --font42: clamp(1.5rem, calc(-2.1rem + 4.5vw), 2.625rem);
  /* 24px ~ 40px */
  --font40: clamp(1.5rem, calc(-1.7rem + 4vw), 2.5rem);
  /* 24px ~ 38px */
  --font38: clamp(1.5rem, calc(-1.3rem + 3.5vw), 2.375rem);
  /* 22px ~ 36px */
  --font36: clamp(1.375rem, calc(-1.425rem + 3.5vw), 2.25rem);
  /* 22px ~ 34px */
  --font34: clamp(1.375rem, calc(-1.025rem + 3vw), 2.125rem);
  /* 20px ~ 32px */
  --font32: clamp(1.25rem, calc(-1.15rem + 3vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(-0.75rem + 2.5vw), 1.875rem);
  /* 18px ~ 28px */
  --font28: clamp(1.125rem, calc(-0.875rem + 2.5vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(-0.475rem + 2vw), 1.625rem);
  /* 18px ~ 24px */
  --font24: clamp(1.125rem, calc(-0.075rem + 1.5vw), 1.5rem);
  /* 16px ~ 22px */
  --font22: clamp(1rem, calc(-0.2rem + 1.5vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(-0.063rem + 1.25vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.075rem + 1vw), 1.125rem);
  /* 14px ~ 16px */
  --font16: clamp(0.813rem, calc(0.213rem + 0.75vw), 1rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.35rem + 0.5vw), 0.875rem);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.089rem + 1.12vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(0.054rem + 0.89vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.071rem + 0.89vw), 1rem);
  --border-radius14: clamp(0.313rem, calc(-0.33rem + 1vw), 0.875rem);
  --border-radius12: clamp(0.313rem, calc(-0.188rem + 0.78vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.045rem + 0.56vw), 0.625rem);
}
@media (max-width:768px) {
  :root {
    /* 26px ~ 48px */
    --font48: 24px;
    /* 24px ~ 42px */
    --font42: 22px;
    /* 24px ~ 40px */
    --font40: 20px;
    /* 24px ~ 38px */
    --font38: 20px;
    /* 22px ~ 36px */
    --font36: 19px;
    /* 22px ~ 34px */
    --font34: 19px;
    /* 20px ~ 32px */
    --font32: 18px;
    /* 20px ~ 30px */
    --font30: 18px;
    /* 18px ~ 28px */
    --font28: 17px;
    /* 18px ~ 26px */
    --font26: 16px;
    /* 18px ~ 24px */
    --font24: 16px;
    /* 17px ~ 22px */
    --font22: 16px;
    /* 17px ~ 22px */
    --font20: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
  }
}
/* 字体大小 */
/* 间距 */
/* 点扩散 */
.halo_box {
  width: 100px;
  height: 100px;
  position: relative;
  --color: #FFF;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 60px var(--color) inset;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after,
.halo_box .halo {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.halo_box::before {
  animation: bgfd 6s ease infinite;
}
.halo_box::after {
  animation: bgfd 6s ease infinite 1.5s;
}
.halo_box .halo {
  width: 100%;
  height: 100%;
  position: relative;
}
.halo_box .halo::before {
  animation: bgfd 6s ease infinite 3s;
}
.halo_box .halo::after {
  animation: bgfd 6s ease infinite 4.5s;
  filter: invert();
}
* {
  font-family: 'PingFang SC', 'Source Han Sans CN', 'HarmonyOS Sans', 'Microsoft YaHei';
  color: #041D2C;
}
.PingFang-B {
  font-weight: 600;
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #0099ff;
}
/* Placeholder style */
/* 视频弹窗 */
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --c: #1A1A1A;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.videobox .close::before,
.videobox .close::after {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--c);
  border-radius: 5px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.videobox .close::before {
  width: 2px;
}
.videobox .close::after {
  height: 2px;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #0099ff;
  --c: #FFF;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video,
.videobox .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
.idx_scrollbar {
  width: 20px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  pointer-events: none;
  --number-color: #FFF;
  --line-color: #FFF;
  --h-size: 0;
}
.idx_scrollbar .one {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_scrollbar .one .icon {
  width: 50%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  filter: brightness(0) invert(1);
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .one .number {
  opacity: 1;
}
.idx_scrollbar .line {
  width: 1px;
  height: 160px;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}
.idx_scrollbar .line::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--line-color);
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .line::after {
  content: '';
  width: 100%;
  height: var(--h-size);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: var(--line-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .number {
  font-family: "Barlow-m";
  text-align: center;
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: var(--number-color);
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar.active {
  --number-color: #041d2c;
  --line-color: #041d2c;
}
.idx_scrollbar.active .one .icon {
  filter: none;
}
@media (max-width:990px) {
  .idx_scrollbar {
    display: none;
  }
}
/* 最大 内容盒子 */
main {
  width: 100%;
  height: auto;
  --header-height: 88px;
  --header-top: 88px;
}
@media (max-width:1366px) {
  main {
    --header-height: 70px;
    --header-top: 70px;
  }
}
@media (max-width:990px) {
  main {
    --header-height: 60px;
    --header-top: 60px;
  }
}
/* 头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  /* PC */
  /* Mobile version header */
}
header.hierarchy {
  z-index: 100;
}
header * {
  font-weight: 600;
}
header .header_box {
  width: 100%;
  height: var(--header-height);
  padding: 0 40px;
  position: relative;
  z-index: 1;
  --logo-color: #FFF;
  --color: #FFF;
  --bg-color: rgba(255, 255, 255, 0.1);
  --spacing: clamp(2.125rem, calc(0.925rem + 1.5vw), 2.5rem);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .center_box {
  width: 100%;
  height: 100%;
}
header .header_box .header_main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_box .header_main .logo {
  width: 12%;
  max-width: 223px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .header_main .logo svg {
  width: 100%;
  height: 100%;
}
header .header_box .header_main .logo svg .logo_cn {
  fill: var(--logo-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .logo .logo-black {
  display: none;
}
header .header_box .header_main .nav {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
}
header .header_box .header_main .nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--spacing);
}
header .header_box .header_main .nav ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
header .header_box .header_main .nav ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: clamp(calc(14 / 16 * 1rem), calc((14 / 16 * 1rem) + ((17 - 14) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(17 / 16 * 1rem));
  color: var(--color);
  white-space: nowrap;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: var(--color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li.active a {
  color: #0099ff;
}
header .header_box .header_main .nav ul li.active a::after {
  width: 100%;
  background-color: #0099ff;
}
header .header_box .header_main .nav ul li:hover a {
  color: #0099ff;
}
header .header_box .header_main .column {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .header_main .column .head_button {
  width: clamp(2.25rem, calc(-0.15rem + 3vw), 3rem);
  height: clamp(2.25rem, calc(-0.15rem + 3vw), 3rem);
}
header .header_box .header_main .column .head_button .round {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
header .header_box .header_main .column .head_button .round a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: var(--bg-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .column .head_button .round a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
}
header .header_box .header_main .column .head_button .round a:hover {
  background: #0099ff;
}
header .header_box .header_main .column .head_button.head_search .round a::after {
  -webkit-mask: url('../svg/icon_search.svg') no-repeat center / 41.66% auto;
  mask: url('../svg/icon_search.svg') no-repeat center / 41.66% auto;
}
header .header_box .header_main .column .head_button.head_language .round a::after {
  -webkit-mask: url('../svg/icon_lang.svg') no-repeat center / 41.66% auto;
  mask: url('../svg/icon_lang.svg') no-repeat center / 41.66% auto;
}
header .header_box .header_main .column .head_button.active .round a {
  background-color: #0099ff;
}
header .header_box .header_main .column .head_button.active .round a::after {
  background-color: white !important;
}
header .header_box .header_main .column .head_button:not(:first-child) {
  margin-left: 10px;
}
header .header_box::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
}
@media (max-width:1024px) {
  header .header_box {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header .header_box {
    display: none;
  }
}
header .header_box .nav-ani {
  position: fixed;
  top: var(--header-top);
  left: 0;
  width: 100%;
  background-color: white;
  padding: 60px 0 80px;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  display: none;
}
header .header_box .nav-ani.nav-ani-center .list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_box .nav-ani.nav-ani-center .list .item {
  width: 33.33333%;
}
header .header_box .nav-ani .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 20px 0;
  margin-left: -10px;
  margin-right: -10px;
}
header .header_box .nav-ani .list .item {
  width: 20%;
  padding: 0 10px;
}
header .header_box .nav-ani .list .item.external-link .item-box .iconfont::before {
  content: '';
  width: 100%;
  height: 20px;
  background: url(../images/nav-ani-icon2.png) no-repeat right center;
  background-size: 15px 15px;
}
header .header_box .nav-ani .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px;
  background-color: #f5f7fa;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .nav-ani .list .item .item-box:hover {
  background-color: #eff2f7;
}
header .header_box .nav-ani .list .item .item-box:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
header .header_box .nav-ani .list .item .item-box:hover .title {
  color: #0099ff;
}
header .header_box .nav-ani .list .item .item-box:hover .iconfont {
  color: #0099ff;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
header .header_box .nav-ani .list .item .item-box::after {
  display: none;
}
header .header_box .nav-ani .list .item .item-box .img {
  width: 100px;
  border: 1px solid rgba(4, 29, 44, 0.07);
  border-radius: 16px;
  overflow: hidden;
}
header .header_box .nav-ani .list .item .item-box .img img {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .nav-ani .list .item .item-box .text-box {
  padding: 0 0 0 14px;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .header_box .nav-ani .list .item .item-box .title {
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.4;
  font-weight: bold;
  white-space: initial;
  flex: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .nav-ani .list .item .item-box .iconfont {
  width: 20px;
  height: 100%;
  font-size: 20px;
  color: #041d2c;
  font-weight: bold;
  opacity: 0.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: none;
}
header .header_box .nav-ani .list .item .item-box .iconfont::before {
  content: '';
  width: 100%;
  height: 20px;
  background: url(../images/nav-ani-icon.png) no-repeat right center;
  background-size: 18px 14px;
}
header .header_box .language-con {
  position: absolute;
  top: var(--header-top);
  left: 75%;
  transform: translateX(-50%);
  width: 100px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 8px 0 50px rgba(0, 0, 0, 0.08);
  padding: 24px 0;
  padding-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  margin-top: -14px;
  text-align: center;
  display: none;
}
header .header_box .language-con a {
  font-size: 14px;
  color: #041d2c;
  font-weight: 500;
}
header .mask-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 29, 44, 0.2);
  display: none;
}
header .mask-bg.active {
  display: block;
}
header.active .header_box,
header.white .header_box {
  background: #FFF;
  --color: #041D2C;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
}
header.active .header_box::after,
header.white .header_box::after {
  opacity: 0.1;
}
header.active .header_box .header_main .column .head_button .round a::after,
header.white .header_box .header_main .column .head_button .round a::after {
  background-color: #041D2C;
}
header.active .header_box .header_main .column .head_button .round a:hover::after,
header.white .header_box .header_main .column .head_button .round a:hover::after {
  background-color: white;
}
header.black .header_box,
header.black-forever .header_box {
  --color: #041D2C;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
}
header.black .header_box::after,
header.black-forever .header_box::after {
  display: none;
}
header.active .header_box .header_main .logo .logo-white,
header.black .header_box .header_main .logo .logo-white,
header.black-forever .header_box .header_main .logo .logo-white {
  display: none;
}
header.active .header_box .header_main .logo .logo-black,
header.black .header_box .header_main .logo .logo-black,
header.black-forever .header_box .header_main .logo .logo-black {
  display: block;
}
header.black .header_box .header_main .column .head_button .round a::after,
header.black-forever .header_box .header_main .column .head_button .round a::after {
  background-color: #041D2C;
}
header.black .header_box .header_main .column .head_button .round a:hover::after,
header.black-forever .header_box .header_main .column .head_button .round a:hover::after {
  background-color: white;
}
header.black .header_box::after,
header.black-forever .header_box::after {
  display: block;
  opacity: 0.1;
  background-color: #0099ff;
}
header.header-bg .header_box {
  background: #FFF;
}
header.max-height .header_box {
  height: 70px;
}
header.max-height .header_box .nav-ani {
  top: 70px;
}
header.max-height .search-popup {
  top: 70px;
}
header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
}
header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
header .m_header_box .header_title .logo {
  width: 50%;
  max-width: 223px;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .m_header_box .header_title .logo svg {
  width: 100%;
  height: 100%;
}
header .m_header_box .header_title .column {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .m_header_box .header_title .column .menu_btn {
  width: 24px;
  height: 30px;
  overflow: hidden;
}
header .m_header_box .header_title .column .menu_btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .m_header_box .header_title .column .menu_btn .icon::after,
header .m_header_box .header_title .column .menu_btn .icon::before,
header .m_header_box .header_title .column .menu_btn .icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: #0099ff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
  transform-origin: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .menu_btn .icon::before {
  content: '';
  margin-top: -8px;
}
header .m_header_box .header_title .column .menu_btn .icon::after {
  content: '';
  margin-top: 6px;
}
header .m_header_box .header_title .column .menu_btn.active .icon i {
  opacity: 0;
}
header .m_header_box .header_title .column .menu_btn.active .icon::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .menu_btn.active .icon::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
  overflow: hidden;
}
header .m_header_box .header_title .column .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
header .m_header_box .header_title .column .head_btn .link span {
  opacity: 0.6;
}
header .m_header_box .header_title .column .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .head_btn .link a:hover {
  opacity: 1;
}
header .m_header_box .header_title .column .head_btn:hover .icon {
  filter: invert(1);
}
header .m_header_box .header_title .column .head_btn:hover .link {
  color: #000;
}
header .m_header_box .header_title .column .head_btn:hover .link a,
header .m_header_box .header_title .column .head_btn:hover .link span {
  color: #000;
}
header .m_header_box .header_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.1;
}
header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #FFF;
  display: none;
  overflow: hidden;
}
header .m_header_box .header_body .menu_info {
  width: 100%;
  /*height: 100%;*/
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  flex: 1;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
header .m_header_box .header_body .menu_nav ul {
  width: 100%;
  height: auto;
}
header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  --oneA: #000;
}
header .m_header_box .header_body .menu_nav ul li .one a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one a .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .one a .icon i {
  font-size: 12px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one.active a {
  --oneA: #0099ff;
}
header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon {
  --color: #0099ff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
header .m_header_box .header_body .menu_nav ul li .one + ul {
  padding: 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .two {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .two a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
  --towA: #000;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon {
  width: 20px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --color: var(--towA);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon i {
  font-size: 10px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two.active a {
  --towA: #0099ff;
}
header .m_header_box .header_body .menu_nav ul li .two + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a {
  padding: 0 0 0 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: var(--threeA);
  --threeA: #999;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .three {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .three a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  --threeA: #757575;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon {
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three.active a {
  --threeA: #0099ff;
}
header .m_header_box .header_body .menu_nav ul li .three + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li > a {
  padding: 0 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li ul {
  display: none;
}
header .m_header_box .header_body .menu_nav ul li li {
  border: 0;
}
header .m_header_box .header_body .menu_nav ul li > a {
  font-size: 12px;
  color: #999;
}
header .m_header_box .header_body .menu_nav ul li > a.active {
  color: #0099ff;
}
header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 44px;
  background: #F8F8F8;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
header .m_header_box .header_body .menu_form .center form button {
  width: 50px;
  padding: 0;
}
header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
  color: #FFF;
}
header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  color: #282f36;
}
header .m_header_box .header_body .menu_lang .one a.active {
  background: #0099ff;
  color: #fff;
}
@media (max-width:990px) {
  header .m_header_box {
    display: block;
  }
}
header .m_header_nbsp {
  width: 100%;
  height: var(--header-height);
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  header .m_header_nbsp {
    display: block;
  }
}
/* 导航高度 占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
}
.search-popup {
  position: fixed;
  top: var(--header-top);
  left: 0;
  width: 100%;
  background-color: white;
  padding: 60px 0 80px;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  display: none;
}
.search-popup .w1200 {
  position: relative;
}
.search-popup .search_close {
  width: 60px;
  height: 60px;
  background-color: #0099ff;
  border-radius: 50%;
  position: absolute;
  right: -80px;
  top: 0;
  color: white;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.search-popup .searchform {
  position: relative;
  width: 100%;
}
.search-popup .searchform .input {
  font-size: var(--font16);
  color: #a1acb2;
  font-weight: 500;
}
.search-popup .searchform .input::-webkit-input-placeholder {
  color: #a1acb2;
}
.search-popup .searchform .input:-moz-placeholder {
  color: #a1acb2;
}
.search-popup .searchform .input::-moz-placeholder {
  color: #a1acb2;
}
.search-popup .searchform .input:-ms-input-placeholder {
  color: #a1acb2;
}
.search-popup .recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 14px;
  color: #a1acb2;
  line-height: 1.4;
  padding-left: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.search-popup .recommend_list * {
  color: #a1acb2;
  font-weight: 500;
}
.search-popup .recommend_list dd {
  position: relative;
  padding-right: 19px;
  margin-right: 17px;
}
.search-popup .recommend_list dd::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #a1acb2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-popup .recommend_list dd:last-child {
  padding: 0;
  margin: 0;
}
.search-popup .recommend_list dd:last-child::before {
  display: none;
}
@media (max-width:1366px) {
  .search-popup .search_close {
    display: none;
  }
}
.search-box {
  padding-bottom: 50px;
}
.search-box .container {
  width: 1375px;
  margin: auto;
}
@media (max-width:1440px) {
  .search-box .container {
    width: auto;
    margin: auto;
    padding: 0 40px;
  }
}
@media (max-width:1024px) {
  .search-box .container {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .search-box .container {
    padding: 0 20px;
  }
}
.search-box .up {
  padding: 170px 0 77px;
}
@media (max-width:990px) {
  .search-box .up {
    padding: 50px 0;
  }
}
.search-box .searchform {
  width: 100%;
}
.search-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 50px;
}
.search-box .title-box .title {
  font-size: var(--font18);
  color: #041d2c;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-bottom: 24px;
  cursor: pointer;
}
.search-box .title-box .title.active::before {
  width: 100%;
}
.search-box .title-box .title::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #0099ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-box .line {
  width: 100%;
  height: 1px;
  background-color: #00a2e0;
  opacity: 0.1;
  margin-top: -1px;
}
.search-box .text-body {
  font-size: var(--font18);
  color: #041d2c;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 25px;
}
.search-box .text-body em {
  color: #0099ff;
  font-family: "Barlow-m";
  font-weight: bold;
  font-style: inherit;
}
/* 客服挂件 */
@keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.TopBtn {
  -webkit-animation-name: TopBtn;
  animation-name: TopBtn;
}
.kefu_box {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 200px;
  right: 40px;
  z-index: 19;
  /*transform: translateY(-25%);*/
}
.kefu_box .item {
  width: 48px;
  height: 48px;
  background-color: rgba(4, 29, 44, 0.2);
  margin-top: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.kefu_box .item .images {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.kefu_box .item .images .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.kefu_box .item .images .img img {
  max-width: 18px;
}
.kefu_box .item .info {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  /*transform: translateX(25%);*/
  background: #0099ff;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  border-radius: 99px;
}
.kefu_box .item .info a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 24px;
  font-size: var(--font17);
  color: #fff;
  font-weight: 500;
}
.kefu_box .item .info img {
  max-width: 18px;
  margin-right: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.kefu_box .item .info em {
  font-family: "Barlow-m";
  font-weight: 500;
  font-style: inherit;
  color: white;
}
.kefu_box .item#backToTopBtn {
  background-color: white;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.08);
}
.kefu_box .item#backToTopBtn .images img {
  position: relative;
  animation: TopBtn 1.5s ease-out infinite;
  -webkit-animation: TopBtn 1.5s ease-out infinite;
}
.kefu_box .item#backToTopBtn:hover .images .img {
  opacity: 1;
}
.kefu_box .item:hover .images .img {
  opacity: 0;
}
.kefu_box .item:hover .info {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width:1024px) {
  .kefu_box .item {
    width: 48px;
    height: 48px;
  }
  .kefu_box .item .info a {
    padding: 8px 48px 8px 10px;
  }
}
@media (max-width:1024px) {
  .kefu_box {
    display: none;
  }
}
/* 公共样式 */
#idxSwiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide .idxOffset {
  --set-top: 100px;
  --set-left: -60px;
  --set-right: 60px;
  --opacity: 0;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide.active .idxOffset {
  --set-top: 0;
  --set-left: 0;
  --set-right: 0;
  --opacity: 1;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide.index-auto {
  overflow: visible;
}
@media (max-width:990px) {
  #idxSwiper {
    height: auto;
    overflow: visible;
  }
  #idxSwiper > div.swiper-wrapper {
    height: auto;
    display: block;
  }
  #idxSwiper > div.swiper-wrapper > div.swiper-slide {
    max-height: none;
  }
  #idxSwiper > div.swiper-wrapper > div.swiper-slide .idxOffset {
    --set-top: 0;
    --set-left: 0;
    --set-right: 0;
    --opacity: 1;
  }
}
.ani {
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 标题 */
.idx_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_title .classify {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  color: #0099ff;
}
.idx_title .title {
  font-weight: 700;
  font-size: var(--font40);
}
.idx_title .details {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  font-size: var(--font18);
  color: #617480;
  white-space: break-spaces;
}
@media (max-width:990px) {
  .idx_title .title {
    font-size: var(--font44);
    line-height: 1.4;
  }
  .idx_title .details {
    white-space: normal;
  }
}
/* 按钮 */
.idx_more {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_more a {
  width: auto;
  min-width: clamp(7.5rem, calc(1.5rem + 7.5vw), 9.375rem);
  height: clamp(2.5rem, calc(0.5rem + 2.5vw), 3.125rem);
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 15px;
  border-radius: var(--border-radius10);
  background: #EDEEF2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  --text-color: #617480;
  --bg-color: #0099ff;
  overflow: hidden;
}
.idx_more a::before,
.idx_more a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
  background: #0099ff;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  opacity: 0.5;
}
.idx_more a::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
  opacity: 1;
}
.idx_more a .word,
.idx_more a .icon {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_more a .word {
  font-size: var(--font14);
  color: var(--text-color);
}
.idx_more a .icon {
  width: clamp(0.938rem, calc(0.137rem + 1vw), 1.188rem);
  height: clamp(0.938rem, calc(0.137rem + 1vw), 1.188rem);
  background: var(--bg-color);
  -webkit-mask: url('../svg/icon_more.svg') no-repeat center / cover;
  mask: url('../svg/icon_more.svg') no-repeat center / cover;
}
.idx_more a .icon.active {
  -webkit-mask-image: url('../svg/icon_video.svg');
  mask-image: url('../svg/icon_video.svg');
}
.idx_more a:hover {
  --text-color: #0099ff;
}
/* 公共样式 - 结束 */
/* 首页 Banner */
.idx_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_banner .banner_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content {
  width: 100%;
  height: auto;
  padding: 0 40px 25vh;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content .subtitle,
.idx_banner .banner_box .swiper-slide .content .title,
.idx_banner .banner_box .swiper-slide .content .details {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content .subtitle .word,
.idx_banner .banner_box .swiper-slide .content .title .word,
.idx_banner .banner_box .swiper-slide .content .details .word {
  width: 100%;
  height: auto;
  color: #FFF;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.idx_banner .banner_box .swiper-slide .content .subtitle .word {
  font-family: "Sanchez-r";
  font-size: var(--font22);
  filter: opacity(0.5);
}
.idx_banner .banner_box .swiper-slide .content .title {
  margin: 20px 0 0;
}
.idx_banner .banner_box .swiper-slide .content .title .word {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem));
}
.idx_banner .banner_box .swiper-slide .content .details {
  margin: 24px 0 0;
}
.idx_banner .banner_box .swiper-slide .content .details .word {
  font-weight: 300;
  font-size: var(--font24);
  color: #FFF;
  filter: opacity(0.5);
}
.idx_banner .banner_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s linear 2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.idx_banner .banner_box .swiper-slide.active,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active {
  z-index: 2;
  pointer-events: initial;
}
.idx_banner .banner_box .swiper-slide.active .content .subtitle .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .subtitle .word,
.idx_banner .banner_box .swiper-slide.active .content .title .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .title .word,
.idx_banner .banner_box .swiper-slide.active .content .details .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .details .word {
  opacity: 1;
  transform: translateY(0);
}
.idx_banner .banner_box .swiper-slide.active .content .title .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .title .word {
  transition-delay: 0.15s;
}
.idx_banner .banner_box .swiper-slide.active .content .details .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .details .word {
  transition-delay: 0.3s;
}
.idx_banner .banner_box .swiper-slide.active .images img,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .images img {
  transition: 6s linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.idx_banner .banner_pager {
  width: 100%;
  height: auto;
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: clamp(1.875rem, calc(-2.125rem + 5vw), 3.125rem);
  z-index: 5;
}
.idx_banner .banner_pager .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 20px;
}
.idx_banner .banner_pager .pager .item {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  border: 0;
  opacity: 1;
}
.idx_banner .banner_pager .pager .item .title {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
  font-weight: 300;
  font-size: var(--font14);
  color: #FFF;
  opacity: 0.3;
}
.idx_banner .banner_pager .pager .item .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
.idx_banner .banner_pager .pager .item .line::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_banner .banner_pager .pager .active .title {
  opacity: 1;
}
.idx_banner .banner_pager .pager .active .line::after {
  animation: lines 5s linear;
}
@media (max-width:1366px) {
  .idx_banner .banner_pager .pager .item .line {
    height: 1px;
  }
}
@media (max-width:1024px) {
  .idx_banner .banner_box .swiper-slide .content {
    padding: 0 30px 25vh;
  }
  .idx_banner .banner_pager {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .idx_banner {
    height: auto;
    margin: var(--header-height) 0 0;
  }
  .idx_banner .banner_box .swiper-slide .content {
    height: 100%;
    top: 0;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .idx_banner .banner_pager {
    padding: 0 20px;
  }
  .idx_banner .banner_pager .pager {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-gap: 0 10px;
  }
  .idx_banner .banner_pager .pager span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
  }
  .idx_banner .banner_pager .pager span.active {
    opacity: 1;
  }
}
@media (max-width:768px) {
  .idx_banner .banner_box .swiper-slide {
    height: auto;
  }
}
@keyframes lines {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 优势 */
.idx_good {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_good .good_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_good .good_box .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_good .good_box .swiper_box .swiper-slide {
  pointer-events: inherit;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_good .good_box .swiper_box .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.idx_good .good_box .swiper_box .swiper-slide .content .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font42);
  color: #FFF;
}
.idx_good .good_box .swiper_box .swiper-slide .content .details {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  font-weight: 300;
  font-size: var(--font20);
  color: #FFF;
}
.idx_good .good_box .swiper_box .swiper-slide .content .info {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 1em;
  font-size: var(--font20);
}
.idx_good .good_box .swiper_box .swiper-slide .content .info .one {
  width: var(--size);
  height: var(--size);
  border-radius: var(--border-radius10);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  --size: clamp(5rem, calc(-1rem + 7.5vw), 6.875rem);
}
.idx_good .good_box .swiper_box .swiper-slide .content .info .one .img {
  width: 1em;
  height: auto;
  font-size: var(--font30);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.idx_good .good_box .swiper_box .swiper-slide .content .info .one .word {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  font-weight: 300;
  font-size: var(--font14);
  color: #FFF;
}
.idx_good .good_box .swiper_box .swiper-slide .content .idx_more {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.idx_good .good_box .swiper_box .swiper-slide .content .idx_more .more a {
  background: rgba(255, 255, 255, 0.2);
  --text-color: #FFF;
  --bg-color: #FFF;
}
.idx_good .good_box .swiper_box .swiper-slide .content .idx_more .more a:hover {
  --text-color: #0099ff;
  --bg-color: #0099ff;
}
.idx_good .good_box .swiper_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_good .good_box .swiper_box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_good .good_box .swiper_box .swiper-slide.active {
  z-index: 5;
}
.idx_good .good_box .swiper_box .swiper-slide.active * {
  pointer-events: initial;
}
.idx_good .sidebar_pager {
  width: auto;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_good .sidebar_pager .pager_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  font-size: var(--font20);
  padding-left: 1em;
  transform: translateX(var(--set-left));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.idx_good .sidebar_pager .pager_box .menu {
  width: auto;
  position: relative;
  z-index: 1;
}
.idx_good .sidebar_pager .pager_box .menu .item {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 20px;
  font-weight: 300;
  font-size: var(--font18);
  color: #FFF;
  line-height: 1.4;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_good .sidebar_pager .pager_box .menu .item:first-child {
  margin: 0;
}
.idx_good .sidebar_pager .pager_box .menu .item.active {
  opacity: 1;
}
.idx_good .sidebar_pager .pager_box .scrollbar {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  --top: 0;
}
.idx_good .sidebar_pager .pager_box .scrollbar .active {
  width: 100%;
  height: 1.4em;
  position: absolute;
  left: 0;
  top: var(--top);
  font-size: var(--font18);
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_good .sidebar_pager .pager_box .pager {
  display: none;
}
@media (max-width:1366px) {
  .idx_good .good_box .swiper_box .swiper-slide .content .info .one {
    border-width: 1px;
  }
}
@media (max-width:990px) {
  .idx_good {
    height: 70vh;
  }
  .idx_good .good_box .swiper_box .swiper-slide .content .title {
    font-size: var(--font44);
  }
  .idx_good .good_box .swiper_box .swiper-slide .content .info {
    grid-gap: 5px;
  }
  .idx_good .sidebar_pager {
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    bottom: 20px;
    display: block;
  }
  .idx_good .sidebar_pager .pager_box {
    padding: 0 20px;
  }
  .idx_good .sidebar_pager .pager_box .menu,
  .idx_good .sidebar_pager .pager_box .scrollbar {
    display: none;
  }
  .idx_good .sidebar_pager .pager_box .pager {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-gap: 0 10px;
  }
  .idx_good .sidebar_pager .pager_box .pager span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
  }
  .idx_good .sidebar_pager .pager_box .pager span.active {
    opacity: 1;
  }
}
/* 产品 */
.idx_product {
  width: 100%;
  height: 100vh;
  padding: var(--header-height) 0 0;
  background: #f5f7fa;
  overflow: hidden;
}
.idx_product .center_box {
  height: 100%;
}
.idx_product .product_box {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.idx_product .product_box .idx_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.idx_product .product_box .product_main {
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  flex: 1;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 1em;
  grid-auto-flow: column;
  font-size: var(--font20);
  overflow: hidden;
}
.idx_product .product_box .product_main .item {
  width: 100%;
  height: auto;
  background: #FFF;
  border-radius: var(--border-radius20);
  border: 1px solid #E9EAEC;
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.idx_product .product_box .product_main .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.idx_product .product_box .product_main .item a .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 1em;
  font-size: var(--font30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_product .product_box .product_main .item a .info .title_box {
  width: 100%;
  height: auto;
}
.idx_product .product_box .product_main .item a .info .title_box .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font20);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .item a .info .title_box .subtitle {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  font-weight: 300;
  font-size: var(--font18);
  color: #617480;
}
.idx_product .product_box .product_main .item a .info .more {
  width: 100%;
  height: auto;
  transform: translateX(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 15px;
  --color: #0099ff;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .item a .info .more .word {
  font-size: var(--font14);
  color: var(--color);
}
.idx_product .product_box .product_main .item a .info .more .icon {
  width: 19px;
  height: 19px;
  background: var(--color);
  -webkit-mask: url('../svg/icon_more.svg') no-repeat center;
  mask: url('../svg/icon_more.svg') no-repeat center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .item a .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  font-size: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.idx_product .product_box .product_main .item a .img .pb {
  padding-bottom: 39.6%;
}
.idx_product .product_box .product_main .item a .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.idx_product .product_box .product_main .item a .img img {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .item a::after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#F7F9FA, #FFF);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .item a:hover::after {
  background: linear-gradient(#FFF, #F7F9FA);
}
.idx_product .product_box .product_main .item a:hover .info .title_box .title {
  color: #0099ff;
}
.idx_product .product_box .product_main .item a:hover .info .more {
  transform: translateX(0);
  opacity: 1;
}
.idx_product .product_box .product_main .item a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.idx_product .product_box .product_main .item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.idx_product .product_box .product_main .item:first-child .img .pb {
  padding-bottom: 40.4%;
}
.idx_product .product_box .product_main .item:last-child {
  grid-row: span 2;
}
.idx_product .product_box .product_main .item:last-child .img .pb {
  padding-bottom: 83%;
}
@media (max-height:760px) {
  .idx_product .product_box .product_main .item:first-child .img .pb {
    padding-bottom: 30.4%;
  }
  .idx_product .product_box .product_main .item:last-child .img .pb {
    padding-bottom: 64%;
  }
  .idx_product .product_box .product_main .item a .img .pb {
    padding-bottom: 29.6%;
  }
}
@media (max-width:768px) {
  .idx_product {
    height: auto;
    padding: 0;
  }
  .idx_product .product_box {
    padding: 60px 0;
  }
  .idx_product .product_box .product_main {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
  }
  .idx_product .product_box .product_main .item a .info .more {
    transform: translateX(0);
    opacity: 1;
  }
  .idx_product .product_box .product_main .item:first-child {
    grid-column: span 2;
    grid-row: auto;
  }
  .idx_product .product_box .product_main .item:last-child {
    grid-row: auto;
  }
  .idx_product .product_box .product_main .item a .info .title_box .title {
    font-size: 18px;
  }
}
@media (max-width:480px) {
  .idx_product .product_box .product_main {
    grid-template-columns: 100%;
  }
  .idx_product .product_box .product_main .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .idx_product .product_box .product_main .item a .img {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .idx_product .product_box .product_main .item a .img .pb {
    padding-bottom: 100%;
  }
  .idx_product .product_box .product_main .item a .img img {
    max-width: 77%;
    max-height: 77%;
  }
  .idx_product .product_box .product_main .item:first-child {
    grid-column: span 1;
  }
  .idx_product .product_box .product_main .item:first-child a .img .pb {
    padding-bottom: 100%;
  }
  .idx_product .product_box .product_main .item:last-child .img .pb {
    padding-bottom: 100%;
  }
}
/* 关于 */
.idx_about {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_about .about_box {
  width: 100%;
  height: 100%;
  padding-top: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_about .about_box .about_main {
  width: 45%;
  height: auto;
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.idx_about .about_box .about_main .about_number {
  width: 100%;
  height: auto;
  margin: clamp(1.875rem, calc(-4.125rem + 7.5vw), 3.75rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_about .about_box .about_main .about_number .item {
  width: auto;
  height: auto;
}
.idx_about .about_box .about_main .about_number .item .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.idx_about .about_box .about_main .about_number .item .number .beat {
  font-family: "Barlow-m";
  font-size: clamp(1.875rem, calc(-2.125rem + 5vw), 3.125rem);
  color: #617480;
  line-height: 1;
}
.idx_about .about_box .about_main .about_number .item .number .unit {
  margin-left: 5px;
  font-size: var(--font16);
  color: #617480;
  line-height: 1;
}
.idx_about .about_box .about_main .about_number .item .title {
  width: 100%;
  height: auto;
  margin: 0.5em 0 0;
  font-size: var(--font16);
  color: #617480;
}
.idx_about .about_box .about_main .about_more {
  width: 100%;
  height: auto;
  margin: clamp(2.5rem, calc(-3.5rem + 7.5vw), 4.375rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_about .about_box .about_main .about_more .idx_more {
  margin-left: 10px;
}
.idx_about .about_box .about_main .about_more .idx_more a {
  background: rgba(4, 29, 44, 0.04);
}
.idx_about .about_box .about_main .about_more .idx_more:first-child {
  margin: 0;
}
.idx_about .about_box .about_img {
  width: min(45.833%, 75vh);
  height: auto;
  position: relative;
  z-index: 1;
  transform: translateX(var(--set-right));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_about .about_box .about_img .images {
  cursor: pointer;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
}
.idx_about .about_box .about_img .images .idx_more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
.idx_about .about_box .about_img .images .btn_box {
  cursor: pointer;
  width: 86px;
  height: 86px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(0, 153, 255, 0.4);
}
.idx_about .about_box .about_img .images .btn_box::before,
.idx_about .about_box .about_img .images .btn_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px dashed #0099ff;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: icon-video 3s ease-out;
  animation: icon-video 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.idx_about .about_box .about_img .images .btn_box::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.idx_about .about_box .about_img .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_about .about_box .about_img::before {
  content: '';
  width: clamp(10.5rem, calc(-6.3rem + 21vw), 15.75rem);
  height: clamp(10.5rem, calc(-6.3rem + 21vw), 15.75rem);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(-55%, -60%);
  border-radius: 50%;
  background: #0099ff;
}
.idx_about .about_box .about_img::after {
  content: '';
  width: clamp(3.75rem, calc(-2.25rem + 7.5vw), 5.625rem);
  height: clamp(3.75rem, calc(-2.25rem + 7.5vw), 5.625rem);
  position: absolute;
  left: 22%;
  bottom: 0;
  z-index: 1;
  transform: translate(0, 90%);
  border-radius: 50%;
  background: rgba(4, 29, 44, 0.3);
}
.idx_about::after {
  content: '';
  width: 86.5625%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: url('../images/about_line.png') no-repeat center / cover;
  opacity: 0.07;
}
@media (max-width:990px) {
  .idx_about {
    height: auto;
  }
  .idx_about .about_box {
    height: auto;
    padding: 60px 0;
    display: block;
  }
  .idx_about .about_box .about_main {
    width: 100%;
  }
  .idx_about .about_box .about_img {
    width: 85%;
    margin: 40px auto 0;
  }
}
@media (max-width:480px) {
  .idx_about .about_box .about_main .about_number {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
/* 新闻 */
.idx_news {
  width: 100%;
  height: 100vh;
  padding: var(--header-height) 0 0;
  background: url('../images/news_bg.jpg') no-repeat center / cover;
  overflow: hidden;
}
.idx_news .center_box {
  height: 100%;
}
.idx_news .news_box {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_news .news_box .news_center {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.idx_news .news_box .news_center .idx_title {
  width: 20%;
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.idx_news .news_box .news_center .news_main {
  width: 74%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: translateX(var(--set-right));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.idx_news .news_box .news_center .news_main .swiper_box {
  width: 42.59259259%;
  height: auto;
  overflow: hidden;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide.active {
  z-index: 5;
  pointer-events: initial;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius10) var(--border-radius10) 0 0;
  background: #FFF;
  overflow: hidden;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .img .pb {
  padding-bottom: 66.52173913%;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .info {
  width: 100%;
  height: auto;
  padding: 1em;
  font-size: var(--font30);
  border-radius: 0 0 var(--border-radius10) var(--border-radius10);
  border: 1px solid #E5E8EB;
  border-top: 0;
  background: #FFF;
  overflow: hidden;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .info .time {
  font-family: "Barlow-r";
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #041D2C;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .info .title {
  width: 100%;
  height: calc(3em * 1.4);
  font-size: var(--font20);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .info .more {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 15px;
  --color: #041D2C;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .info .more .word {
  font-size: var(--font14);
  color: var(--color);
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide .info .more .icon {
  width: 19px;
  height: 19px;
  background: var(--color);
  -webkit-mask: url('../svg/icon_more.svg') no-repeat center;
  mask: url('../svg/icon_more.svg') no-repeat center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide:hover .info .time,
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide:hover .info .title {
  color: #0099ff;
}
.idx_news .news_box .news_center .news_main .swiper_box .swiper-slide:hover .info .more {
  --color: #0099ff;
}
.idx_news .news_box .news_center .news_main .content {
  width: 51.85185185%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.idx_news .news_box .news_center .news_main .content .menu {
  width: 100%;
  height: auto;
  flex: 1;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 1em;
  font-size: var(--font20);
}
.idx_news .news_box .news_center .news_main .content .menu .item {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
  font-size: var(--font20);
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  --title-color: #A1ACB2;
  --after-opacity: 0.1;
}
.idx_news .news_box .news_center .news_main .content .menu .item .time {
  font-family: "Barlow-r";
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #041D2C;
}
.idx_news .news_box .news_center .news_main .content .menu .item .title {
  width: 100%;
  height: auto;
  margin: clamp(0.313rem, calc(-0.688rem + 1.25vw), 0.625rem) 0 0;
  font-size: var(--font20);
  color: #041D2C;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_news .news_box .news_center .news_main .content .menu .item::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #041D2C;
  opacity: var(--after-opacity);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_news .news_box .news_center .news_main .content .menu .item:hover {
  --title-color: #041D2C;
  --after-opacity: 1;
}
.idx_news .news_box .news_center .news_main .content .menu .item:hover .title {
  font-size: var(--font22);
}
.idx_news .news_box .news_center .news_main .content .idx_more {
  width: 100%;
  margin: clamp(1.25rem, calc(-0.75rem + 2.5vw), 1.875rem) 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width:1366px) {
  .idx_news .news_box {
    display: block;
  }
  .idx_news .news_box .news_center {
    display: block;
  }
  .idx_news .news_box .news_center .idx_title {
    width: 100%;
  }
  .idx_news .news_box .news_center .news_main {
    width: 100%;
    margin: 30px 0 0;
  }
  .idx_news .news_box .news_center .news_main .swiper_box {
    width: 30%;
  }
  .idx_news .news_box .news_center .news_main .content {
    width: 65%;
  }
  .idx_news .news_box .news_center .news_main .content .menu {
    flex: auto;
  }
}
@media (max-width:990px) {
  .idx_news {
    height: auto;
    padding: 0;
  }
  .idx_news .news_box {
    padding: 60px 0;
  }
  .idx_news .news_box .news_center .news_main {
    display: block;
  }
  .idx_news .news_box .news_center .news_main .swiper_box {
    width: 100%;
  }
  .idx_news .news_box .news_center .news_main .content {
    width: 100%;
    margin: 20px 0 0;
  }
  .idx_news .news_box .news_center .news_main .content .menu {
    display: none;
  }
}
@media (max-width:768px) {
  .idx_news .center_box {
    padding-right: 0;
  }
}
/* 底部 */
footer {
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 20;
}
@media (max-width:1024px) {
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:1024px) {
  footer {
    z-index: 9;
  }
}
footer .footer_box {
  width: 100%;
  height: auto;
}
footer .footer_box .footer_top {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .footer_box .footer_top .contact_info {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 15px 30px;
  overflow: hidden;
}
footer .footer_box .footer_top .contact_info .one {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .footer_box .footer_top .contact_info .one .icon {
  height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font14);
}
footer .footer_box .footer_top .contact_info .one .icon svg {
  width: 100%;
  height: 100%;
}
footer .footer_box .footer_top .contact_info .one .word {
  width: 100%;
  height: auto;
  flex: 1;
  padding-left: 10px;
  font-size: var(--font14);
  color: #A1ACB2;
  line-height: 1;
}
footer .footer_box .footer_top .contact_info .one.one_phone .icon {
  font-size: var(--font20);
}
footer .footer_box .footer_top .contact_info .one.one_phone .icon svg path {
  fill: #0099ff;
}
footer .footer_box .footer_top .contact_info .one.one_phone .word {
  font-family: "Barlow-r";
  font-size: var(--font20);
  color: #0099ff;
}
footer .footer_box .footer_top .contact_info .one.one_address .icon svg path {
  fill: #A1ACB2;
}
footer .footer_box .footer_top .socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: clamp(0px, 0vw, 0px) clamp(5px, 0.52083333vw, 10px);
}
footer .footer_box .footer_top .socials-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 34px;
  height: 34px;
}
footer .footer_box .footer_top .socials-wrap a:last-child .socials-img {
  left: auto;
  right: 0;
}
footer .footer_box .footer_top .socials-wrap a:last-child .socials-img::before {
  left: auto;
  right: 6px;
  margin: 0;
}
footer .footer_box .footer_top .socials-wrap a .iconfont {
  color: #617480;
  opacity: 0.5;
  font-size: var(--font20);
}
footer .footer_box .footer_top .socials-wrap a .socials-img {
  position: absolute;
  bottom: 40px;
  left: -37.5px;
  width: 107px;
  height: 107px;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: opacity;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
footer .footer_box .footer_top .socials-wrap a .socials-img img {
  width: 100%;
  height: 100%;
}
footer .footer_box .footer_top .socials-wrap a .socials-img:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #0099ff transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
footer .footer_box .footer_top .socials-wrap a .socials-img::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #0099ff;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer_box .footer_top .socials-wrap a:hover .socials-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-filter: alpha(opacity=100);
}
footer .footer_box .footer_bottom {
  width: 100%;
  height: auto;
  border-top: 1px solid #EDEFF0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
footer .footer_box .footer_bottom .copy {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: var(--font14);
  color: #A1ACB2;
  overflow: hidden;
}
footer .footer_box .footer_bottom .copy a {
  font-size: var(--font14);
  color: #A1ACB2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_bottom .copy a:hover {
  color: #0099ff;
}
footer .footer_box .footer_bottom .links {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: var(--font14);
  color: #A1ACB2;
  overflow: hidden;
}
footer .footer_box .footer_bottom .links * {
  font-size: var(--font14);
  color: #A1ACB2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_bottom .links *:not(:last-child) {
  position: relative;
  z-index: 1;
  padding-right: 2em;
}
footer .footer_box .footer_bottom .links *:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 0.7em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: #A1ACB2;
}
footer .footer_box .footer_bottom .links a:hover {
  color: #0099ff;
}
@media (max-width:768px) {
  footer .footer_box .footer_top {
    padding: 20px 0 10px;
    display: block;
  }
  footer .footer_box .footer_top .contact_info {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-gap: 10px;
  }
  footer .footer_box .footer_top .contact_info .one .icon {
    max-width: 14px;
  }
  footer .footer_box .footer_top .contact_info .one .word {
    flex: none;
    width: auto;
  }
  footer .footer_box .footer_top .socials-wrap {
    display: none;
  }
  footer .footer_box .footer_bottom {
    display: block;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0 20px;
  }
  footer .footer_box .footer_bottom .copy {
    width: 100%;
  }
  footer .footer_box .footer_bottom .links {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
footer.footer-l {
  border-top: 1px solid #EDEFF0;
}
@-webkit-keyframes ink {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
}
@keyframes ink {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
}
.ink {
  -webkit-animation-name: ink;
  animation-name: ink;
}
@-webkit-keyframes bgScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bgScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bgScale {
  -webkit-animation-name: bgScale;
  animation-name: bgScale;
}
.pop-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.pop .pop-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 87.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pop .cont {
  padding-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-top: clamp(calc(62 / 2 * 1px), calc(62 / 1920 * 100 * 1vw), 62px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  background-color: #fff;
  max-height: 80vh;
  overflow: auto;
  position: relative;
}
.pop .cont .name {
  font-size: var(--font24);
  color: black;
  line-height: 1.4;
  margin-top: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  margin-bottom: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
}
.pop .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: black;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width:768px) {
  .pop .pop-wrap {
    width: 94%;
  }
  .pop .close {
    color: white;
  }
  .pop .cont {
    max-height: 66vh;
  }
}
.pop.pop-video .cont {
  padding: 0;
  max-height: initial;
  background-color: transparent;
}
.pop.pop-video .cont video {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width:1280px) {
  .pop.pop-video .cont video {
    width: 100%;
    height: auto;
  }
}
@media (max-width:990px) {
  .wrapper {
    margin-top: 60px;
  }
}
@media (max-width:990px) {
  .wrapper.about-social-responsibility {
    margin: 0;
  }
}
.slide-btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 10px;
}
.slide-btn-box.btn-gray .slide-btn {
  background-color: #eff2f7;
}
.slide-btn-box.btn-gray .slide-btn::before {
  color: #041d2c;
}
.slide-btn-box .slide-btn {
  width: 80px;
  height: 50px;
  background: none white;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.slide-btn-box .slide-btn:hover::before {
  color: #0099ff;
}
.slide-btn-box .slide-btn::before {
  font-family: iconfont;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  color: #041d2c;
}
.slide-btn-box .slide-btn.swiper-button-prev::before {
  content: "\e648";
}
.slide-btn-box .slide-btn.swiper-button-next::before {
  content: "\ec2f";
}
@media (max-width:1200px) {
  .slide-btn-box {
    display: none;
  }
}
.swiper {
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.swiper .swiper-pagination {
  bottom: 0;
  opacity: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 5px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0099ff;
  opacity: 1;
}
.page-ban {
  position: relative;
}
.page-ban .img {
  overflow: hidden;
  position: relative;
}
.page-ban .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/page-ban-bg.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-ban .img img {
  width: 100%;
  -webkit-animation: bgScale 10s 0.25s both;
  animation: bgScale 10s 0.25s both;
}
.page-ban .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .page-ban .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .page-ban .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-ban .content .slogan {
  margin-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.page-ban .content .slogan .title {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem));
  color: white;
  line-height: 1;
  -webkit-animation: ink 1s 0.5s both;
  animation: ink 1s 0.5s both;
}
.page-ban .content .slogan .title-en {
  font-family: "Sanchez-r";
  font-size: var(--font22);
  color: white;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: clamp(calc(29 / 2 * 1px), calc(29 / 1920 * 100 * 1vw), 29px);
  -webkit-animation: ink 1s both;
  animation: ink 1s both;
}
@media (max-width:768px) {
  .page-ban .img {
    height: 220px;
  }
  .page-ban .img::before {
    width: 200%;
    height: 200%;
    background-size: 100%;
  }
  .page-ban .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-ban .content .slogan {
    margin-bottom: 20px;
  }
}
.page-ban-nav {
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
}
.page-ban-nav.page-positioning {
  z-index: 99;
}
.page-ban-nav::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0099ff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.page-ban-nav .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban-nav .list-nav a {
  font-weight: 600;
  font-size: var(--font18);
  color: #041d2c;
  line-height: 70px;
  margin-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  margin-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  position: relative;
}
.page-ban-nav .list-nav a.active::before {
  width: 100%;
}
.page-ban-nav .list-nav a.external-link {
  background: url(../images/page-ban-nav-ico.png) no-repeat right center;
  background-size: 13px 13px;
  padding-right: 20px;
}
.page-ban-nav .list-nav a.external-link::before {
  display: none;
}
.page-ban-nav .list-nav a::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #0099ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width:990px) {
  .page-ban-nav {
    display: none;
  }
}
.page-title .title {
  font-size: var(--font44);
  color: #041d2c;
  line-height: 1;
  font-weight: 600;
}
.page-title .title em {
  color: #0099ff;
  font-style: inherit;
  margin-bottom: 6px;
}
.page-title .text-body {
  font-size: var(--font30);
  color: #041d2c;
  line-height: 1.45;
}
.page-title .text-body em {
  color: #0099ff;
  font-style: inherit;
}
@media (max-width:768px) {
  .page-title .text-body {
    font-size: 16px;
  }
}
.page-p {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .page-p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .page-p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.YT-box {
  width: 100%;
  height: 0;
  position: relative;
  top: -70px;
}
@media (max-width:990px) {
  .YT-box {
    top: -60px;
  }
}
/* 产品 */
.product .idx_banner {
  background-color: #eff2f7;
}
@media (max-width:768px) {
  .product .idx_banner {
    height: 520px;
  }
}
.product .idx_banner .banner_pager .pager .item .title {
  color: #617480;
  opacity: 1;
}
.product .idx_banner .banner_pager .pager .item.active .title {
  color: #0099ff;
}
.product .idx_banner .banner_pager .pager .item .line {
  background: rgba(4, 29, 44, 0.07);
}
.product .idx_banner .banner_pager .pager .item .line::after {
  background: #0099ff;
}
.product .idx_banner .banner_box .swiper-slide .content .title .word {
  color: #041d2c;
}
.product .idx_banner .banner_box .swiper-slide .content .details .word {
  color: #617480;
  filter: none;
}
.product .idx_banner .banner_box .swiper-slide .content {
  padding: 0 40px 44.25531vh;
}
@media (max-width:1024px) {
  .product .idx_banner .banner_box .swiper-slide .content {
    padding: 0 30px 44.25531vh;
  }
}
@media (max-width:990px) {
  .product .idx_banner .banner_box .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: 1;
  }
  .product .idx_banner .banner_pager .pager .item .title {
    color: white;
    opacity: 0.3;
  }
  .product .idx_banner .banner_pager .pager .item.active .title {
    opacity: 1;
  }
  .product .idx_banner .banner_pager .pager .item .line {
    background: rgba(255, 255, 255, 0.2);
  }
  .product .idx_banner .banner_pager .pager .item .line::after {
    background: white;
  }
  .product .idx_banner .banner_box .swiper-slide .content .title .word {
    color: white;
  }
  .product .idx_banner .banner_box .swiper-slide .content .details .word {
    color: white;
  }
  .product .idx_banner .banner_box .swiper-slide .content {
    padding: 0 20px;
  }
}
.product .idx_product {
  height: inherit;
  padding: 0;
  padding-bottom: 40px;
  background: transparent;
}
.product .product_box {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width:1024px) {
  .product .product_box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .product .product_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product .product_box:nth-child(2) .page-title {
  margin-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((80 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
}
.product .product_box .page-title {
  margin-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((140 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
  margin-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.product .product_box .product_main {
  margin: 0 0 1em;
  grid-template-rows: inherit;
  grid-auto-flow: inherit;
  grid-template-columns: repeat(4, 1fr);
}
.product .product_box .product_main .item a .img .pb {
  padding-bottom: 112.6%;
}
.product .product_box .product_main .item a .info .more {
  grid-gap: 7px;
}
.product .product_box .product_main .item a .info .more .icon {
  -webkit-mask: url('../svg/product_icon_more.svg') no-repeat center;
  mask: url('../svg/product_icon_more.svg') no-repeat center;
}
.product .product_box .product_main .item:first-child {
  grid-column: span 2;
  grid-row: inherit;
}
.product .product_box .product_main .item:first-child .img .pb {
  padding-bottom: 54.9%;
}
.product .product_box .product_main .item:last-child {
  grid-row: inherit;
}
.product .product_box .product_main:last-child {
  margin: 0;
}
@media (max-width:768px) {
  .product .product_box {
    padding: 0 20px;
  }
  .product .product_box .product_main {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
  }
  .product .product_box .product_main .item a .info .more {
    transform: translateX(0);
    opacity: 1;
  }
  .product .product_box .product_main .item:first-child {
    grid-column: span 2;
    grid-row: auto;
  }
  .product .product_box .product_main .item:last-child {
    grid-row: auto;
  }
}
@media (max-width:480px) {
  .product .product_box .product_main {
    grid-template-columns: 100%;
  }
  .product .product_box .product_main .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .product .product_box .product_main .item a .img {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-top: 30px;
  }
  .product .product_box .product_main .item a .img .pb {
    padding-bottom: 100%;
  }
  .product .product_box .product_main .item a .img img {
    max-width: 125%;
  }
  .product .product_box .product_main .item:first-child {
    grid-column: span 1;
  }
  .product .product_box .product_main .item:first-child a .img .pb {
    padding-bottom: 100%;
  }
  .product .product_box .product_main .item:first-child a img {
    max-width: 77%;
  }
}
.return-btn {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 9;
}
@media (max-width:1024px) {
  .return-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .return-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.return-btn a {
  width: 66px;
  height: 44px;
  background-color: white;
  border-radius: 16px;
  font-size: 12px;
  color: #041d2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1366px) {
  .return-btn a {
    width: 50px;
    height: 34px;
    border-radius: 10px;
  }
}
@media (max-width:990px) {
  .return-btn {
    display: none;
  }
}
.return-btn-line {
  width: 100%;
  height: 1px;
  background-color: #0099ff;
  opacity: 0.1;
  margin-top: 13px;
}
.product-d-box1 {
  background-color: #eff2f7;
  padding: 101px 0 38px;
  min-height: 100vh;
  position: relative;
}
.product-d-box1 .w1560 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-d-box1 .wrap-box {
  width: 100%;
  padding-right: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
  margin-top: clamp(calc(133 / 2 * 1px), calc(133 / 1920 * 100 * 1vw), 133px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product-d-box1 .wrap-box .wrap-le {
  width: 40.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-d-box1 .wrap-box .wrap-ri {
  width: 37.3%;
}
.product-d-box1 .text-box .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(8.5px, 0.88541667vw, 17px);
}
.product-d-box1 .text-box .types em {
  font-style: inherit;
}
.product-d-box1 .text-box .types .types-t {
  min-width: 92px;
  line-height: 30px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  font-size: var(--font14);
  color: #041d2c;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-d-box1 .text-box .title {
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((66 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(66 / 16 * 1rem));
  color: #041d2c;
  line-height: 1.4;
  margin-top: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.product-d-box1 .text-box .text-body p {
  font-size: var(--font18);
  color: #617480;
  line-height: 1.35;
}
.product-d-box1 .img {
  overflow: hidden;
}
@media (max-width:1200px) {
  .product-d-box1 {
    min-height: auto;
  }
  .product-d-box1 .w1560 {
    position: relative;
  }
}
@media (max-width:990px) {
  .product-d-box1 .wrap-box {
    padding: 0;
    margin-top: 0;
  }
  .product-d-box1 .wrap-box .wrap-le {
    width: 50%;
  }
  .product-d-box1 .text-box .text-body p {
    line-height: 1.45;
  }
}
@media (max-width:768px) {
  .product-d-box1 {
    padding: 50px 0 38px;
  }
  .product-d-box1 .wrap-box {
    display: block;
  }
  .product-d-box1 .wrap-box .wrap-le {
    width: 100%;
  }
  .product-d-box1 .wrap-box .wrap-ri {
    width: 60%;
    margin: auto;
    margin-top: 30px;
  }
}
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #041d2c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.product-d-box2 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.product-d-box2 .condition-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.product-d-box2 .condition-up .form-control {
  flex: 1;
}
.product-d-box2 .condition-up .clear-out-btn {
  height: 60px;
  background-color: white;
  padding-left: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  padding-right: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  border: 2px solid rgba(4, 29, 44, 0.07);
  border-radius: 10px;
  color: #041d2c;
  font-size: var(--font17);
  white-space: nowrap;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.product-d-box2 .condition-up .clear-out-btn:hover {
  border-color: #041d2c;
}
.product-d-box2 .condition-up .clear-out-btn i {
  width: 20px;
  height: 100%;
  background: url(../images/clear-out-icon.png) no-repeat center;
  background-size: 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: clamp(calc(9 / 2 * 1px), calc(9 / 1920 * 100 * 1vw), 9px);
}
.product-d-box2 .iteminfo {
  overflow: auto;
}
.product-d-box2 .iteminfo .itemBox::-webkit-scrollbar,
.product-d-box2 .iteminfo .iteminfo::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
.product-d-box2 .iteminfo .itemBox::-webkit-scrollbar-thumb,
.product-d-box2 .iteminfo .iteminfo::-webkit-scrollbar-thumb {
  background-color: #041d2c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
.product-d-box2 .iteminfo .itemBox {
  border-top: 1px solid #041d2c;
  min-width: 1000px;
}
.product-d-box2 .iteminfo .itemBox .item {
  border-bottom: 1px solid rgba(4, 29, 44, 0.07);
  padding-top: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  padding-bottom: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.product-d-box2 .iteminfo .itemBox .item:first-child {
  background-color: #eff2f7;
  padding-top: clamp(calc(29 / 2 * 1px), calc(29 / 1920 * 100 * 1vw), 29px);
  padding-bottom: clamp(calc(29 / 2 * 1px), calc(29 / 1920 * 100 * 1vw), 29px);
}
.product-d-box2 .iteminfo .itemBox .item:first-child:hover {
  padding-top: clamp(calc(29 / 2 * 1px), calc(29 / 1920 * 100 * 1vw), 29px);
  padding-bottom: clamp(calc(29 / 2 * 1px), calc(29 / 1920 * 100 * 1vw), 29px);
}
.product-d-box2 .iteminfo .itemBox .item:first-child .it {
  font-size: var(--font18);
  color: #041d2c;
  font-weight: bold;
}
.product-d-box2 .iteminfo .itemBox .item .it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.45;
}
.product-d-box2 .iteminfo .itemBox .item .it:first-child {
  padding-left: clamp(calc(39 / 2 * 1px), calc(39 / 1920 * 100 * 1vw), 39px);
  min-width: 250px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.product-d-box2 .iteminfo .itemBox .item .it:first-child .text-body {
  flex: 1;
}
.product-d-box2 .iteminfo .itemBox .item .it .text-body {
  font-family: "Barlow-r";
  word-break: break-word;
}
.product-d-box2 .iteminfo .itemBox .item .it .img {
  width: 90px;
  margin-left: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
  position: relative;
  display: none;
}
.product-d-box2 .iteminfo .itemBox .item .it .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-d-box2 .iteminfo .itemBox .item .it:last-child .text-body {
  font-family: 'PingFang SC', 'Source Han Sans CN', 'HarmonyOS Sans', 'Microsoft YaHei';
}
.product-d-box2 .iteminfo .itemBox .item:hover {
  background-color: #eff2f7;
  padding-top: clamp(calc(19 / 2 * 1px), calc(19 / 1920 * 100 * 1vw), 19px);
  padding-bottom: clamp(calc(19 / 2 * 1px), calc(19 / 1920 * 100 * 1vw), 19px);
}
.product-d-box2 .iteminfo .itemBox .item:hover .it .img {
  display: block;
}
@media (max-width:1200px) {
  .product-d-box2 .condition-up .clear-out-btn {
    height: 44px;
    border-width: 1px;
  }
  .product-d-box2 .condition-up .clear-out-btn i {
    width: 13px;
    background-size: 13px 12px;
  }
  .product-d-box2 .iteminfo .itemBox .item {
    padding: 10px 0 !important;
  }
  .product-d-box2 .iteminfo .itemBox .item:first-child {
    padding: 20px 0 !important;
  }
  .product-d-box2 .iteminfo .itemBox .item .it:first-child {
    min-width: 200px;
  }
  .product-d-box2 .iteminfo .itemBox .item .it .img {
    width: 68px;
    display: block;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@media (max-width:768px) {
  .product-d-box2 .condition-up {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
  }
  .product-d-box2 .condition-up .clear-out-btn {
    font-size: 14px;
  }
  .product-d-box2 .iteminfo .itemBox .item .it .img {
    width: 40px;
  }
}
.from .info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
}
.from .widget-input {
  position: relative;
  margin-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.from .widget-input.widget-textarea {
  margin-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.from input {
  width: 100%;
  height: 60px;
  background-color: white;
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  border: 2px solid rgba(4, 29, 44, 0.07);
  border-radius: 10px;
  color: #041d2c;
  font-size: var(--font16);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.from textarea {
  width: 100%;
  height: 85px;
  background-color: white;
  border: 2px solid rgba(4, 29, 44, 0.07);
  border-radius: 10px;
  color: #041d2c;
  font-size: var(--font16);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.from select {
  width: 100%;
  height: 60px;
  background-color: white;
  border: 2px solid rgba(4, 29, 44, 0.07);
  border-radius: 10px;
  color: #041d2c;
  font-size: var(--font16);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:1200px) {
  .from input {
    height: 44px;
    border-width: 1px;
  }
}
.layui-form-select dl dd.layui-this {
  color: #041d2c;
  font-weight: normal;
}
.layui-form-selected .layui-input:focus {
  border-color: #041d2c !important;
}
.layui-input:hover,
.layui-input:focus,
.layui-textarea:focus {
  border-color: #041d2c !important;
  box-shadow: none;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  font-size: var(--font16);
  font-family: "Barlow-r";
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.layui-form .layui-form-select .layui-edge {
  font-family: iconfont;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  margin-top: -10px;
  font-weight: bold;
  font-style: inherit;
}
.layui-form .layui-form-select .layui-edge::before {
  content: '\e667';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #041d2c;
}
.layui-form .layui-form-select dl {
  top: 100% !important;
  padding: 10px 0;
  margin-top: 8px;
  border: 2px solid rgba(4, 29, 44, 0.07);
  border-radius: 10px;
  box-shadow: none;
}
.layui-form .layui-form-select dl .layui-this {
  display: none;
}
@media (max-width:1200px) {
  .layui-form .layui-form-select dl {
    border-width: 1px;
  }
}
.news-box1 {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
@media (max-width:1024px) {
  .news-box1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .news-box1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:990px) {
  .news-box1 {
    padding-top: 50px;
  }
}
.news-box1 .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.news-box1 .up .text-body {
  font-size: var(--font18);
  color: #041d2c;
  font-weight: bold;
  line-height: 1.4;
}
.news-box1 .up .text-body em {
  color: #0099ff;
  font-family: "Barlow-m";
  font-weight: bold;
  font-style: inherit;
}
@media (max-width:990px) {
  .news-box1 .up {
    display: none;
  }
}
.news-box1 .itemBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1200px) {
  .news-box1 .itemBox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:990px) {
  .news-box1 .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .news-box1 .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-box1 .itemBox .item.active {
  grid-column: span 2;
}
.news-box1 .itemBox .item.active a .botBox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.news-box1 .itemBox .item.active a .topBox .imagesBox .pb,
.news-box1 .itemBox .item.active a .topBox .img .pb {
  padding-bottom: 0;
  height: 100%;
}
.news-box1 .itemBox .item.active a .topBox .img {
  margin: 0;
}
.news-box1 .itemBox .item.active a .topBox .imagesBox {
  top: 0 !important;
  height: 100%;
}
.news-box1 .itemBox .item.active a .topBox .imagesBox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  z-index: 6;
}
.news-box1 .itemBox .item.active a .timeBox,
.news-box1 .itemBox .item.active a .title,
.news-box1 .itemBox .item.active a .botBox .more,
.news-box1 .itemBox .item.active a .botBox .more i {
  color: white !important;
}
.news-box1 .itemBox .item.active a:hover .botBox .more {
  margin-left: 0;
}
.news-box1 .itemBox .item.active a:hover .title-box,
.news-box1 .itemBox .item.active a:hover .topBox .imagesBox {
  opacity: 1;
}
.news-box1 .itemBox .item.active a:hover .title-box2 {
  opacity: 0;
  animation: none;
  -webkit-animation: none;
}
.news-box1 .itemBox .item.active a:hover .topBox .imagesBox .pb .ab img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news-box1 .itemBox .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  border-radius: clamp(8px, 0.83333333vw, 16px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.news-box1 .itemBox .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/new_bg.jpg) no-repeat bottom right;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .topBox {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.news-box1 .itemBox .item a .topBox .imagesBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 0.83333333vw, 16px);
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .topBox .imagesBox .pb {
  padding-bottom: 66.5%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .topBox .imagesBox .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.news-box1 .itemBox .item a .topBox .imagesBox .pb .ab img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .topBox .img {
  margin-top: 30px;
}
.news-box1 .itemBox .item a .topBox .img .pb {
  padding-bottom: 66.5%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .timeBox {
  font-family: "Barlow-r";
  font-size: var(--font16);
  color: #617480;
  line-height: 1;
}
.news-box1 .itemBox .item a .title {
  font-size: var(--font20);
  color: #041d2c;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(2em * 1.3);
  margin-top: 16px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .botBox {
  position: relative;
  z-index: 2;
}
.news-box1 .itemBox .item a .botBox .more {
  margin-top: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((85 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(85 / 16 * 1rem));
  margin-bottom: 15px;
  font-size: var(--font14);
  color: #617480;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .botBox .more i {
  color: #617480;
  font-size: 12px;
}
.news-box1 .itemBox .item a .title-box {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-box1 .itemBox .item a .title-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
}
.news-box1 .itemBox .item a .title-box2 .title {
  display: block;
  font-size: var(--font30);
  color: #0099ff;
  line-height: 1.15;
  white-space: inherit;
}
.news-box1 .itemBox .item a:hover {
  background: #eff2f7;
}
.news-box1 .itemBox .item a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-box1 .itemBox .item a:hover .topBox .imagesBox {
  opacity: 0;
}
.news-box1 .itemBox .item a:hover .title-box {
  opacity: 0;
}
.news-box1 .itemBox .item a:hover .title-box2 {
  animation: ink 0.4s 0.4s 1 linear forwards;
  -webkit-animation: ink 0.4s 0.4s 1 linear forwards;
}
.news-box1 .itemBox .item a:hover .botBox .more {
  margin-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  color: #0099ff;
}
.news-box1 .itemBox .item a:hover .botBox .more i {
  color: #0099ff;
}
@media (max-width:768px) {
  .news-box1 .itemBox .item a {
    background-color: #eff2f7;
  }
  .news-box1 .itemBox .item a::after {
    opacity: 0 !important;
  }
  .news-box1 .itemBox .item a .imagesBox {
    position: relative !important;
    opacity: 1 !important;
  }
  .news-box1 .itemBox .item a .title-box,
  .news-box1 .itemBox .item a .title-box2 {
    animation: none !important;
    -webkit-animation: none !important;
  }
  .news-box1 .itemBox .item a .title-box {
    opacity: 1 !important;
  }
  .news-box1 .itemBox .item a .img {
    display: none;
  }
  .news-box1 .itemBox .item a .more {
    margin: 0 !important;
  }
  .news-box1 .itemBox .item a .botBox {
    padding: 20px;
  }
  .news-box1 .itemBox .item a .title {
    margin: 6px 0 10px;
  }
}
@media (max-width:990px) {
  .news-box1 .itemBox .item.active a .topBox {
    padding-bottom: 66.5%;
  }
}
@media (max-width:768px) {
  .news-box1 .itemBox .item.active a .topBox {
    padding-bottom: 0;
  }
  .news-box1 .itemBox .item.active a .topBox .imagesBox {
    height: auto;
  }
  .news-box1 .itemBox .item.active a .topBox .imagesBox .pb {
    height: auto;
    padding-bottom: 66.5%;
  }
  .news-box1 .itemBox .item.active a .botBox {
    position: relative;
    padding: 20px;
  }
  .news-box1 .itemBox .item.active a .botBox .more,
  .news-box1 .itemBox .item.active a .botBox .more i {
    color: #617480 !important;
  }
  .news-box1 .itemBox .item.active a .timeBox {
    color: #617480 !important;
  }
  .news-box1 .itemBox .item.active a .title {
    color: #041d2c !important;
  }
}
@media (max-width:480px) {
  .news-box1 .itemBox .item.active {
    grid-column: inherit;
  }
}
.recommendations-news {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((135 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(135 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
@media (max-width:1024px) {
  .recommendations-news {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .recommendations-news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:768px) {
  .recommendations-news {
    padding-top: 0;
  }
}
.recommendations-news .page-title {
  text-align: center;
  margin-bottom: clamp(calc(75 / 2 * 1px), calc(75 / 1920 * 100 * 1vw), 75px);
}
.recommendations-news .itemBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(10px, 1.04166667vw, 20px);
}
@media (max-width:1200px) {
  .recommendations-news .itemBox {
    grid-template-columns: repeat(3, 1fr);
  }
  .recommendations-news .itemBox .item:last-child {
    display: none;
  }
}
@media (max-width:990px) {
  .recommendations-news .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
  .recommendations-news .itemBox .item:last-child {
    display: block;
  }
}
@media (max-width:480px) {
  .recommendations-news .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recommendations-news .itemBox .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  border-radius: clamp(8px, 0.83333333vw, 16px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.recommendations-news .itemBox .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/new_bg.jpg) no-repeat bottom right;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .topBox {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.recommendations-news .itemBox .item a .topBox .imagesBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 0.83333333vw, 16px);
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .topBox .imagesBox .pb {
  padding-bottom: 66.5%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .topBox .imagesBox .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.recommendations-news .itemBox .item a .topBox .imagesBox .pb .ab img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .topBox .img {
  margin-top: 30px;
}
.recommendations-news .itemBox .item a .topBox .img .pb {
  padding-bottom: 66.5%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .timeBox {
  font-family: "Barlow-r";
  font-size: var(--font16);
  color: #617480;
  line-height: 1;
}
.recommendations-news .itemBox .item a .title {
  font-size: var(--font20);
  color: #041d2c;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 16px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .botBox {
  position: relative;
  z-index: 2;
}
.recommendations-news .itemBox .item a .botBox .more {
  margin-top: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((85 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(85 / 16 * 1rem));
  margin-bottom: 15px;
  font-size: var(--font14);
  color: #617480;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .botBox .more i {
  color: #617480;
  font-size: 12px;
}
.recommendations-news .itemBox .item a .title-box {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recommendations-news .itemBox .item a .title-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
}
.recommendations-news .itemBox .item a .title-box2 .title {
  font-size: var(--font30);
  color: #00a2e0;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: inherit;
}
.recommendations-news .itemBox .item a:hover {
  background: #eff2f7;
}
.recommendations-news .itemBox .item a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.recommendations-news .itemBox .item a:hover .topBox .imagesBox {
  opacity: 0;
}
.recommendations-news .itemBox .item a:hover .title-box {
  opacity: 0;
}
.recommendations-news .itemBox .item a:hover .title-box2 {
  animation: ink 0.4s 0.4s 1 linear forwards;
  -webkit-animation: ink 0.4s 0.4s 1 linear forwards;
}
.recommendations-news .itemBox .item a:hover .botBox .more {
  margin-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  color: #0099ff;
}
.recommendations-news .itemBox .item a:hover .botBox .more i {
  color: #0099ff;
}
@media (max-width:768px) {
  .recommendations-news .itemBox .item a {
    background-color: #eff2f7;
  }
  .recommendations-news .itemBox .item a::after {
    opacity: 0 !important;
  }
  .recommendations-news .itemBox .item a .imagesBox {
    position: relative !important;
    opacity: 1 !important;
  }
  .recommendations-news .itemBox .item a .title-box,
  .recommendations-news .itemBox .item a .title-box2 {
    animation: none !important;
    -webkit-animation: none !important;
  }
  .recommendations-news .itemBox .item a .title-box {
    opacity: 1 !important;
  }
  .recommendations-news .itemBox .item a .img {
    display: none;
  }
  .recommendations-news .itemBox .item a .more {
    margin: 0 !important;
  }
  .recommendations-news .itemBox .item a .botBox {
    padding: 20px;
  }
  .recommendations-news .itemBox .item a .title {
    margin: 6px 0 10px;
  }
}
.search-product .itemBox {
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  font-size: var(--font20);
  overflow: hidden;
}
@media (max-width:990px) {
  .search-product .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .search-product .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-product .itemBox .item {
  width: 100%;
  height: auto;
  background: #FFF;
  border-radius: var(--border-radius20);
  border: 1px solid #E9EAEC;
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.search-product .itemBox .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.search-product .itemBox .item a .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 1em;
  font-size: var(--font30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search-product .itemBox .item a .info .title_box {
  width: 100%;
  height: auto;
}
.search-product .itemBox .item a .info .title_box .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font20);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-product .itemBox .item a .info .title_box .subtitle {
  width: 100%;
  height: auto;
  margin: 1em 0 0;
  font-weight: 300;
  font-size: var(--font18);
  color: #617480;
}
.search-product .itemBox .item a .info .more {
  width: 100%;
  height: auto;
  transform: translateX(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 15px;
  --color: #0099ff;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-product .itemBox .item a .info .more .word {
  font-size: var(--font14);
  color: var(--color);
}
.search-product .itemBox .item a .info .more .icon {
  width: 19px;
  height: 19px;
  background: var(--color);
  -webkit-mask: url('../svg/icon_more.svg') no-repeat center;
  mask: url('../svg/icon_more.svg') no-repeat center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-product .itemBox .item a .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  font-size: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.search-product .itemBox .item a .img .pb {
  padding-bottom: 113%;
}
.search-product .itemBox .item a .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.search-product .itemBox .item a .img img {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-product .itemBox .item a::after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#F7F9FA, #FFF);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-product .itemBox .item a:hover::after {
  background: linear-gradient(#FFF, #F7F9FA);
}
.search-product .itemBox .item a:hover .info .title_box .title {
  color: #0099ff;
}
.search-product .itemBox .item a:hover .info .more {
  transform: translateX(0);
  opacity: 1;
}
.search-product .itemBox .item a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:768px) {
  .search-product .itemBox .item a .info .more {
    transform: translateX(0);
    opacity: 1;
  }
  .search-product .itemBox .item:first-child {
    grid-column: span 2;
    grid-row: auto;
  }
  .search-product .itemBox .item:last-child {
    grid-row: auto;
  }
}
@media (max-width:480px) {
  .search-product .itemBox .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .search-product .itemBox .item a .img {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .search-product .itemBox .item a .img .pb {
    padding-bottom: 100%;
  }
  .search-product .itemBox .item:first-child {
    grid-column: span 1;
  }
  .search-product .itemBox .item:first-child a .img .pb {
    padding-bottom: 100%;
  }
}
.search-news .itemBox {
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width:990px) {
  .search-news .itemBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .search-news .itemBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-news .itemBox .item {
  width: 100%;
}
.search-news .itemBox .item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  border-radius: clamp(8px, 0.83333333vw, 16px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.search-news .itemBox .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/new_bg.jpg) no-repeat bottom right;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-news .itemBox .item a .topBox {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.search-news .itemBox .item a .topBox .imagesBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: clamp(8px, 0.83333333vw, 16px);
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-news .itemBox .item a .topBox .imagesBox .pb {
  padding-bottom: 66.5%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-news .itemBox .item a .topBox .imagesBox .pb .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.search-news .itemBox .item a .topBox .imagesBox .pb .ab img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-news .itemBox .item a .topBox .img {
  margin-top: 30px;
}
.search-news .itemBox .item a .topBox .img .pb {
  padding-bottom: 66.5%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-news .itemBox .item a .timeBox {
  font-family: "Barlow-r";
  font-size: var(--font16);
  color: #617480;
  line-height: 1;
}
.search-news .itemBox .item a .title {
  font-size: var(--font20);
  color: #041d2c;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(2em * 1.3);
  margin-top: 16px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  font-weight: bold;
}
.search-news .itemBox .item a .botBox {
  position: relative;
  z-index: 2;
}
.search-news .itemBox .item a .botBox .more {
  margin-top: clamp(calc(40 / 16 * 1rem), calc((40 / 16 * 1rem) + ((85 - 40) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(85 / 16 * 1rem));
  margin-bottom: 15px;
  font-size: var(--font14);
  color: #617480;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.search-news .itemBox .item a .botBox .more i {
  color: #617480;
  font-size: 12px;
}
.search-news .itemBox .item a .title-box {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  display: block;
}
.search-news .itemBox .item a .title-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
}
.search-news .itemBox .item a .title-box2 .title {
  font-size: var(--font30);
  color: #00a2e0;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(2em * 1.15);
  white-space: inherit;
}
.search-news .itemBox .item a:hover {
  background: #eff2f7;
}
.search-news .itemBox .item a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.search-news .itemBox .item a:hover .topBox .imagesBox {
  opacity: 0;
}
.search-news .itemBox .item a:hover .title-box {
  opacity: 0;
}
.search-news .itemBox .item a:hover .title-box2 {
  animation: ink 0.4s 0.4s 1 linear forwards;
  -webkit-animation: ink 0.4s 0.4s 1 linear forwards;
}
.search-news .itemBox .item a:hover .botBox .more {
  margin-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  color: #0099ff;
}
.search-news .itemBox .item a:hover .botBox .more i {
  color: #0099ff;
}
@media (max-width:768px) {
  .search-news .itemBox .item a {
    background-color: #eff2f7;
  }
  .search-news .itemBox .item a::after {
    opacity: 0 !important;
  }
  .search-news .itemBox .item a .imagesBox {
    position: relative !important;
    opacity: 1 !important;
  }
  .search-news .itemBox .item a .title-box,
  .search-news .itemBox .item a .title-box2 {
    animation: none !important;
    -webkit-animation: none !important;
  }
  .search-news .itemBox .item a .title-box {
    opacity: 1 !important;
  }
  .search-news .itemBox .item a .img {
    display: none;
  }
  .search-news .itemBox .item a .more {
    margin: 0 !important;
  }
  .search-news .itemBox .item a .botBox {
    padding: 20px;
  }
  .search-news .itemBox .item a .title {
    margin: 6px 0 10px;
  }
}
.searchform {
  width: 24.25%;
  position: relative;
  color: inherit;
}
.searchform .input {
  font-size: var(--font16);
  color: #041d2c;
  font-style: normal;
  width: 100%;
  height: 60px;
  padding-right: 55px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  border: 2px solid rgba(4, 29, 44, 0.07);
  border-radius: 16px;
  background: white;
}
.searchform .input::-webkit-input-placeholder {
  color: #041d2c;
}
.searchform .input:-moz-placeholder {
  color: #041d2c;
}
.searchform .input::-moz-placeholder {
  color: #041d2c;
}
.searchform .input:-ms-input-placeholder {
  color: #041d2c;
}
.searchform .icon_sousuo2 {
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #041d2c;
}
@media (max-width:1200px) {
  .searchform .input {
    height: 45px;
    padding-right: 40px;
    border-width: 1px;
    border-radius: 10px;
  }
  .searchform .icon_sousuo2 {
    right: 10px;
  }
}
.pagerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.pagerBox .layui-laypage {
  margin: 0;
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage span {
  height: auto;
  font-family: "Barlow-m";
  font-size: var(--font18);
  color: #a1acb2;
  padding: 0 10px;
  background-color: transparent;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.pagerBox .layui-laypage a:hover,
.pagerBox .layui-laypage span:hover {
  color: #0099ff;
}
.pagerBox .swiper_but {
  z-index: 2;
  cursor: pointer;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 80px;
  height: 50px;
  background-color: #eff2f7;
  border-radius: 16px;
}
.pagerBox .swiper_but i {
  color: #041d2c;
  font-size: 12px;
}
.pagerBox .swiper_but:hover i {
  color: #0099ff;
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage button,
.pagerBox .layui-laypage input,
.pagerBox .layui-laypage select,
.pagerBox .layui-laypage span {
  border: 0;
}
.pagerBox .layui-laypage .layui-laypage-curr em {
  color: #0099ff;
  background: none;
}
@media (max-width:768px) {
  .pagerBox .swiper_but {
    min-width: 46px;
    height: 40px;
    border-radius: 10px;
  }
}
.news-d-up {
  background-color: #eff2f7;
  padding: 101px 0 0;
}
.news-d-up .wrap-box {
  padding-left: clamp(calc(150 / 2 * 1px), calc(150 / 1920 * 100 * 1vw), 150px);
  padding-right: clamp(calc(150 / 2 * 1px), calc(150 / 1920 * 100 * 1vw), 150px);
  padding-top: clamp(calc(95 / 2 * 1px), calc(95 / 1920 * 100 * 1vw), 95px);
  padding-bottom: clamp(calc(115 / 2 * 1px), calc(115 / 1920 * 100 * 1vw), 115px);
  text-align: center;
}
.news-d-up .types em {
  font-style: inherit;
}
.news-d-up .types .types-t {
  min-width: 92px;
  max-width: 92px;
  margin: auto;
  line-height: 30px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  font-size: var(--font14);
  color: #041d2c;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-d-up .types .date {
  font-family: "Barlow-r";
  font-size: var(--font16);
  color: #617480;
  display: block;
  margin-top: 10px;
}
.news-d-up .title {
  font-size: var(--font44);
  color: #041d2c;
  line-height: 1.15;
  font-weight: bold;
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
@media (max-width:990px) {
  .news-d-up {
    padding: 0;
  }
  .news-d-up .return-btn-line {
    display: none;
  }
  .news-d-up .wrap-box {
    padding: 50px 0;
  }
  .news-d-up .title {
    margin-bottom: 0;
  }
}
.news-detail-container {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((94 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(94 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((90 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
}
.news-detail-container .text-body p {
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news-detail-container .text-body img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.share {
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(5px, 0.52083333vw, 10px);
  display: none;
}
.share a {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  font-size: 20px;
  color: rgba(4, 29, 44, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.share a:hover {
  background-color: #0099ff;
  color: white;
}
@media (max-width:990px) {
  .share {
    display: none;
  }
}
.editor-pn {
  position: relative;
  background-color: #f5f7fa;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.editor-pn .editor-btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.editor-pn .editor-btn.next a {
  text-align: right;
  padding-left: 120px;
  padding-right: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.editor-pn .editor-btn.next a::before {
  content: '';
  width: 0;
  height: 100%;
  background-color: #0099ff;
  background: -webkit-linear-gradient(180deg, #0099ff 0%, transparent 94%);
  background: -moz-linear-gradient(0deg, #0099ff 0%, transparent 94%);
  background: -o-linear-gradient(0deg, #0099ff 0%, transparent 94%);
  background: -ms-linear-gradient(0deg, #0099ff 0%, transparent 94%);
  background: linear-gradient(-90deg, #0099ff 0%, transparent 94%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.editor-pn .editor-btn.next a i {
  order: 2;
  margin-right: 0;
  margin-left: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
}
.editor-pn .editor-btn.next a .text-body {
  order: 1;
}
.editor-pn .editor-btn.next a:hover::before {
  width: 100%;
}
.editor-pn .editor-btn.prev a {
  padding-right: 120px;
  padding-left: 40px;
}
.editor-pn .editor-btn.prev a::before {
  content: '';
  width: 0;
  height: 100%;
  background-color: #0099ff;
  background: -webkit-linear-gradient(0deg, #0099ff 0%, transparent 94%);
  background: -moz-linear-gradient(0deg, #0099ff 0%, transparent 94%);
  background: -o-linear-gradient(0deg, #0099ff 0%, transparent 94%);
  background: -ms-linear-gradient(0deg, #0099ff 0%, transparent 94%);
  background: linear-gradient(90deg, #0099ff 0%, transparent 94%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.editor-pn .editor-btn.prev a:hover::before {
  width: 100%;
}
.editor-pn .editor-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.editor-pn .editor-btn a i {
  font-size: 12px;
  color: #041d2c;
  margin-right: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.editor-pn .editor-btn a .text-body {
  font-size: var(--font16);
  color: #041d2c;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.editor-pn .editor-btn a:hover i {
  color: white;
}
.editor-pn .editor-btn a:hover .text-body {
  color: white;
}
.editor-pn .return-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 100%;
}
.editor-pn .return-box a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1200px) {
  .editor-pn .editor-btn {
    display: none;
  }
  .editor-pn .editor-btn.prev a {
    padding-left: 20px;
    padding-right: 60px;
  }
  .editor-pn .editor-btn.next a {
    padding-left: 60px;
    padding-right: 20px;
  }
  .editor-pn .return-box {
    display: none;
  }
}
@media (max-width:768px) {
  .editor-pn {
    display: block;
  }
  .editor-pn .editor-btn {
    width: 100%;
  }
  .editor-pn .editor-btn a {
    min-height: 50px;
  }
  .editor-pn .editor-btn a::before {
    background: -webkit-linear-gradient(0deg, #0099ff 0%, transparent 94%) !important;
    background: -moz-linear-gradient(0deg, #0099ff 0%, transparent 94%) !important;
    background: -o-linear-gradient(0deg, #0099ff 0%, transparent 94%) !important;
    background: -ms-linear-gradient(0deg, #0099ff 0%, transparent 94%) !important;
    background: linear-gradient(90deg, #0099ff 0%, transparent 94%) !important;
    left: 0;
    right: auto !important;
  }
  .editor-pn .editor-btn a:hover::before {
    width: 120% !important;
  }
  .editor-pn .editor-btn.prev a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .editor-pn .editor-btn.next a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .editor-pn .editor-btn.next a i {
    margin-left: 0;
    margin-right: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
    order: 1;
  }
}
.about-business-box {
  overflow: hidden;
  padding-bottom: clamp(calc(85 / 2 * 1px), calc(85 / 1920 * 100 * 1vw), 85px);
}
@-webkit-keyframes animation-shadow {
  0% {
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    box-shadow: 0 0 clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem)) rgba(0, 162, 224, 0.14);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((200 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(200 / 16 * 1rem)) rgba(0, 162, 224, 0.3);
  }
}
@keyframes animation-shadow {
  0% {
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    box-shadow: 0 0 clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem)) rgba(0, 162, 224, 0.14);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((200 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(200 / 16 * 1rem)) rgba(0, 162, 224, 0.3);
  }
}
.animation-shadow {
  -webkit-animation-name: animation-shadow;
  animation-name: animation-shadow;
}
.yyy {
  width: 24%;
  position: absolute;
  right: -10%;
  top: -18%;
  border-radius: 50%;
  -webkit-animation: animation-shadow 3s linear alternate infinite;
  animation: animation-shadow 3s linear alternate infinite;
}
.about-business-item {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: clamp(calc(125 / 2 * 1px), calc(125 / 1920 * 100 * 1vw), 125px);
}
@media (max-width:1024px) {
  .about-business-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about-business-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-business-item:nth-child(2n) .yyy {
  right: 0;
  left: -10%;
  -webkit-animation: animation-shadow 3s 1s linear alternate infinite;
  animation: animation-shadow 3s 1s linear alternate infinite;
}
.about-business-item:first-child {
  margin-top: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.about-business-item .page-title {
  text-align: center;
}
.about-business-item .text-body {
  max-width: 960px;
  margin: auto;
  margin-top: 18px;
  text-align: center;
}
.about-business-item .text-body p {
  color: #041d2c;
  font-size: var(--font18);
  line-height: 1.45;
  white-space: pre-line;
}
@media (max-width:1200px) {
  .about-business-item .text-body p {
    white-space: inherit;
  }
}
.about-business-item .slideBox {
  position: relative;
  margin-top: clamp(calc(73 / 2 * 1px), calc(73 / 1920 * 100 * 1vw), 73px);
}
.about-business-item .about-business-slide {
  border-radius: 20px;
}
.about-business-item .about-business-slide .swiper-pagination {
  opacity: 1;
  bottom: 103px;
}
.about-business-item .about-business-slide .swiper-slide-active .img img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.about-business-item .about-business-slide .swiper-slide {
  opacity: 1 !important;
}
.about-business-item .about-business-slide .img img {
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -webkit-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -moz-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -o-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -ms-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.about-business-item .about-business-slide2 {
  max-width: 1220px;
  margin: auto;
  margin-top: -90px;
  padding: 0 20px 30px;
  overflow: visible;
}
.about-business-item .about-business-slide2.slide-center .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.about-business-item .about-business-slide2 .swiper-pagination {
  display: none;
}
.about-business-item .about-business-slide2 .swiper-slide {
  width: 180px;
  height: auto;
}
.about-business-item .about-business-slide2 .swiper-slide .slide-box {
  text-align: center;
  min-height: 180px;
  height: 100%;
  border-radius: 16px;
  box-shadow: 10px 0 38px rgba(4, 29, 44, 0.06);
  padding: 38px 8px 24px;
  position: relative;
  overflow: hidden;
}
.about-business-item .about-business-slide2 .swiper-slide .slide-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-business-item .about-business-slide2 .swiper-slide .slide-box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 44px;
}
.about-business-item .about-business-slide2 .swiper-slide .slide-box .title {
  font-size: var(--font18);
  color: #041d2c;
  font-weight: bold;
  line-height: 1.4;
  margin: 22px 0 8px;
}
.about-business-item .about-business-slide2 .swiper-slide .slide-box .title em {
  font-style: inherit;
}
.about-business-item .about-business-slide2 .swiper-slide .slide-box .title-en {
  font-family: "Barlow-r";
  font-size: var(--font14);
  color: #a1acb2;
  line-height: 1;
}
@media (max-width:1200px) {
  .about-business-item .about-business-slide2 {
    max-width: 580px;
  }
}
@media (max-width:768px) {
  .about-business-item .slideBox {
    margin-top: 30px;
  }
  .about-business-item .about-business-slide {
    border-radius: 10px;
  }
  .about-business-item .about-business-slide .swiper-pagination {
    bottom: 6px;
  }
  .about-business-item .about-business-slide .swiper-slide .img {
    height: 200px;
  }
  .about-business-item .about-business-slide .swiper-slide .img img {
    min-height: 100%;
    object-fit: cover;
  }
  .about-business-item .about-business-slide2 {
    padding: 0;
    margin-top: 20px;
  }
  .about-business-item .about-business-slide2 .swiper-slide .slide-box {
    min-height: auto;
    border-radius: 10px;
    padding: 20px 8px;
  }
  .about-business-item .about-business-slide2 .swiper-slide .slide-box .img {
    height: 30px;
  }
  .about-business-item .about-business-slide2 .swiper-slide .slide-box .title {
    margin: 20px 0 4px;
  }
  .about-business-item:last-child .about-business-slide2 .swiper-slide .slide-box {
    padding: 20px 8px;
  }
  .about-business-item:last-child .about-business-slide2 .swiper-slide .slide-box .title {
    margin-top: 0;
  }
}
@-webkit-keyframes h-core-dot {
  0% {
    width: 0%;
    opacity: 0;
  }
  25% {
    width: 21.55%;
    opacity: 1;
  }
  50% {
    width: 53.55%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 120%;
    opacity: 0;
  }
}
@keyframes h-core-dot {
  0% {
    width: 0%;
    opacity: 0;
  }
  25% {
    width: 21.55%;
    opacity: 1;
  }
  50% {
    width: 53.55%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 120%;
    opacity: 0;
  }
}
.h-core-dot {
  -webkit-animation-name: h-core-dot;
  animation-name: h-core-dot;
}
.map {
  position: relative;
  max-width: 51.62%;
  margin: 130px 0 0 38%;
}
.map .south-china-sea-islands-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.map .map-line {
  width: 57%;
  border: 1px dashed #0099ff;
  border-radius: 50%;
  position: absolute;
  left: 36.8%;
  top: 50.3%;
  opacity: 0.2;
}
.map .map-line2 {
  width: 79%;
  border: 1px dashed #0099ff;
  border-radius: 50%;
  position: absolute;
  left: 26.6%;
  top: 36.3%;
  opacity: 0.1;
}
.map .core-dot-box {
  width: 29.4%;
  border-radius: 50%;
  position: absolute;
  left: 51.4%;
  top: 67.5%;
}
.map .core-dot-box .core-dot {
  position: absolute;
  width: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  box-shadow: inset 0 0 20px rgba(0, 162, 224, 0.13);
  -webkit-animation: h-core-dot 3s ease-out;
  -moz-animation: h-core-dot 3s eae-out;
  animation: h-core-dot 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.map .core-dot-box .core-dot.core-dot1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.map .core-dot-box .core-dot.core-dot2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.map .core-dot-box .core-dot.core-dot3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.map .drop {
  position: absolute;
}
.map .drop .drop-i {
  width: 0.6vw;
  line-height: 1;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.map .drop .title {
  /* width: 6.1vw; */
  min-width: 117px;
  background-color: #0099ff;
  border-radius: 999px;
  padding: 6px 14px;
  margin-top: clamp(calc(13 / 2 * 1px), calc(13 / 1920 * 100 * 1vw), 13px);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -58.5px;
}
.map .drop .title::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid #0099ff;
  border-bottom-color: #0099ff;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.map .drop .title img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.map .drop.donguan1 {
  left: 65.3%;
  top: 86.3%;
  z-index: 2;
}
.map .drop.donguan1 .drop-i {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.map .drop.donguan2 {
  left: 64.1%;
  top: 86.5%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.map .drop.donguan3 {
  left: 66.4%;
  top: 86.5%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.map .drop.shangrao {
  left: 70.2%;
  top: 72.6%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.map .drop.hangzhou {
  left: 75.3%;
  top: 69.2%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.map .drop.taiwan {
  left: 76.8%;
  top: 85%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  display: none;
}
.map .drop.xian {
  left: 56.8%;
  top: 59%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.map .drop.xianggang {
  left: 65.8%;
  top: 88.3%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width:990px) {
  .map {
    margin: 60px 0 0 38%;
  }
}
@media (max-width:768px) {
  .map {
    max-width: 100%;
    margin: 50px 0;
  }
  .map .drop .drop-i {
    width: 4px;
  }
  .map .drop .drop-i img {
    max-height: inherit;
  }
}
.contact {
  overflow: hidden;
  background-color: #e9ebf0;
  background: -webkit-linear-gradient(0deg, #eff2f7 0%, #e9ebf0 100%);
  background: -moz-linear-gradient(0deg, #eff2f7 0%, #e9ebf0 100%);
  background: -o-linear-gradient(0deg, #eff2f7 0%, #e9ebf0 100%);
  background: -ms-linear-gradient(0deg, #eff2f7 0%, #e9ebf0 100%);
  background: linear-gradient(0deg, #eff2f7 0%, #e9ebf0 100%);
}
.content-up-box {
  position: relative;
}
.map-container {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: clamp(calc(125 / 2 * 1px), calc(125 / 1920 * 100 * 1vw), 125px);
}
@media (max-width:1024px) {
  .map-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .map-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.map-container .text-box .types {
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
  margin-bottom: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(8.5px, 0.88541667vw, 17px);
}
.map-container .text-box .types .types-t {
  min-width: 60px;
  height: 30px;
  background-color: #0099ff;
  border-radius: 10px;
  font-size: var(--font14);
  color: white;
  font-style: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.map-container .text-box .title {
  font-size: var(--font30);
  color: #041d2c;
  line-height: 1.4;
  position: relative;
  padding-right: clamp(calc(112 / 2 * 1px), calc(112 / 1920 * 100 * 1vw), 112px);
  padding-bottom: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  border-bottom: 1px solid rgba(4, 29, 44, 0.1);
}
.map-container .text-box .dl {
  margin-top: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
}
.map-container .text-box .dl:first-child .dd em {
  font-size: var(--font30);
  color: #0099ff;
}
.map-container .text-box .dl:last-child .dd em {
  font-weight: bold;
}
.map-container .text-box .dl .dt {
  font-size: var(--font14);
  color: #617480;
  line-height: 1.4;
}
.map-container .text-box .dl .dd {
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.4;
}
.map-container .text-box .dl .dd em {
  font-family: "Barlow-r";
  font-style: inherit;
  font-size: var(--font18);
  line-height: 1;
}
@media (max-width:990px) {
  .map-container {
    padding-top: 10px;
  }
}
@media (max-width:768px) {
  .map-container {
    position: relative;
  }
  .map-container .text-box .types {
    margin-top: 30px;
  }
}
.content-down-box {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((130 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(130 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((60 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
}
@media (max-width:1024px) {
  .content-down-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .content-down-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-down-box .yyy {
  right: auto;
  left: -10%;
  top: 0;
}
.content-down-box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 20px;
  position: relative;
  z-index: 1;
}
.content-down-box .list .item {
  background-color: #e9ebf0;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  border-radius: 20px;
  padding-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.content-down-box .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.content-down-box .list .item .item-box .text-box .types {
  margin-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  margin-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: clamp(0px, 0vw, 0px) clamp(8.5px, 0.88541667vw, 17px);
}
.content-down-box .list .item .item-box .text-box .types .types-t {
  min-width: 60px;
  height: 30px;
  background-color: #eff2f7;
  border-radius: 10px;
  font-size: var(--font14);
  color: #617480;
  font-style: inherit;
  padding-left: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
  padding-right: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-down-box .list .item .item-box .text-box .title {
  font-size: var(--font24);
  color: #041d2c;
  line-height: 1.4;
  position: relative;
  padding-bottom: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  border-bottom: 1px solid rgba(4, 29, 44, 0.07);
}
.content-down-box .list .item .item-box .text-box .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  padding-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  border-bottom: 1px solid rgba(4, 29, 44, 0.07);
}
.content-down-box .list .item .item-box .text-box .dl:first-child .dd em {
  font-size: var(--font18);
  font-weight: bold;
}
.content-down-box .list .item .item-box .text-box .dl:last-child {
  border: none;
}
.content-down-box .list .item .item-box .text-box .dl:last-child .dd em {
  font-size: var(--font16);
}
.content-down-box .list .item .item-box .text-box .dl .dt {
  font-size: var(--font14);
  color: #617480;
  line-height: 1.4;
}
.content-down-box .list .item .item-box .text-box .dl .dd {
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.4;
  flex: 1;
  text-align: right;
  margin-left: 20px;
}
.content-down-box .list .item .item-box .text-box .dl .dd em {
  font-family: "Barlow-r";
  font-style: inherit;
  font-size: var(--font18);
  line-height: 1;
}
.content-down-box .list .item:hover {
  background-color: white;
  box-shadow: 0 30px 100px rgba(4, 29, 44, 0.08);
}
.content-down-box .list .item:hover .item-box .text-box .types .types-t {
  background-color: #0099ff;
  color: white;
}
@media (max-width:990px) {
  .content-down-box .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .content-down-box .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rd-wisdom-made-box1 {
  background: url(../images/rd-wisdom-made-box1-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((140 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
}
.rd-wisdom-made-box1 .page-title {
  text-align: center;
  margin-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.rd-wisdom-made-box1 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 100px 20px;
}
.rd-wisdom-made-box1 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.rd-wisdom-made-box1 .list .item .item-box .icon {
  width: 27.5%;
  background-color: white;
  border-radius: 50%;
  margin: auto;
  margin-bottom: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.07);
}
.rd-wisdom-made-box1 .list .item .item-box .icon .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rd-wisdom-made-box1 .list .item .item-box .icon img {
  max-width: 40%;
  max-height: 40%;
}
.rd-wisdom-made-box1 .list .item .item-box .text-box .title {
  font-size: var(--font22);
  color: #041d2c;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width:768px) {
  .rd-wisdom-made-box1 .page-title {
    margin-bottom: 30px;
  }
  .rd-wisdom-made-box1 .list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
  }
  .rd-wisdom-made-box1 .list .item .item-box .icon {
    width: 60%;
    max-width: 80px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  }
  .rd-wisdom-made-box1 .list .item .item-box .icon img {
    max-width: 30%;
    max-height: 30%;
  }
  .rd-wisdom-made-box1 .list .item .item-box .text-box .title {
    font-size: 14px;
  }
}
.rd-wisdom-made-box2 {
  background: url(../images/rd-wisdom-made-box2-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((95 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(95 / 16 * 1rem));
}
.rd-wisdom-made-box2 .page-title {
  text-align: center;
  margin-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.rd-wisdom-made-box2 .img {
  width: 71.1%;
  margin: auto;
  text-align: center;
}
.rd-wisdom-made-box2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 20px;
  margin-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.rd-wisdom-made-box2 .list .item {
  background-color: #f7f9fa;
  background: -webkit-linear-gradient(-90deg, #f7f9fa 0%, white 100%);
  background: -moz-linear-gradient(0deg, #f7f9fa 0%, white 100%);
  background: -o-linear-gradient(0deg, #f7f9fa 0%, white 100%);
  background: -ms-linear-gradient(0deg, #f7f9fa 0%, white 100%);
  background: linear-gradient(180deg, #f7f9fa 0%, white 100%);
  border: 1px solid rgba(4, 29, 44, 0.05);
  border-radius: 20px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.rd-wisdom-made-box2 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rd-wisdom-made-box2 .list .item .item-box .icon {
  order: 2;
}
.rd-wisdom-made-box2 .list .item .item-box .icon img {
  max-height: 38px;
}
.rd-wisdom-made-box2 .list .item .item-box .text-box {
  flex: 1;
  margin-right: 20px;
}
.rd-wisdom-made-box2 .list .item .item-box .text-box .text-body {
  font-size: var(--font16);
  color: #0099ff;
  line-height: 1;
  margin-bottom: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.rd-wisdom-made-box2 .list .item .item-box .text-box .text-body em {
  font-family: "Barlow-r";
  font-size: var(--font36);
  font-style: inherit;
  color: #0099ff;
  margin-right: clamp(calc(5 / 2 * 1px), calc(5 / 1920 * 100 * 1vw), 5px);
}
.rd-wisdom-made-box2 .list .item .item-box .text-box .title {
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.4;
}
.rd-wisdom-made-box2 .list .item:hover {
  background-color: white;
  box-shadow: 0 30px 100px rgba(4, 29, 44, 0.08);
}
@media (max-width:768px) {
  .rd-wisdom-made-box2 {
    background: none;
    padding-bottom: 0;
  }
  .rd-wisdom-made-box2 .list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
  .rd-wisdom-made-box2 .list .item .item-box .icon img {
    max-height: 24px;
  }
  .rd-wisdom-made-box2 .img {
    width: 100%;
  }
}
@media (max-width:480px) {
  .rd-wisdom-made-box2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rd-wisdom-made-box3 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((85 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(85 / 16 * 1rem));
  overflow: hidden;
}
.rd-wisdom-made-box3 .up-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rd-wisdom-made-box3 .tab-name {
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0 10px;
  display: none;
}
.rd-wisdom-made-box3 .tab-name a {
  font-size: var(--font16);
  color: #041d2c;
  height: 50px;
  background-color: white;
  border: 1px solid rgba(4, 29, 44, 0.07);
  border-radius: 99px;
  min-width: 140px;
  text-align: center;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.rd-wisdom-made-box3 .tab-name a.active {
  background-color: #0099ff;
  border-color: #0099ff;
  color: white;
}
.rd-wisdom-made-box3 .tab-box {
  position: relative;
  margin-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.rd-wisdom-made-box3 .tab-box .img {
  text-align: right;
  position: relative;
  top: 0;
  right: -180px;
  width: 100%;
  height: 100%;
}
.rd-wisdom-made-box3 .tab-box .img::before {
  content: '';
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, white 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, white 0%, transparent 100%);
  background: -o-linear-gradient(0deg, white 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, white 0%, transparent 100%);
  background: linear-gradient(90deg, white 0%, transparent 100%);
  z-index: 2;
}
.rd-wisdom-made-box3 .tab-box .img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.rd-wisdom-made-box3 .tab-box .rd-wisdom-container {
  max-width: 396px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rd-wisdom-made-box3 .tab-box .rd-wisdom-container .text-up .title {
  font-size: var(--font30);
  color: #041d2c;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
}
.rd-wisdom-made-box3 .tab-box .rd-wisdom-container .text-up .text-body {
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.6;
}
.rd-wisdom-made-box3 .tab-box .rd-wisdom-container .text-up .text-body p {
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.45;
}
.rd-wisdom-made-box3 .tab-box .rd-wisdom-container .text-up .text-body em {
  color: #0099ff;
  font-style: inherit;
}
.rd-wisdom-made-box3 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 16px;
  display: none;
}
.rd-wisdom-made-box3 .list .item {
  background-color: white;
  box-shadow: 0 4px 14px rgba(0, 97, 134, 0.17);
  border-radius: 20px;
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.rd-wisdom-made-box3 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rd-wisdom-made-box3 .list .item .item-box .icon {
  order: 2;
}
.rd-wisdom-made-box3 .list .item .item-box .icon img {
  max-height: 38px;
}
.rd-wisdom-made-box3 .list .item .item-box .text-box {
  flex: 1;
  margin-right: 20px;
}
.rd-wisdom-made-box3 .list .item .item-box .text-box .text-body {
  font-size: var(--font16);
  color: #0099ff;
  line-height: 1;
  margin-bottom: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.rd-wisdom-made-box3 .list .item .item-box .text-box .text-body em {
  font-family: "Barlow-r";
  font-size: var(--font36);
  font-style: inherit;
  color: #0099ff;
  margin-right: clamp(calc(5 / 2 * 1px), calc(5 / 1920 * 100 * 1vw), 5px);
}
.rd-wisdom-made-box3 .list .item .item-box .text-box .title {
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.4;
}
@media (max-width:1200px) {
  .rd-wisdom-made-box3 .tab-name a {
    height: 40px;
    min-width: 120px;
  }
}
@media (max-width:768px) {
  .rd-wisdom-made-box3 {
    overflow: visible;
  }
  .rd-wisdom-made-box3 .up-box {
    display: block;
  }
  .rd-wisdom-made-box3 .page-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .rd-wisdom-made-box3 .tab-name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .rd-wisdom-made-box3 .tab-box .img {
    position: relative;
    right: 0;
  }
  .rd-wisdom-made-box3 .tab-box .img::before {
    display: none;
  }
  .rd-wisdom-made-box3 .tab-box .rd-wisdom-container {
    position: relative;
    -webkit-transform: none;
    transform: none;
    padding-top: 20px;
  }
  .rd-wisdom-made-box3 .tab-box .rd-wisdom-container .text-up .title {
    font-size: 16px;
  }
}
.rd-wisdom-made-box4 {
  position: relative;
  background: url(../images/rd-wisdom-made-box4-img.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rd-wisdom-made-box4::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #041d2c;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.rd-wisdom-made-box4 * {
  position: relative;
}
.rd-wisdom-made-box4 .page-title .title {
  color: white;
}
.rd-wisdom-made-box4 .text-body {
  margin-top: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
}
.rd-wisdom-made-box4 .text-body p {
  font-size: var(--font22);
  color: white;
  font-weight: bold;
  line-height: 1.45;
}
@media (max-width:1200px) {
  .rd-wisdom-made-box4 {
    background-attachment: inherit;
    padding: 120px 0;
    min-height: inherit;
  }
}
@media (max-width:768px) {
  .rd-wisdom-made-box4 {
    padding: 60px 0;
  }
  .rd-wisdom-made-box4 .text-body p {
    font-size: 14px;
  }
}
.rd-wisdom-made-box5 {
  background: url(../images/rd-wisdom-made-box5-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
}
.rd-wisdom-made-box5 .up-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.rd-wisdom-made-box5 .page-title .title {
  color: white;
}
.rd-wisdom-made-box5 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px 40px;
}
.rd-wisdom-made-box5 .list .item:first-child {
  grid-column: span 2;
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.rd-wisdom-made-box5 .list .item:first-child .item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 40px;
}
.rd-wisdom-made-box5 .list .item:first-child .item-box .text-box {
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.rd-wisdom-made-box5 .list .item:first-child .item-box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rd-wisdom-made-box5 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.rd-wisdom-made-box5 .list .item .item-box .img {
  border-radius: 20px;
  overflow: hidden;
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .num {
  width: 40px;
  height: 40px;
  border: 1px solid #0099ff;
  border-radius: 50%;
  font-family: "Barlow-r";
  font-size: var(--font16);
  color: #0099ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .title {
  font-size: var(--font30);
  color: white;
  line-height: 1.4;
  margin-top: clamp(calc(19 / 2 * 1px), calc(19 / 1920 * 100 * 1vw), 19px);
  margin-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .text-body {
  font-size: var(--font18);
  color: white;
  line-height: 1.45;
  margin-bottom: clamp(calc(52 / 2 * 1px), calc(52 / 1920 * 100 * 1vw), 52px);
  white-space: pre-line;
}
@media (max-width:990px) {
  .rd-wisdom-made-box5 .list .item .item-box .text-box .text-body {
    white-space: inherit;
  }
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .ul .li {
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .ul .li:nth-last-child(-n+2) {
  border-bottom: none;
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .ul .li .li-box .text-num {
  font-family: "Barlow-r";
  font-size: var(--font20);
  color: #0099ff;
  line-height: 1;
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .ul .li .li-box .text-num em {
  font-size: var(--font36);
  color: #0099ff;
  font-style: inherit;
}
.rd-wisdom-made-box5 .list .item .item-box .text-box .ul .li .li-box .text-white {
  font-size: var(--font18);
  color: white;
  font-weight: bold;
  line-height: 1.45;
  margin-top: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
@media (max-width:990px) {
  .rd-wisdom-made-box5 .list {
    grid-gap: 50px 30px;
  }
  .rd-wisdom-made-box5 .list .item:first-child .item-box {
    grid-gap: 30px 30px;
  }
  .rd-wisdom-made-box5 .list .item .item-box .text-box .num {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .rd-wisdom-made-box5 .list {
    display: block;
  }
  .rd-wisdom-made-box5 .list .item {
    margin-top: 20px;
  }
  .rd-wisdom-made-box5 .list .item:first-child {
    padding: 0;
    border: none;
    grid-column: auto;
  }
  .rd-wisdom-made-box5 .list .item:first-child .item-box {
    display: block;
  }
  .rd-wisdom-made-box5 .list .item:first-child .item-box .text-box {
    padding: 0;
  }
  .rd-wisdom-made-box5 .list .item .item-box .text-box .title {
    font-size: 16px;
  }
}
.ll-wisdom-made-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.ll-wisdom-made-box1 .page-title {
  text-align: center;
}
.ll-wisdom-made-box1 .text-body {
  margin-top: clamp(calc(34 / 2 * 1px), calc(34 / 1920 * 100 * 1vw), 34px);
  margin-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  text-align: center;
  font-size: var(--font22);
  color: #041d2c;
  line-height: 1.45;
  font-weight: bold;
}
.ll-wisdom-made-box1 .text-body p {
  font-size: var(--font22);
  color: #041d2c;
  line-height: 1.45;
  font-weight: bold;
}
.ll-wisdom-made-box1 .text-body em {
  color: #0099ff;
  font-style: inherit;
}
.ll-wisdom-made-box1 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #f6f7fb;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}
.ll-wisdom-made-box1 .wrap-box .wrap-le {
  width: 50%;
}
.ll-wisdom-made-box1 .wrap-box .wrap-ri {
  width: 45.5%;
}
.ll-wisdom-made-box1 .img {
  overflow: hidden;
  border-radius: 16px;
  text-align: center;
}
.ll-wisdom-made-box1 .img img {
  min-width: 100%;
}
.ll-wisdom-made-box1 .text-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ll-wisdom-made-box1 .text-box .title {
  margin-top: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  font-size: var(--font36);
  color: #041d2c;
  line-height: 1.17;
  font-weight: bold;
}
.ll-wisdom-made-box1 .text-box .title p {
  font-size: var(--font36);
  color: #041d2c;
  line-height: 1.17;
  font-weight: bold;
}
.ll-wisdom-made-box1 .text-box .text-black {
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.45;
}
.ll-wisdom-made-box1 .text-box .li-box {
  margin-bottom: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
}
.ll-wisdom-made-box1 .text-box .li-box .text-num {
  font-family: "Barlow-r";
  font-size: var(--font24);
  color: #0099ff;
  line-height: 1;
}
.ll-wisdom-made-box1 .text-box .li-box .text-num em {
  font-size: var(--font44);
  color: #0099ff;
  font-style: inherit;
}
.ll-wisdom-made-box1 .text-box .li-box .text-white {
  font-size: var(--font18);
  color: #041d2c;
  font-weight: bold;
  line-height: 1.45;
  margin-top: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
@media (max-width:768px) {
  .ll-wisdom-made-box1 .wrap-box {
    display: block;
    padding: 0;
  }
  .ll-wisdom-made-box1 .wrap-box .wrap-le {
    width: 100%;
  }
  .ll-wisdom-made-box1 .wrap-box .wrap-ri {
    width: 100%;
    padding: 0 20px;
  }
  .ll-wisdom-made-box1 .img {
    border-radius: 0;
  }
  .ll-wisdom-made-box1 .text-down {
    margin-top: 40px;
  }
  .ll-wisdom-made-box1 .text-box .title p {
    font-size: 16px;
  }
}
.ll-wisdom-made-box2 {
  background-color: #f6f7fb;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.ll-wisdom-made-box2 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ll-wisdom-made-box2 .wrap-box .wrap-le {
  width: 47.7%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri {
  width: 52.3%;
  position: relative;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .kong-box .pb {
  padding-bottom: 78%;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img {
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img1 {
  width: 32.5%;
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img1 .pb {
  padding-bottom: 57%;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img2 {
  width: 57.3%;
  top: 9.7%;
  left: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img2 .pb {
  padding-bottom: 55.5%;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img3 {
  width: 64%;
  bottom: 0;
  right: 0;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img3 .pb {
  padding-bottom: 60.5%;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img4 {
  width: 20.5%;
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img4 .pb {
  padding-bottom: 66%;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img5 {
  width: 56.15%;
  top: 32.9%;
  left: 27.5%;
  z-index: 9;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img5 img {
  opacity: 1;
}
.ll-wisdom-made-box2 .wrap-box .wrap-ri .img5 .pb {
  padding-bottom: 58.5%;
}
.ll-wisdom-made-box2 .page-title .title em {
  display: block;
}
.ll-wisdom-made-box2 .text-body {
  margin-top: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
  white-space: pre-line;
}
@media (max-width:1024px) {
  .ll-wisdom-made-box2 .text-body {
    white-space: inherit;
  }
}
.ll-wisdom-made-box2 .text-body p {
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.45;
  font-weight: bold;
}
@media (max-width:768px) {
  .ll-wisdom-made-box2 .wrap-box {
    display: block;
  }
  .ll-wisdom-made-box2 .wrap-box .wrap-le {
    width: 100%;
  }
  .ll-wisdom-made-box2 .wrap-box .wrap-ri {
    width: 100%;
    margin-top: 30px;
  }
  .ll-wisdom-made-box2 .wrap-box .wrap-ri .img {
    border-radius: 10px;
  }
}
.ll-wisdom-made-box3 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  overflow: hidden;
}
.ll-wisdom-made-box3 .text-up {
  text-align: center;
  margin-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.ll-wisdom-made-box3 .page-title .title {
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.ll-wisdom-made-box3 .text-body p {
  font-size: var(--font22);
  color: #041d2c;
  line-height: 1.45;
}
.ll-wisdom-made-box3 .text-body p em {
  color: #0099ff;
  font-style: inherit;
  font-weight: bold;
}
.ll-wisdom-made-box3 .text-down {
  position: relative;
}
.ll-wisdom-made-box3 .text-down .drop {
  position: absolute;
}
.ll-wisdom-made-box3 .text-down .drop .drop-i {
  width: 1.2vw;
  height: 1.2vw;
  border: 1px solid #0099ff;
  border-radius: 50%;
  line-height: 1;
  margin: auto;
  position: relative;
}
.ll-wisdom-made-box3 .text-down .drop .drop-i::before {
  content: '';
  width: 39%;
  height: 39%;
  background-color: #0099ff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ll-wisdom-made-box3 .text-down .drop .title-box {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.ll-wisdom-made-box3 .text-down .drop .title-box .title {
  font-size: var(--font24);
  color: #041d2c;
  line-height: 1.4;
  font-weight: bold;
  margin-top: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  margin-bottom: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
.ll-wisdom-made-box3 .text-down .drop .title-box .text-body {
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.4;
}
.ll-wisdom-made-box3 .text-down .drop .title-box .text-body em {
  font-family: "Barlow-m";
  font-weight: bold;
  font-style: inherit;
}
.ll-wisdom-made-box3 .text-down .drop.drop1 {
  left: 30%;
  top: 74.2%;
}
.ll-wisdom-made-box3 .text-down .drop.drop2 {
  left: 0;
  top: 80.05%;
  right: 0;
  margin: auto;
}
.ll-wisdom-made-box3 .text-down .drop.drop3 {
  right: 30%;
  top: 74.2%;
}
@media (max-width:990px) {
  .ll-wisdom-made-box3 {
    padding-bottom: 30px;
  }
}
@media (max-width:768px) {
  .ll-wisdom-made-box3 .drop-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .ll-wisdom-made-box3 .drop-box .drop {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 50%;
  }
  .ll-wisdom-made-box3 .drop-box .drop .drop-i {
    display: none;
  }
  .ll-wisdom-made-box3 .drop-box .drop .title-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .ll-wisdom-made-box3 .text-down {
    margin-top: 70px;
  }
  .ll-wisdom-made-box3 .text-down .img img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.ll-wisdom-made-box4 {
  background: url(../images/rd-wisdom-made-box5-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((140 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((140 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
}
.ll-wisdom-made-box4 .text-up {
  text-align: center;
}
.ll-wisdom-made-box4 .text-down {
  text-align: center;
}
.ll-wisdom-made-box4 .page-title .title {
  color: white;
  margin-bottom: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
}
.ll-wisdom-made-box4 .text-body p {
  font-size: var(--font18);
  color: white;
  line-height: 1.45;
}
.ll-wisdom-made-box4 .text-body p em {
  color: #0099ff;
  font-style: inherit;
  font-weight: bold;
}
.ll-wisdom-made-box4 .slide-box {
  width: 91.4%;
  margin: auto;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  margin-bottom: clamp(calc(15 / 2 * 1px), calc(15 / 1920 * 100 * 1vw), 15px);
}
.ll-wisdom-made-box4 .ll-wisdom-slide {
  padding-bottom: 40px;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide {
  text-align: center;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide .text-box {
  background-color: white;
  padding: 5px 5px 10px;
  border-radius: 16px;
  overflow: hidden;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide .text-box .img {
  position: relative;
  overflow: hidden;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide .text-box .img .pb {
  padding-bottom: 124.5%;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide .text-box .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide .text-box .img img {
  border-radius: 12px;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide .text-box .title {
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.4;
  margin-top: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.ll-wisdom-made-box4 .ll-wisdom-slide .swiper-slide:hover .text-box .title {
  color: #0099ff;
}
@media (max-width:990px) {
  .ll-wisdom-made-box4 .swiper-pagination {
    opacity: 1;
  }
}
.recruitment-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((80 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((90 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
}
.recruitment-box1 .list {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .recruitment-box1 .list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .recruitment-box1 .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruitment-box1 .list .item {
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  border-bottom: 1px solid rgba(4, 29, 44, 0.1);
}
.recruitment-box1 .list .item:last-child {
  border-bottom: none;
}
.recruitment-box1 .list .item .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.recruitment-box1 .list .item .item-box .title {
  font-size: var(--font30);
  color: #041d2c;
}
.recruitment-box1 .list .item .item-box .text-box {
  width: 65.8%;
}
.recruitment-box1 .list .item .item-box .text-box .icon {
  width: 7.5%;
}
.recruitment-box1 .list .item .item-box .text-box .text-body {
  margin-top: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
}
.recruitment-box1 .list .item .item-box .text-box .text-body p {
  font-size: var(--font20);
  color: #041d2c;
  line-height: 1.5;
}
@media (max-width:768px) {
  .recruitment-box1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .recruitment-box1 .list .item .item-box {
    display: block;
  }
  .recruitment-box1 .list .item .item-box .text-box {
    width: 100%;
    margin-top: 20px;
  }
  .recruitment-box1 .list .item .item-box .text-box .icon {
    width: 34px;
  }
  .recruitment-box1 .list .item .item-box .text-box .text-body {
    margin-top: 9px;
  }
}
.recruitment-box2 {
  background-color: #e1e5eb;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((140 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((160 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(160 / 16 * 1rem));
}
.recruitment-box2 .text-up {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .recruitment-box2 .text-up {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .recruitment-box2 .text-up {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruitment-box2 .swiper-box {
  padding-left: 40px;
  padding-right: 40px;
  padding-right: 0;
}
@media (max-width:1024px) {
  .recruitment-box2 .swiper-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .recruitment-box2 .swiper-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruitment-box2 .swiper-box .recruitment-slide {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.recruitment-box2 .swiper-box .recruitment-slide .swiper-slide {
  width: 42.9%;
}
.recruitment-box2 .swiper-box .recruitment-slide .swiper-slide .img {
  overflow: hidden;
  border-radius: 20px;
}
.recruitment-box2 .swiper-box .recruitment-slide .swiper-slide .img img {
  min-width: 100%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recruitment-box2 .swiper-box .recruitment-slide .swiper-slide .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width:768px) {
  .recruitment-box2 .swiper-box .recruitment-slide {
    padding-bottom: 40px;
  }
  .recruitment-box2 .swiper-box .recruitment-slide .swiper-slide {
    width: 100%;
  }
  .recruitment-box2 .swiper-pagination {
    opacity: 1;
  }
}
.recruitment-box3 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((160 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(160 / 16 * 1rem));
  overflow: hidden;
}
.recruitment-box3 .text-up {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .recruitment-box3 .text-up {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .recruitment-box3 .text-up {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruitment-box3 .swiper-box {
  padding-left: 40px;
  padding-right: 40px;
  padding-right: 0;
}
@media (max-width:1024px) {
  .recruitment-box3 .swiper-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .recruitment-box3 .swiper-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruitment-box3 .swiper-box .recruitment-slide2 {
  margin-top: clamp(calc(95 / 2 * 1px), calc(95 / 1920 * 100 * 1vw), 95px);
  overflow: visible;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide {
  width: 55.5%;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .img {
  width: 46.4%;
  overflow: hidden;
  border-radius: 20px;
  margin-right: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .img img {
  min-width: 100%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .date {
  font-family: "Barlow-r";
  font-size: var(--font16);
  color: #617480;
  line-height: 1;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .title {
  font-size: var(--font30);
  color: #041d2c;
  line-height: 1.4;
  font-weight: bold;
  margin-top: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(calc(130 / 2 * 1px), calc(130 / 1920 * 100 * 1vw), 130px);
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 80px;
  height: 50px;
  background-color: #eff2f7;
  border-radius: 16px;
  font-size: 12px;
  color: #a1acb2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .btn i:hover {
  color: #0099ff;
}
@media (max-width:1200px) {
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .btn {
    margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  }
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .btn i {
    min-width: 50px;
    height: 30px;
    border-radius: 10px;
  }
}
@media (max-width:990px) {
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .img {
    margin-right: 20px;
  }
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .title {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .recruitment-box3 .swiper-box .recruitment-slide2 {
    padding-bottom: 40px;
    margin-top: 30px;
  }
  .recruitment-box3 .swiper-pagination {
    opacity: 1;
  }
  .recruitment-box3 .swiper-pagination .swiper-pagination-bullet {
    background-color: #0099ff;
  }
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide {
    width: 100%;
  }
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .img img {
    border-radius: 10px;
  }
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .title {
    font-size: 16px;
  }
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .text-center .btn {
    margin-top: 10px;
  }
}
@media (max-width:480px) {
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box {
    display: block;
  }
  .recruitment-box3 .swiper-box .recruitment-slide2 .swiper-slide .slide-box .img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.recruitment-box4 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.recruitment-box4 .list .item {
  background-color: #eff2f7;
  position: relative;
  overflow: hidden;
}
.recruitment-box4 .list .item:last-child {
  background-color: #041d2c;
}
.recruitment-box4 .list .item:last-child .item-box .text-box .title {
  color: white;
}
.recruitment-box4 .list .item:last-child .item-box .text-box .text-body {
  color: white;
  color: rgba(255, 255, 255, 0.5);
}
.recruitment-box4 .list .item .item-box {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(225 / 2 * 1px), calc(225 / 1920 * 100 * 1vw), 225px);
}
@media (max-width:1024px) {
  .recruitment-box4 .list .item .item-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .recruitment-box4 .list .item .item-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruitment-box4 .list .item .item-box .text-box .title {
  font-size: var(--font36);
  color: #041d2c;
  margin-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.recruitment-box4 .list .item .item-box .text-box .text-body {
  font-size: var(--font18);
  color: #617480;
  line-height: 1.45;
  display: none;
}
.recruitment-box4 .list .item .item-box .img {
  position: absolute;
  left: 0;
  bottom: -20px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.recruitment-box4 .list .item:hover .item-box .img {
  bottom: 0;
}
@media (max-width:768px) {
  .recruitment-box4 .list {
    display: block;
  }
}
.aboutActive .inner_about {
  transform: none !important;
  padding-top: 100vh !important;
}
.aboutActive .inner_about .about_bgsb {
  opacity: 1;
}
.aboutActive .inner_about .play_box {
  top: auto;
  bottom: 45vh;
}
.inner_about {
  width: 100%;
  background: #EFF2F7;
  overflow: hidden;
  --circle: 34%;
  --opacity: 0;
}
.inner_about .about_bgsb {
  top: 0;
  left: 0;
  opacity: 0;
}
.inner_about .about_bg,
.inner_about .about_bgsb {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.inner_about .about_bg::before,
.inner_about .about_bgsb::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(78, 153, 190, 0.3);
  backdrop-filter: blur(5px);
  -webkit-mask: url('../images/text.png') no-repeat center / cover;
  mask: url('../images/text.png') no-repeat center / cover;
  opacity: var(--opacity);
}
.inner_about .about_bg .img,
.inner_about .about_bgsb .img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  overflow: hidden;
}
.inner_about .about_bg .img img,
.inner_about .about_bgsb .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_about .about_bg .img.active,
.inner_about .about_bgsb .img.active {
  z-index: 1;
  clip-path: circle(var(--circle) at 50% 95%);
}
.inner_about .play_box {
  cursor: pointer;
  opacity: 0;
  width: 86px;
  height: 86px;
  position: absolute;
  left: 50%;
  top: 45vh;
  z-index: 12;
  transform: translateX(-50%) scale(0.8);
  border-radius: 50%;
  background-color: rgba(251, 247, 236, 0.4);
}
.inner_about .play_box::before,
.inner_about .play_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px dashed white;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: icon-video 3s ease-out;
  animation: icon-video 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.inner_about .play_box::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.inner_about .about_height {
  position: relative;
  width: 100%;
  height: 100vh;
}
.inner_about .about_main {
  padding-bottom: 100px;
  width: 100%;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width:1024px) {
  .inner_about .about_main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .inner_about .about_main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner_about .about_main .menu {
  opacity: 0;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
.inner_about .about_main .menu .item {
  width: 100%;
  height: auto;
}
.inner_about .about_main .menu .item .item-box {
  text-align: center;
}
.inner_about .about_main .menu .item .item-box .icon img {
  max-height: 49px;
}
.inner_about .about_main .menu .item .item-box .text-box {
  margin-top: clamp(calc(47 / 2 * 1px), calc(47 / 1920 * 100 * 1vw), 47px);
}
.inner_about .about_main .menu .item .item-box .text-box .text-body {
  font-family: "Barlow-m";
  font-size: clamp(calc(28 / 16 * 1rem), calc((28 / 16 * 1rem) + ((56 - 28) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(56 / 16 * 1rem));
  color: white;
  line-height: 1;
}
.inner_about .about_main .menu .item .item-box .text-box .text-body em {
  font-family: "Barlow-m";
  font-size: clamp(calc(28 / 16 * 1rem), calc((28 / 16 * 1rem) + ((56 - 28) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(56 / 16 * 1rem));
  color: white;
  line-height: 1;
  font-style: inherit;
}
.inner_about .about_main .menu .item .item-box .text-box .title {
  font-size: var(--font16);
  color: white;
  line-height: 1.45;
  margin-top: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.inner_about .text-up {
  position: absolute;
  top: 20vh;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .inner_about .text-up {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .inner_about .text-up {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner_about .text-up .page-title .title {
  -webkit-animation: ink 1s both;
  animation: ink 1s  both;
}
.inner_about .text-up .page-title .text-body {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  font-weight: bold;
  -webkit-animation: ink 1s 0.2s both;
  animation: ink 1s 0.2s both;
}
.inner_about .text-up .text-body {
  -webkit-animation: ink 1s 0.4s both;
  animation: ink 1s 0.4s both;
}
.inner_about .text-up .text-body p {
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.85;
}
.inner_about .text-up .text-body p em {
  font-family: "Barlow-m";
  font-style: inherit;
  font-weight: bold;
}
.inner_about .icon_down {
  position: absolute;
  left: 40px;
  top: 0;
  font-size: var(--font40);
  color: #0099ff;
  height: 96vh;
  width: 36px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.inner_about .icon_down .btn-box {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.inner_about .icon_down .btn-box::before {
  content: '';
  width: 100%;
  height: 44px;
  background: url(../images/icon_down.png) no-repeat center;
  background-size: 36px 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: down-icon 1.5s ease-out infinite;
  animation: down-icon 1.5s ease-out infinite;
}
@media (max-width:768px) {
  .inner_about {
    --circle: 66%;
  }
  .inner_about .about_bg .img.active,
  .inner_about .about_bgsb .img.active {
    clip-path: circle(var(--circle) at 50% 100%);
  }
  .inner_about .text-up {
    top: 50px;
    display: block;
  }
  .inner_about .text-up .page-title .text-body {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .inner_about .play_box {
    width: 50px;
    height: 50px;
  }
  .inner_about .about_main {
    height: auto;
    padding-bottom: 0;
  }
  .inner_about .about_main .menu {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 20px 0;
  }
  .inner_about .about_main .menu .item {
    width: 50%;
  }
  .inner_about .about_main .menu .item .item-box .icon img {
    height: 30px;
  }
  .inner_about .about_main .menu .item .item-box .text-box {
    margin-top: 10px;
  }
}
.about-box2 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((140 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(140 / 16 * 1rem));
  overflow: hidden;
  background-color: white;
  position: relative;
}
@media (max-width:1024px) {
  .about-box2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about-box2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-box2 > .pin-spacer {
  height: inherit !important;
  padding: 0px !important;
}
.about-box2 .page-title {
  height: auto;
}
.about-box2 .page-title .text-body {
  font-size: clamp(calc(36 / 16 * 1rem), calc((36 / 16 * 1rem) + ((80 - 36) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  padding-left: clamp(calc(77 / 2 * 1px), calc(77 / 1920 * 100 * 1vw), 77px);
  font-weight: 600;
}
.about-box2 .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.about-box2 .list {
  width: 66.3%;
  height: auto;
}
.about-box2 .list .item {
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.about-box2 .list .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.about-box2 .list .item .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-box2 .list .item .item-box .icon {
  order: 2;
  width: 15.55%;
  text-align: center;
}
.about-box2 .list .item .item-box .lottie {
  --lottie-player-toolbar-height: 35px;
  --lottie-player-toolbar-background-color: transparent;
  --lottie-player-toolbar-icon-color: #999;
  --lottie-player-toolbar-icon-hover-color: #222;
  --lottie-player-toolbar-icon-active-color: #555;
  --lottie-player-seeker-track-color: #ccc;
  --lottie-player-seeker-thumb-color: rgba(0, 107, 120, 0.8);
  --lottie-player-seeker-display: block;
  display: block;
  width: 100%;
  height: 100%;
}
.about-box2 .list .item .item-box .text-box {
  flex: 1;
}
.about-box2 .list .item .item-box .text-box .title {
  font-size: var(--font24);
  color: #041d2c;
  line-height: 1.45;
}
.about-box2 .list .item .item-box .text-box .text-body {
  font-size: var(--font30);
  color: #041d2c;
  line-height: 1.45;
  font-weight: bold;
  margin-top: 30px;
}
.about-box2 .list .item .item-box .text-box .text-body em {
  font-style: inherit;
  margin-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
@media (max-width:768px) {
  .about-box2 .page-title .text-body {
    font-size: 24px;
    transform: none !important;
    opacity: 1 !important;
    padding-left: 0;
    margin-top: 10px;
  }
  .about-box2 .list {
    width: 100%;
  }
  .about-box2 .list .item .item-box .text-box .text-body {
    font-size: 16px;
    margin-top: 5px;
  }
  .about-box2 .list .item .item-box .text-box .text-body em {
    display: block;
    margin-right: 0;
  }
}
.about-box3 {
  background-color: #171d29;
  position: relative;
  overflow: hidden;
}
.about-box3 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-box3 .wrap-box .wrap-item {
  width: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.about-box3 .wrap-box .wrap-item .kong .pb {
  padding-bottom: 0;
  min-height: 49.94791vw;
}
.about-box3 .wrap-box .wrap-item.active {
  width: 80%;
}
.about-box3 .wrap-ri .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-box3 .wrap-ri .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.about-box3 .wrap-ri:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about-box3 .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
@media (max-width:1024px) {
  .about-box3 .page-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about-box3 .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-box3 .page-title .title {
  color: white;
}
.about-box3 .list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .about-box3 .list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about-box3 .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-box3 .list .item {
  border-bottom: clamp(calc(2 / 16 * 1rem), calc((2 / 16 * 1rem) + ((4 - 2) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(4 / 16 * 1rem)) solid #0099ff;
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(59 / 2 * 1px), calc(59 / 1920 * 100 * 1vw), 59px);
  margin-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.about-box3 .list .item .item-box .text-box .text-body {
  font-family: "Barlow-m";
  font-size: var(--font44);
  color: white;
  line-height: 1;
}
.about-box3 .list .item .item-box .text-box .title {
  font-size: var(--font16);
  color: white;
  line-height: 1.45;
  margin-top: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
}
.about-box3 .swiper-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.about-box3 .swiper-box::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  z-index: 2;
}
.about-box3 .slide-btn-box {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  display: flex !important;
}
@media (min-width: 990px) {
  .about-box3 .about-slide {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .about-box3 .about-slide .swiper-wrapper {
    transform: none !important;
  }
  .about-box3 .about-slide .swiper-slide {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
  }
  .about-box3 .about-slide .swiper-slide-active {
    opacity: 1 !important;
  }
  .about-box3 .about-slide .swiper-slide-active .img img {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  .about-box3 .about-slide .img {
    width: 100%;
    height: 100%;
  }
  .about-box3 .about-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -moz-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -o-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -ms-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
@media (max-width:990px) {
  .about-box3 .about-slide .swiper-slide-active .img img {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  .about-box3 .about-slide .swiper-slide {
    height: auto;
  }
  .about-box3 .about-slide .img {
    width: 100%;
    height: 100%;
  }
  .about-box3 .about-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -moz-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -o-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -ms-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
.about-box3 .about-slide2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  margin-bottom: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.about-box3 .about-slide2 .text-box {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .about-box3 .about-slide2 .text-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about-box3 .about-slide2 .text-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-box3 .about-slide2 .text-box .title {
  font-size: var(--font24);
  color: white;
  line-height: 1;
}
.about-box3 .about-slide2 .text-box .text-body {
  font-size: var(--font30);
  color: white;
  line-height: 1.45;
  font-weight: bold;
  margin-top: clamp(calc(37 / 2 * 1px), calc(37 / 1920 * 100 * 1vw), 37px);
}
.about-box3 .about-slide2 .swiper-slide-active .text-box .title {
  -webkit-animation: ink 1s both;
  animation: ink 1s both;
}
.about-box3 .about-slide2 .swiper-slide-active .text-box .text-body {
  -webkit-animation: ink 1s 0.5s both;
  animation: ink 1s 0.5s both;
}
@media (max-width:990px) {
  .about-box3 .page-title {
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  .about-box3 .wrap-box {
    display: block;
  }
  .about-box3 .wrap-box .wrap-item {
    width: 100%;
  }
  .about-box3 .wrap-box .wrap-item .kong .pb {
    padding-bottom: 88%;
    min-height: auto;
  }
  .about-box3 .about-slide2 .text-box .text-body {
    font-size: 16px;
  }
}
.about-box4 {
  background-color: #eff2f7;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  overflow: hidden;
  position: relative;
}
.about-box4 .about-box4-bg {
  width: 18.93%;
  position: absolute;
  right: 0;
  top: 0;
}
.about-box4 .text-up {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width:1024px) {
  .about-box4 .text-up {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about-box4 .text-up {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-box4 .text-up .text-body {
  display: none;
}
.about-box4 .page-title .text-body {
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.about-box4 .page-title .text-body em {
  display: block;
}
.about-box4 .text-down {
  position: relative;
}
.about-box4 .text-down .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-box4 .text-down .img2 {
  position: relative;
  z-index: 2;
}
.about-box4 .text-down .text-year {
  font-size: clamp(calc(125 / 16 * 1rem), calc((125 / 16 * 1rem) + ((250 - 125) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(250 / 16 * 1rem));
  font-family: "Barlow-m";
  color: white;
  line-height: 1;
  letter-spacing: -10px;
  position: absolute;
  right: 40px;
  bottom: 0;
  margin-bottom: clamp(calc(-100 / 2 * 1px), calc(-100 / 1920 * 100 * 1vw), -100px);
  opacity: 1;
}
.about-box4 .swiper-box {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: clamp(calc(150 / 2 * 1px), calc(150 / 1920 * 100 * 1vw), 150px);
  margin-bottom: clamp(calc(72 / 2 * 1px), calc(72 / 1920 * 100 * 1vw), 72px);
}
@media (max-width:1024px) {
  .about-box4 .swiper-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .about-box4 .swiper-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-box4 .swiper-box .about-history {
  position: relative;
}
.about-box4 .swiper-box .about-history .swiper-slide {
  width: auto;
  height: auto;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n-1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  bottom: -7.5px;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n-1)::before {
  content: '';
  width: 100%;
  height: 1px;
  background: url(../images/about-box4-line.png) repeat-x left center;
  opacity: 0.15;
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: -1;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n-1) .text-box {
  padding-right: 26px;
  padding-bottom: 85px;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n-1) .text-box::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #041d2c;
  position: absolute;
  right: 7px;
  bottom: 0;
  opacity: 0.1;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n-1) .text-box .slide-year {
  position: absolute;
  right: 26px;
  bottom: 54px;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n-1) .text-box .drop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  top: -7.5px;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n) .text-box {
  padding-left: 26px;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n) .text-box::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #041d2c;
  position: absolute;
  left: 7px;
  top: 0;
  opacity: 0.1;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n) .text-box .slide-year {
  padding: 54px 0 10px;
}
.about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n) .text-box .drop {
  position: absolute;
  left: 0;
  top: 0;
}
.about-box4 .swiper-box .about-history .swiper-slide .text-box {
  display: inline-block;
  position: relative;
}
.about-box4 .swiper-box .about-history .swiper-slide .drop {
  width: 15px;
  height: 15px;
  background-color: white;
  border: 3px solid #0099ff;
  border-radius: 50%;
}
.about-box4 .swiper-box .about-history .swiper-slide .slide-year {
  font-family: "Barlow-r";
  font-size: var(--font24);
  color: #0099ff;
  font-weight: bold;
  line-height: 1;
}
.about-box4 .swiper-box .about-history .swiper-slide .text-body p {
  font-size: var(--font16);
  color: #041d2c;
  line-height: 1.5;
}
@media (max-width:1200px) {
  .about-box4 .about-history {
    padding-bottom: 40px;
  }
  .about-box4 .swiper-pagination {
    opacity: 1;
  }
  .about-box4 .swiper-pagination .swiper-pagination-bullet {
    background-color: #0099ff;
  }
}
@media (max-width:768px) {
  .about-box4 .swiper-box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-box4 .text-down .text-year {
    font-size: 68px;
    letter-spacing: -2px;
    right: 20px;
    margin-bottom: -10px;
  }
}
@media (max-width:480px) {
  .about-box4 .swiper-box .about-history .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    bottom: -7.5px;
    top: auto !important;
  }
  .about-box4 .swiper-box .about-history .swiper-slide:last-child {
    display: none;
  }
  .about-box4 .swiper-box .about-history .swiper-slide::before {
    content: '';
    width: 100%;
    height: 1px;
    background: url(../images/about-box4-line.png) repeat-x left center;
    opacity: 0.15;
    position: absolute;
    left: 0;
    bottom: 0 !important;
    z-index: -1;
  }
  .about-box4 .swiper-box .about-history .swiper-slide:nth-child(2n) {
    -webkit-transform: none;
    transform: none;
  }
  .about-box4 .swiper-box .about-history .swiper-slide .text-box {
    width: 100%;
    padding-left: 26px;
    padding-right: 0 !important;
    padding-bottom: 40px !important;
    display: block;
  }
  .about-box4 .swiper-box .about-history .swiper-slide .text-box::before {
    right: auto !important;
    left: 7px;
  }
  .about-box4 .swiper-box .about-history .swiper-slide .text-box .drop {
    right: auto !important;
    bottom: auto !important;
    left: 0;
    top: 0;
  }
  .about-box4 .swiper-box .about-history .swiper-slide .text-box .slide-year {
    padding: 30px 0 10px !important;
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
  }
}
.social-responsibility-box1 {
  overflow: hidden;
}
.social-responsibility-box1 .social-responsibility-container {
  position: relative;
  overflow: hidden;
  height: 200vh;
  background-color: #eff2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.social-responsibility-box1 .social-responsibility-container .center-box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: var(--header-height);
}
@media (max-width:1024px) {
  .social-responsibility-box1 .social-responsibility-container .center-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .social-responsibility-box1 .social-responsibility-container .center-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social-responsibility-box1 .social-responsibility-container .page-title {
  position: absolute;
  top: 19.68085vh;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .social-responsibility-box1 .social-responsibility-container .page-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .social-responsibility-box1 .social-responsibility-container .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social-responsibility-box1 .social-responsibility-container .yuan-box {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 36.19%;
}
.social-responsibility-box1 .social-responsibility-container .page_nav {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .social-responsibility-box1 .social-responsibility-container .page_nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .social-responsibility-box1 .social-responsibility-container .page_nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social-responsibility-box1 .social-responsibility-container .page_nav a {
  display: block;
  font-size: var(--font20);
  color: #a1acb2;
  line-height: 2.5;
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.social-responsibility-box1 .social-responsibility-container .page_nav a i {
  width: 28px;
  height: 100%;
  font-size: var(--font20);
  color: #0099ff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.social-responsibility-box1 .social-responsibility-container .page_nav a.active {
  padding-left: 28px;
  color: #041d2c;
}
.social-responsibility-box1 .social-responsibility-container .page_nav a.active i {
  -webkit-animation: fadeInLeft 0.4s 1 linear forwards;
  animation: fadeInLeft 0.4s 1 linear forwards;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .swiper-ri {
  width: 66.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide {
  width: 49.1%;
  overflow: visible;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/social-responsibility-box1-bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 9;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide::after {
  content: '';
  width: 107%;
  height: 107%;
  background: url(../images/social-responsibility-box1-line.png) no-repeat center;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  left: -3.5%;
  top: -3.5%;
  border-radius: 50%;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide .swiper-slide {
  width: 100% !important;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide .swiper-slide-active .img img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide .swiper-slide {
  opacity: 1 !important;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide .img {
  border-radius: 50%;
  overflow: hidden;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide .img img {
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -webkit-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -moz-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -o-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  -ms-transition: all 1.5s cubic-bezier(0.65, 0.01, 0.45, 1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 {
  width: 45.9%;
  overflow: visible;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 .text-box .num {
  font-family: "Barlow-r";
  font-size: var(--font30);
  color: #0099ff;
  line-height: 1;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 .text-box .title {
  font-size: var(--font44);
  color: #041d2c;
  line-height: 1.45;
  font-weight: bold;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  margin-bottom: clamp(calc(68 / 2 * 1px), calc(68 / 1920 * 100 * 1vw), 68px);
  position: relative;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 .text-box .title::before {
  content: '';
  width: 140%;
  height: 2px;
  background-color: #909399;
  position: absolute;
  left: -40%;
  bottom: 0;
  margin-bottom: clamp(calc(-34 / 2 * 1px), calc(-34 / 1920 * 100 * 1vw), -34px);
  opacity: 0.15;
}
.social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 .text-box .text-body p {
  font-size: var(--font20);
  color: #041d2c;
  line-height: 1.4;
}
@media (max-width:1200px) {
  .social-responsibility-box1 .social-responsibility-container {
    height: 100vh;
  }
  .social-responsibility-box1 .social-responsibility-container .yuan-box {
    bottom: -10%;
  }
  .social-responsibility-box1 .social-responsibility-container .swiper-box .swiper-ri {
    width: 75%;
  }
}
@media (max-width:768px) {
  .social-responsibility-box1 .social-responsibility-container .center-box {
    display: block;
  }
  .social-responsibility-box1 .social-responsibility-container .page-title {
    top: 100px;
  }
  .social-responsibility-box1 .social-responsibility-container .page_nav {
    width: 100%;
    height: auto;
    margin: 100px 0 50px;
    position: relative;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .social-responsibility-box1 .social-responsibility-container .page_nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 20px;
  }
  .social-responsibility-box1 .social-responsibility-container .page_nav .list a.active {
    padding-left: 0;
  }
  .social-responsibility-box1 .social-responsibility-container .page_nav .list a i {
    display: none;
  }
  .social-responsibility-box1 .social-responsibility-container .swiper-box .swiper-ri {
    width: 100%;
    display: block;
  }
  .social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide {
    margin: auto;
  }
  .social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 {
    width: 100%;
  }
  .social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 .text-box {
    margin-top: 20px;
  }
  .social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 .text-box .title {
    margin-bottom: 28px;
  }
  .social-responsibility-box1 .social-responsibility-container .swiper-box .social-responsibility-slide2 .text-box .title::before {
    width: 100%;
    left: 0;
    height: 1px;
    margin-bottom: -13px;
  }
}
/* 发展历程 */
.inside_about_6 {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width:1024px) {
  .inside_about_6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:990px) {
  .inside_about_6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inside_about_6 .about_box {
  width: 100%;
  height: auto;
  padding-top: clamp(calc(90 / 2 * 1px), calc(90 / 1920 * 100 * 1vw), 90px);
  padding-bottom: 20px;
}
.inside_about_6 .about_box .up {
  position: relative;
}
.inside_about_6 .about_box .swiper_box {
  width: 85%;
  overflow: hidden;
}
.inside_about_6 .about_box .swiper_box .swiper-slide {
  height: 100%;
}
.inside_about_6 .about_box .swiper_box .time {
  opacity: 0;
  font-family: "Barlow-b";
  font-size: clamp(calc(80 / 16 * 1rem), calc((80 / 16 * 1rem) + ((240 - 80) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(240 / 16 * 1rem));
  color: white;
  line-height: 0.8;
}
.inside_about_6 .about_box .swiper_box .time span {
  font-family: "Barlow-b";
  color: #0099ff;
  line-height: 0.8;
}
.inside_about_6 .about_box .swiper_box .info {
  opacity: 0;
  width: 100%;
  height: auto;
  margin-top: clamp(calc(36 / 2 * 1px), calc(36 / 1920 * 100 * 1vw), 36px);
}
.inside_about_6 .about_box .swiper_box .info .one {
  width: 100%;
  height: auto;
}
.inside_about_6 .about_box .swiper_box .info .one * {
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1.67;
}
.inside_about_6 .about_box .swiper_box .ani {
  display: none;
}
.inside_about_6 .about_box .swiper_box .active .ani {
  display: block;
}
.inside_about_6 .about_box .swiper_pager {
  position: absolute;
  right: 0;
  bottom: 0;
}
.inside_about_6 .about_box .swiper_pager .swiper_btn {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid #FFF;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.inside_about_6 .about_box .swiper_pager .swiper_btn img {
  max-width: 30%;
}
.inside_about_6 .about_box .swiper_pager .play {
  position: relative;
  z-index: 1;
}
.inside_about_6 .about_box .swiper_pager .play i {
  width: 0;
  height: 12px;
  border-left: 2px solid #fff;
}
.inside_about_6 .about_box .swiper_pager .play i:last-child {
  margin-left: 5px;
}
.inside_about_6 .about_box .swiper_pager .play.active i:first-child {
  height: 0;
  border-style: solid;
  border-width: 6px 4px 6px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 7px;
}
.inside_about_6 .about_box .swiper_pager .play.active i:last-child {
  height: 0;
  margin: 0;
}
.inside_about_6 .about_box .swiper_pager .prev,
.inside_about_6 .about_box .swiper_pager .next {
  filter: brightness(0) invert(1);
}
.inside_about_6 .about_box .swiper_pager .prev {
  margin-left: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.inside_about_6 .about_box .swiper_pager .next {
  margin-left: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.inside_about_6 .about_box .swiper_tabs {
  width: 100%;
  height: auto;
  margin-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  position: relative;
  z-index: 1;
  --w: 0px;
  --s: 20px;
}
.inside_about_6 .about_box .swiper_tabs .line_active {
  width: 100%;
  height: var(--s);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(218, 221, 227, 0.4);
  border-radius: var(--s);
}
.inside_about_6 .about_box .swiper_tabs .line_active::after {
  content: '';
  width: -webkit-calc(var(--w) + var(--s));
  width: calc(var(--w) + var(--s));
  height: var(--s);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, transparent, #0099ff);
  border-radius: var(--s);
  opacity: 0.66;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inside_about_6 .about_box .swiper_tabs .tabs_menu {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inside_about_6 .about_box .swiper_tabs .tabs_menu .item {
  width: var(--s);
  height: auto;
  position: relative;
  z-index: 5;
  padding-top: calc(var(--s) * 2);
  cursor: pointer;
}
.inside_about_6 .about_box .swiper_tabs .tabs_menu .item::before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: white;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inside_about_6 .about_box .swiper_tabs .tabs_menu .item .time {
  font-family: "Barlow-b";
  width: 4em;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  font-size: var(--font18);
  color: #041d2c;
  line-height: 1;
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.inside_about_6 .about_box .swiper_tabs .tabs_menu .item.prev::before {
  background: white;
}
.inside_about_6 .about_box .swiper_tabs .tabs_menu .item.active::before {
  background: #0099ff;
  opacity: 1;
}
.inside_about_6 .about_box .swiper_tabs .tabs_menu .item.active .time {
  color: #0099ff;
  opacity: 1;
}
@media (max-width:1440px) {
  .inside_about_6 .about_box .swiper_pager {
    --w: 48px;
  }
  .inside_about_6 .about_box .swiper_tabs {
    --s: 14px;
  }
}
@media (max-width:1024px) {
  .inside_about_6 .about_box .swiper_box {
    width: 100%;
  }
  .inside_about_6 .about_box .swiper_box .info {
    margin-top: 15px;
  }
  .inside_about_6 .about_box .swiper_pager {
    margin-top: 20px;
    --w: 40px;
  }
  .inside_about_6 .about_box .swiper_pager .play i {
    height: 10px;
  }
  .inside_about_6 .about_box .swiper_tabs {
    --s: 10px;
  }
}
@media (max-width:768px) {
  .inside_about_6 .about_box {
    padding-bottom: 50px;
  }
  .inside_about_6 .about_box .swiper_pager {
    --w: 36px;
  }
  .inside_about_6 .about_box .swiper_tabs {
    margin-top: 15px;
    --s: 6px;
  }
  .inside_about_6 .about_box .swiper_tabs .tabs_menu .item {
    padding: 0;
  }
  .inside_about_6 .about_box .swiper_tabs .tabs_menu .item .time {
    display: none;
  }
}
.inside_about_6 .images {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.inside_about_6 .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
