@charset "UTF-8";


/* 
@font-face {
  font-family: "Myriad Web Pro";
  src: url("../fonts/Myriad\ Web\ Pro.woff2") format("woff2"),
    url("../fonts/Myriad\ Web\ Pro.woff") format("woff"),
    url("../fonts/Myriad\ Web\ Pro.ttf ")format("truetype"),
    url("../fonts/Myriad\ Web\ Pro.eot") format("embedded-opentype"),
    url("../fonts/Myriad\ Web\ Pro.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */

@charset "UTF-8";

@font-face {
  font-family: "OPENSANS";
  src: url("../fonts/OPENSANS-REGULAR.woff2") format("woff2"),
    url("../fonts/OPENSANS-REGULAR.woff") format("woff"),
    url("../fonts/OPENSANS-REGULAR.ttf") format("truetype"),
    url("../fonts/OPENSANS-REGULAR.eot") format("embedded-opentype"),
    url("../fonts/OPENSANS-REGULAR.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.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: "OPENSANS";
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
    /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
    /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
    /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}

a:active,
a:hover {
  outline: 0
    /* 2 */
}

a:hover {
  color: #0560f5;
}

/* 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: "OPENSANS", "Arial" ，"Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select,
input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}

/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 40px !important;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}

@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}

::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: #ccc;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #c1c1c1;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #c1c1c1;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-444 {
  color: #444;
}

.col-555 {
  color: #555;
}

.col-666 {
  color: #666;
}

.col-777 {
  color: #666;
}

.col-888 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.4;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.4;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.4;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.4;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.4;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.4;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.4;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.4;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.4;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.4;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.4;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.4;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.4;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.4;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.4;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.4;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.4;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.4;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.4;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.4;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.4;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.4;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.4;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.4;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.4;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.4;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.4;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.4;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.4;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.4;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.4;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.4;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.4;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.4;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.4;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.4;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.4;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.4;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.4;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.4;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.4;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.4;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.4;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.4;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.4;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.4;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.4;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.4;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.4;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.4;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.4;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.4;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.4;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.4;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.4;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.4;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.4;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.4;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.4;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.4;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.4;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.4;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.4;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.4;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.4;
  font-size: 80px;
}


@media (max-width: 768px) {
  .tit-16 {
    font-size: 12px;
  }

  .tit-18 {
    font-size: 14px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 36px;
  }

  .tit-61 {
    font-size: 37px;
  }

  .tit-62 {
    font-size: 38px;
  }

  .tit-63 {
    font-size: 39px;
  }

  .tit-64 {
    font-size: 40px;
  }

  .tit-65 {
    font-size: 41px;
  }

  .tit-66 {
    font-size: 42px;
  }

  .tit-67 {
    font-size: 43px;
  }

  .tit-68 {
    font-size: 44px;
  }

  .tit-69 {
    font-size: 45px;
  }

  .tit-70 {
    font-size: 46px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-71 {
    font-size: 43px;
  }

  .tit-72 {
    font-size: 44px;
  }

  .tit-73 {
    font-size: 45px;
  }

  .tit-74 {
    font-size: 46px;
  }

  .tit-75 {
    font-size: 47px;
  }

  .tit-76 {
    font-size: 48px;
  }

  .tit-77 {
    font-size: 49px;
  }

  .tit-78 {
    font-size: 50px;
  }

  .tit-79 {
    font-size: 51px;
  }

  .tit-80 {
    font-size: 52px;
  }
}

/*正文字号*/
.conbox-14 {
  font-size: 14 px;
  line-height: 1.4;
}

.conbox-15 {
  font-size: 15 px;
  line-height: 1.8;
}

.conbox-16 {
  font-size: 16 px;
  line-height: 1.8;
}

.conbox-17 {
  font-size: 17 px;
  line-height: 1.8;
}

.conbox-18 {
  font-size: 18 px;
  line-height: 1.8;
}

.conbox-19 {
  font-size: 19 px;
  line-height: 1.8;
}

.conbox-20 {
  font-size: 20 px;
  line-height: 1.8;
}

.conbox-21 {
  font-size: 21 px;
  line-height: 1.8;
}

.conbox-22 {
  font-size: 22 px;
  line-height: 1.8;
}

.conbox-23 {
  font-size: 23 px;
  line-height: 1.8;
}

.conbox-24 {
  font-size: 24 px;
  line-height: 1.8;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}

@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}

/*弹性盒样式*/
.f-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-b-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-c-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-s-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-s-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-no-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-no-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-s-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-no-col-s-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}

/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
  width: 100%;
}

.w1720 {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}





/*分页样式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 !important;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}

.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}

.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}

.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}

.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}

.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}

.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}

.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}

.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}

/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt,
.cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb,
.cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

@-webkit-keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@-webkit-keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

@-webkit-keyframes line_w100 {
  to {
    left: 100%;
  }
}

@keyframes line_w100 {
  to {
    left: 100%;
  }
}

@-webkit-keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade_out_in {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mk_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.a-del1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.a-del2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.a-del3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.a-del4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.a-del5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.a-del6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.a-del7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.a-del8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.a-del9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.a-del10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.a-dur1 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.a-dur2 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.a-dur3 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.a-dur4 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.a-dur5 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.a-dur6 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.a-dur7 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.a-dur8 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.a-dur9 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.a-dur10 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.a-dur11 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.a-dur12 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.a-dur13 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.a-dur14 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.a-dur15 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.a-dur16 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.a-dur17 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.a-dur18 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.t-del1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.t-del2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t-del3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.t-del4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.t-del5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.t-del6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.t-del7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.t-del8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.t-del9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.t-del10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo,
body.init #pageloader div {
  -webkit-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

.wr {
  position: relative;
  width: 100%;
}

.lh1 {
  line-height: 1;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}






header {
  width: 100%;
  /* padding: 3.625rem 0 0; */
  transition: padding .4s ease-out;

}

.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 99;

}


.pc-header .h-top {
  position: relative;
  background-color: #000;
  height: 1.75rem;
  padding: 0 13.5%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.pc-header .h-top .logo {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition-delay: .2s;
  width: 76px;

}

.pc-header .h-top .language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding-right: 28px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;

  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition-delay: .2s;
}

.pc-header .h-top .language .icon {
  width: 20px;
  height: 20px;
}

.pc-header .h-top .language .icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.pc-header .h-top .language .txt {
  line-height: 1;
  margin-left: .4rem;
  position: relative;
}

.pc-header .h-top .language .txt::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -28px;
  top: 0;
  transform: rotate(135deg);
}

.language-box {
  width: 100%;
  position: absolute;
  top: 3.625rem;
  left: 0;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 222;
}

.language-box.on {
  top: 1.875rem;
}

.language-box .mak {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
}

.language-box .lan-list {
  padding: 1.75rem 13.5%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.language-box .lan-list .tit {
  margin-bottom: .625rem;
}

.language-box .lan-list .list {
  text-align-last: left;
  font-size: 0;
}

.language-box .lan-list .list a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  margin-right: 1.7rem;
  line-height: 1;
  transition: all 0.5s;
  margin-bottom: .5rem;
  position: relative;
}

.language-box .lan-list .list a::after {
  content: "";
  width: 0;
  position: absolute;
  transition: all 0.5s;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #0560F5;
}

.language-box .lan-list .list a span {
  font-weight: 700;
}

.language-box .lan-list .li {
  padding-bottom: .4rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: .65rem;
}

.language-box .close {
  position: absolute;
  right: 13.5%;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #e6e6e6;
  border-radius: 50%;
  z-index: 4;
  top: 1rem;
  cursor: pointer;
  transition: all 0.5s;
}

.pc-header .h-bot {
  background-color: #fff;
  padding: 0 13.5%;
  display: flex;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.875rem;
  border-bottom: 1px solid #ccc;
}

.pc-header .h-bot .nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.pc-header .h-bot .nav .li {
  /* margin-right: 1.7rem; */
 margin-right: 0.9rem;
 height: 100%;
 padding-right: 0.8rem;
 line-height: 1.875rem;
}

.pc-header .h-bot .nav .li .tit {
  height: 100%;
  display: block;
  line-height: 1.875rem;

}

.pc-header .h-bot .nav .li .tit::after {
  width: 100%;
  content: "";
  width: 0;
  height: 3px;
  background-color: #0560f5;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
}

.pc-header .h-bot .nav .li:last-child {
  margin-right: 0;
}

.pc-header .h-bot .nav .li .tit {
  position: relative;
  color: #000;
}

.pc-header .h-bot .right-btn {
  display: flex;
  align-items: center;
}

.pc-header .h-bot .right-btn .box {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  margin-left: .85rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.pc-header .h-bot .right-btn .box img {
  width: 19px;
  fill: #000;
  transition: all 0.5s;
}

.pc-header .h-bot .nav .li .logo {
  display: inline-block;
  margin-top: 0.2rem;
  width: 78px;
}


.pc-header .h-bot .nav .showlogo {
  opacity: 0;
  max-width: 0;
  margin-right: 0;
  overflow: hidden;
  -webkit-transition: max-width .3s ease-out, opacity .4s ease-out;
  transition: max-width .3s ease-out, opacity .4s ease-out;
}

.pc-header .h-bot .lan {
  opacity: 0;
  display: none;
  -webkit-transition: max-width .3s ease-out, opacity .4s ease-out;
  transition: max-width .3s ease-out, opacity .4s ease-out;
}


.pc-header.scroll {
  transform: translateY(-1.65rem);

}

.pc-header.scroll .h-bot .nav .showlogo {
  max-width: 76px;
  opacity: 1;
  margin-right: 1.5rem;
}

.pc-header.scroll .h-bot .lan {
  opacity: 1;
  display: block;
}

.pc-header.scroll .h-top {
  /* height: 4px; */
}

.pc-header.scroll .h-top .logo,
.pc-header.scroll .h-top .language {
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
  opacity: 0;
}


.pord-nav {
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1.875rem;
  display: none;
  border-bottom: 1px solid #ccc;
}


.pord-nav .left {
  background-color: #f7f7f7;
  padding-top: 0.75rem;
  padding-left: 13.5%;
  width: 33.75%;
  height: auto;
  padding-bottom: .75rem;
  height: 16rem;

}

.pord-nav .left .box {
  height: 100%;
  overflow: auto;
}

.pord-nav .left .pli {
  width: 100%;

}

.pord-nav .left .pli .ptit {
  line-height: 1;
  padding: .25rem .5rem;
  font-size: .4rem;
  display: block;
  color: #000;
  transition: all 0.5s;
  position: relative;
}


.pord-nav .left .pli .ptit::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0560f5;
  opacity: 0;
  transition: all 0.5s;
  display: none;
}

.pord-nav .left .pli .porbox {
  width: 66.25%;
  position: absolute;
  left: 33.75%;
  top: 0;
  height: 100%;
  padding-right: 13.5%;
  padding-top: 1rem;
  padding-left: 1.5rem;
  display: none;
}

.pord-nav .left .pli .porbox .list a {
  display: block;
  width: calc((100% - 1.5rem) / 4);
  float: left;
  margin-right: .5rem;
  text-align: center;
}

.pord-nav .left .pli .porbox .list.three a {
  width: calc((100% - 1rem) / 3);
}

.pord-nav .left .pli .porbox .list.three a .img {
  height: 7rem;
}

.pord-nav .left .pli .porbox .list.three a:nth-child(2n) {
  margin-right: 0.5rem;
}

.pord-nav .left .pli .porbox .list.three a:nth-child(3n) {
  margin-right: 0;
}

.pord-nav .left .pli .porbox .list a:nth-child(4n) {
  margin-right: 0;
}

.pord-nav .left .pli .porbox .list a .img {
  width: 100%;
  height: 5rem;
  position: relative;
  background-color: #f7f7f7;
  transition: all 0.5s;
}

.pord-nav .left .pli .porbox .list a .t1 {
  line-height: 1;
  margin-top: .75rem;
  color: #000;
  transition: all 0.5s;
}

.pord-nav .left .pli .porbox .list a .t2 {
  color: #666666;
  margin-top: .625rem;
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
  /* display: none; */
}

.pord-nav .tomore {

  display: block;
  color: #666666;
  padding-right: 0.75rem;
  position: relative;
  line-height: 1;
  font-size: 16px;
}

.pord-nav .tomore::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  right: 0;
  top: 5px;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.pord-nav .bot-list {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: .625rem;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1rem;
  height: auto;
  margin-top: 1rem;
}

.pord-nav .bot-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  position: relative;
}

.pord-nav .bot-list a .tit-16 {
  margin-left: .6rem;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}

.pord-nav .bot-list a .tit-16::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  right: -1rem;
  top: 6px;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.pord-nav .right {
  width: 50%;
  position: absolute;
  bottom: .75rem;
  right: 13.5%;
}

.pord-nav .left .pli.cur .ptit {
  background-color: #e5eefc;
}

.pord-nav .left .pli.cur .ptit::after {
  opacity: 1;
}



.sol-nav {
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1.875rem;
  display: none;
  border-bottom: 1px solid #ccc;
}


.sol-nav .left {
  background-color: #f7f7f7;
  padding-top: 1rem;
  padding-left: 13.5%;
  width: 33.75%;
  height: 12rem;
}

.sol-nav .left .sli {
  width: 100%;

}

.sol-nav .left .sli .ptit {
  line-height: 1;
  padding: .3rem .5rem;
  font-size: .4rem;
  display: block;
  color: #000;
  transition: all 0.5s;
  position: relative;
}


.sol-nav .left .sli .ptit::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0560f5;
  opacity: 0;
  transition: all 0.5s;
  display: none;
}

.sol-nav .left .sli .solbox {
  width: 66.25%;
  position: absolute;
  left: 33.75%;
  top: 0;
  height: 13rem;
  padding-right: 13.5%;
  padding-top: 1rem;
  padding-left: 1.5rem;
  display: none;
}

.sol-nav .left .sli .solbox a {
  display: flex;
  width: 33.333%;
  float: left;
  align-items: center;
  margin-bottom: 1.125rem;
}

.sol-nav .left .sli .solbox a .icon {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
}

.sol-nav .left .sli .solbox a .tits {
  line-height: 1;
  margin-left: .425rem;
  color: #000;
  font-size: 16px;
}

.language-box .lan-list .tit-16 a {
  color: #000;
}

.supp-nav .left .pli .porbox .left .list a {
  display: flex;
  width: 100%;

  /* margin-bottom: 1.125rem; */
  align-items: center;
}

.supp-nav .left .pli .porbox .left .list a .icon {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
}

.supp-nav .left .pli .porbox .left .list a .tits {
  line-height: 1;
  margin-left: .425rem;
  color: #666;
  font-size: 16px;
}

.sol-nav .left .sli.cur .ptit {
  background-color: #e5eefc;
}

.sol-nav .left .sli.cur .ptit::after {
  opacity: 1;
}




.par-nav {
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1.875rem;
  display: none;
  border-bottom: 1px solid #ccc;
}


.par-nav .left {
  background-color: #f7f7f7;
  padding-top: 1rem;
  padding-left: 13.5%;
  width: 33.75%;
  height: 12.5rem;
}

.par-nav .left .pli {
  width: 100%;

}

.par-nav .left .pli .partit {
  line-height: 1;
  padding: .3rem .5rem;
  font-size: .4rem;
  display: block;
  color: #000;
  transition: all 0.5s;
  position: relative;
}


.par-nav .left .pli .partit::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0560f5;
  opacity: 0;
  transition: all 0.5s;
  display: none;
}

.par-nav .left .pli .parbox {
  width: 66.25%;
  position: absolute;
  left: 33.75%;
  top: 0;
  height: 100%;
  padding-right: 13.5%;
  padding-top: 1rem;
  padding-left: 1.5rem;
  display: none;
}

.par-nav .left .pli .parbox .list a {
  display: block;
  width: calc((100% - 2.75rem) / 3);
  float: left;
  margin-right: 1.375rem;

}

.par-nav .left .pli .parbox .list a:nth-child(3n) {
  margin-right: 0;
}

.par-nav .left .pli .parbox .list a .img {
  width: 100%;

  position: relative;
  background-color: #f7f7f7;
  transition: all 0.5s;
}

.par-nav .left .pli .parbox .list a .t1 {
  line-height: 1;
  margin-top: .75rem;
  color: #0a0a0a;
  transition: all 0.5s;
}

.par-nav .left .pli .parbox .list a .t2 {
  color: #666666;
  margin-top: .45rem;
  line-height: 1.5;
  text-align: left;

}

.par-nav .right {
  width: 50%;
  position: absolute;
  right: 13.5%;
  bottom: .75rem;
}

.par-nav .bot-list {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin-top: 0rem;
  padding-top: .75rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-right: 1rem;
}

.par-nav .bot-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  position: relative;
}

.par-nav .bot-list a .tit-16 {
  margin-left: .6rem;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}

.par-nav .bot-list a .tit-16::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  right: -1rem;
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: all 0.5s;
}




.par-nav .left .pli.cur .partit {
  background-color: #e5eefc;
}

.par-nav .left .pli.cur .partit::after {
  opacity: 1;
}

.abo-nav {
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1.875rem;
  /* display: none; */
}


.abo-nav .left {
  background-color: #f7f7f7;
  padding-top: 1rem;
  padding-left: 13.5%;
  width: 33.75%;
  height: 12rem;
}

.abo-nav .left .img {
  width: 100%;
}

.abo-nav .left .tit-24 {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.abo-nav .right {
  width: 66.25%;
  position: absolute;
  left: 33.75%;
  top: 0;
  height: 18.975rem;
  padding-right: 13.5%;
  padding-top: 2.25rem;
  padding-left: 1.5rem;

}

.abo-nav .right .list {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 2rem;
}

.abo-nav .right .list a {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}

.abo-nav .right .list a .icon {
  display: inline-block;
  vertical-align: top;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #ececec;
  position: relative;
}

.abo-nav .right .list a .icon img {}

.abo-nav .right .list a .tit-18 {
  color: #000;
  margin-top: .9rem;
  line-height: 1;
}

.abo-nav .right .abmore {
  width: 7.325rem;
  background-color: #ececec;
  display: inline-block;
  vertical-align: top;
  padding: 0.45rem 0;
  margin-top: 1.25rem;
  font-size: 0;
  line-height: 1;
}

.abo-nav .right .abmore .icon {
  display: inline-block;
  vertical-align: top;
}

.abo-nav .right .abmore .tit-18 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-left: 0.4rem;
  color: #000;
}

.banner {
  height: 23.875rem;
}

.banner-container {
  height: 100%;
  overflow: hidden;
}

.banner-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-container .swiper-slide .txt {
  position: absolute;
  top: 7rem;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
}

/*用于浅色背景banner 2023-03-15*/
.banner-container .swiper-slide.black .txt {
 
  color:black;
}


.banner-container .swiper-slide .txt .tit-81 {
  font-size: 2.025rem;
  line-height: 1;
}

.more {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25rem;
  padding: 0 .75rem;
  color: #fff;
  border-radius: 1.25rem;
  border: 1px solid #fff;
  margin-top: 1.25rem;
  transition: all 0.5s;
}

/*用于浅色背景banner 2023-03-15*/
.banner-container .swiper-slide.black .more {
  color: black;
  border: 1px solid #000000;
}


.banner-prev,
.banner-next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  z-index: 3;
  cursor: pointer;
  background-image: url(../img/bannerjt.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.banner-prev {
  left: 2.5rem;
}

.banner-next {
  right: 2.5rem;
  transform: rotate(180deg);
}

.banner-pagination {
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 1rem !important;
}

.banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 9px !important;
  position: relative;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  border-radius: 2px;
  background-color: transparent;
}


.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 5px;
  border-radius: 2px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 5px;
  border-radius: 2px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.home-a {
  background-color: #fff;
}

/* 网站主体上下左右间距   单位以 40px 除于 40 转化为 1rem*/
.view {
  padding: 2.5rem 13.5% 2.25rem;
}

/* 网站大标题统一字号 */
.unv-tit {
  font-size: 40px;
}

/* 网站副标题统一字号 */
.unv-subtit {
  font-size: 16px;
  margin-top: .75rem;
  line-height: 1.5;
  /* padding: 0 3.85rem !important; */
  /* text-align: left !important; */
}



/* 网站主体颜色 */
.unv-color {
  color: #0560f5;
}

.home-a .table {
  font-size: 0;
  text-align: center;
  margin-top: 1rem;
}

.home-a .table .li {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  margin: 0 .6rem;
  line-height: 1;
  padding-bottom: .4rem;
  cursor: pointer;
  position: relative;

}

.home-a .table .li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #0560f5;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
}

.home-a .table .li.on {

  color: #0560f5;
}

.home-a .table .li.on::after {
  width: 100%;
}

.home-a .table-list {
  margin-top: 1.225rem;
  height: 14rem;
  overflow: hidden;
}

.p-contlist .item2 {
  width: 100%;
  overflow: auto;
}

.home-a .table-list .li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  font-size: 0;
}

.home-a .table-list .li .swiper-list {
  width: 100%;
  height: 100%;
}

.home-a .table-list .li a {
  display: block;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.home-a .table-list .li a:last-child {
  margin-right: 0;
}

.home-a .table-list .li a .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 2rem 1rem 0;
  text-align: center;
  /* color: #fff; */
  color:#333;
}

.home-a .table-list .li a .txt .hmore {
  display: inline-block;
  position: relative;
  margin-top: .6rem;
  line-height: 1;
  font-size: 16px;

}

.home-a .table-list .li a .bg {
  transition: all .8s;
}

.home-a .table-list .li a .txt .hmore::after {
  content: "";
  position: absolute;
  right: -0.6rem;
  width: 6px;
  height: 9px;
  top: 50%;
  margin-top: -4px;
  background-image: url(../img/bannerjt-2.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.home-b {
  background-color: #dedede;
}

.home-b .box {
  margin-top: 1.65rem;
}

.home-b .box .left {
  width: 50%;
  height: 12.75rem;
  float: left;
  overflow: hidden;
}

.home-b .box .right {
  width: 50%;
  height: 12.75rem;
  float: left;
  overflow: hidden;
  background-color: #fff;
  padding: 1.75rem 1.65rem;
}

.home-b .box .right .t1 {
  line-height: 1.2;
}

.home-b .box .right .t2 {
  margin-top: .7rem;
  line-height: 1;
  color: #666;
}

.home-b .box .right .t3 {
  color: #666;
  margin-top: 1rem;
  line-height: 1.5;
}

.home-b .box .right .more {
  border-color: #999;
  color: #999;
}

.home-b .list {
  margin-top: .625rem;
}

.home-b .list a {
  display: block;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  height: 13.625rem;
  float: left;
  position: relative;
  overflow: hidden;
}

.home-b .list a:last-child {
  margin-right: 0;
}

.home-b .list a .txt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20.5%;
  text-align: center;
  color: #fff;
  padding: 0.7rem 1rem;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  transition: all 0.8s;
}

.home-b .list a .txt .t2 {
  line-height: 1;
  margin-top: .3rem;
}

.home-b .list a .txt .t3 {
  margin-top: .4rem;
  line-height: 1.5;
  opacity: 0;
}

.home-b .list a .txt .more {
  margin-top: 0.6rem;

  opacity: 0;
}

.home-c {
  background-color: #fff;
}

.looking .list {
  margin-top: 1.625rem;
  display: flex;
  justify-content: space-around;
}

.looking .list a {
  display: block;
  text-align: center;
}

.looking .list a .icon {
  display: inline-block;
  vertical-align: top;
  height: .925rem;
  filter: grayscale(100);
  transition: all 0.5s;
  opacity: 0.5;
}

.looking .list a .tit-20 {
  margin-top: .75rem;
  line-height: 1;
  color: #000;
}

.looking .list a .tit-16 {
  color: #666;
  margin-top: .5rem;
  line-height: 1;
  position: relative;
}

.looking .list a .tit-16::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  background-image: url(../img/hjt.png);
  right: -0.65rem;
  top: 50%;
  transform: translateY(-50%);
  filter: grayscale(100);
  transition: all 0.5s;
  opacity: 0.5;
}

footer {
  position: relative;
  width: 100%;
  background-color: #000;
}

footer .footer-top {
  padding: 2rem 13.5% 0;

}

footer .footer-top .foot-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 2rem;
}

footer .footer-top .foot-nav .li {
  margin-right: 3.25rem;
}

footer .footer-top .foot-nav .li:last-child {
  margin-right: 0;
}

footer .footer-top .foot-nav .li .tit {
  font-size: 20px;
  display: block;
  line-height: 1;
  color: #fff;
}

footer .footer-top .foot-nav .li .sub-nav {
  margin-top: .8rem;
  white-space: nowrap;
}

footer .footer-top .foot-nav .li .sub-nav a {
  display: block;
  line-height: 1;
  color: #fff;
  margin-top: .55rem;
  opacity: 0.5;
  font-size: 16px;
  transition: all 0.5s;
}

footer .footer-top .foot-nav .li .sub-nav a:first-child {
  margin-top: 0;
}

.f-link {
  width: 7.2rem;
  height: 1.125rem;
  display: flex;
  border-radius: 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1rem;
  padding-left: .6rem;
  align-items: center;
  justify-content: flex-start;
}

.f-link .icon {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.9;
  margin-right: .4rem;

}

.pord-f .list {
  overflow: hidden;
}

.share-list {
  width: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: .7rem;
}

.share-list a {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 1;
  margin-right: .825rem;
}

.footer-bot {
  width: 100%;
  padding: .7rem 13.5%;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #999999;
  line-height: 1;
}

.footer-bot a {
  color: #999999;
  margin-left: .35rem;
  line-height: 1;
}

.sub-banner {
  height: 13.075rem;
}

.header-fix {
  padding-top: 0;
}


.sub-banner .txt {
  position: absolute;
  top: 4.5rem;
  left: 13.5%;
}

.smore {
  margin-top: 1.5rem;
  line-height: 1.25rem;
  opacity: 1;
}

.smore .tit-16 {
  display: inline-block;
  vertical-align: middle;
}

.smore .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: .6rem;
  transition: all 0.5s;
}

.par_a {
  background-color: #fff;
}

.par_a .unv-subtit {
  padding: 0 2.5rem;
}

.more2 {
  margin-top: 1.5rem;
  line-height: 1.25rem;
  border: 1px solid #999;
  color: #999;
}

.more2 .tit-16 {
  display: inline-block;
  vertical-align: middle;
}

.more2 .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: .6rem;
  position: relative;
  transition: all 0.5s;
}

.more2 .icon .op1 {
  opacity: 0;
}

.more2 .icon .op2 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100);
  opacity: 0.6;
}

.smore .icon {
  position: relative;
}

.uspc-container .swiper-pagination {
  margin-top: 1rem !important;
  position: relative;
  bottom: 0 !important;
}

.smore .icon .op1 {
  opacity: 1;
}

.smore .icon .op2 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.par_b {
  background-color: #f7f7f7;
}

.lookingb {
  background-color: #f7f7f7;
}

.par_b .list {
  margin-top: 1.45rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.par_b .list .li {
  display: block;
  position: relative;
  margin: 0 2.125rem;
  text-align: center;
}

.par_b .list .li .img {
  width: 2.95rem;
  height: 2.95rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #0560f5;
  position: relative;
  margin-bottom: .75rem;
}

.par_b .list .li::after {
  content: "";
  position: absolute;
  right: -2.8rem;
  top: 20%;

  width: 2.025rem;
  height: 1.5rem;
  background-image: url(../img/pjt.png);
  background-repeat: no-repeat;
  background-size: 100%;

}

.par_b .list .li:last-child:after {
  display: none;
}

.par_c .list {
  margin-top: 1.5rem;
}

.par_c .list .li {
  width: calc((100% - 1.5rem) / 2);
  float: left;
  margin-right: 1.5rem;

}

.par_c .list .li:nth-child(2n) {
  margin-right: 0;
}

.par_c .list .li .img {
  width: 100%;
  height: 11.4rem;
  overflow: hidden;
}

.par_c .list .li .t1 {
  margin-top: 1rem;
  line-height: 1;
}

.par_c .list .li .t2 {
  margin-top: 0.5rem;
  line-height: 1.5;
}

.usp-a {
  background-color: #f7f7f7;
}

.usp-a .left {
  width: 57%;
  float: left;
  padding-right: 3.1rem;
}

.usp-a .left .unv-subtit {
  padding-right: 2.6rem;
}

.usp-a .right {
  width: 43%;
  float: left;
  height: 10.75rem;
}

.usp-a .left .more2 {
  margin-top: 2.5rem;
}

.usp-b {
  background-color: #fff;
  padding-bottom: 1.5rem;
}

.usp-b .left {
  width: 16.5rem;
}

.usp-b .left .list {
  margin-top: .1rem;
  font-size: 0;
}

.usp-b .left .list a {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  margin-top: .9rem;
  padding: 0 0.2rem;

}

.usp-b .left .list a .icon {
  display: inline-block;
  filter: grayscale(1000%);
  transition: all 0.5s;
  height: 1rem;

}


.usp-b .left .list a .tit-18 {
  color: #000;
  margin-top: .55rem;
  transition: all 0.5s;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  text-align: center;
  /* white-space: nowrap; */
}

.usp-b .left .list a:nth-child(2n) {
  margin-right: 0;
}



.usp-b .left .list a.cur .icon {
  display: inline-block;
  filter: grayscale(0);
  transition: all 0.5s;
  opacity: 1;
}

.usp-b .left .list a.cur .tit-18 {
  color: #0560f5;

}

.usp-b-cont {
  background-color: #0560f5;
  padding: 1.5rem 13.5%;
}

.usp-b-cont .item {
  display: none;
}

.usp-b-cont .item:nth-child(1) {
  display: block;
}

.usp-b-cont .text-left,
.usp-b-cont .lh1 {
  width: 18.925rem;
}

.usp-c .view2 {
  padding-top: 0;
}

.usp-b .right {
  height: 19.5rem;
  width: 12rem;
  position: absolute;
  z-index: 3;
  top: 2.5rem;
  right: 13.5%;
}

.usp-b .right .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.usp-c {
  background-color: #fff;
}

.usp-c .uspc-container {
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
}

.usp-c .uspc-container .swiper-slide {
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
}

.usp-c .uspc-container .swiper-slide .img {
  overflow: hidden;
}

.usp-c .uspc-container .swiper-slide .img img {
  transition: all 0.5s;
}

.usp-c .uspc-container .swiper-slide .tit-20 {
  margin-top: .9rem;
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  transition: all 0.5s;
}

.usp-c .uspc-container .swiper-slide:last-child {
  margin-right: 0;
}

.usp-c .list {
  margin-top: 1.5rem;
}

.usp-c .list .big {
  width: 72%;
  height: 14.25rem;
  overflow: hidden;
  float: left;
}

.usp-c .list .big .big-container {
  height: 100%;
}

.usp-c .list .big .big-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.usp-c .list .big .big-container .swiper-slide .txt {
  width: 100%;
  padding: 2.5rem 1rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 2;
  color: #fff;
}

.usp-c .list .nav {
  width: 28%;
  float: left;
  padding-left: .6rem;
  height: 14.25rem;
  overflow: hidden;
  padding-right: 1rem;
}

.usp-c .list .nav .nav-container {
  height: 100%;
}

.usp-c .list .nav .nav-container .swiper-slide {
  width: 100%;
  height: calc((100% - 1.2rem) / 3);
  position: relative;
  margin-bottom: 0.6rem;
  cursor: pointer;
}

.usp-c .list .nav .nav-container .swiper-slide:last-child {
  margin-bottom: 0;
}

.usp-c .list .nav .nav-container .swiper-slide .txt {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: .5rem 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.nav-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
}

.nav-scrollbar .swiper-scrollbar-drag {
  background-color: #0560f5;
}

.usp-c .list .nav .nav-container .swiper-slide.on {
  border: 4px solid #0560f5;
}

.udp .usp-a .left {
  width: 56%;
  padding-right: 0;
}

.udp .usp-a .left .unv-subtit {
  padding-right: 5rem;
}

.udp .usp-a .right {
  width: 44%;
}

.lh12 {
  line-height: 1.2;
}

.udp .usp-b .left .list a {
  margin-right: 0;
}

.udp .usp-b .left .list a .tit-18 {
  white-space: normal;
  text-align: center;
  line-height: 1.5;
  margin-left: 0;
  font-size: 14px;
}

.udp .usp-c .uspc-container {
  margin-bottom: 0;
}

.udp-a {
  background-color: #fff;
}

.udp-a .unv-subtit {
  padding: 0 2rem;
}

.udp .usp-c {
  background-color: #f7f7f7;
}

.udp-a .list {
  margin-top: 2.75rem;
  text-align: center;
}

.udp-a .list .li {
  width: 6.65rem;
  height: 5rem;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 1px 12px 4px rgb(5 96 245 / 10%);
  display: inline-block;
  margin: 0 1rem;
}

.dist {
  padding-top: 1.25rem;
}

.dist .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dist .top .tit {

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dist .top .tit .tit-22 {
  margin-left: .425rem;
  line-height: 1;
  font-size: 20px;
  /* font-weight: 700; */
}

.dist .top .seach {
  display: none;
  width: 7.375rem;
  height: 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(204, 204, 204, 0.668);
  overflow: hidden;
}

.dist .top .seach .txt {
  width: calc(100% - 1.2rem);
  float: left;
  padding-left: .65rem;
  font-size: 16px;
  line-height: 1.2rem;
}

.dist .top .seach .subimt {
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  float: left;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center;
}

.selec-box {
  border-top: 1px solid rgba(204, 204, 204, 0.668);
  margin-top: 1rem;
  padding: .9rem 0;
  font-size: 0;
  position: relative;
  z-index: 23;
}

.selec-box .li {
  display: inline-block;
  line-height: 1;
  margin-right: 1.5rem;
  cursor: pointer;
}

.selec-box .li .tit {
  position: relative;
  line-height: 1;
}

.selec-box .li .tit::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  top: 30%;
  width: 6px;
  height: 9px;
  background-image: url(../img/morejt2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  filter: grayscale(1000%);
  transition: all 0.5s;

}

.selec-box .li .tit::before {
  content: "";
  position: absolute;
  bottom: -.8rem;
  width: 20px;
  height: 20px;
  left: 50%;
  background-color: #f7f7f7;
  transform: rotate(45deg);
  opacity: 0;
}

.selec-box .li .sub-li {
  display: none;
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
  background-color: #f7f7f7;
  padding: .525rem .375rem;
  border-radius: 10px;
}

.selec-box .li .sub-li .lis {
  display: inline-block;
  padding: .25rem .45rem;
  border-radius: 10px;
  line-height: 1;
  background-color: #fff;
  margin-right: .3rem;
  margin-bottom: 5px;
}

.selec-box .li .sub-li .lis img {
  display: none;
}

.selec-box .li .sub-li .lis.on img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
}

.selec-box .li.on .tit {
  color: #0560f5;
}

.selec-box .li.on .tit::before {
  opacity: 1;
}

.selec-box .li .sub-li .lis.on {
  background-color: #0560f5;
  color: #fff;
}

.dist .list {
  padding-top: 4.1rem;
}

.dist .list .a {
  display: flex;
  border-bottom: 1px solid rgba(204, 204, 204, 0.668);
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}

.dist .list .a .img {
  position: relative;
  width: 8.5rem;
  height: 5.85rem;
  background-color: #f0f7fa;
}

.dist .list .a .txt {
  width: calc(100% - 8.5rem);
  padding-left: 1rem;
}

.dist .list .a dl dt {

  margin-bottom: .7rem;
}
.dist .list .a dl dt label{
  font-size: 22px;
  color: #39425f;
  line-height: 1.2;

  display: block;
}
.dist .list .a dl  dd{
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.dist .list .a dl  dd label{
  color: #39425f;
  font-weight: bold;
}

.mbx {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  height: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 13.5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mbx a {
  display: block;
  color: #fff;
  font-size: 14px;

}

.mbx span {
  display: flex;
  margin: 0 .55rem;
}
.mbx .icon_home img{
  width: 13px;
  max-width: none;
}
.mbx .arrow_bread img{
  width: 6px;
  max-width: none;
}
.mbx.white .icon_home img,.mbx.white .arrow_bread img{
  filter: brightness(100);
}
.mbx span:first-child {
  margin-left: 0;
  margin-right: 0.3rem;
}

.sol-a {
  background-color: #f7f7f7;
}

.sol-a .unv-subtit {
  padding: 0 2.5rem;
}

.sol-b .unv-subtit {
  padding: 0 2.5rem;
}

.sol-a .list {
  margin-top: .9rem;
}

.sol-a .list a {
  display: block;
  width: calc((100% - 1.2rem) / 3);
  float: left;
  margin-top: 0.6rem;
  margin-right: 0.6rem;
}

.sol-a .list a:nth-child(3n) {
  margin-right: 0;
}

.sol-a .list a .img {
  width: 100%;
  height: 7rem;
  overflow: hidden;
}

.sol-a .list a .txt {
  background-color: #fff;
  padding: 1rem .675rem;
}

.sol-a .list a .txt .t1 {
  line-height: 1;
  color: #222222;
  position: relative;
}

.sol-a .list a .txt .t2 {
  color: #666666;
  line-height: 1.5;
  margin-top: .5rem;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.more4 {
  line-height: 1;
  color: #999;
  padding-left: 0;
  border-radius: 0;
  border: 0px;
  background-color: transparent;
  margin-top: .7rem;
}

.sol-a .list a .txt .t1::after {
  content: "";
  position: absolute;
  left: -.675rem;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #999;

}

.sols-a {
  background-color: #f7f7f7;
}

.sols-a .video-box {
  margin-top: 2rem;
  text-align: center;
}

.sols-a .video-box .img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 27.95rem;
}

.play {
  cursor: pointer;
}

.play img {
  transition: all 0.5s;
}

.play img.op1 {
  opacity: 1;
}

.play img.op2 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.play:hover img {
  transform: scale(1.2);
}

.play:hover img.op1 {
  opacity: 0;
}

.play:hover img.op2 {
  opacity: 1;
}

.sols-b {
  background-color: #fff;
}

.sols-b .unv-subtit {
  padding: 0 3.75rem;
}

.sols-b .list {
  margin-top: 2.5rem;
}

.sols-b .list .li {
  width: 33.3%;
  float: left;
  text-align: center;
  padding: 0 1.475rem;
}

.sols-b .list .li .icon {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  border: 1px solid #0560f5;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.sols-b .list .li .col-666 {
  margin-top: .5rem;
}

.sols-c {
  background-color: #f7f7f7;
}

.sols-c .list {
  margin-top: 1.875rem;
}

.sols-c .list .li {
  padding: 1.4rem 4rem;
  background-color: #fff;
  margin-bottom: 1.875rem;
}

.sols-c .list .li .t2 {
  margin-top: .2rem;
  color: #666666;
}

.sols-c .list .li .img {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.sols-c .list .li .num {
  width: 2.325rem;
  height: 3.65rem;
  background-color: #0560f5;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 1.2rem;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  border-radius: 0 0 3.65rem 3.65rem;
}

.sols-c .list .li:last-child {
  margin-bottom: 0;
}

.sols-d .sols-container {
  margin-top: 1.35rem;
  overflow: hidden;
}

.sols-d .sols-container .swiper-slide {
  width: calc((100% - 3rem) / 4);
  float: left;
  margin-right: 1rem;
  color: #222;
}

.sols-d .sols-container .swiper-slide:last-child {
  margin-right: 0;
}

.sols-d .sols-container .swiper-slide .img {
  width: 100%;
  height: 10rem;
  overflow: hidden;
  margin-bottom: .65rem;
}

.solsr-pagination {
  text-align: center;
  margin-top: 1.85rem;
}

.sols-e {
  background-color: #f7f7f7;
}

.sols-e .table {
  font-size: 0;
  text-align: center;
  margin-top: 1rem;
}

.sols-e .table .li {
  display: inline-block;
  vertical-align: top;
  font-size: .6rem;
  margin: 0 .6rem;
  line-height: 1;
  padding-bottom: .4rem;
  cursor: pointer;

}

.sols-e .table .li.on {
  border-bottom: 2px solid #0560f5;
  color: #0560f5;
}

.sols-e .list {
  margin-top: 1.25rem
}

.sols-e .list .li {
  width: 100%;
  padding: 1.5rem 1.75rem;
  background-color: #fff;
}

.sols-e .list .li .lis {
  margin-top: 1.4rem;
}

.sols-e .list .li .lis .img {
  width: 9.525rem;
  float: left;
  box-shadow: 0px 1px 9px 0px rgb(148 153 161 / 10%)
}

.sols-e .list .li .lis .right {
  width: calc(100% - 9.525rem);
  float: left;
  padding-left: 1.5rem;
}

.sols-e .list .li .lis .right .lisp {
  height: 2.875rem;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.2;
}

.sols-e .list .li .lis .right .lisp .more {
  margin-top: 0;
}

.sols-e .list .li .lis .right .lisp .p2 {
  font-size: 14px;
}

.sols-e .list .li .lis .right .lisp:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sols-e .list .li .lis .right .lisp .p1 {
  width: 15%;
}

.sols-e .list .li .lis .right .lisp .more .tit-16 {
  font-size: 16px;
}

.sols-f {
  background-color: #fff;
}

.sols-f .unv-subtit {
  padding: 0 4.5rem;
}

.sev-a .list .li .txt .tit-16 {
  margin-top: 0.35rem;
}

.sols-f .list {
  margin-top: 1.6rem;
  overflow: hidden;

}

.sols-f .list .left {
  width: 50%;
  float: left;
  height: 10.75rem;
}

.sols-f .list .left .bg-container {
  width: 100%;
  height: 10.75rem;
  overflow: hidden;
  position: relative;
}

.bg-pagination {
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: 0.2rem !important;
}

.bg-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.bg-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0560f5;
}

.cf7 {
  background-color: #f7f7f7;
}

.sols-f .list .right {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 2.1rem;
}

.sols-f .list .right .t1 {
  color: #0560f5;
}

.sols-f .list .right .t2 {
  position: relative;
  padding-left: .6rem;
  color: #999999;
  line-height: 1;
  margin-top: 0.2rem;
}

.sols-f .list .right .t2::after {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../img/diz.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.sols-f .list .right .t3 {
  margin-top: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sols-f .list .right .t4 {
  margin-top: .6rem;
}

.more5 {
  border: 1px solid #666;
  line-height: 1.25rem;
  color: #666;
}

.more5 .tit-16 {
  line-height: 1.25rem;
}

.adds-nav {
  height: 1.5rem;
  background-color: #fff;


}

.adds-nav .wr {
  padding: 0 13.5%;
  height: 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.115);
}

.adds-nav a {
  display: block;
  font-size: 14px;
  line-height: 1.5rem;
  float: left;
  margin-right: .9rem;
  color: #333;
  position: relative;
}

.adds-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0560f5;
  transition: all 0.5s;
}

.adds-nav a.on {
  color: #0560f5;

}

.adds-nav a.on::after {
  width: 100%;
}

.inde-a {
  background-color: #f7f7f7;
}

.inde-a .left {
  width: 53%;
  float: left;
}

.inde-a .left .unv-subtit {
  margin-top: 1rem;
}

.inde-a .right {
  width: 47%;
  float: left;
  padding-left: 2.25rem;
}

.inde-b {
  background-color: #fff;
}

.inde-b .img {
  position: relative;
  margin-top: 2.9rem;
}

.inde-b .img img {
  display: inline-block;
}

.inde-b .img {
  margin-bottom: 3rem;
}

.inde-b .list {
  margin-top: 1.25rem;
  padding: 0 1.4rem;
}

.inde-b .list a {
  display: block;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  float: left;
  margin-top: 0.5rem;
}

.inde-b .list a:nth-child(3n) {
  margin-right: 0;
}

.inde-b .list a .pic {
  width: 100%;
  overflow: hidden;
}

.inde-b .list a .pic img {
  width: 100%;
  transition: all 0.5s;
}

.inde-b .list a .txt {
  padding: .6rem 0.45rem;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.inde-b .list a .txt .tit-20 {
  line-height: 1;
  color: #333;
}

.inde-b .list a .txt .icon {
  position: relative;
}

.inde-b .list a .txt .icon .op1 {
  opacity: 1;
}

.inde-b .list a .txt .icon .op2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.inde-c {
  background-color: #f7f7f7;
}

.inde-c .list {
  background-color: #fff;

  margin-top: 2rem;
}

.inde-e.sols-d .sols-container .swiper-slide .img {
  height: 7.975rem;
}

.s-info {}

.s-info .left {
  width: 73%;
  float: left;
  padding-right: 2.75rem;
}

.s-info .right {
  width: 27%;
  float: left;
}

.s-info .right .tit {
  width: 100%;
  background-color: #cdcdcd;
  padding: .75rem 1.05rem;
  line-height: 1;
}

.s-info .right a {
  display: block;
  width: 100%;
  height: 1.375rem;
  background-color: #fbfbfb;
  padding-left: 1.15rem;
  padding-right: 1rem;
  display: flex;
  color: #333;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.s-info .right a .icon {
  position: relative;
}

.s-info .right a .icon .op1 {
  opacity: 1;
}

.s-info .right a .icon .op2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.s-info .left .tx {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #dfdfdf;
}

.s-info .left .box {
  padding: 1.5rem;
  box-shadow: 0 1px 6px 1px #f3f3f36b;
  padding-bottom: 1.85rem;
}

.s-info .left .box .t1 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.s-info .left .box .yh {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  opacity: 0.1;
}

.s-info .left .cont {
  margin-top: 1.85rem;

}

.s-info .left .cont .unv-color {
  margin-bottom: .35rem;
}

.s-info .left .cont .li {
  padding-top: 1.25rem;
}

.s-info .left .cont .li .img {
  margin-top: 1.625rem;
  margin-bottom: 1.5rem;
}

.s-info .left .cont .li p {
  margin-top: .8rem;
}

.news {
  background-color: #fff;
}

.news .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news .top .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1rem;
}

.news .top .list .li {
  display: block;
  padding: 0 .375rem;
  line-height: .65rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.5s;
  cursor: pointer;
}



.news .top .list .li.on {
  background-color: #0560f5;
  color: #fff;
}

.news-list {
  margin-top: 1.125rem;
}

.news-list a {

  display: flex;

}

.news-list a .img {
  overflow: hidden;
  width: 11.325rem;
  height: 6.25rem;
}

.news-list a .txt {
  width: calc(100% - 11.325rem);
  background-color: #f2f2f2;
  padding: 1rem;
  height: 6.25rem;
  margin-bottom: 0.75rem;
  color: #333;
}

.news-list a .txt .t1 {
  margin: 0.25rem 0;
  line-height: 1;
  transition: all 0.5s;
}

.news-list a .txt .t2 {
  color: #666666;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.news-list a .txt .more {
  margin-top: .6rem;
}

.news-list a .img .bg {
  transition: all 0.5s;
}

.ev-list {
  width: 100%;
  margin-top: 1.5rem;
}

.ev-list a {
  display: block;
  width: calc((100% - 1.5rem) / 4);
  margin-right: 0.5rem;
  color: #333;
  float: left;
  margin-bottom: 1.2rem;
}

.ev-list a:nth-child(4n) {
  margin-right: 0;
}

.ev-list a .img {
  width: 100%;
  height: 5rem;
  margin-bottom: .45rem;
  overflow: hidden;

}

.ev-list a .img .bg {
  transition: all 0.5s;
}

.ev-ul {
  width: 100%;
  display: flex;
}

.ev-ul div {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #999;
  padding-left: .65rem;
  margin-right: 0.2rem;
}

.ev-ul .data::after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../img/rq.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.ev-ul .dz::after {
  content: "";
  width: 13px;
  height: 17px;
  background-image: url(../img/dz.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.news-list .ev-ul {
  margin: 0.25rem 0;
}

.ca-list {
  width: 100%;
  margin-top: 1.5rem;
}

.ca-list a {
  display: block;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  color: #333;
  float: left;
  margin-bottom: 1.2rem;
}

.ca-list a:nth-child(3n) {
  margin-right: 0;
}

.ca-list a .img {
  width: 100%;
  height: 7.5rem;
  margin-bottom: .45rem;
  overflow: hidden;

}

.ca-list a .img .bg {
  transition: all 0.5s;
}

.ca-list a .tit-20 {
  margin-top: 15px;
}

.ca-list a .tit-16 {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.video-list {
  width: 100%;
  margin-top: 1.5rem;
}

.video-list a {
  display: block;
  /* width: calc((100% - 1.5rem) / 4); */
  width: calc((100% - 2rem) / 4);
  margin-right: 0.5rem;
  color: #333;
  float: left;
  margin-bottom: .7rem;
}

.video-list a:nth-child(4n) {
  /* margin-right: 0; */
}

.video-list a .img {
  width: 100%;
  height: 4.725rem;
  margin-bottom: .45rem;
  overflow: hidden;
  position: relative;

}

.video-contents .left .unv-tit {
  font-size: 36px;
  line-height: 1.2;
}

.video-list a .img .bg {
  transition: all 0.5s;
}

.video-list a .tit-20 {
  margin-top: 0;
  line-height: 2;
  font-size: 16px;
}

.video-list a .tit-16 {
  color: #999;
  overflow: hidden;
  font-size: 14px;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.news-info {
  position: relative;
  background-color: #fafafa;
}

.news-info .mbx {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-info .mbx a {
  color: #333;
}

.news-info .ctn {
  padding: 0 1.95rem;
}
.news-info .ctn p {
line-height: 1.4;
margin-bottom: 20px;
/* text-align: justify;
text-justify: inter-ideograph; */
}

.news-info .cont .time {
  margin-top: 0.4rem;
}

.shear-box {
  text-align: center;
  font-size: 0;
  margin: 1rem 0;
  width: 5rem;
  display: flex;
}

.shear-box a {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin: 0 .25rem;
  border: 1px solid #e5eefc;
}

.shear-box a img {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
}

.news-info .tit-16 img {
  display: inline-block;
}

.bank {
  margin-top: 2rem;
  display: inline-block;
}

.bank .icon {
  display: inline-block;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.bank .tit-16 {
  display: inline-block;
  margin-left: .5rem;
  color: #333;
}

.tjxw .t1 {
  margin-top: 0.3rem;
}

.video-contents .left {
  width: 72%;
  background-color: #fff;
  padding: 1.125rem 1.875rem;
  float: left;
}

.video-contents .right {
  width: 28%;
  float: left;
  padding-left: 1.5rem;
}

.video-contents .right .video-list {
  margin-top: 0.35rem;
}

.video-contents .right .video-list a {
  width: 100%;
}

.video-contents .left .box {
  display: flex;
  margin-top: .5rem;

  align-items: center;
  justify-content: flex-start;

}

.video-contents .left .shear-box {
  margin: 0;
}

.video-contents .left .ctn {
  padding: 0;
  margin-top: 1.375rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5eefc;
}



.sign {
  height: 100vh;
}

.sign .right {
  width: 50%;
  float: right;
  height: 100%;
  background-image: url(../img/image.jfif);
  background-size: cover;
  background-position: center;
  position: relative;

}

.sign .right .txt {
  width: 100%;
}

.sign .right .txt img {
  display: inline-block;
  margin-bottom: .65rem;
}

.sign .right .txt .lh1 {
  word-spacing: .4rem;
}

.sign .right .txt .tit-16 {
  letter-spacing: 7px;
}

.sign .left {
  width: 50%;
  height: 100vh;
  float: left;
  background-color: #f7f7f7;
  position: relative;
}



.sign .left .head {
  position: relative;
  height: 1.75rem;
  padding: 0 .8rem;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.sign .left .head .logo {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;



}

.sign .left .head .language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding-right: 28px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
}

.sign .left .head .language .icon {
  width: 20px;
  height: 20px;
}

.sign .left .head .language .icon svg {
  fill: #333;
  width: 20px;
  height: 20px;
}

.sign .left .head .language .txt {
  line-height: 1;
  margin-left: .4rem;
  position: relative;
}

.sign .left .head .language .txt::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right: -28px;
  top: 0;
  transform: rotate(135deg);
}

.sign .left .box {
  width: 12.5rem;
  padding: 1.125rem .95rem;
  background-color: #fff;
  box-shadow: 0 1px 12px 4px rgb(5 96 245 / 10%);
}

.sign .left .box .li {
  width: 100%;
  height: auto;
  margin-bottom: .4rem;
  position: relative;
  border-radius: 8px;
  /* overflow: hidden; */
}

.sign .left .box .li.usr {
  margin-top: 1rem;
}

.sign .left .box .li input {
  width: 100%;
  height: 100%;
  padding: 0 1.3rem 0 .35rem;
  line-height: 1.5rem;
  font-size: 16px;
  height: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.sign .left .box .li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.3rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.sign .left .box .usr::after {
  background-image: url(../img/usr.png);
}

.sign .left .box .pas::after {
  background-image: url(../img/pas.png);
}

.sign .left .box .mail::after {
  background-image: url(../img/mail.png);
}

.sign .left .box .li .tt {
  line-height: 1rem;
  color: red;
  display: none;
}

.sign .left .box .sub {
  line-height: 1.5rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .45rem;
  background-color: #0560f5;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 1rem;
}

.sign .left .box .alist {
  margin-top: .6rem;
  font-size: 16px;
}

.sign .left .box .alist a {
  display: inline-block;

  color: #333;
  margin-right: .7rem;
}

.sign .left .box .alist a:hover {
  color: #0560f5;
}

.sign .left .box .mail.on input {
  border-color: red;
}

.sign .left .box .mail.on .tt {
  display: block;
}

.sign .left .box .code.on input {
  border-color: red;
}

.sign .left .box .code.on .tt {
  display: block;
}

.sign .left .box .usr.on input {
  border-color: red;
}

.sign .left .box .usr.on .tt {
  display: block;
}

.sign .left .box .pas.on input {
  border-color: red;
}

.sign .left .box .pas.on .tt {
  display: block;
}

.sign .left .box .code .img {
  position: absolute;
  right: 0.2rem;
  top: 5%;
  height: 100%;
  overflow: hidden;
}

.sign .left .box .code .img img {
  height: 50%;
}

.sign .left .box .alist2 a {
  color: #0560f5;
}


.sol-b .list {
  margin-top: .9rem;
}

.sol-b .list a {
  display: block;
  width: calc((100% - 1.2rem) / 3);
  float: left;
  margin-top: 0.6rem;
  margin-right: 0.6rem;
}

.sol-b .list a:nth-child(3n) {
  margin-right: 0;
}

.sol-b .list a .img {
  width: 100%;
  height: 7rem;
  overflow: hidden;
}

.sol-b .list a .txt {
  background-color: #f7f7f7;
  padding: 1rem .675rem;
}

.sol-b .list a .txt .t1 {
  line-height: 1;
  color: #222222;
  position: relative;
}

.sol-b .list a .txt .t2 {
  color: #666666;
  line-height: 1.5;
  margin-top: .65rem;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}



.sol-b .list a .txt .t1::after {
  content: "";
  position: absolute;
  left: -.675rem;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #999;
}

.buy {
  background-color: #fafafa;
}

.buy .mbx {
  position: relative;
  border-bottom: 1px solid rgba(190, 173, 173, 0.227);
}

.buy .mbx a {
  color: #333;
}

.buy .list {
  margin-top: 1.5rem;
}

.buy .list .li {
  width: calc((100% - 1.5rem) / 3);
  float: left;
  margin-right: .5rem;
  background-color: #fff;
  padding: 2rem 1.2rem;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}

.buy .list .li:nth-child(3n) {
  margin-right: 0;
}

.news .top .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news .top .tit .icon {
  margin-right: 0.5rem;
}

.buy .list .li .icon {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.buy .list .li .tit-16 {
  line-height: 1.3;
  margin-top: 0.5rem;
  color: #666;
  /* height: 2rem; */
  height:3rem;
  display: -webkit-box;
  overflow: hidden;
  /*autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.buy .list .li .more {
  /* margin-top: 2.2rem; */
  margin-top: 1.2rem;
}

.sup-banner {
  height: 10.85rem;
}

.sup-banner .s-seach {
  width: 15rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-top: .5rem;
}

.sup-banner .s-seach .txt {
  width: calc(100% - 1.625rem);
  float: left;
  height: 1.5rem;
  padding-left: .775rem;
  font-size: 16px;
  background-color: #fff;
}

.sup-banner .s-seach .submit {
  float: right;
  height: 1.5rem;
  width: 1.625rem;
  background-color: #0560f5;
  background-image: url(../img/search3.png);
  background-repeat: no-repeat;
  background-position: center;
}

.hot-words {
  margin-top: .5rem;
  line-height: 1;
}

.hot-words a {
  display: inline-block;
  color: #fff;
  margin-right: .25rem;
}

.sup-adds {
  background-color: #fff;
  height: 2.75rem;
  padding: 0 13.5%;
  border-bottom: 1px solid rgba(199, 193, 193, 0.553);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sup-adds .tit-20 {
  white-space: nowrap;
  font-size: 16px;
}

.sup-a .unv-subtit {
  padding: 0 3.75rem;
}

.sup-a .unv-subtit br {
  display: none;
}

.sup-adds .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sup-adds .list .li {
  margin-left: 2.75rem;
  color: #999;
  text-align: center;
}

.sup-adds .list .li .icon {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
  display: inline-block;
}

.sup-adds .list .li .tit-16 {
  margin-top: .1rem;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  white-space: nowrap;
}

.sup-adds .list .li:last-child {
  margin-left: 1rem;
}

.sup-a {
  background-color: #fff;
}

.sup-a .list {
  margin-top: 1.5rem;
}

.sup-a .list .li {
  width: calc((100% - 1.4rem) / 5);
  float: left;
  margin-right: .35rem;
  background-color: #f7f7f7;
  padding: 1.6rem 0.7rem;
  text-align: center;
  transition: all 0.5s;
}

.sup-a .list .li .icon {
  display: inline-block;
  margin-bottom: .5rem;
}

.sup-a .list .li .tit-22 {
  line-height: 1;
  color: #000;
}

.sup-a .list .li .tit-16 {
  line-height: 1.4;
  margin-top: .45rem;
  height: 1.6rem;
}

.sup-a .list .li:nth-child(5n) {
  margin-right: 0;
}

.cf {
  background-color: #fff
}

.sup-b .libox {
  margin-top: 1rem;
  display: block;

}

.sup-b .libox .left {
  width: 68%;
  float: left;
  height: 13rem;
  position: relative;
}

.sup-b .libox .right {
  width: 32%;
  float: right;
  background-color: #fff;
  height: 13rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.sup-b .libox .right .t1 {
  margin-top: .8rem;
  margin-bottom: 1rem;
}

.sup-b .list .ca-list {
  margin-top: .5rem;
}

.sup-b .list .ca-list a {
  margin-bottom: 0;
}

.sup-b .list .ca-list a .img {
  height: 6.4rem;

}

.sup-b .list .ca-list a .tit-16 {
  word-break: keep-all;


  display: block;
}

.sup-c .ca-list {
  margin-top: 1.5rem;
}

.sup-c .ca-list a {
  margin-bottom: 0;
}

.sup-c .ca-list a .img {
  height: 6.4rem;
  position: relative;

}

.sup-c .ca-list a .tit-16 {
  word-break: keep-all;


  display: block;
}

.dist.news .list {
  padding-top: 0;
}

.video-list .tit-16 {
  line-height: 1.2;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}
.video-list.howlist{
  display: flex;
  flex-wrap: wrap;
}
.video-list.howlist a {
  margin-bottom: 1rem;
}

.video-list.howlist a:nth-child(3n) {
  margin-right: 0.5rem;
}

.video-list.howlist a:nth-child(4n) {
  /* margin-right: 0; */
}

.down.buy .list .li {
  width: calc((100% - 2rem) / 4);
  padding: 2rem .5rem;
}

.down.buy .list .li .icon {
  margin-bottom: 1rem;
}

.down.buy .list .li:nth-child(3n) {
  margin-right: .5rem;
}

.down.buy .list .li .more {
  margin-top: 1.75rem;
}

.tools .adds-nav {
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.down.buy.cyb .list .li .more {
  margin-top: 2rem;
}

.tools-a .list {
  margin-top: 2.25rem;
  text-align: center;
}

.tools-a .list .li {
  width: calc((100% - 1.5rem) / 3);

  display: inline-block;
  background-color: #fff;

  padding: 2rem 1.2rem;
  transition: all 0.5s;
  text-align: center;
}

.tools-a .list .li .icon {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.tools-a .list .li .tit-16 {
  line-height: 1.3;
  margin-top: 0.5rem;
  color: #666;
  height: 1rem;

}

.tools-a .list .li .more {
  margin-top: 2.2rem;
}


.pc-header .h-bot .right-btn .box .op1 {
  opacity: 1;
}

.pc-header .h-bot .right-btn .box .op2 {
  opacity: 0;
}

.sev-a .list {
  margin-top: 1.5rem;
}

.sev-a .list .li {
  background-color: #fff;
  width: calc((100% - .5rem) / 2);
  margin-right: .5rem;
  float: left;
  padding: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
}

.sev-a .list .li:nth-child(2n) {
  margin-right: 0;
}

.sev-a .list .li .icon {
  width: 3.425rem;
  height: 3.425rem;
  background-color: #0560f5;
  border-radius: 50%;
  position: relative;
}

.sev-a .list .li .txt {
  width: calc(100% - 3.425rem);
  padding-left: 1.5rem;
}

.aca .list {
  margin-top: 1.5rem;
}

.aca .list a {
  display: block;
  width: calc((100% - 1rem) / 3);
  margin-right: .5rem;
  height: 11.125rem;
  overflow: hidden;
  float: left;
  position: relative;
}

.aca .list a:nth-child(3n) {
  margin-right: 0;
}

.aca .list a .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-top: 1rem;
  padding-bottom: .45rem;
  transform: translateY(1rem);
  transition: all 0.5s;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 1));
}

.aca .list a .txt .tit-24 {
  font-size: 20px;
}

.inde-e.sols-d .sols-container .swiper-slide .tit-24 {
  font-size: 20px;
}

.aca .list a .more {
  margin-top: .75rem;
  /* transform: scaleY(0); */
  opacity: 0;
  /* line-height: 1rem; */
}

.basic .list {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap:wrap;
}

.basic .list a {
  display: block;
  /* width: calc((100% - 1.05rem) / 4); */
   width: calc((100% - 1.4rem) / 4); 
  margin-right: .35rem;
  float: left;
  margin-bottom: 1.15rem;
}

.basic .list a .img {
  width: 100%;
  height: 5.25rem;
  overflow: hidden;
  position: relative;
}

.basic .list a .img .bg {
  transition: all 0.5s;
}

.basic .list a .t1 {
  line-height: 1.2;
  margin-top: .6rem;
  font-size: 16px;
}

/* .basic .list a:nth-child(4n) {
  margin-right: 0;
} */

.basic .list a .more {
  margin-top: .2rem;
}

.basic .seclet {
  font-size: 0;
  text-align-last: left;
  margin-top: 1.625rem;
}

.basic .seclet .sec {
  display: inline-block;
  vertical-align: top;
  width: 11.35rem;
  height: 1.65rem;
  background: #EFEFEF;
  cursor: pointer;
  z-index: 3;
  position: relative;
  margin-right: .5rem;
}

.basic .seclet .sec .tit {
  width: 100%;
  height: 100%;
  padding: 0 .75rem;
  font-size: 16px;
  line-height: 1.625rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-ser {
  position: absolute;
  top: 1.65rem;
  width: 100%;
  background-color: #EFEFEF;
  padding: 0 1rem 0.6rem;
  border-top: 1px solid #ccc;
  display: none;
}

.sub-ser a {
  display: block;
  line-height: 1.2rem;
  color: #333;
  /* border-bottom: 1px solid #ccc; */
}

.basic .seclet .sec .seach {
  width: 100%;
  height: 100%;
  padding: 0 .75rem;
  font-size: 16px;
  line-height: 1.625rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.basic .seclet .sec .seach input {
  height: 100%;
  width: 60%;
  background-color: transparent;
}

.sub-banner .unv-subtit {
  padding-left: 0 !important;
  font-size: 18px;
}

.basic .list2 {
  margin-top: 1.25rem;
}

.basic .list2 a {
  display: block;
  width: calc((100% - .75rem) / 3);
  margin-right: .35rem;
  float: left;
  margin-bottom: 1.15rem;
}

.basic .list2 a:nth-child(3n) {
  margin-right: 0;
}

.basic .list2 a .img {
  width: 100%;
  height: 6.4rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.4rem;
}


.basic .list2 a .img .bg {
  transition: all 0.5s;
}

.sop-banner {
  height: 10.8rem;
}

.fap .left {
  width: 9rem;
  background-color: #fff;
  float: left;
  padding: 1rem .5rem;
  height: 28.475rem;
}

.fap .left .li {
  margin-top: .7rem;
  position: relative;
  cursor: pointer;

}

.fap.faqs .left {
  height: 27.5rem;
}

.fap.faqs .right {
  height: 27.5rem;
}

.fap .left .li .tit {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.fap .left .li .sub-a {
  display: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.fap .left .li .sub-a .lis {
  display: block;
  margin-top: .6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fap .left .li .sub-a .lis .box {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}

.fap .left .li .sub-a .lis .tit-16 {
  line-height: 1;
}

.fap .left .li .sub-a .lis.on {
  color: #0560f5;
}

.fap .left .li .sub-a .lis.on .box {
  background-color: #0560f5;


}

.fap .right {
  width: calc(100% - 10rem);
  float: right;
  background-color: #fff;
  height: 28.475rem;
  padding: 1.475rem;
  padding-top: 0.5rem;
}

.fap .right .list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fap .right .list a .con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fap .right .list a .q {
  width: .95rem;
  height: .95rem;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: .95rem;
  margin-right: .5rem;
  transition: all 0.5s;
}

.fap .right .list a .tit-20 {
  line-height: 1;
  color: #333;
  transition: all 0.5s;
}

.fap .right .list a .icon {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
}

.fap .right .list {
  margin-bottom: 1rem;
}

.faqdel .mbx {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faqdel .cont .right {
  background-color: #fff;
  width: 7.5rem;
  float: right;
}

.faqdel .cont .right .tit {
  padding: .75rem;
  background: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faqdel .cont .right a {
  display: block;
  padding: .4rem .75rem;
  font-size: 16px;
  line-height: 1.3;
  transition: all 0.5s;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faqdel .cont .left {
  width: calc(100% - 10.5rem);
  float: left;
}

.download .right {
  height: auto;
}

.faqdel .cont .left .unv-color {
  margin-top: 1rem;
}

.faqdel .cont .left .more .icon {
  margin-right: .4rem;
  margin-left: 0;
}

.download .left .ones .tit-24 {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 20px;
}

.download .left .ones .li {
  padding: 0 0.5rem;
}

.download .left .ones .two {
  display: none;
}

.download .left .ones .li .tit {
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.download .left .ones .tit-24 .icon::after {
  content: "+";
  position: absolute;
  font-size: .75rem;
  right: 0;
  top: 0;
  width: .75rem;
  overflow: hidden;
}

.download .left .ones {
  padding-bottom: 1rem;
}

.fap .right .list2 {}

.fap .right .list2 a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: .825rem 0;
  position: relative;
  padding-top: 0.65rem;
}
.fap .right .list2 a .tit-18{
	margin-bottom:10px;
}	
.fap .right .list2 a .tit-14 {
	line-height:1.4;
}
.fap .right .list2 a .icon {
  position: absolute;
  right: 0;
  /* bottom: 0.5rem; */
  bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-self: start;
}

.fap .right .list2 a .icon .tit-14 {
  color: #999;
  line-height: 1;
  margin-left: 0.2rem;
  transform: translateY(2px);
}

.fap .right .list2,
.fap .right .list3 {
  margin-bottom: 1rem;
}

.fap .right .list3 .li {
  border-bottom: 0;
  padding: 0;
  cursor: pointer;
}

.fap .right .list3 .li .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0;
  position: relative;
}

.fap .right .list3 .li .con {
  padding: .475rem 0 .675rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}

.fap .right .list3 .li .con .t2 {
  margin-top: .3rem;

}

.fap .right .list3 .li .con a {
  color: #999;
  position: relative;
  padding-right: 1.5rem;
}

.fap .right .list3 .li .con .ali::after {
  content: "";
  position: absolute;
  right: 0;
  width: 13px;
  top: 50%;
  margin-top: -7px;
  height: 12px;
  background-image: url(../img/down.png);
}

.fap .right .list3 .li .top .icon {
  position: absolute;
  right: 0;
  top: 48%;
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
}

.fap .right .list3 .li.on .top .icon {
  filter: grayscale(0);
  opacity: 1;
  transform: rotate(-90deg);
}


.cybed .right {
  width: 7.5rem;
  float: right;
  padding-top: .7rem;
}

.cybed .right .list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .6rem;
}

.cybed .right a {
  display: block;
  background-color: #fff;
  padding: .5rem .65rem;
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.cybed .left {
  width: calc(100% - 10.5rem);
  float: left;
}

.cybed .left .list {
  background-color: #fff;
  margin-top: .6rem;
}

.cybed .left .list a {
  width: 100%;
  display: flex;
  padding: .6rem 1rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cybed .left .list a .tit-16 {
  color: #333;

}
.cybed .left .list a .tit-14 {
line-height: 1.4;

}

.cybed .left .list a .tit-16::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0.5rem;
  top: 0.8rem;
}

.notice .list {
  margin-top: 1.5rem;
}

.notice .list a {
  display: block;
  width: calc((100% - 1.5rem) / 4);
  float: left;
  margin-right: .5rem;
  text-align: center;
  color: #333;
}

.notice .list a:last-child {
  margin-right: 0;
}

.notice .list a .img {
  width: 100%;
  height: 5.25rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.notice .list a .img .bg {
  transition: all 0.5s;
}

.notice .list a .more {
  margin-top: 0;
  padding: 0;
}

.notice .list a .more .icon {
  margin-left: 0.2rem;
}

.contact-a .list {
  margin-top: 1.5rem;
}

.contact-a .list .li {
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  float: left;
  text-align: center;
}

.contact-a .list .li:nth-child(3n) {
  margin-right: 0;
}

.contact-a .list .li .img {
  width: 100%;
  height: 7.25rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.contact-a .list .li .img .bg {
  transition: all 0.5s;
}

.contact-a .list .li .lh12 {
  margin-top: 0.1rem;
  line-height: 1.4;
}

.contact-b .map {
  width: 27.475rem;
  margin: 0 auto;
  position: relative;
}

.contact-b .map .item {
  position: absolute;
  width: 2.55rem;
  height: 2.55rem;
  background: #B1CEFF;
  border-radius: 50%;
  text-align: center;
  color: #222;
  text-align: center;
  font-size: .45rem;
  line-height: 1.2;
  transition: all 0.5s;
  cursor: pointer;
}

.contact-b .map .item1 {
  top: 18%;
  left: 50%;
}

.contact-b .map .item2 {
  top: 29%;
  left: 71%;
}

.contact-b .map .item3 {
  top: 53%;
  left: 50%;
}

.contact-b .map .item4 {
  top: 65%;
  left: 26%;
}

.contact-b .map .item5 {
  top: 20%;
  left: 10%;
}
.contact-b .map .item6 {
    top: 45%;
    left: 79%;
  }
  .contact-b .map .item7 {
    top: 35%;
    left: 59%;
  }

.contact-b .map .item.on {
  background: #0962F5;
  color: #fff;
}

.contact-b .table {
  font-size: 0;
  text-align: center;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-evenly;
}

.contact-b .table .li {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.adds-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-b .table .li.on::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0560f5;
  bottom: -.5rem;
  left: 0;
}

.contact-b .table .li.on {
  color: #0560f5;
}

.contact-b .list {
  margin-top: 1.5rem;
}

.contact-b .list .li {
  width: calc((100% - 0.5rem) / 2);
  float: left;
  margin-right: 0.5rem;
  margin-bottom: .5rem;
}

.contact-b .list .li:nth-child(2n) {
  margin-right: 0;
}

.contact-b .list .li .img {
  overflow: hidden;
  width: 100%;
  height: 8rem;
}

.contact-b .list .li .txt {
  padding: 1.375rem 1.175rem;
  background-color: #fff;
}

.contact-b .list .li .txt .tit-16 {
  display: flex;
  align-items: center;
  justify-self: start;
  margin-top: .4rem;
  line-height: 1.5;
}

.contact-b .list .li .txt .tit-24 {
  line-height: 1;
  margin-bottom: .75rem;
}

.contact-b .list .li .txt .tit-16 .icon {
  margin-right: .5rem;
}
.contact-b .list .li .txt .tit-16 .icon img {
 max-width:none ;
}

.contact-b .list .item {
  display: none;
}

.pord-b .list {
  margin-top: 1.5rem;
}

.pord-b .list .li {
  width: calc((100% - 1rem) / 3);
  background-color: #fff;
  padding: 1.1rem .875rem;
  float: left;
  margin-right: 0.5rem;
  transition: all 0.5s;
}

.pord-b .list .li:nth-child(3n) {
  margin-right: 0;
}

.pord-b .list.four .li{
  width: calc((100% - 1.5rem) / 4);
}
.pord-b .list.four .li:nth-child(3n){
  margin-right: 0.5rem;
}
.pord-b .list.four .li:nth-child(4n){
  margin-right: 0rem;
}
.pord-b .list .li .img {
  width: 100%;
  height: 6.3rem;
  position: relative;
}

.pord-b .list .li .tit-24 {
  margin-top: .9rem;
  line-height: 1;
  margin-bottom: .7rem;
}

.pord-b .list .li .col-666 {
  line-height: 1.5;
  height:2.4rem;
}
.pord-b .list.four .col-666 {
  line-height: 1.5;
  height:4rem;

}
.pord-c {
  height: 15.5rem;
}

.poc-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.poc-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.poc-container .swiper-slide .txt {
  position: absolute;
  left: 13.5%;
  top: 0;
  height: 100%;
  width: 11.35rem;
  background: #0560F5;
  padding: 0 1.6rem;
  padding-top: 3.325rem;

}

.poc-container .swiper-slide .txt .t1 {
  line-height: 1;
  margin-bottom: 1.6rem;
}

.poc-container .swiper-slide .txt .t2 {
  opacity: 0.6;
  margin-top: 0.5rem;
}

.poc-container .swiper-slide .txt .more {
  margin-top: 0.5rem;
}

.poc-container .swiper-slide .txt .img {
  /* margin-top: 1rem; */
  margin-top: 0rem;
  width: 8.3rem;
  /* margin-left: 3.5rem; */
  margin-left: 5.5rem;
}

.poc-container .banner-prev,
.poc-container .banner-next {
  opacity: 0.5;
}

.pord-d .list {
  margin-top: 1.5rem;
  overflow: hidden;
}

.pord-d .list .li {
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  float: left;
  text-align: center;
}

.pord-d .list .li:last-child {
  margin-right: 0;
}

.pord-d .list .li .img {
  width: 100%;
  height: 7.975rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
}

.pord-d .list .li .img .bg {
  transition: all 0.5s;
}

.pord-e .list {
  margin-top: 1.5rem;
}

.pord-e .list a {
  width: calc((100% - 1rem) / 3);
  margin-right: .5rem;
  height: 2.8rem;
  float: left;
  background-image: url(../img/product/bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  padding: 0 1rem;
  color: #333;
}

.pord-e .list a:nth-child(3n) {
  margin-right: 0;
}

.pord-e .list a .img {
  width: 1.575rem;
  height: 1.575rem;
  background: #222222;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}

.pord-e .list a .icon {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
}

.pord-f .list {
  margin-top: 1.5rem;
}

.pord-f .list a {
  width: calc((100% - 1rem) / 3);
  margin-right: .5rem;
  height: 11.5rem;
  float: left;
  color: #333;
  position: relative;
  overflow: hidden;
}

.pord-f .list a:nth-child(3n) {
  margin-right: 0;
}

.pord-f .list a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .925rem 0rem;
  text-align: center;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.pord-f .list a .txt .tit-24 {
  font-size: 20px;
}

.pordu-a .li {
  margin-bottom: 2rem;
}

.pordu-a .li:last-child {
  margin-bottom: 0;
}

.pordu-a .li .left {
  float: left;
  width: 50%;
  padding-right: 1.875rem;
  height: 8.75rem;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.pordu-a .li .right {
  width: 50%;
  float: right;
}

.pordu-a .li .left .tit-16 {
  margin-top: 1rem;
  line-height: 1.5;
}

.pordu-a .li:nth-child(2n) .left {
  float: right;
  padding-right: 0;
  padding-left: 1.875rem;
}

.pordu-a .li:nth-child(2n) .right {
  float: left;
}

.pordu-b .list {
  margin-top: 1.5rem;
}

.pordu-b .list .li {
  width: calc((100% - 1rem) / 3);
  margin-right: .5rem;
  float: left;
  text-align: center;
  position: relative;
}

.pordu-b .list .li:nth-child(3n) {
  margin-right: 0;
}

.pordu-b .list .li .icon {
  width: 96px;
  height: 96px;
  border: 1px solid #0560F5;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 1.425rem;
  position: relative;
}

.pordu-b .list .li .col-666 {
  line-height: 1.5;
  margin-top: .45rem;

}

.pordu-c .conts {
  margin-top: 1.5rem;
}

.pordu-c .conts .left {
  width: 8.925rem;
  /* min-height: 33.55rem; */
  float: left;
  background: #FFFFFF;
  padding: 1.05rem .625rem;
}

.pordu-c .conts .left .seach {
  width: 100%;
  height: 1.2rem;
  background: #F5F5F5;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  margin-top: .65rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.2rem;
}

.pordu-c .conts .left .seach input {
  width: 80%;
  height: 100%;
  line-height: 1.2rem;
  background-color: transparent;
  padding: 0 .45rem;
  font-size: 16px;
}

.pordu-c .conts .left .seach .subimt {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  cursor: pointer;
}


.pordu-c .conts .left .li {
  margin-top: .7rem;
  position: relative;
  cursor: pointer;

}

.pordu-c .conts .left .li .tit {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pordu-c .conts .left .li .sub-a {
  display: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pordu-c .conts .left .li .sub-a .lis {
  display: block;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pordu-c .conts .left .li .sub-a .lis .box {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}

.pordu-c .conts .left .li .sub-a .lis .tit-16 {
  line-height: 1;
}

.pordu-c .conts .left .li .sub-a .lis.on {
  color: #0560f5;
}

.pordu-c .conts .left .li .sub-a .lis.on .box {
  background-color: #0560f5;


}

.pordu-c .conts .left .li .tit.on {
  font-weight: 700;
}

.pordu-c .conts .right {

  width: calc(100% - 10rem);
  float: right;
}
/*配件产品的选项卡2022-11-11*/
.pordu-c .abtn{
  margin-bottom: 30px;
  display: inline-block;

}
.pordu-c .abtn a{
display: block;
  width: auto;
  padding: 0px 10px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 15px;
  float: left;
  background-color: white;
}
.pordu-c .abtn a.act, .pordu-c .abtn a:hover{
border: 1px solid #0560F5;
  color: white;
  background-color:#0560F5 ;
}


/* new */

.pordu-c .conts .right .list .a {
  display: block;
  background-color: #fff;
  padding: .55rem;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  float: left;
  margin-bottom: 0.5rem;
  transition: all 0.5s;
}
.pordu-c .conts .right .list .a a{
  display: block;
  background-color: #fff;
  width: 100%;
}

.pordu-c .conts .right .list .a:nth-child(3n) {
  margin-right: 0;
}

.pordu-c .conts .right .list .a .check {
  display: block;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pordu-c .conts .right .list .a .check .box {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}

.pordu-c .conts .right .list .a .check .tit-15 {
  line-height: 1;
  color: #222;
  font-size: 14px;
}

.pordu-c .conts .right .list .a .img {
  width: 100%;
  height: 4.57rem;
  text-align: center;
}

.pordu-c .conts .right .list .a .img img {
  max-height: 100%;
  display: inline-block;
  margin: auto;
}

.pordu-c .conts .right .list .a .tit-18 {
  color: #222;
  line-height: 1.2;
  margin-top: .475rem;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pordu-c .conts .right .list .a .tit-16 {
  color: #666;
  line-height: 1.2;
  margin-top: 0.2rem;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*old
.pordu-c .conts .right .list a {
  display: block;
  background-color: #fff;
  padding: .55rem;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  float: left;
  margin-bottom: 0.5rem;
  transition: all 0.5s;
}

.pordu-c .conts .right .list a:nth-child(3n) {
  margin-right: 0;
}

.pordu-c .conts .right .list a .check {
  display: block;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pordu-c .conts .right .list a .check .box {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}

.pordu-c .conts .right .list a .check .tit-15 {
  line-height: 1;
  color: #222;
  font-size: 14px;
}

.pordu-c .conts .right .list a .img {
  width: 100%;
  height: 4.57rem;
  text-align: center;
}

.pordu-c .conts .right .list a .img img {
  max-height: 100%;
  display: inline-block;
  margin: auto;
}

.pordu-c .conts .right .list a .tit-18 {
  color: #222;
  line-height: 1.2;
  margin-top: .475rem;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pordu-c .conts .right .list a .tit-16 {
  color: #666;
  line-height: 1.2;
  margin-top: 0.2rem;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*/
.pordu-c .conts .right .wpage {
  margin-top: 1.5rem;
}

.pordu-d .list {
  overflow: hidden;
}

.pordu-d .list .solsr-pagination {
  margin-top: 1rem;
}

.pordu-e {
  padding-top: 0;
}

.pordu-e .list {
  margin-top: 1.5rem;
  overflow: hidden;

}

.pordu-e .list .swiper-slide {
  display: block;
  width: calc((100% - 0.5rem) / 2);
  height: 9.75rem;
  position: relative;
  margin-right: 0.5rem;
  overflow: hidden;

}

.pordu-e .list .swiper-slide:last-child {
  margin-right: 0;
}

.pordu-e .list .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  padding: 1.45rem 1.175rem;
  color: #fff;
  background-color: rgb(0,0,0,0.5);
    height: -webkit-fill-available;

}

.pordu-e .list .swiper-slide .txt .t1 {
  line-height: 1.2;
}

.pordu-e .list .swiper-slide .txt .t2 {
  line-height: 1.2;
  margin-top: .6rem;
  opacity: 0.7;
}

.pordu-e .list .swiper-slide .txt .more {
  margin-top: .7rem;
}

.pordu-e .list .swiper-slide .img {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  width: 50%;
  transform: translateY(35%);
}

.series-a .t1 {
  margin-top: 1.5rem;
}

.series-a .list {
  margin-top: .7rem;
}

.series-a .list .li {
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  background-color: #fff;
  padding: .8rem 1rem;
  float: left;
  height: 2.45rem;
  display: flex;
  align-items: center;
  justify-self: start;
}

.series-a .list .li:nth-child(3n) {
  margin-right: 0;
}

.series-a .list .li .icon {
  margin-right: .5rem;
}

.series-a .list .li .tit-16 {
  width: 80%;
  font-size: 14px;
}

.series-a {
  padding-bottom: 0;
  z-index: 3;
}

.series-a .img {
  position: relative;
  transform: translateY(2rem);
  width: 71%;
  margin: auto;
}

.series-b {
  padding-top: 4rem;
}

.series-b .table {
  font-size: 0;
  text-align: center;
  margin-top: 1.375rem;
}

.series-b .table .li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: .2rem;
  margin: 0 0.8rem;
  position: relative;
  cursor: pointer;
}

.series-b .table .li.on {
  color: #0560F5;
}

.series-b .table .li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0560f5;
  transition: all 0.5s;
}

.series-b .table .li.on::after {
  width: 100%;
}

.series-b .list2 {
  margin-top: .9rem;
}

.series-b .list2 .item {
  display: none;
}

.series-b .list2 .li {
  width: calc((100% - 0.5rem) / 2);
  margin-right: 0.5rem;
  float: left;
}

.series-b .list3 .li {
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  float: left;
  text-align: center;
  position: relative;
}

.series-b .list2 .li:nth-child(2n) {
  margin-right: 0;
}

.series-b .list2 .li .img {
  width: 100%;
  height: 9.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.series-b .pordu-b .list .li .icon {
  margin-bottom: 1rem;
  border: 0;
}

.series-b .pordu-b .list .li:nth-child(1) .icon {
  background: #0560F5;
}

.series-b .pordu-b .list .li:nth-child(2) .icon {
  background: #EF3E2E;
}

.series-b .pordu-b .list .li:nth-child(3) .icon {
  background: #18B36A;
}

.series-b .pordu-b .list .li .col-666 {
  margin-top: 0;
}

.series-c .unv-subtit {
  text-align: center !important;
}

.series-c .list {
  margin-top: 1.5rem;
}

.series-c .list .swiper-slide {
  color: #333;
}

.series-c .list .swiper-slide {
  display: block;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.series-c .list .swiper-slide:last-child {
  margin-right: 0;
}

.series-c .list .swiper-slide .img {
  width: 100%;
  height: 7rem;
  overflow: hidden;
}

.series-c .list .swiper-slide .tit-24 {
  line-height: 2;
  margin-top: 0.1rem;
  font-size: 16px;
}

.series-c .list .swiper-slide .tit-16 {
  color: #666666;
  line-height: 1.2;
  margin-top: 0.2rem;
}

.series-c .list .swiper-slide .tit-16 .li {
  margin-bottom: 0.3rem;
  padding-left: 0.5rem;
  position: relative;
  font-size: 14px;
}

.series-c .list .swiper-slide .tit-16 .li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0560f5;
  top: 5px;
  left: 0;
}

.series-d .list {
  margin-top: 1rem;
  padding: 0.5rem;
  overflow: hidden;
}

.series-d .list a {
  width: calc((100% - 1.5rem) / 4);
  margin-right: 0.5rem;
  display: block;
  background-color: #f7f7f7;
  float: left;
  padding: .575rem;
  transition: all .5s;
}

.series-d .list a:last-child {
  margin-right: 0;
}

.series-d .list a .img {}

.series-d .list a .img {
  width: 100%;
  height: 4.57rem;
  text-align: center;
  margin-bottom: .85rem;
}

.series-d .list a .img img {
  max-height: 100%;
  display: inline-block;
  margin: auto;
}

.series-d .list a .tit-24 {
  margin-bottom: 0.2rem;
  color: #222;
}

.series-d .list a .tit-16 {
  line-height: .6rem;
  height: 2.4rem;
  color: #666;
}

.series-d .prev,
.series-d .next {
  width: 1.275rem;
  height: 1.275rem;
  border: 1px solid #0560f5;
  opacity: 0.6;
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 48%;
  filter: grayscale(100);
  cursor: pointer;
  transition: all 0.5s;
}

.series-d .prev {
  left: 5%;
  transform: rotate(180deg);
}

.series-d .next {
  right: 5%;
}

.aca .buy-a {
  padding: 2.5rem 13.5% 2.25rem;
}

.aca .unv-subtit {
  padding: 0 3.75rem;
}

.aca .list a {
  height: 12.5rem;
}



.aca .list a .txt .t2 {
  line-height: 1.2;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}

.series a {
  display: inline-block;
  vertical-align: top;
  padding: .3rem .5rem;
  margin-top: .85rem;
  border: 1px solid #0560F5;
  border-radius: 26px;
  filter: grayscale(100);
  transition: all 0.5s;
}

.series a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.series a .tit-16 {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #0560F5;
}

.pdel .left {
  width: 38.8%;
  float: left;
}

.pdel .left .big {
  width: 100%;
  height: 9rem;
  background-color: #fff;
}

.bigs-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.pdel .left .big .swiper-slide {
  position: relative;
  height: 100%;
  width: 100%;
}

.pdel .left .small {
  width: 100%;
  height: 2.5rem;
  margin-top: 0.5rem;
  padding: 0 .825rem;
  position: relative;
}

.smalls-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.pdel .left .small .swiper-slide {
  position: relative;
  height: 100%;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  background-color: #fff;
}

.pdel .left .small .swiper-slide:last-child {
  margin-right: 0;
}

.pdel .left .small .swiper-slide img {
  max-width: 50%;
}

.pdel .left .small .prev,
.pdel .left .small .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  filter: grayscale(100);
}

.pdel .left .small .prev {
  left: 0;
  transform: rotate(180deg);
}

.pdel .left .small .next {
  right: 0;
}

.pdel .right {
  width: 50%;
  float: right;
}

.pdel .right p {
  position: relative;
  padding-left: 20px;
}

.pdel .right p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 30px;
  line-height: 1;
}

.pdel .right .t2 {
  margin-bottom: .5rem;
}

.pdel .left .small .swiper-slide.on::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0560F5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.por-nv {
  height: 2.05rem;
  background: #D8D8D8;
  padding: 0 13.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.por-nv .nav .li {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 14px;
  cursor: pointer;
  position: relative;

}

.por-nv .nav .li.on {
  color: #0560F5;
}

.por-nv .nav .li.on::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0560f5;
  bottom: -.7rem;
  left: 0;
}

.por-nv .right a {
  display: flex;
  color: #222;
  align-items: center;
}

.por-nv .right a .icon {
  margin-right: 0.5rem;
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 1
}

.p-contlist {
  padding: 1.25rem 13.5%;
}

.p-contlist .item {
  display: none;
}

.p-contlist .item4 a {
  display: flex;
  align-items: center;
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  padding: .6rem 1.2rem .6rem 1rem;
  float: left;
  color: #222;
  transition: all 0.5s;
}

.p-contlist .item4 a:nth-child(3n) {
  margin-right: 0;
}

.p-contlist .item4 a .icon {
  filter: grayscale(1000%);
  transition: all 0.5s;
  opacity: 0.6;
  margin-right: 0.4rem;
}

.p-contlist .item4 a .tit-16 {
  line-height: 1.2;
  display: inline-block;
  width: 85%;
}


.p-contlist .item1 .li {
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.098);
  margin-bottom: 0.75rem;
}

.p-contlist .item1 .li .tit-16 {
  margin-top: 0.5rem;
}

.p-contlist .item1 .li .tit-16 p {
  position: relative;
  padding-left: .5rem;
}

.p-contlist .item1 .li .tit-16 p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #0560F5;
  border-radius: 50%;
}

.p-contlist .item2 table {
  width: 100%;
  border: 1px solid #ccc;
  font-size: .4rem !important;
}

.p-contlist .item2 table td {
  border-bottom: 1px solid #ccc;
}

.p-contlist .item2 table td:nth-child(1) {
  border-right: 1px solid #ccc;
}

.p-contlist .item3 .list .li {
  width: calc((100% - 1.5rem) / 4);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  float: left;
  margin-bottom: 0.4rem;

}

.p-contlist .item3 .list .li:nth-child(4n) {
  margin-right: 0;
}

.p-contlist .item3 .list .li .img {
  width: 100%;
  height: 4.9rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 0.4rem;
  overflow: hidden;
}

.p-contlist .item3 .list .li .img img {
  max-height: 80%;
  transition: all 0.5s;
}

.p-contlist .item3 .list .li .tit-16 {
  line-height: 1.2;
  color: #666;
  font-size:14px;
}

.p-contlist .item5 .video-list {
  margin-top: 0;
}


.comp .top {
  padding: .2rem .925rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comp .top .right {
  display: flex;
  align-items: center;
  justify-content: start;
}

.comp .top .right .check {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 0.75rem;
  cursor: pointer;
}

.comp .top .right .check .box {
  width: 19px;
  height: 19px;
  background: #DEDEDE;
  position: relative;

}

.comp .top .right .check .box img {
  opacity: 0;
}

.comp .top .right .check .tit-18 {
  line-height: 1;
  margin-left: 0.4rem;
}

.comp .top .right .check.on .box {
  background-color: #0560F5;
  color: #0560F5;
}

.comp .top .right .check.on .box img {
  opacity: 1;
}

.comp .top .right .more {
  margin-top: 0;
  line-height: 1rem;
}

.comp .list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  white-space: nowrap;

}

.comp .content {
  margin-top: 1.5rem;
}

.comp .list .li-tit {
  width: 210px;
  display: inline-block;
  vertical-align: top;

}

.comp .list .li-tit div {
  padding: 28px 39px;
  height: 70px;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.comp .list .li-tit .tit {
  font-weight: 800;
  font-size: 18px;
  border-right: 0;
}

.comp .list .li-tit div:first-child {
  height: 240px;
}

.comp .list .pli {
  width: 7.3rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;

}

.comp .list .pli .li {
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  height: 70px;
  font-size: 16px;
  line-height: 1;
}

.comp .list .pli .pimg {
  height: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.comp .list .pli .tit {
  border-right: 0;
}

.comp .list .pli:last-child .tit {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.comp .list .pli .pimg .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #DEDEDE;
  cursor: pointer;
}

.kf {
  position: fixed;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 10;
  background-color: #0560F5;
  cursor: pointer;
}
.kf .tran-middle{
  width: 24px;
}

.kf-doil {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.kf-doil .mak {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.kf-doil .box {
  background-color: #fff;
  position: absolute;
  padding: 1.8rem 0;
  width: 35rem;
}

.kf-doil .box .list {
  margin-top: 1.5rem;
  overflow: hidden;
}

.kf-doil .box .list .li {
  width: 33.3%;
  text-align: center;
  padding: 0 0.5rem;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.kf-doil .box .list .li .icon {
  display: inline-block;
  height: 2.8rem;
}

.kf-doil .box .list .li .tit-16 {
  height: 2.4rem;
  margin-top: 0.5rem;
}

.kf-doil .close {
  width: .85rem;
  height: .85rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 1rem;

  right: 1rem;
  cursor: pointer;
  /* display: none; */
}

.kf-doil .close img {
  transition: all 0.5s;
}

/* .kf-doil .close::after {
  content: "";
  position: absolute;
  top: .85rem;
  width: 2px;
  height: .625rem;
  left: 50%;
  background-color: #fff;
} */


.supp-nav {
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1.875rem;
  display: none;
  border-bottom: 1px solid #ccc;
}


.supp-nav .left {
  background-color: #f7f7f7;
  padding-top: 1rem;
  padding-left: 13.5%;
  width: 33.75%;
  height: auto;
  padding-bottom: 1rem;
}

.supp-nav .left .pli {
  width: 100%;

}

.supp-nav .left .pli .ptit {
  line-height: 1;
  padding: .3rem .5rem;
  font-size: .4rem;
  display: block;
  color: #000;
  transition: all 0.5s;
  position: relative;
}


.supp-nav .left .pli .ptit::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #0560f5;
  opacity: 0;
  transition: all 0.5s;
  display: none;
}

.supp-nav .left .pli .porbox {
  width: 66.25%;
  position: absolute;
  left: 33.75%;
  top: 0;
  height: 600px;
  padding-right: 13.5%;
  /* border-left: 1px solid #ccc; */
  display: none;
}

.supp-nav .left .pli .porbox .left {
  padding-left: 0;
  width: 12rem;
  background-color: #fff;
  padding-left: .5rem;
}

.supp-nav .left .pli .porbox .left .ptit {
  padding-left: 1rem;
}

.supp-nav .left .pli .porbox .left .list {
  position: absolute;
  left: 12rem;
  top: 1rem;
  width: 12rem;
  padding-left: .5rem;
  display: none;
  height: 9.5rem;
  overflow: auto;
}



.supp-nav .left .pli.cur .ptit1 {
  background-color: #e5eefc;
}

.supp-nav .left .pli.cur .ptit1::after {
  opacity: 1;
}

.supp-nav .left .pli2.cur .ptit2 {
  background-color: #e5eefc;
}

.supp-nav .left .pli2.cur .ptit2::after {
  opacity: 1;
}

.rma.buy .list .li .icon {
  margin-bottom: 0.5rem;
}

.rma.buy .list .li {
  padding: 2rem 1rem;
  transition: all 0.5s;
}

.rma.buy .list .li .more {
  margin-top: 1rem;
}

.sub-banner .unv-tit {
  font-size: 1.2rem;
}

.adds-nav .wr.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}

.pc-header.fixed {
  opacity: 0;
  display: none;
}

.sols-a .unv-subtit {
  padding: 0 3.75rem;
}



.webpage .page {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*翻页*/


.webpage .page {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.webpage .page img {
  margin-right: 5px;
}


.webpage .page input {
  margin-left: 5px;

}

.webpage .page input[type="button"] {
  height: 28px;
  line-height: 28px;
}


.webpage .page span input,
.webpage .page input[type="button"] {
  background-color: white;
  border: 1px solid #aaa;
  height: 28px;
}


.webpage .page span input {
  vertical-align: top;
}


.webpage .page input[type="button"] {
  width: 28px;
  height: 28px;
}

.news .top .list .li img {
  display: none;
}

.news .top .list .li.on img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
}

.news {
  padding-top: 1.25rem;
}

.webpage {
  margin-top: 1rem;
}

.events .news-list a .img {
  height: 6.375rem;
}

.events .news-list a .img {
  height: 8.5rem;
}

.events .news-list a .txt {
  height: 8.5rem;
}


.video-contents .shear-box a {
  width: 1rem;
  height: 1rem;

}

.video-contents .shear-box a img {
  opacity: 1;
}

.video-contents {
  padding-top: 1.25rem;
}

.events .news-list a .txt .ev-ul {
  margin: 0.25rem 0;
}

.events .news-list a .txt .t2 {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body.ntop {
  padding-top: 0;
}

.wl img {
  display: inline-block;
}

.buy-a {
  padding: 2.5rem 10% 2.25rem;
}

.sup .bot {
  height: 2.2rem;
  background-color: #fff;
  padding: 0 13.5%;
}

.sup .bot-list {
  width: 100%;
  border-top: 1px solid #e6e6e6;


  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 1rem;
}

.sup .bot .bot-list {
  height: 100%;
}

.sup .bot-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  position: relative;
  margin-right: 2.75rem;
}

.sup .bot-list a .tit-16 {
  margin-left: .6rem;
  line-height: 1;
  position: relative;
  transition: all 0.5s;
}

.sup .bot-list a .tit-16::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  right: -1rem;
  top: 6px;
  transform: rotate(45deg);
  transition: all 0.5s;
  transition: all 0.5s;
}

.basic .buy-a {
  padding: 2.5rem 13.5% 2.25rem;
}

.basic .buy-a .unv-subtit {
  padding: 0 3.75rem;
  text-align: justify;
}

.careers-a {
  height: 18.5rem;
}

.careers-a .t1 {
  margin-top: 1.825rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.careers-a .t3 {
  margin-top: 1.2rem;
  line-height: 1.7;
}

.careers-b .list {
  margin-top: 1.5rem;
}

.careers-b .list .li {
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  float: left;

}

.careers-b .list .li:nth-child(3n) {
  margin-right: 0;
}

.careers-b .list .li .img {
  width: 100%;
  height: 7.75rem;
  overflow: hidden;
}

.careers-b .list .li .t1 {
  margin: .95rem 0 .4rem;
  line-height: 1;
}

.careers-b .list .li .t2 {
  line-height: 1.5;
}

.careers-c .list {
  margin-top: 1.25rem;
}

.careers-c .list .li {
  width: 100%;
  box-shadow: 0px 13px 29px 0px rgba(199, 199, 199, 0.31);
  margin-bottom: 0.2rem;
}

.careers-c .list .li .litop {
  width: 100%;
  height: 2.025rem;
  background: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .7rem 0 1.5rem;
  transition: all 0.5s;
}

.careers-c .list .li .litop .icon {
  width: .75rem;
  height: .75rem;
  background: #EBEBEB;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}

.careers-c .list .li .litop .icon .line {
  width: 2px;
  height: 12px;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.careers-c .list .li .litop .icon .line:nth-child(2) {
  width: 12px;
  height: 2px;
}

.careers-c .list .li .li-content {
  width: 100%;
  background: #FFFFFF;
  padding: 1.125rem 1.475rem 1.85rem;
  display: none;
}

.careers-c .list .li .li-content .tit-20 {
  margin-bottom: .5rem;
  line-height: 1;
}

.careers-c .list .li .li-content .t2 {
  color: #666;
  margin-bottom: 1rem;
}

.careers-c .list .li .li-content .t2 p {
  position: relative;
  padding-left: 20px;

}

.careers-c .list .li .li-content .t2 p::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0962F5;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.careers-c .list .li .li-content .t3 {
  color: #0560F5;
}

.careers-c .list .li .li-content .t3 a {
  color: #0560F5;
  text-decoration: underline;
}

.careers-c .list .li .litop.on {
  background-color: #0560F5;
  color: #fff;
}

.careers-c .list .li .litop.on .icon {
  background-color: #fff;
}

.careers-c .list .li .litop.on .icon .line:nth-child(1) {
  opacity: 0;
}


.inde-b .img .item {
  position: absolute;

  width: 13px;
  height: 13px;

}

.inde-b .img .item1 {
  top: 50%;
  left: 49%;
}

.inde-b .img .item .box {
  width: 13px;
  height: 13px;
  background-color: #0560F5;
  border-radius: 50%;
  line-height: 13px;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #fff;
}

.inde-b .img .item::after {
  content: "";
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  height: 22px;
  background-color: #0560F5;
  opacity: 0.5;
  z-index: 1;
}

.inde-b .img .item1 .line {
  width: 1px;
  height: 5.25rem;
  border: 1px dashed #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.inde-b .img .item1 .line2 {
  width: 8rem;
  height: 1px;
  border: 1px dashed #000;
  opacity: 0.3;
  position: absolute;
  top: -5.25rem;
  transform: translateX(-100%);
}

.inde-b .img .item1 .imgbox {
  position: absolute;
  left: -8rem;
  top: -5.25rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);

}

.inde-b .img .item2 {
  top: 60%;
  left: 50%;
}


.inde-b .img .item2 .line {
  width: 11.375rem;
  height: 1px;
  border: 1px dashed #000;
  opacity: 0.4;
  position: absolute;
  top: 6px;
  transform: translateX(-100%);
}

.inde-b .img .item2 .imgbox {
  position: absolute;
  left: -11.375rem;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;

  /* overflow: hidden; */
  transform: translate(-50%, -50%);

}


.inde-b .img .item3 {
  top: 16%;
  left: 52.5%;
}


.inde-b .img .item3 .line {
  width: 11.375rem;
  height: 1px;
  border: 1px dashed #000;
  opacity: 0.4;
  position: absolute;
  top: 6px;
  left: 0;
}

.inde-b .img .item .imgbox .imgs {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 13px 29px 0px rgba(199, 199, 199, 0.31);
  border: 3px solid #fff;
}


.inde-b .img .item3 .imgbox {
  position: absolute;
  left: 11.375rem;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;

  transform: translate(-50%, -50%);

}

.inde-b .img .item4 {
  top: 40%;
  left: 62%;
}


.inde-b .img .item4 .line {
  width: 1px;
  height: 2.125rem;
  border: 1px dashed #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 6px;

}

.inde-b .img .item4 .imgbox {
  position: absolute;
  left: 8rem;
  top: 2.125rem;
  width: 2.5rem;

  height: 2.5rem;
  transform: translate(-50%, -50%);

}

.inde-b .img .item4 .line2 {
  width: 8rem;
  height: 1px;
  border: 1px dashed #000;
  opacity: 0.3;
  position: absolute;
  top: 2.125rem;
  left: 6px;
}



.inde-b .img .item5 {
  top: 66%;
  left: 56%;
}


.inde-b .img .item5 .line {
  width: 1px;
  height: 2.125rem;
  border: 1px dashed #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 6px;
}

.inde-b .img .item5 .imgbox {
  position: absolute;
  left: 5rem;
  top: 2.125rem;
  width: 2.5rem;
  height: 2.5rem;

  transform: translate(-50%, -50%);

}

.inde-b .img .item5 .line2 {
  width: 5rem;
  height: 1px;
  border: 1px dashed #000;
  opacity: 0.3;
  position: absolute;
  top: 2.125rem;
  left: 6px;
}


.inde-b .img .item6 {
  top: 53%;
  left: 41%;
}


.inde-b .img .item6 .line {
  width: 1px;
  height: 2.125rem;
  border: 1px dashed #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 6px;
  transform: translateY(-100%);
}

.inde-b .img .item6 .imgbox {
  position: absolute;
  left: -11.25rem;
  top: -2.125rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);


}

.inde-b .img .item6 .line2 {
  width: 11.25rem;
  height: 1px;
  border: 1px dashed #000;
  opacity: 0.3;
  position: absolute;
  top: -2.125rem;
  left: 6px;
  transform: translateX(-100%);
}

.inde-b .img .item .imgbox .tit-16 {
  margin-top: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}

.pord-a .unv-subtit {
  padding: 0 3.85rem;
}

.series-e .aca .buy-a {
  padding: 0;
}

.h-close {
  position: absolute;
  right: 8%;
  z-index: 99;

  width: 1.125rem;
  height: 1.125rem;
  background-color: #e6e6e6;
  border-radius: 50%;
  z-index: 4;
  top: 1rem;
  cursor: pointer;
  transition: all 0.5s;
}



.seac-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 13.5%;

  display: none;
}

.seac-box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

}

.seac-box input {
  outline: 0;
  border: 0;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 50%;
  background: 0;
  margin-left: 20px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin: 0 1rem;
}

.seac-box span.clear {
  transform: scaleX(1.2);
  font-size: 21px;
  cursor: pointer;
  color: #333;
}

.tage {
  position: relative;

}

.tage img {
  display: inline-block;
  margin-left: 0.2rem;
  vertical-align: middle;
}



/* .pord-d .prev,
.pord-d .next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  z-index: 3;
  cursor: pointer;
  background-image: url(../img/morejt4.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.pord-d .prev {
  left: 2.5rem;
  transform: rotate(180deg);
}

.pord-d .next {
  right: 2.5rem;

} */

.main-jt {}


.main-jt .prev,
.main-jt .next {
  width: 1.275rem;
  height: 1.275rem;
  border: 1px solid #0560f5;
  opacity: 0.6;
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 46%;
  filter: grayscale(100);
  cursor: pointer;
  transition: all 0.5s;
}

.main-jt .prev {
  left: 5%;
  transform: rotate(180deg);
}

.main-jt .next {
  right: 5%;
}

.pordu-e .prev,
.pordu-e .next {
  top: 41%
}

.p-contlist .item3 .list .li {
  color: #222;
}

.s-bots {
  position: absolute;
  bottom: 1rem;
  left: 10%;
  font-size: 14px;
}

.contact-b .unv-subtit {
  padding: 0 3.75rem;
}


.f-cbs {

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-cbs span {
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.m-nav {
  display: none;
}

.icon-list {
  margin-top: 1.5rem;
  font-size: 0;
}

.icon-list .li {
  display: inline-block;
  width: 1.8rem;
  margin: 0.05rem;
}

.pc-header .h-bot .nav .li .tit {
  position: relative;
}

.pc-header .h-bot .nav .li .tit::before {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 50%;
  width: 6px;
  height: 9px;
  background-image: url(../img/morejt2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  filter: grayscale(100%);
  transition: all 0.5s;
  margin-top: -3px;
}

.pc-header .h-bot .nav .li:nth-child(6) .tit::before {
  display: none;
}

.pc-header .h-bot .nav .li:nth-child(7) .tit::before {
  display: none;
}

.sols-f .next,
.sols-f .prev {
  top: 58%;
}

/*新增文档下载页面样式*/
.zhym .conts {
  margin-top: 0;
}
.zhym .conts .left {
  width: 8.925rem;
  min-height: 23.55rem;
  float: left;
  background: #FFFFFF;
  padding: 1.05rem 0.625rem;
}

.zhym .conts .left .moreli .tit {
  color: #0560F5;
}

.zhym .conts .left .icon {
  transform: rotate(-90deg);
}

.zhym .conts .left .moreli .icon {
  transform: rotate(0deg);
}

/* 2022/10/28 */
.zhym .conts .left{
    /* height: 41.55rem; */
    height: auto;
  }
  .pordu-c .conts .right{
    /* height: 41.55rem; */
    overflow: auto;
  }
  .fap .right .list2 a{
    /* padding: 1.5rem 0; */
    padding: 0.5rem 0 1rem 0; 
  }
  .adds-nav a.actc{
    color: #0560f5;
  }
  .adds-nav a.actc::after{
    width: 100%;
  }
  
  .video-list a .tit-20{
    line-height: 1.5;
    height: 48px;
  }
  .ev-ul {
    margin-top: 0.5rem;
  }
  .ev-ul div{
    padding-left: 0;
  }
  .ev-ul div.dz{
    display: none;
  }
  .ev-ul div {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #999;
    padding-left: 0;
    margin-right: 0;
    margin-top: 0.25rem;
    line-height: 1.5;
    height: 84px;
  }
  


@media (max-width: 768px) {
  .about-l .content{
    display: block;
  }
}
  
/*新增关于我们和服务支持培训的页面*/


.ab-banner {
  height: 20rem;
}

.ab-banner .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5rem;
  text-align: center;
  color: #fff;
}

.ab-banner .txt .tit-52 {
  line-height: 1.2;
}

.ab-banner .txt .t2 {
  width: 28.075rem;
  margin: 0 auto;
  margin-top: 1.15rem;
}

.about-a {
  background-image: url(../img/abouta.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.7rem 0 2rem;
}

.about-a .content {
  margin-top: 1.85rem;
}

.about-a .content .left {
  float: left;
  width: 54%;
  height: 14.5rem;
  overflow: hidden;
}

.about-a .content .right {
  float: left;
  width: 46%;
  height: 14.5rem;
  overflow: hidden;
  padding: 0 2.75rem;
  padding-right: 5rem;
}

.about-a .content .right .li {
  padding: .95rem 0;
  border-bottom: 1px solid rgba(236, 236, 236, 0.264);
}

.about-a .content .right .li .tit-16 {
  margin-top: 0.5rem;
}

.about-b {
  background: #F5F5F5;
}

.about-b .list {
  margin-top: 1.5rem;
}

.about-b .list a {
  display: flex;
  width: calc((100% - 0.9rem) / 3);
  margin-right: 0.45rem;
  background-color: #fff;
  float: left;
  height: 5.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;

}

.about-b .list a:nth-child(3n) {
  margin-right: 0;
}

.about-b .list a .icon {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  margin-top: 1.125rem;
  background-color: #0560F5;
  margin-bottom: .6rem;
  position: relative;
}

.about-b .list a .icon img {
  max-width: 40%;
}

.about-b .list a .tit-20 {
  line-height: 1;
  color: #333;
}

.about-c {
  background-color: #fff;
}

.about-c .right {
  width: 50%;
  float: left;
  height: 18.025rem;
  overflow: hidden;
}

.about-c .left {
  width: 50%;
  float: left;
  height: 18.025rem;
  padding-top: 2.5rem;
}

.about-c .left .list {
  margin-top: 1rem;
}

.about-c .left .list .li {
  width: 50%;
  float: left;
  margin-top: 1rem;
}

.about-c .left .list .li .tit-48 {
  font-weight: 600;
  line-height: 1;
}

.about-c .left .list .li:nth-child(1) .tit-48 {
  color: #00A562;
}

.about-c .left .list .li .tit-16 {
  margin-top: 0.5rem;
  padding-right: 1.5rem;
  height: 1rem;
}

.about-c .left .list .li:nth-child(2) .tit-48 {
  color: #560093;
}

.about-d {
  height: 17.5rem;
  padding-top: 2.45rem;
}

.srightcontainer {
  position: absolute;
  right: 13.5%;
  top: 35%;
  height: 7rem;
  overflow: hidden;
  padding-right: 1rem;
}

.srightcontainer .swiper-slide {
  font-size: .55rem;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  text-align: right;
}

.srightcontainer .swiper-slide.swiper-slide-active {
  opacity: 1;
  font-size: 0.8rem;
}

.ser-scrollbar {
  opacity: 1 !important;
  background: rgba(255, 255, 255, .1) !important;
}

.swiper-scrollbar-drag {
  background-color: #fff !important;
}

.sleftcontainer {
  position: absolute;
  top: 35%;
  left: 20%;
  overflow: hidden;
  width: 60%;
  text-align: center;
  height: 50%;
}

.sleftcontainer .swiper-slide {
  color: #fff;
}

.sleftcontainer .swiper-slide .tit-18 {
  line-height: 1.5;
  margin-top: 0.5rem;
}

.about-e {
  background-color: #fff;
}

.about-e .left {
  width: 77%;
  float: left;
}

.about-e .right {
  width: 23%;
  float: right;
  padding-left: 1rem;
}

.about-e .right .li {
  margin-bottom: 2.5rem;
}

.about-e .right .li .tit-86 {
  font-size: 2.15rem;
  line-height: 1;
  color: #0560F5;
  font-weight: 700;
}

.about-e .right .li .tit-18 {
  margin-top: 0.5rem;
  line-height: 1.2;
}

.about-e .right .li:nth-child(2) .tit-86 {
  color: #18B36A;
}

.about-e .content {
  margin-top: 1rem;
}

.about-f .abf-container {
  margin-top: 1.5rem;
  overflow: hidden;
}

.about-f .abf-container .swiper-slide {
  width: calc((100% - 6rem) / 5);
  margin-right: 1.5rem;
  text-align: center;
}

.about-f .abf-container .swiper-slide:last-child {
  margin-right: 0;
}

.about-f .abf-container .swiper-slide .img {
  width: 100%;
  margin-bottom: 1.35rem;
}

.about-f .banner-next {
  right: -2.5rem;
}

.about-f .banner-prev {
  left: -2.5rem;
}

.about-f .solsr-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.about-g {
  background-color: #fff;
}

.about-g .content {
  margin-top: 1.4rem;
}

.abg-container .swiper-slide {
  position: relative;
  height: 3.075rem;
  border: 1px solid rgba(204, 204, 204, 0.316);
}

.about-g .next,
.about-g .prev {
  top: 50%;
}

.about-h {
  height: 24rem;
}

.about-h .txt {
  margin-top: 4%;
}

.about-i {
  background-color: #fff;
}

.about-i .content {
  margin-top: 1.5rem;
}

.about-i .content .left {
  float: left;
  width: 58%;
}

.about-i .content .right {
  float: left;
  width: 42%;
  padding-left: 3.175rem;
}

.about-i .list {
  margin-top: 1rem;
}

.about-i .list .li {
  width: 50%;
  float: left;
  margin-top: 1.5rem;
}

.about-i .list .li .tit-48 {
  font-weight: 700;
  line-height: 1;
  color: #00A562;

}

.about-i .list .li:nth-child(1) .tit-48 {
  color: #0560F5
}

.about-i .list .li .tit-16 {
  margin-top: 0.5rem;

  height: 1rem;
}

.about-i .list .li:nth-child(2) .tit-48 {
  color: #0560F5
}

.about-j {
  background: #F5F5F5;
  text-align: center;
  padding-bottom: 5rem;
}

.about-j .content {
  display: inline-block;
  margin: 0 auto;
  width: 30.45rem;
  margin-top: 3.85rem;
  position: relative;
}

.about-j .content .t1 {
  position: absolute;
  left: 0;
  top: 4%;
  transform: translateX(-100%);
}

.about-j .content .t2 {
  position: absolute;
  right: 0;
  bottom: 4%;
  transform: translateX(100%);
}

.about-j .content .item {
  position: absolute;
  width: 10%;
}

.about-j .content .item .txt {
  margin: .5rem 0;
}

.about-j .content .item1 {
  top: -32%;
  left: 14%;
}

.about-j .content .item2 {
  top: -32%;
  left: 45%;
}

.about-j .content .item3 {
  top: -32%;
  left: 75%;
}

.about-j .content .item4 {
  top: 74%;
  left: 14%;
}

.about-j .content .item5 {
  top: 74%;
  left: 45%;
}

.about-j .content .item6 {
  top: 74%;
  left: 75%;
}

.about-j .content .t3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  line-height: 1.875rem;
  background-color: #0560f5;
  color: #fff;
  font-size: .45rem;
  transform: translate(-50%, -50%);
}

.about-k .left {
  width: 45%;
  float: left;
  height: 16.125rem;
  overflow: hidden;
}

.about-k .right {
  width: 55%;
  float: left;
  padding-left: 2.8rem;
  padding-top: 2.4rem;
}

.about-k .right .t1 {
  line-height: 1.5;
  margin-top: 1rem;
}


.about-k .right .list {
  margin-top: 0.5rem;
}

.about-k .right .list .li {
  width: 33%;
  float: left;
  margin-top: 1.5rem;
}

.about-k .right .list .li .tit-48 {
  font-weight: 700;
  line-height: 1;
  color: #00A562;
  font-size: 0.75rem;

}


.about-k .right .list .li .tit-16 {
  margin-top: 0.5rem;

  height: 1rem;
}

.about-l {
  background-color: #f5f5f5;
}

.about-l .unv-subtit {
  padding: 0 5rem;
}

.about-l .content {
  margin-top: 1.5rem;
}

.about-l .content .left {
  float: left;
  width: 50%;
}

.about-l .content .right {
  float: left;
  width: 50%;
  background-color: #fff;
  padding: .925rem 1.35rem;
}

.about-l .content .right .top {
  font-size: 0;
}

.about-l .content .right .top .li {
  width: calc((100% - 0.6rem) / 2);
  margin-right: 0.6rem;
  background: #F7931C;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: .65rem;
}

.about-l .content .right .top .li:nth-child(2n) {
  margin-right: 0;

  background: #F35820;
}

.about-l .content .right .top .li .tit-14 {
  line-height: 1.5;
  height: 1.85rem;
}

.about-m {
  height: 24rem;
}

.about-m .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-m .txt .tit-24 {
  margin-top: .75rem;
}

.about-m .txt .t2 {
  margin-top: .75rem;
}

.about-n {

  background: #F5F5F5;
}

.about-n .content {
  margin-top: 1.5rem;
}

.about-n .content .abn-container {
  overflow: hidden;
}


.about-n .content a {
  display: block;
  width: calc((100% - 1.2rem) / 3);
  float: left;
  margin-top: 0.6rem;
  margin-right: 0.6rem;
}

.about-n .content a:last-child {
  margin-right: 0;
}

.about-n .content a .img {
  width: 100%;
  height: 8.325rem;
  overflow: hidden;
}

.about-n .content a .txt {
  background-color: #fff;
  padding: 1rem .675rem;
}

.about-n .content a .txt .t1 {
  line-height: 1.5;
  color: #222222;
  position: relative;
  height: 1.8rem;
}

.about-n .content a .txt .t2 {
  color: #666666;
  line-height: 1.5;
  margin-top: .5rem;
  /* overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical; */
}

.tranin .unv-subtit {
  width: 40%;
}

.tranin .txt {
  top: 25%;
}

.tran-a .content {
  margin-top: 3.075rem
}

.tran-a .content .left {
  width: 50%;
  float: left;
}

.tran-a .content .right {
  width: 50%;
  float: left;
  padding-left: 1.8rem;
}

.tran-a .content .right .li {
  margin-bottom: 2.375rem;
}

.tran-a .content .right .li .tit-22 {
  margin-bottom: 0.5rem;
}

.tran-b {
  background-image: url(../img/tranb.jpg);
  background-size: cover;
}

.tran-b .list {
  margin-top: 1.375rem;
  display: flex;
}

.tran-b .list .li {
  width: calc((100% - .8rem) / 3);
  margin-right: .4rem;
  background-color: #fff;
  padding: 1.2rem;
  float: left;
}

.tran-b .list .li:nth-child(3n) {
  margin-right: 0;
}

.tran-b .list .li .tit-16 {
  margin-top: .3rem;
  height: 3.9rem;
  display: inline-block;
  text-align: justify;
}

.tran-c {
  background: #F7F7F7;
}

.tran-c .content {
  margin-top: 1.5rem;
  font-size: 0;
  text-align: center;
}

.tran-c .content .li {
  display: inline-block;
  width: 2.25rem;
  position: relative;
  margin-right: 3.25rem;
}

.tran-c .content .li .icon {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #0560F5;
  border-radius: 50%;
}

.tran-c .content .li .tit-16 {
  position: absolute;
  top: 2.6rem;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.tran-c .content .li::after {
  content: "";
  position: absolute;
  right: -2.8rem;
  top: 20%;

  width: 2.025rem;
  height: 1.5rem;
  background-image: url(../img/pjt.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.tran-c .content .lstli {
  display: inline-block;
  position: relative;
  margin-left: 1.5rem;

}

.tran-c .content .li4::after {
  content: "";
  position: absolute;
  right: -3.5rem;
  top: -25%;

  width: 2.025rem;
  height: 5.1rem;
  background-image: url(../img/tl.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.tran-c .content .lstli .fx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateY(-25%);
}

.tran-c .content .lstli .fx .li {
  margin: 1rem 0;
}

.tran-c .content .lstli .fx .li::after {
  display: none;
}

.tran-d .content {
  margin-top: 1.5rem;
}

.tran-d .content table {
  width: 100%;
}

.tran-d .content table tr:first-child {
  height: 1.75rem;
  background: #0264FB;
  color: #fff;
  font-size: 16px;
}

.tran-d .content table th:first-child {
  width: 35%;
  border-right: 1px solid #fff;
}

.tran-d .content table th:nth-child(2) {
  width: 22%;
  border-right: 1px solid #fff;
}

.tran-d .content table th:nth-child(3) {
  width: 25%;
  border-right: 1px solid #fff;
}

.tran-d .content table td:first-child {
  width: 35%;
  border-right: 1px solid #fff;
}

.tran-d .content table td:nth-child(2) {
  width: 22%;
  border-right: 1px solid #fff;
}

.tran-d .content table td:nth-child(3) {
  width: 25%;
  border-right: 1px solid #fff;
}

.tran-d .content table tr {
  width: 100%;
  height: 1.75rem;
  background: rgba(232, 241, 255, 0.4);

}

.tran-d .content table tr:nth-child(2n) {
  background-color: rgba(232, 241, 255, 0.1)
}

.tran-d .content table td {
  padding: 0 0.5rem;
  font-size: .4rem;
  font-weight: 400;
  color: #222222;
  line-height: .9rem;
}

.tran-e {
  background: #F7F7F7;
}

.tran-e .content {
  margin-top: 1.5rem;

}

.tran-e .content .li {
  width: calc((50% - 1rem) / 2);
  background-color: #fff;
  margin-right: 0.5rem;
  float: left;
  text-align: center;
  display: flex;
  transition: all 0.5s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 13rem;
}

.tran-e .content .li:last-child {
  margin-right: 0;
}

.tran-e .content .li.on {
  width: 50%;
}

.tran-e .content .li .tit-16 {
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}

.tran-e .content .li .tit-30 {
  line-height: 1.2;
  margin-top: .75rem;
}

.tran-e .content .li.on .tit-16 {
  height: auto;
  opacity: 1;
  z-index: 1;
  margin-top: .625rem;
}

.tran-e .content .li .morelist {
  margin-top: 1rem;
}

.tran-e .content .li .more {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  margin-bottom: .5rem;
}

.tran-f .list {
  margin-top: 1.5rem;
  font-size: 0;
  text-align: center;
}

.tran-f .list .li {
  width: 38%;
  margin: 0 1.25rem;
  transition: all 0.5s;
  background-color: #fff;
  height: 5.4rem;
  box-shadow: 0 1px 12px 4px rgb(144 150 159 / 10%);
  display: inline-block;
  padding: 0 1.5rem;
  color: #333;

}

.tran-f .list .li .fx {
  display: flex;
  height: 100%;
  align-items: center;
}

.tran-f .list .li .txt {
  text-align: left;
  margin-left: .675rem;
}

.tran-f .list .li:hover {
  background-color: #0560F5;
  color: #fff;
}

.tran-f .list .li .img {
  transition: all 0.5s;
}

.tran-f .list .li:hover .img {
  filter: grayscale(100%) brightness(1000%) !important;
}

.tran-f .list .li svg {
  fill: #666;
  transform: translateY(3px);
  transition: all 0.5s;
}

.tran-f .list .li:hover svg {
  fill: #fff;

}

.tran-g {

  background: #F7F7F7;
}

.tran-g .list{
  margin-top: 1.5rem;
}

.tran-g .list a{
  display: block;
  width: calc((100% - .5rem) / 2);
  margin-right: .5rem;
  height: 7.5rem;
  background-color: #fff;
  float: left;
  padding: 1.15rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.tran-g .list a:nth-child(2n){
  margin-right: 0;
}
.tran-g .list a .tit-24{
  margin-bottom: .6rem;
  line-height: 1.2;
}
.tran-g .list a .tit-16{
  font-weight: 400;
  color: #666666; 
}
.tran-g .more5{
  display: inline-block;
  margin-top:1.5rem;
}

/* 2022/10/31 关于我们的页面新增 */

.about-d{
  background-size: cover;
}
.about-j{
  padding-bottom: 5rem !important;
}
.about-j .content .item .txt {
  margin: 0.5rem 0;
  width: 200%;
  margin-left: -50%;
}
.about-n .content a .txt .t2{

}
.about-l .content .right .tit-20{
  margin-top: .4rem;
  line-height: 1.5;
}
.about-l .content .right .tit-15{
  line-height: 1.5;
  margin-top: .4rem;
  margin-bottom: .5rem;
}

.about-l .content .right .p{
  line-height: 2;
  padding-left: 0.5rem;
  position: relative;
}
.about-l .content .right .p::after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0560F5;
  left: 0;
  top: 12px;
}
.about-l .content {
  display: flex;
  align-items: center;
}

@media (max-width: 1500px) {
  .ab-banner .txt .tit-52{
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .ab-banner .txt .t2{
    font-size: 16px;
    line-height: 1.5;
  }
  .about-a .content .right{
    height: auto;
  }
  .about-c .left .list .li .tit-48{
    font-size: 1.2rem;
  }
  .about-f .banner-next,.about-f .banner-prev{
    top: 40%;
  }
  .about-f .banner-next{
    right: -2rem;
  }
  .about-f .banner-prev{
    left
    : -2rem;
  }
}
/* 2022/10/31 */
.pordu-e.noepord {
 padding-top: 2.5rem;
}
/* 2022/11/9 Academy列表页筛选 */
.buy-a.news .top .tit{
  margin-top: 1.25rem;
    }

/* 2022/11/15 产品对比页专用 */
.comp .top {
  padding: .6rem .925rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comp .top .right {
  display: flex;
  align-items: center;
  justify-content: start;
}

.comp .top .right .check {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 0.75rem;
  cursor: pointer;
}

.comp .top .right .check .box {
  width: 19px;
  height: 19px;
  background: #DEDEDE;
  position: relative;

}

.comp .top .right .check .box img {
  opacity: 0;
}

.comp .top .right .check .tit-18 {
  line-height: 1;
  margin-left: 0.4rem;
}

.comp .top .right .check.on .box {
  background-color: #0560F5;
  color: #0560F5;
}

.comp .top .right .check.on .box img {
  opacity: 1;
}

.comp .top .right .more {
  margin-top: 0;
  line-height: 1rem;
  cursor: pointer;
}

.comp .list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  white-space: nowrap;

}

.comp .content {
  margin-top: 1.5rem;
}

.comp .list .li-tit {
  width: 210px;
  display: inline-block;
  vertical-align: top;

}

.comp .list .li-tit .lis {
  padding: 28px 39px;
  height: 70px;
  font-size: 16px;
  line-height: 1;

}

.comp .list .li-tit .plist {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comp .list .li-tit .tit {
  font-weight: 800;
  font-size: 18px;
  padding: 28px 39px;
  height: 70px;
  font-size: 16px;
  line-height: 1;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comp .list .li-tit .pin {
  height: 240px;
  
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.comp .list .li-tit .lis2:last-child{
  border-bottom: 0 solid #000;
}

.comp .list .li-tit .lis2 {
  height: 70px;
  font-size: 16px;
  padding: 28px 39px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.comp .list .pli {
  width: 7.3rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;

}

.comp .list .pli .li {
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  height: 70px;
  font-size: 16px;
  line-height: 1;
}

.comp .list .pli .pimg {
  height: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.comp .list .pli .tit {
  border-right: 0;
}

.comp .list .pli:last-child .tit {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.comp .list .pli .pimg .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #DEDEDE;
  cursor: pointer;
}


.duibi {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.5s;
  display:none;
  /* transform: translateY(100%); */
}

.duibi .view {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.duibi .list {
  width: 80%;
  position: relative;
  margin-top: 1rem;
}

.duibi .list .li {
  width: calc((100% - 1.95rem) / 4);
  margin-right: .65rem;
  text-align: center;
  float: left;
}

.duibi .list .li:nth-child(4n) {
  margin-right: 0;
}

.duibi .list .li .img {
  width: 100%;
  height: 3.75rem;
  border: 1px solid rgb(216, 216, 216);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: relative;
}

.duibi .list .li .img img {
  max-height: 80%;
}

.duibi .todb {
  padding: .25rem .65rem;
  background-color: #0560f5;
  display: inline-block;
  line-height: 1;
  color: #fff;
  border-radius: 1.25rem;
  position: absolute;
  right: 13.5%;
  bottom: 1.5rem;
  cursor:pointer;
}
.duibi .todb>div{cursor:pointer;}
.duibi .todb.off{
  background-color: #ccc;
}
.duibi .todb .tit-16 {
  display: inline-block;
}

.duibi .todb .c {
  line-height: .55rem;
  width: .55rem;
  border-radius: 50%;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  color: #0560f5;
  text-align: center;
  margin-left: 0.5rem;
}
.duibi .todb.qc{
  position: absolute;
  top: 1.6rem;
  right: 17%;
  bottom: auto;
  cursor: pointer;
}

.duibi .downs {
  position: absolute;
  top: 1.5rem;
  right: 13.5%;
  cursor: pointer;
  width:1.2rem;
  height:1.2rem;
  background:url(../compare/downn.png) no-repeat center center;
  background-size:100% 100%;
}

.duibi .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  /* background: #DEDEDE; */
  cursor: pointer;
  background:url(../compare/close2.png) no-repeat center center;
}



.duibi.on {
  transform: translateY(0);
}
.productWrap .productBox{
  /* overflow: auto; */
  width: 100%;
}



.he0 {
  display: none;
}

.productWrap .productBox {

}

#headTable{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tableinfo {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 29px;
  table-layout: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.productBox .tableinfo .title {
  width: 250px !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.productBox .tableinfo tr{
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.productBox .tableinfo .different{
  background-color: #f6fec8;
}
.productBox .tableinfo .text {
  /* width: 250px !important; */
  word-wrap: break-word;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
}
.productBox .tableinfo td {
  padding: 0.2rem 0.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.productBox .tableinfo th {
  padding: 0.2rem 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
.productBox .tableinfo .pimg {
  height: 240px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}

.productBox .tableinfo .tit {
  border-right: 0;
}
.genre_title {
  padding: 0.2rem 0.5rem;

}
.genre_title h3{
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}


.productBox .tableinfo .pimg .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #DEDEDE;
  cursor: pointer;
}
.productBox .tableinfo .pimg .tit-18{
  font-size: .45rem;
}
/*独立表单使用-表单上方的文字*/
.com-subtit{
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 1rem;
}

/*用于手机端搜索条*/
.headerseach {
  position: absolute;
  width: 100%;
  background-color: #f6f6f6;
  left: 0;
  top: 1.68rem;
  z-index: 99;
  display: none;
}

.headerseach .top_seach {
  width: 100%;
  padding: .8rem 0;
  background-color: #f6f6f6;
}

.headerseach .top_seach .view{
  padding: 0rem 0.5rem;
}

.headerseach .top_seach .formbox {
  width: 100%;
  margin: auto;
}

.headerseach .top_seach .formbox input.txt {
  width: calc(100% - 3rem);
  height: 1.2rem;
  background-color: #fff;
  font-size: 0.4rem;
  padding: 0 0.5rem;
}

.headerseach .top_seach .formbox input.submit {
  display: inline-block;
  vertical-align: top;
  height: 1.2rem;
  line-height: 1.2rem;
  width: 2.5rem;
  font-size: 0.35rem;
  background-color: #0560F5;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  transition: all 0.4s;
}
