@charset "UTF-8";

/*!
  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: 2;
  /* 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: #08c;
}

a:active,
a:hover {
  outline: 0
    /* 2 */
}

a:hover {
  color: #f4c520;
}

/* 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: "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;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}

/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}

::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  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;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {

  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}

@media (max-width: 1481px) {

  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}

@media (max-width: 1281px) {

  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}

/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.8;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@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;
  }
}

/*弹性盒样式*/
.f-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-b-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-c-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-s-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-s-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-no-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-s-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-s-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*响应隐藏样式*/
.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;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #333;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  background: transparent;
  display: block;
  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);
}

.page a.active {
  background: #F4C520;
  color: #fff;
  -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 span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
  display: inline-block;
  background: #F4C520;
  color: #fff;
  -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 {
  text-decoration: none;
  color: #fff;
  background: #F4C520;
  -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);
}

/*分页样式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 .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 .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 .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: .6s;
  animation-duration: .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 .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 .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-height: 1.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 .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all .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*/
/* @font-face {
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  src: url("AlibabaPuHuiTi-2-65-Medium.woff2") format("woff2"),
    url("AlibabaPuHuiTi-2-65-Medium.woff") format("woff"),
    url("AlibabaPuHuiTi-2-65-Medium.ttf") format("truetype"),
    url("AlibabaPuHuiTi-2-65-Medium.eot") format("embedded-opentype"),
    url("AlibabaPuHuiTi-2-65-Medium.svg") format("svg"),
    url("AlibabaPuHuiTi-2-65-Medium.otf") format("opentype");
}

@font-face {
  font-family: "AlibabaPuHuiTi-2_75_SemiBold";
  src: url("fonts/AlibabaPuHuiTi-2_75_SemiBold.woff2") format("woff2"),
    url("fonts/AlibabaPuHuiTi-2_75_SemiBold.woff") format("woff"),
    url("fonts/AlibabaPuHuiTi-2_75_SemiBold.ttf") format("truetype"),
    url("fonts/AlibabaPuHuiTi-2_75_SemiBold.eot") format("embedded-opentype"),
    url("fonts/AlibabaPuHuiTi-2_75_SemiBold.svg") format("svg"),
    url("fonts/AlibabaPuHuiTi-2_75_SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "AlibabaPuHuiTi-2_85_Bold";
  src: url("fonts/AlibabaPuHuiTi-2_85_Bold.woff2") format("woff2"),
    url("fonts/AlibabaPuHuiTi-2_85_Bold.woff") format("woff"),
    url("fonts/AlibabaPuHuiTi-2_85_Bold.ttf") format("truetype"),
    url("fonts/AlibabaPuHuiTi-2_85_Bold.eot") format("embedded-opentype"),
    url("fonts/AlibabaPuHuiTi-2_85_Bold.svg") format("svg"),
    url("fonts/AlibabaPuHuiTi-2_85_Bold.otf") format("opentype");
}

@font-face {
  font-family: "AlibabaPuHuiTi-2_95_ExtraBold";
  src: url("fonts/AlibabaPuHuiTi-2_95_ExtraBold.woff2") format("woff2"),
    url("fonts/AlibabaPuHuiTi-2_95_ExtraBold.woff") format("woff"),
    url("fonts/AlibabaPuHuiTi-2_95_ExtraBold.ttf") format("truetype"),
    url("fonts/AlibabaPuHuiTi-2_95_ExtraBold.eot") format("embedded-opentype"),
    url("fonts/AlibabaPuHuiTi-2_95_ExtraBold.svg") format("svg"),
    url("fonts/AlibabaPuHuiTi-2_95_ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "AlibabaPuHuiTi-2_55_Regular";
  src: url("fonts/AlibabaPuHuiTi-2_55_Regular.woff2") format("woff2"),
    url("fonts/AlibabaPuHuiTi-2_55_Regular.woff") format("woff"),
    url("fonts/AlibabaPuHuiTi-2_55_Regular.ttf") format("truetype"),
    url("fonts/AlibabaPuHuiTi-2_55_Regular.eot") format("embedded-opentype"),
    url("fonts/AlibabaPuHuiTi-2_55_Regular.svg") format("svg"),
    url("fonts/AlibabaPuHuiTi-2_55_Regular.otf") format("opentype");
} */

/*# sourceMappingURL=boc_reset.css.map */
.orb {
  font-family: Orbitron;
}

.bbn {
  font-family: BebasNeue;
}

.GBold {
  font-family: Gilroy;
}

.sh {
  font-family: Source Han Sans CN;
}

.puhui {
  font-family: "AlibabaPuHuiTi-2_75_SemiBold";
  font-weight: 500;
}

.puhui-b {
  font-family: "AlibabaPuHuiTi-2_85_Bold";
  ;
  font-weight: 700;
}

.puhui-e {
  font-family: "AlibabaPuHuiTi-2_95_ExtraBold";
}

.puhui-m {
  font-family: 'AlibabaPuHuiTi-2-65-Medium';
  font-weight: 450;
}

.puhui-r {
  font-family: "AlibabaPuHuiTi-2_55_Regular";
}

.or {
  font-family: Orbitron;
}

.wr {
  width: 100%;
  position: relative;
}

.view {
  max-width: 1780px;
  width: 96%;
  margin: 0 auto;
  /* padding: 0 2.5rem; */
}

.yh {
  font-family: Microsoft YaHei;
}

.lh1 {
  line-height: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.more {
  font-weight: 600;
  padding: .3rem .775rem .3rem .8rem;
  background: #FED100;
  line-height: 1;
  position: relative;
  transition: all .6s;
}

.headerex {
  width: 100%;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
}

.headerex {
  background-color: #fff;
  /* border-bottom: solid 1px rgba(0, 0, 0, .2); */
}

.headerex.actives {
  background-color: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, .4);
}

.headerex .pc-header {
  height: 2rem;
  box-sizing: border-box;
}

.headerex .pc-header .pc-block {
  flex: 1;
}

.header {
  max-width: 1780px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  width: 4.225rem;
  position: relative;
}

.header .logo svg path,
.header .logo svg .cls-1,
.header .logo svg .cls-2 {
  fill: #fff;
  transition: all .5s ease-in;
}

.headerex.actives .header .logo svg path,
.headerex.actives .header .logo svg .cls-1,
.headerex.actives .header .logo svg .cls-2 {
  fill: #003A6F;
}

.header .logo i {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .hright {
  flex: 1;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0rem;
  padding-left: 2.75rem;
}

.header .h-right {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.header .hright .ulnav {
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.header .hright .ulnav li {
  position: relative;
  float: left;
  margin-right: 1.95rem;
  font-weight: 400;
  height: 100%;
}

.header .hright .ulnav li:last-child {
  margin-right: 2.5rem;
}

.header .hright .ulnav li a {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  transition: all .5s ease-in;
}

.header .hright .ulnav li a.active {
  color: #F3C420;
}

.header .hright .ulnav li a.active::after {
  width: 100%;
  left: 0;
}

.header .hright .ulnav li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #F3C420;
  transition: all 0.6s ease 0s;
}

.header .hright .ulnav li a:hover {
  color: #F3C420;
}

.header .hright .ulnav li a:hover::after {
  width: 100%;
  left: 0;
}

.header .hright .ulnav li .agright {
  position: absolute;
  top: 110px;
  width: 145%;
  background: white;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  display: none;
}

.header .hright .ulnav li .agright div {
  height: 50px;
  line-height: 50px;
}

.header .hright .ulnav li .agright div a {
  transition: all .4s ease;
}

.header .hright .ulnav li .agright div a:hover {
  color: #003a6f;
}

.header .hright .ulnav li .agright div a::after {
  display: none;
}

.header .hright .language {
  padding-right: .4rem;
  margin-right: .4rem;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .hright .language .icons {
  margin-right: .325rem;
  line-height: 100%;
  font-weight: 500;
}

.header .hright .language .icons svg {
  display: none;
}

.headerex .header .hright .language .icons svg path {
  transition: all .5s ease-in;
}

.headerex.actives .header .hright .language .icons svg path {
  fill: #fff;
}

.headerex.actives .header .hright .language .select {
  color: #fff !important;
}

.header .hright .language .select-list {
  position: absolute;
  left: 0;
  /* background-color: #003a6f; */
  top: 80%;
  width: 90%;
  text-align: left;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 10px 10px;
  transition: all .5s;
}

.header .hright .language .select-list a {
  justify-content: center;
  color: #999;
  transition: all .5s;
  background-color: #eee;
  margin-bottom: 10px;
}

.header .hright .language .select-list a:hover {
  background-color: #F3C420;
  color: #fff !important
}

.headerex.actives .hright .language .select-list a {
  color: #333;
}

.header .hright .language:hover .select-list {
  opacity: 1;
  visibility: visible;
}

.header.actives .hright .language:hover a {
  color: #fff;
}

.header .hright .language i {
  transition: .5s ease-in-out;
}

.header .hright .language a {
  display: flex;
  align-items: center;
  transition: all .5s ease-in-out;
}

.header .search {
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: .425rem;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.header .search svg path {
  transition: .3s ease-in-out;
}

.headerex.actives .header .search svg path {
  fill: #fff !important;
}

.header .search input {
  color: white;
  font-size: 14px;
}

.header .search .img {
  display: inline-block;
  background-image: url(../img/search.png);
  background-size: cover;
  background-position: center center;
  width: .325rem;
  height: .325rem;
  cursor: pointer;
  float: right;
  margin-top: .3rem;
  right: 22px;
  position: relative;
  background-color: transparent;
  margin-left: 8px;
}

.headerex .header .hright .ulnav li>a {
  font-weight: 550;
  transition: all .5s;
  transition-delay: .2s;
}

.headerex .header .hright .language .select span.irrot {
  border-color: #333;
  border-left-color: transparent;
  border-top-color: transparent;
}

.headerex.actives .header .hright .ulnav li a:hover {
  color: #F3C420;
}

.headerex.actives .header .hright .ulnav li a {
  color: #fff;
}

.headerex.actives .header .hright .ulnav li a::after {
  background: #F3C420;
}

.headerex.actives .header .hright .language .select span {
  color: #ffffff;
}

.headerex.actives .hright .language .select i {
  /* border-color: !important; */
  border-color: #333;
  border-left-color: transparent;
  border-top-color: transparent;
}

.headerex.actives .header .hright .language {
  border-right-color: #333;
}

.headerex .header .search svg path {
  fill: #333;
}

.headerex .header .search:hover svg path {
  color: #F3C420;
}

.headerex.actives .header .search svg path {
  fill: #333;
}

.headerex.actives .header .search:hover svg path {
  color: #F3C420;
}

.headerex.actives .header .hright .language .select span.irrot {
  border-color: #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}

.header .search svg {
  cursor: pointer;
}

span.irrot {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
  margin: -2px auto 0;
  margin-left: 0.325rem;
  transition: .5s ease-in-out;
}

/* search */
.hide-search {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(243, 196, 32, 1);
  display: none;
}

.hide-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 1440px;
  margin: auto;
  height: 100%;
}

.hide-cont .close {
  position: absolute;
  left: 80%;
  top: 20%;
  z-index: 3;
  cursor: pointer;
  transition: all .6s;
}

.hide-cont .close:hover {
  transform: rotate(90deg);
}

.hide-cont .form {
  z-index: 3;
  width: 90%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hide-cont .form input {
  width: 80%;
  /* height: 80%; */
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  padding-left: .75rem;
}

.hide-cont .form input::placeholder {
  opacity: .5;
}

.hide-cont .form input::-moz-input-placeholder {
  color: #fff;
  font-size: 22px;
}

.hide-cont .form input::-webkit-input-placeholder {
  color: white;
  font-size: 22px;
}

.hide-cont .form .submit {
  width: 5rem;
  height: 1.5rem;
  border-radius: 2%;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hide-cont .form .submit svg {
  margin-right: .5rem;
}

.hide-search .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hide-list {
  position: absolute;
  left: -.5rem;
  /* bottom: 0; */
  width: 5rem;
  height: auto;
  padding: .5rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all .5s;
  transition-delay: .2s;
}

.hide-list a {
  color: #333 !important;
  font-size: 16px;
  text-align: center;
  transition: all .5s;
  font-weight: 500;
  margin-bottom: .25rem;
}

.hide-list a:hover {
  color: #f4c520 !important;
  transform: translateX(10px);
}

.hide-list a::after {
  display: none;
}

.headerex .header .hright .ulnav li:hover>a {
  letter-spacing: 2px;
}

.headerex .header .hright .ulnav li:hover .hide-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* 底部 */
footer {
  background: #F0F0F0;
}

footer .footer-top {
  padding: 1rem 0 1rem;
  border-bottom: 1px solid rgba(51, 51, 51, .1);
}

footer .footer-top .view {
  display: flex;
  justify-content: space-between;
}

footer .footer-top .e-mail {
  transform: translateY(16px);
  width: 7.825rem;
  background: #FED100;
  height: 1.2rem;
  border-radius: 2px;
  box-sizing: border-box;
  background: #FED100;
  font-weight: 500;
  padding: .45rem .5rem .35rem .65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-top .e-mail:hover {
  color: #333;
}

footer .footer-ul {
  padding: 1.4rem 0 2.65rem 0;
  height: 11.125rem;
}

footer .footer-ul .view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 2.125rem;
}

footer .footer-ul .view .ul-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* width: 36.75rem; */
  width: calc(100% - 6.25rem);
  padding-right: 8.425rem;
}

footer .footer-ul .li-item>a {
  font-weight: 600;
  transition-delay: .2s;
  transition: all .5s;
}

footer .footer-ul .li-item>a:hover {
  letter-spacing: 2px;
}

footer .footer-ul .li-b {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  padding-top: .65rem;
}

footer .footer-ul .li-b a {
  color: #939393;
  transition-delay: .2s;
  transition: all .5s;
}

footer .footer-ul .li-b a:hover {
  color: #f4c520;
  letter-spacing: 2px;
}

footer .footer-ul .view .box-right {
  flex: 1;
  padding-top: .625rem;
}

footer .footer-ul .view .box-right .right_top {
  display: flex;
}

footer .footer-ul .view .box-right .right_top .img {
  margin-right: 20px;
  cursor: pointer;
}

footer .footer-ul .view .box-right .right_top .er {
  height: 3rem;
  width: 3rem;
  left: -40px;
  bottom: 36px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all .6s;
  transition-delay: .2s;
}

footer .footer-ul .view .box-right .right_top .er img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

footer .footer-ul .view .box-right .right_top .img:hover .er {
  visibility: visible;
  opacity: 1;
}

footer .footer-ul .view .box-right .right_contact {
  padding-top: .475rem;
  padding-bottom: .85rem;
  font-weight: 600;
  width: 6.25rem;
}

footer .footer-ul .view .box-right .right_contact .tel {
  padding-bottom: .3rem;
}

footer .footer-ul .view .box-right .right_contact span {
  display: block;
  line-height: 1;
  font-weight: 550;
  /* margin-bottom: 5px; */
}

footer .footer-ul .view .box-right .contact {
  width: 3.1rem;
  height: 1rem;
  background: #FED100;
  padding: .325rem .8rem;
  font-weight: 500;
  position: relative;
  transition: all .5s;
  transition-delay: .2s;
}

footer .footer-bottom {
  padding-bottom: .75rem;
  padding-top: .575rem;
  height: 1.675rem;
  border-top: 1px solid rgba(51, 51, 51, .1);
}

footer .footer-bottom .view {
  display: flex;
  justify-content: space-between;
}

.return {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #F4C623;
  border-radius: 50%;
  position: fixed;
  right: 3.5%;
  bottom: 11.5%;
  z-index: 5;
}

.right-nav {
  position: fixed;
  right: 0%;
  padding-right: .75rem;
  padding-bottom: 2.05rem;
  bottom: 0%;
  z-index: 2;
}

.right-nav .hide-text {
  max-width: 8rem;
  transition: none;
}

.right-nav .hide-text .t2 {
  white-space: nowrap;
}

.right-nav .hide-text::after {
  background-color: #F4C520;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -7px;
  transform: rotate(135deg);
  display: none;
}

.right-nav .li:hover .hide-text {
  background-color: #F4C520;
  color: #fff;
}

.right-nav .li:hover .hide-text::after {
  display: block;
}

.right-nav .li {
  display: block;
  margin-bottom: .35rem;
  cursor: pointer;
  position: relative;
}

.hide-er {
  width: 3.5rem;
  height: 3.5rem;
  left: -4.175rem;
  top: -1.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .5s;
  transition-delay: .2s;
}

.hide-er img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hide-text {
  right: 44px;
  top: -16%;
  /* width: 3.55rem; */
  padding: 0.5rem 0.5rem;
  height: 1rem;
  /* line-height: 1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(51, 51, 51, .7);
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all .5s;
  transition-delay: .2s
}

.right-nav .li:hover .hide-er {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.right-nav .li:hover .hide-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*  */
.wel .banner .shadow {
  left: 0;
  top: 0;
}

.wel .banner .text {
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 8.75rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .5s;
  transition-delay: 1s;
}

.wel .banner .texts {
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 3.25rem;
  padding-bottom: 3.375rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .5s;
  transition-delay: .5s;
}

.wel .banner .swiper-slide-active .texts,
.wel .banner .swiper-slide-active .text {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.wel .banner .img {
  width: 100%;
}

.wel .banner .img img {
  width: 100%;
}

.wel .banner .t1 {
  font-weight: 800;
  line-height: 2rem;
  margin-bottom: .75rem;
}

.wel .banner .more span {
  z-index: 2;
  position: relative;
}

.wel .banner .more::after {
  content: '';
  /* transform: ; */
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  /* color: ; */
  /* transform: ; */
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.wel .banner .more:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.wel .banner .img-logo {
  width: 3rem;
  padding-bottom: .375rem;
}

.wel-01 .wel-box {
  height: 27.5rem;
}

.wel-01 {
  overflow: hidden;
}

.wel-01 .wel-box .img-bg {
  width: 100%;
  height: 100%;
}

.wel-01 .wel-box .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wel-01 .wel-box .text-box {
  width: 100%;
  height: 25.5rem;
  left: 0;
  top: 0;
  margin: 2.875rem 0 2.5rem;
}

.wel-01 .wel-box .text-box .t1 {
  padding-bottom: 2.55rem;
  position: relative;
  z-index: 1;
}

.wel-01 .wel-box .swiper-slide {
  margin: 0 auto;
  width: 70%;
  position: relative;
}

.wel-01 .wel-box .swiper-slide .lit {
  margin: 0 auto;
  padding-top: 0;
  /* height: 14.5rem; */
  height: 100%;
  width: 100%;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50% , -50%); */
}

.wel-01 .wel-box .swiper-slide .lit .lit-img {
  width: 100%;
  height: 69%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.wel-01 .wel-box .swiper-slide .lit .lit-img .t3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .5s;
  transition-delay: .4s;
}

.wel-01 .wel-box .swiper-slide .lit .lit-img .t2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .5s;
  transition-delay: .2s;
}

.wel-01 .wel-box .swiper-slide .lit .lit-img .more {
  line-height: 1;
  background-color: #333;
  color: rgba(254, 209, 0, 1);
  position: relative;
  transition: all .6s;
  transition-delay: .6s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.wel-01 .wel-box .swiper-slide .lit .lit-img .imsa {
  /* max-height: 14rem; */
  width: 100%;
  /* object-fit: cover; */
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%) translateY(-50%);
}

.wel-01 .wel-box .swiper-slide .lit .lit-img img {
  /* width: 21.7rem; */
  /* height: 9.2rem; */
  height: auto;
  margin: 0 auto;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* transform: translateY(20px); */
  /* transition: all .5s; */
  /* transition-delay: .2s; */
}

.wel-01 .wel-box .swiper-slide.swiper-slide-active .lit .lit-img .t3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.wel-01 .wel-box .swiper-slide.swiper-slide-active .lit .lit-img .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.wel-01 .wel-box .swiper-slide.swiper-slide-active .lit .lit-img .t2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.wel-01 .wel-box .swiper-slide.swiper-slide-active .lit .lit-img img {
  /* opacity: 1;
  visibility: visible;
transform: translateY(0px); */
}

.wel-01 .wel-box .swiper-slide .lit .t3 {
  padding-bottom: 1.075rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.wel-01 .wel-box .swiper-slide .lit .ors {
  /* position: absolute;
  top: 50%;
  left: 50%; 
  transform: translateY(-50%) translateX(-50%);
  
  */
  font-weight: 800;
  color: #333333;
  font-size: 5.5rem;
  width: 100%;
  /* top: -8.175rem; */
  z-index: -1;
  background: -webkit-linear-gradient(bottom, rgba(51, 51, 51, .01) 40%, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  transition-delay: .3s;
  letter-spacing: 15px;
  text-align: center;
  line-height: 1;
}

.wel-01 .wel-box .swiper-slide.swiper-slide-active .lit .ors {
  opacity: 1;
  visibility: visible;
}

.wel-01 .wel-box .wel_prev {
  left: 14%;
  background-image: none;
  /* padding-left: 20px; */
  width: 2.8rem !important;
  height: 2.8rem !important;
  border-radius: 50%;
  border: 1px solid #f4c520;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wel-01 .wel-box .wel_prev svg {
  position: absolute;
  left: -25%;
  top: 29%;
  width: 1rem;
  height: 1rem;
  transition: all .5s;
  transform: rotate(-180deg) translateX(0px);
  z-index: 1;
  background-color: #f4c520;
  border-radius: 50%;
  padding: .25rem .05rem;
}

.wel-01 .wel-box .wel_prev svg path,
.wel-01 .wel-box .wel_next svg {
  fill: #333;
  z-index: 2;
}

.wel-01 .wel-box .wel_next svg {
  position: absolute;
  right: -25%;
  top: 29%;
  width: 1rem;
  height: 1rem;
  transform: translateX(0px);
  transition: all .5s;
  padding: .25rem .05rem;
  background-color: #f4c520;
  border-radius: 50%;
}

.wel-01 .wel-box .wel_prev:hover svg {
  transform: rotate(-180deg) translateX(10px);
}

.wel-01 .wel-box .wel_next .next {
  transition: all .5s;
}

.wel-01 .wel-box .wel_prev .prev {
  transition: all .5s;
}

.wel-01 .wel-box .wel_next:hover .next {
  color: #f4c520 !important;
}

.wel-01 .wel-box .wel_prev:hover .prev {
  color: #f4c520 !important;
}

.wel-01 .wel-box .wel_next:hover svg {
  transform: translateX(10px);
}

.wel-01 .wel-box .wel_next {
  position: absolute;
  border: 1px solid #f4c520;
  width: 2.8rem !important;
  height: 2.8rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14%;
  background-image: none;
  padding-right: 0px;
  border-radius: 50%;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .4rem;
  color: #000;
  font-weight: 600;
  width: 111px !important;
  height: 98px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 111px 95px !important;
  font-family: Ebrima;
}

.wel-02 .wel-box {
  padding: 3.85rem 0 0;
  width: 100%;
}

.wel-02 .wel-box .top .t1 {
  padding-bottom: 2.25rem;
}

.wel-02 .wel-box .bottom {}

.wel-02 .wel-box .bottom .ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 20.25rem;
  overflow: hidden;
  position: relative;
}

.wel-02 .wel-box .bottom .ul .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  backface-visibility: visible;
  background-size: cover;
  background-position: center;
}

.wel-02 .wel-box .bottom .ul .lis {
  /* width:15%  ; */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}

.wel-02 .wel-box .bottom .ul .lis::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.wel-02 .wel-box .bottom .ul .lis .hide-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  /* transition: all .6s; */
}

.wel-02 .wel-box .bottom .ul .lis.active .hide-box {
  opacity: 1;
}

.wel-02 .wel-box .bottom .ul .lis .hide-box .icon {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all .5s;
  transition-delay: .3s;
}

.wel-02 .wel-box .bottom .ul .lis .hide-box .icon img {
  width: 100%;
}

.wel-02 .wel-box .bottom .ul .lis .hide-box .t2 {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all .5s;
  transition-delay: .4s;
}

.wel-02 .wel-box .bottom .ul .lis .hide-box .t3 {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: all .5s;
  transition-delay: .5s;
}

.wel-02 .wel-box .bottom .ul .lis .hide-box .more {
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  width: 3.1rem;
  padding: 0;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  /* transition-delay: .5s; */
}

.wel-02 .wel-box .bottom .ul .lis .icon {
  margin-bottom: .45rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .15);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .35rem;
}

.wel-02 .wel-box .bottom .ul .lis .t2 {
  padding-bottom: .65rem;
  z-index: 2;
}

.wel-02 .wel-box .bottom .ul .lis .t3 {
  padding-bottom: .8rem;
}

.wel-02 .wel-box .bottom .ul .lis.on {
  width: calc((100% - 18rem) / 4) !important;
}

.wel-02 .wel-box .bottom .ul .lis.active {
  width: 18rem !important;
  padding: 0 2.55rem 1.5rem 1.7rem;
  z-index: 1;
}

.wel-02 .wel-box .bottom .ul .lis.active::after {
  opacity: 0;
}

.wel-02 .wel-box .bottom .ul .lis.active .hide-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  opacity: 1;
  visibility: visible;
  transition: all .5s;
  z-index: -1;
}

.wel-02 .wel-box .bottom .ul .lis.active .icon {
  /* padding: 0; */
  border: none;
}

.wel-02 .wel-box .bottom .ul .lis.active::after {
  opacity: 0;
  visibility: hidden;
}

.wel-02 .wel-box .bottom .ul .lis.active .hide-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.wel-02 .wel-box .bottom .ul .lis.active .icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-02 .wel-box .bottom .ul .lis.active .t1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-02 .wel-box .bottom .ul .lis.active .t2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-02 .wel-box .bottom .ul .lis.active .t3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-02 .wel-box .bottom .ul .lis.active .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-03 .wel-box {
  background: #F9F9F9;
  padding: 3.85rem 6rem 4.325rem;
}

.wel-03 .wel-box .top .t1 {
  padding-bottom: 1.9rem;
}

.wel-03 .wel-box .bottom .ul {
  height: 13rem;
}

.wel-03 .wel-box .bottom .ul .lis {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.wel-03 .wel-box .bottom .ul .lis .left {
  width: 22rem;
}

.wel-03 .wel-box .bottom .ul .lis .left .item {
  height: 13rem;
  width: 22rem;
}

.wel-03 .wel-box .bottom .ul .lis .left .item img {
  width: 100%;
}

.wel-03 .wel-box .bottom .ul .lis .left .left-b {
  position: absolute;
  bottom: -1.2rem;
  right: -14rem;
  width: 16rem;
  height: 7.25rem;
  background-color: #fff;
  padding: .8rem 2.2rem 1.05rem 1.2rem;
  /* visibility: hidden; */
  transition: all .5s;
  transition-delay: .5s;
  z-index: 2;
}

.wel-03 .wel-box .bottom .ul .lis .left .left-b .t1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all .5s;
  transition-delay: .5s;
  font-weight: 600;
}

.wel-03 .wel-box .bottom .ul .lis .left .left-b .t2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all .6s;
  transition-delay: .6s;
  font-weight: 550;
}

.wel-03 .wel-box .bottom .ul .lis .left .left-b .more {
  line-height: 1rem;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all .7s;
  transition-delay: .7s;
}

.wel-03 .wel-box .bottom .ul .lis .right {
  width: calc(100% - 22rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.wel-03 .wel-box .bottom .ul .lis .right .item-nav {
  color: #D3D1D1;
  font-weight: 400;
  margin-bottom: 2px;
  transition: all .3s;
  cursor: pointer;
}

.wel-03 .wel-box .bottom .ul .lis .right .item-nav span {
  position: relative;
  transition: all .3s;
}

.wel-03 .wel-box .bottom .ul .lis .right .item-nav span::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  /* width: 100%; */
  height: 12px;
  background: #FED100;
  z-index: -1;
  width: 0;
  transition: all .5s;
}

.wel-03 .wel-box .bottom .ul .lis .left .item .left-b .t1 {
  margin-bottom: 6px;
}

.wel-03 .wel-box .bottom .ul .lis .left .item .left-b .t2 {
  line-height: .75rem;
  margin-bottom: 1.625rem;
}

.wel-03 .wel-box .bottom .ul .lis .left .item.on .left-b {
  /* opacity: 1;
  visibility: visible;
  transform: translateY(0); */
}

.wel-03 .wel-box .bottom .ul .lis .left .item.on .left-b .t1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-03 .wel-box .bottom .ul .lis .left .item.on .left-b .t2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-03 .wel-box .bottom .ul .lis .left .item.on .left-b .more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wel-03 .wel-box .bottom .ul .lis .right .item-nav.on {
  color: #000000;
}

.wel-03 .wel-box .bottom .ul .lis .right .item-nav.on span::after {
  width: 100%;
}

.wel-03 .wel-box .bottom .ul .lis .right .item-nav:hover {
  color: #000000;
}

.wel-03 .wel-box .bottom .ul .lis .right .item-nav:hover span::after {
  width: 100%;
}

.wel-04 .wel-box {
  padding: 2.9rem 6rem 1.5rem;
}

.wel-04 .wel-box .top .t1 {
  line-height: 1.5rem;
  margin-bottom: 2.125rem;
}

.wel-04 .wel-box .centers {
  width: 24.5rem;
  margin: 0 auto 1rem;
  display: flex;
  position: relative;
}

.wel-04 .wel-box .centers span {
  display: flex;
  opacity: 0.2;
  position: absolute;
  font-size: 1.6rem;
  line-height: 1;
}

.wel-04 .wel-box .centers .cl {
  margin-right: .275rem;
  align-items: flex-start;
  left: -1.75rem;
  top: 0;
}

.wel-04 .wel-box .centers .cr {
  margin-left: .575rem;
  line-height: 2.2;
  align-items: flex-start;
  right: -1.75rem;
  top: 20%;
}

.wel-04 .wel-box .bottom {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.wel-04 .wel-box .bottom .items {
  width: calc(100% / 4 - 1.125rem);
  display: flex;
  align-items: flex-start;
  margin-right: 1.5rem;
  justify-content: center;
}

.wel-04 .wel-box .bottom .items:last-child {
  margin-right: 0;
}

.wel-04 .wel-box .bottom .items .icon {
  width: 1.25rem;
  margin-top: 10px;
}

.wel-04 .wel-box .bottom .items .t {
  display: flex;
  color: #F3C420;
  font-weight: 600;
  line-height: 1;
}

.wel-04 .wel-box .bottom .items .t span {
  line-height: 1;
}

.wel-04 .wel-box .bottom .items .t span:nth-child(2) {
  align-self: flex-end;
  margin-left: 4px;
}

.wel-04 .wel-box .bottom .items .txt {
  font-size: 18px;
  font-weight: 500;
  margin-left: .5rem;
  /* height: 2.2rem; */
}

.wel-04 .wel-box .bottom .items .applys {
  font-weight: 600;
}

.wel-05 .wel-box {
  height: 15.5rem;
  margin-bottom: 4.75rem;
}

.wel-05 .wel-box .img {
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wel-05 .wel-box .imgs {
  left: 0;
  bottom: -2rem;
  padding: 0 3.125rem;
  height: 4.05rem;
  width: 100%;
}

.wel-05 .wel-box>img {
  width: 100%;
}

.wel-05 .wel-box .imgs-box {
  background-color: #fff;
  height: 100%;
  padding: 0 1.5rem;
  box-shadow: 0px 0px 20px 0px rgb(28 22 23 / 13%);
}

.wel-05 .wel-box .imgs-box .t1 {
  padding-bottom: .675rem;
  font-weight: 500;
  padding-top: .625rem;
}

.wel-05 .wel-box .imgs-box .t1 span {
  background-color: #fff;
  /* width: 25%; */
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 .25rem;
}

.wel-05 .wel-box .imgs-box .t1 .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(50%);
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .05);
  z-index: 0;
}

.wel-05 .wel-box .imgs-box .img-swiper {
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  padding: 0 1.75rem;
}

.wel-05 .wel-box .imgs-box .img-swiper img {
  margin: 0 auto;
}

.wel-05 .wel-box .imgs-box .img-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wel-05 .wel-box .imgs-box .img-swiper .swiper-button-next,
.wel-05 .wel-box .imgs-box .img-swiper .swiper-button-prev {
  top: 62%;
  margin-top: 0;
}

.wel-05 .wel-box .imgs-box .img-swiper .swiper-button-prev {
  background-image: url(../img/l-p.png);
  background-size: 11px 7px !important;
  width: 11px !important;
  height: 7px !important;
  background-repeat: no-repeat;
  /* opacity: 1 !important; */
  left: 56px;
}

.wel-05 .wel-box .imgs-box .img-swiper .swiper-button-next {
  background-image: url(../img/l-n.png);
  background-size: 11px 7px !important;
  width: 11px !important;
  height: 7px !important;
  background-repeat: no-repeat;
  right: 56px;
  /* opacity: 1 !important; */
}

.wel-06 .wel-box {
  padding-bottom: 1.8rem;
}

.wel-06 .wel-box .top {
  padding: 0 12rem;
}

.wel-06 .wel-box .top .t1 {
  padding-bottom: 2rem;
}

.wel-06 .wel-box .bottom .swiper-news {
  overflow: hidden;
}

.wel-06 .wel-box .bottom .swiper-news .img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.wel-06 .wel-box .bottom .swiper-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.wel-06 .wel-box .bottom .txt {
  padding: .825rem 1.55rem 1rem 0;
}

.wel-06 .wel-box .bottom .timer {
  line-height: 1;
  padding-bottom: .25rem;
}

.wel-06 .wel-box .bottom .swiper-news .newsItem .t2 {
  transition: all .5s;
  line-height: 1.4;
}

.wel-06 .wel-box .bottom .swiper-news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.wel-06 .wel-box .bottom .swiper-news .swiper-pagination-bullet-active {
  background: #FED100
}

.wel-06 .wel-box .bottom .swiper-news .newsItem:hover img {
  transform: scale(1.05);
}

.wel-06 .wel-box .bottom .swiper-news .newsItem:hover .t2 {
  color: #FED100;
}

.box-inner {
  padding-top: 2rem;
}

.box-inner .banner {
  width: 100%;
}

.box-inner .banner img {
  width: 100%;
}

.products .box_01 {
  padding: 2.4rem 5.875rem 5.475rem;
}

.products .box_01 .top {
  padding: 0 4.125rem;
}

.products .box_01 .t1 {
  font-weight: 500;
  margin-bottom: .35rem;
}

.products .box_01 .t2 {
  line-height: .75rem;
  font-weight: 400;
}

.products .box_02 {
  padding: 0 5.875rem 1.425rem;
}

.products .box_02 .left {
  width: 19.5rem;
  height: 12rem;
  background: #EEEEEE;
  border-radius: 20px;
  padding: 1.225rem 1rem 1.5rem;
  transition: all .5s;
  transition-delay: .2s;
}

.products .box_02 .item .t1 {
  font-weight: 400;
  /* font-size: 5rem; */
  word-break: break-all;
  font-size: 3rem;
  color: transparent;
  line-height: 1;
  background-image: -webkit-linear-gradient(270deg, #E3E3E3 40%, #bababa 78%);
  -webkit-background-clip: text;
  display: inline-block;
  transition: all .5s;
  transition-delay: .5s;
  /* text-align: center; */
}

.products .box_02 .item .t2 {
  margin-top: 3px;
  font-size: 2.25rem;
  line-height: 1;
}

.products .box_02 .item {
  margin-bottom: 3.75rem;
  display: flex;
  align-items: flex-start;
}

.products .box_02 .item .images {
  right: 3rem;
  bottom: -1.45rem;
  display: flex;
  justify-content: end;
  max-width: 12rem;
  max-height: 16rem;
}

.products .box_02 .item .l-right {
  padding: 1rem 1.75rem 1.25rem 1.25rem;
  width: 18.5rem;
  height: 8rem;
  background: #F9F9F9;
  right: -84.5%;
  top: 50%;
  transform: translateY(-50%);
}

.products .box_02 .item .l-right .t3 {
  margin-bottom: .275rem;
  font-weight: 550;
}

.products .box_02 .item .l-right .t4 {
  margin-bottom: 1.5rem;
  line-height: .75rem;
}

.products .box_02 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.products .box_02 .item:nth-child(2n) .l-right {
  left: -84.5%;
}

.products .box_02 .item:nth-child(2n) .left {
  padding-left: 3rem;
}

.products .box_02 .item:nth-child(2n) .images {
  right: 0;
  width: 100%;
}

.products .box_02 .item:hover .left {
  background-color: rgba(254, 209, 0, 1);
}

.products .box_02 .item:hover .t1 {
  color: #fff;
}

.pro_info .box_01 {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  background-color: #fff;
}

.pro_info .box_01 .top {
  padding: 0 8.6rem 0 8.35rem;
}

.pro_info .box_01 .top .t1 {
  font-weight: 600;
}

.pro_info .box_01 .top .t2 {
  line-height: .75rem;
  padding-bottom: 2.175rem;
  margin-top: .35rem;
  font-weight: 400;
}

.pro_info .box_01 .image {
  /* height: 17.5rem; */
  width: 100%;
  overflow: hidden;
}

.pro_info .box_01 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-in;
  transition-delay: .2s;
}

.pro_info .box_01 .image:hover img {
  transform: scale(1.02);
}

.pro_info .box_02 {
  background: #f5f5f5;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
}

.pro_info .box_02 .t1 {
  padding-bottom: 1.15rem;
  font-weight: 600;
}

.pro_info .box_02 .t-swiper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.pro_info .box_02 .t-swiper .items {
  padding: 2.2rem 1.5rem 2.575rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: calc(100% / 3 - .675rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #FFFFFF;
  height: 10rem;
}

.pro_info .box_02 .t-swiper .items:nth-child(3n) {
  margin-right: 0;
}

.pro_info .box_02 .t-swiper .items .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .75rem;
}

.pro_info .box_02 .t-swiper .items .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_info .box_02 .t-swiper .items .t3 {
  margin-top: 4px;
  line-height: .75rem;
}

.pro_info .box_03 {
  padding-top: 2.5rem;
}

.pro_info .box_03 .top .t1 {
  padding-bottom: 1.7rem;
}

.pro_info .box_03 .list {
  height: 11.1rem;
  display: flex;
  margin-bottom: 1.7rem;
}

.pro_info .box_03 .list .li {
  margin-right: .5rem;
}

.pro_info .box_03 .list .li:last-child {
  margin-right: 0;
}

.pro_info .box_03 .list .li1 {
  height: 100%;
  width: 11.5rem;
  padding: 1rem 1.35rem 1.9rem 1.675rem;
  background: linear-gradient(0deg, #EEEEEE 0%, #F8F8F8 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  color: #e3e3e3;
  position: relative;
}

.pro_info .box_03 .list .li1 span {
  z-index: 0;
  background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, .6) 43%, #BABABA 93%);
  ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  transition: all .5s;
  transition-delay: .5s;
  line-height: 1.5;
}

.pro_info .box_03 .list .li1 .image {
  margin-top: 1.25rem;
  width: 8.475rem;
  height: 4.85rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
  z-index: 1;
}

.pro_info .box_03 .list .li1 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pro_info .box_03 .list .li2 {
  width: 7.75rem;
  padding: 1.975rem 0 1.7rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.pro_info .box_03 .list .li2 .image {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
  overflow: hidden;
}

.pro_info .box_03 .list .li2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transition-delay: .2s;
}

.pro_info .box_03 .list .li2 .t2 {
  margin-bottom: 1rem;
  display: block;
}

.pro_info .box_03 .list .li2 .t3 {
  margin-top: 1rem;
  display: block;
}

.pro_info .box_03 .list .li3 {
  width: 16rem;
  display: flex;
  flex-wrap: wrap;
}

.pro_info .box_03 .list .li3 .items {
  width: calc(100% / 2 - .25rem);
  height: 5.3rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: .975rem .75rem 1.2rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.pro_info .box_03 .list .li3 .items .t1 {
  line-height: 1.4;
  padding-bottom: .55rem;
  font-weight: 600;
}

.pro_info .box_03 .list .li3 .items .img_txt {
  display: flex;
  flex-direction: column;
}

.pro_info .box_03 .list .li3 .items .img_txt>div {
  line-height: 1;
}

.pro_info .box_03 .list .li3 .items:nth-child(even) .img_txt>div {
  padding-top: .55rem;
}

.pro_info .box_03 .list .li3 .items:nth-child(1) .t1 {
  padding-bottom: .275rem;
}

.pro_info .box_03 .list .li3 .items:nth-child(3) .t1 {
  padding-bottom: .85rem;
}

.pro_info .box_03 .list .li3 .items:nth-child(odd) .img_txt {
  flex-direction: column-reverse;
}

.pro_info .box_03 .list .li3 .items:nth-child(1) .img_txt>div {
  padding-bottom: .45rem;
}

.pro_info .box_03 .list .li3 .items:nth-child(3) .img_txt>div {
  padding-bottom: .85rem;
}

.pro_info .box_03 .list .li3 .items img {
  margin: 0 auto;
}

.pro_info .box_03 .list .li3 .items:nth-child(2n) {
  margin-right: 0;
}

.pro_info .box_03 .list .li3 .items:nth-child(3),
.pro_info .box_03 .list .li3 .items:nth-child(4) {
  margin-bottom: 0;
}

.pro_info .box_03 .list .li4 {
  /* flex: 1; */
  width: auto;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.pro_info .box_03 .list .li4 .t {
  height: calc(100% / 5);
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  padding-left: .55rem;
  padding-right: .55rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.pro_info .box_03 .list .li4 .t:last-child {
  border-bottom: none;
}

.pro_info .box_03 .list .li4 .t span {
  color: #808080;
  flex: 1;
  line-height: 1.4;
  word-break:break-all;
}

.pro_info .box_03 .down-a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
}

.pro_info .box_03 .down-a a {
  height: 100%;
  line-height: 100%;
  font-weight: 600;
}

.pro_info .box_03 .down-a a span {
  position: relative;
  z-index: 2;
}

.pro_info .box_03 .down-a a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.pro_info .box_03 .down-a a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.pro_info .box_04 {
  margin-top: 2.2rem;
  height: 9.25rem;
  margin-bottom: 1.85rem;
}

.pro_info .box_04 .view {
  height: 100%;
}

.pro_info .box_04_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #F5F5F5;
  padding: 1.95rem 5rem 2.15rem;
}

.pro_info .box_04 .t1 {
  margin-bottom: 0.45rem;
  font-weight: 550;
  /* line-height: 1; */
}

.pro_info .box_04 .t2 {
  /* margin-bottom: 1.35rem; */
  font-weight: 550;
}

.pro_info .box_04 .t3 {
  margin-bottom: 0.55rem;
}

.pro_info .box_04 a {
  line-height: 1;
  height: 1rem;
  font-weight: 400;
}

.cases .box_01 {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.cases .box_01 .top .t1 {
  padding-bottom: .425rem;
  font-weight: 600;
}

.cases .box_01 .top .t2 {
  line-height: .75rem;
  font-weight: 400;
}

.cases .box_01 .image {
  width: 100%;
  height: 17.5rem;
  overflow: hidden;
}

.cases .box_01 .image:hover img {
  transform: scale(1.02);
}

.cases .box_01 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transition-delay: .2s;
}

.cases .box_02 {
  padding-top: 2.125rem;
  padding-bottom: 2.7rem;
  background-image: url(../img/c3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.cases .box_02 .t1 {
  font-weight: 400;
}

.cases .box_02 .ul {
  margin-top: 1.425rem;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
}

.cases .box_02 .left {
  width: 20.475rem;
  padding: 1.85rem 1.875rem 5rem 2.6rem;
  border-right: 2px solid rgba(0, 0, 0, .1);
  /* height: 100%; */
}

.cases .box_02 .left .t1 {
  padding-bottom: 1rem;
}

.cases .box_02 .right {
  flex: 1;
  padding-bottom: 0;
  /* padding-top: 1rem; */
  /* padding-bottom: 2.075rem; */
  display: flex;
  flex-direction: column;
}

.cases .box_02 .right .items {
  height: 3.825rem;
  padding-left: 1.35rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 1rem;
}

.cases .box_02 .right .items .image {
  width: 1.8rem;
  /* height: 1.8rem; */
  padding: .55rem .425rem .55rem .625rem;
  background: #C6C6C6;
  margin-right: 1.25rem;
  transition: all .5s;
  transition-delay: .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cases .box_02 .right .items:nth-child(2n) {
  background: #F5F5F5;
}

.cases .box_02 .right .items .image img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  transition: all .5s;
  transition-delay: .2s;
  filter: invert(1);
}

.cases .box_02 .right .num {
  right: -17px;
  top: -8px;
  font-style: italic;
  font-weight: 400;
  transition: all .5s;
  transition-delay: .2s;
}

.cases .box_02 .right .items .t2 {
  line-height: .6rem;
  margin-top: 4px;
}

.cases .box_02 .right .items::after {
  width: 4px;
  height: 0%;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F4C520;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transition-delay: .2s;
}

.cases .box_02 .right .items:hover .num,
.cases .box_02 .right .items.active .num {
  font-weight: 600;
}

.cases .box_02 .right .items:hover .image,
.cases .box_02 .right .items.active .image {
  background: #F4C520;
}

.cases .box_02 .right .items:hover .image img,
.cases .box_02 .right .items.active .image img {
  filter: invert(0);
}

.cases .box_02 .right .items:hover::after,
.cases .box_02 .right .items.active::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.cases .box_03 {
  padding-top: 1.75rem;
}

.cases .box_03 .view {}

.cases .box_03 .t1 {
  font-weight: 400;
  /* margin-bottom: .4rem; */
}

.cases .box_03 .t2 {
  padding-bottom: 2.05rem;
}

.cases .box_03 .image {
  height: 8.125rem;
  width: 20.75rem;
}

.cases .box_03 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases .box_03 .top {
  padding-bottom: 1.1rem;
  padding-top: 1.875rem;
}

.cases .box_03 .bottom {
  box-shadow: 0px 0px 20px rgb(51 51 51 / 20%);
}

.cases .box_03 .t-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cases .box_03 .t-nav a {
  flex: 1;
  margin-right: 4px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 0;
  line-height: 1;
  transition: all .5s;
  position: relative;
}

.cases .box_03 .t-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 4px;
  background: #F4C520;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  transition-delay: .2s;
}

.cases .box_03 .t-nav a:hover {
  color: #F4C520;
  background-color: #fff;
}

.cases .box_03 .t-nav a:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.cases .box_03 .t-nav a.on::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.cases .box_03 .t-nav a:last-child {
  margin-right: 0;
}

.cases .box_03 .t-nav a.on {
  color: #F4C520;
  background-color: #fff;
}

.cases .box_03 .ul-box {
  display: flex;
  align-items: flex-start;
}

.cases .box_03 .ul .left {
  width: 25.85rem;
  padding: 2.05rem 1.925rem 2rem 2.65rem;
  position: relative;
}

.cases .box_03 .ul .right {
  flex: 1;
  padding: 4.45rem 2.125rem 2rem 0;
}

.cases .box_03 .ul .right .r-box {
  position: relative;
  padding-left: 2.15rem;
}

.cases .box_03 .ul .right .r-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #333333;
  opacity: .1;
}

.cases .box_03 .ul .right .r-box .t3 {
  font-weight: 400;
  padding-bottom: 1.5rem;
}

.cases .box_03 .ul .right .r-box .t3 span {
  position: relative;
}

.cases .box_03 .ul .right .r-box .t3 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 6px;
  background-color: #F4C520;
  z-index: -1;
}

.cases .box_03 .ul .right .r-box .r-list {
  padding-bottom: 2.425rem;
}

.cases .box_03 .ul .right .r-box .r-list .items {
  display: flex;
  align-items: flex-start;
  padding-bottom: .85rem;
  border-bottom: 1px solid rgba(51, 51, 51, .1);
  margin-bottom: 1.1rem;
}

.cases .box_03 .ul .right .r-box .r-list .items:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.cases .box_03 .ul .right .r-box .r-list .items .txt {
  padding-left: .6rem;
}

.cases .box_03 .ul .right .r-box .img {
  height: 12px;
  width: 12px;
  box-sizing: content-box;
}

.cases .box_03 .ul .right .r-box .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cases .box_03 .ul .right .r-box .img {
  padding-top: 2px;
}

.cases .box_03 .ul .right .r-box .t4 {
  line-height: 1.2;
  padding-bottom: .225rem;
  font-weight: 400;
}

.cases .box_03 .ul .right .r-box .t5 {
  font-weight: 400;
  line-height: .6rem;
}

.cases .box_04 {
  margin-top: 2.2rem;
  height: 9.25rem;
  margin-bottom: 1.525rem;
}

.cases .box_04 .view {
  height: 100%;
}

.cases .box_04_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #F5F5F5;
  padding: 1.95rem 5rem 2.15rem;
}

.cases .box_04 .t1 {
  margin-bottom: .25rem;
  font-weight: 700;
}

.cases .box_04 .t2 {
  font-weight: 550;
}

.cases .box_04 .t3 {
  margin-bottom: .575rem;
  font-weight: 400;
}

.cases .box_04 a {
  line-height: 1;
  height: 1rem;
  font-weight: 400;
}

.solutions .box_1 {
  padding-top: 1.675rem;
}

.solutions .box_1 .view {
  display: flex;
}

.solutions .box_1 .view .item {
  padding: 1.65rem 7.5rem 2.3rem 2.1rem;
  margin-right: 1.5rem;
  /* width: 50%; */
  width: calc(100% / 2 - 20px);
  background: #F5F5F5;
}

.solutions .box_1 .view .item:last-child {
  margin-right: 0;
}

.solutions .box_1 .view .item .icon {
  margin-bottom: .35rem;
}

.solutions .box_1 .view .item .t1 {
  margin-bottom: .5rem;
  line-height: 1.4;
}

.solutions .box_1 .view .item .t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.solutions .box_01 {
  padding-top: 2.8rem;
}

.solutions .box_01 .top {
  padding: 0 5.75rem 2.1rem 5.75rem;
}

.solutions .box_4 .top {
  padding: 0 8.25rem 2.1rem 8.25rem;
}

.contact .box_top .view {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}

.contact .box_top .icon {
  height: 14px;
  width: 14px;
  margin-right: .3rem;
}

.contact .box_top span {
  display: block;
  margin: 0 .25rem;
}

.contact .box_top .icon img {
  width: 100%;
}

.contact .box_top a {
  font-weight: 500;
  line-height: .6rem;
  transition: all .6s;
}

.contact .box_01 {
  padding: 0 6rem 3.75rem;
}

.contact .box_01 .top {
  /* padding-bottom: ; */
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.contact .box_01 .bottom {
  padding-top: 1.25rem;
}

.contact .box_01 .bottom {
  display: flex;
}

.contact .box_01 .bottom .left .t1 {
  line-height: .75rem;
  font-weight: 550;
}

.contact .box_01 .bottom .form {
  padding-top: 5px;
}

.contact .box_01 .bottom .form .item {
  padding-top: .675rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: .7rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  position: relative;
}

.contact .box_01 .bottom .form .item.country::after,
.contact .box_01 .bottom .form .item.industry::after {
  position: absolute;
  content: "";
  position: absolute;
  /* right: 0; */
  right: 0rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transition: all 0.5s;
}

.contact .box_01 .bottom .form .item.country.active::after,
.contact .box_01 .bottom .form .item.industry.active::after {
  transform: translateY(-50%) rotate(-135deg);
}

.contact .box_01 .bottom .form .item.country .select {
  height: 10rem;
  overflow-y: scroll;
}

.contact .box_01 .bottom .form .item.country .select,
.contact .box_01 .bottom .form .item.industry .select {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.375rem;
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgb(28 22 23 / 13%);
  padding: 0.5rem 1rem;
  z-index: 2;
  display: none;
}

.contact .box_01 .bottom .form .item .select .tit-16 {
  padding-bottom: .25rem;
}

.contact .box_01 .bottom .form .item .select .tit-16:hover {
  color: #F4C520;
}

.contact .box_01 .bottom .form .item label {
  opacity: .6;
}

.contact .box_01 .bottom .form .item .check {
  display: flex;
  align-items: center;
  padding-left: .825rem;
}

.contact .box_01 .bottom .form .item .check .lis {
  display: flex;
  align-items: center;
  margin: 0 .45rem;
  /* width: 25%; */
}

.contact .box_01 .bottom .form .item .check .lis span {
  line-height: 1;
  font-weight: 400;
}

.contact .box_01 .bottom .form .item .check .lis input[type="radio"] {
  /* border-radius: 50% !important; */
  position: relative;
  /* opacity: 0; */
  /* visibility: hidden; */
  background-color: transparent;
  /* border-radius: 50%; */
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 1);
  margin-right: .3rem;
  cursor: pointer;
}

/*复选框选择后的样式*/
.contact .box_01 .bottom .form .item .check .lis input[type="radio"]:checked {
  background-color: rgba(244, 197, 32, 1);
  border-color: rgba(244, 197, 32, 1);
}

.contact .box_01 .bottom .form .item>input {
  padding-left: .5rem;
  flex: 1;
  padding-right: 1.5rem;
}

.contact .box_01 .bottom .form .item.area-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}

.contact .box_01 .bottom .form .item.area-txt textarea {
  width: 100%;
  margin-top: .5rem;
  border: 1px solid rgba(0, 0, 0, .15);
  height: 3.4rem;
  /* overflow-y: scroll; */
  padding: .25rem .25rem;
}

.contact .box_01 .bottom .form .item.code {
  width: 80%;
  position: relative;
  border-bottom: none;
}

.contact .box_01 .bottom .form .item.code img.captcha {
  position: absolute;
  right: 7rem;
  height: .8rem;
}

.contact .box_01 .bottom .form .item.code input {
  width: auto;
  height: 1.35rem;
  border: 1px solid rgba(158, 157, 159, .5);
  padding-left: 1.925rem;
  line-height: 1.35rem;
  flex: none;
  padding-right: 0;
}

.contact .box_01 .bottom .form .item.code button {
  height: 1.35rem;
  width: 4rem;
  font-size: 16px;
  color: #333;
  /* background: #FED100; */
  margin-left: 1rem;
}

.contact .box_01 .bottom .form .item.code button.on {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.contact .box_01 .bottom .form .item.code span {
  /* display: f; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 .95rem 0 .425rem;
}

.contact .box_01 .bottom .form .item.code span::after {
  content: '';
  position: absolute;
  right: -.475rem;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, .2);
  transform: translateY(-50%);
}

.contact .box_01 .bottom .form .item.agree {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}

.contact .box_01 .bottom .form .item.agree input {
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

.contact .box_01 .bottom .form .item.agree .check {
  align-items: center;
  padding-left: 0;
}

.contact .box_01 .bottom .form .item.agree .check input {
  margin-right: .25rem;
  cursor: pointer;
}

.contact .box_01 .bottom .form .item.agree label {
  font-weight: 400;
  opacity: 1;
}

.contact .box_01 .bottom .form .item.agree .puhui-r {
  margin-bottom: .375rem;
}

.contact .box_01 .bottom .form .item.agree input[type="checkbox"]:checked {
  color: rgba(244, 197, 32, 1);
}

.contact .box_01 .bottom .form .submit {
  padding: .45rem 1.475rem;
  height: 1.3rem;
  font-weight: 550;
  margin-top: .625rem;
}

.contact .box_01 .bottom .left {
  max-width: 23.5rem;
  width: 100%;
  padding-right: 2.1rem;
}

.contact .box_01 .bottom .right {
  padding-top: .25rem;
  padding-left: 2.05rem;
  position: relative;
  width: calc(100% - 23.5rem);
}

.contact .box_01 .bottom .right::after {
  content: '';
  position: absolute;
  left: 0;
  top: .5rem;
  height: 100%;
  width: 1px;
  background: #000000;
  opacity: 0.15;
}

.contact .box_01 .bottom .right .image {
  width: 10.25rem;
  height: 6.5rem;
  margin-top: .35rem;
  margin-bottom: 1rem;
}

.contact .box_01 .bottom .right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact .box_01 .bottom .right .address .t2 {
  margin-bottom: .5rem;
}

.contact .box_01 .bottom .right .address .t3 {
  display: flex;
  margin-bottom: .5rem;
}

.contact .box_01 .bottom .right .address .t3.a1 {
  align-items: center;
}

.contact .box_01 .bottom .right .address .t3.a {
  align-items: flex-start;
}

.contact .box_01 .bottom .right .address .t3.a .icon {
  margin-top: 8px;
}

.contact .box_01 .bottom .right .address .t3 .icon {
  margin-right: .4rem;
  width: .55rem;
  height: .55rem;
}

.contact .box_01 .bottom .right .address .t3 .icon img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.contact .box_01 .bottom .right .address .t3 .puhui {
  font-weight: 500;
}

.contact .box_01 .bottom .right .address .t3 .t4 {
  line-height: .6rem;
  font-weight: 400;
}

.about .banner {
  height: 15.5rem;
}

.about .banner img {
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  -webkit-animation-name: scales;
  animation-name: scales;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@keyframes scales {
  0% {
    transform: scale(1.1);
    opacity: .5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.about .box_01 {
  padding-top: 1.9rem;
  padding-bottom: 2.7rem;
}

.about .box_01 .top {
  display: flex;
  margin-bottom: 3rem;
}

.about .box_01 .top .right {
  width: 19.45rem;
  padding-top: 2.375rem;
  overflow: hidden;
}

.about .box_01 .top .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transition-delay: .2s;
}

.about .box_01 .top .right:hover img {
  transform: scale(1.02);
}

.about .box_01 .top .left {
  width: calc(100% - 19.45rem);
  padding-right: 7rem;
}

.about .box_01 .top .left .t1 {
  padding-right: 3rem;
  line-height: 1.55rem;
  margin-bottom: 2rem;
}

.about .box_01 .top .left .t2 {
  line-height: .75rem;
  text-align: justify;
  text-indent: 2em;
}

.about .box_01 .top .left .t2 p {
  text-indent: 2em;
}

.about .box_01 .bottom {
  display: flex;
  padding: 0 3.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .box_01 .bottom .items {
  display: flex;
}

.about .box_01 .items .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.about .box_01 .items .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .box_01 .items .t {
  color: #F3C420;
  display: flex;
  margin-top: -0.25rem;
}

.about .box_01 .items .txt {
  display: flex;
  flex-direction: column;
}

.about .box_01 .items .counts {
  line-height: 1;
}

.about .box_01 .items .applys {
  line-height: 1;
}

.about .box_02 .image {
  height: 24rem;
  width: 100%;
}

.about .box_02 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about .box_02 .list {
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.about .box_02 .list .li {
  position: relative;
  width: 25%;
  padding: 8.25rem 3.2rem 3.85rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .4s ease-in;
  transition-delay: .2s;
  border-right: 1px solid rgba(255, 255, 255, .4);
}

.about .box_02 .list .li>.show-top {}

.about .box_02 .list .li:hover .hide_text .show-top {
  transition-delay: .2s;
}

.about .box_02 .list .li:last-child {
  border-right: 0;
}

.about .box_02 .list .li .hide_text .show-top {
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem 3.2rem 3.85rem;
  /* transition: all .2s; */
  /* transition-delay: .2s; */
}

.about .box_02 .list .li .t1 {
  z-index: 2;
  position: relative;
  padding: .65rem 0;
}

.about .box_02 .list .li .hide_txt {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 8.25rem 3.2rem 8.425rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  flex-direction: column;
}

.about .box_02 .list .li:hover .hide_txt {
  transition: all .2s;
}

.about .box_02 .list .li .img {
  width: 2.2rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.about .box_02 .list .li .img {
  filter: brightness(0) invert(1);
}

.about .box_02 .list .li .hide_txt .img {
  filter: none;
}

.about .box_02 .list .li .img img {
  width: 100%;
}

.about .box_02 .list .li .mask-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transition-delay: .2s;
}

.about .box_02 .list .li .mask-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about .box_02 .list .li:hover>.show-top {
  opacity: 0;
}

.about .box_02 .list .li:hover .mask-bg {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.about .box_02 .list .li:hover {
  /* padding-bottom: 4.5rem; */
  /* justify-content: flex-start; */
}

.about .box_02 .list .li:hover .hide_txt {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all .2s;
}

.about .box_02 .list .li:hover .hide_txt .img {
  filter: none;
}

.about .box_03>.image {
  width: 100%;
  /* height: 100%; */
}

.about .box_03>.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .box_03 {
  height: 100%;
}

.about .box_03 .box_content {
  left: 50%;
  transform: translate(-50%);
  top: 0;
  padding: 1.65rem 1.75rem 2.25rem;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1780px;
  margin: 0 auto;
}

.about .box_03 .box_content .bottom {
  left: 0;
  top: 0;
  padding-left: 7.5rem;
  padding-top: .7rem;
  overflow: hidden;
  flex: 1;
  /* display: flex; */
}

.about .box_03 .box_content .bottom .swiper-wrapper .items {
  display: flex;
  height: 7.875rem;
  padding-top: 2.4rem;
  padding-bottom: 2.625rem;
  align-items: flex-start;
}

.about .box_03 .box_content .bottom .swiper-wrapper .items .year {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: Gilroy;
  line-height: 1.1;
  margin-right: 3.3rem;
  transition: all .3s;
  opacity: 0.4;
}

.about .box_03 .box_content .bottom .swiper-wrapper .items .cs {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .3s;
  transition-delay: .1s;
  margin-right: 5.5rem;
}

.about .box_03 .box_content .bottom .swiper-wrapper .items.swiper-slide-active .cs span {
  background-color: #f4c520;
}

.about .box_03 .box_content .bottom .swiper-wrapper .items .cs span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: .2rem;
  height: .2rem;
  margin-right: 4px;
  background-color: #000;
  transition: all .3s ease;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 1px;
}

.about .box_03 .box_content .bottom .swiper-wrapper .items .end {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .3s;
  transition-delay: .1s;
}

.about .box_03 .box_content .bottom .swiper-wrapper .items.swiper-slide-active {
  border-top: 1px solid rgba(51, 51, 51, .2);
  border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.about .box_03 .box_content .bottom .swiper-wrapper .items.swiper-slide-active .year {
  color: #F3C420;
  opacity: 1;
}

.about .box_03 .box_content .bottom .swiper-wrapper .items.swiper-slide-active .cs,
.about .box_03 .box_content .bottom .swiper-wrapper .items.swiper-slide-active .end {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.about .box_03 .box_content .bottom .swiper-prev,
.about .box_03 .box_content .bottom .swiper-next {
  left: 0;
  width: 1.7rem !important;
  height: 1.7rem !important;
  box-sizing: content-box;
  margin-left: 3.75rem;
  border-radius: 50%;
  background: #D3D1D1;
  z-index: 2;
}

.about .box_03 .box_content .bottom .swiper-prev {}

.about .box_03 .box_content .bottom .swiper-prev {
  background-image: url(../img/bot.png);
  background-size: 17px 32px !important;
  background-position: center;
  background-repeat: no-repeat;
  top: 44%;
  transform: rotate(180deg);
}

.about .box_03 .box_content .bottom .swiper-next {
  background-image: url(../img/bot.png);
  background-size: 17px 32px !important;
  background-position: center;
  background-repeat: no-repeat;
  top: 57%;
}

.about .box_03 .box_content .bottom .swiper-next.on {
  background-color: #f4c520;
}

.about .box_03 .box_content .bottom .swiper-prev.on {
  background-color: #f4c520;
}

.about .box_04 {
  background-color: #f5f5f5;
  height: 27.625rem;
}

.about .box_04 .top {
  padding-top: 1.575rem;
  padding-bottom: 5rem;
}

.about .box_05 {
  padding-top: 1.575rem;
}

.about .box_05 .view {
  display: flex;
  align-items: flex-start;
}

.about .box_05 .top {
  width: 5rem;
}

.about .box_05 .top .t1 {
  line-height: 1.1;
  /* padding-bottom: 5rem; */
}

.about .box_05 .bottom {
  margin-left: 4.1rem;
  width: 80%;
}

.about .box_05 .bottom .t-nav {
  display: flex;
  align-items: flex-end;
  padding-top: .4rem;
  margin-bottom: .625rem;
  width: 100%;
}

.about .box_05 .bottom .a {
  transition: all .5s;
  transition-delay: .2s;
}

.about .box_05 .bottom .a span {
  cursor: pointer;
}

.about .box_05 .bottom .a span {
  position: relative;
}

.about .box_05 .bottom .a span::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 12px;
  background: #FED100;
  content: '';
  /* width: ; */
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  transition-delay: .2s;
  z-index: -1;
}

.about .box_05 .bottom .a.on {
  color: #000;
}

.about .box_05 .bottom .a:hover {
  color: #000;
}

.about .box_05 .bottom .a:hover span::after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.about .box_05 .bottom .a.on span::after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.about .box_05 .bottom .a {
  font-weight: 700;
  transition: all .5s;
  font-family: Source Han Sans CN;
  line-height: 1.1;
  margin-right: 1.175rem;
}

.about .box_05 .bottom .a:nth-child(2) {
  margin-right: 0;
}

.about .box_05 .bottom .a.on,
.about .box_05 .bottom .a:hover {
  font-size: 32px;
  /* font-weight: bold; */
}

.about .box_05 .bottom .t-nav .line {
  align-self: flex-end;
  flex: 1;
  height: 1px;
  background: #000000;
  opacity: 0.2;
  margin-bottom: 8px;
  float: right;
  margin-left: 2rem;
}

.about .box_05 .bottom .b-ajax {
  width: 100% !important;
  overflow: hidden;
}

.about .box_05 .bottom .swiper-list {
  width: 100% !important;
  overflow: hidden;
}

.about .box_05 .bottom .b-ajax {
  width: 100% !important;
}
.about .box_05 .bottom .b-ajax .swiepr-list{
  width: 100%;

}
.about .box_05 .bottom .b-ajax .swiepr-list .swiper-wrapper{
}

.about .box_05 .bottom .b-ajax .items .image {
  margin-bottom: .9rem;
  width: auto;
  height: 4rem;
}

.about .box_05 .bottom .b-ajax .items img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .box_05 .bottom .b-ajax .items {
  padding: 1rem 1.25rem;
  background: rgba(51, 51, 51, .1);
  min-height: 8.25rem;
}

.about .box_05 .bottom .b-ajax .items .txt {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.about .box_05 .bottom .b-ajax .swiper-pagination-bullet {
  width: 1.5rem !important;
  height: 10px;
  /* background: ; */
  background: #E4E4E4;
  border-radius: 0;
  opacity: .7;
}

.about .box_05 .bottom .b-ajax .swiper-pagination-bullet-active {
  background: #FED100;
  opacity: 1;
}

.about .box_05 .bottom .b-ajax {
  padding-bottom: 3.7rem;
}

.about .box_05 .bottom .b-ajax .swiper-wrapper {
  margin-bottom: 1.1rem;
}

.about .box_06 {
  padding-bottom: 2.075rem;
}

.about .box_06 .box_04_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #F5F5F5;
  padding: 1.95rem 5rem 2.15rem;
}

.about .box_06 .t1 {
  margin-bottom: 0.45rem;
  font-weight: 700;
}

.about .box_06 .t2 {
  font-weight: 550;
}

.about .box_06 .t3 {
  margin-bottom: .55rem;
  font-weight: 400;
}

.about .box_06 a {
  line-height: 1;
  height: 1rem;
  font-weight: 400;
}

.news .news_inner {
  max-width: 1920px;
  padding: 0 6rem;
  overflow: hidden;
  margin: 0 auto;
}

.news .news_a {
  padding-bottom: 1.6rem;
}

.news .news_a .swiper-right {
  overflow: hidden;
}

.news .news_a .swiper-pagination-bullet {
  width: 1.5rem !important;
  height: .125rem !important;
  /* background: ; */
  background: #E4E4E4;
  border-radius: 0;
  opacity: .7;
}

.news .news_a .swiper-pagination-bullet-active {
  background: #FED100;
  opacity: 1;
}

.news .news_a .item {
  display: flex;
}

.news .news_a .item .left {
  width: 17.75rem;
  overflow: hidden;
}

.news .news_a .item .left:hover img {
  transform: scale(1.02);
}

.news .news_a .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transition-delay: .2s;
}

.news .news_a .item .rights {
  flex: 1;
  padding-top: 0;
  padding-left: 1.825rem;
  padding-right: .25rem;
}

.news .news_a .item .rights .t1 {
  font-weight: 400;
  line-height: 1.2rem;
  padding-bottom: 1.075rem;
}

.news .news_a .item .rights .t2 {
  font-weight: 400;
  line-height: .75rem;
  padding-bottom: 3.625rem;
}

.news .news_a .news_inner .right {
  height: 13.375rem;
}

.news .news_a .news_inner .right .swiper-right {
  height: 100%;
}

.news .news_a .news_inner .right .news-pagination {
  left: auto;
  right: 0;
  bottom: 4px;
  z-index: 2;
  padding-left: 12rem;
}

.news .news_a .item .rights .more {
  transition-delay: .2s;
  transition: all .5s;
}

.news .news_a .item .rights .more span {
  position: relative;
  z-index: 1;
}

.news .news_a .item .rights .more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 0;
}

.news .news_a .item .rights .more:hover {
  color: #f4c520;
}

.news .news_a .item .rights .more:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.news .news_b {
  padding-bottom: 3.375rem;
}

.news .news_b .list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.8rem;
}

.news .news_b .list .items {
  width: calc(100% / 3);
  height: 13.75rem;
  border: 1px solid #ECECEC;
  padding: 1.1rem 1.275rem 1.1rem 1.2rem;
  transition: all .5s;
  transition-delay: .2s;
}

.news .news_b .list .items .image {
  /* width: 9.5rem; */
  height: 7.175rem;
  margin-bottom: .825rem;
  overflow: hidden;
}

.news .news_b .list .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transition-delay: .2s;
}

.news .news_b .list .items .timer {
  font-family: OPPOSans;
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: .7rem;
}

.news .news_b .list .items .t1 {
  font-weight: 700;
  line-height: .75rem;
  transition: all .5s;
  transition-delay: .2s;
}

.news .news_b .list .items:hover .t1 {
  color: #f4c520;
}

.news .box_04 {
  padding-bottom: 2.075rem;
}

.news .box_04 .box_04_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  padding: 1.95rem 5rem 2.15rem;
}

.news .box_04 .t1 {
  margin-bottom: 0.45rem;
  font-weight: 550;
  /* line-height: 1; */
}

.news .box_04 .t2 {
  font-weight: 550;
  margin-top: 0;
}

.news .box_04 .t3 {
  margin-bottom: .55rem;
  font-weight: 400;
}

.news .box_04 a {
  line-height: 1;
  height: 1rem;
  font-weight: 400;
}

.news .news_b .list .items:hover {
  box-shadow: 0px 0px 20px 0px rgb(28 22 23 / 13%);
}

.info .info_inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 6rem;
}

.info .info_01 .info_inner .top {
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.info .info_01 .info_inner .top .t1 {
  padding-bottom: 1.1rem;
}

.info .info_01 .info_inner .top .years {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.info .info_01 .info_inner .top .years .icon {
  margin-right: .425rem;
}

.info .info_02 .info_inner .content_box {
  padding: 1.2rem 0 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-weight: 400;
  line-height: .7rem;
}

.info .info_02 .info_inner .content_box img {
  margin: 0 auto;
  height: 12.5rem !important;
  width: auto !important;
}

.info .info_02 .info_inner .nav-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-top: .775rem;
  padding-bottom: 2rem;
}

.info .info_02 .info_inner .nav-bottom a {
  transition: all .5s;
  transition-delay: .2s;
}

.info .info_02 .info_inner .nav-bottom .prev {
  float: left;
  width: 45%;
}

.info .info_02 .info_inner .nav-bottom .next {
  float: right;
  width: 45%;
  text-align: right;
}

.info .info_02 .info_inner .nav-bottom .next.on,
.info .info_02 .info_inner .nav-bottom .prev.on {
  opacity: 0.25;
}

.info .info_02 .info_inner .nav-bottom .next.on:hover,
.info .info_02 .info_inner .nav-bottom .prev.on:hover {
  opacity: 0.25;
  color: #000;
}

.exhibition .news_a .t1 {
  display: flex;
}

.exhibition .news_a .t1 .show {
  width: 3rem;
  height: 1.2rem;
  /* padding: .4rem .45rem; */
  line-height: 1.2rem;
  text-align: center;
  font-weight: 400;
  font-family: OPPOSans;
  border: 1px solid rgba(0, 0, 0, .5);
  /* margin-left: 3rem; */
}

.exhibition .news_a .t1 .tt {
  flex: 1;
  padding-right: 3rem;
}

.exhibition .exhibition_01 .page {
  margin-bottom: 3.375rem;
}

.exhibition .exhibition_01 .list {
  display: flex;
  flex-wrap: wrap;
  /* padding-bottom: 1.8rem; */
}

.exhibition .exhibition_01 .list .items {
  width: calc(100% / 3 - .9rem);
  margin-right: 1.325rem;
  margin-bottom: 2rem;
}

.exhibition .exhibition_01 .list .items .t1 {
  display: flex;
  align-items: center;
  padding-top: .75rem;
  font-family: OPPOSans;
  font-weight: 500;
}

.exhibition .exhibition_01 .list .items .tt {
  flex: 1;
  padding-right: 1rem;
  transition: all .5s;
  transition-delay: .2s;
}

.exhibition .exhibition_01 .list .items .show {
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, .5);
  width: 3rem;
  height: 1.2rem;
  font-family: OPPOSans;
  text-align: center;
  line-height: 1.2rem;
}

.exhibition .exhibition_01 .list .items:nth-child(3n) {
  margin-right: 0;
}

.exhibition .exhibition_01 .list .items .image {
  /* width: 11.125rem; */
  height: 8.4rem;
  overflow: hidden;
}

.exhibition .exhibition_01 .list .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transition-delay: .2s;
}

.exhibition .exhibition_01 .list .items .t2 {
  font-family: OPPOSans;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  margin-bottom: .625rem;
  display: inline-flex;
}

.exhibition .exhibition_01 .list .items .t2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .5);
}

.exhibition .exhibition_01 .list .items .t3 {
  font-family: OPPOSans;
  font-weight: 400;
  line-height: .6rem;
}

.exhibition .exhibition_01 .list .items .ts {
  display: flex;
  align-items: center;
  padding-bottom: .5rem;
}

.exhibition .exhibition_01 .list .items .te {
  display: flex;
  align-items: center;
}

.exhibition .exhibition_01 .list .items .te .icon,
.exhibition .exhibition_01 .list .items .ts .icon {
  margin-right: .425rem;
  width: .5rem;
  height: .5rem;
}

.exhibition .exhibition_01 .list .items .te .icon img,
.exhibition .exhibition_01 .list .items .ts .icon img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}

.exhibition .exhibition_01 .top-nav {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, .1);
}

.exhibition .exhibition_01 .top-nav a {
  display: inline-flex;
  position: relative;
  padding: .5rem 1.075rem .5rem .825rem;
  margin-right: 1rem;
}

.exhibition .exhibition_01 .top-nav a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0%;
  height: .15rem;
  background: #F4C520;
  transition-delay: .2s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.exhibition .exhibition_01 .top-nav a:hover {
  color: #333;
}

.exhibition .exhibition_01 .top-nav a.on {
  color: #333;
}

.exhibition .exhibition_01 .top-nav a.on::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.exhibition .exhibition_01 .top-nav a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.news .list .items:hover>.image img {
  transform: scale(1.1);
}

.news .list .items:hover .tt {
  color: #f4c520;
}

.exhibition-info .box_top .view {
  display: flex;
  align-items: center;
  padding: .75rem .1rem;
}

.exhibition-info .view .icon {
  margin-right: .3rem;
}

.exhibition-info .view span {
  margin: 0 .25rem;
}

.exhibition-info .banner .text {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding-left: 4.7rem;
  padding-right: 4.7rem;
  padding-top: 6.25rem;
  padding-bottom: 3.25rem;
}

.exhibition-info .banner .text .icon {
  width: .6rem;
  height: .6rem;
  margin-right: .375rem;
}

.exhibition-info .banner .text .icon img {
  /* width: 100%; */
  height: 100%
}

.exhibition-info .banner .t1 {
  font-weight: 500;
  line-height: 1.2rem;
  margin-bottom: .25rem;
}

.exhibition-info .banner .ts {
  padding-bottom: .5rem;
}

.exhibition-info .banner .ts,
.exhibition-info .banner .te {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.exhibition-info .banner .t2 {
  display: inline-flex;
  width: auto;
  position: relative;
  line-height: 1.4;
  margin-bottom: 1.625rem;
}

.exhibition-info .banner .t2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}

.exhibition-info .banner .bottom {
  display: flex;
  align-items: center;
  padding-top: 3.5rem;
}

.exhibition-info .banner .bottom .more {
  height: 1.4rem;
  width: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .5rem;
  position: relative;
}

.exhibition-info .banner .bottom .more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.exhibition-info .banner .bottom .more:hover::after {
  background-color: #000;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.exhibition-info .banner .bottom .more span {
  position: relative;
  z-index: 2;
}

.exhibition-info .box_a .left .more span {
  position: relative;
  z-index: 2;
}

.exhibition-info .box_a .left .more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.exhibition-info .box_a .left .more:hover::after {
  background-color: #000;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.exhibition-info .banner .bottom .show {
  width: 3.4rem;
  height: 1.375rem;
  text-align: center;
  line-height: 1.375rem;
  border: 1px solid rgba(255, 255, 255, .5);
}

.exhibition-info .form-list {
  padding-top: 2.5rem;
}

.exhibition-info .form-list .top {
  padding: 0 5.35rem 3.2rem;
  font-family: Source Han Sans CN;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.exhibition-info .form-list .top .t1 {
  font-weight: 700;
  line-height: 1.2rem;
  padding-bottom: .625rem;
}

.exhibition-info .form-list .top .t2 {
  font-weight: 400;
}

.exhibition-info .info_inner {
  padding: 0 6rem;
}

.exhibition-info .form-list .bottom .form {
  display: flex;
  flex-wrap: wrap;
}

.form-list .form .item {
  width: calc(100% / 2 - .25rem);
  display: flex;
  align-items: center;
  padding-top: 1.15rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  margin-right: .5rem;
}

.form-list .form .item label {
  opacity: .6;
  font-weight: 600;
  white-space: nowrap;
}

.form-list .form .item:nth-child(2n) {
  margin-right: 0;
}

.form-list .form .item .check {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
}

.form-list .form .item .check .lis {
  margin: 0 .45rem;
}

.form-list .form .item .check .lis span {
  font-weight: 600;
}

.form-list .form .item .check .lis input {
  margin-right: .3rem;
}

.form-list .form .item .check .lis input[type="radio"] {
  /* border-radius: 50% !important; */
  position: relative;
  /* opacity: 0; */
  /* visibility: hidden; */
  background-color: transparent;
  /* border-radius: 50%; */
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 1);
  margin-right: .3rem;
  cursor: pointer;
}

/*复选框选择后的样式*/
.form-list .form .item .check .lis input[type="radio"]:checked {
  background-color: rgba(244, 197, 32, 1);
}

.form-list .form .item.area-txt {
  width: 100%;
  border-bottom: none;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: .8rem;
}

.form-list .form .item.area-txt textarea {
  margin-top: .5rem;
  width: 100%;
  height: 3.4rem;
  background: #F5F5F5;
  padding: .5rem;
}

.form-list .form .item.code {
  width: 100%;
  border-bottom: none;
  padding-top: 0;
  position: relative;
}

.form-list .form .item.code .captcha {
  position: absolute;
  left: 8rem;
  height: 0.8rem;
}

.form-list .form .item.code .img {
  display: block;
  /* width: 1; */
  /* height: 100%; */
  position: absolute;
  left: 0;
  top: 38%;
  transform: translateY(-50%);
  padding: .3rem .425rem;
}

.form-list .form .item.code .img::after {
  position: absolute;
  content: '';
  right: 0;
  top: 17%;
  height: 70%;
  width: 1px;
  background-color: rgba(51, 51, 51, .2);
}

.form-list .form .item.code input {
  padding-left: 1.925rem;
  /* width: 10.75rem; */
  height: 1.35rem;
  background: #FFFFFF;
  border: 1px solid rgba(158, 157, 159, .5);
}

.form-list .form .item.code button {
  height: 1.35rem;
  width: 4rem;
  font-size: 16px;
  margin-left: 1rem;
}

.form-list .form .item.code button.on {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.form-list .form .item.agree {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}

.form-list .form .item.agree input {
  margin-right: .3rem;
  cursor: pointer;
}

.form-list .form .item.agree .puhui-r {
  display: inline-block;
  margin: .05rem 0 .375rem;
}

.form-list .form .item.agree .check {
  margin-left: 0;
}

.form-list .form .more {
  margin-top: .825rem;
}

.exhibition-info .box_04 {
  padding-top: 2.25rem;
}

.exhibition-info .box_a {
  margin-top: 3rem;
  height: auto;
}

.exhibition-info .box_b .view {
  background-color: transparent;
}

.exhibition-info .box_a .view {
  padding: 0 auto;
  background: #F5F5F5;
  display: flex;
  align-items: stretch;
}

.exhibition-info .box_a .t1 {
  font-family: Source Han Sans CN;
  font-weight: 700;
  margin-bottom: .35rem;
}

.exhibition-info .box_a .t2 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding-bottom: 2rem;
}

.exhibition-info .box_a .t3 .icon {
  width: .55rem;
  height: .55rem;
}

.exhibition-info .box_a .t3 .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibition-info .box_a .t3 .ts,
.exhibition-info .box_a .t3 .tr,
.exhibition-info .box_a .t3 .te,
.exhibition-info .box_a .t3 .td {
  display: flex;
  align-items: center;
  margin-bottom: .625rem;
}

.exhibition-info .box_a .t3 .td {
  margin-bottom: 0;
}

.exhibition-info .box_a .left {
  flex: 1;
  height: 100%;
  padding: 2rem 3.45rem 3.25rem 2.475rem;
}

.exhibition-info .box_a .left .item_box {
  margin-bottom: 2rem;
}

.exhibition-info .box_a .left .more {
  height: 1rem;
  display: inline-flex;
}

.exhibition-info .box_a .right {
  width: 21.25rem;
  /* height: 100%; */
}

.exhibition-info .box_a .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibition-info .box_b .view {
  flex-direction: row-reverse;
}

.box_info_01 {
  padding-bottom: 3.375rem;
}

.box_info_01 .top {
  width: 7rem;
  display: flex;
  justify-content: space-between;
}

.box_info_01 .top .clearSelect {
  align-self: flex-end;
  border-radius: 1.5rem;
  line-height: 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.35rem;
  border: 1px solid #f4c520;
  cursor: pointer;
  font-weight: 550;
}

.box_info_01 .top .clearSelect span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .25rem;
}

.box_info_01 .bottom {
  display: flex;
}

.box_info_01 .bottom .left {
  width: 7rem;
  position: relative;
  padding-top: .375rem;
  /* padding-bottom: ; */
}

.box_info_01 .bottom .left::after {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 100%;
  height: 3px;
  background: #333333;
}

.box_info_01 .bottom .left .item {
  padding: .4rem .9rem;
  border-bottom: 1px solid rgba(51, 51, 51, .5);
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.box_info_01 .bottom .left .item .t1 {
  position: relative;
}

.box_info_01 .bottom .left .item .t1::after {
  position: absolute;
  right: -2px;
  top: 50%;
  content: '';
  width: 2px;
  transform: translateY(-50%);
  height: 12px;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  transition: all .5s;
  transition-delay: .2s;
}

.box_info_01 .bottom .left .item .t1::before {
  position: absolute;
  /* right: 28px; */
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 12px;
  height: 2px;
  background-color: #000;
}

.box_info_01 .bottom .left .item .item-hide {
  display: block;
  margin-top: 4px;
}

.box_info_01 .bottom .left .item .t2,
.box_info_01 .bottom .left .item .t1,
.box_info_01 .bottom .left .lis {
  font-weight: 600;
}

.box_info_01 .bottom .left .lis1 {
  margin-bottom: .025rem;
}

.box_info_01 .bottom .left .item .t1 {
  transition: all .5s;
  transition-delay: .2s;
}

.box_info_01 .bottom .left .item:hover .t1,
.box_info_01 .bottom .left .lis:hover label {
  /* cursor: pointer; */
  color: #f4c520;
}

.box_info_01 .bottom .left .lis label {
  transition: all .5s;
  transition-delay: .2s;
  cursor: pointer;
}

.box_info_01 .bottom .left .lis {
  margin-bottom: .025rem;
  /* display:; */
  display: flex;
  align-items: center;
}

/* 
.box_info_01 .bottom .left input {
  margin-right: .225rem;
  cursor: pointer;
} */
.box_info_01 .bottom .left span {
  display: inline-block;
  margin-right: .225rem;
  cursor: pointer;
  border: 1px solid #000000;
  background: #FFFFFF;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}

.box_info_01 .bottom .left .lis.cur span {
  background: #000000;
  border-radius: 2px;
}

.box_info_01 .bottom .left .item .item-hide .label {
  font-weight: 400;
}

.box_info_01 .bottom .left .item .t1.on::after {
  opacity: 0;
  visibility: hidden;
}

.box_info_01 .bottom .right {
  width: calc(100% - 7rem - 1rem);
  padding-left: 1.5rem;
}

.box_info_01 .bottom .right .right-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: .1rem;
}

.box_info_01 .bottom .right .items {
  /* display: inline-block; */
  width: calc(100% / 3 - .9rem);
  margin-right: 1.35rem;
  transition: all .5s;
  transition-delay: .2s;
  margin-bottom: 1.3rem;
}

.box_info_01 .bottom .right .items:nth-child(3n) {
  margin-right: 0;
}

.box_info_01 .bottom .right .items .image {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}

.box_info_01 .bottom .right .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  transition-delay: .2s;
}

.box_info_01 .bottom .right .items .t1 {
  font-weight: 400;
  transition: all .5s;
  transition-delay: .2s;
  line-height: .9rem;
}

.box_info_01 .bottom .right .items .txt {
  border: 1px solid #ECECEC;
  padding: .925rem 1.5rem 1rem;
  height: calc(100% - 7.5rem);
}

.box_info_01 .bottom .right .items .ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 1.5rem;
}

.box_info_01 .bottom .right .items .ul .li {
  display: flex;
  align-items: center;
  margin-right: 0;
}

.box_info_01 .bottom .right .items .ul .li .icon {
  margin-right: 10px;
}

.box_info_01 .bottom .right .items .ul .li:last-child {
  margin-right: 0;
}

.box_info_01 .bottom .right .items:hover .t1 {
  color: #f4c520;
}

.box_info_01 .bottom .right .items:hover .image img {
  transform: scale(1.1);
}

.box_info_01 .bottom .right .items:hover {
  box-shadow: 0px 0px 20px 0px rgb(28 22 23 / 13%);
}

.docu .box_top .view {
  padding-bottom: 1.5rem;
}

.dinfo_01 .info_inner {
  padding: 0 6rem;
  max-width: 1920px;
  margin: 0 auto;
}

.dinfo_01 .info_inner .top .ul {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}

.dinfo_01 .info_inner .top .ul .li {
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
}

.dinfo_01 .info_inner .top .ul .li .icon {
  width: .375rem;
  height: .375rem;
  margin-right: .25rem;
}

.dinfo_01 .info_inner .top .ul .li .icon img {
  height: 100%;
  width: 100%;
}

.dinfo_01 .info_inner .top .t2 {
  font-weight: 400;
  line-height: .75rem;
}

.dinfo_01 .info_inner .top .ul-box {
  display: flex;
  padding-top: 1.75rem;
  /* align-items: center; */
  justify-content: space-between;
}

.dinfo_01 .info_inner .top .ul-box .lis {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dinfo_01 .info_inner .top .ul-box .lis .count {
  font-size: 2.05rem;
  color: #f4c520;
  line-height: 1.2;
}

.dinfo_01 .info_inner .top .ul-box .lis .count span {
  font-size: .55rem;
}

.dinfo_01 .info_inner .top .ul-box .lis .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .25rem;
}

.dinfo_01 .info_inner .top .ul-box .lis .icon img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.dinfo_01 .info_inner .top .images {
  margin-top: 1.7rem;
  margin-bottom: 2.45rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.dinfo_01 .info_inner .top .images .img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  z-index: 3;
  height: 100%;
}

.dinfo_01 .info_inner .top .images .img::after {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
}

.dinfo_01 .info_inner .top .images>img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all .5s;
  transition-delay: .2s;
}

.dinfo_01 .info_inner .top .images .play {
  z-index: 2;
}

.dinfo_01 .info_inner .top .images:hover>img {
  transform: scale(1.02);
}

.dinfo_01 .info_inner .bottom .t4 {
  padding-bottom: 1.075rem;
}

.dinfo_01 .info_inner .bottom .bottom-swiper {
  overflow: hidden;
}

.dinfo_01 .info_inner .bottom .items {
  /* width:calc() ; */
  height: 16rem;
  padding: 2.325rem 2% 2.125rem;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dinfo_01 .info_inner .bottom .items .img {
  /* width: 8.375rem; */
  /* width: 4rem; */
  height: 7rem;
  max-height: 6.5rem;
  max-width: 8.25rem;
  margin: 0 auto;
}

.dinfo_01 .info_inner .bottom .items .img img {
  /* width: 100%;
    height: 100%; */
    max-height: 100%;
}

.dinfo_01 .info_inner .bottom .items .t5 {
  text-align: center;
  line-height: 1.2;
  padding: 1.375rem 0 1.075rem;
}

.dinfo_01 .info_inner .bottom .items .more {
  width: 3rem;
  padding: 0;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dinfo_01 .info_inner .bottom {
  margin-bottom: .9rem;
}

.dinfo_01 .info_inner .bottom .bottom-pagination {
  position: relative;
  padding-top: 1rem;
  bottom: 0;
}

.dinfo_01 .info_inner .bottom_nav {
  display: flex;
  padding-bottom: 1.9rem;
}

.dinfo_01 .info_inner .bottom_nav a {
  transition: all .5s;
  transition-delay: .2s;
}

.dinfo_01 .info_inner .bottom_nav .prev {
  float: left;
  width: 50%;
}

.dinfo_01 .info_inner .bottom_nav .next {
  float: right;
  width: 50%;
  text-align: right;
}

.dinfo_01 .info_inner .bottom_nav .next.on,
.dinfo_01 .info_inner .bottom_nav .prev.on {
  opacity: 0.25;
}

.dinfo_01 .info_inner .bottom_nav .next.on:hover,
.dinfo_01 .info_inner .bottom_nav .prev.on:hover {
  opacity: 0.25;
  color: #000;
}

.dinfo_01 .info_inner .bottom .swiper-pagination-bullet-active {
  background-color: #f4c520;
}

.sup-a {
  padding: 0rem 0 6rem;
  text-align: center;
}

.sup-a .t1 {
  text-transform: uppercase;
  /* font-weight: 400; */
}

.sup-a .t2 {
  width: 25.5rem;
  margin: 0 auto;
  margin-top: 1.2rem;
}

.sup-b {
  background: #F5F5F5;
  padding: 4.925rem 6rem 4.05rem;
}

.sup-b .t2 {
  color: #333333;
  line-height: 1;
  margin-top: 1.3rem;
}

.sup-b .t3 {
  width: 15.375rem;
  margin-top: .825rem;
}

.sup-b .img {
  position: absolute;
  top: -2rem;
  right: 6.25rem;
  width: 15.5rem;
  overflow: hidden;
}

.sup-b .list {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
}

.sup-b .list .li {
  text-align: center;
  position: relative;
}

.sup-b .list .li .num {
  font-style: italic;
  color: #D3D3D3;
  font-size: 18px;
  line-height: 1;
}

.sup-b .list .li .icon {
  margin-top: 1.15rem;
}

.sup-b .list .li .tit-16 {
  font-style: italic;
  position: absolute;
  /* bottom: -1.25rem; */
  left: 50%;
  line-height: 1.5;
  width: 5rem;
  color: #666;
  transform: translateX(-50%);
  /* white-space: nowrap; */
  transition: all 0.5s;
  opacity: 1;
  margin-top: .5rem;
}

.sup-b .list .li:hover .tit-16 {
  /* opacity: 1; */
}

.sup-c {
  height: 20rem;
}

.sup-c .bglist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.supc-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.supc-container .swiper-slide {
  width: calc(100% / 3);
  border-right: 1px solid rgba(247, 240, 220, .3);
  height: 100%;
  background: rgba(0, 0, 0, .5);
  transition: all 0.5s;
  cursor: pointer;
}

.supc-container .swiper-slide:hover {
  background: rgba(0, 0, 0, .7);
}

.supc-container .swiper-slide .t1 {
  width: 100%;
  text-align: center;
  line-height: 1;
  transition: all 0.5s;
  font-weight: 400;
}

.supc-container .swiper-slide .icon {
  margin-top: 1.675rem;
}

.supc-container .swiper-slide .t2 {
  text-align: center;
  margin-top: 1rem;
  line-height: 2.1;
}

.supc-container .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
}

.supc-container .swiper-slide:hover .t1 {
  opacity: 0;
}

.supc-container .swiper-slide:hover .txt {
  opacity: 1;
}

.supc-container .swiper-slide .txt .ani {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s;
}

.supc-container .swiper-slide:hover .txt .ani {
  transition-delay: 0.1s;
  transform: translateY(0px);
  opacity: 1;
}

.supc-container .swiper-slide:hover .txt .icon {
  transition-delay: 0.3s;
}

.supc-container .swiper-slide:hover .txt .t2 {
  transition-delay: 0.5s;
}

.supc-container .news-page {
  position: absolute;
  margin-top: 0;
  z-index: 3;
  bottom: 2.2rem !important;
}

.news-page .swiper-pagination-bullet {
  border-radius: 0%;
  width: 1.125rem !important;
  height: .125rem !important;
}

.news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(244, 197, 32, 1);
}

.sup-d {
  padding-bottom: 0;
  padding-top: 3.5rem;
}

.sup-d .t2 {
  margin-top: 1rem;
}

.sup-d .list {
  margin-top: 2.75rem;
  padding: 0 6.25rem;
  padding-bottom: 3.525rem;
}

.sup-d .list .li {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(227, 227, 227, 1);
}

.sup-d .list .li .top {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.sup-d .list .li .top .puhiu-b {
  font-weight: 400;
}

.sup-d .list .li .top .right-btn {
  width: 1.5rem;
  height: 1.5rem;
  background: #F4C520;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}

.sup-d .list .li .top .right-btn::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #000000;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -6px;
}

.sup-d .list .li .top .right-btn::before {
  content: "";
  height: 12px;
  width: 2px;
  background: #000000;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -1px;
}

.sup-d .list .li .top:hover .right-btn {
  transform: rotate(180deg);
}

.sup-d .list .li .content {
  padding: .75rem 0 0;
  text-align: left;
  display: none;
}

.sup-d .list .li .content .t3 {
  width: 80%;
  line-height: 1.5;
}

.sup-d .list .li .content .box-list {
  margin-top: .85rem;
  display: flex;
  flex-wrap: wrap;
}

.sup-d .list .li .content .box-list .box {
  border: 1px solid #DEDEDE;
  height: 4.275rem;
  width: calc((100% - 1.425rem) / 4);
  margin-right: .475rem;
  padding: .975rem;
  position: relative;
  margin-bottom: .475rem;
  transition: all 0.5s;
  padding-right: calc(42px + .975rem);
}

.sup-d .list .li .content .box-list .box:nth-child(4n) {
  margin-right: 0;
}

.sup-d .list .li .content .box-list .box .t {
  line-height: 1.3;
}

.sup-d .list .li .content .box-list .box .icon {
  position: absolute;
  bottom: .975rem;
  right: .975rem;
}

.sup-d .list .li .content .box-list .box:hover {
  transform: translateY(-10px);
}

.sup-d .list .li.on .top .right-btn::before {
  display: none;
}

.sup-d .list .li:last-child {
  border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.download {
  padding: 0 6rem;
  padding-top: 0;
  padding-bottom: 3.175rem;
}

.download .main-tit {
  font-weight: 600;
}

.download .table {
  width: 100%;
  text-align: left;
  font-size: 0;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 1.95rem;
  margin-top: .625rem;
}

.download .table .li {
  font-size: 16px;
  color: #999999;
  display: inline-block;
  padding: .625rem 0;
  position: relative;
  line-height: 1;
  margin-right: 1.4rem;
  cursor: pointer;
  transition: all 0.5s;
  font-weight: 500;
}

.download .table .li::after {
  content: "";
  width: 0%;
  height: 5px;
  background: #F4C520;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.download .table .li.on {
  color: #333;
  font-weight: 600;
  font-family: "AlibabaPuHuiTi-2_85_Bold";
}

.download .table .li.on::after {
  width: 100%;
}

.download .table .li:hover {
  color: #333;
  font-weight: 600;
  font-family: "AlibabaPuHuiTi-2_85_Bold";
}

.download .table .li:hover::after {
  width: 100%;
}

.download .list {
  display: flex;
  flex-wrap: wrap;
}

.download .list a {
  width: calc(100% / 3);
  display: flex;
  margin-bottom: 2.325rem;
}

.download .list a .img {
  width: 5.5rem;
  overflow: hidden;
}

.download .list a .img img {
  transition: all 0.5s;
}

.download .list a:hover .img img {
  transform: scale(1.04);
}

.download .list a .txt {
  width: calc(100% - 5.5rem);
  padding: .55rem .875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download .list a .txt .t1 {
  line-height: 1.2;
  color: #333;
  font-weight: 500;
}

.download .list a .txt .t2 {
  line-height: 1.2;
  margin-top: 0.15rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.download .list a .txt .down {
  /* width: 4.025rem; */
  height: 1.3rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  transition: all 0.5s;
  /* transition-delay: .2s; */
}

.download .list a .txt .down .icon {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}

.download .video .list a .txt .down .icon {
  width: 29px;
  height: 29px;
  margin-right: 5px;
}

.download .list a .txt .down .icon svg {
  fill: #F4C520;
}

.download .list a:hover .txt .down {
  background-color: #F4C520;
  justify-content: center;
}

.download .list a:hover .txt .down .icon svg {
  fill: #000;
}

.download .page {
  margin-top: 0;
}

.don-doilg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333;
  display: none;
}

.don-doilg .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
}

.don-doilg .do-box {
  width: 53.4%;
  background-color: #fff;
  padding: 1.675rem;
}

.don-doilg .do-box .kls-form .submit input {
  width: 5.25rem;
  height: 1.25rem;
  font-size: 16px;
}

.don-doilg .do-box .close {
  filter: brightness(0%);
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  transition: all 0.5s;
}

.don-doilg .do-box .close:hover {
  transform: rotate(180deg);
}

.don-doilg .kls-form .submit {
  /* float: left; */
  margin-top: 0.85rem;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.don-doilg .massage {
  margin-top: 1rem;
  float: left;
  width: 100%;
}

.kls-form .li1 .ts {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  left: 0;
  color: #999;
}

.kls-form .li1 {
  width: calc((100% - 1.25rem) / 2);
  border-bottom: 1px solid #DFDFDF;
  padding-top: 1.225rem;
  padding-bottom: .45rem;
  display: flex;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  float: left;
  margin-right: 1.25rem;
  align-items: center;
  position: relative;
}

.kls-form .li1 .tit {
  white-space: nowrap;
}

.kls-form .li1.item {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.kls-form .li1.item span {
  position: absolute;
  transform: translateY(20%);
  top: 50%;
  padding: 0rem .425rem 0rem;
}

.kls-form .li1.item span::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0%;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, .2);
}

.kls-form .li1.item.code {
  position: relative;
  width: 60%;
}

.kls-form .li1.item.code input {
  width: 60%;
  padding-right: 1rem;
}

.kls-form .li1.item.code img.captcha {
  position: absolute;
  right: 23%;
  bottom: .3rem;
}

.kls-form .li1.item.code button {
  height: 1.35rem;
  margin-top: 1rem;
  width: 30%;
  font-size: 16px;
  color: #333;
  margin-left: 1rem;
}

.kls-form .li1.item.code button.on {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.kls-form .li1.item input {
  margin-top: 1rem;
  padding-left: 1.925rem;
  height: 1.35rem;
  border: 1px solid rgba(158, 157, 159, .5);
}

.kls-form .li2 {
  margin-right: 0;
}

.checklist {
  display: flex;
  margin-left: 1.2rem;
}

.checklist .checkbox {
  margin-right: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checklist .checkbox:last-child {
  margin-right: 0;
}

.checklist .checkbox .box {
  width: 16px;
  height: 16px;
  border: 1px solid #CBCBCB;
  border-radius: 50%;
  margin-right: .3rem;
  position: relative;
}

.checklist .checkbox.on .box {
  border: 3px solid #F4C520;
}

.checklist .checkbox.on .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background-color: #F4C520;
  border-radius: 50%;
}

.kls-form .li1 input {
  padding-left: 1rem;
  font-size: 16px;
  width: 80%;
}

.kls-form .li4 {
  width: 100%;
  margin-right: 0;
}

.kls-form .li3.industry {
  margin-right: 0;
  z-index: 5;
}

.kls-form .li3 .selcet {
  margin-left: 1rem;
  height: 100%;
  width: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.kls-form .li3 .selcet .op {
  position: absolute;
  top: 1.2rem;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(28, 22, 23, 0.13);
  padding: .5rem 1rem;
  display: none;
}

.kls-form .li3 .selcet .op .p {
  line-height: 1;
  cursor: pointer;
  padding: 0.3rem 0;
}

.kls-form .li3 .selcet .op .p:hover {
  color: #F4C520;
}

.kls-form .li3 .tits {
  height: 18px;
}

.kls-form .li3 .tits::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transition: all 0.5s;
}

.kls-form .li3 .selcet.on .tits::after {
  transform: rotate(-135deg);
}

.kls-form .li5 {
  margin-top: 1.25rem;
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #666666;
  width: 100%;
}

.kls-form .li5 .cbox {
  width: 15px;
  height: 15px;
  background: #F6F6F6;
  border: 1px solid #595959;
  margin-right: 16px;
  position: relative;
}

.kls-form .li5 .cbox.on {
  border: 3px solid #F4C520 !important;
}

.kls-form .li5 .cbox.on:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background-color: #F4C520;
}

.kls-form .li5 a {
  color: #666666;
  text-decoration: underline;
}

.kls-form .li6 {
  float: left;
  width: 100%;
  margin-top: .575rem;
  color: #999999;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 1440px) {
  .kls-form .li6 {
    font-size: 12px;
  }
}

.kls-form .li7 {
  float: left;
  width: 100%;
  margin-top: .575rem;
  color: #666666;
  line-height: 1.5;
  font-size: 14px;
}

.kls-form .submit {
  float: left;
  margin-top: .85rem;
}

.kls-form .submit input {
  width: 6.3rem;
  height: 1.6rem;
  background: #F4C520;
  color: #333333;
  font-size: .5rem;
  border: 1px solid #fff;
  /* box-shadow: 4px 4px 0 #F4C520; */
  text-transform: uppercase;
  transition: 0.5s;
}

.kls-form .submit input:hover {
  box-shadow: 0px 0px 0 #FBC638;
}

.scrFx5 {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(var(--go) * -1s);
  animation-timing-function: ease-in-out;
}

@keyframes scrImg5 {
  0% {
    letter-spacing: 1px;
    backface-visibility: hidden;
  }

  100% {
    letter-spacing: 10px;
    backface-visibility: hidden;
  }
}

.about-d {
  background: #F5F5F5;
  position: relative;
  z-index: 1;
  padding-top: 3.475rem;
  padding-bottom: 3rem;
}

.about-d .ac-box {
  width: 100%;
}

.about-d .view {}

.about-d .map {
  margin-top: 2rem;
  width: 34.125rem;
  animation-name: scmap;
}

.about-d .map .mapimg {
  width: 100%;
}

.about-d .map .mian-box {
  width: 1.2rem;
  height: 1.2rem;
  background: #F4C520;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s;
  top: 43%;
  left: 77%;
  animation-name: op0;
}

.about-d .map .mian-box.c {
  opacity: 0;
  transition-delay: 0.2s;
}

.about-d .map .mian-box .dian {
  width: 11px;
  height: 11px;
  background: #333333;
  border-radius: 50%;
}

.about-d .map .mian-box .txt {
  width: 10rem;
  position: absolute;
  left: 2rem;
  top: -1rem;
}

.about-d .map .mian-box .txt .mc {
  color: #f4c520;
  font-weight: 400;
}

.about-e {
  background-color: #fff;
}

@keyframes scmap {
  0% {
    width: 34.125rem;
  }

  50% {
    width: 40.65rem;
  }

  90% {
    width: 40.65rem;
  }

  100% {
    width: 40.65rem;
  }
}

@keyframes op0 {
  0% {
    opacity: 1;
  }

  15% {
    opacity: 1;
  }

  18% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.big {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  /* opacity: 1; */
  opacity: 0;
  /* animation-name: op1; */
}

.about-d .map.on .big {
  /* cursor: pointer; */
}

.australia {
  /* animation-name: op2; */
}

@keyframes op1 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes op2 {
  0% {
    opacity: 0;
  }

  13% {
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.about-d .map.on .big {
  opacity: 1;
  transition: all 0.7s;
}

.about-d .map .big::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(rgba(34, 34, 34, .16), transparent);
  border-radius: 50%;
  animation: fsq 2000ms infinite linear;
  opacity: 1;
  z-index: 0;
}

@keyframes fsq {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.about-d .map.on .big.on::after {
  /* background-color: rgba(244, 197, 32, .5); */
}

.about-d .map.on .big.on .dian {
  /* background-color: rgba(244, 197, 32, 1); */
}

.big:hover::after {
  /* background-color: rgba(244, 197, 32, .5); */
}

.about-d .map.on .big:hover .dian {
  /* background-color: rgba(244, 197, 32, 1); */
}

.big:hover .dian .txt {
  /* color: rgba(244, 197, 32, 1); */
}

.about-d .map.on .big.on .dian .txt {
  /* color: rgba(244, 197, 32, 1); */
}

.asia {
  top: 23%;
  left: 65%;
  width: 6rem;
  height: 6rem;
}

.big .dian {
  width: 10px;
  height: 10px;
  background: #222222;
  border-radius: 50%;
  transition: all 0.5s;
}

.big .dian .txt {
  position: absolute;
  width: 4rem;
  text-align: center;
  top: 130%;
  left: -1.95rem;
  font-size: .45rem;
}

.russia {
  width: 3.425rem;
  height: 3.425rem;
  top: 10%;
  left: 78%;
  display: none;
}

.europe {
  width: 2.5rem;
  height: 2.5rem;
  top: 31%;
  left: 45%;
}

.east {
  width: 2.5rem;
  height: 2.5rem;
  top: 42%;
  left: 56%;
}

.australia {
  width:4rem;
  height:4rem;
  top: 69%;
  left: 79%;
}

.america {
  width: 5.725rem;
  height: 5.725rem;
  top: 19%;
  left: 13%;
}

.area {
  position: absolute;
  width: .7rem;
  height: .7rem;
  background: #FF8601;
  border-radius: 50%;
  opacity: 0;
}

.area img {
  max-width: 50%;
}

.about-d .map.on .area {
  transition: all 0.5s;
  opacity: 1;
}

.area1 {
  top: 38%;
  left: 14%;
}

.area2 {
  top: 40%;
  left: 22%;
}

.area3 {
  top: 54%;
  left: 60%;
}

.area4 {
  top: 45%;
  left: 55%;
}

.area5 {
  top: 42%;
  left: 84%;
}

.area6 {
  top: 41%;
  left: 81%;
}

.branch {
  width: .7rem;
  height: .7rem;
  background: #F4C520;
  border-radius: 50%;
  position: absolute;
  /* opacity: 1; */
  opacity: 0;
}

.branch img {
  max-width: 50%;
}

.about-d .map.on .branch {
  transition: all 0.5s;
  opacity: 1;
}

.branch .txt {
  left: 1rem;
  position: absolute;
  white-space: nowrap;
  color: #F4C520;
  font-size: .45rem;
  width: 3rem;
  transition: all 0.5s;
}

.branch4:hover .txt {
  color: #000;
}

.branch1 {
  top: 27%;
  left: 48%;
}

.branch2 {
  top: 31%;
  /* display: none; */
  left: 51%;
}

.branch3 {
  top: 26%;
  left: 60%;
}

.branch4 {
  top: 42%;
  z-index: 4;
  left: 75%;
  cursor: pointer;
}

.branch5 {
  top: 48%;
  left: 78%;
}

.southeast{
  left: 75%;
  top: 56%;
  width: 3rem;
  height: 3rem;
}
.about-d .map .zs {
  position: absolute;
  bottom: 1rem;
  left: 1.75rem;
}

.about-d .map .zs .li {
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
}

.about-d .map .zs .li .icon {
  width: 28px;
  height: 28px;
  background: rgba(255, 134, 1, 1);
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
}

.about-d .map .zs .li:first-child .icon {
  background: #F4C520;
}

.about-d .map .zs .li:last-child .icon {
  width: 28px;
  height: 28px;
  background: rgba(164, 164, 164, .4);
  border-radius: 50%;
}

.about-d .map .zs .li:last-child .icon .dian {
  width: 8px;
  height: 8px;
  background: #222222;
  border-radius: 50%;
}

.about-d .map .zs .li .t {
  font-size: 16px;
}

.about-d .ajax-box {
  position: absolute;
  right: 10%;
  top: 32%;
  background-color: #fff;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.15);
  width: 10.625rem;
  height: 18.25rem;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: 66;
  opacity: 0;
  visibility: hidden;
  border-radius: 10%;
  overflow: hidden;
}

.about-d .ajax-box.on {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.about-d .ajax-box .img {
  width: 100%;
  height: 8.5rem;
  overflow: hidden;
}

.about-d .ajax-box .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-d .ajax-box .txt {
  padding: 1.5rem;
}

.about-d .ajax-box .txt .tit-16 {
  margin-top: 1rem;
}

.about-d .ajax-box .txt .tit-16 p {
  padding-left: 20px;
  position: relative;
}

.about-d .ajax-box .txt .tit-16 p::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
}

.h300 {
  height: 7.5rem;
  width: 0;
  position: absolute;
}

/*  */
.indu .ts {
  line-height: 1;
  margin-top: .75rem;
}

.indu {
  padding: 0 6.25rem;
  /* padding-top: 3.7rem; */
  padding-bottom: 1.75rem;
}

.indu .main-tit {
  font-family: Source Han Sans CN;
  font-weight: 700;
}

.ind-info {
  margin-top: 1.05rem;
}

.ind-info-a {
  display: flex;
  background: #fff;
  padding: 4.175rem 0 4.25rem 1.75rem;
}

.ind-info-a .txt {
  width: calc(100% - 22.25rem);
  padding-right: 2.7rem;
}

.ind-info-a .txt .t1 {
  margin-top: .5rem;
}

.ind-info-a .img {
  width: 22.25rem;
  height: 14.5rem;
  min-height: 10.5rem;
  overflow: hidden;
}

.ind-info-a .img img {
  width: 100%;
  transition: all .5s;
}

.ind-info-a .img:hover img {
  transform: scale(1.02);
}

.ind-info-b {
  padding-top: 2.25rem;
  background: #F5F5F5;
  padding-bottom: 2rem;
}

.ind-info-b .content {
  margin-top: 1.475rem;
}

.ind-info-b .content .list {
  width: 100%;
  /* overflow: hidden; */
  text-align: center;
  margin-bottom: 1.5rem;
}

.ind-info-b .content .list:last-child {
  margin-bottom: 0;
}

.ind-info-b .content .list .bg {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
  transition-delay: .2s;
  z-index: 1;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ind-info-b .content .list .bg::after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, .65);
  z-index: -1;
}

.ind-info-b .content .list:hover .bg {
  /* transform: scale(1.02); */
}

.ind-info-b .content .list .cont {
  padding-top: 2.75rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
}

.ind-info-b .content .list .t1 {
  text-align: center;
  line-height: 1;
  position: relative;
  transition: all .5s;
  z-index: 1;
}

.ind-info-b .content .list:hover .t1 {
  transform: scale(1.05);
}

.ind-info-b .content .list .t2 {
  text-align: center;
  line-height: 2;
  width: 23.75rem;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.ind-info-b .content .list .numlist {
  display: flex;
  margin-top: 1.2rem;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ind-info-b .content .list .numlist .li {
  margin: 0 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.ind-info-b .content .list .numlist .li .lh1 {
  line-height: 1.5;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
}

.ind-info-b .content .list .numlist .li .nums {
  display: flex;
  align-items: flex-end;
  margin-bottom: .6rem;
}

.ind-info-b .content .list .numlist .li .nums .num {
  font-size: 2.05rem;
  line-height: 1;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
}

.ind-info-b .content .list .numlist .li .nums .dw {
  font-size: .55rem;
  line-height: 1;
}

.ind-info-b .content .list .more {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  height: 1rem;
  z-index: 1;
}

.indu .ts {
  line-height: 1;
  margin-top: .75rem;
}

.indu {
  padding: 0 6rem;
  padding-top: 0;
  padding-bottom: 1.75rem;
}

.indu .list a {
  display: block;
  width: calc((100% - 2.5rem) / 3);
  margin-right: 1.25rem;
  transition: all 0.5s;
  margin-bottom: 1.125rem;
}

.indu .list a:nth-child(3n) {
  margin-right: 0;
}

.indu .list a .img {
  height: 7.5rem;
  width: 100%;
  overflow: hidden;
}

.indu .list a .img img {
  width: 100%;
  transition: all .5s;
  transition-delay: .2s;
  height: 100%;
  object-fit: cover;
}

.indu .list a:hover .img img {
  transform: scale(1.02);
}

.indu .list a .t {
  background-color: #fff;
  padding: .75rem 0;
  line-height: 1.2;
  text-align: left;
  transition: all 0.5s;
}

.indu .list a:hover {
  box-shadow: 0px 3px 10px 6px rgba(0, 0, 0, 0.14);
}

.indu .list a:hover .bg {
  transform: scale(1.02);
}

.indu .list a:hover .t {
  /* text-align: center; */
  padding: .75rem 1rem;
  color: #F4C520;
}

.indu .list {
  margin-top: 1.125rem;
  display: flex;
  flex-wrap: wrap;
}

.indu .list a {
  display: block;
  width: calc((100% - 2.5rem) / 3);
  margin-right: 1.25rem;
  transition: all 0.5s;
  margin-bottom: 1.125rem;
}

.indu .list a:nth-child(3n) {
  margin-right: 0;
}

.indu .list a .img {
  height: 7.5rem;
  width: 100%;
  overflow: hidden;
}

.indu .list a .t {
  background-color: #fff;
  padding: .75rem 0;
  line-height: 1.2;
  text-align: left;
  transition: all 0.5s;
  font-weight: 400;
  font-family: OPPOSans;
}

.indu .list a:hover {
  box-shadow: 0px 3px 10px 6px rgba(0, 0, 0, 0.14);
}

.indu .list a:hover .bg {
  transform: scale(1.02);
}

.ins_info {
  font-family: OPPOSans;
}

.ins_info .main-tit {
  font-weight: 500;
}

.ins_info .ind-info-a .t1 {
  font-weight: 400;
}

/*  */
.wel .banner .more span {
  z-index: 2;
  position: relative;
}

.wel .banner .more::after {
  content: '';
  /* transform: ; */
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  /* color: ; */
  /* transform: ; */
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.wel .banner .more:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.wel-box .swiper-slide .lit .lit-img .more span {
  z-index: 2;
  position: relative;
}

.wel-box .swiper-slide .lit .lit-img .more:hover {
  color: #fff;
}

.wel-box .more span {
  z-index: 2;
  position: relative;
}

.wel-box .more::after {
  content: '';
  /* transform: ; */
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.wel-box .more:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.wel-box .swiper-slide .lit .lit-img .more:hover::after {
  background-color: #f4c520;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.wel .banner .t1 span.d {
  display: inline-block;
}

.wel .banner .t1 br {
  display: none;
}

.products .box_02 .item .l-right .more span {
  z-index: 2;
  position: relative;
}

.about .box_06 .box_04_inner .more span {
  z-index: 2;
  position: relative;
}

.about .box_06 .box_04_inner .more::after {
  content: '';
  /* transform: ; */
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.products .box_02 .item .l-right .more::after {
  content: '';
  /* transform: ; */
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.about .box_06 .box_04_inner .more:hover::after {
  background-color: #000;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.products .box_02 .item .l-right .more:hover::after {
  background-color: #000;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #f4c520 !important;
}

.wel-02 .wel-box .bottom .ul .lis .tops {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  opacity: 1;
  transition: all .5s;
  z-index: 1;
}

.wel-02 .wel-box .bottom .ul .lis.active .tops {
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}

.wel-05 .wel-box .imgs-box .img-swiper .swiper-pagination {
  display: none;
}

.wel-02 .wel-box .bottom .ul .lis:hover .icon .img {
  transform: scale(1) !important;
}

.ind-info-b .content .list .more div {
  z-index: 2;
  position: relative;
  transition-delay: .2s;
  transition: all .5s;
}

.ind-info-b .content .list .more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.ind-info-b .content .list .more:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.ind-info-b .content .list .more:hover div {
  color: #f4c520;
}

.box_04 a span {
  z-index: 2;
  position: relative;
  font-weight: 550;
}

footer .footer-ul .view .box-right .contact span {
  z-index: 2;
  position: relative;
}

.box_04 a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.dinfo_01 .info_inner .bottom .items .more span {
  position: relative;
  z-index: 2;
}

.dinfo_01 .info_inner .bottom .items .more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

.dinfo_01 .info_inner .bottom .items .more:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.box_04 a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

footer .footer-ul .view .box-right .contact::after {
  content: '';
  /* transform: ; */
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition-delay: .2s;
  transition: all .5s;
  z-index: 1;
}

footer .footer-ul .view .box-right .contact:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

footer .footer-ul .view .box-right .contact:hover {
  color: #f4c520;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Adjust height as needed */
  overflow: hidden;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  /* Optional: Add a smooth transition */
}

.image-container img.active {
  transform: scale(1.2);
  /* Example: Increase size when active */
}

.banner-swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.wel-01 {
  width: 100%;
}

.wel-01-swiper {
  width: 100%;
  height: calc(100% - 7.875rem);
}

.banner-swiper .swiper-slide video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-swiper .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* opacity: 0.5; */
  /* transition: all .5s; */
}

.banner-swiper .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  /* transition: all .5s; */
}

.banner-swiper .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0.5;
  transition: opacity .5s ease-in;
  transition-delay: .5s;
}

.banner-swiper .ui-loop .path-loop {
  fill: none;
  stroke: #f4c520;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
  transition: opacity .5s 1s;
  transition-delay: .5s;
}

.banner-swiper .swiper-pagination-bullet-active .ui-loop .path-loop-bg {
  opacity: .5;
}

.banner-swiper.banner-pagination span.swiper-pagination-bullet-active .ui-loop {
  /* opacity: 1; */
}

.banner-swiper .swiper-pagination span.swiper-pagination-bullet-active .path-loop {
  /* opacity: 1; */
}

.banner-swiper .banner-pagination span.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
}

.wel .banner .banner-pagination .swiper-pagination-bullet-active {
  background: transparent !important;
  /* border-color: #FED100; */
}

.wel .banner .banner-pagination {
  position: absolute !important;
  bottom: 20%;
  right: 4%;
  padding-right: 1.5rem;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wel .banner .banner-pagination .swiper-pagination-bullet {
  width: 1rem !important;
  height: 1rem !important;
  background: transparent;
  /* border: 2px solid #fff; */
  position: relative;
  transition: all .6s;
  opacity: 1;
  margin-bottom: 1.125rem;
}

.wel .banner .banner-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.wel-inner {
  width: 100%;
}

.idt {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  position: relative;
  line-height: 1;
  transition: all 0.5s;
}

.idt div {
  position: relative;
  z-index: 1;
}

.idt div::after {
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: -1;
  content: '';
  width: 100%;
  height: .2rem;
  background: #F4C520;
}

.dinfo .box_04 .box_04_inner {
  padding-top: 1.5rem;
}

.form-list .form .item.li1 input {
  padding: .25rem .5rem;
  flex: 1;
  font-size: 15px;
}

.form-list .form .item.agree label {
  opacity: 1;
}

.docu .box_04 .box_04_inner {
  padding-top: 1.5rem;
}

.wel-03 .wel-box .top,
.wel-03 .wel-box .bottom {
  max-width: 1530px;
  margin: 0 auto;
}

.wel-04 .wel-box {
  /* max-width: 1640px; */
  margin: 0 auto;
}

.products .box_02,
.products .box_01 {
  max-width: 1920px;
  margin: 0 auto;
}

.dinfo .box-inner .sup-c {
  overflow: hidden;
}

.dinfo .box-inner .sup-a,
.dinfo .box-inner .sup-b,
.dinfo .box-inner .sup-c,
.dinfo .box-inner .sup-d,
.download,
.contact .box_01 {
  max-width: 1920px;
  margin: 0 auto;
}

.pc_seachbox {
  position: fixed;
  top: 2rem;
  width: 100%;
  left: 0;
  background-color: rgb(249, 249, 249);
  z-index: 999;
  background-image: url(../img/ha1.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: auto;
  border-top: 1px solid rgba(172, 170, 170, 0.3);
}

.zk_search_wrap {
  width: 22rem;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.head_seachbox {
  position: relative;
  line-height: 1.45rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  /* overflow: hidden; */
}

.head_seachbox .seach_input {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0 1rem;
  border-radius: 1.5rem;
  /* background: url(../img/head_searchicon.7de0b5f.png) .5rem no-repeat; */
  overflow: hidden;
}

.head_seachbox .seach_submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.85rem;
  height: 100%;
  color: #fff;
  background: url(../img/head_searchicon.7de0b5f.png) center no-repeat;
  transition: .4s;
}

.head_seachbox .seach_submit::after {
  content: "";
  position: absolute;
  left: 0;
  height: 70%;
  top: 15%;
  width: 1px;
  background-color: #ccc;
}

.head_seachbox .seach_input input {
  font-size: .4rem;
  width: 100%;
  background-color: transparent;
}

.head_seachbox .seach_submit input {
  color: #fff;
  font-size: .45rem;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  height: 100%;
  transition: all 0.4s;
}

.head_seachbox .seach_submit input:hover {
  letter-spacing: 2px;
}

.header_nav_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  z-index: 100;
}

.header_nav_bg.header_nav_bg_on {
  opacity: 1;
}

.lans {
  margin-right: .75rem;
  font-size: 18px;
  font-weight: 500;
}

::selection {
  color: #fff;
  background-color: #549ff5;
}

.searchinfo .ajax-list {
  width: 100%;
}

.searchinfo .ajax-list .li {
  width: 100%;
}

.page {
  width: 100%;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exhibition-info .banner .t2 {
  margin-left: 0;
}

footer .footer-bottom .left a {
  color: #666;
}

.cases .box_01 .top {
  padding: 0 8.25rem 2.1rem 8.25rem;
}

.item.code .captcha_no,
.item.code .captcha_ok {
  position: absolute;
  left: auto !important;
  right: 10% !important;
  top: 56% !important;
}

.item.code .captcha_no::after,
.item.code .captcha_ok::after {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1200px) {
  .zoombox {
    zoom: 0.8;
  }
}

.sys .sub-banner {
  height: 20rem;
  overflow: hidden;
}

.sys .nav-list {
  margin-top: 6px;
  display: flex;
}

.sys .nav-list a {
  display: flex;
  width: calc((100% - .4rem) /3);
  margin-right: .2rem;
  height: 2.075rem;
  background: #F5F5F5;
  line-height: 1;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  position: relative;
  transition: all 0.5s;
}

.sys .nav-list a.two {
  width: calc((100% - .4rem) /2);
}

.sys .nav-list a.four {
  width: calc((100% - .4rem) /4);
}

.sys .nav-list a .tit-18 {
  z-index: 2;
  text-align: center;
  transition: all .5s;
}

.sys .nav-list a .tit-18 br {
  display: none;
}

.sys .nav-list a:last-child {
  margin-right: 0;
}

.sys .nav-list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F4C520;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
  z-index: 1;
}

.sys .nav-list a:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.sys .sd-a {
  padding: 4.25rem 0 6.5rem;
}

.sys .sup-a {
  padding-bottom: 0;
}

.sys .sup-a .t2 {
  width: 66%;
}

.sys .sd-b {
  padding-bottom: 5.275rem;
}

.sys .sd-b .top {
  display: flex;
  padding: 0 2.8rem;
}

.sys .sd-b .top .left {
  width: 50%;
  padding-right: 1rem;
}

.sys .sd-b .top .left .t2 {
  margin-top: 1.5rem;
  text-align: justify;
}

.sys .sd-b .top .list {
  width: 50%;
  padding-left: 4rem;
  padding-top: 1rem;
}

.sys .sd-b .top .list .li {
  padding: .85rem 0;
  display: flex;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
}

.sys .sd-b .top .list .li .icon {
  width: 1.05rem;
  margin-right: 1rem;
}

.sys .sd-b .top .list .li .t {
  width: calc(100% - 2.05rem);
}

.sys .sd-b .top .list .li:last-child {
  border-bottom: 0;
}

.sys .sd-b .img {
  height: 17.5rem;
  overflow: hidden;
  margin-top: 2.7rem;
  position: relative;
}

.sys .sd-b .img .bg {
  /* background-attachment: fixed; */
  transition: all 0s;
  height: 120%;
}

.sys .sub-c {
  padding-bottom: 4.475rem;
}

.sys .sd-d {
  padding-bottom: 3.775rem;
}

.sys .nav-list a:hover .tit-18 {
  color: #fff;
}

.sys .cases .box_04 {
  margin-top: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .pro_info .box_03 .list {
    justify-content: center;
  }
}

.select-time,
.select-time .demo1,
.select-time .demo2 {
  display: flex;
  align-items: center;
  position: relative;
  /* flex-wrap: wrap; */
}

.select-time,
.select-time .demo1 input,
.select-time .demo2 input {
  width: 100%;
  color: #333;
}

.select-time span {
  position: relative;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 0 .5rem;
}

.form-list .form .item.itemselect {
  width: auto;
  /* flex-wrap: wrap; */
}

.form-list .form .item.agree .puhui-r {
  white-space: break-spaces;
  line-height: 1.4;
}

@media (max-width:756px) {

  .select-time,
  .select-time .demo1,
  .select-time .demo2 {}
}

.neibanner {
  position: relative;
  overflow: hidden;
}

.neibanner img {
  width: 100%;
}

.industry-list {
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.indu-nav {
  position: relative;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0;
  overflow: hidden;
}

.indu-nav:before {
  position: absolute;
  bottom: 0px;
  width: 73%;
  height: 2px;
  background-color: #999;
  content: "";
  left: 0;
}

.indu-nav:after {
  position: absolute;
  bottom: 0px;
  width: 27%;
  height: 2px;
  background-color: #f2c31c;
  content: "";
  right: 0;
}

.indu-nav a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  font-size: 0.4rem;
  position: relative;
  transition: all 0.3s;
}
.indu-nav span{
  display: inline-flex;
  margin: 0 0.25rem;
  font-size: .4rem;
}
.indu-nav a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "/";
  font-size: 0.4rem;
  right: -0.35rem;
  color: #999;
  display: none;
}

.indu-nav a:last-child:after {
  display: none
}

.indu-nav a img {
  display: inline-block;
  width: 0.4rem;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.indu-nav a.cur {
  color: #f2c31c
}

.industry-list .title {
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
  margin-top: 1rem;
  line-height: 1;
}

.industry-ul {
  margin-top: 1.1rem;
}

.industry-ul h1 {
  font-size: 0.575rem;
  text-align: center;
}

.industry-ul li {
  float: left;
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 0.8rem;
}

.industry-ul li:nth-child(4n) {
  margin-right: 0
}

.industry-ul li .img {
  position: relative;
  overflow: hidden
}

.industry-ul li .img img {
  width: 100%;
}

.industry-ul li .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden
}

.industry-ul li .img .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.industry-ul li .text {
  padding: 0.9rem 1.3rem 0.9rem 0.75rem;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}

.industry-ul li .text .name {
  font-size: 0.6rem;
  line-height: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.industry-ul li .text .con-p {
  font-size: 0.4rem;
  color: #666666;
  line-height: 0.6rem;
  margin-top: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 1.2rem;
}

.industry-ul li .text .more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background-color: #f2c31c;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: center;
  background-image: url(../img/more.png);
}

.indu-mian {
  margin-top: 1.1rem;
}

.indu-img-right {
  float: right;
  width: 27%;
}

.indu-img-right .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.indu-img-right .img img {
  width: 100%;
}

.indu-img-right .img .text-pro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center
}

.indu-img-right .img .text-pro .name {
  font-size: 0.7rem;
  line-height: 1;
  color: #ffffff;
}

.indu-img-right .img .text-pro .more {
  display: inline-block;
  margin-top: 0.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.4rem;
  padding: 0 0.5rem 0 1rem;
  background-position: 0.5rem center;
  background-size: 0.4rem;
  background-image: url(../img/more1.png);
  background-repeat: no-repeat;
  color: #fff;
}

.indu-img-right .tit-xg {
  padding-top: 0.4rem;
  border-top: 2px solid #999;
  font-size: 0.6rem;
  line-height: 0.7rem;
  color: #333;
  background-size: 0.5rem;
  background-position: right 0.5rem;
  background-repeat: no-repeat;
  background-image: url(http://en.galaxis-tech.com/bocstatic/web/css/../img/j-tou.png);
  transition: all 0.3s;
}

.indu-img-right .tit-xg:hover {
  color: #f2c31c;
  background-image: url(http://en.galaxis-tech.com/bocstatic/web/css/../img/j-tou1.png);
}

.indu-img-right .xg-ul {
  margin-top: 0.4rem;
}

.indu-img-right .xg-ul li {
  border: 1px solid #d0d0d0;
  margin-bottom: 0.25rem;
  padding: 0.5rem 2rem 0.5rem 0.9rem;
  position: relative
}

.indu-img-right .xg-ul li .name1 {
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #333333;
}

.indu-img-right .xg-ul li .con-p {
  font-size: 0.3rem;
  color: #333;
  opacity: 0.5;
  line-height: 0.45rem;
  margin-top: 0.4rem;
}

.indu-img-right .xg-ul li .more1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background-color: #f2c31c;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: center;
  background-image: url(../img/more.png);
}

.indu-mian .left {
  float: left;
  width: 69%;
}

.indu-mian .left .top {
  position: relative
}

.indu-mian .left .top .tit-btn {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.2rem;
  color: #333333;
  padding-right: 1.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url(../img/down1.png);
  display: inline-block;
  position: relative;
}

.indu-mian .left .top .tit-btn .hover-divse {
  position: absolute;
  top: 1.85rem;
  left: 0;
  display: none;
  white-space: nowrap;
  line-height: 0.7rem;
}

.indu-mian .left .top .tit-btn .hover-divse a {
  font-size: 0.55rem;
  color: #333;
  transition: all 0.3s;
}

.indu-mian .left .top .tit-btn1 {
  font-size: 1.2rem;
  color: #333333;
  line-height: 1;
}

.indu-mian .left .con1 {
  font-size: 0.5rem;
  color: #333333;
  line-height: 0.9rem;
  margin-top: 1rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #d0d0d0
}

.indu-mian .left .tit-1 {
  font-size: 0.75rem;
  color: #333333;
  margin-top: 0.75rem;
  line-height: 0.8rem;
}

.indu-mian .left .con2 {
  margin-top: 0.6rem;
  border-top: 2px solid #999;
  background-color: #fff;
  padding: 1.5rem 1.1rem;
  font-size: 0.5rem;
  color: #333333;
  line-height: 1.1rem;
}

.indu-mian .left .con2 .newadd1 {
  font-size: 0.6rem;
  color: #333333;
  line-height: 0.8rem;
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid #999999
}

.indu-mian .left .con2 .newadd2 {
  margin-top: 0.75rem;
}

.indu-mian .left .con2 .newadd3 {
  margin-top: 0.75rem;
  padding: 0 0.75rem;
}

.indu-mian .left .con2 .newadd2 li {
  float: left;
  width: 48%;
  margin-right: 4%;
  border: 1px solid #d0cfcd;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  border-radius: 10px;
}

.indu-mian .left .con2 .newadd2 li:nth-child(2n) {
  margin-right: 0
}

.indu-mian .left .con2 .newadd2 li .new-p {
  padding: 0.75rem 1rem;
}

.indu-mian .left .con2 .newadd2 li .new-p .new-img {
  float: left;
  width: 1.75rem;
}

.indu-mian .left .con2 .newadd2 li .new-p .new-img img {
  width: 100%;
}

.indu-mian .left .con2 .newadd2 li .new-p .new-p1 {
  float: right;
  width: calc(100% - 2rem);
  font-size: 0.45rem;
  color: #666666;
  line-height: 0.6rem;
}

.indu-mian .left .con2 .newadd2 li .new-p .new-p1 .p1 {
  font-size: 0.6rem;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.4rem;
}

.indu-mian .left .con2 .newadd3 li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.5rem;
  font-size: 0.5rem;
  color: #333333;
  line-height: 0.6rem;
}

.indu-mian .left .con2 .newadd3 li:nth-child(2n) {
  margin-right: 0
}

.indu-mian .left .con2 .newadda {
  margin-top: 0.75rem;
}

.indu-mian .left .con2 .newadda a {
  display: block;
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 0.5rem;
  height: 2.5rem;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}

.indu-mian .left .con2 .newadda a:hover {
  background-color: #f2c31c;
  border: 1px solid #f2c31c
}

.indu-mian .left .con2 .newadda a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #333;
  width: 80%;
  text-align: center;
}

.indu-mian .left .con2 .newadda a:nth-child(3n) {
  margin-right: 0;
}

.indu-mian .left .con2 i {
  display: inline-block;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/more3.png);
  margin-right: 0.2rem;
}

.indu-mian .left .con3 {
  margin-top: 0.6rem;
  border-top: 2px solid #999;
  background-color: #fff;
  font-size: 0.5rem;
  color: #333333;
  line-height: 1.1rem;
  position: relative
}

.indu-mian .left .con3 i {
  display: inline-block;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/more3.png);
  margin-right: 0.2rem;
}

.indu-mian .left .con3 .p-left {
  float: left;
  width: calc(61.4% - 2.2rem);
  padding: 1.5rem 1.1rem;
}

.indu-mian .left .con3 .p-img {
  float: right;
  width: 38.6%;
  overflow: hidden
}

.indu-mian .left .con3 .p-img img {
  width: 100%;
}

.indu-mian .solve-img {
  margin-top: 1.1rem;
  overflow: hidden
}

.indu-mian .solve-img img {
  width: 100%;
}

.indu-mian .solve-p {
  font-size: 0.6rem;
  color: #333333;
  margin-top: 0.9rem;
  line-height: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #d0d0d0
}

.indu-mian .solve-swiper {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #d0d0d0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.5rem;
}

.indu-mian .solve-swiper .swiper-slide {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.3s;
  top: 0;
}

.indu-mian .solve-swiper .swiper-slide .img {
  overflow: hidden;
  position: relative;
}

.indu-mian .solve-swiper .swiper-slide .img img {
  width: 100%;
}

.indu-mian .solve-swiper .swiper-slide .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.indu-mian .solve-swiper .swiper-slide .img .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.indu-mian .solve-swiper .swiper-slide .text {
  padding: 0.9rem 0.75rem 1.75rem 0.75rem;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}

.indu-mian .solve-swiper .swiper-slide .text .name {
  font-size: 0.45rem;
  line-height: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}

.indu-mian .solve-swiper .swiper-slide .text .con-p {
  font-size: 0.35rem;
  color: #999;
  line-height: 0.45rem;
  margin-top: 0.25rem;
  height: 0.9rem;
}

.indu-mian .solve-swiper .swiper-slide .text .more {
  position: absolute;
  bottom: 0.6rem;
  right: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #cccccc;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: center;
  background-image: url(../img/more.png);
}

.indu-mian .con-info {
  color: #333333;
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-top: 1rem;
}

.indu-mian .deinfo-siwper {
  margin-top: 1rem;
  position: relative;
  overflow: hidden
}

.indu-mian .deinfo-siwper .swiper-slide {
  position: relative;
  overflow: hidden
}

.indu-mian .deinfo-siwper .swiper-slide img {
  width: 100%;
}

.indu-mian .deinfo-siwper .swiper-slide .text-pro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76%;
  text-align: center
}

.indu-mian .deinfo-siwper .swiper-slide .text-pro .pp1 {
  font-size: 1.2rem;
  color: #fefefe;
  line-height: 1;
}

.indu-mian .deinfo-siwper .swiper-slide .text-pro .pp2 {
  font-size: 0.5rem;
  color: #fefefe;
  line-height: 0.75rem;
  margin-top: 0.75rem;
}

.indu-mian .deinfo-siwper .swiper-slide .text-pro .more-btn1 {
  margin-top: 1.25rem;
  font-size: 0.575rem;
  height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #212121;
  background-color: #f3c41c;
  padding: 0 1.5rem 0 0.75rem;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 0.3rem;
  background-position: 86% center;
  background-image: url(../img/more2.png)
}

.indu-mian .deinfo-siwper .deinfo-button-prev,
.indu-mian .deinfo-siwper .deinfo-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.indu-mian .deinfo-siwper .deinfo-button-prev {
  left: 5%;
  background-image: url(../img/prev.png)
}

.indu-mian .deinfo-siwper .deinfo-button-next {
  right: 5%;
  background-image: url(../img/next.png)
}

.industry-list .title.wl-tit {
  margin-top: 1.75rem;
}

.join-lisy .industry-list {
  background-color: #fff;
}

.phoimgoho {
  display: none
}

.join-from {
  font-size: 0;
  margin-top: 0.8rem;
}

.join-from .name {
  font-size: .9rem;
  line-height: 1rem;
  display: inline-block;
}

.join-from .form {
  display: inline-block;
  margin-left: 0.5rem;
  border-bottom: 1px solid #000;
  height: 1rem;
  line-height: 1rem;
  width: 11rem;
  position: relative;
  vertical-align: top
}

.join-from .form .text {
  font-size: 0.65rem;
  height: 1rem;
  line-height: 1rem;
  width: 80%;
  background-color: transparent
}

.join-from .form .submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/sou2.png);
  background-size: 25px;
  cursor: pointer;
  background-color: transparent
}

.ul-join {
  margin-top: 1.75rem;
}

.ul-join li .left {
  float: left;
  width: 3.5rem;
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold
}

.ul-join li .right {
  float: left;
  width: calc(100% - 3.5rem);
  font-size: 0;
  text-align: left;
}

.ul-join li .right dl {
  margin-bottom: 0.4rem;
}

.ul-join li .right dl dd {
  display: inline-block;
  font-size: 0.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #4c4c4c;
  /* margin-right: 1.5rem; */
  margin-right: 1rem;
  position: relative;
}

.ul-join li .right dl dd.first {
  padding: 0 0.5rem;
  background-color: #f2c31c;
  color: #333;
  text-align: center;
}

.ul-join li .right dl dd:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
  width: 1px;
  height: 0.5rem;
  background-color: #ccc;
  content: "";
}

.ul-join li .right dl dd a {
  color: #4c4c4c;
  transition: all 0.3s ease;
}

.ul-join li .right dl dd a.cur {
  color: #f2c31c
}

.join-ul-mian {
  margin-top: 2.5rem;
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.07);
}

.join-ul-mian .ul-join1 li {
  padding: 0 1.5rem;
  background-color: #828282;
  height: 2rem;
  line-height: 2rem;
  text-align: left;
  font-size: 0;
}

.join-ul-mian .ul-join1 li div {
  font-size: 0.5rem;
  color: #fff;
  display: inline-block;
  width: 20%;
}

.join-ul-mian .ul-join2 .ul-div {
  padding: 0 1.5rem;
  text-align: left;
  font-size: 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.join-ul-mian .ul-join2 .ul-div div {
  font-size: 0.5rem;
  color: #666666;
  display: inline-block;
  width: 20%;
  height: 2rem;
  line-height: 2rem;
  /* border-bottom: 1px solid #ccc; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.join-ul-mian .ul-join2 .ul-div .btn-div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  z-index: 10;
  cursor: pointer;
  background-image: url(../img/jia.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}

.join-ul-mian .ul-join2 .ul-div .btn-div.cur {
  background-image: url(../img/jian.png);
}

.join-ul-mian .ul-join2 .join-show-div {
  padding: 0.75rem 1.5rem 0.8rem;
  background-color: #fafafa;
  display: none;
}

.join-ul-mian .ul-join2 .join-show-div .text-p {
  color: #666;
  line-height: 0.75rem;
  font-size: 0.45rem;
}

.join-ul-mian .ul-join2 .join-show-div .more-btn {
  display: block;
  width: 3.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #f2c31c;
  margin-top: 1rem;
  font-size: 0.45rem;
}

.join-lisy .industry-list {
  background-color: #fff;
}

.join-ul-mian .ul-join2 li:last-child .ul-div div {
  border-bottom: 0;
}
.privacy .indu-mian .news-detail{
  padding-top: 3rem;
  padding-bottom: 1.75rem;
}
.privacy .indu-mian  .news-detail .name{
  color: #000;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 1rem;
}
.privacy .indu-mian  .news-detail .time{
  color: #999;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.45rem;
}
.privacy .indu-mian .news-detail .detail-info{
  margin-top: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.45rem;
  /* font-family: "AlibabaPuHuiTi-2_65_Medium" */
}
.privacy .view{
width: 86%;
}
@media (max-width: 767px){
  .privacy .indu-mian .news-detail .detail-info {
    margin-top: 0.3rem;
    padding: 0.4rem 0;
    font-size: 0.5rem;
    line-height: 1.5;
}
}
