@charset "UTF-8";

@font-face {
  font-family: "RobotoSlab-Light";
  src: url("./fonts/RobotoSlab-Light-subfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("./fonts/Roboto-Bold-subfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("./fonts/Roboto-Light-subfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("./fonts/RobotoSlab-Bold-subfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.rob-l {
  font-family: "Roboto-Light";
}

.rob-b {
  font-family: "Roboto-Bold";
}


.robs-l {
  font-family: "RobotoSlab-Light";
}



.robs-b {
  font-family: "RobotoSlab-Bold";
}

.h1 {
  font-size: 1rem;
  font-family: "RobotoSlab-Bold";
  line-height: 1.25;
}

.h2-s-b {
  font-size: .8rem;
  font-family: "RobotoSlab-Bold";
  line-height: 1.5;
}

.h2-b {
  font-size: .8rem;
  font-family: "RobotoSlab-Bold";
  line-height: 1.5;
}

.h2-s-l {
  font-size: .8rem;
  font-family: "RobotoSlab-Light";
  line-height: 1.5;
}

.h4-s-b {
  font-size: .6rem;
  font-family: "RobotoSlab-Bold";
  line-height: 1.5;
}

.h4-s-l {
  font-size: .6rem;
  font-family: "RobotoSlab-Light";
  line-height: 1.5;
}

.h4-b {
  font-size: .6rem;
  font-family: "Roboto-Bold";
  line-height: 1.5;
}






/*!
  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: .45rem;
  /* 0 */
  line-height: 1.55;
  /* 0 */
  color: #000000;
  /* 0 */
  background-color: #fff;
    /* 0 */
    /* hyphens: auto; */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
    /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline: 0
    /* 2 */
}

a:hover {
  color: #0066ff;
}

/* 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: 'Roboto-Light', "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  /* text-transform: uppercase; */
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #95909E;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #95909E;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #95909E;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #95909E;
}

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 {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}




/* 2023-03-02 袁阳网站适配重新调整*/
html {
  font-size: 2.084vw !important;
}

@media (max-width: 1481px) {
  /* html {
    font-size: 2.5vw !important;
  } */
}

@media (max-width: 996px) {
  html {
    font-size: 34px !important;
  }
}






::-moz-selection {
  background: black;
  color: #fff;
}

::selection {
  background: black;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}




/*==常用字号==*/
.tit-12 {
  font-size: 12px;
}

.tit-13 {
  font-size: 13px;
}

.tit-14 {
  font-size: .35rem;
}

.tit-15 {
  font-size: .4rem;
}


.tit-16 {
  font-size: .4rem;
}

.tit-17 {
  font-size: .4rem;
}

.tit-18 {
  font-size: .45rem;
}

.tit-19 {
  font-size: .475rem;
}

.tit-20 {
  font-size: .5rem;
}


.tit-21 {
  font-size: .525rem;
}

.tit-22 {
  font-size: .55rem;
}

.tit-23 {
  font-size: .575rem;
}

.tit-24 {
  font-size: .6rem;
}

.tit-25 {
  font-size: .625rem;
}

.tit-26 {
  font-size: .65rem;
}

.tit-27 {
  font-size: .675rem;
}

.tit-28 {
  font-size: .7rem;
}

.tit-29 {
  font-size: .725rem;
}

.tit-30 {
  font-size: .75rem;
}

.tit-31 {
  font-size: .775rem;
}

.tit-32 {
  font-size: .8rem;
}

.tit-33 {
  font-size: .825rem;
}

.tit-34 {
  font-size: .85rem;
}

.tit-35 {
  font-size: .875rem;
}

.tit-36 {
  font-size: .9rem;
}

.tit-37 {
  font-size: .925rem;
}

.tit-38 {
  font-size: .95rem;
}

.tit-39 {
  font-size: .975rem;
}

.tit-40 {
  font-size: 1rem;
}

.tit-41 {
  font-size: 1.025rem;
}

.tit-42 {
  font-size: 1.05rem;
}

.tit-43 {
  font-size: 1.075rem;
}

.tit-44 {
  font-size: 1.1rem;
}

.tit-45 {
  font-size: 1.125rem;
}

.tit-46 {
  font-size: 1.15rem;
}

.tit-47 {
  font-size: 1.175rem;
}

.tit-48 {
  font-size: 1.2rem;
}

.tit-49 {
  font-size: 1.225rem;
}

.tit-50 {
  font-size: 1.25rem;
}

.tit-51 {
  font-size: 1.275rem;
}

.tit-52 {
  font-size: 1.3rem;
}

.tit-53 {
  font-size: 1.325rem;
}

.tit-54 {
  font-size: 1.35rem;
}

.tit-55 {
  font-size: 1.375rem;
}

.tit-56 {
  font-size: 1.4rem;
}

.tit-57 {
  font-size: 1.425rem;
}

.tit-58 {
  font-size: 1.45rem;
}

.tit-59 {
  font-size: 1.475rem;
}

.tit-60 {
  font-size: 1.5rem;
}

.tit-61 {
  font-size: 1.525rem;
}

.tit-62 {
  font-size: 1.55rem;
}

.tit-63 {
  font-size: 1.575rem;
}

.tit-64 {
  font-size: 1.6rem;
}

.tit-65 {
  font-size: 1.625rem;
}

.tit-66 {
  font-size: 1.65rem;
}

.tit-67 {
  font-size: 1.675rem;
}

.tit-68 {
  font-size: 1.7rem;
}

.tit-69 {
  font-size: 1.725rem;
}

.tit-70 {
  font-size: 1.75rem;
}

.tit-71 {
  font-size: 1.775rem;
}

.tit-72 {
  font-size: 1.8rem;
}

.tit-73 {
  font-size: 1.825rem;
}

.tit-74 {
  font-size: 1.85rem;
}

.tit-75 {
  font-size: 1.875rem;
}

.tit-76 {
  font-size: 1.9rem;
}

.tit-77 {
  font-size: 1.925rem;
}

.tit-78 {
  font-size: 1.95rem;
}

.tit-79 {
  font-size: 1.975rem;
}

.tit-80 {
  font-size: 2rem;
}






@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}


/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

/* .text-uppercase {
  /* text-transform: uppercase; */
}

*/ .text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}


/*分页样式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-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*/

/*# sourceMappingURL=boc_reset.css.map */



.wr {
  width: 100%;
  position: relative;
}

.lh1 {
  line-height: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}




.pc_seachbox {
  position: absolute;
  top: 2.2rem;
  width: 100%;
  left: 0;
  height: 5.6rem;
  background-color: #fff;
  z-index: 999;
  background-image: url(../img/ha1.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: auto;

}

.zk_search_wrap {
  width: 25rem;
  margin: 0 auto;
  padding: 2rem 0 1.25rem;
}

.head_seachbox {
  position: relative;
  line-height: 1.45rem;
  height: 1.5rem;
}

.head_seachbox .seach_input {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0 4.5rem 0 1.75rem;
  background: url(../img/head_searchicon.7de0b5f.png) .5rem no-repeat;
}

.head_seachbox .seach_submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  color: #fff;
  background-color: #F23840;
  transition: .4s;
}

.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%;
}

.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;
}

.pc-header {
  display: flex;
  height: 1.75rem;
  /* background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px); */
  padding: 0 3.5rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 8px 4px 18px 4px rgba(0, 0, 0, .1);
}

.logo {
  position: relative;
  z-index: 3;
}

.logo .cls-1 {
  fill: #1761ff;
}

.logo .cls-1,
.logo .cls-2 {
  stroke-width: 0px;
}

.logo {
  /* display: block; */
}

.logo svg {
  height: 1rem;
  line-height: 1;
  display: block;
}

.pc-header .right-btn {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 3;
}

.pc-header .right-btn .btn {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 2.85rem;
}

.pc-header .right-btn .btn .li {
  cursor: pointer;
  margin-left: .825rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.pc-header .right-btn .btn .li:first-child {
  margin-left: 0;
}

.pc-header .right-btn .btn .li svg {
  width: .6rem;
  line-height: 1;
  display: block;
  fill: #000;
  transition: all 0.5s;
}

.pc-header .right-btn .btn .li.lout svg {
  width: auto;
  height: .5rem;
}

.pc-header .right-btn .btn .li:hover svg {
  fill: #0066ff;
}

.st0 {
  fill: #1761FF;
}

.pc-header .nav-list {
  height: 100%;
  display: flex;
}

.pc-header .nav-list .li {
  height: 100%;
  padding: .425rem;
  padding-right: .56rem;
  padding-left: .8rem;
  position: relative;
}

.pc-header .nav-list .li .tit {
  display: flex;
  height: 100%;
  align-items: center;

}

.pc-header .nav-list .li .sol-nav {
  position: absolute;
  top: calc(100% + 2px);
  /* width: 19.925rem; */
  width: 15rem;
  /* padding-top: 2px; */
  left: 0;
  display: none;

  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  box-shadow: 8px 4px 18px 4px rgba(0, 0, 0, .1);
}

.pc-header .nav-list .li .sol-nav .bg {
  width: 100%;
  height: 100%;

  padding: .675rem 1.3rem;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;

}

.pc-header .nav-list .li .sol-nav .bg .sol-li {
  text-align: center;
  /* width: calc((100% - 3.45rem) / 4); */
  width: calc((100% - 2.3rem) / 3);
  margin-right: 1.15rem;
  margin-bottom: .775rem;
}

.pc-header .nav-list .li .sol-nav .bg .sol-li:last-child {
  margin-right: 0;
}

.pc-header .nav-list .li .sol-nav .bg .sol-li .img {
  width: 100%;
  margin-bottom: .625rem;
  display: flex;
  justify-content: center;
}

.pc-header .nav-list .li .sol-nav .bg .sol-li .img img {
  width: 1rem;
  transition: all 0.5s;
}

.pc-header .nav-list .li .sol-nav .bg .sol-li:hover .img img {}

.pc-header .nav-list .li.on {
  background: rgba(255, 255, 255, 0.35);
}

.pc-header .nav-list .li::after {
    content: "";
    width: 2px;
    height: 0;
    top: .425rem;
    background: #0066ff;
    position: absolute;
    left: .425rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.pc-header .nav-list .li.on::after {

  height: 1.15rem;
 

}
.pc-header .nav-list .li.curi {
  background: rgba(255, 255, 255, 0.35);
 
}
.pc-header .nav-list .li.curi .tit{
  color: #004eff;
}
.pc-header .nav-list .li.curi::after  {
  height: 1.15rem;
}

.bgfb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 79%);
  backdrop-filter: blur(10px);
}

.pc-header .nav-list .li .pro-nav {
  position: absolute;
  top: calc(100% + 2px);
  min-width: 4.45rem;

  left: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  display: none;
  box-shadow: 8px 4px 18px 4px rgba(0, 0, 0, .1);
}

/* .pc-header .nav-list .li.on .pro-nav{
  opacity: 1;
  visibility: inherit;
} */

.pc-header .nav-list .li .pro-nav .bg {
  width: 100%;
  height: 100%;

  padding: .675rem .8rem;
  position: relative;
  z-index: 2;
}

.pc-header .nav-list .li.on .pro-nav .bg {}

.pc-header .nav-list .li .pro-nav .pro-li {
  display: block;
  margin-bottom: .75rem;
  line-height: 1;
  white-space: nowrap;

}

.pc-header .nav-list .li .pro-nav .pro-li:last-child {
  margin-bottom: 0;
}

.lan {
  position: relative;
  height: 100%;
}

.lan-box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: .3rem;
  /* display: none; */
  opacity: 0;
  visibility: hidden;

}
.lan:hover .lan-box{
  visibility: inherit;
  opacity: 1;
}

.lan-box .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 5px 5px 5px 5px;
  padding: .35rem .5rem;
  position: relative;
}

.lan-box .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: .2rem solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
  transform: translate(-50%, -100%);
}

.lan-box .lan-li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  font-weight: 300;
}

.lan-box .lan-li .img {
  width: .55rem;
  margin-right: .35rem;
}
.pc-header .right-btn .btn .li.search .icon1 {
  /* filter: brightness(0); */

}

.pc-header .right-btn .btn .li.search.on .icon1 {
  display: none;

}

.pc-header .right-btn .btn .li svg.icon2 {
  display: none;

}

.pc-header .right-btn .btn .li.search.on .icon2 {
  display: block;
}

.search-box {
  width: 25.025rem;



  padding: 1.15rem 0;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.search-box .search-inp {
  width: 100%;
  height: 1.65rem;
  background: #0066ff;
  border-radius: 0.825rem;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;

}

.main-search {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px);
  position: absolute;
  top: calc(100% + 2px);
}

.search-box .search-inp input.rob-l {
  width: 80%;
  height: 100%;
  background-color: transparent;
  padding-left: 1rem;
  /* font-size: .35rem; */
  color: #fff;
  font-weight: 700;
}

.news-content .search-inp {
  height: 1.4rem;
}

.search-box .search-inp .s {
  width: 12%;
  height: 100%;
  background-color: transparent;
  background-image: url(../assets/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .675rem .525rem;
  transition: all 0.5s;
}

.search-box .search-inp .s:hover {
  transform: rotate(10deg);
}

.search-box .tit-14 {
  margin-top: .575rem;
  padding-left: 1rem;
}

.banner-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner-container .swiper-slide {
  position: relative;
}
.banner-container .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-container .swiper-slide .bg::after {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
}
.p-banner .bg::after {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
}
.banner-container .videoboxs::after {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
}




.banner-container .swiper-slide .txt {
  position: absolute;
  top: 25.09%;
  /* top: 4.775rem; */
  /* top: 50%;
  transform: translateY(-50%); */
  left: 3.45rem;
  width: 13.8rem;
  z-index: 3;
}

.banner-container .swiper-slide .txt .t1 {
  /* text-transform: uppercase; */
  line-height: 1.2;

}

.banner-container .swiper-slide .txt .t2 {
  margin-top: .7rem;
}


.more {
  display: inline-block;
  position: relative;
  width: 4.1rem;
  height: 1rem;
  white-space: nowrap;
}

.more a {
  display: block;
  padding: 0 1.2rem;
  padding-right: .925rem;
  border-radius: 1.2rem;
  border: 1px solid #F9F9F9;
  align-items: center;
  height: 1rem;
  /* justify-content: center; */
  color: #fff;
  text-transform: uppercase;
  line-height: calc(1rem - 2px);

  /* flex-flow:row wrap; */
  /* font-size: 0; */
  position: absolute;
  left: 0;
}

.more .lh1 {
  display: inline-block;
  vertical-align: middle;
  line-height: .475rem;
}

.more .i1 {
  width: 19px;
  /* display: inline-block; */
  margin-left: 0rem;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.more .icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transform: translateY(-0.025rem);
}

.pdf-more.more {
  width: auto;
}

.pdf-more.more .icon .i1 {
  transform: translate(-50%, -50%) rotate(30deg);
}

.pdf-more.more .icon svg.jtsvg {
  display: block;
}

.more .i1 .cls-1 {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0;
  transition: all 0.5s;
}

.more:hover {
  font-family: "Roboto-Bold";
}

.more:hover .icon .i1 {

  transform: translate(-50%, -50%) rotate(120deg);
}

.pdf-more:hover .icon .i1 {

  transform: translate(-50%, -50%) rotate(150deg);
}

.more:hover .i1 .cls-1 {
  stroke-width: 30px;
}

.more .icon {
  position: relative;
  /* margin-left: .4rem; */
  /* transition: all 0.3s; */
  width: .475rem;
  height: .475rem;
}

.more .icon .i1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .475rem;
  height: .475rem;
  transform: translate(-50%, -50%);
}

.more img {
  transform: translate(-50%, -50%);
  width: 0.1rem;

}

.more .lh1 {
  transition: all 0.3s;
  margin-right: .2rem;
}

.more:hover .lh1 {
  margin-right: .4rem;
}

.more:hover .icon {
  /* margin-left: .6rem; */
}


.banner-container .swiper-slide .txt .more {
  margin-top: 1.5rem;
}

.banner-container .swiper-slide .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view {
  width: 100%;
  padding: 0 3.5rem;
}

.banner-list {
  position: absolute;
  z-index: 3;
  bottom: 1.75rem;
  left: 0;
  display: flex;
}

.banner-list .li {
  margin-right: 0.6rem;
  cursor: pointer;
  width: 20%;
}


.banner-list .line {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
}

.banner-list .line .a-img {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../assets/aimg.png);
}

.banner-list .li.swiper-pagination-bullet-active .line .a-img {

  animation-name: w100s;
  animation-duration: 6s;
  animation-play-state: running; /* 默认运行动画 */
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.banner-list.on  .li .line .a-img{
  animation-name: none;
  animation-duration: 0s;
}
@keyframes w100s {
  from { width: 0; }
  to { width: 100%;}
}
.banner-list .li:last-child {
  margin-right: 0;
}

.banner-list .li:hover {
  font-weight: 700;
}

.home-a {
  background-color: #FBF9FA;

}

.home-a .home-a-top {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 2px solid #E9E9E9;
}

.home-a .home-a-top .search-box {
  margin: 0;
  width: 10.4rem;
  height: 1.15rem;
  border-radius: .575rem;
  padding: 0;
  /* margin-top: .75rem; */
  margin-top: 0.6rem;
}

.home-a .home-a-top .search-box .s {
  width: 20%;
}

.mc {
  color: #0066ff;
}

.home-a .l2 {
  /* padding-top: 1rem; */
}

.home-a .l2 a {
  display: inline-block;
  line-height: 1;
  margin-top: .5rem;
  margin-right: 1rem;
  color: #999;
}

.home-a .l2 a:hover {
  color: #0066ff;
}

.home-a .cont-btn {
  display: flex;

  width: 100%;
  height: 100%;


  position: relative;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.home-a .cont-btn img {
  transform: translateY(-50%);
}

.banner-list .li:hover .col-fff {
  color: #0066ff;
  font-family: "Roboto-Bold";
}



.home-a .home-a-top .l3 {
  position: relative;
  margin-top: 1rem;
  width: 2.25rem;
  height: 2.5rem;
  /* transform: translateX(50%); */
}

.home-a .home-a-top .l3 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.home-a .home-a-top .l3 .img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
}

.home-a .l3 .img .img2 {
  opacity: 0;
}

.home-a .l3 .img .img1 {
  opacity: 1;
}

.home-a .l3:hover .img {
  transform: rotate(180deg);

}

.home-a .l3:hover .img .img1 {
  opacity: 0;
}

.home-a .l3:hover .img .img2 {
  opacity: 1;
}

.home-a-s {
  padding: 1.8rem 0;
  padding-bottom: 0;
}

.home-a-s .content {
  margin-top: 2.425rem;
  /* display: flex; */
  /* justify-content: space-between; */
}

.home-a-s .content .left {
  /* width: 16.325rem; */
  width: 14rem;
  position: absolute;
  left: 0;
  top: 0%;
  /* transform: translateY(-50%); */
  z-index: 3;
  background: rgba(251, 249, 250, .8);
  /* backdrop-filter: blur(10px); */
}

.home-a-s .content .left .li {

  position: relative;
  cursor: pointer;
  padding: .625rem 0 1rem;
  padding-left: 3.5rem;
  padding-right: .975rem;
  transition: all 0.5s;

}

.home-a-s .content .left .li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-a-s .content .left .li .t {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.home-a-s .content .left .li .icons {
  margin-right: .7rem;
  width: 1.25rem;
  filter: grayscale(1000%);
  opacity: 0.7;
}

.home-a-s .content .left .li .close {
  transform: rotate(45deg);
  transition: all 0.5s;
}

.home-a-s .content .left .li .close svg {
  width: .8rem;
  height: .8rem;
}

.home-a-s .content .left .li .txt {
  display: none;
}

.home-a-s .content .left .li .txt .more {

  margin-top: 1rem;


}

.home-a-s .content .left .li .txt .more a {
  padding: 0 .95rem;
}

.home-a-s .content .left .li {
  transition: all 0.3s;
}

.home-a-s .content .left .li::after {
  content: '';
  width: .175rem;
  height: 80%;
  transform: scaleY(0);
  background: linear-gradient(#0066ff, #0066ff) !important;
  border-radius: .1rem;
  position: absolute;
  left: 2.7rem;
  top: 10%;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: bottom center;

}

.home-a-s .content .left .li.on::after {
  transform: scaleY(1);
  transform-origin: top center;
}

.more2 a {
  border: 1px solid #0057FF;
  color: #0066ff;
}


.more2 .i1 .cls-1 {
  fill: #0066ff;
  stroke: #0066ff;
  stroke-width: 0;
  transition: all 0.5s;
}

.home-a-s .content .left .li .more2 .icon {
  margin-right: 0;
}

.home-a-s .content .left .li.on {
  background-color: rgba(255, 255, 255, .35);
}

.home-a-s .content .left .li.on .icons {
  filter: grayscale(0);
  opacity: 1;
}

/* .home-a-s .content .left .li.on .txt {
  display: block;
} */

.home-a-s .content .left .li.on .t {
  color: #0066ff;
}

.home-a-s .content .left .li .txt {
  padding-left: 1.95rem;
  /* padding-right: 1.5rem; */
  padding-top: .4rem;
}

.home-a-s .content .left .li .t .h4-b {
  line-height: 1.2;
  /* width: 8rem; */
  width: 5rem;
}

.home-a-s .content .left .li.on .close {
  transform: rotate(0deg);
  fill: #0066ff;
}

.home-a-s .content .right {
  /* width: calc(100% - 16.325rem - 3.825rem); */
  width: 100%;
  overflow: hidden;
}

.home-b {
  background-color: #fff;
  padding: 1.75rem 0;
}

.home-c .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.home-b .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.home-b .new-container {
  margin-top: 1.3rem;
}

.home-b .new-container a {
  display: block;
  width: calc((100% - 3.5rem) / 3);
  margin-right: 1.75rem;
  position: relative;
  border-bottom: 2px solid #0066ff;
  padding-bottom: 1.4rem;

}

.home-b .new-container a:last-child {
  margin-right: 0;
}

.home-b .new-container a .img {
  width: 100%;
  height: 9.65rem;
  border-radius: 20px;
  overflow: hidden;
}

.home-b .new-container a .t {
  margin-top: .55rem;
  transition: all 0.5s;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .5rem;
  /* line-height: 1; */
}
.home-b .new-container a .col-666{
  height: .7rem;
}
.home-b .new-container a .vmore {
  position: absolute;
  right: 0;
  bottom: 1.6rem;

}

.vmore {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  width: 3.525rem;
}

.vmore .mc {
  line-height: 1;
}

.vmore svg {
  fill: #0066ff;
  width: .45rem;
  margin-left: .1rem;
}

.vmore::after {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  height: 1px;
  background-color: #0066ff;
  width: 0;
  transition: all 0.5s;
}

.vmore:hover::after {
  width: 100%;
}

.home-b .new-container a .bg {
  transition: all 0.5s;
}

.home-b .new-container a:hover .bg {}

.home-c {
  background: #FBF9FA;
  padding: 3.125rem 0;
}

.home-c .content {
  display: flex;
  margin-top: .5rem;
}

.home-c .content .left {
  display: block;
  width: 40.6%;
}

.home-c .content .left .img {
  width: 100%;
  height: 11.05rem;
  border-radius: .5rem;
  overflow: hidden;
}

.home-c .content .left .t1 {
  margin-top: .75rem;
}

.home-c .content .left .time {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  color: #212121;
}

.home-c .content .bg {
  transition: all 0.5s;
}

.home-c .content .left:hover .bg {}

.home-c .content .right-box {
  width: 59.4%;
  padding-left: 1.15rem;
}

.home-c .content .right-box .h-c-container {
  height: 15.425rem;
  overflow: hidden;

}

.home-c .content .right-box .h-c-container .swiper-slide {
  display: flex;
  transition: all 0.5s;
  margin-bottom: .6rem;
  height: calc((100% - 1.2rem) /3);
}

.home-c .content .right-box .h-c-container .swiper-slide .img {
  width: 6.975rem;
  height: 4.625rem;
  overflow: hidden;
  border-radius: .4rem;
}

.home-c .content .right-box .h-c-container .swiper-slide .txt {
  padding-left: 1.25rem;
  padding-right: 4.25rem;
  padding-top: .25rem;
  width: calc(100% - 6.975rem);
}

.home-c .content .right-box .h-c-container .swiper-slide .txt .t1 {
  display: -webkit-box;
  /* 使用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制在三行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号 */
  white-space: normal;
  /* 允许换行 */
  line-height: 1.2;
  height: 1.5rem;
}

.home-c .content .right-box .h-c-container .swiper-slide .time {
  margin-top: .5rem;
}

.home-c .content .right-box .h-c-container .swiper-slide .vmore {
  margin-top: .5rem;
}

.home-c .content .right-box .h-c-container .swiper-slide:hover .bg {}

.new-scrollbar {
  width: 7px;
  background: top;
  position: relative;
}

.new-scrollbar .swiper-scrollbar-drag {
  width: 7px;
  background: linear-gradient(#0066ff, #0066ff) !important;
  border-radius: 4px 4px 4px 4px;
  z-index: 33;
}

.new-scrollbar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #E6E6E6;
  width: 3px;
  height: 100%;
  border-radius: 2px;

}

.home-c .fxr {
  margin-top: 1.25rem;
}

.fxr {
  display: flex;
  justify-content: flex-end;

}

.home-d {
  height: 27rem;
  overflow: hidden;
}

.home-d .txt {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.home-d .list {
  width: 100%;
  padding: 1.35rem 0 1.45rem;
  z-index: 3;
  left: 0;
  border-top: 1px solid #FBF9FA;
  display: flex;
}

.home-d .list .li {
  width: calc(100% / 3);
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 2px solid rgba(251, 249, 250, .5);
}

.home-d .list .li .t1 {
  line-height: 1;
}

.home-d .list .li .t2 {
  margin-top: .9rem;
  height: 1.2rem;
}

.home-d .list .li .more {
  margin-top: 1rem;
}

.home-d .txt .first {
  padding: 0 4.35rem;
  padding-bottom: 1.65rem;
  border-right: 2px solid rgba(251, 249, 250, .5);
}

.home-d .txt .first .t1 {
  line-height: 1;
}

.home-d .txt .first .t2 {
  margin-top: .8rem;
}

.home-d .txt .first .more {
  margin-top: 1rem;
}

footer {
  background: #020203;
  width: 100%;
  position: relative;
}

.footer-top {
  padding-top: 1.95rem;
  padding-bottom: 5rem;
}

.footer-top .view {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.footer-top .left .logo .st1 {
  fill: #fff;

}

.footer-search {
  width: 5.65rem;
  height: 1rem;
  /* margin-top: 1.15rem; */
  border-radius: .5rem;
  /* overflow: hidden; */
  border: 1px solid rgba(61, 61, 69, .84);
  display: flex;
  border-right: 0;
}


.footer-search .text {
  width: calc(100% - 1rem);
  height: 100%;
  background: transparent;
  padding: 0 .5rem;
  font-size: .35rem;
  color: #fff;
}

.footer-search .st {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(61, 61, 69);
  background-image: url(../img/yx.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  transform: translateX(2px);

}

.footer-search .st:hover {
  background-color: #0066ff;
}

.shear-list {
  /* margin-top: 0.75rem; */
  display: flex;
  align-items: center; 
}

.shear-list a {
  display: block;
  margin-right: .4rem;
  position: relative;
}

.shear-list a .imgs {
  filter: grayscale(100%);
  transition: all 0.5s;
}

.shear-list a:hover .imgs {
  filter: grayscale(0);
}



.shear-list a .ewm-box {
  position: absolute;
  width: 5.5rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: .3rem;
  display: none;
}

.shear-list a .ewm-box .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px);
  border-radius: 5px 5px 5px 5px;
  padding: .35rem .5rem;
  position: relative;
  text-align: center;
}

.shear-list a .ewm-box .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: .2rem solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.35) transparent;
  transform: translate(-50%, -100%);
}

.shear-list a .ewm-box .bg img {
  display: inline-block;
}

.footer-top .f-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* padding-left: 2.75rem; */
  margin-top: 3rem;
}

.footer-top .f-nav .sub-nav {
  margin-top: 1rem;
}

.footer-top .f-nav .sub-nav a {
  display: block;
  color: #616167;
  margin-bottom: .5rem;
  line-height: 1;
}

.footer-top .f-nav .sub-nav a.tow {
  color: #fff;
}

.footer-top .f-nav .sub-nav a:hover {
  color: #0066ff;
}

.footer-top .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.right-f-btn {
  display: flex;

  align-items: center;

}

.footer-bot {
  display: flex;
  padding: 0.85rem 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #39393E;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding-top: .75rem;
}

.footer-bot a {
  color: #39393E;
  display: inline-block;
  margin-left: 0.2rem;
}

.footer-bot a:hover {
  color: #0066ff;
}

.news-banner {
  height: 100vh;
  overflow: hidden;
}
.news-banner .main-pagination{
  padding-left: 2.5rem;
}
.news-banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.news-banner .swiper-slide .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  padding: 2.225rem 0;
  padding-bottom: 3.325rem;
  padding-right: 10rem;
  z-index: 22;
}

.news-banner .swiper-slide .txt .time {
  line-height: 1;
}

.news-banner .swiper-slide .txt .h2-s-b {
  margin-top: .8rem;
  line-height: 1.2;
}

.main-pagination {
  width: 100%;
  position: absolute;
  bottom: 1.25rem !important;
  z-index: 18;
  padding-left: 3.5rem;
}

.main-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.3;
  border-radius: 50%;
  margin:0 5px;
  cursor: pointer;
  transition: all 0.5s;
}

.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #0066ff, #70BE58) !important;
  border-radius: 4px;
  opacity: 1;
  width: 50px;
}

.main-nav {
  background-color: #FBF9FA;
  border-bottom: 1px solid #E9E9E9;
}

.main-nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.575rem;
  width: 100%;
  padding: 0 3.5rem;

}

.main-nav .nav a {
  display: block;
  line-height: 2rem;
  padding: 0 .925rem;
  color: #000000;
  position: relative;
  min-width: 5.275rem;
  text-align: center;
}

.main-nav .nav a:hover {
  color: #0066ff;
}

.main-nav .nav a.on {
  color: #0066ff;
  font-family: "Roboto-Bold";
  background-color: #fff;
}

.main-nav .nav a::after {
  content: '';
  width: 0;
  position: absolute;
  height: 3px;
  background: #0066ff;
  border-radius: 2px;
  bottom: 0;
  left: 0;
}

.main-nav .nav a.on::after {
  width: 100%;
}

.news-content {
  padding-top: 2.5rem;
  background: #FBF9FA;
  padding-bottom: 3.25rem;
}

.news-content .search-box {
  padding: 0;
  width: 14.95rem;
}

.news-content .search-box .tit-14 {
  padding-left: 0;
  width: 100%;
  text-align: center;
}

.search-box .search-inp input.rob-l::placeholder {
  color: #ccc;
}

.news-content .search-box .search-inp .s {
  width: 18%;
}

.news-content .new-list {
  width: 100%;
  display: flex;
  margin-top: 2.875rem;
  flex-wrap: wrap;
}

.news-content .new-list a {
  display: block;
  width: calc((100% - 3.5rem) / 3);
  margin-right: 1.75rem;
  border-radius: .35rem;
  overflow: hidden;
  margin-bottom: 2.25rem;
  transition: all 0.5s;
}

.news-content .new-list a:nth-child(3n) {
  margin-right: 0;
}

.news-content .new-list a .img {
  width: 100%;
  height: 8.275rem;
  overflow: hidden;
}

.news-content .new-list a .txt {
  background-color: #fff;
  padding: 1rem .925rem;
}

.news-content .new-list a .txt .time {
  line-height: 1;
  color: #212121;
}

.news-content .new-list a .txt .t1 {
  line-height: 1.2;
  margin-top: .325rem;
  display: -webkit-box;
  /* 使用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制在三行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号 */
  white-space: normal;
  /* 允许换行 */
  height: 1.4rem;
}

.news-content .new-list a .txt .vmore {
  margin-top: 0.5rem;
}

.news-content .new-list a .img .bg {
  transition: all 0.5s;
}

.news-content .new-list a:hover .img .bg {}

.main-page {
  text-align: center;
  width: 100%;
  margin-top: 1rem;
}


.main-page .page a {
  display: block;
  margin: 0 .625rem;
}

.main-page .page a.active {
  color: #0057FF;
  font-family: "Roboto-Bold";
}

.main-page .page a[rel=next] {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url(../img/page.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  transition: all 0.5s;
}

.main-page .page a[rel=prev] {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url(../img/page.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  transition: all 0.5s;
  background-size: 100% 100%;
}

.main-page .page a[rel=next]::after {
  content: '';
  background-image: url(../img/pagejt.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);

}

.main-page .page a[rel=prev]::after {
  content: '';
  background-image: url(../img/pagejt.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;

}

.main-page .page a[rel=next]:hover {
  background-image: url(../img/page2.png);
}

.main-page .page a[rel=prev]:hover {
  background-image: url(../img/page2.png);
}

.main-page .page a[rel=next]:hover::after {
  background-image: url(../img/pagejt2.png);
  transform: rotate(0deg);
}

.main-page .page a[rel=prev]:hover::after {
  background-image: url(../img/pagejt2.png);
  transform: rotate(180deg);
}

.info .pc-header {
  /* background-color: #fff; */
}

.info .pc-header .nav-list .li .sol-nav .bg {
  /* background-color: #fff; */
}

.info .pc-header .nav-list .li .pro-nav .bg {
  /* background-color: #fff; */
}

.info {
  padding-top: 1.75rem;
}

.news-info {
  background: #F0F0F0;
  padding: 0 3.5rem;
  padding-bottom: 2rem;
}

.n-download .formbox .input {
  color: #fff;
  /* font-size: .45rem; */
}

.mbx {
  display: flex;
  height: 1.2rem;
  align-items: center;
}

.mbx span {
  display: inline-block;
  margin: 0 6px;
}

.news-info-content {
  width: 100%;
  background-color: #fff;
  padding: 2rem 7rem;
}

.news-info-content .t2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.35rem;
}

.news-info-content .t2 .shear-list {
  margin-top: 0;

}

.news-info-content .t2 span {
  display: inline-block;
  margin: 0 .75rem;
  width: 1px;
  height: 11px;
  background: #BFBFBF;
}

.news-info-content .t2 .shear-list .tit-14 {
  margin-right: .5rem;
  text-transform: capitalize;

}

.news-info-content .t2 .shear-list a {
  opacity: 0.8;
}

.news-info-content .content {
  /* text-align: justify; */
  padding: 1.5rem 0;
  margin-top: .45rem;
  border-top: 1px solid rgba(27, 27, 27, .08);
  line-height: 2;
  border-bottom: 1px solid rgba(27, 27, 27, .08);
  word-break: break-word;
  
}
.news-info-content .content ul{
  list-style-position: inside;
}
.news-info-content .content img {
  display: inline-block;
}

.news-info-content .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .75rem;
}

.news-info-content .bot a {
  display: flex;

  color: #B3B3B3;
  line-height: 1;
  align-items: center;
  justify-content: flex-start;
}

.news-info-content .bot a span {
  max-width: 7rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  border-bottom: 1px solid #B3B3B3;

}

.news-info-content .bot a img {
  width: 7px;
  height: 13px;
  margin-right: .2rem;
  filter: grayscale(1000);
  opacity: 0.8;
}

.news-info-content .bot a.next {
  text-align: right;
}

.news-info-content .bot a.next img {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: .2rem;
}

.news-info-content .bot a:hover {
  color: #0066ff;
}

.news-info-content .bot a:hover img {
  opacity: 1;
  filter: grayscale(0);
}

.return {
  display: flex;
  width: 3.7rem;
  height: 1.2rem;
  background: #1761FF;
  border-radius: .6rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  /* text-transform: uppercase; */
  margin-top: 1.425rem;
  text-transform: capitalize;
}

.return .tit-16 {
  line-height: 1;
}

.return .tit-14 {
  line-height: 1;
}

.return:hvoer {
  font-weight: 700;
}

.return svg {
  margin-right: .5rem;
  width: .35rem;
  transition: all 0.5s;
  transform: translateY(-1px);
}

.return svg .st0 {
  fill: #fff;
}

.return:hover {
  font-weight: 600;
}

.return:hover svg {
  transform: translate(-5px, -1px);
}

.search-content {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

.search-content .pdf-list {
  margin-top: 1.5rem;
}

.search-content .search-box .search-inp .s {
  width: 18%;
}

.search-content .search-box {
  padding: 0;
  width: 14.95rem;
}

.search-content .content {}


.search-content .content .title {
  line-height: 1;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(204, 204, 204, 1);
  margin-top: 2rem;
}

.search-content .p-list {
  margin-top: 1.7rem;
}

.p-list {
  border-radius: 15px;
  overflow: hidden;
}

.p-list .table-header {
  width: 100%;
  display: flex;
  background-color: #0066ff;
  height: 1.75rem;
}

.p-list .table-header .li {
  width: calc(100% / 8);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #FBFBFB;
}
.p-list .table-header .li:first-child {
  width: 25%; /* Client Name */
}

.p-list .table-header .li:nth-child(2) {
  width: 50%; /* Description - বেশি জায়গা */
}

.p-list .table-header .li:last-child {
  width: 25%; /* Location */
}
.p-list .table-header .li .icon {
  margin-left: 0.2rem;
}

.p-list .table-header .li .icon .pjt {
  transform: rotate(180deg);
  margin-top: 0.2rem;
}

.p-list .table-header .li:last-child {
  background-repeat: 0;
}

.p-list .table-body {
  width: 100%;


}
.p-list .table-body .tr {

  width: 100%;


  background: #F6F6F6;
}
.p-list .table-body .td {
  display: flex;
  width: 100%;
  height: 1.75rem;

}
.p-list .table-body .tr:nth-child(2n){
  background: #FBF9FA;
}

.p-list .table-body .li {
  width: calc(100% / 8);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.p-list .table-body .li:first-child{
  width: 25%;
  padding: 0 0.5rem;
}
.p-list .table-body .li:last-child{
 width: 25%;
}
.p-list .table-body .li:nth-child(2){
  width: 50%;
}
.p-list .table-body .li .icon {
  margin-left: 0.2rem;
}

.p-list .table-body .li .icon .pjt {
  transform: rotate(180deg);
  margin-top: 0.2rem;
}

.p-list .table-body .li:last-child {
  background-repeat: 0;
}

.p-list .table-body .li.rob-b {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  /* padding-left: .9rem; */
  /* padding-top: 0.7rem; */


}

.p-list .table-body .li.rob-b .tip {
  padding: 3px;
  background-color: #0066ff;
  color: #fff;
  line-height: 1;
  font-size: 8px;
  border-radius: 6px;
  /* margin-right: .2rem; */
  /* display: inline-block;
  vertical-align: top; */
  /* position: absolute; */
  /* left: 0.2rem; */
  /* top: .725rem; */
  /* margin-right: 0.15rem; */
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.p-list .table-body .td:nth-child(2n) {
  background: #F6F6F6;
}

.search-content .content .title2 {
  margin-top: 3.5rem;
}

.n-list {}

.n-list a {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 1.325rem 0;
}

.n-list a .img {
  width: 6.25rem;
  height: 4.125rem;
  overflow: hidden;
  border-radius: .3rem;
}

.n-list a .txt {
  width: calc(1005 - 6.25rem);
  padding-left: 2.65rem;
}

.n-list a .txt .t1 {
  margin-top: .4rem;
}

.n-list a .txt .vmore {
  margin-top: .5rem;
}

.p-banner {
  height: 15rem;
}

.p-banner .txt {
  width: 65%;
  padding-left: 3.5rem;
  position: absolute;
  top: 5.7rem;
  left: 0;

}

.p-banner .txt .lh1 {
  line-height: 1.25;
}

.p-banner .more img {
  width: .225rem;
}

.p-banner .txt .t2 {
  text-align: justify;
  margin-top: 0.65rem;
}

.p-banner .txt .more {
  margin-top: 1.75rem;
}

.p-banner .txt .more a {
  background-color: #fff;
  color: #0066ff;
}

.p-banner .txt .more .i1 .cls-1 {
  fill: #0066ff;
  stroke: #0066ff;
}

.pmiannav.main-nav .nav {
  padding: 0 3.5rem;
}

.pmiannav.main-nav .nav a {
  padding: 0 2.25rem;
}

.pro-content {
  padding: 1rem 0;
  padding-bottom: 0;
}

.p-search {
  width: 6.25rem;
  height: 1.2rem;
  position: relative;
  z-index: 23;

}

.p-search .sear {
  width: 100%;
  height: 100%;
  background: #0066ff;
  display: flex;
  border-radius: .6rem;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.p-search .sear .inp {
  width: 70%;
  height: 100%;
  padding: .6rem;
  background-color: transparent;
  color: #fff;
}

.p-search .icon {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.p-search .sear.on .icon {
  transform: rotate(0);
}

.p-search .sear .icon img {
  width: .525rem;
}

.p-search .s-op {
  position: absolute;
  width: 100%;

  background: #FFFFFF;
  box-shadow: 8px 4px 18px 4px rgba(0, 0, 0, .1);
  border-radius: 10px 10px 10px 10px;
  top: 100%;
  padding: 10px 35px;
  display: none;
}

.p-search .s-op .ls {
  display: block;
  padding: 0 18px;
  line-height: 36px;
  transition: all 0.5s;
  border-radius: 18px;
  cursor: pointer;
}

.p-search .s-op .ls:hover {
  color: #fff;
  background-color: #0066ff;
}

.product-list {
  margin-top: 1.45rem;
}

.p-list {}

 
.p-list .table-body .li.last-li a {
  display: block;
  margin-right: 0.5rem;
}

.p-list .table-body .li.last-li svg {

  transition: all 0.5s;
}

.p-list .table-body .li.last-li svg:hover {
  transform: translateY(3px);
}

.p-list .table-body .li.s-li {
  /* border-right: 1px solid #E5E5E5; */
  position: relative;
}

.p-list .table-body .li.s-li::after {
  content: '';
  width: .4rem;
  height: .45rem;
  background-image: url(../img/pdown.png);
  background-repeat: no-repeat;
  position: absolute;
  left: .25rem;
  filter: brightness(0);
  transform: rotate(45deg);
  background-size: 100% 100%;
  transition: all 0.5s;
  display: none;
}

.p-list .td-body {
  background-color: #FEFDFE;
  padding: 1rem .75rem;
  display: none;
}

.p-list .td-body .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  border-bottom: 0 solid #000;
}

.p-list .td-body .title::after {
  content: '';
  width: 100%;
  height: 1px;
  margin-left: 1rem;
  background-color: rgba(0, 0, 0, .15);

}

.p-list .td-body .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: .5rem;
}

.p-list .td-body .cont .list {
  width: calc(100% - 3.75rem);
  width: calc(100% - 3.75rem);
  display: flex;
  flex-wrap: wrap;
  margin-top: .2rem;
}

.p-list .td-body .cont .list .p {
  display: block;
  width: 50%;
  margin-bottom: .575rem;
}

.p-list .td-body .cont .ewm {
  width: 3.2rem;
  text-align: center;
}

.p-list .table-body .tr.on .li.s-li::after {
  transform: rotate(0);
  filter: grayscale(0);
}

.product-bot {
  display: flex;
  margin-top: 2.2rem;
}

.product-bot .li {
  width: calc((100% - 3.5rem) / 2);
  margin-right: 3.5rem;
  background: #F6F6F6;
  border-radius: 15px 15px 15px 15px;
  height: 5.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.175rem;
  cursor: pointer;
}

.product-bot .li:nth-child(2n) {
  margin-right: 0;

}

.product-bot .li .img {
  width: 1.725rem;
  height: 1.65rem;
  transition: all 0.5s;
}

.product-bot .li .h4-b {
  line-height: 1;
  display: inline-block;
  margin-top: 1.25rem;
  color: #464646;
}

.product-bot .li.on .h4-b {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
}

.product-bot .li:hover .h4-b {
  color: #0066ff;
  border-bottom: 1px solid #0066ff;
}


.product-bot .li:hover .img {
  transform: translateY(-5px);
}

.product-bot {
  /* margin-bottom: 2rem; */
}
.pro-content{
  padding-bottom: 1.5rem;
}
.product-from {
  /* margin-top: 2rem; */
  background-color: #F6F6F6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.product-from .lidsa {
  display: none;
}
.innovation-list3   video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.innovation-list3 .videobox .videobtn {
  transition: all 0.5s;
}

.innovation-list3 .videobox .videobtn:hover {
  transform: translate(-50%, -50%) scale(1.02);
}

.psc-box {
  background-color: #fff;
  padding: 2.5rem;
  background-image: url(../img/for.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: .375rem;
}

.psc-box .li {
  display: flex;
}

.psc-box .li .btn {
  padding: .375rem 1.075rem;
  border: 1px solid #0066ff;
  border-radius: .6rem;
  line-height: 1;
  color: #0066ff;
  margin-right: .75rem;
  cursor: pointer;
  transition: all 0.5s;
  text-align: center;
}

.psc-box .li .btn.on {
  color: #fff;
  background-color: #0066ff;
}

.psc-box .li .btn:hover {
  color: #fff;
  background-color: #0066ff;
}

.psc-box .li .btn.on:hover {
  letter-spacing: 0px;
}

.psc-box .li {
  margin-bottom: 1rem;
  width: 100%;
  align-items: flex-start;
}

.psc-box .li.li3 .inp-box {
  width: calc((100% - 1.5rem) / 3);
  margin-right: .75rem;
}

.psc-box .li.li2 .inp-box {
  width: calc((100% - .75rem) / 2);
  margin-right: .75rem;
}

.psc-box .li.li3 .inp-box:last-child {
  margin-right: 0;
}

.psc-box .li .inp-box .inp {
  width: 100%;
  height: 1.2rem;
  background: #FFFFFF;
  border-radius: .6rem;
  border: 1px solid #0066ff;
  /* overflow: hidden; */
  margin-top: .4rem;
}

.psc-box .li .inp-box .inp input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 .725rem;
}

.psc-box .li .inp-box.sele-box {
  width: calc((100% - .75rem) / 3 * 2);
}

.psc-box .li .inp-box.w23 {
  width: calc((100% - .75rem) / 3 * 2);
}

.psc-box .li .inp-box.by-box {
  width: 100%
}

.psc-box .li .inp-box .btn-list {
  display: flex;
  margin-top: .4rem;
}

.psc-box .li .inp-box .btn-list .btn {
  min-width: 4.225rem;
}

.select-box {
  position: relative;
}




.select-box .sear {
  width: 100%;
  height: 100%;

  display: flex;
  border-radius: 24px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.select-box .sear .inp {
  width: 70%;
  height: 100%;
  padding: 24px;
  background-color: transparent;
  color: #fff;
}

.select-box .icon {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;

  transition: all 0.5s;
  filter: grayscale(10000);
}

.select-box .sear.on .icon {
  transform: rotate(180deg);

}

.select-box .sear:hover .icon {
  filter: none;

}

.select-box .s-op {
  position: absolute;
  width: 100%;

  background: #FFFFFF;
  box-shadow: 8px 4px 18px 4px rgba(0, 0, 0, .1);
  border-radius: 10px 10px 10px 10px;
  top: calc(100% + 2px);
  padding: 10px 35px;
  display: none;
  max-height: 6rem;
  overflow: auto;

}

.select-box .s-op .ls {
  display: block;
  padding: 0 18px;
  line-height: 36px;
  transition: all 0.5s;
  border-radius: 18px;
  cursor: pointer;
}

.select-box .s-op .ls:first-child {
  margin-top: 10px;
}

.select-box .s-op .ls:hover {
  color: #fff;
  background-color: #0066ff;
}

.psc-box .li.li1 .inp-box {
  width: 100%;
  /* margin-right: .75rem; */
}

.psc-box .li.li1 .inp-box .inp {
  height: auto;
  overflow: hidden;
  padding: 0.4rem .725rem;
}

.psc-box .li.li1 .inp-box .inp textarea {
  width: 100%;
  height: 5rem;

}

.agree {
  display: flex;

}

.agree .box {
  width: 20px;
  height: 20px;
  cursor: pointer;

  border-radius: 5px 5px 5px 5px;
  /* border: 1px solid #0057FF; */
}

.agree .tit-14 {
  width: 64%;
  margin-left: .2rem;
}

/* .agree .box.on {
  background-color: #0057FF;
} */


.psc-box .submit {
  margin-top: 2.45rem;
}

.psc-box .submit .btn {
  transition: all 0.5s;
}

.psc-box .submit .btn.on:hover {
  background-color: #0066ff;
  font-weight: 700;
}

.psc-box .li.country {
  position: relative;
  z-index: 333;
}

.psc-box .li.product {
  position: relative;
  z-index: 33;
}

.info .search-box .search-inp {
  height: 1.4rem;
}

.psc-box .li .inp-box.date .inp {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.psc-box .li .inp-box.date .inp input {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.psc-box .li .inp-box.date .inp .icon {
  position: absolute;
  right: 0;
  z-index: 1;
  filter: grayscale(1000);
  opacity: 0.6;
}

.psc-box .li .inp-box.date .inp:hover .icon {
  filter: grayscale(0);
  opacity: 1;
}

.psc-box .li .inp-box .inp .icon {

  display: flex;
  align-items: center;
  justify-content: space-around;
  width: .6rem;
  /* margin-right: .75rem; */
  cursor: pointer;
  transform: translateX(-.75rem);
}
.iti-flag{
  display: none !important;
}

.psc-box {
  padding-bottom: 1.5rem;
}

.psc-box .li.tps {
  width: 100%;
  height: 2rem;
  margin-top: 3rem;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, .1);
}
 

.plants-a {
  padding: 2.5rem 0;
}

.plants-a .t2 {
  text-align: center;
  /* line-height: 1.4; */
  margin-top: 1rem;
  color: #333333;
}

.plants-a .num-list {
  display: flex;
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.plants-a .num-list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 3rem;
  width: 100%;
  justify-content: center;
  padding: 0 1.5rem;
}

.plants-a .num-list .li .num-box {
  display: flex;
  align-items: flex-end;
}

.plants-a .num-list .li .num-box .num {
  font-size: 1rem;
  line-height: 1;
}

.plants-a .num-list .li .num-box .dw {
  line-height: 1;
  margin-left: .3rem;
}

.plants-a .num-list .li .t3 {
  margin-top: .5rem;
  line-height: 1;

}

.plants-a .num-list .li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 3rem;
  background: linear-gradient(#0066ff, #0066ff) !important;
}

.plants-a .num-list .li:last-child::after {
  display: none;
}

.plants-a .img-box {
  margin-top: 4.1rem;
  display: flex;
  flex-wrap: wrap;
}

.plants-a .img-box .li {
  width: calc((100% - 1.5rem) / 3);
  margin-right: .75rem;
  height: 7.5rem;
  overflow: hidden;
  position: relative;
  border-radius: .3rem;
  position: relative;
}

.plants-a .img-box .li:nth-child(3n) {
  margin-right: 0;
}

.plants-a .img-box .li .col-fff {
  position: absolute;
  bottom: 0;
  padding: .625rem 1rem;
  transition: all 0.5s;
}

.plants-a .img-box .li .bg {
  transition: all 0.5s;
}

.plants-a .img-box .li:hover .col-fff {
  transform: translateY(-10px);
}

.plants-b {
  padding: 2.5rem 0;
  padding-top: 1rem;
}

.plants-b .i-box {
  height: 19rem;
}

.plants-b .i-box.on {
  height: auto;
}

.plants-b .img-list {
  display: flex;
  margin-top: 1.125rem;
  border-radius: .375rem;
  overflow: hidden;
  flex-wrap: wrap;
}

.plants-b .img-list .li {
  width: calc(100% / 3);
  height: 9.5rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.plants-b .img-list .li.liw50 {
  width: 50%;
}

.plants-b .img-list .li .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: .6rem .95rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent, transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s;
}

.plants-b .img-list .li .txt .h4-b {
  /* line-height: 1; */
}

.plants-b .img-list .li .bg {
  transition: all 0.5s;
}

.plants-b .img-list .li:hover .txt {
  /*  */
  padding-bottom: 1.5rem;
}

.plants-b .img-list1 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ;
  width: 100%;

  /* transform-origin: 50% 0%; */

  opacity: 0;

 
}

.plants-b .img-list1.on {

  /* transform: rotateX(10deg) scale(0.8); */
  opacity: 1;
  z-index: 4;
  /* transition-delay: 0.2s; */


}

.plants-b .img-list2 {
  opacity: 0;
  transition: all 0.5s ;
  /* display: none; */
  /* opacity: 0;
  transition: all 0.7s ease;
  visibility: hidden; */
  /* transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.8); */
  /* transform-origin: 50% 100%; */

}
.plants-b .img-list2.on{
  opacity: 1;
  z-index: 3;
  /* visibility: inherit; */
  /* transform: rotateX(0) translate3d(0, 0%, 0) scale(1); */
  /* opacity: 1; */
  /* -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; */
}

.plants-b .img-list1.cur {
  /* transition: all 0.35s ease; */
  /* transform: scale(1); */
  /* opacity: 1; */
  /* transition-delay: 0.35s; */
}
.plants-b .img-list2.cur{

  /* animation: imghvr-zoom-out-down 0.5s linear; */
  /* animation-iteration-count: 1; */
  /* animation-fill-mode: forwards; */
  /* opacity: 0; */
}

@keyframes imghvr-zoom-out-down {
  0% {

    transform: scale(1) translateY(0%);
    opacity: 0.5;
  }
  100% {

    transform: scale(0) translateY(50%);
    opacity: 0;
  }
}


/* .plants-b .img-list2 {
  opacity: 0;
  visibility: hidden;


  transition: all 0.5s;
} */

/* .plants-b .img-list2.on {
  opacity: 1;
  visibility: inherit;
} */

/* .plants-b .img-list1.on {
  opacity: 0;
  visibility: hidden;

} */

.plants-b .img-list2 .li {
  width: 25%;
}

.plants-b .img-list.img-list2.four .li{
 width: calc(100% / 3);
}
.plants-b .img-list1.four .li{
  width: 50%;
}

.plants-b .img-list2 .liw100 {
  width: 100% !important;
  height: 19rem;
  transition: all 0.8s;
  background-color: #fff;
}
.plants-b .img-list2 .liw100.on .bg{
  transform: scale(1.1);
  opacity: 0.4;
}
.plants-b .img-list2 .liw100.on .txt{
  opacity: 0;
  transform: translateY(10px);
 
}
.plants-b .img-list2 .liw100 .bg{
  transition: all 0.8s;
  transform: scale(1);
  opacity: 1;
}
.plants-b .img-list2 .liw100 .txt{
  transition: all 0.5s;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.plants-b .img-list2 .li .txt {
  padding: .6rem 0.7rem;
}

.plants-b .img-list2 .li .txt .rob-b {
  margin-top: 0.2rem;

}

.plants-b .img-list2 .li .txt .rob-l {
  margin-top: 0.4rem;
  width: 19rem;

}

.values-a {
  padding: 2.5rem 0;
}

.values-a .mc {
  margin-top: 1.5rem;
}

.values-a .mc:first-child {
  margin-top: 0;
}

.values-a .content {
  margin-top: 3.375rem;
  height: 18rem;
}

.values-a .content .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.values-a .content .img-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.03);
  transition: all 2.5s;
}

.values-a .content .img-box .bg.on {
  opacity: 1;
  transform: scale(1);

}

.values-a-container {
  width: 100%;
  height: 100%;
}

.values-a-container .swiper-slide {
  width: calc((100% - 15.75rem) / 3);
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.5s;
  transition-delay: 0.5s;

}

.values-a-container .swiper-slide.wid {
  width: 15.75rem;


}

.values-a-container .swiper-slide .box {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.1s;
}


.values-a-container .swiper-slide .box .icon {
  margin-bottom: .75rem;
  width: 1.3rem;
  transition: all 0.5s;
  transition-delay: 0.1s;

}

.values-a-container .swiper-slide.on .box .lh1 {
  transition: all 0.5s;
  transition-delay: 0.1s;
}

.values-a-container .swiper-slide.on .box .icon {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

}

.values-a-container .swiper-slide.on .box .lh1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);


}

.values-a-container .swiper-slide .hover-box {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.45rem;
  opacity: 0;
  visibility: hidden;
}

.values-a-container .swiper-slide.cur .hover-box {
  opacity: 1;
  visibility: inherit;
}

.values-a-container .swiper-slide .hover-box .icon {
  margin-bottom: .75rem;
  width: 1.3rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

}

.values-a-container .swiper-slide .hover-box .lh1 {
  margin-bottom: .75rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

}

.values-a-container .swiper-slide .hover-box .t1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

}

.values-a-container .swiper-slide.cur .hover-box .icon {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.6s;
}

.values-a-container .swiper-slide.cur .hover-box .lh1 {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.7s;
}

.values-a-container .swiper-slide.cur .hover-box .t1 {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: .8s;
}

.values-b {
  padding: .5rem 0;
  padding-bottom: 4.25rem;
}

.table-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.table-list .btn {
  padding: .375rem 1.075rem;
  border: 1px solid #0066ff;
  border-radius: .6rem;
  line-height: 1;
  color: #0066ff;
  margin: 0 .375rem;
  cursor: pointer;
  transition: all 0.5s;
  text-align: center;
}

.table-list .btn.on {
  background-color: #0066ff;
  color: #fff;
}

.table-list .btn:hover {
  background-color: #0066ff;
  color: #fff;
}

.values-b .table-list {
  margin-top: 1.675rem;
}

.values-b-container {
  overflow: hidden;
  margin-top: 2.2rem;
}

.values-b-container .swiper-slide {
  width: 20.2rem;
  height: 11.5rem;
  overflow: hidden;
  border-radius: .3rem;
  margin: 0 1rem;
}

.values-b-container .swiper-slide .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: .6rem .95rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent, transparent);
  display: flex;
  flex-direction: column;

  justify-content: flex-end;
  transition: all 0.5s;
}

.values-b-container .swiper-slide .txt .h4-b {
  transition: all 0.5s;
}

.values-b-container .swiper-slide:hover .txt .h4-b {
  transform: translateY(-20px);
}

.contacts-a {
  padding: 2.575rem 0 0;
}

.contacts-a .t2 {
  /* margin-top: .8rem; */
  line-height: 1;
}

.slid-box {
  width: 8.775rem;
  /* height: 1.2rem; */
  border-radius: .6rem;
  border: 1px solid #0057FF;
  margin-right: 2.55rem;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}

.slid-box .box-s {
  display: block;
  width: 4.55rem;
  text-align: center;

  line-height: 1.2rem;
  color: #0057FF;
  cursor: pointer;
}

.slid-box .box-s:first-child {
  width: 4rem;
}

.slid-box .box-s.on {
  background: #0057FF;
  border-radius: .6rem;
  color: #fff;
}

.contacts-a .content .psc-box {
  background-image: none;
}

.contacts-b {
  background: #FBF9FA;
  padding: 2.7rem 0;
}

.con-table {
  display: flex;
  margin-top: 2.2rem;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.con-table .li {
  width: 7.5rem;
  height: 2.75rem;
  background: #FFFFFF;
  box-shadow: 10px 0px 29px 0px rgba(0, 78, 255, .1);
  border-radius: 15px 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.025rem;
  transition: all 0.5s;
  cursor: pointer;
}

.con-table .li:hover {
  background-color: #0066ff;
  color: #fff;
}

.con-table .li.on {
  background-color: #0066ff;
  color: #fff;
  transform: scale(1.2);
}

.contacts-b .cont-list {
  display: flex;
  flex-wrap: wrap;
}

.contacts-b .cont-list .li {
  margin-top: 3.75rem;
  width: calc(100% / 3);
}

.contacts-b .cont-list .li .t1 {
  color: #0D0D0D;
}

.contacts-b .cont-list .li .line {

  width: 9.5rem;
  height: 3px;
  background: #0066ff;
  border-radius: 1px 0px 0px 1px;
  margin: .625rem 0;
  position: relative;

}
.contacts-b .cont-list .li .line .t2 span{

}

.contacts-b .cont-list .li .line .mc {
  position: absolute;
  width: 200%;
  background-color: rgba(51, 51, 51, .1);
  left: 0;
  height: 1px;
  position: relative;
}

.contacts-b .cont-list .li:nth-child(3n) {
  padding-left: calc((100% / 3) - 9.5rem);
}

.contacts-b .cont-list .li:nth-child(3n) .line .mc {
  display: none;
}

.contacts-b .cont-list .li:nth-child(3n - 1) {
  padding-left: calc(((100% / 3) - 9.5rem) / 2);
}

.contacts-b .cont-list .li:last-child .line .mc {
  display: none;
}

.careers {
  background-image: url(../img/jion.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

}

.careers-a {
  padding-top: 2.75rem;
}

.careers .t2 {
  margin-top: .8rem;
  line-height: 1;
}

.careers-a-list {
  width: 100%;
  display: flex;
  margin-top: 4.175rem;
  justify-content: center;
  align-items: flex-start;
}

.careers-a-list .li {
  width: 12.425rem;
  height: 7.425rem;
  background: #FFFFFF;
  box-shadow: 10px 0px 29px 0px rgba(0, 78, 255, 0.1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.575rem;
  margin: 0 2.375rem;
}

.careers-a-list .li .icon {
  height: 1.7rem;
}

.careers-a-list .li .t1 {
  margin-top: 1.25rem;
}

.careers-a-list .li .mc {
  border-bottom: 1px solid #0066ff;
  line-height: 1;
  margin-top: .2rem;
  padding-bottom: 0.1rem;
}

.careers-b {
  padding-top: 3.75rem;
  position: relative;
  padding-bottom: 3.85rem;
}

.careers-b .list {
  margin-top: 2rem;
  display: flex;
}

.careers-b .list .li {
  width: calc((100% - 15rem) / 4);
  margin-right: .5rem;
  background-color: #fff;
  height: 13rem;
  border-radius: .4rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}

.careers-b .list .li.on {
  width: 13rem;

}

.careers-b .list .li:last-child {
  margin-right: 0;
}

.careers-b .list .li .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.careers-b .list .li .box .icon {
  width: 1.925rem;
  margin-bottom: .8rem;
}

.careers-b .list .li.on .box {
  opacity: 0;
  visibility: hidden;
}


.careers-b .list .li .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #0066ff;
  padding: 1.725rem .95rem;
  opacity: 0;
  visibility: hidden;
}

.careers-b .list .li.on .hover-box {
  opacity: 1;
  visibility: inherit;
}

.careers-b .list .li .hover-box .icon {
  filter: grayscale(1000) brightness(1000);
  width: 1.925rem;
  margin-bottom: .5rem;
}

.careers-b .list .li .hover-box .txt {
  position: relative;
  z-index: 3;
}

.careers-b .list .li .hover-box .plist {

  margin-top: 1.5rem;
}

.careers-b .list .li .hover-box .plist .p {
  position: relative;
  padding-left: .7rem;
  margin-bottom: .7rem;
}

.careers-b .list .li .hover-box .plist .p::after {
  content: '';
  position: absolute;
  top: .225rem;
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.careers-b .list .li .hover-box .img-b {
  width: 8rem;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: 1;
  filter: grayscale(1000) brightness(1000);
  opacity: 0.5;
}

.careers-b .list .li .hover-box .img-b img {
  width: 100%;
}

.careers-b .list .li .hover-box .txt .icon {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.careers-b .list .li .hover-box .txt .plist {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.careers-b .list .li .hover-box .txt .h4-s-b {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.careers-b .list .li.on .hover-box .txt .icon {

  opacity: 1;
  visibility: inherit;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.careers-b .list .li.on .hover-box .txt .plist {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 0.9s;
}

.careers-b .list .li.on .hover-box .txt .h4-s-b {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-delay: 0.7s;
}

.solutions-a {
  padding: 2.4rem 0;
}

.solutions-a .list {
  display: flex;
  /* margin-top: 1.7rem; */
}

.solutions-a .list .li {
  width: calc((100% - 3.6rem) / 2);
  margin-right: 3.6rem;
  border-radius: .375rem;
  background-color: rgba(251, 249, 250, .8);
  padding: 1rem .75rem;
  /* padding-bottom: 2.35rem; */
}

.solutions-a .list .li:last-child {
  margin-right: 0;
}

.solutions-a .list .li .img {
  height: 1.6rem;
}
.solutions-a .list .li .img img{
  max-height: 100%;
}

.solutions-a .list .li .mc {
  margin-top: 1rem;
}

.solutions-a .list .li .t1 {
  margin-top: .425rem;
}

.solutions-b .img-box .item {
  position: absolute;
  z-index: 5;
}

.solutions-b .img-box .item a {
  display: block;
  position: relative;
  cursor: auto;
}

.mc_a1t_dian {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/wbx1.png);
  /* border: 7px solid #0462ae; */

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}



.mc_a1t_dian::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background: url(../img/wbx2.png);
  /* border: 7px solid #0462ae; */

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.mc_a1t_dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;

  background: url(../img/wbx2.png);
  /* border: 7px solid #0462ae; */

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.mc_a1t_dian::after {
  animation: boderM 3s infinite;
}

.mc_a1t_dian::before {
  animation: boderM 3s .75s infinite;
}

.mc_a1t_dian::after {
  animation: boderM 3s infinite;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0
  }

  20% {
    opacity: 1
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }

  100% {
    opacity: 0
  }

}

.solutions-b .img-box .item3 .mc_a1t_xl{
  left: 0;
  transform: translateY(-50%) translateX(-120%);
}



.mc_a1t_xl {
  position: absolute;
  left: 42px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 14px;
  padding: 0 21px;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: #0066ff;
  transition: all 0.5s;
  border-radius: 30px;
}

.solutions-b .img-box .item:hover .mc_a1t_xl {
  visibility: initial;
  opacity: 1;
}

.class_4 .img-box .item2 {
  top: 41%;
  left: 70.45%;
}

.class_4 .img-box .item1 {
  top: 55%;
  left: 51.45%;
}

.class_4 .img-box .item3 {
  top: 23%;
  left: 93%;
}


.class_2 .img-box .item2 {
  top: 31%;
  left: 79.45%;
}

.class_2 .img-box .item1 {
  top: 40%;
  left: 48.45%;
}

.class_2 .img-box .item3 {
  top: 83%;
  left: 67%;
}


.class_1 .img-box .item2 {
  top: 39%;
  left: 36.45%;
}

.class_1 .img-box .item1 {
  top: 21%;
  left: 15.45%;
}

.class_1 .img-box .item3 {
  top: 83%;
  left: 67%;
}
.class_1 .solutions-b-container{
  right: 3.5rem;
  left: auto;
}

.solutions-b-container {
  width: 15.65rem;
  /* height: 9rem; */
  background: rgba(251, 249, 250, .8);
  position: absolute;
  left: 3.5rem;
  bottom: 2.3rem;
  border-radius: .375rem;
  overflow: hidden;

}

.solutions-b-container .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 1.8rem 1.675rem;
}

.solutions-b-container .swiper-slide .mc {
  display: none;
}

.solutions-b-container .swiper-slide .col-666 {
  margin-top: .75rem;
}

.solutions-c {
  padding-top: 2.25rem;
}

.solutions-c .home-b {
  padding-top: 0;
  padding-bottom: 3rem;
}

.new-container {
  overflow: hidden;
  position: relative;
}

.new-container .main-pagination {
  text-align: center;
  padding-left: 0;
  position: relative;
  bottom: auto !important;
  margin-top: 1.5rem;
}

.new-container .main-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.solutions-d-container .main-pagination {
  text-align: center;
  padding-left: 0;
  position: relative;
  bottom: auto !important;
  margin-top: 1.5rem;
}

.solutions-d-container .main-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.solutions-b-container .main-box{
  margin-bottom: 1rem;
}
.solutions-b-container .main-pagination {
  /* text-align: left;
  padding-left: 0;
  /* position: absolute; */
  /* bottom: 0.75rem !important; */
  /* margin-top: 0; */
  position: relative;
  padding: 0; 
   bottom: auto !important;
}

.solutions-b-container .main-prev,.solutions-b-container .main-next{
  margin-top: 0;
}
.solutions-b-container .main-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.solutions-d {
  background: #FBF9FA;
  padding: 2.425rem 0;
  overflow: hidden;
}

.solutions-d-container {
  width: 100%;
  margin-top: 1.6rem;
}

.solutions-d-container .swiper-slide {
  width: 32.675rem;
  height: 12rem;
  border-radius: .375rem;
  display: flex;
  overflow: hidden;
  margin-right: 2.075rem;
}

.solutions-d-container .swiper-slide:last-child {
  margin-right: 0;
}

.solutions-d-container .swiper-slide .img {
  width: 15rem;
  height: 100%;
  border-radius: .375rem;
  overflow: hidden;
}

.solutions-d-container .swiper-slide .txt {
  width: calc(100% - 15rem);
  background-color: #fff;
  padding: 2rem 1.725rem;
}

.solutions-d-container .swiper-slide .txt .plist {
  margin-top: .75rem;
}


.solutions-d-container .swiper-slide .txt .plist .p {
  position: relative;
  padding-left: .7rem;
  margin-bottom: .3rem;
}

.solutions-d-container .swiper-slide .txt .plist .p::after {
  content: '';
  position: absolute;
  top: .175rem;
  left: 0;
  width: .275rem;
  height: .325rem;
  background-image: url(../img/pwbx.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.solutions-d-container .swiper-slide .txt .more {
  margin-top: 1.25rem;
}

.solutions-d-container .swiper-slide .h4-s-b {
  transition: all 0.5s;
}

.solutions-d-container .swiper-slide:hover .h4-s-b {
  color: #0066ff;
}

.solutions-d .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solutions-d .top .main-prev,
.solutions-d .top .main-next {
  display: block;
  position: relative;
  transform: translateY(0);
  left: auto;
  right: auto;
  top: auto;
}

.solutions-d .top .main-prev {
  transform: rotate(180deg);
  margin-right: 1rem;
}

.solutions-d .top .right {
  display: flex;
  align-items: center;
}

.solutions-e {
  background-image: url(../img/for.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.contacts-a.solutions-e .content .psc-box {
  background-color: transparent;
}

.solutions-f {
  display: flex;
}

.solutions-f .li {
  width: calc(100% / 3);
  height: 10rem;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #fff;
}

.solutions-f .li2 {
  width: calc(100% / 2);
}

.solutions-f .li:last-child {
  border-right: 0;
}

.solutions-f .li .more .icon svg.jtsvg {
  /* transform: translate(-30%, -50%); */
}

.solutions-f .li:nth-child(2n) .more .icon svg.jtsvg {
  /* transform: translate(-50%, -50%); */
}

.solutions-f .li .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
}

.colsebtn .icon {
  transition: all 0.5s;
}

.colsebtn .icon:hover {
  fill: #0066ff !important;
  transform: rotate(180deg);
}

.solutions-f .li .txt .more {
  margin-top: .5rem;
}

.solutions-f .li .bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent, transparent); */
  background-color: rgba(0, 0, 0, .2);
}

.solutions-f .li .bg {
  transform: scale(1);
  position: relative;
}

.cases {
  padding: 2.85rem 0;
  background: #FBF9FA;
}

.cases .case-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, .1);
  border-radius: .375rem;
}

.cases .case-container .swiper-slide {
  display: flex;
  height: 13rem;
  overflow: hidden;
  background-color: #fff;


}

.cases .case-container .swiper-slide .txt {
  width: calc(100% - 22rem);
  padding: 2rem;
  padding-right: 1.5rem;
}

.cases .case-container .swiper-slide .txt .tip {
  padding: 0 .5rem;
  line-height: .75rem;
  color: #fff;
  background-color: #0066ff;
  display: inline-block;
  border-radius: .1rem;
  margin-bottom: 1rem;
}

.cases .case-container .swiper-slide .txt .t2 {
  margin-top: .5rem;
  color: #4D4D4D;
}

.cases .case-container .swiper-slide .txt .vmore {
  margin-top: 2.325rem;
}

.cases .case-container .swiper-slide .img {
  width: 22rem;
  height: 100%;
  border-radius: .375rem;
  overflow: hidden;
}

.cases .main-pagination {
  text-align: center;
  padding-left: 0;
  position: relative;
  bottom: auto !important;
  margin-top: 1.5rem;
}

.cases .main-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.cases .home-b {
  background-color: transparent;
}

.cases .home-b .new-container {
  display: flex;
  flex-wrap: wrap;
}

.cases .home-b .new-container a {
  margin-bottom: 2.25rem;
}

.cases .home-b .new-container a:nth-child(3n) {
  margin-right: 0;
}

.sust-banner {
  width: 100%;
  height: 27rem;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.sust-banner .bg{
  transition: all 0.5s;
}
.sust-banner .txt {
  position: absolute;
  top: 7rem;
  width: 100%;
  text-align: center;
  z-index: 4;

}
.sust-banner .txt .more{
  cursor: pointer;
}

.sust-banner .txt .h1 {
  color: #fff;
  line-height: 1.2;
  /* text-transform: uppercase; */
}

.sust-banner .txt .more {
  margin: 1.5rem;


}

.sust-banner .txt .more a {
  border-color: #0066ff;
  background-color: #0066ff;
}

.sust-banner .content-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 0 3.5rem;
  padding-top: 8.025rem;
  opacity: 0;
  /* visibility: hidden; */
  /* transition: all 0.5s; */
}

.sust-banner .content-box.on {
  opacity: 1;
  visibility: inherit;
}

.sust-banner .content-box .list {
  display: flex;
  justify-content: space-between;
}

.sust-banner .content-box .li {

  width: 33%;
  color: #fff;
  padding: 0 0.5rem;
  /* opacity: 0;
  visibility: hidden;
  transform: translateY(20px); */
  transition: all 0.5s;
  text-align: center;

}

.sust-banner .content-box .li:first-child {
  padding-left: 0;

}

.sust-banner .content-box .li:last-child {
  padding-right: 0;
  border-right: 0;
}

.sust-banner .content-box .li .t {
  margin-top: 1rem;
  opacity: 0.8;
}

.sust-banner .content-box .li:nth-child(2n) {
  /* padding: 0 2rem; */
  /* margin: 0 1rem; */
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.sust-banner .content-box .close-img {
  text-align: center;
  margin-top: 2rem;
}

.sust-banner .content-box .close-img img {
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
  width: .65rem;
}

.sust-banner .content-box .close-img img:hover {
  transform: translateX(-5px);
}

.sust-banner .content-box.on .li {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
}

.suta-a {
  padding: 2.5rem 0;
  background: #F5F5F5;
}

.suta-a .t2 {

  margin-top: .75rem;

}

.suta-a .list {
  margin-top: 2rem;
}

.suta-a .list .li {
  display: block;
  width: 100%;
  height: 15rem;
  border-radius: .375rem;
  position: relative;
  margin-bottom: .7rem;
}

.suta-a .list .li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem .9rem;
  color: #fff;
}

.suta-a .list .li .txt .t1 {
  margin-bottom: 0.25rem;
}

.suta-a .list .li .txt .icon {
  position: absolute;
  bottom: 1.5rem;
  left: .9rem;
}

.suta-b {
  padding: 3.2rem 0;
  background-color: #FBF9FA;
  overflow: hidden;
}

.suta-b .suta-b-container {
  margin-top: 3.425rem;
  width: 100%;
  position: relative;
}

.suta-b .suta-b-container .swiper-slide {

  height: 9.35rem;
  display: flex;
  border-radius: .6rem;
  overflow: hidden;

}


.suta-b .suta-b-container .swiper-slide .img {
  width: 16.8rem;
  height: 100%;
  overflow: hidden;

}

.suta-b .suta-b-container .swiper-slide .txt {
  width: calc(100% - 16.8rem);
  height: 100%;
  background: #F5F5F5;
  padding: .75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.suta-b .suta-b-container .swiper-slide .txt .t1 {
  display: flex;
  align-items: flex-end;
}

.suta-b .suta-b-container .swiper-slide .txt .t1 .rob-b {
  display: inline-block;
  border-right: 1px solid #DCDCDC;
  padding-right: 0.4rem;
  margin-right: 0.4rem;
}

.suta-b .suta-b-container .swiper-slide:hover .t1 {
  color: #0066ff;
}

.suta-b .suta-b-container .swiper-slide .txt .t2 {
  /* margin-top: 3.5rem; */
  min-height: 3.5rem;
}

.main-prev,
.main-next {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* left: 14%; */
  z-index: 33;
  cursor: pointer;
  filter: grayscale(100);
  opacity: 0.6;
  height: .4rem;
  margin-top: 1.5rem;

}

.main-next {
  left: auto;
  /* right: 14%; */
}

.main-next {

}
.main-next svg{
  transform: rotate(180deg);
}
.main-prev svg,
.main-next svg{
  fill: #AFAEAF;
  height: .4rem;
}

.main-prev:hover,
.main-next:hover {
  filter: grayscale(0);
  opacity: 1;
}

.suta-b .main-pagination {
  text-align: center;
  padding-left: 0;
  position: relative;
  bottom: auto !important;
  margin-top: 1.5rem;
}

.suta-b .main-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.suta-c {
  padding: 2.5rem 0;
  background: #F5F5F5;
}

.suta-c .list {
  width: 100%;
  display: flex;
  margin-top: 3rem;

}

.suta-c .list .left {
  width: 23.725rem;
  border-radius: .375rem;
  overflow: hidden;
  cursor: pointer;
}

.suta-c .list .left .img {
  width: 100%;
  height: 12.5rem;
}

.suta-c .list .left .txt {
  width: 100%;
  display: flex;
  padding: 1rem .725rem;
  background-color: #fff;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
}

.suta-c .list .left:hover .rob-b,
.suta-c .list .left:hover .h4-b {
  color: #0066ff;
}

.suta-c .list .right {
  width: calc(100% - 23.725rem);
  padding-left: .75rem;

}

.suta-c .list .right .left {
  width: 100%;
  margin-bottom: 1rem;
  height: 8rem;
  cursor: pointer;
  background-color: #fff;


}

.suta-c .list .right .left .img {
  height: 6.1rem;
}

.suta-c .list .right .left .txt {
  padding: .65rem;
}

.suta-c .list .right .left:last-child {
  margin-bottom: 0;
}

.suta-c-container {
  width: 100%;
  overflow: hidden;
  height: 15.35rem;
  padding-right: .575rem;
}

.suta-d {
  background-color: #FBF9FA;
  padding: 2rem 0;
}

.suta-d-container {
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}

.suta-d-container .swiper-slide {
  height: 14.025rem;
  border-radius: .3rem;
  overflow: hidden;
}
.suta-d-container .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suta-d .main-pagination {
  text-align: center;
  padding-left: 0;
  position: relative;
  bottom: auto !important;
  margin-top: 1.5rem;
}

.suta-d .main-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.suta-d .main-prev,
.suta-d .main-next {
  left: 12.5%;

}

.suta-d .main-next {
  left: auto;
  right: 15.5%;
}

.suta-d .main-prev:hover,
.suta-d .main-next:hover {
  /* background-image: url(../img/jt5.png);
  background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
}

.suta-d .main-prev:hover img,
.suta-d .main-next:hover img {
  /* opacity: 0; */
}

.suta-e {
  background-color: #FBF9FA;
  padding: 2rem 0;
  padding-bottom: 0;
}

.suta-e .content {
  margin-top: 2rem;
  height: 24rem;
}

.suta-e .content .ajax-box {
  position: absolute;
  top: 4.25rem;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  z-index: 33;
}

.suta-e .content .ajax-box .tit {
  position: relative;
}

.suta-e .content .ajax-box .tit .num {
  font-size: 8.75rem;
  line-height: 1;
  opacity: 0.2;
  color: #fff;

  background: -webkit-linear-gradient(to bottom, #fff, transparent);
  /* Chrome, Safari */
  background: linear-gradient(to bottom, #fff, transparent);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: #fff;
  /* 其他浏览器 */
}

.suta-e .content .ajax-box .more {
  margin-top: .5rem;
}

.suta-e .content .ajax-box .more a {
  background-color: #0066ff;
  border: 0;

}

.suta-e .content .ajax-box .more a img {
  filter: brightness(10000);
}
.y-container {
  position: absolute;
  z-index: 33;
  width: 41rem;
  margin: 0 auto;
  bottom: .5rem;
  left: 3.5rem;
  padding: 2rem 0;
  overflow: hidden;
}

.y-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 3.85rem; */
  width: calc(100% / 11);
  cursor: pointer;
}

.y-container .swiper-slide .dian {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
}

.y-container .swiper-slide .txt {
  color: #fff;
  margin-top: 0.2rem;
  opacity: 0.5;
}

.y-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  left: 0;
  top: 37%;

}
.y-container .swiper-slide.on .dian {
  width: 19px;
  height: 19px;
  background: #78EA5A;
  transform: translateY(-5px);
}

.y-container .swiper-slide.on .txt {
  font-size: .6rem;
  opacity: 1;
  font-family: "Roboto-Bold";
}

.gover {
  padding: 2.85rem 0;
}

.gover .img-list {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
}

.gover .img-list .li {
  width: calc((100% - 7.8rem) / 4);
  margin-right: 2.6rem;
  border-radius: .375rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-bottom: 2.5rem;
}

.gover .img-list .li:nth-child(4n) {
  margin-right: 0;
}

.gover .img-list .li .img {
  width: 100%;
  height: 9.25rem;
  overflow: hidden;
  position: relative;
}

.gover .img-list .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;

}

.gover .img-list .li .txt {
  padding: .75rem;
  background-color: #FBF9FA;
  position: relative;
  transition: all 0.5s;
}

.gover .img-list .li .txt .mc {
  line-height: 1;
}

.gover .img-list .li .txt .t {
  color: #212121;
}

.gover .img-list .li .icon {
  width: .7rem;
  height: .775rem;
  background-image: url(../img/ha2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.gover .img-list .li .icon .line:first-child {
  width: 2px;
  height: .4rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gover .img-list .li .icon .line:last-child {
  height: 2px;
  width: .4rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gover .img-list .li:hover .txt {
  background-color: #0066ff;
}

.gover .img-list .li:hover .mc {
  color: #fff;
}

.gover .img-list .li:hover .t {
  color: #fff;
}

.gover .img-list .li:hover .icon {
  background-image: url(../img/wbxb.png);
  transform: translateY(-50%) rotate(180deg);
}

.gover .img-list .li:hover .line {
  background-color: #0066ff !important;
}

.gover .img-list .li .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0066ff;
  padding: .75rem;
  display: none;
}

.gover .img-list .li .txt-box .txt-container {
  width: 100%;
  height: 7.3rem;
  overflow: auto;
  margin-top: 0.2rem;
  padding-right: .3rem;
}

.gover .img-list .li .txt-box .txt-container::-webkit-scrollbar-thumb {
  background: #fff;
}

.gover .img-list .li .txt-box .txt-container::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}

.gover .img-list .li .txt-box .icon {
  top: auto;
  right: .75rem;
  bottom: 1rem;
  transform: translateY(0);
}

.gover .img-list .li .txt-box .icon {
  background-image: url(../img/wbxb.png);
}

.gover .img-list .li .txt-box .line {
  background-color: #0066ff !important;
}

.gover .img-list .li .txt-box .icon:hover {
  transform: rotate(180deg);
}

.pdf-list {
  width: 100%;
  padding: 0 3.55rem 2rem;
  background: #FBF9FA;
  border-radius: .375rem;
}

.pdf-list .li {
  display: flex;
  padding: 0.625rem 0;
  border-bottom: 1px solid #DCDCDC;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.2rem;
  color: #000000;
}

.pdf-list .li .t {
  width: 60%;
}

.pdf-list .li .icon {
  width: .6rem;
  cursor: pointer;
  transition: all 0.5s;
}

.pdf-list .li .icon:hover {
  transform: translateY(5px);
}

.pdf-list .li:hover {
  font-family: "Roboto-Bold";
}

.reports {
  padding: 3.3rem 0 2.8rem;
  background: #FBF9FA;
}

.reports .view {
  display: flex;
  justify-content: space-between;
}

.reports .view .right {
  width: 30.6rem;
}

.reports .view .left .li {

  color: #C8C8C8;
  margin-bottom: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding-left: .9rem;


}

.reports .view .left .li .mc {
  display: none;
}

.banner-container .swiper-slide .txt .t1 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s;
}

.banner-container .swiper-slide .txt .t2 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s;
}

.banner-container .swiper-slide .txt .more {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s;
}

.banner-container .swiper-slide.swiper-slide-active .txt .t1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.banner-container .swiper-slide.swiper-slide-active .txt .t2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.banner-container .swiper-slide.swiper-slide-active .txt .more {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.reports .view .left .li.on .mc {
  display: block;
}

.reports .view .left .li.on .t1 {
  display: none;
}

.reports .view .left .li.on {
  padding-left: 0;
}

.reports .view .right .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.reports .view .right .list .li {
  display: block;
  width: calc((100% - 2.8rem) / 3);
  margin-right: 1.4rem;
  margin-bottom: 2rem;
}

.reports .view .right .list .li:nth-child(3n) {
  margin-right: 0;
}

.reports .view .right .list .li .img {
  width: 100%;
  height: 12rem;
  overflow: hidden;
}

.reports .view .right .list .li .title {
  margin-top: .925rem;
  line-height: 1;
}

.reports .view .right .list .li svg {
  margin-top: .5rem;
  width: .6rem;
  transition: all 0.5s;
}

.reports .view .right .list .li svg:hover {
  transform: translateY(6px);
}

.reports .view .right .list .li:hover {
  color: #0066ff;

}

.ir-news {
  background-image: url(../img/newsbg.jpg);
  padding: 2.8rem 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.ir-news .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ir-news .list .li {
  width: calc((100% - 3.5rem) / 3);
  height: 9.65rem;
  border-radius: .375rem;
  overflow: hidden;
  background-color: #fff;
  margin-right: 1.75rem;
  padding: 1.2rem 1rem;
}

.ir-news .list .li:nth-child(3n) {
  margin-right: 0;
}

.ir-news .list .li .time {
  color: #212121;
}

.ir-news .list .li .h4-s-b {
  margin-top: .5rem;
}

.ir-news .list .li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.protect {
  background-image: url(../img/newsbg.jpg);
  padding: 2.8rem 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.protect .pdf-list {
  background-color: #fff;
}

.protect .main-page {
  margin-top: 2.7rem;
}

.inv {
  background-image: url(../img/invbg.jpg);
  padding: 2.8rem 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 3.5rem;
}

.inv .t2 {
  line-height: 1.4;
  /* margin-top: .7rem; */
}

.inv .t3 {
  text-align: center;

  margin-top: .7rem;
}

.inv .t3 .mc {
  transition: all 0.5s;
  display: inline-block;
  text-decoration: underline;
}

.inv .t3 .mc:hover {
  transform: translateY(3px);
}

.inv .list {
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
}

.inv .list .li {
  width: 12.575rem;
  background-color: #fff;
  border-radius: .375rem;
  box-shadow: 10px 0px 29px 0px rgba(0, 78, 255, .1);
  display: flex;
  padding-top: 1.675rem;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.15rem;
  text-align: center;
  margin-right: 4.825rem;
  cursor: pointer;
}

.inv .list .li:last-child {
  margin-right: 0;
}

.inv .list .li .icon {
  height: 1.6rem;
  margin-bottom: 1.15rem;
}

.inv .list .li .t {
  margin-top: .6rem;
  color: #212121;
}

.inv .list .li .vmore {
  margin-top: 1rem;
}

.vmore svg {
  transition: all 0.5s;
}

.vmore:hover svg {
  transform: translateX(5px);
}

.mes-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.mes-box .mak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.mes-box .box {
  background-image: url(../img/boxdio.jpg);
  padding: 1.65rem 3.6rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 41rem;
  border-radius: .375rem;
  padding-bottom: 1.5rem;

}

.mes-box .box .psc-box {
  padding: 0;
  background-image: none;
  background-color: transparent;
  padding-top: 1.475rem;
}

.mes-box .box .psc-box .submit {
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.psc-box .submit .btn{
  padding: .375rem 2rem;
}

.mes-box .box .psc-box .li.li2 .inp-box {
  width: calc((100% - 1.325rem) / 2);
  margin-right: 1.325rem;
}
.psc-box .li.li2 .inp-box:last-child{
  margin-right: 0;
}

.mes-box .box .psc-box .li.li2 .inp-box:last-child {
  margin-right: 0;
}

.mes-box .box .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.mes-box .box .close img {
  transition: all 0.5s;
}

.mes-box .box .close:hover img {
  transform: rotate(180deg);
}

.fxd-nav {
  position: fixed;
  bottom: 1rem;
  right: .525rem;
  z-index: 9999;
}

.fxd-nav .li {
  display: block;

  width: 1.5rem;
  height: 1.35rem;

  cursor: pointer;
  position: relative;
  margin-bottom: .625rem;
}

.fxd-nav .li img {
  width: .75rem;
}

.fxd-nav .li .bg {
  background-image: url(../img/wbx6.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.fxd-nav .li:hover .bg {
  transform: rotate(180deg);
}

.maessge .title2 {
  /* margin-top: .8rem; */
  line-height: 1;
}

.maessge {
  padding: 2.5rem 3.5rem;
}

.maessge .contents {
  padding: 0;
  margin-top: 2.5rem;
}

.maessge .contents .psc-box {
  padding: 0;
  background-image: none;
  background-color: transparent;
}

.newagree {
  padding-top: .5rem;
}

.newsc {
  background-image: url(../img/newsps.jpg);
  background-size: cover;
  background-position: center bottom;
}


.sub-list img {

  width: 100%;
}

.sub-list .item .sl1 {
  visibility: initial;
  opacity: 1;
  font-family: "RobotoSlab-Light";

}
.sub-list .item:hover .sl1 {
  font-family: "RobotoSlab-Bold";
}
.sub-list .item1 .sl1 {
  position: absolute;
  left: -6rem;
  top: -1.3rem;
  max-width: none;
  width: 6.075rem;
  
}
.sub-list .item1 .sl1 span{
  display: block;
  position: absolute;
  left: 15%;
  top: 23%;
  color: #fff;
  font-size: .6rem;
  line-height: 1;
}

.sub-list .item2 .sl1 {
  position: absolute;
  left: 0.3rem;
  top: -1.4rem;
  max-width: none;
  width: 5.325rem;
  
}
.sub-list .item2 .sl1 span{
  display: block;
  position: absolute;
  left: 37%;
  top: 23%;
  color: #fff;
  font-size: .6rem;
  line-height: 1;
}


.sub-list .item3 .sl1 {
  position: absolute;
  left: -9.2rem;
  top: 0.2rem;
  max-width: none;
  width: 9.15rem;
  
}
.sub-list .item3 .sl1 span{
  display: block;
  position: absolute;
  left: 10%;
  top: 26%;
  color: #fff;
  font-size: .6rem;
  line-height: 1;
  white-space: nowrap;
}

.sub-list .item4 .sl1 {
  position: absolute;
  left: 0.5rem;
  top: 0.3rem;
  max-width: none;
  width: 4.85rem;
  
}
.sub-list .item4 .sl1 span{
  display: block;
  position: absolute;
  left: 42%;
  top: 26%;
  color: #fff;
  font-size: .6rem;
  line-height: 1;
  white-space: nowrap;
}

.sub-list .item1 {
  top: 27%;
  left: 22.8%;
}

.sub-list .item2 {
  top: 21%;
  left: 75.45%;
}

.sub-list .item3 {
  top: 78%;
  left: 30.5%;
}

.sub-list .item4 {
  top: 81%;
  left: 71%;
}

.sub-list .item {
  position: absolute;
  z-index: 5;
}

.sub-list .item a {
  display: block;
  position: relative;
}

.values-a .t2s {
  margin-top: 0.75rem;
  line-height: 1.4;
}

.values-a .title2 {
  margin-top: 2rem;
}

.p-list .table-body .li.s-li img {
  max-height: 1.15rem;
  max-width: 70%;
}

.home-a-s .content .right {
  position: relative;
  /* height: 15.85rem; */
  height: 100vh;

}

.home-a-s .content .right img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.pc-header .right-btn .btn .li:last-child {
  margin-left: 0;
}

.n-insights .li .more {
  margin-top: 1.35rem;
}

.n-insights2 .li .more {
  margin-top: 1.35rem;
}

.suta-e .content .bglist {
  position: relative;
  height: 100%;
  width: 100%;
}

/* .suta-e .content .bglist .bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 1000ms;
}
.suta-e .content .bglist .bg.on{
  opacity: 1;
  transform: translate3d(-100vw, 0px, 0px);

} */

.suta-e .content .ajax-box .more img {
  width: .225rem
}

.training-list1 .textbox .more a {
  margin-top: 2.5rem;

}

.training-list1 .textbox .more a {
  background-color: #0066ff;
}

.training-list3 {
  padding-bottom: 0;
}

.services-list2 .content .psc-box {
  background-color: transparent;
}

.services-list2 {
  padding-top: 0;
  padding-bottom: 0;
}

.zi5 {
  z-index: 8;
  position: relative;
}

.captcha {
  position: absolute;
  right: 5%;
  top: 20%;
  height: 60%;
}

.psc-box .li .inp-box .inp {
  position: relative;
}

.captcha_ok,
.captcha_no {
  position: absolute;
  right: -10%;
  top: 20%;
  height: 60%;
}

.agree .box input {
  width: .5rem;
  height: .5rem;
  border: 1px solid #0066ff
}

.sweet-alert .sa-icon.sa-error .sa-line {
  color: red;
  background-color: red !important;
}

.sweet-alert .sa-icon.sa-error {
  border-color: red !important;
}

.psc-box .li.li2 .inp-box .file {
  opacity: 0;
  z-index: -1;
}

.psc-box .li .inp-box .inp.filebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.psc-box .li .inp-box .inp.tel {
  display: flex;
}

.psc-box .li .inp-box .inp.tel .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}

.psc-box .li .inp-box .inp.tel input {
  padding: 0 !important;
}



.home-d .bglist {
  position: relative;
  height: 100%;
  width: 100%;
}

.values-a .content .img-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
}


.home-d .bglist::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent, transparent);
}

.home-d .bglist .bg {
  position: absolute;
  top: 0;
  left: 0;
}


.training-list3 .main-pagination {
  text-align: center;
  padding-left: 0;
  position: relative;
  bottom: auto !important;
  margin-top: 1.5rem;
}

.training-list3 .main-pagination .swiper-pagination-bullet {
  background-color: #000;
}

#tel:focus {
  visibility: hidden
}

.psc-box .li .inp-box .inp.tel #tel:focus {
  visibility: hidden
}

.psc-box .li .inp-box .inp.tel #tel2:focus {
  visibility: hidden
}

.psc-box .li .inp-box .inp.tel .intl-tel-input {
  width: 2.7rem !important;
}

.psc-box .li .inp-box .inp.tel .intl-tel-input.separate-dial-code .selected-flag {
  margin-left: .35rem;
}

.psc-box .li .inp-box .inp.tel .intl-tel-input.separate-dial-code .selected-flag {
  width: auto !important;
  padding: 0 16px 0 0;
  background: transparent !important;
}

.psc-box .li .inp-box .inp.tel .intl-tel-input .selected-flag .iti-flag {
  display: none;
}

.psc-box .li .inp-box .inp.tel .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 0;
}

.more .icon {}

.more .icon svg.jtsvg {
  width: .1rem;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-0.05rem, -50%);
  display: none;
}

.more .icon svg.jtsvg .st0 {
  fill: #fff;
}

.more2 .icon svg.jtsvg .st0 {
  fill: #0066ff;
}

.p-list .table-body .li.last-li a {
  width: .575rem;
  line-height: 1;
}

.p-list .table-body .li.last-li svg {
  width: .575rem;
}

.pdf-more .icon svg.jtsvg {
  width: 0.23rem;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pdf-more2 .icon svg.jtsvg {
  width: 0.23rem;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pdf-more .icon svg.jtsvg .st0 {
  fill: #fff;
}

.pdf-more2 .icon svg.jtsvg .st0 {
  fill: #0066ff;
}

.fxd-nav .st0 {
  fill: #FFFFFF;
}

.n-services .services-list3 .ul .icon {
  transition: all 0.5s;
}

.n-services .services-list3 .ul .li:hover .icon {
  transform: translateY(-5px);
}

.n-services .services-list3 .ul .tit4 {
  transition: all 0.5s;
}

.n-services .services-list3 .ul .li:hover .tit4 {
  color: #0066ff;
}

.reports .view .left {
  display: flex;
  align-items: flex-start;
  height: 7rem;
  overflow: hidden;
  padding-top: 2rem;
}

.reports .view .left .y {
  margin-left: 0.2rem;

}

.reports .view .left .mc {
  line-height: 1;
}

.reports .txts-container {
  height: .8rem;
  cursor: pointer;

}

.reports .txts-container .swiper-slide {
  height: auto;
  color: #C8C8C8;
  line-height: 1;
  padding-bottom: 1.2rem;
}

.reports .txts-container .swiper-slide.swiper-slide-active {
  color: #0066ff;
}



.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.alertbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.alertbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.alertbox .textbox {
  width: 520px;
  background: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  padding: 1.25rem 1rem 1.65rem;
  position: relative;
  z-index: 4;
}

.alertbox .textbox .icon {
  margin-bottom: .9rem;
}

.alertbox .textbox .icon img {
  max-height: 100%;
}

.alertbox .textbox .tit3 {
  color: #0066ff;
  margin-bottom: .9rem;
}

.alertbox .textbox .btn {
  width: 4rem;
  height: 48px;
  background: #0066ff;
  box-shadow: 10px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
  cursor: pointer;
}

.alertbox.cur {
  display: block;
}

.alertbox2 .textbox .tit4 {
  margin-bottom: .9rem;
}

.alertbox2 .textbox .btn {
  width: 7.5rem;
}

.alertbox .textbox .btn:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .alertbox .textbox {
    max-width: 92%;
    padding: .85rem 6% 1rem;
  }

  .alertbox .textbox .tit3,
  .alertbox .textbox .icon {
    margin-bottom: .45rem;
  }

  .alertbox2 .textbox .tit4 {
    margin-bottom: .45rem;
  }
}

.n-exhibltion .btnbox:hover {
  font-weight: 800;
}

.y-tableList .top {
  display: flex;
  padding-left: 2.025rem;
  width: 100%;
}

.y-tableList .top .li {
  border-top: 1px solid rgba(3, 86, 252, .4);
  width: calc((100%) / 5);
  height: 3.075rem;
  border-bottom: 1px solid rgba(3, 86, 252, .4);
  border-right: 1px solid rgba(3, 86, 252, .4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.y-tableList .top .li.li1 {
  border-left: 1px solid rgba(3, 86, 252, .4);
}

.y-tableList .top .li .icon {
  height: 1.675rem;
}

.y-tableList .top .li .icon img {
  max-width: 1.2rem;
  max-height: 1.25rem;
}


.y-tableList .top .li .t {
  line-height: 1;
  color: #000000;
}

.y-tableList .top.top2 .icon img {
  width: .65rem;
  max-width: none;
  max-height: none;
}

.y-tableList .top.top2 {
  padding-left: 0;


}

.y-tableList .top.top2 .li {
  border-top: 0;
  width: calc((100% - 2.025rem) / 5);
  height: auto;
  padding: .5rem 0;
  text-align: center;
  height: 4.65rem;
  justify-content: flex-start;
}

.y-tableList .top.top2 .mc {
  display: flex;
  width: 2.025rem;
  align-items: center;
}

.y-tableList .top.top2 .t {
  line-height: 1.5;
  font-size: .35rem;
  text-transform: capitalize;
}

.y-tableList .top.top2 .icon {
  height: auto;
  margin-bottom: .4rem;
}

.y-tableList .top.top3 .li2 {
  border-bottom: 0;
  padding-top: 2.975rem;
  justify-content: flex-start;
}

.y-tableList .top.top4 {
  padding-left: 0;


}

.y-tableList .top.top4 .li {
  height: 3.175rem;
}

.y-tableList .top.top4 .li.li1 {
  width: 3.875rem;

}

.y-tableList .top.top4 .li.li2 {
  width: 6.125rem;

}

.y-tableList .top.top4 .li.li3 {
  width: 4.9rem;

}

.y-tableList .top.top4 .li.li4 {
  width: 10.075rem;

}

.y-tableList .top.top5 .li {
  height: auto;
}

.y-img-list {
  width: 100%;
}

.y-img-list .li {
  text-align: center;
  width: 100%;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(3, 86, 252, .4);
}

· .y-img-list .li:last-child {
  border-bottom: 0;
}

.y-img-list .li .img {
  display: flex;
  justify-content: center;
}

.y-img-list .li .img img {
  height: 2.125rem;
  margin: 0 .6rem;
}

.y-img-list .li .t {
  line-height: 1;
  text-transform: capitalize;
  margin-top: .75rem;
}

.psc-box .li .inp-box .inp {
  /* overflow: hidden; */
}

input {
  /* background-color: transparent !important; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;

  border: none;
  background-color: transparent !important;

  background: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
  color: #333;
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.n-ip .contentbox2 .item .text strong {
  font-size: .8rem;

}

.innovation-list1 .contentbox .view .ul2 {
  height: 14rem;
}

/* .n-services .view{
  padding: 0 5.6rem;
} */
.n-services .titbox {}

.se-y-box {
  margin-top: 3.4rem;
  margin-bottom: 4.4rem;
}

.n-services .services-list1 {
  padding-bottom: 0 !important;
}

.se-y-box .list {
  margin-top: 2.1rem;
  padding: 0 1.575rem;
}

.se-y-box .list .li {
  width: 100%;
  border-top: 1px solid #DCDCDC;
}

.se-y-box .list .li:last-child {
  border-bottom: 1px solid #DCDCDC;
}

.se-y-box .list .li .li-top {
  width: 100%;
  display: flex;
  padding: 0.975rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;z-index: 3;
}
.se-y-box .list .li .li-top .ts{
  display: flex;
  align-items: center;
}
.se-y-box .list .li .li-top .ts .i{
  width: .925rem;
  margin-right: .45rem;
}
.se-y-box .list .li .li-top .icon {
  width: .5rem;
  height: .5rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.se-y-box .list .li .li-top .icon .line1 {
  width: 1px;
  height: .5rem;
  background-color: #000;
}

.se-y-box .list .li .li-top .icon .line2 {
  width: .5rem;
  height: 1px;
  background-color: #000;
}

.se-y-box .list .li .li-top .icon:hover .line1 {
  background-color: #0066ff;
}

.se-y-box .list .li .li-top .icon:hover .line2 {
  background-color: #0066ff;
}

.se-y-box .list .li .li-top:hover {
  color: #0066ff;
}

.se-y-box .list .li .li-hide {
  width: 100%;
  padding: 0 1.5rem 1.575rem;
  display: none;
  padding-bottom: 0;
}

.se-y-box .list .li .li-hide .p-list {
  width: 90%;
  margin-bottom: 1.575rem;
}

.se-y-box .list .li .li-hide .p-list .p {
  padding-left: .55rem;
  position: relative;
  margin-top: .5rem;
}

.se-y-box .list .li .li-hide .p-list .p svg {
  content: '';
  position: absolute;
  width: .3rem;
  height: .3rem;
 

  left: 0;
  top: .175rem;
}

.se-y-box .list .li.on .li-top .icon {
  transform: rotate(45deg);
}

.se-y-box .list .li.on .li-top .icon .line1 {
  background-color: #0066ff;
}

.se-y-box .list .li.on .li-top .icon .line2 {
  background-color: #0066ff;
}

.se-y-box .list .li.on .li-top {
  color: #0066ff;
}

.se-y-b .content {
  width: 100%;
  display: flex;
  margin-top: 2.375rem;
  justify-content: center;
}

.se-y-b .content .left {
  width: 22.25rem;
  padding: 1.475rem 2rem;
  border-radius: .375rem;
  background: #F8F8F8;
}

.se-y-b .content .li .p-list {
  margin-top: .2rem;
  width: 100%;


}

.se-y-b .content .li .p-list .p:first-child {
  margin-top: .55rem;
}

.se-y-b .content .li .p-list .p {
  position: relative;
  margin-bottom: 0.55rem;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.se-y-b .content .li .p-list .p .icon {
  width: .575rem;
  height: .575rem;
  transform: translateY(0.1rem);
}

.se-y-b .content .li .p-list .p .t {
  width: calc(100% - 2rem);
  margin-left: .5rem;
}

.se-y-b .content .right {
  width: 13.95rem;
  padding: 1.475rem 2rem;
  border-radius: .375rem;
  background: #F8F8F8;
  margin-left: .625rem;
  transition: all 0.3s;
  /* color: #fff; */
}

.se-y-b .content .left:hover {
  color: #fff;
  background-color: #0066ff;
}

.se-y-b .content .left:hover .p-list .p svg .st0 {
  transition: all 0.3s;
}

.se-y-b .content .left:hover .p-list .p svg .st0 {
  fill: #fff;
}

.se-y-b .content .right:hover {
  color: #fff;
  background-color: #0066ff;
}

.se-y-b .content .right:hover .p-list .p svg .st0 {
  transition: all 0.3s;
}

.se-y-b .content .right:hover .p-list .p svg .st0 {
  fill: #fff;
}

@media (max-width: 996px) {
  .se-y-box {
    margin: 1.5rem 0;
  }

  .se-y-box br {
    display: none;
  }

  .se-y-box .list {
    margin-top: 1rem;
    padding: 0;
  }

  .se-y-box .list .li .li-top {
    padding: 0.5rem;
  }

  .se-y-box .list .li .li-hide {
    padding: 0.5rem;
    width: 100%;
  }

  .se-y-box .list .li .li-hide .p-list {
    width: 100%;
  }

  .se-y-b .content {
    margin-top: 1rem;
    display: block;
  }

  .se-y-b .content .left {
    width: 100%;
    margin-bottom: .5rem;
    padding: 0.5rem 0.75rem;
  }

  .se-y-b .content .right {
    width: 100%;
    margin-left: 0;
    padding: 0.5rem 0.75rem;
  }
}

.h2-s-l.text-uppercase.mc {
  text-transform: uppercase;
}

.n-download .bar_right .li .btn {
  cursor: pointer;
}

.n-download .bar_right .li .btn svg {
  transition: all 0.2s;
}

.n-download .bar_right .li .btn:hover svg {
  transform: translateY(5px);
}

.se-y-box .list .li .li-hide.li-hide-a {
  padding-left: 9rem;
  transform: translateY(-1.6rem);
}
.se-y-box .list .li .li-hide.li-hide-a .p-list:last-child{
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .se-y-box .list .li .li-hide.li-hide-a {
    padding: 0.5rem;
    width: 100%;
    transform: translateY(0);
  }
}


.main-box{
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.main-pagination{
  width: auto;

  margin: 0 1rem;
}
.iti-flag{
  display: none;
}




    /* IOS微信、UC浏览器阻止字体大小调整 */
    body {
      -webkit-text-size-adjust: none !important;
    }
    body {
      -webkit-text-size-adjust: 100% !important;
    }


    .n-services .services-list1 .titbox i{
      font-style: normal;
      font-size: .75rem;
      color: #004eff;
    }

    
.banner-container .swiper-slide.swiper-slide-active{
  opacity: 1 !important;
}

.list-paddingleft-2{
  padding-left: 2em;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #0066ff;
    border-color: #0066ff;
}

.page-link { 
    color: #0066ff; 
    
}

.page-link:focus{
  box-shadow: none;
}
.swiper-button-next, .swiper-button-prev {
     
    color: #ffffffb5;
  }