@charset "UTF-8";

@font-face {
  font-family: "Roboto-Bold";
  src: url("./fonts/Roboto-Bold-subfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*!
  Important comments included in minified output.
  https://www.bocweb.cn/
  2021-03-15
  ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.simple-form-basic,
.simple-text,
.simple-textarea,
.simple-select {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}

.simple-form-basic:focus,
.simple-text:focus,
.simple-textarea:focus,
.simple-select:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}

.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 1.6;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline: 0;
  /* 2 */
}

a:hover {
  color: #006699;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: "courier new", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light",
    "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular",
    "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/* 2023-03-02 袁阳网站适配重新调整*/
html {
  font-size: 2.084vw !important;
}

@media (max-width: 1481px) {
  /* html {
    font-size: 2.5vw !important;
  } */
}

@media (max-width: 996px) {
  html {
    font-size: 34px !important;
  }
}

::-moz-selection {
  background: black;
  color: #fff;
}

::selection {
  background: black;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: 0.35rem;
}

.tit-15 {
  font-size: 0.4rem;
}

.tit-16 {
  font-size: 0.4rem;
}

.tit-17 {
  font-size: 0.4rem;
}

.tit-18 {
  font-size: 0.45rem;
}

.tit-19 {
  font-size: 0.475rem;
}

.tit-20 {
  font-size: 0.5rem;
}

.tit-21 {
  font-size: 0.525rem;
}

.tit-22 {
  font-size: 0.55rem;
}

.tit-23 {
  font-size: 0.575rem;
}

.tit-24 {
  font-size: 0.6rem;
}

.tit-25 {
  font-size: 0.625rem;
}

.tit-26 {
  font-size: 0.65rem;
}

.tit-27 {
  font-size: 0.675rem;
}

.tit-28 {
  font-size: 0.7rem;
}

.tit-29 {
  font-size: 0.725rem;
}

.tit-30 {
  font-size: 0.75rem;
}

.tit-31 {
  font-size: 0.775rem;
}

.tit-32 {
  font-size: 0.8rem;
}

.tit-33 {
  font-size: 0.825rem;
}

.tit-34 {
  font-size: 0.85rem;
}

.tit-35 {
  font-size: 0.875rem;
}

.tit-36 {
  font-size: 0.9rem;
}

.tit-37 {
  font-size: 0.925rem;
}

.tit-38 {
  font-size: 0.95rem;
}

.tit-39 {
  font-size: 0.975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;

  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #d2d2d2;
  width: 1rem;
  height: 1rem;
  display: flex;
  margin: 0 2px;
  border-radius: 50%;

  float: left;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  align-items: center;
  justify-content: center;
}

.page a.active {
  border: 2px solid #004988;
  color: #004988;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  color: #004988;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="next"],
.page a[rel="prev"] {
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0 20px;
  background-image: url(../img/p1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem 0.5rem;
  font-size: 0;
}
.page a[rel="next"] {
  transform: rotate(180deg);
}
.page a[rel="next"]:hover,
.page a[rel="prev"]:hover {
  border: 2px solid #004988;
  background-image: url(../img/p2.png);
}
/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}

.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}

.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}

.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out 0.5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite,
    loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top 0.6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img 0.6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #a96b41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/

/*# sourceMappingURL=boc_reset.css.map */

.wr {
  width: 100%;
  position: relative;
}

.lh1 {
  line-height: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.pc-header {
  height: 2.2rem;
  width: 100%;
  display: flex;
  padding: 0 1.5rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
  display: block;
}
.logo svg {
  width: 4.25rem;
}
.pc-header .left {
  display: flex;
  align-items: center;
}

.pc-header .left .nav-list {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}

.pc-header .left .nav-list .li {
  margin-left: 1.1rem;
  position: relative;
}
.pc-header .left .nav-list .li .tit {
  color: #fff;
  line-height: 2.2rem;
  position: relative;
  font-weight: 500;
}
.pc-header .left .nav-list .li .tit:hover {
  color: #004988 !important;
}
.pc-header .left .nav-list .li::after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.pc-header .left .nav-list .li.on::after {
  width: 100%;
}
.pc-header .left .nav-list .li:hover::after {
  width: 100%;
}
.pc-header .right {
  display: flex;
  align-items: center;
}

.pc-header .right .search {
  width: 5.625rem;
  height: 0.975rem;
  background: #efefef;
  border-radius: 0.5rem;
  overflow: hidden;
}
.pc-header .right .search form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.pc-header .right .search input {
  width: calc(100% - 1.5rem);
  height: 100%;
  background-color: transparent;
  padding: 0 0.5rem;
  font-size: 0.4rem;
}
.pc-header .right .search .sucmit {
  width: 1.5rem;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.pc-header .right .search .sucmit svg {
  fill: #000;
  width: 0.6rem;
}
.pc-header .right .search .sucmit:hover svg {
  fill: #004988 !important;
}
.pc-header .right .lan {
  margin-left: 0.75rem;
  color: #fff;
  font-weight: 500;
}
.pc-header .right .lan .tit {
  display: flex;
  align-items: center;
}
.pc-header .right .lan .tit svg {
  width: 0.3rem;
  fill: #fff;
  margin-left: 0.2rem;
}

.sub-banner img {
  width: 100%;
}
.sub-banner .t {
  position: absolute;
  top: 6.375rem;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
.sub-nav {
  height: 1.825rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.view {
  padding: 0 5rem;
}
.fc {
  display: flex;
  align-items: center;
}
.sub-nav .view {
  height: 100%;
  justify-content: space-between;
}

.sub-nav .nav {
  height: 100%;
}
.sub-nav .nav a {
  position: relative;
  margin-right: 2rem;
  font-weight: 500;
  line-height: 1.825rem;
}
.sub-nav .nav a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #024279;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.sub-nav .nav a:hover::after {
  width: 100%;
}
.sub-nav .nav a.on::after {
  width: 100%;
}
.sub-nav .nav a.on {
  color: #024279;
}
.mbx a {
  color: #999;
}
.mbx a:hover {
  color: #024279;
}

.mbx a:last-child {
  color: #024279;
  font-weight: 550;
}
.f500 {
  font-weight: 500;
}

.cont-a {
  padding: 2.475rem 0;
  background-image: url(../img/cbg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.cont-a .table-list {
  margin-top: 1.2rem;
  padding-top: 0.475rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.cont-a .table-list .li {
  height: 1.45rem;
  background: #f1f2f4;
  padding: 0 1.125rem;
  font-size: 0.425rem;
  color: #024279;
  margin-bottom: 0.55rem;
  margin-right: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
}
.cont-a .table-list .li:hover {
  background-color: #024279;
  color: #fff;
}
.cont-a .table-list .li.on {
  background-color: #024279;
  color: #fff;
}
.cont-a .img-box {
  width: 100%;
  height: 17rem;
}

.cont-a .img-box .li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cont-a .img-box .li .map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont-a .img-box .li .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  left: 1.3rem;
  padding: 1.625rem 0.975rem 1rem;
  max-width: 11.75rem;
}

.cont-a .img-box .li .line {
  min-width: 10.775rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0.75rem 0;
}

.cont-a .img-box .li .pli {
  margin-bottom: 0.6rem;
  color: #555;
}
.cont-a .img-box .li .pli .icon {
  width: 0.425rem;
  margin-right: 0.3rem;
}
.cont-b {
  padding: 2rem 0;
}
.cont-b .content {
  display: flex;
  margin-top: 2.125rem;
}
.cont-b .content .right {
  width: 13.75rem;
  min-height: 19rem;
  overflow: hidden;
}
.of {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont-b .content .left {
  width: calc(100% - 13.75rem);
  padding-right: 2.725rem;
}
.cont-b .content .left .tit .tit-16 {
  font-weight: 700;
  white-space: nowrap;
}
.cont-b .content .left .tit .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 0.15rem;
}
.cont-b .content .left .tit {
  margin-bottom: 0.9rem;
}

.cont-b .content .left .t1 {
  margin-bottom: 2.25rem;
}
.cont-b .content .left .img-list {
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.cont-b .content .left .img-list .li {
  width: 2.5rem;
  margin-right: 2.15rem;
  margin-bottom: 1.125rem;
}
.cont-b .content .left .img-list .li:nth-child(5n) {
  margin-right: 0;
}
.cont-b .content .left .img-list .li .icon {
  width: 100%;
  height: 2.5rem;
  background-color: #f1f2f4;
  border-radius: 50%;
  position: relative;
}
.cont-b .content .left .img-list .li .t {
  text-align: center;
  font-weight: 500;
  color: #666;
  margin-top: 0.425rem;
}

.more {
  display: flex;
  width: 3.85rem;
  height: 1.25rem;
  background: linear-gradient(-77deg, #023f79, #1567b5);
  border-radius: 0.6rem;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}
.more svg {
  width: 0.8rem;
  margin-left: 0.2rem;
}
.more:hover {
  background: linear-gradient(77deg, #023f79, #1567b5);
  color: #fff;
}
.cont-b .content .left .more {
  margin-top: 0.75rem;
}
.pc-header.white {
  background-color: #fff;
}

.pc-header.white .left .nav-list .li .tit {
  color: #000;
}
.pc-header.white .left .nav-list .li::after {
  background-color: #024279;
}
.pc-header.white .right .lan {
  color: #000;
}
.pc-header.white .right .lan .tit svg {
  fill: #000;
}
.pc-header .logo svg .cl1 {
  fill: #fff;
}
.pc-header .logo .mb{
          width: 3rem;
}
.pc-header.white .logo svg .cl1 {
  fill: #005276;
}
.pc-header .logo{
  position: relative;
}
.pc-header .logo .op2{
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
}
.pc-header.white .logo .op2{
  opacity: 1;
}
.pc-header.white .logo .op1{
  opacity: 0;
}

footer {
  width: 100%;
  position: relative;
  background: #ebebeb;
}
.footer-top {
  padding: 0 1.5rem;
  padding-top: 1.425rem;
  display: flex;
  padding-bottom: 1.575rem;
  justify-content: space-between;
}

.footer-top .left .logo {
  display: flex;
  margin-bottom: 1rem;
}
.footer-top .left .logo svg {
  width: 4.25rem;
}
.footer-top .left .logo svg .cl1 {
  fill: #000;
}

.footer-top .left .pli {
  margin-bottom: 0.45rem;
  color: #555;
}
.footer-top .left .pli .icon {
  width: 0.425rem;
  margin-right: 0.3rem;
}
.footer-top .left .pli .icon svg {
  width: 0.6rem;
  fill: #333;
}
.footer-top .left a.pli:hover {
  color: #004988;
}
.footer-top .left .ewm-list {
  display: flex;
}

.footer-top .left .ewm-list .li {
  margin-right: 0.3rem;
  text-align: center;
  font-weight: 700;
  color: #666666;
  margin-top: 0.5rem;
}
.footer-top .left .ewm-list .li img {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.2rem;
}

.footer-top .nav-list {
  width: calc(100% - 10.1rem);
  padding-top: 1rem;
  display: flex;
  display: flex;
  justify-content: space-between;
}

.footer-top .nav-list .li {
}

.footer-top .nav-list .li .tit {
  line-height: 1;
}

.footer-top .nav-list .li .main-nav {
  margin-top: 1rem;
}
.footer-top .nav-list .li .main-nav a {
  display: block;
  color: #555;
  font-size: 0.375rem;
  font-weight: 500;
  line-height: 1.8;
  transition: all 0.5s;
}
.footer-top .nav-list .li .main-nav a:hover {
  color: #024279;
}

.footer-bot {
  padding: 0 1.5rem;
  padding-top: 0.675rem;
  padding-bottom: 1.75rem;
  font-weight: 500;
  font-size: 13px;
  color: #5c5b5b;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-bot a {
  display: block;
  color: #5c5b5b;
  text-transform: uppercase;
}
.footer-bot a:hover {
  color: #024279;
}
.mbx {
  display: none;
}

.join-a {
  padding: 2.5rem 0;
}

.join-a .jlist-top {
  margin-top: 1.25rem;
  height: 2rem;
  background: #f1f2f4;
  padding: 0 1.05rem;
}

.join-a .jlist-top .li {
  width: 20%;
}

.join-a .clist-top {
  height: 2rem;
  background: #fff;
  padding: 0 1.05rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
}

.join-a .clist-top .li {
  width: 20%;
}
.join-a .clist-top .icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.join-a .list-body {
  background: #f1f2f4;
  padding: 1.5rem 1.05rem;
  display: none;
}
.mc {
  color: #024279;
}
.join-a .list-body .con {
  margin-bottom: 1rem;
}
.join-a .list-body .con .mc {
  margin-bottom: 0.2rem;
}
.join-a .list-body .more {
  margin-top: 2rem;
  cursor: pointer;
}

.join-a .cont-lsit.on .clist-top {
  border-bottom: 1px solid transparent;
}

.join-a .cont-lsit.on .clist-top .icon {
  transform: translateY(-50%) rotate(180deg);
}
.job-dol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}
.mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.job-dol .box {
  background-color: #fff;
  padding: 1rem 1rem 0.75rem;
}

.job-dol .box .t1 {
  line-height: 1;
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.225rem;
}
.job-dol .box form {
  width: 100%;
}
.job-dol .box form .li {
  margin-top: 0.75rem;
}
.job-dol .box form .li .lab {
  font-weight: 500;

  color: #444444;
}
.job-dol .box form .li .lab span {
  color: #c1c1c1;
}
.job-dol .box form .li input {
  width: 13rem;
  height: 1.25rem;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  margin-top: 0.2rem;
  padding: 0 0.5rem;
}
.job-dol .box form .li .jlbox {
  width: 3rem;
  line-height: 1.15rem;
  background: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-weight: 500;
  font-size: 0.4rem;
  color: #444444;
  text-align: center;
  margin-top: 0.2rem;
  cursor: pointer;
}
.job-dol .box form .more {
  margin-top: 1rem;
  cursor: pointer;
}
.job-dol .box .close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.job-dol .box .close svg {
  width: 0.5rem;
  height: 0.5rem;
  fill: #fff;
  transition: all 0.5s;
}
.job-dol .box .close:hover svg {
  transform: translate(-50%, -50%) rotate(306deg);
}

.inv-a {
  padding: 2.625rem 0;
}
.inv-a .content {
  margin-top: 1.25rem;
  display: flex;
}

.inv-a .content .left {
  width: 50%;
  padding-top: 1.225rem;
}
.inv-a .content .left .con {
  margin-top: 3.25rem;
  display: flex;
}
.inv-a .content .left .num {
  margin-top: 1.75rem;
}
.inv-a .content .left .tip {
  margin-top: 0.75rem;
}

.inv-a .content .left .red {
  color: #e82a00;
  display: none;
}
.inv-a .content .left .tip .tit-18 {
  margin-left: 0.4rem;
  font-weight: 500;
}

.inv-a .content .left .green {
  color: #00cc66;
  display: none;
}
.inv-a .content .left .listp {
  margin-left: 4.05rem;
}

.inv-a .content .left .listp .p {
  margin-bottom: 0.95rem;
  font-weight: 500;
  color: #333;
}
.inv-a .content .left .listp .p .tit-16:first-child {
  color: #333333;
  font-weight: 400;
  width: 1.6rem;
  text-align: right;
  margin-right: 0.7rem;
}
.inv-a .content .line {
  width: 2px;
  height: 7.8rem;
  background: #e5e5e5;
  margin-top: 3.2rem;
}
.inv-a .content .right {
  width: 50%;
  padding-left: 4rem;
}
.inv-a .content .right .table {
}
.inv-a .content .right .table .li {
  width: 2rem;
  line-height: 0.825rem;
  text-align: center;
  cursor: pointer;
}
.inv-a .content .right .table .li.on {
  background: #195b93;
  color: #fff;
}
.inv-a .content .right .img-box {
  margin-top: 1.725rem;
}
.inv-a .content .right .img-box img {
  display: none;
}

.inv-b {
  padding: 2.625rem 0;
  background-color: #f6f6f6;
}
.inv-b .content {
  display: flex;
  margin-top: 1.75rem;
}

.inv-b .content .yelist {
  width: 9.425rem;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.inv-b .content .yelist .li {
  margin-bottom: 0.875rem;
  color: #333333;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inv-b .content .yelist .li::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: #195b93;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.inv-b .content .yelist .li.on {
  color: #024279;
}
.inv-b .content .yelist .li.on::after {
  width: 100%;
}
.inv-b .content .yelist .li:hover {
  color: #024279;
}
.inv-b .content .yelist .li:hover::after {
  width: 100%;
}

.inv-b .content .ajax-list {
  width: calc(100% - 9.425rem);
  display: flex;
}
.inv-b .content .ajax-list .li {
  display: block;
  width: calc((100% - 1.3rem) / 3);
  margin-right: 0.65rem;
}
.inv-b .content .ajax-list .li:nth-child(3n) {
  margin-right: 0;
}
.inv-b .content .ajax-list .li .img {
  width: 100%;
  height: 12.675rem;
}
.inv-b .content .ajax-list .li .bot {
  padding: 0 0.375rem;
}
.inv-b .content .ajax-list .li .bot .fc {
  margin-top: 0.2rem;
  font-weight: 500;
  color: #999;
}
.inv-b .content .ajax-list .li .bot .fc svg {
  width: 0.5rem;
  fill: #999;
  margin-left: 0.2rem;
}
.inv-b .content .ajax-list .li:hover {
  color: #333;
}
.inv-b .content .ajax-list .li:hover .bot .fc {
  color: #024279;
}
.inv-b .content .ajax-list .li:hover .fc svg {
  fill: #024279;
}

.inv-c {
  padding: 2.6rem 0;
}
.inv-c .list {
  margin-top: 2rem;
}
.inv-c .list a {
  display: flex;
  width: 100%;
  height: 2.5rem;
  background: #f6f6f6;
  padding: 0 1.5rem;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 1rem;
}

.inv-c .list a .tit svg {
  width: 0.85rem;
  fill: #024279;
}
.inv-c .list a .tit .tit-18 {
  margin-left: 1.5rem;
  white-space: nowrap;
  font-weight: 500;
}

.inv-c .list a .down {
  width: 0.6rem;
  fill: #024279;
}
.inv-c .list a:hover {
  background-color: #024279;
}

.inv-c .list a:hover .tit svg {
  fill: #fff;
}
.inv-c .list a:hover .tit .tit-18 {
  color: #fff;
}

.inv-c .list a:hover .down {
  fill: #fff;
}

.inv-d {
  display: flex;
}
.inv-d .img-box {
  min-height: 23.75rem;
  overflow: hidden;
  width: 50%;
}
.inv-d .txt {
  padding: 2.725rem 2.2rem;
  width: 50%;
  background-color: #f6f6f6;
}
.inv-d .txt .p-list {
  display: flex;
  flex-wrap: wrap;
}
.inv-d .txt .p-list .li {
  margin-top: 2rem;
  width: 50%;
}
.inv-d .txt .p-list .li .tit-15 {
  margin-left: 0.4rem;
}
.newws-a {
  padding: 2.5rem 0;
}
.newws-a .news-container {
  margin-top: 1.275rem;
  overflow: hidden;
}

.newws-a .news-container .swiper-slide {
  display: block;
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
}
.newws-a .news-container .swiper-slide:last-child {
  margin-right: 0;
}

.newws-a .news-container .swiper-slide .img {
  width: 100%;
  height: 8.75rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.newws-a .news-container .swiper-slide .img img {
  transition: all 0.5s;
}
.newws-a .news-container .swiper-slide .f500 {
  margin-top: 0.3rem;
}
.newws-a .news-container .swiper-slide:hover .img img {
  transform: scale(1.02);
}
.newws-a .news-container .swiper-slide:hover .f500 {
  color: #024279;
}

.main-prev,
.main-next {
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  box-shadow: 0px 0.15rem 0.4rem 0px rgba(113, 113, 113, 0.12);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 888;
}

.main-prev {
  left: 0;
}
.main-next {
  right: 0;
}

.newws-a .main-prev {
  left: 3rem;
}
.newws-a .main-next {
  right: 3rem;
}
.main-prev svg,
.main-next svg {
  width: 0.5rem;
  fill: #024279;
}

.main-prev svg {
  transform: rotate(180deg);
}

.main-prev:hover,
.main-next:hover {
  background: linear-gradient(-77deg, #023f79, #1567b5);
}
.main-prev:hover svg,
.main-next:hover svg {
  fill: #fff;
}

.news-b {
  padding: 1.25rem 0;
  padding-bottom: 1.675rem;
}

.news-b .li {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.news-b .li .img {
  width: 7.5rem;
  height: 5.45rem;
  overflow: hidden;
}
.news-b .li .txt {
  width: 20.15rem;
  margin-left: 1.575rem;
  padding: 0.575rem 0;
}
.news-b .li .txt .t1 {
  font-weight: 500;
  color: #000;
}
.news-b .li .txt .t2 {
  font-weight: 500;
  margin-top: 0.8rem;
  color: #666666;
  height: 2.5rem;
}

.news-b .li .txt .t3 {
  color: #999999;
  line-height: 1;
}
.news-b .li .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-b .li .img img {
  transition: all 0.5s;
}
.news-b .li:hover .img img {
  transform: scale(1.02);
}
.news-b .li:hover .t1 {
  color: #024279;
}
.news-b.not .li .txt {
  padding-left: 0;
  margin-left: 0;
  padding: 0;
  width: 80%;
}
.news-b.not .li .txt .t2 {
  font-weight: 500;
  margin-top: 0.1rem;
  color: #666666;
  height: 2rem;
}
.news-b.not {
  padding: 2.5rem 0;
}
.news-b.not .list {
  margin-top: 1rem;
}

.pc-header.info {
  background-color: #fff;
}

.pc-header.info .left .nav-list .li .tit {
  color: #000;
}
.pc-header.info .left .nav-list .li::after {
  background-color: #024279;
}
.pc-header.info .right .lan {
  color: #000;
}
.pc-header.info .right .lan .tit svg {
  fill: #000;
}

.pc-header.info .logo svg .cl1 {
  fill: #005276;
}

body.info {
  padding-top: 2.2rem;
}
.info .mbx {
  background: #f3f3f5;
}

.info .mbx .view {
  height: 1.8rem;
}

.info-content {
  display: flex;
  padding-top: 2.65rem;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
.info-content .centent {
  width: 27.125rem;
}

.info-content .centent .time {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
}
.info-content .centent .time .icon {
  margin-right: 0.5rem;
}
.info-content .centent .cont {
  padding-top: 1.5rem;
  margin-top: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.info-content .centent .cont img {
  display: inline-block;
}

.info-content .centent .bot {
  padding: 1.6rem 0;
  justify-content: space-between;
}
.info-content .centent .bot .alist {
  width: 60%;
}
.info-content .centent .bot .alist a {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  line-height: 2;
}
.info-content .centent .bot .alist a:hover {
  color: #024279;
}
.info-content .right {
  width: 8.75rem;
  margin-top: 4rem;
  background: #f5f5f5;
  padding: 1rem;
}
.info-content .right .mc {
  margin-bottom: 0.65rem;
}
.info-content .right a {
  display: block;
  padding: 0.65rem 0;
  position: relative;
  padding-left: 0.5rem;
  font-size: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info-content .right a::after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: #004988;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9rem;
}

.dev-a {
  padding: 3.675rem 0 3.2rem;
  background-image: url(../img/debbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dev-a .tit {
  width: 28.225rem;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  position: relative;
}
.dev-a .tit::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../img/yh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -2rem;
  top: 0;
}
.dev-a .tit::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../img/yh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2rem;
  bottom: 0;
}
.dev-a .fb {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2.25rem;
  color: #000000;
  font-weight: 500;
  display: none;
}
.dev-a .fb img {
  width: 3.325rem;
}
.dev-a .list {
  display: flex;
  justify-content: space-around;
  margin-top: 1.725rem;
}
.dev-a .list .img {
  width: 5.7rem;
}

.dev-b {
  padding: 2.5rem 0;
  background: #f6f6f6;
}
.lh13 {
  line-height: 1.3;
}

.dev-b .left {
  width: 18rem;
}
.dev-b .view {
  display: flex;
  justify-content: space-between;
}
.dev-b .left .t1 {
  margin-top: 1.25rem;
  width: 10.75rem;
}
.dev-b .li {
  width: 100%;
  height: 12rem;
  position: relative;
  overflow: hidden;
}
.dev-b .li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 1rem 1.2rem;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    transparent,
    transparent
  );
}
.dev-b .li .num {
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  z-index: 4;
  font-weight: 500;
}
.dev-b .left .li {
  margin-top: 3.425rem;
}
.dev-b .right {
  width: 18rem;
}
.dev-b .right .li:first-child {
  margin-bottom: 4.5rem;
}

.dev-b .li .t1 {
  width: 100%;
  line-height: 1;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dev-b .li img {
  transition: all 0.5s;
}
.dev-b .li:hover img {
  transform: scale(1.02);
}

.dev-c {
  padding: 2.5rem 0;
}

.dev-c .top-li {
  display: flex;
  padding: 0 0.85rem;
  background-color: #004988;
  position: relative;
  height: 6.5rem;
}
.dev-c .top-li .img {
  transform: translateY(10%);
  width: 5rem;
}
.dev-c .top-li .txt {
  width: 60%;
  margin-left: 3.3rem;
}
.dev-c .top-li .txt .t1 {
  font-weight: 500;
}
.dev-c .top-li .txt .t2 {
  font-weight: 500;
  margin-top: 0.1rem;
}

.dev-c .top-li .txt .t3 {
  color: #999999;
  line-height: 1;
}
.dev-c .top-li .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dev-c .top-li .down svg {
  width: 0.6rem;
  fill: #fff;
  margin-right: 0.5rem;
}
.dev-c .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.025rem;
}
.dev-c .list .li {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  height: 9rem;
  display: block;
  background-color: rgba(0, 73, 136, 0.21);
  margin-bottom: 1rem;
}
.dev-c .list .li:nth-child(2n) {
  margin-right: 0;
}
.dev-c .list .li.txt {
  padding: 1.75rem 1.225rem;
  color: #004988;
}
.dev-c .list .li.txt .t1 {
  font-weight: 500;
}
.dev-c .list .li.txt .t2 {
  margin-top: 0.25rem;
  height: 4.5rem;
}

.dev-c .list .li.txt .down svg {
  width: 0.6rem;
  fill: #004988;
  margin-right: 0.5rem;
}

.dev-c .top-li:hover .down svg {
  animation: upDown 0.5s infinite alternate; /* 持续时间2秒，无限次交替播放 */
}
.dev-c .list .li:hover .down svg {
  animation: upDown 0.5s infinite alternate; /* 持续时间2秒，无限次交替播放 */
}
@keyframes upDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.dev-info-a {
  padding: 2.5rem 0;
}
.dev-info-a .txt {
  width: calc(100% - 20.5rem);
  padding-right: 2.95rem;
}
.dev-info-a .img{
  width: 20.5rem;
}
.dev-info-a .txt .t2 {
  margin-top: 1.375rem;
  font-weight: 500;

  color: #000000;
}
.dev-info-b {
  padding: 2.975rem 0;
}

.dev-info-b .t2 {
  margin-top: 1.05rem;
}

.db-container {
  overflow: hidden;
  margin-top: 2rem;
}
.db-container .swiper-slide {
  width: calc((100% - 9rem) / 5);
  margin-right: 2.25rem;
  position: relative;
  transition: all 0.5s;
}
.db-container .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
}
.db-container .swiper-slide .op2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.db-container .swiper-slide:hover {
  transform: scale(1.02);
}
.db-container .swiper-slide:hover .op2 {
  opacity: 1;
}

.db-container .swiper-slide:hover .op1 {
  opacity: 0;
}
.db-container .swiper-slide:last-child {
  margin-right: 0;
}

.bot-fc {
  margin-top: 1.5rem;
  width: 100%;
  justify-content: center;
}

.bot-fc .main-prev,
.bot-fc .main-next {
  position: relative;
  top: auto;
  transform: translateY(0);
  left: auto;
  right: auto;
}
.main-scrollbar {
  width: 11.5rem;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 1rem;
}
.main-scrollbar .swiper-scrollbar-drag {
  background: #024279;
}
.ser-a {
  padding: 2.5rem 0;
  background-image: url(../img/sbg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.ser-a .tops {
  justify-content: space-between;
}

.ser-a .tops .tlist .li .icon {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #fff;
  border: 0.15rem solid rgba(136, 136, 136, 0.5);
  border-radius: 50%;
  margin-right: 0.2rem;
}
.ser-a .tops .tlist .li {
  padding-right: 0.75rem;
  border-right: 1px solid rgba(136, 136, 136, 0.5);
  margin-right: 0.75rem;
  cursor: pointer;
}
.ser-a .tops .tlist .li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.ser-a .tops .tlist .li.on .lh1 {
  color: #195b93;
}
.ser-a .tops .tlist .li.on .icon {
  border: 0.15rem solid #195b93;
}
.ser-a .img-box {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ser-a .img-box img {
}

.ser-b {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ser-b .sb-container {
  overflow: hidden;
  margin-top: 1.3rem;
  padding-right: 1px;
}
.ser-b .sb-container .swiper-slide {
  width: calc((100% - 2rem) / 6);
  margin-right: 0.4rem;
  height: 120px;
  background: #ffffff;
  border: 1px solid rgba(217, 217, 217, 0.5);
}
.ser-b .sb-container .swiper-slide:last-child {
  margin-right: 0;
}

.main-pagination {
  text-align: center;
  margin-top: 1rem;
}

.main-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 0.5rem;
  height: 0.1rem;
  background: #000000;
  opacity: 0.1;
}
.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
  background: #024279;
}
.ser-c {
  padding: 2.5rem 0;
}
.ser-c .list {
  display: flex;
  margin-top: 1.175rem;
  align-items: flex-end;
  justify-content: space-between;
  height: 10.25rem;
}
.ser-c .list .li {
  width: 10rem;
  height: 7.5rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.ser-c .list .li .box {
  width: 100%;
  height: 100%;
  background: #e8eef4;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ser-c .list .li.on {
  width: 17rem;
  height: 10.25rem;
}

.ser-c .list .li .box .mc {
  font-weight: 500;
  margin-top: 0.775rem;
}

.ser-c .list .li.on .box {
  visibility: hidden;
  opacity: 0;
}

.ser-c .list .li .hide-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/svbj.png);
  background-repeat: no-repeat;

  background-size: 106% 106%;
  padding: 1.85rem 1.5rem;
  opacity: 0;
  visibility: hidden;
}
.ser-c .list .li .hide-box img {
  filter: brightness(10000%);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
.ser-c .list .li .hide-box .t1 {
  margin-top: 0.725rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
.ser-c .list .li .hide-box .t2 {
  margin-top: 1.25rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}
.ser-c .list .li.on .hide-box img {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.ser-c .list .li.on .hide-box .t1 {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.ser-c .list .li.on .hide-box .t2 {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.ser-c .list .li.on .hide-box {
  opacity: 1;
  visibility: visible;
}

.ser-d {
  padding: 2.5rem 0;
  background-color: rgba(25, 91, 147, 0.1);
}
.qatable {
  margin-top: 1rem;
}
.qatable .li {
  width: 3rem;
  line-height: 1.25rem;
  background: #ffffff;
  border-radius: 0.6rem;
  margin-right: 0.75rem;
  text-align: center;
  cursor: pointer;
}
.qatable .li.on {
  background: linear-gradient(-77deg, #023f79, #1567b5);
  color: #fff;
}
.qatable .li:hover {
  background: linear-gradient(-77deg, #023f79, #1567b5);
  color: #fff;
}

.ser-d .ajax-list {
  margin-top: 1.3rem;
}

.ser-d .ajax-list .li {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}

.ser-d .ajax-list .li .top-li {
  display: flex;
  height: 2.75rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 0.725rem;
  align-items: center;
  justify-content: space-between;
}
.ser-d .ajax-list .li .top-li .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, 0.1);
}
.ser-d .ajax-list .li .top-li .icon svg {
  width: 0.5rem;
  fill: #333;
}
.ser-d .ajax-list .li .cont {
  background-color: #fff;
  padding: 0 0.725rem 2.025rem;
  display: none;
}

.ser-d .ajax-list .li.on .top-li {
  background-color: #fff;
}
.ser-d .ajax-list .li.on .top-li .icon {
  background: linear-gradient(-77deg, #023f79, #1567b5);
}
.ser-d .ajax-list .li.on .top-li .icon svg {
  fill: #fff;
  transform: translate(-50%, -50%) rotate(180deg);
}

.adv-a {
  padding: 2.5rem 0 1.5rem;
}
.adv-a .numlist {
  margin-top: 1.725rem;
  display: flex;
  flex-wrap: wrap;
}

.adv-a .numlist .li {
  width: calc((100% - 1.2rem) / 4);
  margin-right: 0.4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.071);
}
.adv-a .numlist .li:nth-child(2n) {
  margin-right: 0;
}

.adv-a .numlist .li .num {
  font-weight: 500;
}

.adv-b {
  padding-bottom: 2.5rem;
  background: #f9f9f9;
}

.adv-b .view {
  display: flex;
}
.adv-b .img-box {
  width: 16rem;
  height: 19.5rem;
  position: relative;
}

.adv-b .img-box .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.adv-b .img-box .img .txt {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 1.175rem 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(3, 66, 120, 0.21),
    transparent,
    transparent
  );
}
.adv-b .r-list {
  width: calc(100% - 16rem);
  padding: 0 2.225rem 0;
  cursor: pointer;
}

.adv-b .r-list .li {
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.adv-b .r-list .li .t1 {
  position: relative;
  display: inline-block;
  opacity: 0.5;
}
.adv-b .r-list .li .plist {
  display: none;
}
.adv-b .r-list .li .p {
  margin-top: 0.95rem;
}
.adv-b .r-list .li.on .t1 {
  color: #034278;
  border-bottom: 3px solid #034278;
  opacity: 1;
}

.adv-c {
  padding: 2.5rem 0;
}
.adv-c .content {
  display: flex;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.25rem;
}
.adv-c .le-nav {
  width: 10rem;
}

.adv-c .le-nav .li {
  width: 100%;
  padding: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.51);
  cursor: pointer;
}

.adv-c .le-nav .li.on {
  color: #034278;
  border-bottom: 3px solid #034278;
}

.adv-c .r-cint {
  width: calc(100% - 10rem);
  padding-left: 1.125rem;
  padding-top: 1rem;
}

.adv-c .r-cint .t2 {
  margin-top: 0.6rem;
  color: #666666;
}
.adv-c .r-cint .img {
  width: 100%;
  margin-top: 0.8rem;
  text-align: center;
}
.adv-c .r-cint .img img {
  display: inline-block;
}

.adv-c .r-cint .t3 {
  margin-top: 1.75rem;
}

.adv-c .r-cint .list {
  display: flex;
  flex-wrap: wrap;
}
.adv-c .r-cint .list .li {
  width: calc((100% - 1.5rem) / 3);
  margin-right: 0.75rem;
  margin-bottom: 1rem;
}
.adv-c .r-cint .list .li:nth-child(3n) {
  margin-right: 0;
}

.adv-c .r-cint .list .li .img {
  width: 100%;
  margin-bottom: 0.45rem;
}
.adv-d {
  background: #f9f9f9;
  padding: 2.5rem 0;
}
.adv-d .content {
  padding: 0 1.925rem;
  margin-top: 1.5rem;
}
.adv-d .content .swiper-slide {
  width: calc(100% / 3);
  background-color: #fff;
  padding: 1.75rem 2.175rem;
  min-height: 14.625rem;
  border-right: 4px solid rgba(0, 0, 0, 0.1);
}

.adv-d .content .swiper-slide .t1 {
  height: 1.3rem;
  text-align: center;
}
.adv-d .content .swiper-slide:last-child {
  border-right: 0;
}

.sub-banner .t2 {
  position: absolute;
  left: 4.975rem;
  bottom: 5.175rem;
  line-height: 1.2;
}

.air-a {
  height: 25.4rem;
  /* height: auto; */
}
.fxp {
  height: auto;
}

.air-a .videos-box {
  height: 100%;
}
.air-a .videos-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.air-a .img-box {
  height: 100%;
}

.air-a .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5rem 0;
}
.air-a .content .t2 .item {
  display: none;
}

.air-a .content .t2 {
  color: #666666;
  width: 15.325rem;
  margin-top: 1rem;
}

.air-a .content .swidon {
  margin-top: 2.5rem;
  cursor: pointer;
  width: 10rem;
}
.air-a .content .swidon .icon {
  width: 1.625rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  border: 2px solid #004988;
  position: relative;
  margin-right: 0.5rem;
}
.air-a .content .swidon svg {
  fill: #004988;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.air-a .content .swidon:hover .icon {
  background-color: #004988;
}
.air-a .content .swidon:hover .icon svg {
  fill: #fff;
}
.air-a .content .swidon:hover {
  color: #004988;
}
.air-a .content .tip {
  margin-top: 1.5rem;
  background-color: #fff;
  padding: 0.5rem;
  width: 10.75rem;
  position: relative;
  z-index: 3;
}
.air-a .content .tip .img {
  width: 4.375rem;
  height: 2.95rem;
  overflow: hidden;
  position: relative;
}
.air-a .content .tip .txt {
  margin-left: 0.75rem;
}
.air-a .content .tip .txt a {
  display: block;
  color: #004988;
  margin-top: 0.2rem;
  font-weight: 700;
}
.air-a .content .tip .play {
  width: 1.05rem;
  cursor: pointer;
}
.air-b {
  padding: 2.45rem 0 0.5rem;
  background: #f2f4f8;
}

.air-b .list {
  display: flex;
  flex-wrap: wrap;
}

.air-b .list .li {
  display: block;
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.air-b .list .li:nth-child(3n) {
  margin-right: 0;
}

.air-b .list .li .t1 {
  line-height: 1;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  position: relative;
}
.air-b .list .li .t1::after {
  content: "";
  position: absolute;
  width: 0rem;
  height: 2px;
  background: #034278;
  transition: all 0.5s;
  left: 0;
  bottom: 0;
}

.air-b .list .li .t2 {
  padding-top: 0.4rem;
  justify-content: space-between;
}
.air-b .list .li .t2 svg {
  fill: #004988;
  width: 0.8rem;
}
.air-b .list .li .img {
  width: 100%;
  height: 6.6rem;
  margin-top: 1rem;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.air-b .list .li .img img {
  transition: all 0.5s;
  max-width: 80%;
  max-height: 100%;
}
.air-b .list .li:hover .img img {
  transform: scale(1.02);
}
.air-b .list .li:hover .t1::after {
  width: 5.5rem;
}
.air-b .list .li:hover .img {
  box-shadow: 0px 0.375rem 0.75rem 0px rgba(3, 66, 120, 0.15);
}
.air-a .content .tip.wit {
  background: #edf0f6;
  border-radius: 4px;
}

.air-a .content .aqd-list {
  display: flex;
  flex-wrap: wrap;
  width: 15.5rem;
  margin-top: 1.475rem;
}
.air-a .content .aqd-list .li {
  width: 2.7rem;
  height: 2.7rem;
  cursor: pointer;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);

  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-weight: 500;
  transition: all 0.5s;
}
.air-a .content .aqd-list .li:nth-child(5n) {
  margin-right: 0;
}

.air-a .content .aqd-list .li img {
  height: 0.875rem;
  filter: grayscale(100);
  opacity: 0.8;
  margin-bottom: 0.2rem;
}
.air-a .content .aqd-list .li:hover {
  color: #004988;
  border: 1px solid #004988;
}
.air-a .content .aqd-list .li:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.air-a .content .aqd-list .li.on {
  color: #004988;
  border: 1px solid #004988;
}
.air-a .content .aqd-list .li.on img {
  filter: grayscale(0);
  opacity: 1;
}

.air-b .type-list .type-li {
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.air-b .type-list .type-li .title .icon {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 4px;
  background: linear-gradient(-77deg, #023f79, #1567b5);
  position: relative;
  margin-right: 0.5rem;
}
.air-b .type-list .type-li .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0.825rem 0.95rem;
  transition: all 0.5s;
}
.air-b .type-list .type-li .top-box .icon img {
  filter: brightness(1000);
}
.air-b .type-list .type-li .top-box .jh {
  position: relative;
}
.air-b .type-list .type-li .top-box .jh .line {
  width: 0.5rem;
  height: 0.1rem;
  background: #034278;
}
.air-b .type-list .type-li .top-box .jh .line.line1 {
  height: 0.5rem;
  width: 0.1rem;
}
.air-b .type-list .type-li .hid-box {
  display: none;
}
.air-b .type-list .type-li .list {
  margin-top: 1.425rem;
}

.air-b .type-list .type-li.on .top-box {
  background-color: transparent;
  padding: 0.825rem 0;
}
.air-b .type-list .type-li.on .top-box .line1 {
  display: none;
}

.fxp .content {
  position: relative;
}
.fxp .content .tip {
  margin-top: 0;
}

.fxp .content .view {
  display: flex;
  padding-right: 2.275rem;
}
.fxp .content .view .right {
  width: 23.025rem;
  /* height: 23.025rem; */
  position: relative;
}
.fxp .content .view .left {
  width: calc(100% - 23.025rem);
}
.fxp .content .view .right .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}
.fxp .content .view .right .item .videos-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fxp .content .view .right .item .videos-box video {
  object-fit: contain;
}

.fxp-b {
  background-image: url(../img/fxpbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fxp-b .sb-container {
  margin-top: 1.8rem;
}

.fxp.ele .content .tip {
  margin-top: 1.5rem;
}
.fxp.ele .content .view .right img {
  display: block;
}
.fxp.ele .content .view {
  padding-right: 5rem;
  justify-content: space-between;
}
.fxp .content .view .right {
  width: 17rem;
  /* height: 18rem; */
  position: relative;
}
.fxp.csfw .content .view2 {
  margin-top: 1rem;
}
.fxp.csfw .content .left {
  padding-right: 0;
  padding-left: 2.3rem;
  width: calc(100% - 17rem);
  position: relative;
}
.fxp.csfw {
  height: auto;
}
.fxp.csfw .content {
  padding-bottom: 4rem !important;
}
.fxp.csfw .content .left .t2 {
  width: 100%;
  z-index: 3;
  position: relative;
}
.csfw-alist {
  margin-top: 1.2rem;
  z-index: 3;
  position: relative;
}
.csfw-alist a {
  color: #034278;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.csfw-alist a svg {
  width: 0.5rem;
  margin-left: 0.5rem;
  fill: #034278;
  transition: all 0.5s;
}
.csfw-alist a:hover svg {
  transform: translateX(6px);
}
.fxp.csfw .content .left .dun {
  width: 16.4rem;
  position: absolute;
  z-index: 1;
  right: -20%;
  bottom: -33%;
}

.tec-b .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4rem;
}
.tec-b .txt .play {
  width: 1.8rem;
  cursor: pointer;
}
.tec-b .txt .t {
  line-height: 1.3;
  margin-top: 0.75rem;
}
.tec-b .txt .t span {
  color: #004988;
}
.su-info {
  padding: 4.25rem 0 2rem;
  background-color: #f2f4f8;
}

.su-info .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.875rem;
}
.su-info .tit .t2 {
  margin-top: 0.5rem;
}
.su-info .t3 {
  width: 22rem;
  margin-top: 1.175rem;
}

.su-info .p-img {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}
.su-info-b {
  padding: 1.825rem 0;
}
.su-info-b .t1 {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.su-info-b .list {
  margin-top: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.su-info-b .list .li {
  width: 25%;
  margin-bottom: 1.25rem;
}

.su-info-b .list .li .t2 {
  margin-top: 0.4rem;
  color: #000;
}
.su-i-c .main-pagination {
  margin-top: 2.575rem;
}
.su-i-c {
  background-image: url(../img/dp2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ser-b.su-i-c .sb-container {
  margin-top: 1.475rem;
}
.s-i-d .list {
  margin-top: 1.25rem;
}

.tes-i-a {
  padding: 3.05rem 0 2.5rem;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-top: 0.15rem solid #034278;
}

.tes-i-a .top {
  display: flex;
  justify-content: space-between;
}
.tes-i-a .top .right-box {
  width: 21.1rem;
}
.tes-i-a .top .right-box .selse-box {
  width: 7.45rem;
  position: relative;
  z-index: 33;
}

.tes-i-a .top .right-box .selse-box .seltop {
  width: 100%;
  height: 1.475rem;
  border: 1px solid rgba(3, 66, 120, 0.25);
  padding: 0 0.75rem;
  justify-content: space-between;
  color: #034278;
  font-weight: 500;
  cursor: pointer;
}

.tes-i-a .top .t2 {
  margin-top: 0.625rem;
  color: #666;
}
.tes-i-a .top .right-box .selse-box .hide-box {
  width: 100%;
  position: absolute;
  top: 100%;
  border: 1px solid rgba(3, 66, 120, 0.25);
  border-top: 0;
  background-color: #fff;
  padding: 0 0.75rem;
  display: none;
}
.tes-i-a {
  overflow: hidden;
}

.tes-i-a .top .right-box .selse-box .hide-box a {
  display: block;
  padding: 0.25rem 0;
  font-size: 0.4rem;
}

.cs-container {
  margin-top: 2rem;
  z-index: 33;
}
.cs-container .swiper-slide {
  display: flex;
}
.cs-container .li {
  width: 16rem;
  margin-right: 0.875rem;
  background-color: #fff;
}
.cs-container .li .img {
  width: 100%;
  height: 11.5rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
  opacity: 0.2;
}

.cs-container .main-next {
  z-index: 33;
  right: -0.5rem;
  transform: translate(0);
  top: 5.275rem;
}
.cs-container .swiper-slide.swiper-slide-active .li .img {
  opacity: 1;
  transition: all 0.5s;
}
.tes-i-b {
  padding: 1.55rem 0;
  background: #f8f8f8;
}
.tes-i-b .list1 {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.825rem;
}
.tes-i-b .list1 .li {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}
.tes-i-b .list1 .li:nth-child(2n) {
  margin-right: 0;
}

.tes-i-b .list1 .li .tit {
  padding: 0.5rem 0;
}
.tes-i-b .list1 .li .tit img {
  max-width: 5rem;
  max-height: 0.625rem;
}
.tes-i-b .list1 .li .img {
  width: 100%;
  height: 10.125rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.tes-i-b .list1 .li .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.tes-i-b .list1 .li .cont .pimg {
  width: 7.5rem;
  height: 5.25rem;
  background: #ffffff;
  padding: 0.275rem;
}
.tes-i-b .list1 .li .cont .p span {
  color: #000;
}
.tes-i-b .list1 .li .cont .p span:first-child {
  opacity: 0.5;
  width: 2.5rem;
}

.tes-i-b .list2 {
  margin-top: 0.675rem;
  padding: 1.25rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  box-shadow: 0px 0.125rem 0.25rem 0px rgba(51, 51, 51, 0.1);
}

.tes-i-b .list2 .li {
  width: calc((100% - 2.55rem) / 4);
  margin-right: 0.85rem;
  margin-bottom: 1rem;
}
.tes-i-b .list2 .li:nth-child(4n) {
  margin-right: 0;
}
.tes-i-b .list2 .li img {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  margin-bottom: 0.375rem;
}

.about-a {
  padding: 2.5rem 0;
}
.about-a .content {
  margin-top: 1.55rem;
  display: flex;
  justify-content: space-between;
}
.about-a .content .txt {
  width: 19.65rem;
  position: relative;
}
.about-a .content .txt img {
  position: absolute;
  top: 2.85rem;
  left: -5rem;
}
.about-a .content .list {
  width: 13.825rem;
}

.about-a .content .list .li {
  padding-bottom: 0.65rem;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
}

.about-a .content .list .li .num {
  font-family: "Roboto-Bold";
  line-height: 1.2;
}
.about-a .content .list .li .icon {
  width: 1.3rem;
  height: 1.3rem;
}
.about-a .content .list .li .icon img {
  max-height: 100%;
  max-width: 100%;
}
.video-a {
  margin-top: 1rem;
  /* height: 17.5rem; */
  overflow: hidden;
}
.video-a video {
  display: none;
}
.video-a .play {
  cursor: pointer;
}
.about-b {
  padding: 2.5rem 0;
  background: #f6f6f6;
}

.about-b .list {
  margin-top: 1.25rem;
  display: flex;
}
.about-b .list .li {
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
  height: 15rem;
  overflow: hidden;
  position: relative;
}
.about-b .list .li .about-b .list .li:nth-child(3n) {
  margin-right: 0;
}
.about-b .list .li .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 1rem;
}
.about-b .list .li .txt .t2 {
  margin-top: 0.2rem;
  line-height: 1.4;
}
.about-b .list .li2 .li {
  width: 100%;
  margin-right: 0;
  height: 7rem;
}
.about-b .list .li2 .li:first-child {
  margin-bottom: 1rem;
}
.about-b .list .li img {
  transition: all 0.5s;
}
.about-b .list .li:hover img {
  transform: scale(1.05);
}
.about-b .list .li2:hover img {
  transform: scale(1);
}
.about-b .list .li2 .li:hover img {
  transform: scale(1.05);
}
.about-d {
  padding: 3rem 0 0;
  background: #f6f6f6;
  padding-bottom: 2.1rem;
  background-image: url(../img/dun.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.about-d .cont {
}
.about-d .cont .t1 {
  padding: 0.825rem 1.3rem;
  width: 17.75rem;
  margin: 0 auto;
  margin-top: 2.1rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  position: relative;
}
.about-d .cont .t1::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../img/yh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.about-d .cont .t1::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../img/yh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}
.about-d .cont .rig {
  padding-right: 2.35rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.about-d .cont .rig .dsz {
  width: 10.675rem;
  margin-right: 0.825rem;
}
.about-d .cont .rig .txt {
  padding-top: 0.5rem;
}

.about-d .cont .rig .txt .img {
  padding-bottom: 0.375rem;
}
.about-d .cont .rig .txt .f500 {
  width: 6.8rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.about-e {
  padding: 2.5rem 0;
  /* background: #f6f6f6; */
}
.about-e .t1 {
  font-weight: 500;
  color: #000;
  margin-top: 1.125rem;
  line-height: 1;
  margin-bottom: 0.375rem;
}
.abe-container {
  margin-top: 0.9rem;
}
.abe-container .swiper-slide {
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
}
.abe-container .swiper-slide:last-child {
  margin-right: 0;
}
.abe-container .swiper-slide .img {
  width: 100%;
  height: 12rem;
  overflow: hidden;
}
.abe-container .swiper-slide .txt {
  background: #f6f6f6;
  padding: 1rem;
  font-weight: 500;
}

.about-f {
  padding: 2.5rem 0;
}

.about-f .list {
  margin-top: 1.25rem;
}

.about-f .list .li {
  display: flex;
  background: #f6f6f6;
  margin-bottom: 1rem;
}
.about-f .list .li .img {
  width: 7.5rem;
}
.about-f .list .li .img img {
  width: 100%;
}

.about-f .list .li .txt {
  width: calc(100% - 7.5rem);
  padding: 1rem;
}
.about-f .list .li .txt .t2 {
  line-height: 1;
  margin: 1rem 0 0.8rem;
}

.about-c img {
  width: 100%;
}
.about-c {
  overflow: hidden;
}
.about-c .lines {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  max-width: none;
  width: 100rem;
  transition: all 0.5s;
}
.his-container .swiper-slide img {
  max-width: none;
  width: 100rem;
}
.his-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 100%;
  transition: all 0.5s;
}
.his-container .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.his-container .swiper-slide .txt {
  position: absolute;
}

.his-container .swiper-slide .txt .t1 {
  line-height: 1;
  font-family: "Roboto-Bold";
}
.his-container .swiper-slide .txt .t2 {
  margin-top: 0.25rem;
}
.his-container .swiper-slide .txt {
  width: 6.1rem;
  min-height: 4.45rem;
  padding-right: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateX(-2.05rem);
}
.his-container .swiper-slide:nth-child(1) .txt {
  left: 10.6%;
  bottom: 24%;
}
.his-container .swiper-slide:nth-child(2) .txt {
  left: 18.5%;
  bottom: 33%;
}
.his-container .swiper-slide:nth-child(3) .txt {
  left: 31.2%;
  bottom: 38%;
}
.his-container .swiper-slide:nth-child(4) .txt {
  left: 44.9%;
  bottom: 42%;
}
.his-container .swiper-slide:nth-child(5) .txt {
  left: 54.9%;
  bottom: 53%;
}
.his-container .swiper-slide:nth-child(6) .txt {
  left: 65.3%;
  bottom: 58%;
}

.his-container .swiper-slide:nth-child(7) .txt {
  left: 73.1%;
  bottom: 67%;
}

.his-container .swiper-slide:nth-child(8) .txt {
  left: 83.4%;
  bottom: 72%;
}

.his-container .swiper-slide:nth-child(9) .txt {
  left: 91.9%;
  bottom: 84%;
}
.his-container .swiper-slide:nth-child(10) .txt {
  left: 105.5%;
  bottom: 89%;
}

.his-container .swiper-slide:nth-child(10) .txt {
  left: 105.5%;
  bottom: 89%;
}
.his-container .swiper-slide:nth-child(11) .txt {
  left: 117.7%;
  bottom: 92%;
}
.his-container .swiper-slide:nth-child(12) .txt {
  left: 127.7%;
  bottom: 103%;
}
.his-container .swiper-slide:nth-child(13) .txt {
  left: 138.2%;
  bottom: 108%;
}
.his-container .swiper-slide:nth-child(14) .txt {
  left: 146.2%;
  bottom: 118%;
}

.his-container .swiper-slide:nth-child(15) .txt {
  left: 156.2%;
  bottom: 123%;
}
.his-container .swiper-slide:nth-child(16) .txt {
  left: 164.6%;
  bottom: 133%;
}
.his-container .swiper-slide:nth-child(17) .txt {
  left: 177.9%;
  bottom: 137%;
}

.his-container .swiper-slide:nth-child(18) .txt {
  left: 191.3%;
  bottom: 141%;
}

.his-container .swiper-slide {
  opacity: 0 !important;
}
.his-container .swiper-slide-active {
  opacity: 1 !important;
}
.about-c .main-prev,
.about-c .main-next {
  z-index: 99;
}
.about-c .main-prev {
  left: 5rem;
}
.about-c .main-next {
  right: 5rem;
}
.about-c .tit {
  position: absolute;
  top: 2.5rem;
  left: 5rem;
  z-index: 33;
}
.ylist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100rem;
  height: 100%;
  z-index: 4;
  transition: all 0.5s;
}
.ylist .li {
  position: absolute;
  cursor: pointer;
  padding-bottom: 1rem;
  width: 1.2rem;
  white-space: nowrap;
}
.ylist .li .t {
  transform: translateX(-0.2rem);
}
.ylist .li:nth-child(1) {
  left: 8.5%;
  bottom: 22%;
}

.ylist .li:nth-child(2) {
  left: 12.2%;
  bottom: 32.3%;
}
.ylist .li:nth-child(3) {
  left: 18.4%;
  bottom: 36.8%;
}
.ylist .li:nth-child(4) {
  left: 25%;
  bottom: 40.6%;
}
.ylist .li:nth-child(5) {
  left: 29.7%;
  bottom: 51.6%;
}
.ylist .li:nth-child(6) {
  left: 34.7%;
  bottom: 56.7%;
}
.ylist .li:nth-child(7) {
  left: 38.4%;
  bottom: 66%;
}

.ylist .li:nth-child(8) {
  left: 43.4%;
  bottom: 71.5%;
}
.ylist .li:nth-child(9) {
  left: 47.4%;
  bottom: 82.5%;
}
.ylist .li:nth-child(10) {
  left: 53.9%;
  bottom: 87.2%;
}

.ylist .li:nth-child(11) {
  left: 59.8%;
  bottom: 90.7%;
}
.ylist .li:nth-child(12) {
  left: 64.6%;
  bottom: 101.6%;
}

.ylist .li:nth-child(13) {
  left: 69.6%;
  bottom: 106.85%;
}
.ylist .li:nth-child(14) {
  left: 73.4%;
  bottom: 116.4%;
}
.ylist .li:nth-child(15) {
  left: 78.2%;
  bottom: 121.5%;
}

.ylist .li:nth-child(16) {
  left: 82.2%;
  bottom: 132.5%;
}
.ylist .li:nth-child(17) {
  left: 88.6%;
  bottom: 137.3%;
}
.ylist .li:nth-child(18) {
  left: 95%;
  bottom: 140.9%;
}

.ylist .li.on .t {
  opacity: 0;
}

.ibanner {
  height: 24rem;
}
.ibanner .swiper-slide {
  overflow: hidden;
}
.ibanner .slide-inner {
  height: 100%;
}
.ibanner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.ibanner .zmore:hover .icon {
  fill: #fff;
}
.ibanner .txt {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 44.8%;
  padding: 0 5rem;
}
.ibanner .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  z-index: 3;
  display: flex;
  width: 1rem;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  left: 0.75rem;
}
.ibanner .swiper-pagination span {
  width: 0.5rem;
  height: 3px;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.6s;
  border-radius: 0;
  margin: 5px !important;
}
.ibanner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
}

.pc {
  display: block;
}
.mb {
  display: none;
}

.ibanner .txt .en {
  font-family: "Roboto-Bold";
  line-height: 1;
  margin-bottom: 0.2rem;
}

.ibanner .txt .t1 {
  font-weight: 500;
  line-height: 1.2;
}
.ibanner .txt .more {
  margin-top: 0.8rem;
}
.scd {
  position: absolute;
  bottom: 0.75rem;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  z-index: 33;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
}
.scd svg {
  width: 0.8rem;
  margin-top: 0.2rem;
  animation: mous 700ms infinite linear;
}
.remov {
}

@keyframes mous {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(0);
  }
}

.home-a {
  padding: 2.5rem 0 1.5rem;
  background-image: url(../img/sbg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.home-a .tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.home-a .tit .en {
  font-family: "Roboto-Bold";
  line-height: 1;
  margin-bottom: 0.2rem;
}

.home-a .tit .right {
  display: flex;
  align-items: flex-start;
  text-align: right;
}

.home-a .tit .right img {
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}

.home-a .list {
  display: flex;
  margin-top: 1.5rem;
  justify-content: space-between;
}

.home-a .list .li {
  width: 6rem;
  height: 15rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.home-a .list .li .box {
  position: absolute;
  width: 100%;

  bottom: 0;
  left: 0;
  padding: 3.125rem 0;
  display: flex;
  color: #fff;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(
    to top,
    rgba(21, 103, 181, 0.51),
    transparent,
    transparent
  );
}
.home-a .list .li .box img {
  margin-top: 0.5rem;
}
.home-a .list .li.on {
  width: 24.5rem;
}
.home-a .list .li.on .box {
  opacity: 0;
  visibility: hidden;
}

.home-a .list .li .hide-box {
  position: absolute;
  width: 100%;

  bottom: 0;
  left: 0;
  padding: 1.5rem;

  color: #fff;
  font-weight: 500;

  background-image: linear-gradient(
    to top,
    rgba(21, 103, 181, 0.51),
    transparent,
    transparent
  );
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.home-a .list .li .hide-box .t1 {
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}
.home-a .list .li .hide-box .t1 .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: 0.5rem;
}
.home-a .list .li .hide-box .t2 {
  justify-content: space-between;
  margin-top: 0.7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}

.home-a .list .li.on .hide-box {
  opacity: 1;
  visibility: visible;
}
.home-a .list .li.on .hide-box .t1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.home-a .list .li.on .hide-box .t2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.home-a .tit2 {
  margin-top: 2.95rem;
  text-align: center;
}
.home-a .tit2 .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.home-a .tit2 .lh13 {
  background-color: #fff;
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 0.5rem;
}
.home-a .map-a {
  display: flex;
  margin-top: 1.575rem;
}
.home-a .map-a .itp-list .li {
  margin-bottom: 0.5rem;
}
.home-a .map-a .itp-list .li img {
  width: 0.8rem;
  margin-right: 0.2rem;
}
.home-a .map-a .mapbox {
  width: 29.4rem;
  margin-left: 1.8rem;
  position: relative;
}
.home-a .map-a .mapbox img {
  width: 100%;
}

.home-a .map-a .mapbox .box {
  width: 0.45rem;
  height: 0.45rem;
  background-color: RGBA(225, 45, 45, 1);
  border-radius: 50%;
  position: absolute;
}
.home-a .map-a .mapbox .box .w {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
}

.home-a .map-a .mapbox .box::before,
.home-a .map-a .mapbox .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: RGBA(225, 45, 45, 1);
  border-radius: 50%;
  animation: expand 2s infinite;
  opacity: 0;
}

.home-a .map-a .mapbox .box ::before {
  animation-delay: 0.5s;
}

.home-a .map-a .mapbox .box ::after {
  animation-delay: 1s;
}
@keyframes expand {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.home-a .map-a .mapbox .dg {
  top: 15%;
  left: 8%;
}

.home-a .map-a .mapbox .hf {
  top: 37%;
  left: 35%;
}
.home-a .map-a .mapbox .sh {
  top: 36%;
  left: 37%;
}
.home-a .map-a .mapbox .nb {
  top: 40%;
  left: 36%;
}
.home-a .map-a .mapbox .mlxy {
  top: 56%;
  left: 33%;
}
.home-a .map-b {
  padding: 0 2.275rem;
  overflow: hidden;
}
.home-a .map-b .homea-container {
  padding: 1rem 0;
}
.home-a .map-b .swiper-slide {
  width: calc((100% - 1.075rem) / 2);
  margin-right: 1.075rem;
  height: 2.625rem;
  background: #ffffff;
  box-shadow: 0px 0.15rem 0.5rem 0px rgba(113, 113, 113, 0.12);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.75rem 2rem;
}
.home-a .map-b .swiper-slide:last-child {
  margin-right: 0;
}

.home-a .map-b .swiper-slide .le img {
  width: 0.75rem;
}

.home-a .map-b .swiper-slide .le .t {
  line-height: 1;
  font-family: "Roboto-Bold";
  margin-left: 0.8rem;
}
.home-b .table-l {
  position: absolute;
  top: 2.475rem;
  left: 0;
  z-index: 3;
}
.home-b .table-l .fc {
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-b .table-l .fc .li {
  padding-bottom: 0.35rem;
  cursor: pointer;
}
.home-b .table-l .fc .li:hover {
  color: #004988;
}
.home-b .table-l .fc .li.on {
  border-bottom: 3px solid #004988;
}

.home-b .t3 {
  width: 9.5rem;
  margin-top: 0.7rem;
}

.home-c {
  height: 22.5rem;
}

.home-c .videos-box {
  height: 100%;
}
.home-c .videos-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-c .img-box {
  height: 100%;
}
.home-c .txt {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 30.89%;
  padding: 0 5rem;
}

.home-c .txt .en {
  font-family: "Roboto-Bold";
  line-height: 1;
  margin-bottom: 0.2rem;
}

.home-c .txt .t1 {
  font-weight: 500;
  line-height: 1.2;
}
.home-c .txt .more {
  margin-top: 0.8rem;
}
.home-c .txt .t3 {
  width: 13.75rem;
  margin-top: 0.7rem;
}
.home-d {
  padding: 2.925rem 0;
  background: #f5f5f5;
}
.home-d .t {
  margin-top: 0.5rem;
}
.home-d .news-container {
  margin-top: 1.275rem;
  overflow: hidden;
}
.home-d .news-container .swiper-slide {
  width: 100%;
  display: flex;
}
.home-d .news-container .swiper-slide .left {
  display: block;
  width: 18rem;
  height: 13.5rem;
  overflow: hidden;
  position: relative;
}
.home-d .news-container .swiper-slide .left .txt {
  position: absolute;
  width: 100%;

  bottom: 0;
  left: 0;
  padding: 1.225rem 1.25rem;

  color: #fff;

  background-image: linear-gradient(
    to top,
    rgba(21, 103, 181, 0.9),
    transparent,
    transparent
  );
}

.home-d .news-container .swiper-slide .left .txt .t2 {
  margin-top: 0.2rem;
  line-height: 1.4;
}

.home-d .news-container .swiper-slide .right {
  width: calc(100% - 18rem);
  padding-left: 1rem;
}
.home-d .news-container .swiper-slide .right .li {
  display: flex;
  padding: 0.475rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}
.home-d .news-container .swiper-slide .right .li .img {
  width: 4.725rem;
  height: 3.55rem;
  overflow: hidden;
}

.home-d .news-container .swiper-slide .right .li .txt {
  width: 9.975rem;
}
.home-d .news-container .swiper-slide .right .li .txt .t1 {
  line-height: 1;
  margin-top: 0.45rem;
  color: #818181;
}
.home-d .news-container .swiper-slide .right .li .txt .t2 {
  margin-top: 0.45rem;
  line-height: 1.4;
  color: #000;
}
.home-d .news-container .swiper-slide .right .li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-d .news-container .swiper-slide .right .li .img img {
  transition: all 0.5s;
}
.home-d .news-container .swiper-slide .right .li:hover .img img {
  transform: scale(1.02);
}
.home-d .news-container .swiper-slide .right .li:hover .t2 {
  color: #004988;
}
.home-d .news-container .swiper-slide .left img {
  transition: all 0.5s;
}

.home-d .news-container .swiper-slide .left:hover img {
  transform: scale(1.02);
}

.reach-a {
  padding: 2.475rem 0;
  background-image: url(../img/re1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.reach-a .tit {
  display: flex;
  justify-content: space-between;
}
.reach-a .tit .t2 {
  width: 16.2rem;
  color: #666666;
  font-weight: 500;
}
.reach-a .img {
  position: relative;
}
.reach-a .img img {
  width: 32.7rem;
}
.reach-b {
  padding: 2.5rem 0;
  height: 18.075rem;
  overflow: hidden;
}
.reach-b .img-box {
  width: 19.825rem;
  top: -0.4rem;
  transform: translateX(-50%);
}

.reach-b .img-box .li {
  position: absolute;
  z-index: 3;
}
.reach-b .img-box .box {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.reach-b .img-box .box .w {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #004988;
  border-radius: 50%;
  z-index: 3;
}

.reach-b .img-box .box::before,
.reach-b .img-box .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: expand 2s infinite;
  opacity: 0;
}

.reach-b .img-box .box ::before {
  animation-delay: 0.5s;
}

.reach-b .img-box .box ::after {
  animation-delay: 1s;
}
.reach-b .img-box .li1 {
  top: 34%;
  left: 21%;
}
.reach-b .img-box .li1 .txt,
.reach-b .img-box .li2 .txt {
  width: 7.575rem;
  position: absolute;
  left: -1.05rem;
  top: 0;
  color: #fff;
  font-size: 0.475rem;
  text-align: right;
  transform: translateX(-100%);
}
.reach-b .img-box .li3 .txt,
.reach-b .img-box .li4 .txt {
  width: 7.575rem;
  position: absolute;
  right: -1.05rem;
  top: 0;
  color: #fff;
  font-size: 0.475rem;
  text-align: left;
  transform: translateX(100%);
}

.reach-b .img-box .li2 {
  top: 60%;
  left: 28%;
}

.reach-b .img-box .li3 {
  top: 34%;
  right: 20.7%;
}
.reach-b .img-box .li4 {
  top: 60%;
  right: 28.7%;
}

.reach-c {
  padding: 2.5rem 0;
}

.reach-c .list {
  display: flex;
  margin-top: 1.5rem;
  justify-content: space-between;
}

.reach-c .list .li {
  width: 6rem;
  height: 15rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

.reach-c .list .li .box {
  position: absolute;
  width: 100%;

  bottom: 0;
  left: 0;
  padding: 3.125rem 0;
  display: flex;
  color: #fff;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.2),
    transparent,
    transparent
  );
}
.reach-c .list .li .box img {
  margin-top: 0.5rem;
  transition: all 0.5s;
}
.reach-c .list .li.on {
  width: 24.5rem;
}
.reach-c .list .li.on .box {
  opacity: 0;
  visibility: hidden;
}

.reach-c .list .li .hide-box {
  position: absolute;
  width: 100%;

  bottom: 0;
  left: 0;
  padding: 1.5rem;

  color: #fff;
  font-weight: 500;

  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.2),
    transparent,
    transparent
  );
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.reach-c .list .li .hide-box .t1 {
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}
.reach-c .list .li .hide-box .t1 .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: 0.5rem;
}
.reach-c .list .li .hide-box .t2 {
  justify-content: space-between;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}

.reach-c .list .li.on .hide-box {
  opacity: 1;
  visibility: visible;
}
.reach-c .list .li.on .hide-box .t1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.reach-c .list .li.on .hide-box .t2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.reach-d {
  padding: 2.5rem 0 0;
  height: 22.5rem;
  overflow: hidden;
}
.reace-container {
  margin-top: 2.5rem;
  overflow: hidden;
  z-index: 33;
}

.reace-container .swiper-slide {
  width: 100%;
  position: relative;
  height: 13.75rem;
}
.reace-container .swiper-slide .li {
  /* opacity: 0;
  transform: translateY(20px); */
}
.reace-container .swiper-slide .li:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 1.4rem;
  transition-delay: 0.3s;
}

.reace-container .swiper-slide .li:nth-child(2) {
  position: absolute;
  bottom: 1rem;
  left: 8.75rem;
  transition-delay: 0.5s;
}

.reace-container .swiper-slide .li:nth-child(4) {
  position: absolute;
  bottom: 1rem;
  left: 30.625rem;
  transition-delay: 0.7s;
}

.reace-container .swiper-slide .li:nth-child(3) {
  position: absolute;
  bottom: 0rem;
  left: 18.5rem;
  transition-delay: 0.9s;
}
.reace-container .swiper-slide .li img {
  width: 0.825rem;
}
.reace-container .swiper-slide .li .t {
  position: absolute;
  top: 0;
  left: 1.425rem;
  width: 8.25rem;
  color: #fff;
  width: 6rem;
}
.reace-container .swiper-slide .li:nth-child(4) .t {
  width: 5.825rem;
}
/* .reace-container .swiper-slide {
  opacity: 0 !important;
}
.reace-container .swiper-slide-active {
  opacity: 1 !important;
}

.reace-container .swiper-slide-active .li:nth-child(1) {
  transition: all 0.5s;
  transition-delay: 0.3s;
}

.reace-container .swiper-slide-active .li:nth-child(2) {
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.reace-container .swiper-slide-active .li:nth-child(4) {
  transition: all 0.5s;
  transition-delay: 0.9s;
}

.reace-container .swiper-slide-active .li:nth-child(3) {
  transition: all 0.5s;
  transition-delay: 0.7s;
}
.reace-container .swiper-slide.swiper-slide-active .li {
  opacity: 1;
  transform: translateY(0);
} */

.reace-container .swiper-slide:nth-child(2n) .li {
  position: absolute;
  bottom: 1rem;
  left: 1.4rem;
  transition-delay: 0.5s;
}
.reach-e .tz {
  width: 100%;
  position: relative;
}

.reach-e .tit {
  position: absolute;
  z-index: 3;
  top: 2.5rem;
  left: 5rem;
}
.re-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.re-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.re-container .swiper-slide .li {
  width: 7.125rem;
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

.re-container .swiper-slide .li .mc {
  padding-right: 1rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.re-container .swiper-slide .li .img {
  width: 100%;
  position: relative;
}
.re-container .swiper-slide .li .img .ry {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  width: 5rem;
}
.re-container .swiper-slide .li .img img {
  width: 100%;
}
.re-container .swiper-slide .li:nth-child(1) {
  bottom: 14.44%;
  left: 25.31%;
  transition-delay: 0.2s;
}
.re-container .swiper-slide .li:nth-child(2) {
  bottom: 30.67%;
  left: 44.01%;
  transition-delay: 0.4s;
}
.re-container .swiper-slide .li:nth-child(3) {
  bottom: 22.67%;
  left: 61.67%;
  transition-delay: 0.6s;
}
.re-container .main-prev {
  left: 5rem;
}
.re-container .main-next {
  right: 5rem;
}
.re-container .swiper-slide {
  opacity: 0 !important;
}
.re-container .swiper-slide-active {
  opacity: 1 !important;
}
.re-container .swiper-slide.swiper-slide-active .li {
  opacity: 1;
  transform: translateY(0);
}

.reach-f {
  padding: 2.5rem 0;
}
.reach-f .conetnt {
  display: flex;
  margin-top: -1rem;
}

.reach-f .conetnt .list {
  margin-top: 3rem;
  width: calc(100% - 24.5rem);
  z-index: 3;
  position: relative;
}

.reach-f .conetnt .list .li {
  margin-bottom: 0.8rem;
  padding-bottom: 0.7rem;
  position: relative;
  cursor: pointer;
}

.reach-f .conetnt .list .li .t1 {
  font-weight: 500;

  color: #888888;
}
.reach-f .conetnt .list .li .t2 {
  font-weight: 500;
  margin-top: 0.2rem;
  color: #333333;
  display: none;
}
.reach-f .conetnt .list .li .line {
  width: 0;
  height: 3px;
  background: #004988;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.reach-f .conetnt .list .li.on .line {
  width: 100%;
}
.reach-f .conetnt .list .li.on .t2 {
  display: block;
}
.reach-f .conetnt .list .li.on .t1 {
  color: #004988;
}

.reach-f .conetnt .img {
  width: 24.5rem;
  /* height: 15rem; */
  overflow: hidden;
  position: relative;
}
.reach-f .conetnt .img .item {
  position: absolute;
  top: 0;
  left: 0;
}

.search-list1 {
  background: #f6f6f6;
  padding: 1.4rem 0;
  margin-top: 2.5rem;
}

.search-list1 .searchbox {
  width: 100%;
  height: 1.05rem;
  background: transparent;
  border: none;
  position: relative;
}

.search-list1 .input1 {
  width: 100%;
  height: 1.05rem;
  background: transparent;
  border: none;
}

.search-list1 .input2 {
  width: 3.1rem;
  height: 1.05rem;
  background: #004988 url(../img/searchbtn2.png) no-repeat 1.875rem center;
  border-radius: 2px;
  background-size: 0.525rem auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.525rem;
  padding-left: 0.875rem;
  text-align: left;
  transition: all 0.6s;
}
.search-list1 .input2:hover {
  background: #005276 url(../img/searchbtn2.png) no-repeat 1.875rem center;
  background-size: 0.525rem auto;
}

.search-list1 form {
  width: 100%;
}

@media (max-width: 767px) {
  .search-list1 .input2 {
    width: 2.5rem;
    padding-left: 0.625rem;
    background: #004988 url(../img/searchbtn2.png) no-repeat 60px center;
    background-size: 0.4rem auto;
  }

  .search-list1 .input1,
  .search-list1 .searchbox {
    height: 45px;
  }
}
.search-list2 {
  padding: 1.15rem 0 6rem;
  background: #fff;
}

.search-list2 span {
  color: #ff0000;
}

.search-list2 .tip {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f3f2f0;
}

.search-list2 .tab-ul {
  padding: 0 0.35rem;
  border-bottom: 2px solid #f3f2f0;
}

.search-list2 .tab-ul .li {
  margin: 0 0.5rem;
  position: relative;
  height: 1.3rem;
  line-height: 1.3rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.search-list2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 4px;
  background: #004988;
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.search-list2 .tab-ul .li:hover,
.search-list2 .tab-ul .li.cur {
  color: #004988;
}

.search-list2 .tab-ul .li:hover:before,
.search-list2 .tab-ul .li.cur:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-list2 .ulbox {
  margin-top: 1.25rem;
}

.search-list2 .ulbox span {
  color: #ff0000;
}

.search-list2 .ulbox .li {
  width: 48%;
  padding-bottom: 0.3rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  padding-left: 0.55rem;
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-list2 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  background: #ccc;
  margin-top: -10px;
}

.search-list2 .ulbox .li:hover {
  color: #004988;
}

.search-list2 .page {
  padding-top: 2.25rem;
}

@media (max-width: 767px) {
  .search-list2 {
    padding-bottom: 2.5rem;
  }

  .search-list2 .tab-ul {
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
  }

  .search-list2 .ulbox .li {
    width: 100%;
    padding-left: 18px;
  }

  .search-list2 .tab-ul .li {
    margin: 0 0.25rem;
  }

  .search-list2 .tab-ul {
    padding: 0;
  }

  .search-list2 .page {
    padding-top: 1rem;
  }

  .search-list2 .ulbox .li:before {
    width: 6px;
    height: 6px;
    margin-top: -7px;
  }

  .search-list2 .tab-ul .li {
    height: 1.1rem;
    width: 27%;
    line-height: 1.2;
    padding-top: 0.35rem;
    margin-bottom: 0.3rem;
  }

  .search-list4 .tab-ul .li {
    line-height: 1.1rem;
    padding-top: 0;
  }
}

/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2.2rem;
}

.file-btn1 {
  opacity: 0;

  height: 0;
  position: absolute;
  right: 1000%;
}
.yzm {
  position: relative;
}
.yzm img {
  position: absolute;
  right: 0;
  bottom: 0.125rem;
  height: 1rem;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #024279;
}

.home-c .dun {
  position: absolute;
  right: 18%;
  top: 12%;
  z-index: 2;
  width: 32%;
}

.ylist .li .box {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #024279;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ylist .li .box .w {
  width: 0.45rem;
  height: 0.45rem;
  background-color: #024279;
  border-radius: 50%;
  z-index: 3;
}
.ylist .li .box .w::after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
}

.ylist .li.on .box::before,
.ylist .li.on .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  animation: expand 2s infinite;
  opacity: 0;
  z-index: -1;
}

.ylist .li .box ::before {
  animation-delay: 0.5s;
}

.ylist .li .box ::after {
  animation-delay: 1s;
}
.ser-a .img-box {
  position: relative;
  width: 31rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.ser-a .img-box .li {
}
.ser-a .img-box .li {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.ser-a .img-box .li:first-child {
  position: relative;
}

.ser-a .img-box .li .img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.ser-a .img-box .li .img3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}

.ser-a .img-box .li .box {
  width: 0.45rem;
  height: 0.45rem;
  background-color: RGBA(225, 45, 45, 1);
  border-radius: 50%;
  position: absolute;
  top: 39%;
  left: 37.5%;
  z-index: 5;
}
.ser-a .img-box .li .box .w {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 3;
}

.ser-a .img-box .li .box::before,
.ser-a .img-box .li .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: RGBA(225, 45, 45, 1);
  border-radius: 50%;
  animation: expand 2s infinite;
  opacity: 0;
}

.ser-a .img-box .li .box ::before {
  animation-delay: 0.5s;
}

.ser-a .img-box .li .box ::after {
  animation-delay: 1s;
}
.ser-a .img-box .li .box2 {
  background-color: rgba(26, 91, 148, 1);
}
.ser-a .img-box .li .box2::after {
  background-color: rgba(26, 91, 148, 1);
}
.ser-a .img-box .li .box2::before {
  background-color: rgba(26, 91, 148, 1);
}
.ser-a .img-box .li .zj {
  top: 46.5%;
  left: 62.5%;
}
.ser-a .img-box .li .fj {
  top: 52.5%;
  left: 59.5%;
}
.ser-a .img-box .li .js {
  top: 39.5%;
  left: 60.5%;
}
.ser-a .img-box .li .anh {
  top: 41.5%;
  left: 57.5%;
}
.ser-a .img-box .li .hn {
  top: 50.5%;
  left: 49.5%;
}
.ser-a .img-box .li .sc {
  top: 45.5%;
  left: 36.5%;
}
.ser-a .img-box .li .nx {
  top: 32.5%;
  left: 41.5%;
}
.ser-a .img-box .li .xj {
  top: 22.5%;
  left: 15.5%;
}
.ser-a .img-box .li .ln {
  top: 22.5%;
  left: 62.5%;
}
.ser-a .img-box .li .bj {
  top: 26.5%;
  left: 54.5%;
}

.ser-a .img-box .li.on {
  opacity: 1;
  visibility: visible;
}
.ser-a .img-box .li .img2 {
  transform: scale(1.2);
}
.ser-a .img-box .li.on .img2 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.ser-a .img-box .li.on .img3 {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.tes-i-a .top .dun {
  width: 13.4rem;
  position: absolute;
  z-index: 1;
  right: 2.5rem;
  bottom: 3rem;
}
.ser-a .img-box .li:first-child .img1 {
  width: 31rem;
}

.newsbanner-container .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  z-index: 3;
  display: flex;
  width: 1rem;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  left: 0.75rem;
}
.newsbanner-container .swiper-pagination span {
  width: 0.5rem;
  height: 3px;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.6s;
  border-radius: 0;
  margin: 5px !important;
}
.newsbanner-container .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
}
.air-a .videos-box.belt-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* margin-left: 30%; */
}

.sub-nav-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: none;
}

.sub-nav-list a {
  font-size: 0.4rem;
  display: block;
  width: 6.15rem;
  font-weight: 500;
  padding: 0 0.675rem;
  text-align: center;
  line-height: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-nav-list a:hover {
  color: #fff;
  background-color: #004988;
}

.about-dj {
  background: #f6f6f6;
  padding: 1.725rem 0;
}

.about-dj .t1 {
  margin-top: 1rem;
  font-weight: 500;
  color: #333333;
}
.about-dj .t2 {
  line-height: 1;
  margin-top: 0.1rem;
  color: #000000;
}

.sh {
  width: 4.275rem;
  height: 1.325rem;

  position: absolute;
  top: 62.4%;
  left: 75%;
  cursor: pointer;
}
.txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.575rem;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
}
.txt-box .top {
  display: flex;
  background: #023f79;
  padding: 0.825rem;
  height: 1.325rem;
  align-items: center;
  justify-content: space-between;
}

.txt-box .top svg {
  width: 0.5rem;
}
.txt-box .c {
  background: #ffffff;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #024279;
  padding: 0.85rem;
}

.nb {
  width: 4.275rem;
  height: 1.5rem;

  position: absolute;
  top: 74.4%;
  left: 75%;
}

.mlxy {
  width: 5.275rem;
  height: 1.5rem;

  position: absolute;
  top: 78.4%;
  left: 47%;
}
.tbs {
  cursor: pointer;
}

.hf {
  width: 3.5rem;
  height: 1.5rem;

  position: absolute;
  top: 64.4%;
  left: 47%;
}

.stjt {
  width: 4.275rem;
  height: 1.325rem;

  position: absolute;
  top: 54.4%;
  left: 25%;
  cursor: pointer;
}

.mg {
  width: 4.275rem;
  height: 1.325rem;

  position: absolute;
  top: 58.2%;
  left: 0%;
  cursor: pointer;
}
.mg .txt-box {
  left: 60%;
}

@media (max-width: 996px) {
  .txt-box,
  .mg .txt-box {
    width: 80vw;
    position: fixed;
    top: 50%;
    left: 50%;
  }
}

.rep-a {
  padding: 2.5rem 0;
}
.rep-a .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rep-a .top .t1 {
  width: 18.8rem;
  color: #666666;
}

.rep-a-a {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rep-a-a .list {
  margin-top: 0.7rem;
  display: flex;
}
.rep-a-a .list .left {
  width: calc((100% - 0.5rem) / 2);
  margin-right: 0.5rem;
}
.rep-a-a .list .left .li {
  padding: 0.7rem;
  background: #f1f2f4;
  margin-bottom: 0.4rem;
  cursor: pointer;
  align-items: flex-start;
  height: 2.125rem;
  transition: all 0.5s;
}

.rep-a-a .list .left .li .num {
  width: 0.85rem;
  height: 0.85rem;

  background: #ffffff;
  border-radius: 50%;
  border: 0px solid #ffffff;
  display: flex;
  font-weight: bold;
  font-style: italic;
  font-size: 0.425rem;
  align-items: center;
  justify-content: center;
  color: #024279;
  margin-right: 1rem;
}
.rep-a-a .list .right .li:first-child {
  height: 4.65rem;
}
.rep-a-a .list .left .li .tit-17 {
  margin-top: 0.1rem;
  width: calc(100% - 1.9rem);
}
.rep-a-a .list .left .li:hover {
  background: #024279;
  color: #fff;
}
.rep-b {
  background: #e8eff5;
  padding: 2.325rem 0;
}
.rep-b .form-box {
  margin-top: 0.925rem;
  background: #ffffff;
  border-radius: 0.25rem;
  border: 0px solid #ffffff;
  padding: 0.925rem;
}

.rep-b .box {
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
}
.rep-b .box .li {
  width: calc((100% - 0.9rem) / 3);
  margin-right: 0.45rem;
  border: 1px solid #e4e4e4;
  display: flex;
  height: 1.3rem;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.45rem;
}
.rep-b .box .li.mr0 {
  margin-right: 0;
}
.rep-b .box .li .lab {
  font-size: 0.4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.rep-b .box .li input {
  width: 50%;
  padding-left: 0.1rem;
  font-size: 0.4rem;
  background-color: transparent;
}
.rep-b .box .li.li2 {
  width: calc((100% - 0.45rem) / 2);
}

.rep-b .box .check-box {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
}

.rep-b .box .check-box .lab {
  font-size: 0.4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}

.rep-b .box .check-box .lb-nox {
  display: flex;
  color: rgba(0, 0, 0, 0.51);
  align-items: center;
  margin-left: 0.975rem;
  cursor: pointer;
}
.rep-b .box .check-box .lb-nox .r {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #000000;
  opacity: 0.25;
  margin-right: 0.2rem;
  position: relative;
}

.rep-b .box .check-box input {
  width: 100%;
  margin-left: 0.5rem;
  border: 1px solid #e4e4e4;
  /* background-color: rgba(0, 0, 0, 0.05); */
  display: flex;
  height: 1.3rem;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

.rep-b .box .check-box .lb-nox.on .r {
  opacity: 1;
  border: 2px solid #024279;
}
.rep-b .box .check-box .lb-nox.on {
  color: #333;
}
.rep-b .box .check-box .lb-nox.on .r::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #024279;
  border-radius: 50%;
  border: 0px solid #024279;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textbox {
  padding: 0.5rem 1rem;
}

.textbox textarea {
  width: 100%;
  height: 5rem;
}
.rep-b .box .uplod {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
.rep-b .box .uplod .btn {
  width: 3.5rem;
  line-height: 1.05rem;
  background: #024279;
  border-radius: 4px;
  text-align: center;
  font-size: 0.45rem;
  cursor: pointer;
  color: #fff;
  margin-right: 0.5rem;
}

.yzm-box {
  width: 20rem;
  height: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(158, 157, 159, 0.51);
  margin-top: 0.475rem;
  display: flex;
  padding: 0 0.35rem;
  align-items: center;
  position: relative;
}
.yzm-box .lines {
  width: 1px;
  height: 0.75rem;
  background: #333333;
  opacity: 0.2;
  margin: 0 0.3rem;
}
.yzm-box input {
  width: 50%;

  font-size: 0.45rem;
  height: 1.3rem;
}
.yzm-box img {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}

.subnit {
  display: inline-block;
  width: 3.6rem;
  height: 1.25rem;
  background: #024279;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 26px;
  font-size: 15px;
  margin-top: 1.75rem;
  color: #f5f5f5;
}

.rep-b .box .li {
  position: relative;
}
.triangle {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #024279;
  height: 0;
  width: 0;
}
.cheack-box {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 0.5rem;
}
.cheack-box .triangle {
  margin-left: 0.5rem;
}
.g-a .list .li .box .icon {
  height: 1rem;
}
.jhicon {
  margin-top: 4rem;
}
.jhicon svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #eee;
  transition: all 0.5s;
}
.sex {
  background: #f1f2f4;
}

.inpout-sub {
  position: absolute;
  z-index: 3;
  top: 100%;
  background-color: #eee;
  width: 100%;
  left: 0;
  padding: 0.5rem 0;
  line-height: 2;
  cursor: pointer;
  font-size: 0.4rem;
  display: none;
}
.inpout-sub .s {
  transition: all 0.5s;
  padding: 0 0.5rem;
}
.inpout-sub .s:hover {
  color: #fff;
  background-color: #024279;
}
.rep-b .box.textbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.9rem 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.rep-b .box.filebox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8rem;
  margin-top: 0.5rem;
  padding-top: 0;
}
.rep-tc {
  display: flex;
  margin-top: 0.8rem;
  justify-content: center;
}

.det-list {
  padding-top: 1.525rem;
  padding-bottom: 1rem;
}

.det-list .li {
  display: flex;
  padding: 1.8rem 0 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.det-list .li:last-child {
  border-bottom: 0;
}
.det-list .li .img {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.det-list .li .txt {
  width: calc(100% - 10rem);
}

.det-list .li .t2 {
  width: 24.5rem;
  margin-top: 1.5rem;
  color: #000000;
}
.det-list .li .more {
  margin-top: 1.4rem;
}

@media (max-width: 996px) {
  .det-list .li {
    padding: 0.75rem 0;
    display: block;
  }
  .det-list .li .img {
    width: 100%;
  }
  .det-list .li .txt {
    width: 100%;
  }
  .det-list .li .t2 {
    width: 100%;
    margin-top: 0.5;
  }
  .rep-a {
    padding: 1.5rem 0;
  }
  .rep-a .top {
    display: block;
  }
  .rep-a .top .t1 {
    width: 100%;
    margin-top: 0.5rem;
  }
  .rep-a-a {
    margin-top: 1rem;
    padding-top: 0.8rem;
  }
  .rep-a-a .list .left {
    width: 100%;
  }
  .rep-a-a .list {
    display: block;
  }
  .rep-a-a .list .left .li {
    height: auto;
  }
  .rep-b {
    padding: 1.5rem 0;
    overflow: hidden;
  }
  .rep-b .box {
    display: block;
  }
  .rep-b .box .li {
    width: 100%;
  }
  .rep-b .box .li.li2 {
    width: 100%;
  }
  .rep-b .box .check-box {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .rep-b .box .check-box .lb-nox {
    width: 100%;
    margin-left: 0;

    margin-top: 0.5rem;
  }
  .rep-b .box .check-box input {
    margin: 0;
    margin-top: 0.5rem;
  }
  .yzm-box {
    width: 100%;
  }
}

.esgl-a {
  padding: 1.95rem 0;
  background: #f6f6f6;
}
.esgl-a .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.975rem;
}
.esgl-a .list .li {
  display: block;
  width: calc((100% - 2.025rem) / 4);
  margin-right: 0.675rem;
  margin-bottom: 1.4rem;
}
.esgl-a .list .li:nth-child(4n) {
  margin-right: 0;
}
.esgl-a .list .li .img {
  width: 100%;
  overflow: hidden;
}
.esgl-a .list .li .img img {
  transition: all 0.2s;
}
.esgl-a .list .li:hover .img img {
  transform: scale(1.01);
}

.esgl-a .list .li .t {
  margin-top: 0.725rem;
  font-weight: 700;
  color: #000;
}
.esgl-a .list .li .down {
  margin-top: 0.4rem;
}
.esgl-a .list .li .down svg {
  width: 0.6rem;
  fill: #004988;
  margin-right: 0.5rem;
}

.esgl-a .list .li:hover .down svg {
  animation: upDown 0.5s infinite alternate; /* 持续时间2秒，无限次交替播放 */
}
.esgl-b {
  padding: 2.7rem 0;
}
.esgl-b .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.975rem;
}
.esgl-b .list .li {
  display: block;
  width: calc((100% - 2rem) / 3);
  margin-right: 1rem;
  margin-bottom: 1.4rem;
}
.esgl-b .list .li:nth-child(3n) {
  margin-right: 0;
}
.esgl-b .list .li .img {
  width: 100%;
  height: 8.75rem;
  overflow: hidden;
}
.esgl-b .list .li .img img {
  transition: all 0.5s;
}
.esgl-b .list .li:hover .img img {
  transform: scale(1.1);
}
.esgl-b .list .li .t1 {
  font-weight: 400;
  line-height: 1;
  margin-top: 0.75rem;
  color: #999999;
}
.esgl-b .list .li .t2 {
  font-weight: 500;
  margin-top: 0.3rem;
  color: #000000;
}
.esgl-b .list .li:hover .t2 {
  color: #004988;
}

@media (max-width: 996px) {
  .esgl-a {
    margin-top: 0.5rem;
    padding: 1rem 0 1.5rem;
  }
  .esgl-a .list .li {
    display: block;
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .esgl-a .list .li:nth-child(2n) {
    margin-right: 0;
  }
  .esgl-b {
    padding: 1.5rem 0;
  }
  .esgl-b .list .li {
    width: 100%;
    margin-right: 0;
  }
  .esgl-b .list .li .img {
    height: auto;
  }
}

.about-g {
  background: #f6f6f6;
  padding: 2.5rem 0;
}

.about-g-container {
  overflow: hidden;
  margin-top: 1.4rem;
}

.about-g-container .swiper-slide {
  width: calc((100% - 0.45rem) / 3);
  margin-right: 0.225rem;
  background-color: #fff;
  padding: 0.625rem 0.875rem 1.25rem;
}
.about-g-container .swiper-slide .img {
  width: 100%;
  height: 7.075rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-g-container .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}

.about-g-container .swiper-slide .t {
  text-align: center;
  margin-top: 0.7rem;
  font-weight: 500;
}

.about-g-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 996px) {
  .about-g-container .swiper-slide {
    width: 100%;
  }
  .about-g {
    background: #f6f6f6;
    padding: 1.5rem 0;
  }
  .about-g-container .swiper-slide .t {
    margin-top: 0.2rem;
  }
  .video-a {
    height: auto;
  }
}

.avla-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.avla-container .main-pagination {
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding-bottom: 1rem;
  z-index: 33;
}
.avla-container .main-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.avla-container
  .main-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004988;
  opacity: 1;
}
.avla-container img {
  object-fit: contain;
}

.ser-b .sb-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

.det-list2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.det-list2 .txt {
  width: 48%;
}
.det-list2 .ae-i-container {
  width: 48%;
  overflow: hidden;
}

 



.det-list2  .t2 {

  margin-top: 1.5rem;
  color: #000000;
}
.det-list2  .more {
  margin-top: 1.4rem;
}

.det-list2 .ae-i-container  .swiper-slide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12rem;
}
.det-list2 .ae-i-container  .swiper-slide img{
  max-width: 10.5rem;
  max-height: 100%;
}
@media (max-width: 996px) {
  .det-list2.view{
    display: block;
    padding: 1.5rem 4%;
  }
  .det-list2 .txt{
    width: 100%;
  }
  .det-list2 .ae-i-container{
    width: 100%;
    margin-top: 1rem;
  }
  .footer-top .left .logo{
    width: 3rem;
  }
  .footer-top .left .logo .op1{
    display: none;
  }
}