@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.41285;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Source Han Sans, Source Han Sans;
  background: #fff;
  height: 100%;
}

[hidden] {
  overflow: hidden;
}

:root {
  /* 字体大小 */
  --txt-base: 12px;
  --txt-12: var(--txt-base);
  --txt-14: calc(var(--txt-base) + 2px);
  --txt-16: calc(var(--txt-base) + 4px);
  --txt-18: calc(var(--txt-base) + 6px);
  --txt-20: calc(var(--txt-base) + 8px);
  /* 颜色 */
  --col: #2e3092;
  --red: #b62929;
  --black: 0, 0, 0;
  --color-blank-2: rgba(var(--black), 0.2);
  --color-blank-5: rgba(var(--black), 0.5);
  --max-width: 1420px;
}

.scrollbar {
  scrollbar-color: #2e3092 #dddddd;
  scrollbar-width: thin;
}

html.hid,
body.hid {
  scrollbar-width: none;
}

html.hid::-webkit-scrollbar,
body.hid::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

img {
  border-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* .clear {
	clear: both;
} */
::before,
::after {
  content: "";
  position: absolute;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: var(--max-width);
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.container::after {
  content: "";
  clear: both;
  display: block;
}

/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf {
  zoom: 1;
}

.cf :after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/*文字排版、颜色*/
.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.wn {
  /* 强制不换行 */
  word-wrap: normal;
  white-space: nowrap;
}

.wb {
  /* 强制换行 */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

/* 保持空白序列*/
.wp {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* 溢出样式 */
/* 定位方式 */
.ps {
  position: static;
}

.pr {
  position: relative;
  zoom: 1;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

/* 垂直对齐方式 */
/* 鼠标样式 */
/* flex布局 */
.df-sb,
.link-con,
.foot,
.foot-code,
.link,
.foot-info,
.foot-info .tb,
.nav-one-con,
.nav-logo,
.nav-txt,
.mob-btn,
.nav-two-con,
.nav,
.nav-search,
.nav-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.df-sb::before,
.link-con::before,
.foot::before,
.foot-code::before,
.link::before,
.foot-info::before,
.foot-info .tb::before,
.nav-one-con::before,
.nav-logo::before,
.nav-txt::before,
.mob-btn::before,
.nav-two-con::before,
.nav::before,
.nav-search::before,
.nav-search form::before,
.df-sb::after,
.link-con::after,
.foot::after,
.foot-code::after,
.link::after,
.foot-info::after,
.foot-info .tb::after,
.nav-one-con::after,
.nav-logo::after,
.nav-txt::after,
.mob-btn::after,
.nav-two-con::after,
.nav::after,
.nav-search::after,
.nav-search form::after {
  content: normal;
}

.df-sb>*,
.link-con>*,
.foot>*,
.foot-code>*,
.link>*,
.foot-info>*,
.foot-info .tb>*,
.nav-one-con>*,
.nav-logo>*,
.nav-txt>*,
.mob-btn>*,
.nav-two-con>*,
.nav>*,
.nav-search>*,
.nav-search form>* {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.df-sa::before,
.df-sa::after {
  content: normal;
}

.df-sa>* {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c,
.load {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 辅助 */
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #dce7e1;
  border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #2e3092;
}

/* 滤镜 */
/* 模糊 */
/* 高亮 */
/* 鲜艳 */
/* 黑白 */
/* 颜色反转50% */
/* 颜色反转100% */
/* 白色滤镜 */
/* 生动鲜艳 */
/* 灰褐 */
/* 阴影效果 */
/*title提示框美化样式*/
.tooltip {
  font-size: 12px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  opacity: 0.8;
  font-family: Microsoft Yahei;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 6px dashed #000;
  top: 0;
  left: 20%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-arrow-n {
  border-bottom-color: #6f8ec5;
}

.tipsy-inner {
  background-color: #6f8ec5;
  color: #fff;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
}

.menu-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  background: linear-gradient(135deg, #23adb2, #329fda);
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
  z-index: 999;
}

.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.menu-button.cross {
  background: #1caaaf;
  background: linear-gradient(135deg, #acce22, #1caaaf);
}

.cross .bar:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.iconfont {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  background-position: center center;
}

.icon-firefox {
  background-image: url(../images/firefox.png);
}

.icon-chrome {
  background-image: url(../images/chrome.png);
}

.icon-opera {
  background-image: url(../images/opera.png);
}

.icon-edge {
  background-image: url(../images/Edge.png);
}

.b-body {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: #000;
}

.b-content {
  width: 400px;
  margin: 60px auto;
  font-size: 14px;
  color: #999;
}

.pic-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.pic-box .img {
  width: 100%;
  height: 350px;
  background: url(../images/nonono.png) no-repeat center top/contain;
}

.pic-box img {
  max-width: 100%;
  margin-bottom: 10px;
}

.pic-box p {
  line-height: 20px;
  font-size: 12px;
}

.text-box .title {
  text-align: center;
  margin: 30px 0;
}

.text-box .list {
  height: 90px;
}

.text-box .list li a {
  float: left;
  width: 100px;
  text-align: center;
  line-height: 24px;
  color: #666;
}

.text-box .list li .iconfont {
  font-size: 30px;
}

.text-box .list li a span {
  font-size: 12px;
  color: #999;
}

.copyright {
  margin-top: 20px;
  text-align: center;
}

.copyright a {
  color: inherit;
}

.copyright a:hover {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../images/grayBg.png) repeat;
  background: #2e3092;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 910;
  opacity: 0;
}

.cd-popup h3 {
  font-size: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 85px;
  margin-bottom: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  height: 116px;
  padding: 40px;
  background: #fff;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  top: 50%;
  margin-top: -58px;
  background: #fff;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.2);
  transition-property: transform;
  transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
  transform: scale(1);
}

.hidden_search .search_wrap {
  border: 1px solid #e4eaec;
  border-radius: 20px;
  position: relative;
  padding-right: 56px;
  padding-left: 20px;
  height: 36px;
}

.hidden_search .text {
  width: 100%;
  height: 36px;
  padding: 8px 0;
  font-size: 14px;
  color: #444;
  background: none;
  border: none;
  font-family: "Microsoft Yahei";
}

.hidden_search .btn {
  display: block;
  background: url(../images/search_icon.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  height: 36px;
  width: 36px;
  text-indent: -999em;
  border: none;
  cursor: pointer;
}

.hidden_search .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  width: 42px;
  height: 42px;
  transition: 0.5s;
}

.hidden_search .close_btn::after,
.hidden_search .close_btn::before {
  background: #cccccc;
  width: 20px;
  height: 3px;
  display: block;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 10px;
  top: 11px;
}

.hidden_search .close_btn::before {
  transform-origin: left bottom;
  transform: rotate(45deg);
}

.hidden_search .close_btn::after {
  transform-origin: left top;
  transform: rotate(-45deg);
  top: 26px;
}

.hidden_search .close_btn:hover::after,
.hidden_search .close_btn:hover::before {
  background: #004d24;
}

.image,
.foot-code .item .code img,
.swiperInside .swiper-slide img,
.img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hover1,
.foot-copy a {
  position: relative;
  transition: all 0.3s;
}

.hover1::before,
.foot-copy a::before,
.hover1::after,
.foot-copy a::after {
  background: #fff;
  height: 1px;
  bottom: 0;
  width: 0;
}

.hover1::before,
.foot-copy a::before {
  left: 0;
}

.hover1::after,
.foot-copy a::after {
  right: 0;
  transition: all 0.3s;
}

.hover1:hover::before,
.foot-copy a:hover::before {
  width: 100%;
  transition: all 0.3s;
}

.hover1:hover::after,
.foot-copy a:hover::after {
  width: 100%;
  transition-delay: 0.3s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.img-hover {
  position: relative;
  overflow: hidden;
}

.img-hover::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.25;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 20;
}

.img-hover:hover::before {
  animation: shine 0.75s;
}

a .img {
  position: relative;
  overflow: hidden;
}

a .img::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: 0.25;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 20;
}

a:hover .img::before {
  animation: shine 0.75s;
}

.img {
  overflow: hidden;
}

.insideContent {
  background: #f4f5fa;
  padding-bottom: 60px;
}

.insideContent+* {
  margin-top: -60px;
}

@media (max-width: 1300px) {
  .insideContent+* {
    margin-top: 0;
  }
}

.page-container ::before,
.page-container ::after {
  position: relative;
}

@media (max-width: 850px) {

  /* normalize.css */
  html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }

  body {
    margin: 0;
  }

  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }

  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  figcaption,
  figure,
  main {
    /* 1 */
    display: block;
  }

  figure {
    margin: 1em 40px;
  }

  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }

  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
  }

  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
  }

  b,
  strong {
    font-weight: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  dfn {
    font-style: italic;
  }

  mark {
    background-color: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  audio,
  video {
    display: inline-block;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  img {
    border-style: none;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }

  button,
  input {
    /* 1 */
    overflow: visible;
  }

  button,
  select {
    /* 1 */
    text-transform: none;
  }

  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
    /* 2 */
  }

  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }

  progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }

  textarea {
    overflow: auto;
  }

  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }

  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }

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

  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

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

  details,
  menu {
    display: block;
  }

  summary {
    display: list-item;
  }

  canvas {
    display: inline-block;
  }

  template {
    display: none;
  }

  [hidden] {
    display: none;
  }

  /* reset */
  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  p,
  blockquote,
  pre,
  hr,
  figure,
  table,
  caption,
  th,
  td,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font: Oswald, "Open Sans", Helvetica, Arial, sans-serif;
  }

  a,
  img {
    -webkit-touch-callout: none;
  }

  a,
  input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  input[type=text] {
    -webkit-appearance: none;
  }
}

.page2025 {
  width: 100%;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 280;
  transition: all 0.5s;
}

nav.scroll {
  background: rgba(46, 48, 146, 0.9);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

nav.scroll .nav-logo>img {
  height: 40px;
}

nav.scroll .logo img {
  height: 60px;
}

nav.scroll .nav-txt {
  gap: 0 15px;
}

nav.scroll .nav-txt img {
  height: 16px;
}

.inside nav {
  /* background: rgba(46, 48, 146, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  backdrop-filter: blur(2px);
}

.inside nav.scroll {
  background: rgba(46, 48, 146, 0.9);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.nav-one {
  padding: 20px 0;
}

.mob {
  display: none !important;
}

.nav-logo {
  gap: 0 40px;
}

.nav-logo>img {
  display: block;
  height: 53px;
  transition: all 0.5s;
}

.logo img {
  display: block;
  height: 88px;
  transition: all 0.5s;
}

@keyframes zoomOut {
  0% {
    /* 开始状态：3倍大小，透明 */
    transform: scale(2) translate(100%, 0);
    opacity: 0;
  }

  100% {
    /* 结束状态：正常大小，不透明 */
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}

.nav-txt {
  gap: 0 20px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  transition: all 0.5s;
}

.nav-txt img {
  display: block;
  transition: all 0.5s;
  height: 23px;
  /* 初始状态：3倍大小，透明（可选，增强视觉效果） */
  transform: scale(2) translate(100%, 0);
  opacity: 0;
  /* 保持图片宽高比 */
  -o-object-fit: contain;
  object-fit: contain;
  /* 动画曲线：匀速过渡，可根据需求改为 ease/ease-in 等 */
  transition-timing-function: linear;
  /* 动画填充模式：保持动画结束后的状态 */
  animation-fill-mode: forwards;
  /* 动画名称（自定义） */
  animation-name: zoomOut;
  /* 动画时长：5秒 */
  animation-duration: 2.5s
}

.nav-txt img:nth-child(1) {
  animation-delay: 1s;
}

.nav-txt img:nth-child(2) {
  animation-delay: 1.5s;
}

.nav-txt img:nth-child(3) {
  animation-delay: 2s;
}

.nav-txt img:nth-child(4) {
  animation-delay: 2.5s;
}

.menu {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}

.menu span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.menu .s1 {
  margin-top: -6px;
}

.menu .s3 {
  margin-top: 6px;
}

.menu.cross .s1 {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
}

.menu.cross .s2 {
  opacity: 0;
}

.menu.cross .s3 {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
}

.mob-btn {
  gap: 0 10px;
  padding-right: 10px;
}

.mob-btn .sear {
  width: 17px;
}

.mob-btn .sear img {
  display: block;
  width: 100%;
}

.mob-btn>span {
  width: 1px;
  height: 14px;
  background: #fff;
  opacity: 0.25;
}

.nav-time {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}

.nav-two {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  border-right: 0;
}

.nav {
  gap: 0 80px;
  justify-content: flex-start;
}

.nav li a {
  font-size: 18px;
  color: #fff;
  position: relative;
  line-height: 44px;
}

.nav li a::after {
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  left: 0;
  opacity: 0;
  bottom: -6px;
  pointer-events: none;
}

.nav li.on a {
  font-weight: bold;
}

.nav li.on a::after,.nav li:hover a::after {
  bottom: 0;
  opacity: 1;
}

.nav li:hover a {
  font-weight: bold;
}

.nav-search {
  width: 240px;
  height: 30px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ffffff;
  padding-left: 10px;
}

.nav-search form {
  width: 100%;
  height: 100%;
}

.nav-search input[type=text] {
  font-size: 14px;
  border: 0;
  background: 0;
  height: 100%;
  width: calc(100% - 40px);
  color: #2e3092;
}

.nav-search input[type=text]::-moz-placeholder {
  color: #aaaaaa;
}

.nav-search input[type=text]::placeholder {
  color: #aaaaaa;
}

.nav-search input[type=submit] {
  height: 20px;
  background: 0;
  border: 0;
  border-left: 1px solid #d8d8d8;
  width: 36px;
  background: url(../images/top-sou-2.png) no-repeat center center;
  background-size: 16px auto;
  font-size: 0;
}

.load {
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  background: rgba(46, 48, 146, 0.8);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }

  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }

  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }

  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}

.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.wrapper span {
  position: absolute;
  top: 75px;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 5px;
  color: #fff;
  left: 15%;
  text-align: center;
  width: 70%;
}

.swiperInside {
  height: 400px;
}

.swiperInside .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.swiperInside .swiper-slide img {
  animation: and_none1 10s linear 0s both infinite;
}

.swiperInside .swiper-pagination {
  bottom: 20px;
  z-index: 200;
}

.swiperInside .swiper-pagination span {
  opacity: 1;
  margin: 0 10px !important;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50px;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.swiperInside .swiper-pagination span.swiper-pagination-bullet-active {
  width: 40px;
  background: #2e3092;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

footer {
  width: 100%;
  background: #2e3092;
  position: relative;
  z-index: 20;
}

.foot-link {
  height: 348px;
  background: url(../images/r-247.png) no-repeat center top;
  background-size: 100% auto;
}

@media (max-width: 1920px) {
  .foot-link {
    background-size: auto auto;
  }
}

.foot-link {
  position: relative;
  z-index: 2;
}

.link-con {
  align-items: flex-end;
  padding-top: 60px;
  height: 100%;
}

.foot {
  position: relative;
}

.foot-code {
  gap: 0 40px;
  position: absolute;
  right: 0;
  top: -156px;
}

.foot-code .item .code {
  width: 196px;
}

.foot-code .item .code img {
  display: block;
}

.foot-code .item p {
  font-size: 16px;
  color: #a7a8d8;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  font-family: Source Han Sans-Bold;
  margin-top: 10px;
}

.link {
  width: 810px;
  max-width: calc(100% - 196px + 196px + 40px + 20px);
  justify-content: flex-start;
  gap: 0 120px;
  margin-bottom: 20px;
}

.link a {
  width: 112px;
  padding: 15px 0;
  transition: all 0.3s;
}

.link a .icon {
  border-radius: 16px;
  transition: all 0.3s;
  margin: 0 auto;
  width: 64px;
}

.link a .icon img {
  display: block;
  width: 100%;
}

.link a p {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  transition: all 0.3s;
}

.link a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  border-radius: 8px;
}

.link a:hover p {
  font-weight: bold;
  font-size: 14px;
  animation: fadeInUp 0.5s;
}

.link a:hover .icon {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.foot-logo {
  padding-top: 20px;
}

.foot-logo img {
  display: block;
  height: 72px;
}

.foot-info {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-info p {
  font-family: Source Han Sans-Regular;
  font-size: 14px;
  line-height: 24px;
  color: #a7a8d8;
  font-weight: 400;
}

.foot-info .tb {
  gap: 0 40px;
}

.foot-info .tb img {
  display: block;
  max-height: 48px;
}

.foot-copy {
  width: 100%;
  padding: 20px 0;
}

.foot-copy p {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-family: Source Han Sans-Regular;
  text-align: center;
  font-weight: 400;
}

.foot-copy span,
.foot-copy a {
  display: inline-block;
  margin: 0 8px;
}

@media (max-width: 1300px) {
  .foot-link {
    display: none;
  }

  .foot-code {
    position: relative;
    top: auto;
    margin-top: 20px;
  }

  .foot-code .item .code {
    width: 98px;
  }
}

@media (max-width: 992px) {
  .foot-info {
    justify-content: center;
  }

  .foot-info .item {
    width: 100%;
    text-align: center;
  }

  .foot-info .tb {
    margin-top: 10px;
  }

  .foot {
    justify-content: center;
  }

  .foot-logo {
    margin: 0 auto;
  }

  .foot-code {
    width: 100%;
    justify-content: center;
  }

  .nav-logo {
    gap: 0 20px;
  }

  .nav-logo>img {
    height: 36px;
  }

  .logo img {
    height: 60px;
  }

  .nav-txt {
    gap: 0 10px;
  }

  .nav-txt img {
    height: 18px;
  }

  .nav-time {
    font-size: 12px;
  }

  .nav {
    gap: 0 40px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  .mob-logo img {
    display: block;
    height: 52px;
  }

  .nav-one {
    padding: 10px 0;
  }

  .nav-one {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
  }

  .nav {
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }

  .nav>li {
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .nav>li>a {
    width: 100%;
    font-size: 17px;
    line-height: 24.5px;
    color: #fff;
    font-weight: 700;
    font-family: Source Han Sans-Bold;
    padding: 18px 0;
  }

  .nav>li>a::after {
    display: none;
  }

  .nav-two {
    position: fixed;
    left: 0;
    top: 73px;
    width: 100vw;
    height: calc(100vh - 73px);
    background: #2e3092;
    padding-bottom: 30px;
  }

  .nav-two .container {
    padding: 0;
  }

  .nav-two {
    display: none;
  }

  .nav-two-con {
    height: 100%;
  }

  .nav-search {
    display: none;
  }

  nav {
    transition: all 0.3s;
    background: #2e3092;
  }

  nav.cross {
    background: #2e3092;
    position: fixed;
  }

  nav.cross .nav-one {
    border-bottom: 1px solid white;
  }

  nav.cross .nav-two {
    display: block;
    animation: fadeInUp 0.3s;
  }

  .cd-popup h3 {
    left: 0;
    transform: none;
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
  }

  .cd-popup h3 br {
    display: none;
  }

  .cd-popup-container {
    top: 40%;
    padding: 30px;
  }

  .hidden_search .search_wrap {
    height: 45px;
  }

  .hidden_search .text {
    height: 45px;
    font-size: 14px;
  }

  .hidden_search .btn {
    height: 45px;
  }

  .foot {
    padding: 0 10px;
  }

  .foot-logo img {
    height: 44px;
  }

  .foot-code {
    gap: 0 30px;
    margin-top: 20px;
  }

  .foot-code .item p {
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
  }

  .foot-info {
    padding: 30px 0;
  }

  .foot-info p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
  }

  .foot-info .tb {
    gap: 0 20px;
  }

  .foot-info .tb img {
    max-height: 24px;
  }

  .foot-copy p {
    font-size: 12px;
    line-height: 18px;
  }

  .foot-copy a,
  .foot-copy .span {
    margin: 0 5px;
  }

  .foot-copy .wz {
    width: 100%;
    text-align: center;
  }

  .foot-copy .fw {
    display: none;
  }

  .swiperInside {
    height: 45vw;
    margin-top: 73px;
  }

  .inside nav {
    background: #2e3092;
  }
}