@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,
.banner .swiper-container,
.banner .swiper-container .swiper-slide .ban {
  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,
.list-1 a .tit p,
.list-1 a>p,
.list-2 a p,
.list-3 a p,
.list-4 a .det .p1 {
  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,
.title-1,
.new-box,
.list-1 a .tit,
.page-con,
.list-2 a,
.list-3 a .time,
.list-4,
.list-4 a,
.ztzl,
.zt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.df-sb::before,
.title-1::before,
.new-box::before,
.list-1 a .tit::before,
.page-con::before,
.list-2 a::before,
.list-3 a .time::before,
.list-4::before,
.list-4 a::before,
.ztzl::before,
.zt::before,
.df-sb::after,
.title-1::after,
.new-box::after,
.list-1 a .tit::after,
.page-con::after,
.list-2 a::after,
.list-3 a .time::after,
.list-4::after,
.list-4 a::after,
.ztzl::after,
.zt::after {
  content: normal;
}

.df-sb>*,
.title-1>*,
.new-box>*,
.list-1 a .tit>*,
.page-con>*,
.list-2 a>*,
.list-3 a .time>*,
.list-4>*,
.list-4 a>*,
.ztzl>*,
.zt>* {
  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,
.ztzl .tit a {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.ts-mc,
.banner .swiper-container .swiper-slide .ban {
  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,
.banner .swiper-container .swiper-slide>img,
.swiper-1 a img,
.img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hover1 {
  position: relative;
  transition: all 0.3s;
}

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

.hover1::before {
  left: 0;
}

.hover1::after {
  right: 0;
  transition: all 0.3s;
}

.hover1:hover::before {
  width: 100%;
  transition: all 0.3s;
}

.hover1: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;
  }
}

@keyframes and_none1 {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 1600px) {
  .banner {
    height: 46.875vw;
  }
}

.banner>a {
  position: absolute;
  z-index: 850;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}

.banner>a.banrig {
  left: auto;
  right: 5%;
}

.banner .swiper-container .swiper-slide {
  position: relative;
}

.banner .swiper-container .swiper-slide .ban {
  z-index: 15;
  max-width: 1200px;
}

.banner .swiper-container .swiper-slide .ban img {
  position: absolute;
  opacity: 0;
}

.banner .swiper-container .swiper-slide .ban .b11 {
  left: 20.75%;
  top: 34.79%;
  z-index: 10;
  transition-delay: 1.5s !important;
  transform: translate(0, 0) scale(1.5, 1.5);
}

.banner .swiper-container .swiper-slide-active>img {
  animation: and_none1 10s linear 0s both;
}

.banner .swiper-container .swiper-slide-active .ban img {
  opacity: 1;
  transition-duration: 1.5s;
  transform: translate(0, 0) scale(1, 1) !important;
}

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

.banner .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);
}

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

.swiper-1 {
  height: 120px;
}

.swiper-1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 10px;
}

.swiper-1 .swiper-pagination span {
  background: #2e3092;
}

.page-one {
  background: url(../images/r-239.png) no-repeat center top;
  background-color: #fff;
  background-size: 100% auto;
  padding-top: 25px;
}

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

.page-one {
  padding-bottom: 60px;
}

.title-1 {
  padding: 40px 0;
}

.title-1 .txt h2 {
  font-size: 34px;
  color: #333333;
  line-height: 34px;
  font-weight: bold;
}

.title-1 .txt p {
  display: inline-block;
  font-size: 20px;
  color: #b2b2b2;
  line-height: 22px;
  padding-right: 30px;
  background: url(../images/r-225.png) no-repeat right center;
  margin-top: 10px;
  background-size: 19px auto;
  font-weight: 400;
}

.title-1 a {
  background: url(../images/lj-1.png) no-repeat right center;
  background-size: 16px auto;
  transition: all 0.3s;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  padding-right: 23px;
}

.title-1 a:hover {
  background-color: #2e3092;
  color: #fff;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right -20px center;
  box-shadow: 0 0 10px rgba(46, 48, 146, 0.2);
}

.new-box {
  width: 100%;
  height: 618px;
  background: url(../images/book.png) no-repeat center center;
  background-size: 100% 100%;
  align-items: flex-start;
  padding: 30px;
  padding-right: 10px;
}

.swiper-2 {
  width: 45.58%;
  margin: 0;
  padding-bottom: 30px;
}

.swiper-2 .swiper-pagination {
  bottom: 0;
}

.swiper-2 .swiper-pagination span {
  width: 8px;
  height: 8px;
  background: #c6cbe5;
  opacity: 1;
  border-radius: 20px;
  transition: all 0.3s;
}

.swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #e93f3a;
}

.swiper-2 a {
  display: block;
}

.swiper-2 .img {
  width: 100%;
  height: 390px;
  border: 4px solid #3e40af;
  border-radius: 5px;
}

.swiper-2 p {
  transition: all 0.3s;
}

.swiper-2 .p1 {
  font-size: 24px;
  color: #2e3092;
  line-height: 1;
  margin-top: 30px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.swiper-2 .p2 {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}

.swiper-2 a:hover img {
  transform: scale(1.1);
}

.swiper-2 a:hover .p1 {
  animation: fadeInLeft 0.3s;
}

.swiper-2 a:hover .p2 {
  color: #333;
  animation: fadeInRight 0.3s;
}

.list-1 {
  width: 48.529%;
}

.list-1 a {
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.list-1 a:last-child {
  margin-bottom: 0;
}

.list-1 a::after {
  width: calc(100% - 30px);
  left: 15px;
  bottom: -4px;
  height: 1px;
  background: #d0d4f3;
  transition: all 0.3s;
}

.list-1 a .tit p {
  transition: all 0.3s;
  width: calc(100% - 120px);
  font-size: 18px;
  color: #101010;
  transition: all 0.3s;
  line-height: 26px;
  font-weight: 700;
}

.list-1 a .tit span {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.list-1 a>p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 4px;
}

.list-1 a:hover {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
}

.list-1 a:hover .tit p {
  color: #2e3092;
  font-weight: bold;
}

.page-con {
  align-items: flex-start;
}

.jxky {
  width: calc(100% - 500px);
}

.tzgg {
  width: 460px;
}

.list-2 {
  padding: 20px;
  border: 1px solid #e8eaf4;
  transition: all 0.3s;
}

.list-2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list-2 a {
  padding: 9px 0;
  transition: all 0.3s;
  border-bottom: 1px dashed #bcc1ee;
}

.list-2 a p {
  width: calc(100% - 90px);
  font-size: 16px;
  line-height: 26px;
  color: #101010;
  transition: all 0.3s;
  font-weight: 700;
}

.list-2 a span {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  transition: all 0.3s;
}

.list-2 a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  border-color: transparent;
}

.list-2 a:hover p {
  font-weight: bold;
  color: #2e3092;
}

.list-2 a:hover span {
  color: #333;
}

.list-3 a {
  display: block;
  width: 100%;
  transition: all 0.3s;
  padding: 10px 20px;
  border-top: 3px solid #e8eaf4;
  margin-bottom: 10px;
  position: relative;
}

.list-3 a:last-child {
  margin-bottom: 0;
}

.list-3 a::after {
  width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  background: #e4e7ff;
  transition: all 0.3s;
  height: 0;
}

.list-3 a .time {
  position: relative;
  z-index: 10;
  justify-content: flex-start;
  gap: 0 10px;
  font-family: Source Han Serif CN-Bold;
}

.list-3 a .time .day {
  font-size: 22px;
  color: #666666;
  font-weight: bold;
}

.list-3 a .time span {
  font-size: 14px;
  line-height: 20px;
  color: #2e3092;
}

.list-3 a p {
  font-size: 18px;
  line-height: 28px;
  color: #101010;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}

.list-3 a:hover {
  border-color: #2e3092;
}

.list-3 a:hover::after {
  height: 100%;
}

.list-3 a:hover p {
  color: #2e3092;
  font-weight: bold;
}

.list-4 {
  width: 100%;
  justify-content: flex-start;
}

.list-4 a {
  background: #f5f6ff;
  height: 100px;
  padding-left: 10px;
  padding-right: 20px;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  border-bottom: 3px solid #dcdfee;
  position: relative;
  transition: all 0.3s;
}

.list-4 a:last-child {
  margin-right: 0;
}

.list-4 a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  background: #2e3092;
}

.list-4 a .time,
.list-4 a .det {
  position: relative;
  z-index: 10;
}

.list-4 a .time {
  width: 75px;
  height: 80px;
  background: #fff;
  text-align: center;
}

.list-4 a .time span {
  font-size: 28px;
  line-height: 40px;
  color: #333;
  font-family: Source Han Serif CN-Bold;
  font-weight: bold;
}

.list-4 a .time p {
  font-family: Source Han Serif CN-Bold;
  font-size: 14px;
  line-height: 20px;
  color: #2e3092;
}

.list-4 a .det {
  width: calc(100% - 75px - 20px);
}

.list-4 a .det .p1 {
  font-family: Source Han Sans-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s;
}

.list-4 a .det .p2 {
  margin-top: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  color: #666666;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-4 a:hover {
  border-color: #2e3092;
  box-shadow: 0 8px 10px rgba(46, 48, 146, 0.5);
  transform: translateY(-5px);
}

.list-4 a:hover::after {
  height: 100%;
}

.list-4 a:hover .det .p1 {
  color: #fff;
}

.list-4 a:hover .det .p2 {
  color: #fff;
}

.ztzl {
  margin-top: 60px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 2px 2px 4px;
}

.ztzl .tit {
  text-align: center;
  width: 180px;
  height: 220px;
  background: #4466d5;
  border-radius: 4px 0 0 4px;
  padding-top: 30px;
}

.ztzl .tit .icon img {
  display: block;
  width: 58px;
  margin: 0 auto;
}

.ztzl .tit .txt {
  font-size: 30px;
  line-height: 53px;
  font-weight: 700;
  color: #fff;
}

.ztzl .tit a {
  margin-top: 30px;
  width: 120px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

.ztzl .tit a span {
  display: inline-block;
  margin-right: 5px;
}

.ztzl .tit a {
  transition: all 0.3s;
}

.ztzl .tit a img {
  transition: all 0.3s;
}

.ztzl .tit a:hover {
  background: #2e3092;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  font-weight: bold;
  color: #fff;
}

.ztzl .tit a:hover img {
  filter: brightness(0) invert(1);
}

.zt {
  padding: 0 30px;
  width: calc(100% - 180px);
  justify-content: flex-start;
  gap: 20px 30px;
}

.zt a {
  border-radius: 8px;
  overflow: hidden;
  width: calc((100% - 60px) / 3);
  box-shadow: 0 2px 4px rgba(35, 68, 202, 0.1);
  transition: all 0.3s;
}

.zt a .img {
  width: 100%;
  height: 100%;
}

.zt a:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
  transform: translateY(-5px);
}

.zt a:hover img {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .jxky {
    width: 100%;
  }

  .tzgg {
    width: 100%;
  }
}

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

  .mob {
    display: block !important;
  }

  .banner {
    height: 46.66vw;
    margin-top: 73px;
  }

  .banner .swiper-container .swiper-pagination {
    bottom: 5px;
  }

  .banner .swiper-container .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }

  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }

  .swiper-1 {
    height: 60px;
  }

  .swiper-1 .swiper-pagination {
    bottom: 4px;
  }

  .swiper-1 .swiper-pagination span {
    width: 5px;
    height: 5px;
  }

  .page-one {
    padding-top: 0;
    padding-bottom: 40px;
    background: 0;
  }

  .title-1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .title-1 .txt h2 {
    font-size: 17px;
    line-height: 1;
  }

  .title-1 .txt p {
    font-size: 10px;
    line-height: 11px;
    margin-top: 5px;
    background-size: 10px auto;
    padding-right: 15px;
  }

  .title-1 a {
    font-size: 14px;
    line-height: 28px;
    background-size: 14px auto;
    padding-right: 18px;
  }

  .title-1 a:hover {
    padding-right: 10px;
    padding-left: 10px;
  }

  .new-box {
    height: auto;
    padding: 0;
    background: 0;
  }

  .new {
    background: url(../images/r-239-m.png) no-repeat center top;
    background-size: 100% 316px;
    background-color: #e9ebff;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding: 0 10px;
    padding-bottom: 20px;
  }

  .swiper-2 {
    width: 100%;
    height: 379px;
    padding: 20px 10px;
    background: url(../images/lj-m.png) no-repeat center top;
    background-size: 100% 100%;
  }

  .swiper-2 .swiper-pagination {
    bottom: 26px;
  }

  .swiper-2 .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 4px !important;
  }

  .swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
  }

  .swiper-2 .img {
    height: 200px;
    border-radius: 2px;
    border-width: 2px;
  }

  .swiper-2 .p1 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .swiper-2 .p2 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }

  .list-1 {
    width: 100%;
    margin-top: 13px;
  }

  .list-1 a {
    padding: 10px;
    margin-bottom: 4px;
  }

  .list-1 a::after {
    bottom: -2px;
  }

  .list-1 a .tit p {
    font-size: 13px;
    line-height: 19px;
    width: calc(100% - 75px);
  }

  .list-1 a .tit span {
    font-size: 10px;
    line-height: 15px;
  }

  .list-1 a>p {
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
  }

  .list-2 {
    padding: 10px;
  }

  .list-2 a {
    padding: 11px 0;
  }

  .list-2 a p {
    font-size: 13px;
    line-height: 1;
    width: calc(100% - 55px);
  }

  .list-2 a span {
    font-size: 10px;
    line-height: 13px;
  }

  .list-3 a {
    margin-bottom: 5px;
    padding: 10px;
    border-width: 2px;
  }

  .list-3 a .time {
    gap: 0 10px;
  }

  .list-3 a .time .day {
    font-size: 14px;
    line-height: 20px;
  }

  .list-3 a .time span {
    font-size: 11px;
    line-height: 16px;
  }

  .list-3 a p {
    font-size: 13px;
    line-height: 14px;
    margin-top: 12px;
  }

  .list-4 {
    gap: 10px 0;
  }

  .list-4 a {
    width: 100%;
    padding: 10px;
    padding-left: 5px;
    height: 74px;
    margin: 0;
    border-width: 2px;
  }

  .list-4 a .time {
    width: 53px;
    height: 51px;
  }

  .list-4 a .time span {
    font-size: 17px;
    line-height: 24px;
  }

  .list-4 a .time p {
    font-size: 11px;
    line-height: 16px;
  }

  .list-4 a .det {
    width: calc(100% - 63px);
  }

  .list-4 a .det .p1 {
    font-size: 13px;
    line-height: 14px;
  }

  .list-4 a .det .p2 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 15px;
    height: 30px;
  }

  .ztzl {
    margin-top: 40px;
  }

  .ztzl .tit {
    width: 100%;
    height: 52px;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }

  .ztzl .tit .icon {
    width: 32px;
    margin: 0;
  }

  .ztzl .tit .icon img {
    width: 100%;
  }

  .ztzl .tit .txt {
    font-size: 17px;
    line-height: 25px;
    margin-left: 10px;
  }

  .ztzl .tit a {
    width: 87px;
    margin: 0;
    margin-left: auto;
    line-height: 29px;
  }

  .ztzl .tit a img {
    width: 6px;
  }

  .zt {
    width: 100%;
    padding: 15px;
    gap: 15px 0;
  }

  .zt a {
    width: 100%;
    height: 21.34vw;
    border-radius: 4px;
  }
}